<?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>HieuUK &#187; jQuery</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hieu.co.uk/blog</link>
	<description>Creative Programing</description>
	<lastBuildDate>Tue, 09 Feb 2010 01:35:42 +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>Customize HTML control with jQuery (Checkbox + Radio)</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 07:45:59 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=804</guid>
		<description><![CDATA[<img src="http://www.hieu.co.uk/blog/wp-content/uploads/customizehtmlcontrols.jpg" alt="customizehtmlcontrols" title="customizehtmlcontrols" width="450" height="100" class="aligncenter size-full wp-image-805" />
In web development/design, there're a lot of time you want to customize HTML controls. Some controls are actually quite simple to implement. I will show you how to customize a checkbox/radiobox. It will be very simple, just need a few lines of jQuery and CSS.


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/20/application-to-fix-case-sensitive-problem-when-move-your-website-website-to-linux-server/' rel='bookmark' title='Permanent Link: Application to fix case sensitive problem when move your website website to linux server'>Application to fix case sensitive problem when move your website website to linux server</a> <small> I have a trouble with case sensitive when moving...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/17/damn-case-sensitive/' rel='bookmark' title='Permanent Link: Damn case sensitive'>Damn case sensitive</a> <small> I moved my website today to a server. The...</small></li>
<li><a href='http://www.hieu.co.uk/blog/index.php/2010/01/27/did-you-know-about-db4o-a-brilliant-object-oriented-database/' rel='bookmark' title='Permanent Link: Did you know about db4o &#8211; a brilliant object oriented database'>Did you know about db4o &#8211; a brilliant object oriented database</a> <small> Db4o. It's an object oriented database. It's so simple,...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/07/09/customize-html-control-with-jquery-checkbox-radio/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Simple debug function</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/simple-debug-function/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/simple-debug-function/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 10:00:29 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=403</guid>
		<description><![CDATA[<p>Simple debug function which allow to print out information at the end of the HTML</p>
<p>Syntax: Debug(message, inline);</p>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/simple-debug-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick generic plugin template</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/quick-generic-plugin-template/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/quick-generic-plugin-template/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 01:10:29 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=400</guid>
		<description><![CDATA[A template to create a plugin process through jQuery selected object]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/quick-generic-plugin-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short for $(document).ready()</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/11/short-for-documentready/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/11/short-for-documentready/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 01:04:48 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=398</guid>
		<description><![CDATA[A shorter way for $(document).ready()]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/11/short-for-documentready/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accessibility with javascript</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/04/accessibility-with-javascript/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/04/accessibility-with-javascript/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 01:24:51 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[ImageSwitch]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=290</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/04/04/accessibility-with-javascript/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/accessibleheadtitle.jpg" alt="accessibleheadtitle" title="accessibleheadtitle" width="450" height="100" class="aligncenter size-full wp-image-311" /></a>
Javascript is an amazing powerful programming language help enhance your website with special effect and more user interactive. However, not all your visitors have javascript support browsers or simply they just don't want to turn javascript on. If you didn't think about this, your visitors could visit your website and don't even know what really going on when all your animation just gone dead and your main content get hidden. So how will we fix it?


Related posts:<ol><li><a href='http://www.hieu.co.uk/blog/index.php/2009/08/12/im-on-holiday/' rel='bookmark' title='Permanent Link: I&#8217;m on holiday'>I&#8217;m on holiday</a> <small> I'm currently on a long vacation. Unfortunately, I can’t...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/04/accessibility-with-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Link/Images preview with GreaseMonkey and jQuery</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/03/29/linkimages-preview-with-greasemonkey-and-jquery/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/03/29/linkimages-preview-with-greasemonkey-and-jquery/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 15:45:49 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[GreaseMonkey]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=190</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/03/29/linkimages-preview-with-greasemonkey-and-jquery/" rel="attachment wp-att-205"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/linkpreviewtitle.jpg" alt="linkpreviewtitle" title="linkpreviewtitle" width="450" height="100" class="aligncenter size-full wp-image-205" /></a>
There's time when you visit some beautiful gallery websites or a forum full of pictures, unfortunately they don't use lightbox, or maybe they link to an image host service. So you have to open the image in a new tab? Don't worry, this tutorial will show use how to make a Greasemonkey script to open up a view-port allow you to preview the content.]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/03/29/linkimages-preview-with-greasemonkey-and-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>8 guides to apply jQuery and ImageSwitch in web design</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 11:52:05 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ImageSwitch]]></category>

		<guid isPermaLink="false">/post/2009/03/21/8-guides-to-apply-jQuery-and-ImageSwitch-in-web-design.aspx</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/topmenubar.jpg" alt="topmenubar" title="topmenubar" width="450" height="100" class="aligncenter size-full wp-image-160" /></a>I'm kind da lazy developer so I always try to minimize my code. So these 8 tutorials cover a wide range of knowledge of jQuery to make it works for you. We will use jQuery and ImageSwith - the new jQuery plugin to re-assembly some complex and popular effects such as card flipping, sequence of animation, gallery image with slide show, flip clock... and trust me, with ImageSwitch, they're just a piece of cake.
]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/03/21/8-guides-to-apply-jquery-and-imageswitch-in-web-design/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>New jQuery Plugin &#8211; ImageSwitch, amazing effect with simple code</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/03/13/new-jquery-plugin-imageswitch-amazing-effect-with-simple-code/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/03/13/new-jquery-plugin-imageswitch-amazing-effect-with-simple-code/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:25:00 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ImageSwitch]]></category>

		<guid isPermaLink="false">/post/2009/03/13/New-jQuery-Plugin-ImageSwitch-amazing-effect-with-simple-code.aspx</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/03/13/new-jquery-plugin-imageswitch-amazing-effect-with-simple-code/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/jqueryisheadtitle.jpg" alt="jqueryisheadtitle" title="jqueryisheadtitle" class="aligncenter size-full wp-image-162" /></a>
It's a while from the last time I updated my blog. I spend all spare time to make a new jQuery plugin - ImageSwitch and this is one of the most favorite plug-ins. The main point of this plug-in is to make an easy-to-use, simple and fast plug-in to create effect when you switch between images. Minimize the arguments you need to input and still give some beatiful effects.]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/03/13/new-jquery-plugin-imageswitch-amazing-effect-with-simple-code/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>jQuery: Give visitors the best design possible</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/02/23/jquery-give-visitors-the-best-design-possible/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/02/23/jquery-give-visitors-the-best-design-possible/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 22:23:00 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">/post/2009/02/23/jQuery-Give-user-the-best-design-possible.aspx</guid>
		<description><![CDATA[<img src="http://www.hieu.co.uk/blog/wp-content/uploads/ievsff.gif" alt="ie vs ff" title="ie vs ff" style="float:left"/>For many(most?) web designers, the limited of IE is always set a certain limit to their works. IE6 won't work with any PNG24. IE7 won't work when the filter alpha turn on. So should you change your design to make it compatible for all browsers?]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/02/23/jquery-give-visitors-the-best-design-possible/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dzone Widget: Target visitors and intergrate scroll into your website</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/02/20/dzone-widget-target-visitors-and-intergrate-scroll-into-your-website/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/02/20/dzone-widget-target-visitors-and-intergrate-scroll-into-your-website/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 06:04:11 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">/post/2009/02/20/Dzone-Widget-Target-visitors-and-intergrate-scroll-Dzone-Widget-to-your-website.aspx</guid>
		<description><![CDATA[<a href="http://www.hieu.co.uk/blog/index.php/2009/02/20/dzone-widget-target-visitors-and-intergrate-scroll-into-your-website/"><img src="http://www.hieu.co.uk/blog/wp-content/uploads/dzonewidget.jpg" alt="dzonewidget" title="dzonewidget" width="450" height="100" class="aligncenter size-full wp-image-168" /></a>
Intergrate a DZone widget into your website and it's only show up when visitors come from DZone. The widget will slide when you scroll the browser. It also has a close button so visitors could close it if they don't feel incovenient.]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/02/20/dzone-widget-target-visitors-and-intergrate-scroll-into-your-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
