<?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>JOKERz Lounge &#187; Coding</title>
	<atom:link href="http://jokerz.web.id/blog/category/coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://jokerz.web.id/blog</link>
	<description>When Dream n Day Unite</description>
	<lastBuildDate>Wed, 24 Aug 2011 09:03:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>YPresence Shutdown</title>
		<link>http://jokerz.web.id/blog/2009/05/23/ypresence-shutdown/</link>
		<comments>http://jokerz.web.id/blog/2009/05/23/ypresence-shutdown/#comments</comments>
		<pubDate>Sat, 23 May 2009 11:56:33 +0000</pubDate>
		<dc:creator>JOKERz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Daily]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://jokerz.web.id/blog/2009/05/23/ypresence-shutdown/</guid>
		<description><![CDATA[I need to shutdown this facility for a moment. Coz i get report from my hosting company that my account used too much CPU resource. I&#8217;m not sure wich proccess or script that make the CPU out of resource, they never tell it. But when i look in server log, YPresence is in the first [...]]]></description>
		<wfw:commentRss>http://jokerz.web.id/blog/2009/05/23/ypresence-shutdown/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Yahoo! Presence Image Generator</title>
		<link>http://jokerz.web.id/blog/2008/06/06/yahoo-presence-image-generator/</link>
		<comments>http://jokerz.web.id/blog/2008/06/06/yahoo-presence-image-generator/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 17:08:51 +0000</pubDate>
		<dc:creator>JOKERz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Funfare]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://jokerz.web.id/blog/?p=119</guid>
		<description><![CDATA[Yahoo! Presence Image Generator. This is for you guys, who want to use my Yahoo! Presence Image but don&#8217;t have web server to upload it. Insert your Yahoo ID (this is required), your name to be displayed (optional) and alert message (optional) when someone click your Yahoo Image Presence. Then copy the code and paste [...]]]></description>
		<wfw:commentRss>http://jokerz.web.id/blog/2008/06/06/yahoo-presence-image-generator/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>chmod(): Operation not permitted</title>
		<link>http://jokerz.web.id/blog/2008/05/08/chmod-operation-not-permitted/</link>
		<comments>http://jokerz.web.id/blog/2008/05/08/chmod-operation-not-permitted/#comments</comments>
		<pubDate>Thu, 08 May 2008 11:50:30 +0000</pubDate>
		<dc:creator>JOKERz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tricky Tipsy]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jokerz.web.id/blog/2008/05/08/chmod-operation-not-permitted/</guid>
		<description><![CDATA[If you get a warning like chmod(): Operation not permitted You can use the ftp_site() function to send a CHMOD command through. PLAIN TEXT CODE: $ftp_user_name = 'username'; $ftp_user_pass = 'password'; $ftp_server = 'ftp.server.com'; &#160; $connect = ftp_connect&#40;$ftp_server&#41;; &#160; if &#40;!ftp_login&#40;$connect, $ftp_user_name, $ftp_user_pass&#41;&#41; die&#40;"Couldn't connect"&#41;; &#160; @ftp_site&#40;$connect, 'CHMOD 0777 /public_html/folder_to_chmod/'&#41;; &#160; ... some process ... [...]]]></description>
		<wfw:commentRss>http://jokerz.web.id/blog/2008/05/08/chmod-operation-not-permitted/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>.htaccess: Invalid command</title>
		<link>http://jokerz.web.id/blog/2008/04/26/htaccess-invalid-command/</link>
		<comments>http://jokerz.web.id/blog/2008/04/26/htaccess-invalid-command/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 19:18:29 +0000</pubDate>
		<dc:creator>JOKERz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tricky Tipsy]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://jokerz.web.id/blog/2008/04/26/htaccess-invalid-command/</guid>
		<description><![CDATA[I need temporarily put up an old page on the website. However, for that I need register_globals on. So i set .htaccess the following text: PLAIN TEXT CODE: php_value register_globals = 1 But what i got is error page 500. Go to error log and i found this: PLAIN TEXT CODE: &#91;Apr 9 08:31:04 2008&#93; [...]]]></description>
		<wfw:commentRss>http://jokerz.web.id/blog/2008/04/26/htaccess-invalid-command/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Yahoo! Presence Widget</title>
		<link>http://jokerz.web.id/blog/2007/10/10/yahoo-presence-widget/</link>
		<comments>http://jokerz.web.id/blog/2007/10/10/yahoo-presence-widget/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 20:03:38 +0000</pubDate>
		<dc:creator>JOKERz</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://jokerz.web.id/blog/2007/10/10/yahoo-presence-widget/</guid>
		<description><![CDATA[I decide to upgrade some feature from Yahoo! Presence widget for wordpress, created by dhani that taken from Yahoo! Presence Image class that i create. The new feature are, you can change text alert and add your name to the status image. Your name can be different from your Yahoo-ID. Still confuse? Look in my [...]]]></description>
		<wfw:commentRss>http://jokerz.web.id/blog/2007/10/10/yahoo-presence-widget/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Yahoo! Presence Image</title>
		<link>http://jokerz.web.id/blog/2007/10/08/yahoo-presence-image/</link>
		<comments>http://jokerz.web.id/blog/2007/10/08/yahoo-presence-image/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 05:35:18 +0000</pubDate>
		<dc:creator>JOKERz</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://jokerz.web.id/blog/2007/10/08/yahoo-presence-image/</guid>
		<description><![CDATA[Few days ago. I find a case, where my client asks to place their Yahoo! Messenger online status as an online support in their site. So the visitor can see if the online support currently online and using Yahoo! Messenger or not. If a Yahoo! Messenger user clicks their online presence, an instant message window [...]]]></description>
		<wfw:commentRss>http://jokerz.web.id/blog/2007/10/08/yahoo-presence-image/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Regex: IMG TAG</title>
		<link>http://jokerz.web.id/blog/2007/02/07/regex-img-tag/</link>
		<comments>http://jokerz.web.id/blog/2007/02/07/regex-img-tag/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 18:51:40 +0000</pubDate>
		<dc:creator>JOKERz</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://jokerz.web.id/blog/2007/02/07/regex-img-tag/</guid>
		<description><![CDATA[As i said before, i wanna share my Regex code, to catch the file name in HTML IMG TAG. Let me explain why i create this Regex code. I have IMG TAG that i need to catch only the file name. I don't care about other attribute (ex. border="0") all i want just the file [...]]]></description>
		<wfw:commentRss>http://jokerz.web.id/blog/2007/02/07/regex-img-tag/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Regex</title>
		<link>http://jokerz.web.id/blog/2007/01/29/regex/</link>
		<comments>http://jokerz.web.id/blog/2007/01/29/regex/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 20:58:05 +0000</pubDate>
		<dc:creator>JOKERz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Daily]]></category>

		<guid isPermaLink="false">http://jokerz.web.id/blog/2007/01/29/regex/</guid>
		<description><![CDATA[I stuck almost 3 hours today finding the right regex code to convert html img tag in my code. WTF! My previous code doesn't work!! Whats wrong?? I'm too lazy to correct it, read the F**Kin' manual!! Hell Yeah, after couple of hour googling, and combining the code, i get it work correctly. Heres some [...]]]></description>
		<wfw:commentRss>http://jokerz.web.id/blog/2007/01/29/regex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

