<?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>Ransford Okpoti&#039;s Dev Notes</title>
	<atom:link href="http://www.ranskills.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ranskills.com/blog</link>
	<description>A world of discoveries</description>
	<lastBuildDate>Tue, 20 Jul 2010 14:30:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Add A Custom Id Generation Strategy To Doctrine 2.0</title>
		<link>http://www.ranskills.com/blog/2010/07/how-to-add-a-custom-id-generation-strategy-to-doctrine-2-0/</link>
		<comments>http://www.ranskills.com/blog/2010/07/how-to-add-a-custom-id-generation-strategy-to-doctrine-2-0/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:30:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA["UUID Generation"]]></category>
		<category><![CDATA[Doctrine 2]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.ranskills.com/blog/?p=81</guid>
		<description><![CDATA[Object-Relational Mapping (ORM) has caught up with PHP. In case you have been living under a rock, here&#8217;s the list of the popular ORM solutions in PHP: Doctrine Propel With the advent of Doctrine 2.0.0 (which at the time of writing this article is at Beta 2), which requires a minimum of PHP version 5.3, [...]]]></description>
		<wfw:commentRss>http://www.ranskills.com/blog/2010/07/how-to-add-a-custom-id-generation-strategy-to-doctrine-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decorating A Form Using JavaScript</title>
		<link>http://www.ranskills.com/blog/2009/10/decorating-a-form-using-javascript/</link>
		<comments>http://www.ranskills.com/blog/2009/10/decorating-a-form-using-javascript/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 16:44:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.ranskills.com/blog/?p=72</guid>
		<description><![CDATA[Javascript plays an important role in the development of any web application, irrespective of the server-side language employed, since it resides on the client&#8217;s browser and can interact with the Document Object Model (DOM) of the web browser. Over the last couple of years, we have seen the emergence of great javascript utility libraries providing [...]]]></description>
		<wfw:commentRss>http://www.ranskills.com/blog/2009/10/decorating-a-form-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Modifiers and Functions In Smarty</title>
		<link>http://www.ranskills.com/blog/2009/08/building-modifiers-and-functions-in-smarty/</link>
		<comments>http://www.ranskills.com/blog/2009/08/building-modifiers-and-functions-in-smarty/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 14:17:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[Templating]]></category>

		<guid isPermaLink="false">http://www.ranskills.com/blog/?p=68</guid>
		<description><![CDATA[In this article, we will be looking at how to build modifiers and functions in Smarty, a very popular templating engine in PHP. If you don&#8217;t know how to setup Smarty up in your project, you can refer to my earlier post on Smarty Templating Overview which is accompanied by a screencast. A quick look [...]]]></description>
		<wfw:commentRss>http://www.ranskills.com/blog/2009/08/building-modifiers-and-functions-in-smarty/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A hack to automatically upgrade all WordPress plugins with a single click</title>
		<link>http://www.ranskills.com/blog/2009/08/a-hack-to-automatically-upgrade-all-wordpress-plugins-with-a-single-click/</link>
		<comments>http://www.ranskills.com/blog/2009/08/a-hack-to-automatically-upgrade-all-wordpress-plugins-with-a-single-click/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:45:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ranskills.com/blog/?p=56</guid>
		<description><![CDATA[WordPress rocks!! I love wordpress as much as I love to watch Friends,one of my favourite television series courtesy ViaSat 1. You care to know who my favourite character is? Hmm, am not telling you. Lets hit the road running now. As a blogging tool, wordpress has created a niche for itself among it peers. [...]]]></description>
		<wfw:commentRss>http://www.ranskills.com/blog/2009/08/a-hack-to-automatically-upgrade-all-wordpress-plugins-with-a-single-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to use PHP&#8217;s __autoload function</title>
		<link>http://www.ranskills.com/blog/2009/05/how-to-use-phps-__autoload-function/</link>
		<comments>http://www.ranskills.com/blog/2009/05/how-to-use-phps-__autoload-function/#comments</comments>
		<pubDate>Tue, 26 May 2009 10:36:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ranskills.com/blog/?p=44</guid>
		<description><![CDATA[Classes used in this posting may refer to classes or interfaces where appropriate. Ever wondered if there could be a more appropriate way to include dependent files into other PHP files other than using multiple include or require language constructs? Well, wonder no more, the __autoload magic function in PHP5 comes to the rescue. In [...]]]></description>
		<wfw:commentRss>http://www.ranskills.com/blog/2009/05/how-to-use-phps-__autoload-function/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Smarty Templating Overview</title>
		<link>http://www.ranskills.com/blog/2008/10/smarty-templating-overview/</link>
		<comments>http://www.ranskills.com/blog/2008/10/smarty-templating-overview/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 16:39:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Smarty]]></category>
		<category><![CDATA[Templating]]></category>

		<guid isPermaLink="false">http://www.ranskills.com/blog/?p=36</guid>
		<description><![CDATA[Smarty is one of the most popular PHP templating engines. There are many other templating engines, based on similar principles, such as PHPTemplate PHPTAL (TAL Template Attribute Language), phptal.motion-twin.com/ Savant, http://phpsavant.com/ FastTemplate PHPlib Irrespective of the templating engine that one uses, one of the design goals is the separation of business logic from the presentation [...]]]></description>
		<wfw:commentRss>http://www.ranskills.com/blog/2008/10/smarty-templating-overview/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Number To Words</title>
		<link>http://www.ranskills.com/blog/2008/08/number-to-words/</link>
		<comments>http://www.ranskills.com/blog/2008/08/number-to-words/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 10:04:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ranskills.com/blog/?p=16</guid>
		<description><![CDATA[There comes a time when you really, really want a library to get a function/task performed for you and the results of your search on the internet does not give you what you actually want. Not in this case, am sure when you google the topic you should get a couple of interesting information, but [...]]]></description>
		<wfw:commentRss>http://www.ranskills.com/blog/2008/08/number-to-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Host Setup</title>
		<link>http://www.ranskills.com/blog/2008/07/virtual-host-setup/</link>
		<comments>http://www.ranskills.com/blog/2008/07/virtual-host-setup/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 16:26:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.ranskills.com/blog/?p=11</guid>
		<description><![CDATA[If you do not have xampp, a software bundle comprising of PHP, MySQL, FileZilla, Mercury, PEAR and other important softwares, already installed on your system, then just grab a copy from apachefriends.org and have it installed on your system. We are going to walk through the process of setting up a virtual host on a [...]]]></description>
		<wfw:commentRss>http://www.ranskills.com/blog/2008/07/virtual-host-setup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Installation</title>
		<link>http://www.ranskills.com/blog/2008/04/php-installation/</link>
		<comments>http://www.ranskills.com/blog/2008/04/php-installation/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 13:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.ranskills.com/blog/?p=3</guid>
		<description><![CDATA[I remember the first time I installed PHP and tried configuring it to run on Microsoft™ Internet Information Server (IIS), it was somewhat interesting and difficult then, but why go through that trouble now after all IIS is not the preferred web server for PHP applications anyway. Let’s get our software by going to apachefriends.org [...]]]></description>
		<wfw:commentRss>http://www.ranskills.com/blog/2008/04/php-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
