<?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 Code</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/category/code-vault/jquery-code/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>Selector internal/external links</title>
		<link>http://www.hieu.co.uk/blog/index.php/2009/04/15/selector-internalexternal-links/</link>
		<comments>http://www.hieu.co.uk/blog/index.php/2009/04/15/selector-internalexternal-links/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 10:40:38 +0000</pubDate>
		<dc:creator>HieuUK</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?p=483</guid>
		<description><![CDATA[Common selectors to choose all internal or external links
Selector to find all external links

$("a[href*='http://']:not([href*='"+location.hostname+"'])")
Selector to find all internal links
$("a[href^='/'],a[href*='"+location.hostname+"']")
]]></description>
		<wfw:commentRss>http://www.hieu.co.uk/blog/index.php/2009/04/15/selector-internalexternal-links/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
