<?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>Sat, 27 Apr 2013 15:27:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Designing Web for Big Data</title>
		<link>http://www.iliadraznin.com/2013/04/designing-web-for-big-data/</link>
		<comments>http://www.iliadraznin.com/2013/04/designing-web-for-big-data/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 15:26:26 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[Art & Design]]></category>
		<category><![CDATA[big-data]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=839</guid>
		<description><![CDATA[As a web developer and designer the usual challenges I encounter involve things like making sure the page loads fast, providing users with a good layout that directs them to the content in an efficient manner, ensuring that the navigation makes sense, validating their input to prevent user errors and generally making their browsing experience [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2013/04/designing-web-for-big-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short jQuery script to clear form</title>
		<link>http://www.iliadraznin.com/2012/09/short-jquery-script-clear-form/</link>
		<comments>http://www.iliadraznin.com/2012/09/short-jquery-script-clear-form/#comments</comments>
		<pubDate>Thu, 20 Sep 2012 15:05:52 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=822</guid>
		<description><![CDATA[Clearing a form can sometimes be a bit of a hassle since there’s no native functionality for that — the “reset” button resets the form fields to their default values, not clears them. The script below takes care of exactly that, taking into account some of the newer input types (such as “email” and “date”). [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2012/09/short-jquery-script-clear-form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS based loading spinner icon</title>
		<link>http://www.iliadraznin.com/2012/07/css-based-loading-spinner-icon/</link>
		<comments>http://www.iliadraznin.com/2012/07/css-based-loading-spinner-icon/#comments</comments>
		<pubDate>Mon, 23 Jul 2012 20:00:35 +0000</pubDate>
		<dc:creator>Ilia</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css tips]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.iliadraznin.com/?p=809</guid>
		<description><![CDATA[This is a CSS only loading spinner icon. It’s just a quick experiment I decided to conduct, to see if I can do a loader spinner using only CSS, without any images or JavaScript. It actually turned out much easier than I thought. You can check out the full CSS below. It does look a [...]]]></description>
		<wfw:commentRss>http://www.iliadraznin.com/2012/07/css-based-loading-spinner-icon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>1</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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic

 Served from: www.iliadraznin.com @ 2013-05-19 03:05:44 by W3 Total Cache -->