<?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</title>
	<atom:link href="http://www.iliadraznin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iliadraznin.com</link>
	<description>Web Developer, Designer and Enthusiast</description>
	<lastBuildDate>Wed, 02 May 2012 14:20:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Mozilla shows off upcoming Firefox UX changes</title>
		<link>http://www.iliadraznin.com/2012/05/mozilla-shows-upcoming-firefox-ux/</link>
		<comments>http://www.iliadraznin.com/2012/05/mozilla-shows-upcoming-firefox-ux/#comments</comments>
		<pubDate>Wed, 02 May 2012 14:16:46 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[windows 8]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=803</guid>
		<description><![CDATA[This is a slide show presentation by Mozilla's UX lead Madhava Enros about some of the work his team is doing on Firefox UX. I love the unified interface and especially the way they handle the differences between tablet and smartphone interfaces.]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2012/05/mozilla-shows-upcoming-firefox-ux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Tooltip plugin for jQuery</title>
		<link>http://www.iliadraznin.com/2012/04/simple-tooltip-plugin-jquery/</link>
		<comments>http://www.iliadraznin.com/2012/04/simple-tooltip-plugin-jquery/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 03:50:59 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=785</guid>
		<description><![CDATA[This is a simple tooltip plugin for jQuery. I wanted to create it in part to try out a few ideas, but also to have something a bit nicer than the default tooltips provided by the browsers. It doesn’t allow for ton of customization (none in fact), although the style can be easily modified via [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2012/04/simple-tooltip-plugin-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lazy IF statement [code snippet]</title>
		<link>http://www.iliadraznin.com/2012/04/lazy-statement-code-snippet/</link>
		<comments>http://www.iliadraznin.com/2012/04/lazy-statement-code-snippet/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 15:14:06 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=778</guid>
		<description><![CDATA[Given var x = 2; The following x == 2 &#038;&#038; console.log('x is 2'); Is equivalent to if (x == 2) console.log('x is 2');]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2012/04/lazy-statement-code-snippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out with cookies, in with local storage — jStorage and jQuery</title>
		<link>http://www.iliadraznin.com/2012/04/cookies-local-storage-jstorage-jquery/</link>
		<comments>http://www.iliadraznin.com/2012/04/cookies-local-storage-jstorage-jquery/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 17:07:41 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jstorage]]></category>
		<category><![CDATA[local storage]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=765</guid>
		<description><![CDATA[If you still find yourself on occasion using cookies when developing websites - to remember some setting, or selection, or whatever, stop it! Cookies suck - all you can do is store simple strings, which doesn't give you a lot of options when you need to store complex information that might require an array or an object.

Local storage, on the other hand, is an HTML5 specification that allows browsers to store objects, XML or JSON data easily and it's fairly widely supported. Better yet, with the jStorage library it works on pretty much every browser of consequence, including IE7 and IE6, where it falls back to userData behaviour. The only downside in case of IE7 and IE6 is that storage size is limited to 128KB, whereas in most other browsers it's 5MB.]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2012/04/cookies-local-storage-jstorage-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing string concatenation vs. array join performance in JavaScript</title>
		<link>http://www.iliadraznin.com/2012/03/string-concatenation-array-join-performance-javascript/</link>
		<comments>http://www.iliadraznin.com/2012/03/string-concatenation-array-join-performance-javascript/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 01:31:50 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[append]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[concatenate]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=755</guid>
		<description><![CDATA[Some time ago in an "Optimize jQuery/JavaScript" type of article I read that array joins are faster than string concatenations. It seems that this is not true! Although I didn't just believe the article blindly. I ran a few quick tests and indeed seemed to get results that supported that conclusion. This however, was a while back, it's possible I screwed up the tests, or maybe browsers started doing things differently.

I've already verified, more recently, that this is not the case but I wanted to setup another test using the jsPerf website that allows one to create public tests that aggregate results from all the testers. They also show the results in a nice chart that gives me a big picture view of the test results. In any case, I created a test with 4 cases to see what kind of an advantage string append has over array join. As  well as compare different ways to append strings. The test is available at http://jsperf.com/append-string-vs-join-array]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2012/03/string-concatenation-array-join-performance-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moleskine</title>
		<link>http://www.iliadraznin.com/2012/03/moleskine/</link>
		<comments>http://www.iliadraznin.com/2012/03/moleskine/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 01:13:24 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[Art & Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[moleskine]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=743</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2012/03/moleskine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An open letter to the movie industry</title>
		<link>http://www.iliadraznin.com/2012/01/open-letter-to-movie-industry/</link>
		<comments>http://www.iliadraznin.com/2012/01/open-letter-to-movie-industry/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 01:14:00 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=733</guid>
		<description><![CDATA[DRM doesn’t prevent piracy it prevents legitimate purchases. The only sure way to reduce piracy is to make it so easy, so convenient, so cheap and so darn pleasant to legally purchase a movie that only a crazy person would ever think of pirating it. To do that you need to take all those millions of dollars you spend on DRM and invest them into improving the user experience.]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2012/01/open-letter-to-movie-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus Prime and Ice Cream Sandwich — Everything We Know</title>
		<link>http://www.iliadraznin.com/2011/10/nexus-prime-ice-cream-sandwich-everything/</link>
		<comments>http://www.iliadraznin.com/2011/10/nexus-prime-ice-cream-sandwich-everything/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 18:18:33 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ice cream sandwich]]></category>
		<category><![CDATA[nexus prime]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=700</guid>
		<description><![CDATA[In the world of technology and gadgets this past week has been eventful to say the least. I have already posted on the sadder side of it, but now I want to talk about the more exciting news surrounding the rumoured Nexus Prime and the next version of Android OS dubbed Ice Cream Sandwich. This [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2011/10/nexus-prime-ice-cream-sandwich-everything/feed/</wfw:commentRss>
		<slash:comments>0</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 21/24 queries in 0.013 seconds using disk: basic

Served from: www.iliadraznin.com @ 2012-05-18 11:13:50 -->
