<?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>Narga &#187; Javascript</title>
	<atom:link href="http://www.narga.net/category/web-dev/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.narga.net</link>
	<description>The internet reviews</description>
	<lastBuildDate>Thu, 15 Jul 2010 13:30:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://www.narga.net/?pushpress=hub'/>
		<item>
		<title>Making Awesome Form&#8217;s Inline Labels with jQuery</title>
		<link>http://www.narga.net/making-awesome-forms-inline-labels-with-jquery/</link>
		<comments>http://www.narga.net/making-awesome-forms-inline-labels-with-jquery/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 14:00:50 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[form design]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=2157</guid>
		<description><![CDATA[Labels fade when the field is focussed and disappear when text entry begins. Clearing a field and leaving brings back the label.]]></description>
		<wfw:commentRss>http://www.narga.net/making-awesome-forms-inline-labels-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve Your Page Performance With jQuery Lazy Loader</title>
		<link>http://www.narga.net/improve-your-page-performance-with-jquery-lazy-loader/</link>
		<comments>http://www.narga.net/improve-your-page-performance-with-jquery-lazy-loader/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:00:03 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery plugins]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=2167</guid>
		<description><![CDATA[Lazy loader is a jQuery plugin written in JavaScript. It delays loading of images in (long) web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them.]]></description>
		<wfw:commentRss>http://www.narga.net/improve-your-page-performance-with-jquery-lazy-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15+ promising jQuery Lightbox-Clones plugins</title>
		<link>http://www.narga.net/15-promising-jquery-lightbox-clones-plugins/</link>
		<comments>http://www.narga.net/15-promising-jquery-lightbox-clones-plugins/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 13:30:14 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[images handle]]></category>
		<category><![CDATA[jQuery plugins]]></category>
		<category><![CDATA[modalbox]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=1987</guid>
		<description><![CDATA[Lightbox, and the newer Lightbox 2, is a JavaScript application used to display large images using modal dialogs. On a Lightbox-enabled page, a user can click an image to have it magnified in a Lightbox window, which resizes itself according to the size of the image using a gliding animation. Lightbox determines which images will [...]]]></description>
		<wfw:commentRss>http://www.narga.net/15-promising-jquery-lightbox-clones-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Open All External Links in a New Window/Tabs by using jquery</title>
		<link>http://www.narga.net/open-all-external-links-new-window-tabs-jquery/</link>
		<comments>http://www.narga.net/open-all-external-links-new-window-tabs-jquery/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 13:30:58 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[code recipes]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=1927</guid>
		<description><![CDATA[If you know anything about attribute selectors, that should look familiar to you. Basically, it is saying, apply the attribute target="_blank" to all links that begin with http. I have written a few lines of jQuery code that will convert all external links (i.e. links that begin with http) to links opening up in a new window by injecting the target="_blank" behind the screens.]]></description>
		<wfw:commentRss>http://www.narga.net/open-all-external-links-new-window-tabs-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google CDN: use AJAX Libraries API to Speed up your Ajax apps</title>
		<link>http://www.narga.net/google-ajax-libraries-api-wordpres/</link>
		<comments>http://www.narga.net/google-ajax-libraries-api-wordpres/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 13:30:33 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript library]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=1708</guid>
		<description><![CDATA[As you may have heard, since May 27, 2008 Google has released a new client-side API. It permits users to download some popular JavaScript libraries directly from its servers, including Prototype, jQuery, Scriptaculous, MooTools, and Dojo. In addition, the API will serve the requested files compressed by default (even though this feature can be disabled via client-side scripting), in this manner decreasing their respective download times.]]></description>
		<wfw:commentRss>http://www.narga.net/google-ajax-libraries-api-wordpres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25 sexy jQuery Drop Down Multi Level Menu</title>
		<link>http://www.narga.net/sexy-jquery-drop-down-multi-level-menu/</link>
		<comments>http://www.narga.net/sexy-jquery-drop-down-multi-level-menu/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 13:30:21 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[drop-down menu]]></category>
		<category><![CDATA[javascript library]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=1639</guid>
		<description><![CDATA[Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly followed suit. There are lots of dropdown menus already out there. Here you’ll find 25 sexy jQuery and CSS based drop-down or just multi level menu tutorials with down loadable files and explanations as well.]]></description>
		<wfw:commentRss>http://www.narga.net/sexy-jquery-drop-down-multi-level-menu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; a new kind of JavaScript Library</title>
		<link>http://www.narga.net/jquery-a-new-kind-of-javascript-library/</link>
		<comments>http://www.narga.net/jquery-a-new-kind-of-javascript-library/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 13:30:14 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript library]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=1624</guid>
		<description><![CDATA[jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 at BarCamp NYC by John Resig.
jQuery is free, open source software Dual-licensed under the MIT License and the GNU General Public License.]]></description>
		<wfw:commentRss>http://www.narga.net/jquery-a-new-kind-of-javascript-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BoxOver, display tooltips using DHTML/Javascritps</title>
		<link>http://www.narga.net/boxover-display-tooltips-using-dhtml-javascritps/</link>
		<comments>http://www.narga.net/boxover-display-tooltips-using-dhtml-javascritps/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 13:00:14 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=1426</guid>
		<description><![CDATA[BoxOver uses javascript / DHTML to show tooltips on a website. Implementation of the tooltips, however, requires no knowledge of DHTML or javascript. Move your mouse over the items below to see examples. BoxOver is free and distributed under the GNU license.

There are many tweaks which can be set to customise it to your needs by setting through a tag’s “title” attribute. Some of them are very useful.]]></description>
		<wfw:commentRss>http://www.narga.net/boxover-display-tooltips-using-dhtml-javascritps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YUI &#8211; The Yahoo! User Interface Library</title>
		<link>http://www.narga.net/yui-the-yahoo-user-interface-library/</link>
		<comments>http://www.narga.net/yui-the-yahoo-user-interface-library/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 14:00:45 +0000</pubDate>
		<dc:creator>Narga</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript library]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://www.narga.net/?p=1268</guid>
		<description><![CDATA[The YUI Library is a set of utilities and controls, written with JavaScript and CSS, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. YUI is available under a BSD license and is free for all uses.]]></description>
		<wfw:commentRss>http://www.narga.net/yui-the-yahoo-user-interface-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
