<?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>LAMP On Focus &#187; PHP</title>
	<atom:link href="http://www.rajavarma.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rajavarma.com</link>
	<description>PHP, MySQL, Linux practical usage.</description>
	<lastBuildDate>Tue, 02 Feb 2010 08:25:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Subverion : Check out files affected during a specific commit revision</title>
		<link>http://www.rajavarma.com/2009/06/16/subverion-check-out-files-affected-during-a-specific-commit-revision/</link>
		<comments>http://www.rajavarma.com/2009/06/16/subverion-check-out-files-affected-during-a-specific-commit-revision/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 09:31:38 +0000</pubDate>
		<dc:creator>Raja</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.rajavarma.com/2009/06/16/subverion-check-out-files-affected-during-a-specific-commit-revision/</guid>
		<description><![CDATA[I am using SVN for my code management, and recently I needed to get only the files that where commited on a particular version. Looking around there was no straight way of doing this. But, this can be achived by the following steps., Get the list of files commited on a particular revision number.svn log [...]]]></description>
		<wfw:commentRss>http://www.rajavarma.com/2009/06/16/subverion-check-out-files-affected-during-a-specific-commit-revision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daemons in PHP</title>
		<link>http://www.rajavarma.com/2009/01/23/daemons-in-php/</link>
		<comments>http://www.rajavarma.com/2009/01/23/daemons-in-php/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 08:27:10 +0000</pubDate>
		<dc:creator>Raja</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[daemon]]></category>

		<guid isPermaLink="false">http://www.rajavarma.com/?p=54</guid>
		<description><![CDATA[A &#8216;daemon&#8217; in Linux is program that runs continuously in the background without user intervention processing data. For instance if we need to parse a log file, or process uploaded videos. So we write a script and `fork` it separately as an individual process, this can be done in PHP using the Process Control Extensions. [...]]]></description>
		<wfw:commentRss>http://www.rajavarma.com/2009/01/23/daemons-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixel Tracker</title>
		<link>http://www.rajavarma.com/2008/12/07/pixel-tracker/</link>
		<comments>http://www.rajavarma.com/2008/12/07/pixel-tracker/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 20:22:15 +0000</pubDate>
		<dc:creator>Raja</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[pixel tracker]]></category>
		<category><![CDATA[webbug]]></category>

		<guid isPermaLink="false">http://www.rajavarma.com/?p=7</guid>
		<description><![CDATA[A Web bug is an invisible 1&#215;1 clear gif that is embedded in a web page or e-mail. These can be used in your emailers to track the actual views of your marketing mailers, capture user data on navigation patterns and high visit areas on your site. Leave it to your imagination as to what [...]]]></description>
		<wfw:commentRss>http://www.rajavarma.com/2008/12/07/pixel-tracker/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
