<?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>Let's explore the web technologies together &#187; Jquery</title>
	<atom:link href="http://www.ajaxray.com/blog/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxray.com/blog</link>
	<description>Exploring PHP, MySql, Javascript, jQuery, Zend Framework and more... from Bangladesh</description>
	<lastBuildDate>Sun, 28 Feb 2010 15:48:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery LED Banner &#8211; fun with jQuery!</title>
		<link>http://www.ajaxray.com/blog/2010/02/28/jquery-led-scrolling-banner-fun-plugin/</link>
		<comments>http://www.ajaxray.com/blog/2010/02/28/jquery-led-scrolling-banner-fun-plugin/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 19:56:57 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scrolling]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/?p=183</guid>
		<description><![CDATA[While coming home, I&#8217;ve seen a super store showing their items on a big LED type banner. Where item names were scrolling using some lights on/off. It&#8217;s an everyday scenery, nothing special.
But  I&#8217;ve come to realize soon, in back of my head,  I am thinking how it can be made for web. And, LED banner [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2010/02/28/jquery-led-scrolling-banner-fun-plugin/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; Presentation at phpXperts Seminar, 09</title>
		<link>http://www.ajaxray.com/blog/2009/05/17/jquery-presentation-at-phpxperts-seminar-09/</link>
		<comments>http://www.ajaxray.com/blog/2009/05/17/jquery-presentation-at-phpxperts-seminar-09/#comments</comments>
		<pubDate>Sun, 17 May 2009 10:19:21 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/?p=127</guid>
		<description><![CDATA[At the phpXperts seminar 2009, I gave a talk on  &#8220;Blessings of modern javascript framework &#8211; jQuery&#8221; and it seemed well-received. I enjoyed giving the presentation very much!
Special thanks for all the organizers, group members and  participants.
Here is the slide available for you.
jQuery from the very beginning
View more presentations from anisniit.

Hope you&#8217;ll Enjoy the [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2009/05/17/jquery-presentation-at-phpxperts-seminar-09/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Extjs quick start guide for jQuery Developers</title>
		<link>http://www.ajaxray.com/blog/2009/04/05/extjs-quick-start-guide-for-jquery-developers-javascript-howto/</link>
		<comments>http://www.ajaxray.com/blog/2009/04/05/extjs-quick-start-guide-for-jquery-developers-javascript-howto/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 18:14:27 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[Extjs]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/?p=118</guid>
		<description><![CDATA[I&#8217;ve seen many people (including myself) trying out the power of jQuery for once and then getting stuck with it. Why not? It&#8217;s one of the coolest and smartest JavaScript library out there. However, I have broken out from the circle and found that Extjs is another great mentor in the field of JavaScript libraries. [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2009/04/05/extjs-quick-start-guide-for-jquery-developers-javascript-howto/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Interactive character limit for textarea using Jquery</title>
		<link>http://www.ajaxray.com/blog/2007/11/09/interactive-character-limit-for-textarea-using-jquery/</link>
		<comments>http://www.ajaxray.com/blog/2007/11/09/interactive-character-limit-for-textarea-using-jquery/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 19:35:51 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/2007/11/09/interactive-character-limit-for-textarea-using-jquery/</guid>
		<description><![CDATA[For a textbox, character of a field can easily be limited with maxlength attribute. But maxlength doesn&#8217;t work for&#xA0; a textarea. So, It needs an alternate way. For one of my project, I wrote a function for this purpose where I used jQuery. Here I am explaining how I did it. 
Let&#8217;s look an example [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2007/11/09/interactive-character-limit-for-textarea-using-jquery/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>jQuery controlled Dependent (or Cascading) Select List 2</title>
		<link>http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/</link>
		<comments>http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 06:40:25 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/</guid>
		<description><![CDATA[Thank you all. Thanx for using, commenting and visiting my script jQuery controlled Dependent (or Cascading) Select List from my old bolg http://php4bd.wordpress.com and here. 
I am getting a lots of request and questions from visitors about adding some features and some other problems. Sometimes I faced some problem when using this script myself. So, [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/feed/</wfw:commentRss>
		<slash:comments>201</slash:comments>
		</item>
		<item>
		<title>jQuery controlled Dependent (or Cascading) Select List</title>
		<link>http://www.ajaxray.com/blog/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/</link>
		<comments>http://www.ajaxray.com/blog/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 19:52:25 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/?p=8</guid>
		<description><![CDATA[When I was searching the web for a client side dependent list boxes, I got some scripts. But some of them were very much static (static select name, option name etc.), some were vary complex. Then I thought to make it myself.
I have been using jQuery as the standard JavaScript library for most of my [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2007/07/15/javascript-controlled-dependent-or-cascading-select-list/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>
