<?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>Faheem Abbas &#187; PHP</title>
	<atom:link href="http://blog.zendguru.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zendguru.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Mar 2011 11:19:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Reading MS-Word contents in php</title>
		<link>http://blog.zendguru.com/2010/05/15/reading-ms-word-contents-in-php/</link>
		<comments>http://blog.zendguru.com/2010/05/15/reading-ms-word-contents-in-php/#comments</comments>
		<pubDate>Sat, 15 May 2010 07:12:42 +0000</pubDate>
		<dc:creator>faheem</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[MS-World processing]]></category>

		<guid isPermaLink="false">http://blog.zendguru.com/?p=175</guid>
		<description><![CDATA[It has been long since written on my blog, how lazy I m, why not get some treatment form the people around me. Why not developers all around chop ma... <span class="meta-more"><a href="http://blog.zendguru.com/2010/05/15/reading-ms-word-contents-in-php/">Read more &#187;</a></span>]]></description>
		<wfw:commentRss>http://blog.zendguru.com/2010/05/15/reading-ms-word-contents-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating project in Eclipse</title>
		<link>http://blog.zendguru.com/2009/09/17/creating-project-in-eclipse/</link>
		<comments>http://blog.zendguru.com/2009/09/17/creating-project-in-eclipse/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 11:05:00 +0000</pubDate>
		<dc:creator>faheem</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://blog.zendguru.com/?p=44</guid>
		<description><![CDATA[I worked on enterprise level application for one year using Eclipse, Php Designer, and Dreamweaver. We were using Eclipse for checking in and out (updating and committing) When I joined... <span class="meta-more"><a href="http://blog.zendguru.com/2009/09/17/creating-project-in-eclipse/">Read more &#187;</a></span>]]></description>
		<wfw:commentRss>http://blog.zendguru.com/2009/09/17/creating-project-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mixing HTML and PHP code</title>
		<link>http://blog.zendguru.com/2009/08/27/mixing-html-and-php-code/</link>
		<comments>http://blog.zendguru.com/2009/08/27/mixing-html-and-php-code/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 04:39:00 +0000</pubDate>
		<dc:creator>faheem</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.zendguru.com/?p=43</guid>
		<description><![CDATA[Note: This article was written in 2008, when I was working in small firm. Publishing it again here for newbies. After working for about one year in website development industry... <span class="meta-more"><a href="http://blog.zendguru.com/2009/08/27/mixing-html-and-php-code/">Read more &#187;</a></span>]]></description>
		<wfw:commentRss>http://blog.zendguru.com/2009/08/27/mixing-html-and-php-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Method chaining in object oriented programming</title>
		<link>http://blog.zendguru.com/2009/07/14/method-chaining-in-object-oriented-programming/</link>
		<comments>http://blog.zendguru.com/2009/07/14/method-chaining-in-object-oriented-programming/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 08:23:00 +0000</pubDate>
		<dc:creator>faheem</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Method Chaining]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://blog.zendguru.com/?p=36</guid>
		<description><![CDATA[In my previous article I discussed some of the nice thing of object oriented programming. Inheritance –creating sub classes from inheriting parent, contain all the attributes of the parent class... <span class="meta-more"><a href="http://blog.zendguru.com/2009/07/14/method-chaining-in-object-oriented-programming/">Read more &#187;</a></span>]]></description>
		<wfw:commentRss>http://blog.zendguru.com/2009/07/14/method-chaining-in-object-oriented-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP: Object Oriented Programming</title>
		<link>http://blog.zendguru.com/2009/07/14/php-object-oriented-programming/</link>
		<comments>http://blog.zendguru.com/2009/07/14/php-object-oriented-programming/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 08:20:00 +0000</pubDate>
		<dc:creator>faheem</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.zendguru.com/?p=35</guid>
		<description><![CDATA[Object oriented programming concepts were introduced in PHP1.4, I guess.How many people around you play with object oriented programming?If not working in any kind of MVC frameworks, I guess very... <span class="meta-more"><a href="http://blog.zendguru.com/2009/07/14/php-object-oriented-programming/">Read more &#187;</a></span>]]></description>
		<wfw:commentRss>http://blog.zendguru.com/2009/07/14/php-object-oriented-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Json response in php, a nice example</title>
		<link>http://blog.zendguru.com/2009/07/13/creating-json-response-in-php-a-nice-example/</link>
		<comments>http://blog.zendguru.com/2009/07/13/creating-json-response-in-php-a-nice-example/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 05:26:00 +0000</pubDate>
		<dc:creator>faheem</dc:creator>
				<category><![CDATA[JSON]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Prototype]]></category>

		<guid isPermaLink="false">http://blog.zendguru.com/?p=32</guid>
		<description><![CDATA[While working with AJAX, you will need to get data after sending request to the server. You can use three ways to get the data form the server. 1. In... <span class="meta-more"><a href="http://blog.zendguru.com/2009/07/13/creating-json-response-in-php-a-nice-example/">Read more &#187;</a></span>]]></description>
		<wfw:commentRss>http://blog.zendguru.com/2009/07/13/creating-json-response-in-php-a-nice-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

