<?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>Dedication to DIY and programming &#187; jQuery</title>
	<atom:link href="http://stuff.nekhbet.ro/category/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://stuff.nekhbet.ro</link>
	<description>A website containing DIY projects and programming tips &#38; tricks.</description>
	<lastBuildDate>Mon, 16 Jan 2012 07:57:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JQuery &#8211; Search box with default text</title>
		<link>http://stuff.nekhbet.ro/2010/11/14/jquery-search-box-with-default-text.html</link>
		<comments>http://stuff.nekhbet.ro/2010/11/14/jquery-search-box-with-default-text.html#comments</comments>
		<pubDate>Sun, 14 Nov 2010 08:15:17 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Javascript Tips & Tricks]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=305</guid>
		<description><![CDATA[Ever wanted to do a search box with a default text that automatically clears when clicked on ? Here is the code for it : JAVASCRIPT [Show Styled Code]: $(&#034;#src_txt&#034;).live(&#034;blur&#034;, function(){ var default_value = $(this).attr(&#034;rel&#034;); if ($(this).val() == &#034;&#034;){ $(this).val(default_value); } }).live(&#034;focus&#034;, function(){ var default_value = $(this).attr(&#034;rel&#034;); if ($(this).val() == default_value){ $(this).val(&#034;&#034;); } }); JAVASCRIPT [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2010/11/14/jquery-search-box-with-default-text.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Image Gallery Navigation (slider) plugin in jQuery</title>
		<link>http://stuff.nekhbet.ro/2009/06/23/simple-image-gallery-navigation-slider-plugin-in-jquery.html</link>
		<comments>http://stuff.nekhbet.ro/2009/06/23/simple-image-gallery-navigation-slider-plugin-in-jquery.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:28:51 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=180</guid>
		<description><![CDATA[Hi all, I started about a year ago a personal project regarding the touristic places I have visited (and will visit) in Romania and because I had a lot of other work to do on my ex-full time job (I&#8217;m now again a freelancer) I never had time to finish it but all changed now [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2009/06/23/simple-image-gallery-navigation-slider-plugin-in-jquery.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/16 queries in 0.047 seconds using xcache
Object Caching 336/358 objects using xcache

Served from: stuff.nekhbet.ro @ 2012-02-05 09:12:45 -->
