<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>udkology.com</title>
	<link>http://idevelop.udkology.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Nov 2009 04:19:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Creating a FireFox addon and/or toolbar : Tips and tricks</title>
		<description><![CDATA[In order to implement an idea that I had, I needed to create a FireFox toolbar. This post is a log about that journey, what I learnt, and what guides, tutorials &#38; tips that I found useful.
Any application, web or native, can broadly be broken down into two major sections. The backend logic part and [...]]]></description>
		<link>http://idevelop.udkology.com/creating-a-firefox-addon-andor-toolbar-tips-and-tricks/</link>
			</item>
	<item>
		<title>Switch Ranges in PHP</title>
		<description><![CDATA[You have to admit it.
The switch statement in PHP vis-a-vis to other language counter parts is very versatile and powerful.
It has support for  switching integer as well as characters and strings.
Further, as I discovered it the other day, it also supports ranges !.
[code lang="php"]
  switch(true)
    {
     case [...]]]></description>
		<link>http://idevelop.udkology.com/switch-ranges-in-php/</link>
			</item>
</channel>
</rss>

