<?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>imranul hoque&#039;s blog</title>
	<atom:link href="http://www.imranulhoque.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imranulhoque.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Feb 2010 22:59:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Back to my world after long</title>
		<link>http://www.imranulhoque.com/uncategorized/back-to-my-world-after-long/</link>
		<comments>http://www.imranulhoque.com/uncategorized/back-to-my-world-after-long/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 02:20:44 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/uncategorized/back-to-my-world-after-long/</guid>
		<description><![CDATA[<div style="text-align: left; padding: 3px;"><a title="photo sharing" href="http://www.flickr.com/photos/74619299@N00/4297339376/"><img style="border: solid 2px #000000;" src="http://farm3.static.flickr.com/2769/4297339376_954fd89dcb.jpg" alt="" /></a>

<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/74619299@N00/4297339376/">Childhood</a>, originally uploaded by <a href="http://www.flickr.com/people/74619299@N00/">Lazy Fellow</a>.</span></div>
Have been too busy with family activities and completion of my MBA. At last the marathon family programs have been ended and the MBA(YAHOO!!!!) as well.]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/uncategorized/back-to-my-world-after-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Javascript Validation for Checkbox</title>
		<link>http://www.imranulhoque.com/javascript/simple-javascript-validation-for-checkbox/</link>
		<comments>http://www.imranulhoque.com/javascript/simple-javascript-validation-for-checkbox/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 10:14:29 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Javascript validation]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=154</guid>
		<description><![CDATA[There are times when we need to add javascript validation to check if at least one of a group of checkbox options has been checked. Here is a simple function that&#8217;ll solve the problem and works in most of the browsers.

&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Imran's checkbox validation&#60;/title&#62;
&#60;script language="javascript"&#62;
//frm is the form element
function checkForm(frm){
var destCount = frm.elements['dest[]'].length;
var destSel   [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/javascript/simple-javascript-validation-for-checkbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bird at my window</title>
		<link>http://www.imranulhoque.com/photography/bird-at-my-window/</link>
		<comments>http://www.imranulhoque.com/photography/bird-at-my-window/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 08:11:07 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=144</guid>
		<description><![CDATA[<img src="wp-content/gallery/robin/IMGP2130.jpg" width="400" title="Bird at my window" alt="Bird at my window"/>
The place I live is not a very quiet one. A typical populated area in the city with people screaming, street dogs barking, hawkers shouting everywhere. The place is always lively.
Among all these chaos, I found this little baby bird sitting quiet on the mango tree right beside my window.]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/photography/bird-at-my-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql rounding for currency format</title>
		<link>http://www.imranulhoque.com/mysql/mysql-rounding-for-currency-format/</link>
		<comments>http://www.imranulhoque.com/mysql/mysql-rounding-for-currency-format/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 10:16:51 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql rounding]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=138</guid>
		<description><![CDATA[Most of the time we are used to format float numbers into currency format by PHP (or any front end language) using functions like fprintf(). If we could grab the result formatted from the db, we won&#8217;t need to use front end formatting. Mysql function format() is the function we need.
Lets say we have a [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/mysql/mysql-rounding-for-currency-format/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Build dropdown from Mysql SET or ENUM fields</title>
		<link>http://www.imranulhoque.com/mysql/build-dropdown-from-mysql-set-or-enum-fields/</link>
		<comments>http://www.imranulhoque.com/mysql/build-dropdown-from-mysql-set-or-enum-fields/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 21:28:31 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Mysql Enum dropdown]]></category>
		<category><![CDATA[Mysql Set dropdown]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=131</guid>
		<description><![CDATA[We need to populate dropdown fields from Mysql SET or ENUM fields pretty often. So here is how I use to do it.
Lets say &#8216;test&#8217; is a table that has a field, &#8216;agree&#8217; of type &#8216;SET&#8217; having values &#8216;Yes&#8217; and &#8216;No&#8217;. On the front end of my application I want to show a dropdown/select field [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/mysql/build-dropdown-from-mysql-set-or-enum-fields/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Javascript &#8211; Ajax file upload using Yahoo API</title>
		<link>http://www.imranulhoque.com/javascript/ajax-file-upload-yahoo-api/</link>
		<comments>http://www.imranulhoque.com/javascript/ajax-file-upload-yahoo-api/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 10:33:22 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[AJAX file upload]]></category>
		<category><![CDATA[Yahoo API]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=120</guid>
		<description><![CDATA[Web user interfaces have been very dynamic after the introduction of AJAX. People are now more used to with pages that do not refresh on every click. For developers it has been a challenge to build sites that are more user friendly and to achieve that file upload without refreshing the page is a big [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/javascript/ajax-file-upload-yahoo-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Show pound sign in input field by Javascript</title>
		<link>http://www.imranulhoque.com/javascript/show-pound-sign-in-input-field-by-javascript/</link>
		<comments>http://www.imranulhoque.com/javascript/show-pound-sign-in-input-field-by-javascript/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 08:00:56 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript currency sign]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=116</guid>
		<description><![CDATA[If you have ever tried to put pound sign (or any special character) in any input fields by Javascript, you know that it is not that straight forward. 
If we write code like this,
   document.getElementById('input_field_id').value = '£1000';
It&#8217;ll display some question mark(unrecognized character) instead of the pound sign.
So we need to put character&#8217;s unicode [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/javascript/show-pound-sign-in-input-field-by-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript &#8211; Round numbers to some decimal places</title>
		<link>http://www.imranulhoque.com/javascript/javascript-round-numbers-to-some-decimal-places/</link>
		<comments>http://www.imranulhoque.com/javascript/javascript-round-numbers-to-some-decimal-places/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 00:57:05 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript round]]></category>
		<category><![CDATA[round numbers]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=101</guid>
		<description><![CDATA[Javascript&#8217;s Math.round function allows a user to round a float to an integer. But most of the time we need some function that&#8217;ll let us round the number to any decimal places we want. So here is the function that&#8217;ll solve your problem:
function roundNumber(num,decimal){
     var numerator = Math.round(num * Math.pow(10, decimal));
 [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/javascript/javascript-round-numbers-to-some-decimal-places/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Beginners &#8211; Select a dropdown option by value</title>
		<link>http://www.imranulhoque.com/javascript/javascript-beginners-select-a-dropdown-option-by-value/</link>
		<comments>http://www.imranulhoque.com/javascript/javascript-beginners-select-a-dropdown-option-by-value/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 01:59:12 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript select]]></category>
		<category><![CDATA[select by value]]></category>
		<category><![CDATA[select dropdown]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=93</guid>
		<description><![CDATA[A very simple and common issue a Javascript newbie often faces is how to select a dropdown option dynamically by value. People who are working for long with Javascript would solve it in minutes, but hey, this is for a newbie, remember?  
So this is a simple function I wrote to do the work.

 [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/javascript/javascript-beginners-select-a-dropdown-option-by-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql function to find distance between two places using lat/long</title>
		<link>http://www.imranulhoque.com/mysql/mysql-function-to-find-distance-between-two-places-using-latlong/</link>
		<comments>http://www.imranulhoque.com/mysql/mysql-function-to-find-distance-between-two-places-using-latlong/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 18:52:33 +0000</pubDate>
		<dc:creator>Imran</dc:creator>
				<category><![CDATA[Google Map]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql distance calculation]]></category>
		<category><![CDATA[mysql function]]></category>

		<guid isPermaLink="false">http://www.imranulhoque.com/?p=89</guid>
		<description><![CDATA[Sometimes we need to find out list of places that are within a certain radius from a center place where coordinates of the places are saved in the database. Now we have 2 solutions for this &#8211; either loop through all the places find the distance from the center point and keep the places that [...]]]></description>
		<wfw:commentRss>http://www.imranulhoque.com/mysql/mysql-function-to-find-distance-between-two-places-using-latlong/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
