<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iFunMath</title>
	<atom:link href="http://www.ifunmath.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ifunmath.com</link>
	<description>i make Fun with Math.</description>
	<lastBuildDate>Wed, 20 Jan 2010 18:42:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>odds is released on facebook~~~</title>
		<link>http://www.ifunmath.com/2010/01/odds-is-released-on-facebook/</link>
		<comments>http://www.ifunmath.com/2010/01/odds-is-released-on-facebook/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 18:42:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[odds]]></category>
		<category><![CDATA[texas holem]]></category>

		<guid isPermaLink="false">http://www.ifunmath.com/2010/01/odds-is-released-on-facebook/</guid>
		<description><![CDATA[check it out
apps.facebook.com/texas_holdem_odds/
]]></description>
			<content:encoded><![CDATA[<p>check it out<br />
apps.facebook.com/texas_holdem_odds/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ifunmath.com/2010/01/odds-is-released-on-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is google an evil company?</title>
		<link>http://www.ifunmath.com/2010/01/is-google-an-evil-company/</link>
		<comments>http://www.ifunmath.com/2010/01/is-google-an-evil-company/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 18:40:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[company]]></category>
		<category><![CDATA[evil]]></category>
		<category><![CDATA[google.]]></category>

		<guid isPermaLink="false">http://www.ifunmath.com/2010/01/is-google-an-evil-company/</guid>
		<description><![CDATA[Is google an evil company?
to be continued&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Is google an evil company?</p>
<p>to be continued&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ifunmath.com/2010/01/is-google-an-evil-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transparent background for google chart</title>
		<link>http://www.ifunmath.com/2009/12/transparent-background-for-google-chart/</link>
		<comments>http://www.ifunmath.com/2009/12/transparent-background-for-google-chart/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 05:18:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google Api]]></category>
		<category><![CDATA[google chart]]></category>
		<category><![CDATA[transparent background]]></category>

		<guid isPermaLink="false">http://www.ifunmath.com/?p=18</guid>
		<description><![CDATA[transparent background for google chart]]></description>
			<content:encoded><![CDATA[<p>Set the following para to get a transparent background for google chart.</p>
<p><strong>chf=bg,s,65432100</strong></p>
<p>However, this does not work for map chart. <img src='http://www.ifunmath.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ifunmath.com/2009/12/transparent-background-for-google-chart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache2 not working after Time Machine full restore &#8211; Mac</title>
		<link>http://www.ifunmath.com/2009/09/apache2-not-working-after-time-machine-full-restore-mac/</link>
		<comments>http://www.ifunmath.com/2009/09/apache2-not-working-after-time-machine-full-restore-mac/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:54:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac/Iphone Programming]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Full Restore]]></category>
		<category><![CDATA[Mac Programming]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.ifunmath.com/?p=13</guid>
		<description><![CDATA[It&#8217;s because that Time Machine dose not create log folder for Apache2, which cannot start without create logs.    &#8230;
Just do this >>
sudo apachectl stop
sudo mkdir /var/log/apache2
sudo chown -R root:wheel /var/log/apache2
sudo chmod -R 755 /var/log/apache2
sudo apachectl start 
hope it will save your day.
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s because that Time Machine dose not create log folder for Apache2, which cannot start without create logs.    &#8230;</p>
<p>Just do this >></p>
<p>sudo apachectl stop<br />
sudo mkdir /var/log/apache2<br />
sudo chown -R root:wheel /var/log/apache2<br />
sudo chmod -R 755 /var/log/apache2<br />
sudo apachectl start </p>
<p>hope it will save your day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ifunmath.com/2009/09/apache2-not-working-after-time-machine-full-restore-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Odds and Odds Free Released</title>
		<link>http://www.ifunmath.com/2009/08/odds-and-odds-free-released/</link>
		<comments>http://www.ifunmath.com/2009/08/odds-and-odds-free-released/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 08:33:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ifunmath.com/?p=6</guid>
		<description><![CDATA[Finally, it got released.
Hope you guys like it and please let us know if you need any features.
I am planning to port it to this web so that you don&#8217;t need a iphone/itouch to use it.
Odds: The best texas hold&#8217;em odds calculator on iphone/itouch.
Download links (itune will open automatically):
Odds Free
Odds
]]></description>
			<content:encoded><![CDATA[<p>Finally, it got released.</p>
<p>Hope you guys like it and please let us know if you need any features.</p>
<p>I am planning to port it to this web so that you don&#8217;t need a iphone/itouch to use it.</p>
<p>Odds: The best texas hold&#8217;em odds calculator on iphone/itouch.</p>
<p>Download links (itune will open automatically):<br />
<a href="http://www.itunes.com/apps/oddsfree">Odds Free</a><br />
<a href="http://www.itunes.com/apps/odds">Odds</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ifunmath.com/2009/08/odds-and-odds-free-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.ifunmath.com/2009/08/hello-world/</link>
		<comments>http://www.ifunmath.com/2009/08/hello-world/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 05:35:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ifunmath.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ifunmath.com/2009/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
