<?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>Ilia Draznin &#187; JavaScript</title>
	<atom:link href="http://www.iliadraznin.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iliadraznin.com</link>
	<description>Web Developer, Designer and Enthusiast</description>
	<lastBuildDate>Sat, 28 Jan 2012 01:14:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>jQuery 1.6 Released</title>
		<link>http://www.iliadraznin.com/2011/05/jquery-16-released/</link>
		<comments>http://www.iliadraznin.com/2011/05/jquery-16-released/#comments</comments>
		<pubDate>Wed, 04 May 2011 01:07:16 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=617</guid>
		<description><![CDATA[So I’ve been reading the change log for jQuery 1.6 and it’s a doozy, with tons of great improvements (performance particularly) and some nice changes. There’s been a bunch of performance optimizations to both .attr() and .data() functions, which I use often in my projects, so that is definitely welcomed. Not to mention the more [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2011/05/jquery-16-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing JavaScript and jQuery</title>
		<link>http://www.iliadraznin.com/2011/04/optimizing-javascript-jquery/</link>
		<comments>http://www.iliadraznin.com/2011/04/optimizing-javascript-jquery/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 17:55:17 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=599</guid>
		<description><![CDATA[I’ve been working on a new project — a web application of sorts. Basically, unlike a regular web site, everything in this web applications occurs on the one page. Moreover, due to the nature of the webapp there’s a lot of javascript code handling everything from keyboard input, through DOM updates and to Ajax requests. [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2011/04/optimizing-javascript-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Better jQuery Placeholder Plugin</title>
		<link>http://www.iliadraznin.com/2011/02/jquery-placeholder-plugin/</link>
		<comments>http://www.iliadraznin.com/2011/02/jquery-placeholder-plugin/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 04:45:10 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[placeholder]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://iliadraznin.com/?p=398</guid>
		<description><![CDATA[A while back I made a post about a simple placeholder script I wrote. The idea was to provide the placeholder functionality that browsers like Chrome and Safari have, to browsers that don’t have it, like Firefox and IE. The script was very simple though and not smart in a few ways, including inability to [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2011/02/jquery-placeholder-plugin/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>jQuery 1.5 is out</title>
		<link>http://www.iliadraznin.com/2011/01/jquery-1-5-released/</link>
		<comments>http://www.iliadraznin.com/2011/01/jquery-1-5-released/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 04:33:58 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://iliadraznin.com/?p=382</guid>
		<description><![CDATA[The jQuery team has released a new version of their awesome framework — jQuery 1.5. While not seemingly as significant as the 1.4 release, they made quite a few major changes under the hood. On top the various bug fixes and performance enhancements one of the major changes in jQuery 1.5 is a complete rewrite [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2011/01/jquery-1-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crazy long jQuery animation chains for a slideshow widget</title>
		<link>http://www.iliadraznin.com/2010/11/long-jquery-animation-chains-slideshow/</link>
		<comments>http://www.iliadraznin.com/2010/11/long-jquery-animation-chains-slideshow/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 03:42:01 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://iliadraznin.com/?p=366</guid>
		<description><![CDATA[So I was recently coding a slideshow widget using jQuery. Nothing fancy — just a box showing one image, you click an arrow, the next/previous image slides in. The code was also very straightforward — get a handle on the “slides” and use index to loop through them. For one of the animations in the [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2010/11/long-jquery-animation-chains-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write single-page Ajax web applications with Sammy.js</title>
		<link>http://www.iliadraznin.com/2010/08/singlepage-ajax-web-apps-sammy-js/</link>
		<comments>http://www.iliadraznin.com/2010/08/singlepage-ajax-web-apps-sammy-js/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 03:10:24 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[hashtag]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://iliadraznin.com/?p=295</guid>
		<description><![CDATA[Sammy.js is a javascript framework for writing single-page web-app style websites, similar to gmail. It's built on top of jQuery.]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2010/08/singlepage-ajax-web-apps-sammy-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom AddThis share button</title>
		<link>http://www.iliadraznin.com/2010/07/custom-addthis-share-button/</link>
		<comments>http://www.iliadraznin.com/2010/07/custom-addthis-share-button/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 01:46:21 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[addthis]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://iliadraznin.com/?p=272</guid>
		<description><![CDATA[Digging into AddThis share button code and modifying it to suit your own site's needs, by customizing it with your styles]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2010/07/custom-addthis-share-button/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simple jQuery placeholder script for input fields</title>
		<link>http://www.iliadraznin.com/2010/03/simple-jquery-placeholder-script-input-fields/</link>
		<comments>http://www.iliadraznin.com/2010/03/simple-jquery-placeholder-script-input-fields/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 05:19:35 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[placeholder]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://iliadraznin.com/?p=166</guid>
		<description><![CDATA[A simple jQuery placeholder script to add the placeholder functionality (like in Chrome or Safari) for input text fields in Firefox and IE]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2010/03/simple-jquery-placeholder-script-input-fields/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 23/27 queries in 0.015 seconds using disk: basic

Served from: www.iliadraznin.com @ 2012-02-04 17:23:12 -->
