<?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"
	>

<channel>
	<title>&#60;?PHP coder blog?&#62;</title>
	<atom:link href="http://www.php-coder-blog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-coder-blog.com</link>
	<description>handy PHP tips and tricks</description>
	<pubDate>Tue, 16 Dec 2008 20:25:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Speeding up your site with Zend_Cache</title>
		<link>http://www.php-coder-blog.com/2008/08/speeding-up-your-site-with-zend_cache/</link>
		<comments>http://www.php-coder-blog.com/2008/08/speeding-up-your-site-with-zend_cache/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 06:57:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Zend Framework]]></category>

		<category><![CDATA[cache]]></category>

		<category><![CDATA[feed]]></category>

		<category><![CDATA[Zend_Cache]]></category>

		<guid isPermaLink="false">http://www.php-coder-blog.com/?p=34</guid>
		<description><![CDATA[


 30, &#8216;automatic_serialization&#8217; =&#62; true&#41;;


$backendOptions = array&#40;&#8216;cache_dir&#8217; =&#62; &#8216;/tmp/&#8217; &#160;&#41;;


$cache = Zend_Cache::factory&#40;&#8216;Core&#8217;, &#8216;File&#8217;, $frontendOptions, $backendOptions&#41;;


&#160;


if&#40;!$feed = $cache-&#62;load&#40;&#8216;feed&#8217;&#41;&#41; &#123;


&#160; &#160; $feed = new Zend_Feed_Rss&#40;&#8216;http://feeds.feedburner.com/phpCoderBlog&#8217;&#41;;


&#160; &#160; $cache-&#62;save&#40;$feed, &#8216;feed&#8217;&#41;;


&#125;


?&#62;



]]></description>
		<wfw:commentRss>http://www.php-coder-blog.com/2008/08/speeding-up-your-site-with-zend_cache/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WinSCP Free SFTP, FTP and SCP client</title>
		<link>http://www.php-coder-blog.com/2008/06/winscp-free-sftp-ftp-and-scp-client-for-windows/</link>
		<comments>http://www.php-coder-blog.com/2008/06/winscp-free-sftp-ftp-and-scp-client-for-windows/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 02:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Dev Tools]]></category>

		<category><![CDATA[ftp]]></category>

		<category><![CDATA[scp]]></category>

		<category><![CDATA[sftp]]></category>

		<guid isPermaLink="false">http://www.php-coder-blog.com/?p=17</guid>
		<description><![CDATA[WinSCP is an open source SFTP client and FTP client for Windows. Its main function is the secure file transfer between a local and a remote computer. Beyond this, WinSCP offers basic file manager functionality. It uses Secure Shell (SSH) and supports, in addition to Secure FTP, also legacy SCP protocol. 
WinSCP is also available [...]]]></description>
		<wfw:commentRss>http://www.php-coder-blog.com/2008/06/winscp-free-sftp-ftp-and-scp-client-for-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Putty</title>
		<link>http://www.php-coder-blog.com/2008/06/putty/</link>
		<comments>http://www.php-coder-blog.com/2008/06/putty/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 05:40:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Dev Tools]]></category>

		<guid isPermaLink="false">http://www.php-coder-blog.com/?p=12</guid>
		<description><![CDATA[PuTTY is a terminal emulator application which can act as a client for the SSH, Telnet, rlogin, and raw TCP computing protocols. The name &#8220;PuTTY&#8221; has no definitive meaning, though &#8216;tty&#8217; is the traditional name for a terminal in the Unix tradition, usually held to be short for teletype.

PuTTY was originally written for Microsoft Windows, [...]]]></description>
		<wfw:commentRss>http://www.php-coder-blog.com/2008/06/putty/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Indentifying real IP address in PHP</title>
		<link>http://www.php-coder-blog.com/2008/06/indentifying-real-ip-address/</link>
		<comments>http://www.php-coder-blog.com/2008/06/indentifying-real-ip-address/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 04:17:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Network]]></category>

		<category><![CDATA[ip address]]></category>

		<guid isPermaLink="false">http://www.php-coder-blog.com/?p=3</guid>
		<description><![CDATA[Did you know that using $_SERVER['REMOTE_ADDR'] to get visitor’s IP address sometimes is not accurate? If your site&#8217;s visitor is connected to the Internet via Proxy Server then $_SERVER['REMOTE_ADDR'] in PHP just returns the the IP address of the proxy server and not the IP address of the client’s machine. $_SERVER variable might have a [...]]]></description>
		<wfw:commentRss>http://www.php-coder-blog.com/2008/06/indentifying-real-ip-address/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

