<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Tofu Who Code</title>
	
	<link>http://www.edisonkuo.com/eb</link>
	<description>`My Code, My Rule`</description>
	<lastBuildDate>Wed, 13 Apr 2011 06:09:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TimelineInfo" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="timelineinfo" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Mengubah detik ke waktu</title>
		<link>http://www.edisonkuo.com/eb/2011/04/mengubah-detik-ke-waktu/</link>
		<comments>http://www.edisonkuo.com/eb/2011/04/mengubah-detik-ke-waktu/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 06:09:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.edisonkuo.com/eb/?p=5</guid>
		<description><![CDATA[Function dibawah ini dapat digunakan untuk mengubah jumlah detik menjadi waktu yang diinginkan, bisa berupa tahun, hari, jam, dan lainnya. function Sec2Time($time){ if(is_numeric($time)){ $value = array( &#34;years&#34; =&#62; 0, &#34;days&#34; =&#62; 0, &#34;hours&#34; =&#62; 0, &#34;minutes&#34; =&#62; 0, &#34;seconds&#34; =&#62; 0, ); if($time &#62;= 31556926){ $value[&#34;years&#34;] = floor($time/31556926); $time = ($time%31556926); } if($time &#62;= 86400){ [...]]]></description>
		<wfw:commentRss>http://www.edisonkuo.com/eb/2011/04/mengubah-detik-ke-waktu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Maintenance</title>
		<link>http://www.edisonkuo.com/eb/2011/04/site-maintenance/</link>
		<comments>http://www.edisonkuo.com/eb/2011/04/site-maintenance/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 15:05:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://www.edisonkuo.com/eb/?p=2</guid>
		<description><![CDATA[DON&#8217;T PANIC!! This site will be down for maintenance. &#160; Thanks for visiting.]]></description>
		<wfw:commentRss>http://www.edisonkuo.com/eb/2011/04/site-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

