<?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; Javascript Tips &amp; Tricks</title>
	<atom:link href="http://stuff.nekhbet.ro/category/javascript-tips-tricks/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>Cellular Automata &#8211; Conway&#8217;s Game of Life in HTML 5</title>
		<link>http://stuff.nekhbet.ro/2010/01/14/cellular-automata-conways-game-of-life-in-html-5.html</link>
		<comments>http://stuff.nekhbet.ro/2010/01/14/cellular-automata-conways-game-of-life-in-html-5.html#comments</comments>
		<pubDate>Thu, 14 Jan 2010 10:10:41 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=276</guid>
		<description><![CDATA[I had to do a school project involving automata so, after searching what this means .. I came to &#8220;cellular automaton&#8221; and then to the &#8220;Conway&#8217;s Game of Life&#8221; on wikipedia. I remember doing such a project on RentACoder few years ago in Visual Basic but I didn&#8217;t knew this fancy name for it &#8230; [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2010/01/14/cellular-automata-conways-game-of-life-in-html-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check if a JavaScript function is defined</title>
		<link>http://stuff.nekhbet.ro/2008/11/12/how-to-check-if-a-javascript-function-is-defined.html</link>
		<comments>http://stuff.nekhbet.ro/2008/11/12/how-to-check-if-a-javascript-function-is-defined.html#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:06:13 +0000</pubDate>
		<dc:creator>Trimbitas Sorin</dc:creator>
				<category><![CDATA[Javascript Tips & Tricks]]></category>

		<guid isPermaLink="false">http://stuff.nekhbet.ro/?p=134</guid>
		<description><![CDATA[I encountered a small issue on javascript while doing a small hack for a VBulletin plugin. Sometimes a javascript function was included, sometimes not. So I needed a way to check if that function was or wasn&#8217;t defined so I can call it safely (without any error message). In case you ever need something like [...]]]></description>
		<wfw:commentRss>http://stuff.nekhbet.ro/2008/11/12/how-to-check-if-a-javascript-function-is-defined.html/feed</wfw:commentRss>
		<slash:comments>1</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/20 queries in 0.026 seconds using xcache
Object Caching 370/400 objects using xcache

Served from: stuff.nekhbet.ro @ 2012-02-05 09:51:34 -->
