<?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>[ mkhairul.com ] &#187; AJAX</title>
	<atom:link href="http://mkhairul.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://mkhairul.com</link>
	<description>Musings of a web ninja</description>
	<lastBuildDate>Sun, 07 Mar 2010 13:38:46 +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>Textscrolling Stuffs..</title>
		<link>http://mkhairul.com/2008/02/27/textscrolling-stuffs/</link>
		<comments>http://mkhairul.com/2008/02/27/textscrolling-stuffs/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 02:37:10 +0000</pubDate>
		<dc:creator>mkhairul</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://mkhairul.com/2008/02/27/textscrolling-stuffs/</guid>
		<description><![CDATA[Its been a long time since I wrote anything about work (mostly code stuffs). Most of it are trivial stuffs and need not mentioned here. New company website is going to be launch soon. So.. I need to do a news ticker kind of thing, using jCarousel as a textscroller. Created an RSS feed page [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a long time since I wrote anything about work (mostly code stuffs). Most of it are trivial stuffs and need not mentioned here. New company website is going to be launch soon. So.. I need to do a news ticker kind of thing, using <strong>jCarousel</strong> as a <strong><a href="http://sorgalla.com/projects/jcarousel/examples/special_textscroller.html">textscroller</a></strong>. Created an <a href="http://www.ibm.com/developerworks/library/x-phprss/"><strong>RSS</strong> feed page</a> and implemented the <strong>jCarousel textscroller</strong> with few modifications.</p>
<p></p>
<div style="text-align: center;">
      <strong>Before</strong><br />
      <a href="http://mkhairul.com/wp-content/uploads/2008/02/textscroller_before.jpg" title="textscroller_before.jpg"><img src="http://mkhairul.com/wp-content/uploads/2008/02/textscroller_before.jpg" alt="textscroller_before.jpg" /></a></p>
</div>
<p><br/><br/></p>
<div style="text-align: center;">
      <strong>After</strong><br />
      <a href="http://mkhairul.com/wp-content/uploads/2008/02/textscroller_after.jpg" title="textscroller_after.jpg"><img src="http://mkhairul.com/wp-content/uploads/2008/02/textscroller_after.jpg" alt="textscroller_after.jpg" /></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2008/02/27/textscrolling-stuffs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Cascading Dropdown List (AJAX)..</title>
		<link>http://mkhairul.com/2007/12/16/simple-cascading-dropdown-list-ajax/</link>
		<comments>http://mkhairul.com/2007/12/16/simple-cascading-dropdown-list-ajax/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 15:56:27 +0000</pubDate>
		<dc:creator>mkhairul</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://mkhairul.com/2007/12/16/simple-cascading-dropdown-list-ajax/</guid>
		<description><![CDATA[


At first I was thinking of doing a tutorial, 30 minutes later, I decided to just post this thing as it is. This is a cascading dropdown ajax list example that I made for a friend. Basically, it is:


Two lists (country and state)


Selecting a country will prompt the state list to retrieve the state list [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin-right: 5px; padding: 2px; border: 1px solid #999;">
<img alt="cascade.jpg" src="http://mkhairul.com/wp-content/uploads/2007/12/cascade.jpg" />
</div>
<p style="margin-bottom: 0cm;">At first I was thinking of doing a tutorial, 30 minutes later, I decided to just post this thing as it is. This is a <strong>cascading dropdown ajax list</strong> example that I made for a friend. Basically, it is:</p>
<ul>
<li>
<p style="margin-bottom: 0cm;">Two lists (country and state)</p>
</li>
<li>
<p style="margin-bottom: 0cm;">Selecting a country will prompt the state list to retrieve the state list for the selected country.</p>
</li>
</ul>
<p style="margin-bottom: 0cm;">I&#8217;m using <a href="http://jquery.com">jQuery</a> in this example (included in the download). Also some <strong>SQL dump files</strong> included for Country and State. There&#8217;s only states for <strong>Malaysia</strong>. I used an example form from <a href="http://wufoo.com">Wufoo</a>. I&#8217;m a big fan of the look n&#8217; feel of their form. I started refer to it as a guideline for my work.</p>
<p style="margin-bottom: 0cm;">As you can see, it is very simple. I did this for a portal and its not just country and state, there&#8217;s districts and much more. I also added a <a href="http://www.malsup.com/jquery/block/">blockUI</a> plugin for jQuery for the user to easily add states in some other form.</p>
<p style="margin-bottom: 0cm;"></p>
<p style="margin-bottom: 0cm;">Here is the <a href="http://mkhairul.com/tutorials_examples/cascading_ajax_list.zip"><strong>example</strong></a>. Enjoy!<br />
</p>
<p style="margin-bottom: 0cm;"></p>
<p style="margin-bottom: 0cm;">Oh, and don&#8217;t forget to change the username and password for the <strong>database connection</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mkhairul.com/2007/12/16/simple-cascading-dropdown-list-ajax/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
