<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Murugan Krishnamoorthy's Blog</title>
	<link>http://www.phpconsultant.in</link>
	<description></description>
	<pubDate>Mon, 07 Feb 2011 20:33:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Google URL Shortener API (with PHP)</title>
		<link>http://www.phpconsultant.in/2011/02/07/google-url-shortener-api-with-php/</link>
		<comments>http://www.phpconsultant.in/2011/02/07/google-url-shortener-api-with-php/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 20:33:14 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[PHP Tutorials]]></category>

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

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

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

		<category><![CDATA[URL Shortener]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2011/02/07/google-url-shortener-api-with-php/</guid>
		<description><![CDATA[Google recently introduced an API to use their URL shortening service. Today I’m going to quickly demo how you can use cURL with PHP to call the API.
Read More on : http://www.giantflyingsaucer.com/blog/?p=2159
]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2011/02/07/google-url-shortener-api-with-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Following Ruby Makes PHP Number Two</title>
		<link>http://www.phpconsultant.in/2010/09/27/following-ruby-makes-php-number-two/</link>
		<comments>http://www.phpconsultant.in/2010/09/27/following-ruby-makes-php-number-two/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 17:48:29 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2010/09/27/following-ruby-makes-php-number-two/</guid>
		<description><![CDATA[


Following Ruby Makes PHP Number Two
via dzone.com: latest front page by piccoloprincipe on 9/25/10
   
These days, people sure seem to be coming up with some&#8230; interesting names for their projects. Dennis Hoston, for example, wrote in his blog today about PHP Object Oriented Programming Reinvented.

Click Here to read the original post.
  

]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2010/09/27/following-ruby-makes-php-number-two/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ibuildings.com - Building a Continuous Integration Server for PHP with Hudson</title>
		<link>http://www.phpconsultant.in/2010/09/24/ibuildingscom-building-a-continuous-integration-server-for-php-with-hudson/</link>
		<comments>http://www.phpconsultant.in/2010/09/24/ibuildingscom-building-a-continuous-integration-server-for-php-with-hudson/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 17:22:12 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2010/09/24/ibuildingscom-building-a-continuous-integration-server-for-php-with-hudson/</guid>
		<description><![CDATA[Continuous integration (CI) is fast becoming part of the standard development model for creating high quality software, and rightly so. Delivering reliably high quality software is in the best interest of yourself, your manager and your clients. This is not an article about Continuous Integration itself, but will introduce Hudson, a key tool, and may help [...]]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2010/09/24/ibuildingscom-building-a-continuous-integration-server-for-php-with-hudson/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Very basic AJAX and PHP example for loading drop down boxes with XML content</title>
		<link>http://www.phpconsultant.in/2010/09/23/very-basic-ajax-and-php-example-for-loading-drop-down-boxes-with-xml-content/</link>
		<comments>http://www.phpconsultant.in/2010/09/23/very-basic-ajax-and-php-example-for-loading-drop-down-boxes-with-xml-content/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 15:34:11 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2010/09/23/very-basic-ajax-and-php-example-for-loading-drop-down-boxes-with-xml-content/</guid>
		<description><![CDATA[ Very basic AJAX and PHP example for loading drop down boxes with XML content
via dzone.com: latest front page by KlausG on 9/23/10
 
In this very basic example I am demonstrating how to interactively load Html Select elements aka drop down boxes with AJAX and PHP. After a user logs in successfully the first select element [...]]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2010/09/23/very-basic-ajax-and-php-example-for-loading-drop-down-boxes-with-xml-content/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Practical PHP Patterns: Registry</title>
		<link>http://www.phpconsultant.in/2010/09/23/practical-php-patterns-registry/</link>
		<comments>http://www.phpconsultant.in/2010/09/23/practical-php-patterns-registry/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 15:30:37 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[design patterns]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2010/09/23/practical-php-patterns-registry/</guid>
		<description><![CDATA[ Practical PHP Patterns: Registry
via PHP Zone - Community for PHP users and developers by piccoloprincipe on 9/22/10
 Fowler&#8217;s definition for the Registry pattern is this one: A well known object that other ones can use to find related objects or service.This vague definition leaves open the possibility of abuse.ImplementationThe idea of a Registry is simple: [...]]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2010/09/23/practical-php-patterns-registry/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Security precautions</title>
		<link>http://www.phpconsultant.in/2010/09/22/php-security-precautions/</link>
		<comments>http://www.phpconsultant.in/2010/09/22/php-security-precautions/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 18:19:44 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2010/09/22/php-security-precautions/</guid>
		<description><![CDATA[
Security precautions before you start using PHP on your Apache server, step by step
Introduction - what is PHP?
PHP is a server side scripting language. You can embed PHP code in your web pages along with HTML. When your server receives a request for a page, it first gives the page to the PHP handler program. [...]]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2010/09/22/php-security-precautions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zend Framework 1.8 tutorial 1 MVC basics</title>
		<link>http://www.phpconsultant.in/2010/09/22/zend-framework-18-tutorial-1-mvc-basics-2/</link>
		<comments>http://www.phpconsultant.in/2010/09/22/zend-framework-18-tutorial-1-mvc-basics-2/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 01:08:26 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2010/09/22/zend-framework-18-tutorial-1-mvc-basics-2/</guid>
		<description><![CDATA[







 

]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2010/09/22/zend-framework-18-tutorial-1-mvc-basics-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>7 Free PHP Books To Improve Your Skills &#124; Vidiame</title>
		<link>http://www.phpconsultant.in/2010/09/21/7-free-php-books-to-improve-your-skills-vidiame/</link>
		<comments>http://www.phpconsultant.in/2010/09/21/7-free-php-books-to-improve-your-skills-vidiame/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 17:29:18 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2010/09/21/7-free-php-books-to-improve-your-skills-vidiame/</guid>
		<description><![CDATA[ 7 Free PHP Books To Improve Your Skills &#124; Vidiame
via Popular php Bookmarks on Delicious by alfredwesterveld on 10/22/09
]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2010/09/21/7-free-php-books-to-improve-your-skills-vidiame/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Debug PHP Using Firefox with FirePHP</title>
		<link>http://www.phpconsultant.in/2010/09/21/how-to-debug-php-using-firefox-with-firephp/</link>
		<comments>http://www.phpconsultant.in/2010/09/21/how-to-debug-php-using-firefox-with-firephp/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 17:29:14 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2010/09/21/how-to-debug-php-using-firefox-with-firephp/</guid>
		<description><![CDATA[ How to Debug PHP Using Firefox with FirePHP
via Popular php Bookmarks on Delicious by ani625 on 7/11/09
]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2010/09/21/how-to-debug-php-using-firefox-with-firephp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Practical PHP Patterns: Layer Supertype</title>
		<link>http://www.phpconsultant.in/2010/09/21/practical-php-patterns-layer-supertype/</link>
		<comments>http://www.phpconsultant.in/2010/09/21/practical-php-patterns-layer-supertype/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 16:47:26 +0000</pubDate>
		<dc:creator>Murugan</dc:creator>
		
		<category><![CDATA[design patterns]]></category>

		<guid isPermaLink="false">http://www.phpconsultant.in/2010/09/21/practical-php-patterns-layer-supertype/</guid>
		<description><![CDATA[


Practical PHP Patterns: Layer Supertype
via dzone.com: latest front page by piccoloprincipe on 9/21/10
 
Duplicated code must be kept synchronized in all its copies, and distracts whoever reads a sourcefile from the peculiarity of a class. One of the simplest, and to a certain extent effective, solution to this issue is to introduce a Layer Supertype [...]]]></description>
		<wfw:commentRss>http://www.phpconsultant.in/2010/09/21/practical-php-patterns-layer-supertype/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

