<?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>A Guide to Technology &#187; Programing</title>
	<atom:link href="http://www.webnol.org/category/programing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webnol.org</link>
	<description></description>
	<lastBuildDate>Wed, 07 Sep 2011 16:44:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Convert Alphanumeric into Decimal using php</title>
		<link>http://www.webnol.org/convert-alphanumeric-into-decimal-using-php/</link>
		<comments>http://www.webnol.org/convert-alphanumeric-into-decimal-using-php/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 14:31:45 +0000</pubDate>
		<dc:creator>sunny</dc:creator>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.webnol.org/?p=715</guid>
		<description><![CDATA[In my previous post about Convert Decimal into Alphanumeric using php you can find the php code to convert any large decimal number in small case sensitive alphanumeric string. Which is very useful for creating random user id or for url shortening script while keeping the length of id small and unique. In this article [...]


Related posts:<ol><li><a href='http://www.webnol.org/convert-decimal-into-alphanumeric-using-php/' rel='bookmark' title='Convert Decimal into Alphanumeric using php'>Convert Decimal into Alphanumeric using php</a></li>
<li><a href='http://www.webnol.org/google-advanced-search-tips/' rel='bookmark' title='Google advanced search Tips'>Google advanced search Tips</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.webnol.org/convert-alphanumeric-into-decimal-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculating Difference Between Two Dates Using PHP</title>
		<link>http://www.webnol.org/calculating-difference-between-two-dates-using-php/</link>
		<comments>http://www.webnol.org/calculating-difference-between-two-dates-using-php/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 17:46:53 +0000</pubDate>
		<dc:creator>sunny</dc:creator>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.webnol.org/?p=220</guid>
		<description><![CDATA[Calculation of difference between 2 dates is not an easy task so I m writing a function which do this job easily. This function is useful for calculate age of person by DOB (date of birth) or calculating age of record in databse Note: Date Format should be MM/DD/YYY How to use this function? How [...]


Related posts:<ol><li><a href='http://www.webnol.org/convert-alphanumeric-into-decimal-using-php/' rel='bookmark' title='Convert Alphanumeric into Decimal using php'>Convert Alphanumeric into Decimal using php</a></li>
<li><a href='http://www.webnol.org/convert-decimal-into-alphanumeric-using-php/' rel='bookmark' title='Convert Decimal into Alphanumeric using php'>Convert Decimal into Alphanumeric using php</a></li>
<li><a href='http://www.webnol.org/wcdma-vs-hspa/' rel='bookmark' title='Difference between WCDMA vs. HSPA'>Difference between WCDMA vs. HSPA</a></li>
<li><a href='http://www.webnol.org/how-to-add-noindex-follow-meta-to-wordpress-tag-page/' rel='bookmark' title='How to add noindex, follow meta to wordpress tag page'>How to add noindex, follow meta to wordpress tag page</a></li>
<li><a href='http://www.webnol.org/whats-difference-between-hd-ready-and-full-hd/' rel='bookmark' title='Whats difference between FULL-HD and HD-READY'>Whats difference between FULL-HD and HD-READY</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.webnol.org/calculating-difference-between-two-dates-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convert Decimal into Alphanumeric using php</title>
		<link>http://www.webnol.org/convert-decimal-into-alphanumeric-using-php/</link>
		<comments>http://www.webnol.org/convert-decimal-into-alphanumeric-using-php/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 15:13:20 +0000</pubDate>
		<dc:creator>sunny</dc:creator>
				<category><![CDATA[Programing]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.webnol.org/?p=215</guid>
		<description><![CDATA[A Problem occurred when I was writing a script for shortUrl redirection. That using 5 Digit decimal numbers can cover only 105=100000 Urls but 5 digit alphanumeric (case sensitive) numbers are able to cover 622=916132832. So it is very helpful to keep Urls short. Example Using Decimal http://surl.bz/0 to http://surl.bz/99999 only 100000 Urls In 5 [...]


Related posts:<ol><li><a href='http://www.webnol.org/convert-alphanumeric-into-decimal-using-php/' rel='bookmark' title='Convert Alphanumeric into Decimal using php'>Convert Alphanumeric into Decimal using php</a></li>
<li><a href='http://www.webnol.org/google-advanced-search-tips/' rel='bookmark' title='Google advanced search Tips'>Google advanced search Tips</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.webnol.org/convert-decimal-into-alphanumeric-using-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

