<?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>MinhD.net &#187; Jquery</title>
	<atom:link href="http://minhd.net/category/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://minhd.net</link>
	<description>Technology and Development</description>
	<lastBuildDate>Fri, 18 Jun 2010 07:49:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Password strength meter in Javascript</title>
		<link>http://minhd.net/2010/04/27/password-strength-meter-in-javascript/</link>
		<comments>http://minhd.net/2010/04/27/password-strength-meter-in-javascript/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 03:07:13 +0000</pubDate>
		<dc:creator>dekarvn</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://minhd.net/?p=158</guid>
		<description><![CDATA[Well, unlike the normal ones that gives you a strength meter that goes from green to red indicating your password strength. This one gives you the time it would take for a normal PC to crack your password.  The password strength meter is called ChronoStrength For example mine. This comes as a standalone javascript or]]></description>
		<wfw:commentRss>http://minhd.net/2010/04/27/password-strength-meter-in-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQtouch &#8211; create your iPhone application as a web application</title>
		<link>http://minhd.net/2010/04/24/jqtouch-create-your-iphone-application-as-a-web-application/</link>
		<comments>http://minhd.net/2010/04/24/jqtouch-create-your-iphone-application-as-a-web-application/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 10:06:50 +0000</pubDate>
		<dc:creator>dekarvn</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://minhd.net/?p=150</guid>
		<description><![CDATA[Yep, with just some web html/css/javascript knowledge you can create iPhone application. No joke! just trick. By using this JQtouch plug-in, you can create website that acts and behave just like a native iPhone application. I was pretty amazed at the idea, but it&#8217;s time to dig in and try it for yourself! I&#8217;m doing]]></description>
		<wfw:commentRss>http://minhd.net/2010/04/24/jqtouch-create-your-iphone-application-as-a-web-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Validate a simple form using JQuery</title>
		<link>http://minhd.net/2010/04/23/validate-a-simple-form-using-jquery/</link>
		<comments>http://minhd.net/2010/04/23/validate-a-simple-form-using-jquery/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 01:49:08 +0000</pubDate>
		<dc:creator>dekarvn</dc:creator>
				<category><![CDATA[Experience]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://minhd.net/?p=145</guid>
		<description><![CDATA[This is a way to validate a form using simple JQuery. Why re-invent the wheel when there&#8217;s so many type of wheels to choose from? and also, for sometimes, we are just lazy to find the best wheel possible for our project. What I&#8217;m trying to do here is not to spoon feed you the]]></description>
		<wfw:commentRss>http://minhd.net/2010/04/23/validate-a-simple-form-using-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handy Jquery Snippets</title>
		<link>http://minhd.net/2010/04/22/handy-jquery-snippets/</link>
		<comments>http://minhd.net/2010/04/22/handy-jquery-snippets/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 05:49:58 +0000</pubDate>
		<dc:creator>dekarvn</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://minhd.net/?p=138</guid>
		<description><![CDATA[This post includes most of my regular use JQuery functions, they are handy, at least to me, and hopefully, to you. I&#8217;ve spent months collecting this and re-collecting them, and yeah, I found a need to compile them into a blog post for me and for you to reference in, quickly look at, print out,]]></description>
		<wfw:commentRss>http://minhd.net/2010/04/22/handy-jquery-snippets/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Very Simple Delete Confirmation dialog</title>
		<link>http://minhd.net/2009/12/06/a-very-simple-delete-confirmation-dialog/</link>
		<comments>http://minhd.net/2009/12/06/a-very-simple-delete-confirmation-dialog/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 00:35:53 +0000</pubDate>
		<dc:creator>dekarvn</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://minhd.net/?p=129</guid>
		<description><![CDATA[With Jquery of course Ok, we often have to do delete button and have to do something about if the users click the button, an the delete action should not taken right away&#8230; What if the user doesn&#8217;t want to click the button but click it anyway (they are users, their actions are illogical but]]></description>
		<wfw:commentRss>http://minhd.net/2009/12/06/a-very-simple-delete-confirmation-dialog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jquery Pagination System</title>
		<link>http://minhd.net/2009/10/13/jquery-pagination-system/</link>
		<comments>http://minhd.net/2009/10/13/jquery-pagination-system/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 01:39:46 +0000</pubDate>
		<dc:creator>dekarvn</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://minhd.net/?p=77</guid>
		<description><![CDATA[When you think of a pagination system, you would think about some messy PHP codes to generate each and every page. So subsequently, for an user who wants to browse through your pages, they will do a lot of calls to your PHP file and by that do a lot of calls to your database]]></description>
		<wfw:commentRss>http://minhd.net/2009/10/13/jquery-pagination-system/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Jquery Cheatsheets</title>
		<link>http://minhd.net/2009/10/10/jquery-cheatsheets/</link>
		<comments>http://minhd.net/2009/10/10/jquery-cheatsheets/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 02:54:09 +0000</pubDate>
		<dc:creator>dekarvn</dc:creator>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[cheatsheets]]></category>

		<guid isPermaLink="false">http://minhd.net/?p=11</guid>
		<description><![CDATA[Cheat sheets are quite handy for web development, especially when they are printed out and stick onto your every wall Jquery 1.2 Cheatsheet Jquery 1.3 Cheatsheets Jquery Visual Map]]></description>
		<wfw:commentRss>http://minhd.net/2009/10/10/jquery-cheatsheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
