<?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>WebsitesMadeRight.com</title>
	<atom:link href="http://websitesmaderight.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://websitesmaderight.com</link>
	<description>A Personal Blog on Web Design</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:46:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ContentEditable Bookmarklet</title>
		<link>http://websitesmaderight.com/2012/02/contenteditable-bookmarklet/</link>
		<comments>http://websitesmaderight.com/2012/02/contenteditable-bookmarklet/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 23:39:13 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=514</guid>
		<description><![CDATA[This is a little bookmarklet I made that makes the entire page editable by assigning the contenteditable attribute to the body, or if it&#8217;s already assigned, it removes it. Hence, if there are pesky ads or features that are hogging-up resources that you want to quickly remove you can simply click this bookmarklet and delete [...]]]></description>
			<content:encoded><![CDATA[<p>This is a little bookmarklet I made that makes the entire page editable by assigning the contenteditable attribute to the body, or if it&#8217;s already assigned, it removes it. Hence, if there are pesky ads or features that are hogging-up resources that you want to quickly remove you can simply click this bookmarklet and delete the features like it was a wussy-wig (aka WYSIWYG).</p>
<p>The contenteditable attribute has very good support in all major browsers (IE5.5+, Safari 3.1+, Chrome 4+, FF 3.5+). Check <a href="http://caniuse.com/contenteditable">When Can I Use…</a> for compatibility details. </p>
<hr />
<p>Drag this to your toolbar:</p>
<div class="hideQuickRead">
<dl>
<dt><a class="button contenteditable">ContentEditable</a></dt>
<dd>Toggles making the entire page editable.</dd>
</dl>
</div>
<p><script type="text/javascript">
$(".button.contenteditable").prop("href", 'javascript:(function(){(document.getElementsByTagName("body")[0].attributes["contenteditable"])%3Fdocument.getElementsByTagName("body")[0].removeAttribute("contenteditable"):function(){var newAttr=document.createAttribute("contenteditable");newAttr.nodeValue="true";document.getElementsByTagName("body")[0].setAttributeNode(newAttr)}()})();');
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2012/02/contenteditable-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome Bookmarklets + Tutorials and Resources</title>
		<link>http://websitesmaderight.com/2011/06/a-collection-of-awesome-bookmarklets-tutorials-and-resources/</link>
		<comments>http://websitesmaderight.com/2011/06/a-collection-of-awesome-bookmarklets-tutorials-and-resources/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 20:57:42 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=446</guid>
		<description><![CDATA[I have quite an extensive collection of bookmarklets that I&#8217;ve presented here for your convenience, I recommend all of them. There’s also a round-up of tutorials and resources at the bottom. To save a bookmarklet, click and drag it to your bookmarks bar. This page requires JavaScript for the bookmarklets. Google Note in Reader Opens [...]]]></description>
			<content:encoded><![CDATA[<p>I have quite an extensive collection of bookmarklets that I&#8217;ve presented here for your convenience, I recommend all of them.  There’s also a round-up of tutorials and resources at the <a href="#services">bottom</a>.</p>
<p>To save a bookmarklet, click and drag it to your bookmarks bar.<br />
<noscript>This page requires JavaScript for the bookmarklets.</noscript></p>
<hr />
<div class="hideQuickRead">
<dl>
<dt>
<h3>Google</h3>
</dt>
<dd>
<dl>
<dt><a class="button">Note in Reader</a></dt>
<dd>Opens a box with options to add it to <a href="http://www.google.com/reader/">Google Reader</a>. Also works in iOS Safari.</dd>
<dt><a class="button">Google Dictionary</a></dt>
<dd>Opens the selected word in <a href="http://www.google.com/dictionary">Google Dictionary</a>.</dd>
<dt><a class="button">Google Cache</a></dt>
<dd>Opens Google&#8217;s cache of the current page.</dd>
<dt><a class="button">Mobilize Me</a></dt>
<dd>Converts the current page to Google&#8217;s mobile version.</dd>
<dt><a class="button">New Doc</a></dt>
<dd>Opens a new document in <a href="http://docs.google.com/">Google Docs</a>.</dd>
<dt><a class="button">Translate to English</a></dt>
<dd>Translates either the page to English from the detected language or the selected text using <a href="http://translate.google.com/">Google Translate</a>.</dd>
<dt><a class="button">Add event</a></dt>
<dd>Opens a prompt with the selected text to create that event in <a href="http://www.google.com/calendar/event">Google Calendar</a>.</dd>
<dt><a class="button">Google Highlighter</a></dt>
<dd>Highlights the search query text on a page that resulted from your Google search. (UserScript: <a href="http://googlesystem.blogspot.com/2010/01/highlight-google-search-keywords.html">googlesystem.blogspot.com/2010/01/highlight-google-search-keywords.html</a>)</dd>
<dt><a class="button">Google Search</a></dt>
<dd>Does a Google Search of the selected word(s).</dd>
<dt><a class="button">Google Blog Search</a></dt>
<dd>Does a Google Blog Search of the selected word(s).</dd>
<dt><a class="button">Subscribe in Google Reader</a></dt>
<dd>Subscribes to the default RSS feed provided for that page in Google Reader.</dd>
<dt><a class="button">Map this</a></dt>
<dd>Does a search in Google Maps for the selected address or business.</dd>
<dt><a class="button">Google Scribe</a></dt>
<dd>Enables Google Scribe for the current page. <a href="http://googlescribe.appspot.com">Google Scribe</a> is auto-complete for grammar and spelling.</dd>
<dt><a class="button">Definitions</a></dt>
<dd>Does a search in Google for the definition of the selected word using the &#8220;define:&#8221; command (i.e. &#8220;define:plethora&#8221;).</dd>
<dt><a class="button">GMail This!</a></dt>
<dd>Grabs the selection and opens Gmail with it in the body in a pop-up window.</dd>
</dl>
</dd>
<dt>
<h3>Twitter</h3>
</dt>
<dd>
<dl>
<dt><a class="button">Tweet This Page</a></dt>
<dd>Pops-up a tweetbox to enter a tweet into with the selected text or with the default text of the page title, it also converts the URL using bit.ly. (<a href="http://moopz.com/2009/04/twitter-bookmarklet-and-tweet-button.html">http://moopz.com/2009/04/twitter-bookmarklet-and-tweet-button.html</a>)</dd>
<dt><a class="button">TweetThisPage</a></dt>
<dd>Opens a pop-up window with Twitter&#8217;s tweetbox to enter a tweet. (via <a href="http://www.vcarrer.com/2010/08/tweetthispage-bookmarklet-for-fast.html">Carrer web log</a>)</dd>
<dt><a class="button">FastTweet</a></p>
<dd>Takes you to Twitter.com with the default text of the page title and the full URL.</dd>
<dt><a class="button">Twitter Klout Score</a></dt>
<dd>Searches the selected text for the user&#8217;s Klout score on Twitter. Klout measures a user&#8217;s influence across their social network. (<a href="http://www.moretechtips.net/2010/12/twitter-score-bookmarklet-klout-edition.html">http://www.moretechtips.net/2010/12/twitter-score-bookmarklet-klout-edition.html</a>)</dd>
<dt><a class="button">Twitter Score</a></dt>
<dd>Searches the selected text for the user&#8217;s popularity on Twitter. (<a href="http://www.moretechtips.net/2010/12/twitter-score-bookmarklet.html">http://www.moretechtips.net/2010/12/twitter-score-bookmarklet.html</a>)</dd>
</dl>
</dd>
<dt>
<h3>For Fun</h3>
</dt>
<dd>
<dl>
<dt><a class="button">Katamari!</a></dt>
<dd>Makes your page a Katamari game. (<a href="http://kathack.com/">http://kathack.com/</a>)</dd>
</dl>
</dd>
<dt>
<h3>Page Formating</h3>
</dt>
<dd>
<dl>
<dt><a class="button">Readability</a></dt>
<dd>Converts the page to a more readable format. (<a href="http://www.readability.com/">readability.com</a>)</dd>
<dt><a class="button">Readable</a></dt>
<dd>Converts the page to a more readable format using your predefined styles. (<a href="http://readable.tastefulwords.com/">readable.tastefulwords.com</a>)</dd>
<dt><a class="button">ViewText</a></dt>
<dd>Converts the page to a more readable format. (<a href="http://viewtext.org/">http://viewtext.org/</a>)</dd>
<dt><a class="button">Instapaper Text</a></dt>
<dd>Converts the page to a more readable format. (<a href="http://www.instapaper.com/extras">http://www.instapaper.com/extras</a>)</dd>
<dt><a class="button">GReadable </a></dt>
<dd>Converts Google Reader to a more readable format. (via <a href="http://www.vcarrer.com/2010/08/greadable-readability-bookmarklet-for.html">Carrer web log</a>)</dd>
<dt><a class="button">WikiReader</a></dt>
<dd>Converts the page to a more readable format. (via <a href="http://www.vcarrer.com/2010/02/wikireader-bookmarklet-for-wikipedia.html">Carrer web log</a>)</dd>
<dt><a class="button">ClipR</a></dt>
<dd>Lets you select which page section to convert and make more readable. (<a href="http://code.google.com/p/clipr/">code.google.com/p/clipr</a>)</dd>
<dt><a class="button">Print Friendly</a></dt>
<dd>Converts the page to a more readable format and lets you select which elements and containers to remove. (<a href="http://www.printfriendly.com/">printfriendly.com</a>)</dd>
<dt><a class="button">QuickRead</a></dt>
<dd>Pops-up a lightbox containing the main content of the link.</dd>
</dl>
</dd>
<dt>
<h3>Developer</h3>
</dt>
<dd>
<dl>
<dt><a class="button">Mobile Perf </a></dt>
<dd>Provides tools for inspecting, profiling, and debugging the page, intended for mobile devices. (via <a href="http://stevesouders.com/mobileperf/mobileperfbkm.php">stevesouders.com</a>)</dd>
<dt><a class="button">Firebug Lite beta</a></dt>
<dd>Open a JavaScript version of Firebug. Works in iOS. (<a href="http://getfirebug.com/firebuglite">getfirebug.com/firebuglite</a>)</dd>
<dt><a class="button">DOM Monster!</a></dt>
<dd>Opens a pop-up performance profiling data. (<a href="http://mir.aculo.us/dom-monster/">mir.aculo.us/dom-monster</a>)</dd>
<dt><a class="button">Display Stats</a></dt>
<dd>Opens a box that shows JavaScript performance info. (<a href="https://github.com/mrdoob/stats.js">https://github.com/mrdoob/stats.js</a>)</dd>
<dt><a class="button">Statsy</a></dt>
<dd>Pops-ups a box with performance profiling data. (via <a href="http://ajaxian.com/archives/statsy-find-those-wasted-bytes-with-a-bookmarklet">ajaxian.com/archives/statsy-find-those-wasted-bytes-with-a-bookmarklet</a>)</dd>
<dt><a class="button">Aardvark</a></dt>
<dd>Lets you do various commands to study the document source. (<a href="http://karmatics.com/aardvark/">http://karmatics.com/aardvark/</a>)</dd>
<dt><a class="button">Holmes.css</a></dt>
<dd>Puts colored outlines around potentially invalid, inaccessible or erroneous HTML markup.(<a href="http://www.red-root.com/sandbox/holmes/">red-root.com/sandbox/holmes</a>)</dd>
<dt class="li-br"><a class="button">Refresh CSS</a></dt>
<dd>Refreshes the external style sheet.(<a href="https://gist.github.com/649650">https://gist.github.com/649650</a>)</dd>
<dt><a class="button">ReCSS</a></dt>
<dd>Refreshes the external style sheet. (<a href="http://david.dojotoolkit.org/recss.html">david.dojotoolkit.org/recss.html</a>)</dd>
<dt class="li-br"><a class="button">Maki</a></dt>
<dd>Opens the Maki toolbar that lets you overlay a mock-up over the page for pixel perfect tweeking. (<a href="http://makiapp.com">makiapp.com</a>)</dd>
<dt><a class="button">Canvas Grid</a></dt>
<dd>Overlays 10px by 10px grid on the page. (<a href="http://www.vcarrer.com/2010/09/canvas-grid-js1k-entry.html">vcarrer.com/2010/09/canvas-grid-js1k-entry.html</a>)</dd>
<dt><a class="button">Wirify by Volkside</a></dt>
<dd>Creates a wireframe of the current page. (<a href="http://www.wirify.com">www.wirify.com</a>)</dd>
<dt><a class="button"div"),c="position:fixed;top:0;left:0;color:#fff;background:#222;padding:5px%201em;font:14px%20sans-serif;z-index:999999",e=function(){if(a.innerWidth===undefined){b.innerText=f.documentElement.clientWidth+"x"+f.documentElement.clientHeight;}else%20if(f.all){b.innerText=a.innerWidth+"x"+a.innerHeight;}else{b.textContent=window.innerWidth+"x"+window.innerHeight;}};f.body.appendChild(b);if(typeof%20b.style.cssText!=="undefined"){b.style.cssText=c;}else{b.setAttribute("style",c);}e();if(a.addEventListener){a.addEventListener("resize",e,false);}else{if(a.attachEvent){a.attachEvent("onresize",e);}else{a.onresize=e;}}})();">Window Size</a></dt>
<dd>Displays the viewport size in the top left.</dd>
<dt class="li-br"><a class="button">ffffallback</a></dt>
<dd>Finds the web fonts used and lets you try alternative fonts. (<a href="http://ffffallback.com/">ffffallback.com</a>)</dd>
<dt><a class="button">WhatFont?</a></dt>
<dd>Identifies the font in a tooltip when you hover over text and pops-up info when you click. (<a href="http://chengyinliu.com/whatfont.html">chengyinliu.com/whatfont.html</a>)</dd>
<dt><a class="button">FontFriend</a></dt>
<dd>Pops-up a toolbox for exploring and editing page fonts. (<a href="http://somadesign.ca/projects/fontfriend/">somadesign.ca/projects/fontfriend</a>)</dd>
<dt><a class="button">Kern.js</a></dt>
<dd> (<a href="http://www.kernjs.com/">kernjs.com</a>)</dd>
<dt class="li-br"><a class="button">RedDIV</a></dt>
<dd>Puts a red outline around divs.</dd>
<dt><a class="button">autoPopulate</a></dt>
<dd>Auto-populates form fields for quick testing. (<a href="http://www.dom111.co.uk/files/autoPopulate/">dom111.co.uk/files/autoPopulate</a>)</dd>
<dt><a class="button">Dojo Toolkit API Bookmarklet</a></dt>
<dd>Opens a prompt to lookup the term in the Dojo reference.</dd>
<dt><a class="button">Phantom Limb</a></dt>
<dd>Puts an image of a big hand pointing over the page to simulate a touch screen user. (<a href="http://www.vodori.com/blog/phantom-limb.html">vodori.com/blog/phantom-limb.html</a>)</dd>
<dt><a class="button">Screen readers</a></dt>
<dd>Turns the screen black so you can tab through and see what screen readers see. (<a href="http://felipe.wordpress.com/2010/01/15/accessibility-usability/">felipe.wordpress.com/2010/01/15/accessibility-usability</a>)</dd>
</dl>
</dd>
<dt>
<h3>Other</h3>
</dt>
<dd>
<dl>
<dt><a class="button">Quix App</a></dt>
<dd>Opens a prompt that responds to text commands. It has 109 commands. (<a href="http://quixapp.com/help/">quixapp.com/help</a>)</dd>
<dt><a class="button">Shortwave</a></dt>
<dd>Opens a prompt that responds to text commands. It has 21 commands. (<a href="http://shortwaveapp.com/">shortwaveapp.com</a>)</dd>
<dt class="li-br"><a class="button">Shorten with X.CO</a></dt>
<dd>Opens X.CO with the URL of the page in the input box. (<a href="http://x.co/">x.co</a>)</dd>
<dt><a class="button">Short URL</a></dt>
<dd>Opens to bit.ly to get the shortURL (<a href="http://bit.ly/">bit.ly</a>)</dd>
<dt><a class="button">Get Long URLs</a></dt>
<dd>Converts ShortURLS to LongURLS</dd>
<dt><a class="button">TinyURL</a></dt>
<dd>Opens a prompt with the TinyURL provided by the page owner. (<a href="http://revcanonical.appspot.com/">revcanonical.appspot.com</a>)</dd>
<dt class="li-br"><a class="button">Capture Screenshot</a></dt>
<dd>Open kwout.com with a screenshot (<a href="http://kwout.com">kwout.com</a>)</dd>
<dt><a class="button">Take Screenshot</a></dt>
<dd>Opens webshotspro.com to get a screenshot of the URL. (<a href="http://www.webshotspro.com/">webshotspro.com</a>)</dd>
<dt class="li-br"><a class="button">Urban Dictionary lookup</a></dt>
<dd>Looks up the selected slang term in Urban Dictionary. (<a href="http://www.urbandictionary.com/">urbandictionary.com</a>)</dd>
<dt><a class="button">Confusing Words</a></dt>
<dd>Opens ConfusingWords.com and looks up the selected word in their database. (<a href="http://www.confusingwords.com/">confusingwords.com</a>)</dd>
<dt><a class="button">Acronym lookup</a></dt>
<dd>Looks up the selected acronym. (<a href="http://www.acronymfinder.com/">acronymfinder.com</a>)</dd>
<dt class="li-br"><a class="button">MarkUp</a></dt>
<dd>Opens a drawing UI for drawing on the page which can be visible to others who use MarkUp. (<a href="http://markup.io/">markup.io</a>)</dd>
<dt><a class="button">Goggles</a></dt>
<dd>Let&#8217;s you draw on the page. (<a href="http://goggles.sneakygcr.net/">goggles.sneakygcr.net</a>)</dd>
<dt class="li-br"><a class="button">Bespin</a></dt>
<dd>Replaces a textarea with a Bespin editor. (<a href="https://bespin.mozillalabs.com/bookmarklet/">https://bespin.mozillalabs.com/bookmarklet</a>)</dd>
<dt><a class="button">Syntaclet</a></dt>
<dd>Beautifies the code on the page with prettyprint. (<a href="http://www.syntaclet.com/">syntaclet.com</a>)</dd>
<dt><a class="button">View passwords</a></dt>
<dd>Changes the password fields to text fields.</dd>
<dt><a class="button">User Style Bookmarklet</a></dt>
<dd>Replaces the CSS styles with your own <a href="http://www.squarefree.com/userstyles/make-bookmarklet.html">predefined</a> styles.</dd>
<dt class="li-br"><a class="button">Showyou</a></dt>
<dd>Sends the video to <a href="http://showyou.com/">Showyou</a> to share it on Showyou or add them to your Watch Later queue.</dd>
<dt><a class="button">Instapaper Offline Reading</a></dt>
<dd>Sends the URL to <a href="http://www.instapaper.com/">Instapaper</a> for offline reading.</dd>
<dt><a class="button">PrintWhatYouLike</a></dt>
<dd>Opens a tool panel with options to format and save the page. (<a href="http://www.printwhatyoulike.com/">.printwhatyoulike.com</a>)</dd>
<dt><a class="button">joliprint</a></dt>
<dd>Converts the page to PDF (for easier printing). (<a href="http://joliprint.com/">joliprint.com</a>)</dd>
<dt><a class="button">Print Friendly</a></dt>
<dd>Makes any web page print friendly. (<a href="http://www.printfriendly.com/">printfriendly.com</a>)</dd>
<dt><a class="button">Set up at ToRead.cc</a></dt>
<dd>Sends the web page to your email. (<a href="http://toread.cc/">toread.cc</a>)</dd>
<dt class="li-br"><a class="button">Send 2 Zamzar for Conversion</a></dt>
<dd>Takes any YouTube video and converts it into another downloadable format using Zamzar. (<a href="http://www.zamzar.com/">zamzar.com</a>)</dd>
<dt><a class="button">FLV Resources Downloader</a></dt>
<dd>Redirects the page to a service that lets you grab the FLV and convert it. (<a href="http://www.flvresources.com/">flvresources.com</a>)</dd>
<dt class="li-br"><a class="button">Alexa site profile</a></dt>
<dd>Opens up the website&#8217;s profile in Alexa.com</dd>
<dt class="li-br"><a class="button">doj.me</a></dt>
<dd>Takes you to doj.me and tells you if the site is down or if it is just you. (<a href="http://doj.me/">doj.me</a>)</dd>
</dl>
</dd>
<dt>
<h3>iOS/Mobile</h3>
</dt>
<dd>
<dl>
<dt><a class="button">Snoopy</a></dt>
<dd>Pops-up a tool for viewing the source and related info. (<a href="http://snoopy.allmarkedup.com/">snoopy.allmarkedup.com</a>)</dd>
<dt><a class="button">Change font size</a></dt>
<dd>Opens a prompt to specify font size.</dd>
<dt><a class="button">Find in this page</a></dt>
<dd>Opens a prompt to specify text to find.</dd>
<dt><a class="button">Dictionary</a></dt>
<dd>Opens a prompt to specify word to look up. (<a href="http://www.dictionary.com">dictionary.com</a>)</dd>
<dt><a class="button">Thesaurus</a></dt>
<dd>Opens a prompt to specify word to look up. (<a href="http://www.thesaurus.com">thesaurus.com</a>)</dd>
<dt><a class="button">vv Scroll to Bottom vv</a></dt>
<dd>Scrolls to Bottom.</dd>
<dt><a class="button">Display all images</a></dt>
<dd>Displays only the images.</dd>
<dt><a class="button">List all links</a></dt>
<dd>Lists all the links in a new window.</dd>
<dt><a class="button">Wikipedia</a></dt>
<dd>Opens a prompt to specify terms to look up. (<a href="http://www.Wikipedia.com">Wikipedia.com</a>)</dd>
<dt><a class="button">Google Translate</a></dt>
<dd>Translates to English using Google Translate</dd>
<dt><a class="button">Movie times</a></dt>
<dd>Opens a prompt to specify zipcode using Google Movie Search</dd>
<dt><a class="button">Rotten Tomatoes</a></dt>
<dd>Opens a prompt to specify what movie to find reviews for in Rotten Tomatoes. (<a href="http://www.rottentomatoes.com">rottentomatoes.com</a>)</dd>
<dt><a class="button">Post with Twitterrific</a></dt>
<dd>Opens the Twitterrific iOS app. (<a href="http://twitterrific.com/">http://twitterrific.com/</a>)</dd>
<dt><a class="button">Readability</a></dt>
<dd>Formates the page to a more readable format for mobile. (<a href="https://www.readability.com/">readability.com</a>)</dd>
<dt><a class="button">Tidy Read</a></dt>
<dd>Converts the page to a more readable format for mobile. (<a href="http://www.tidyread.com/">tidyread.com</a>)</dd>
<dt><a class="button">Show RSS Feed</a></dt>
<dd>Shows the RSS feed in the SavantTools.com RSS feed reader. (<a href="http://savanttools.com/">SavantTools.com</a>)</dd>
<dt><a class="button">Show Password</a></dt>
<dd>Converts password fields to text fields.</dd>
</dl>
</dd>
</div>
<dt>
<h3>Bookmarking Services</h3>
</dt>
<p>Sign-up with these to get their bookmarklet.</p>
<dd>
<dl>
<dt><a href="http://ffffound.com/">http://ffffound.com/</a></dt>
<dd>Image sharing</dd>
<dt><a href="http://svpply.com/">http://svpply.com/</a></dt>
<dd>Ecommerce sharing</dd>
<dt><a href="http://zootool.com/">http://zootool.com/</a></dt>
<dd>Bookmark, organize and share your favorite images, videos, documents and links from all over the web.</dd>
</dl>
</dd>
</dl>
<h3 id="services">Bookmarklet Development Tutorials</h3>
<ul>
<li><a href="http://net.tutsplus.com/tutorials/javascript-ajax/create-bookmarklets-the-right-way/">Create Bookmarklets – The Right Way</a> (Nettuts+ | Feb 17, 2011)</li>
<li><a href="http://coding.smashingmagazine.com/2010/05/23/make-your-own-bookmarklets-with-jquery/">Make Your Own Bookmarklets With jQuery</a> (Smashing Magazine | May 23, 2010)</li>
<li><a href="http://www.webreference.com/js/tips/000311.html">Bookmarklet&#8217;s Foundations</a> (Internet.com)</li>
<li><a href="http://www.latentmotion.com/how-to-create-a-jquery-bookmarklet/">How to Create a jQuery Bookmarklet</a> (Latent Motion | May 20, 2010)</li>
<li><a href="http://www.webappers.com/2010/05/22/how-to-create-a-jquery-bookmarklet-easily/">How to Create a jQuery Bookmarklet Easily</a> (WebAppers | May 20, 2010)</li>
<li><a href="http://benalman.com/projects/run-jquery-code-bookmarklet/">jQuery Bookmarklet Generator</a> (Ben Alman | June 26, 2009)</li>
</ul>
<h3>Bookmarklet Generators</h3>
<ul>
<li><a href="http://boo.kmarked.com/">boo.kmarked.com</a></li>
<li><a href="http://chris.zarate.org/projects/bookmarkleter/">Bookmarkleter</a></li>
<li><a href="http://tools.w3clubs.com/bookmaker/">Bookmarklet maker</a></li>
<li><a href="http://benalman.com/projects/run-jquery-code-bookmarklet/">jQuery Bookmarklet Generator</a> (Ben Alman | June 26, 2009)</li>
</ul>
<h3>Greasemonkey Stuff</h3>
<p>Greasemonkey scripts (aka user-scripts) are like bookmarklets except they run automatically from the Greasemonkey browser extension for their specific website. </p>
<ul>
<li><a href="http://www.1stwebdesigner.com/design/user-scripts-guide/">The Complete Beginner’s Guide to User Scripts</a> (1stwebdesigner | Aug 23, 2010)</li>
<li><a href="http://web.appstorm.net/roundups/browsers/15-fantastic-greasemonkey-scripts-for-better-browsing/">15 Fantastic Greasemonkey Scripts for Better Browsing</a> (Web.AppStorm | July 8, 2010)</li>
<li><a href="http://t-a-w.blogspot.com/2010/05/greasemonkey-and-jquery-easier-than.html">Greasemonkey and jQuery easier than ever</a> (taw&#8217;s blog | May 22, 2010)</li>
<li><a href="http://web.appstorm.net/quick-look/quicklook-browsers/quick-look-better-facebook/">Quick Look: Better Facebook</a> (Web.AppStorm | July 23, 2010)</li>
<li><a href="http://www.readwriteweb.com/archives/how_to_start_using_greasemonkey_redux.php">How to Start Using Greasemonkey in Under 5 Minutes</a> (ReadWriteWeb | Dec 26, 2008)</li>
</ul>
<h3>Bookmarklets Directories</h3>
<ul>
<li><a href="http://www.iphonebookmarklets.com/">iphonebookmarklets.com</a></li>
<li><a href="https://www.squarefree.com/bookmarklets/">squarefree.com/bookmarklets</a></li>
<li><a href="http://marklets.com/">Marklets.com</a></li>
</ul>
<h3>Bookmarklets Round-ups</h3>
<ul>
<li><a href="http://googlesystem.blogspot.com/2007/07/useful-google-bookmarklets.html">Useful Google Bookmarklets</a> (Google Operating System Blog | July 11, 2007)</li>
<li><a href="http://www.webresourcesdepot.com/15-must-have-bookmarklets-for-web-designers-and-developers/">15 Must-Have Bookmarklets For Web Designers And Developers</a> (Web Resources Depot | Nov 25, 2008)</li>
<li><a href="http://www.maximumpc.com/bookmarklets">32 Incredible Bookmarklets for Chrome, Firefox, Safari and Internet Explorer</a> (Maximum PC | June 2, 2010)</li>
<li><a href="http://inspectelement.com/articles/10-useful-bookmarklets-for-web-designers-and-developers/">10 Useful Bookmarklets for Web Designers and Developers</a> (Inspect Element | Nov 19, 2009)</li>
</ul>
<p><script src="http://websitesmaderight.com/wp-content/bookmarklets.js"></script></p>
<hr />
If you found this post helpful, please donate by clicking an ad.<script type="text/javascript"><!--
google_ad_client = "ca-pub-5601813669393079";
/* In post */
google_ad_slot = "4073755275";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/06/a-collection-of-awesome-bookmarklets-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS3 Tutorials and Resources</title>
		<link>http://websitesmaderight.com/2011/05/css3-tutorials-and-resources/</link>
		<comments>http://websitesmaderight.com/2011/05/css3-tutorials-and-resources/#comments</comments>
		<pubDate>Tue, 17 May 2011 03:41:38 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=414</guid>
		<description><![CDATA[If you&#8217;re searching for a needle in a haystack, look no further, I&#8217;ve got it here in my ditty-box presented below. This is the conclusion of my series on HTML5 round-ups. CSS3 Tutorials How-to: CSS3 shadow effects – Part One (Web Design Ne.ws &#124; Apr 27, 2011) CSS3 Basics – An ugly, expanding, rotating button [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re searching for a needle in a haystack, look no further, I&#8217;ve got it here in my <a href="http://www.wordnik.com/word-of-the-day/2011/04/22" title="(noun) A small box used for needles, thread, and similar articles." target="_blank">ditty-box</a> presented below.</p>
<p>This is the conclusion of my <a href="http://websitesmaderight.com/2011/04/270-html5-tutorials-and-a-round-up-of-round-ups/">series on HTML5 round-ups</a>.</p>
<h2>CSS3 Tutorials</h2>
<ol>
<li><a href="http://www.webdesignne.ws/2011/04/27/how-to-css3-text-shadow-and-box-shadow/">How-to: CSS3 shadow effects – Part One</a> (Web Design Ne.ws | Apr 27, 2011)</li>
<li><a href="http://www.fusioncube.net/index.php/css3-basics-an-ugly-expanding-rotating-button-with-just-css">CSS3 Basics – An ugly, expanding, rotating button with just CSS</a> (Fusioncube | Apr 25, 2011)</li>
<li><a href="http://expansive-derivation.ossreleasefeed.com/2011/04/zebra-tables-with-the-css3-nth-child-pseudo-class/">Zebra Tables With The CSS3 :nth-child Pseudo Class</a> (Expansive Derivation | Apr 23, 2011)</li>
<li><a href="http://css-tricks.com/the-difference-between-nth-child-and-nth-of-type">The Difference Between :nth-child and :nth-of-type</a> (CSS-Tricks | Apr 20, 2011)</li>
<li><a href="http://www.netmagazine.com/features/top-10-css3-techniques">The top 10 CSS3 techniques</a> (.net magazine | Apr 18, 2011)</li>
<li><a href="http://www.slideshare.net/maxdesign/css3-media-queries">CSS3 Media Queries</a> (Russ Weakley &#8211; SlideShare | Apr 10, 2011)</li>
<li><a href="http://webdesigneraid.com/5-awesome-things-that-you-can-do-with-css3/">5 Awesome Things That You Can Do with CSS3</a> (Web Designer Aid | Mar 23, 2011)</li>
<li><a href="http://www.456bereastreet.com/archive/201103/the_css3_flexible_box_layout_flexbox/">The CSS3 Flexible Box Layout (flexbox)</a> (456 Berea Street | Mar 22, 2011)</li>
<li><a href="http://sixrevisions.com/css/embracing-and-using-css3-pragmatically/">Embracing and Using CSS3 Pragmatically</a> (Six Revisions | Mar 21, 2011)</li>
<li><a href="http://www.netmagazine.com/features/how-avoid-common-css3-mistakes">How to avoid common CSS3 mistakes</a> (.net magazine | Mar 21, 2011)</li>
<li><a href="http://www.shayhowe.com/tutorial/complete-css3-support/">Designing with CSS3 Support &#038; Alternative Fallbacks</a> (letscounthedays | Mar 8, 2011)</li>
<li><a href="http://www.tutorialshock.com/tutorials/fancy-css3-boxes/">Advanced (yet awesome) pure CSS3 boxes without using images</a> (TutorialShock | Mar 7, 2011)</li>
<li><a href="http://www.javascriptkit.com/javatutors/setcss3properties.shtml">Setting CSS3 properties using JavaScript</a> (JavaScript Kit | Mar 6, 2011)</li>
<li><a href="http://www.tripwiremagazine.com/2011/03/how-to-get-the-most-out-of-css3.html">How To Get The Most Out Of CSS3</a> (tripwire magazine | Mar 2, 2011)</li>
<li><a href="http://www.impressivewebs.com/css3-browser-support/">Browser Support for CSS3: What’s the Current Status?</a> (Impressive Webs | Mar 1, 2011)</li>
<li><a href="http://webdesignledger.com/tips/html5-css3-take-your-design-to-another-level">HTML5 &#038; CSS3: Take Your Design to Another Level</a> (Web Design Ledger | Feb 24, 2011)</li>
<li><a href="http://designmodo.com/css3-a-novel-web-design-trend-of-2011/">CSS3 &#8211; A Novel Web Design Trend of 2011</a> (DesignModo | Feb 23, 2011)</li>
<li><a href="http://www.netmagazine.com/tutorials/css3-flexible-box-model-explained">The CSS3 Flexible Box model explained</a> (.net Magazine | Feb 14, 2011)</li>
<li><a href="http://www.onextrapixel.com/2011/02/14/the-no-pressure-introduction-to-css3/">The No-Pressure Introduction to CSS3</a> (Onextrapixel | Feb 14, 2011)</li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/item/css3_text_shadows/">CSS3 Text Shadows</a> (Dynamic Drive CSS Library | Jan 27, 2011)</li>
<li><a href="http://blog.typekit.com/2011/01/25/case-study-getting-hardboiled-with-css3-2d-transforms/">Case Study: Getting Hardboiled with CSS3 2D Transforms</a> (The Typekit Blog | Jan 25, 2011)</li>
<li><a href="http://www.shayhowe.com/tutorial/css3-animated-owl-tutorial/">CSS3 Transforms, Transitions, and Animations in Action</a> (letscounthedays | Jan 24, 2011)</li>
<li><a href="http://blogs.sitepoint.com/webkit-updates-css3-gradient-support-matches-mozilla-syntax/">WebKit Updates CSS3 Gradient Support, Matches Mozilla Syntax</a> (SitePoint Blogs | Jan 18, 2011)</li>
<li><a href="http://www.webkit.org/blog/1424/css3-gradients/">CSS3 Gradients</a> (Surfin&#8217; Safari | Jan 14, 2011)</li>
<li><a href="http://www.webkit.org/blog/1424/css3-gradients/">New CSS3 Gradient Support in WebKit</a> (Surfin&#8217; Safari | Jan 14, 2011)</li>
<li><a href="http://dev.opera.com/articles/view/css3-object-fit-object-position/">The CSS3 object-fit and object-position properties</a> (Dev.Opera | Jan 6, 2011)</li>
<li><a href="http://www.impressivewebs.com/css3-resize/">The CSS3 Resize Property</a> (Impressive Webs | Dec 30, 2010)</li>
<li><a href="http://24ways.org/2010/everything-you-wanted-to-know-about-gradients">Everything You Wanted To Know About Gradients (And a Few Things You Didn’t)</a> (24 ways | Dec 22, 2010)</li>
<li><a href="http://www.red-team-design.com/get-to-know-your-css3-target-pseudo-class">Get to know your CSS3 :target pseudo-class</a> (Red Team Design | Dec 21, 2010)</li>
<li><a href="http://css3animator.com/2010/12/how-to-control-your-css3-animations/">How to Control Your CSS3 Animations</a> (css3animator.com | Dec 15, 2010)</li>
<li><a href="http://www.webdesignish.com/css3-techniques-and-tutorials.html">CSS3 Techniques And Tutorials</a> (WebDesignish | Dec 6, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/10-css3-properties-you-need-to-be-familiar-with/">10 CSS3 Properties you Need to be Familiar with</a> (Nettuts+ | Dec 1, 2010)</li>
<li><a href="http://www.techwench.com/comparing-between-css3-and-jquery/">Comparing Between CSS3 and JQuery</a> (TechWench.com | Nov 30, 2010)</li>
<li><a href="http://blogs.sitepoint.com/html5-and-css3-for-the-real-world/">HTML5 and CSS3 for the Real World</a> (SitePoint Blogs | Nov 26, 2010)</li>
<li><a href="http://www.alistapart.com/articles/understanding-css3-transitions/">Understanding CSS3 Transitions</a> (A List Apart | Nov 16, 2010)</li>
<li><a href="http://csswizardry.com/2010/10/are-css3-gradients-fools-gold/">Are CSS3 gradients Fool&#8217;s Gold?</a> (CSS Wizardry | Oct 25, 2010)</li>
<li><a href="http://www.designjuices.co.uk/2010/09/css3-tutorial-how-to-change-default-text-selection-colour/">CSS3 Tutorial: How To Change Default Text Selection Colour</a> (Design Juices | Sep 27, 2010)</li>
<li><a href="http://sixrevisions.com/css/3-advanced-css3-techniques-you-should-learn/">3 Advanced CSS3 Techniques You Should Learn</a> (Six Revisions | Aug 15, 2010)</li>
<li><a href="http://www.webcredible.co.uk/user-friendly-resources/web-dev/css3.shtml">Top 10 CSS3 commands</a> (Webcredible | Aug 12, 2010)</li>
<li><a href="http://blogs.sitepoint.com/2010/07/27/ie-css3-pie/">Use CSS3 in IE with a Slice of PIE</a> (Sitepoint Blogs | Jul 27, 2010)</li>
<li><a href="http://aext.net/2010/07/css3-typography-and-special-effects/">What CSS3 Can Do For You: Typography and Special Effects</a> (AEXT.NET | Jul 8, 2010)</li>
<li><a href="http://aext.net/2010/06/css3-animation-and-3d-effects/">What CSS3 Can Do For You: Animation and 3D effects</a> (AEXT.NET | Jun 24, 2010)</li>
<li><a href="http://www.webmonkey.com/2010/06/dealing-with-browser-differences-in-css-3/">Dealing With Browser Differences in CSS 3</a> (Webmonkey | Jun 22, 2010)</li>
<li><a href="http://mashable.com/2010/06/04/awesome-css3-techniques/">7 Awesome CSS3 Techniques You Can Start Using Right Now</a> (Mashable | Jun 4, 2010)</li>
<li><a href="http://css.dzone.com/articles/css3-pseudo-classes">CSS3 pseudo-classes</a> (DZone | Jun 3, 2010)</li>
<li><a href="http://www.smashingmagazine.com/2010/05/27/css-three-connecting-the-dots/">CSS Three — Connecting The Dots</a> (Smashing Magazine | May 27, 2010)</li>
<li><a href="http://www.impressivewebs.com/css3-best-practices/">CSS3 Best Practices</a> (Impressive Webs | May 27, 2010)</li>
<li><a href="http://webdesignersdesk.com/2010/05/impossible-things-with-css-now-possible-with-css3/">Impossible Things With CSS Now Possible With CSS3</a> (Web Designers Desk | May 26, 2010)</li>
<li><a href="http://thinkvitamin.com/code/sexy-interactions-with-css-transitions/">Sexy Interactions with CSS Transitions</a> (Think Vitamin | May 12, 2010)</li>
<li><a href="http://webislove.com/tutorials/a-trip-in-the-sky-with-css3-animations-and-z-index/">A trip in the sky with CSS3 animations (and z-index)</a> (Web is Love | May 4, 2010)</li>
<li><a href="http://www.onderhond.com/blog/work/why-css3-is-worse-than-ie6-debugging">why css3 is worse than ie6 debugging</a> (onderhond.com | Apr 28, 2010)</li>
<li><a href="http://samuli.hakoniemi.net/css3-transitions-are-we-there-yet/">CSS3 Transitions – Are We There Yet?</a> (samuli.hakoniemi.net | Apr 26, 2010)</li>
<li><a href="http://hacks.mozilla.org/2010/04/the-css-3-flexible-box-model/">The CSS 3 Flexible Box Model</a> (Mozilla Hacks – the Web developer blog | Apr 22, 2010)</li>
<li><a href="http://www.yourinspirationweb.com/en/why-you-should-know-the-new-css3-selectors/">Why you should know the new CSS3 selectors?</a> (Your Inspiration Web | Apr 21, 2010)</li>
<li><a href="http://www.1stwebdesigner.com/css/css3-techniques/">Amazing CSS3 Techniques You Can’t live Without</a> (1stwebdesigner | Apr 6, 2010)</li>
<li><a href="http://www.standardista.com/hack-for-css3-supporting-browsers">Hack for CSS3 Supporting Browsers</a> (Standardista | Apr 6, 2010)</li>
<li><a href="http://zomigi.com/blog/deal-breaker-problems-with-css3-multi-columns/">Deal-breaker problems with CSS3 multi-columns</a> (zomigi | Apr 2, 2010)</li>
<li><a href="http://www.sitepoint.com/blogs/2010/03/30/css3-generators-write-all-that-pesky-code-for-you/">CSS3 Generators Write All that Pesky Code for You</a> (SitePoint Blogs | Mar 30, 2010)</li>
<li><a href="http://spyrestudios.com/css-in-depth-new-css3-styles/">In Depth CSS Part 4: New CSS3 Styles</a> (SpyreStudios | Mar 29, 2010)</li>
<li><a href="http://webdesignernotebook.com/css/the-little-known-font-size-adjust-css3-property/">The Little Known font-size-adjust CSS3 Property</a> (Web Designer Notebook | Mar 25, 2010)</li>
<li><a href="http://sixrevisions.com/css/basic-css3-techniques-that-you-should-know/">Basic CSS3 Techniques That You Should Know</a> (Six Revisions | Mar 16, 2010)</li>
<li><a href="http://www.css3.info/preview/box-shadow/">Box-shadow, one of CSS3&#8242;s best new features</a> (CSS3 . Info | Mar 16, 2010)</li>
<li><a href="http://www.dynamicdrive.com/style/csslibrary/item/css3_linear_gradients/">CSS3 Linear Gradients</a> (Dynamic Drive CSS Library | Mar 16, 2010)</li>
<li><a href="http://www.webdesignerwall.com/tutorials/the-basics-of-css3/">The Basics of CSS3</a> (Web Designer Wall &#8211; Design Trends and Tutorials | Mar 3, 2010)</li>
<li><a href="http://www.webmonkey.com/2010/02/get_started_with_css_3/">Get Started With CSS 3</a> (Webmonkey | Feb 15, 2010)</li>
<li><a href="http://designshack.co.uk/tutorials/introduction-to-css3-part-1-what-is-it">Introduction to CSS3 – Part 1 of 6: What Is It?</a> (Design Shack | May 6, 2008)</li>
</ol>
<h2>Articles</h2>
<ol>
<li><a href="http://www.smashingmagazine.com/2011/04/21/css3-vs-css-a-speed-benchmark/">CSS3 vs. CSS: A Speed Benchmark</a> (Smashing Magazine | Apr 21, 2011)</li>
<li><a href="http://www.timothywhalin.com/blog/is-css3-html5-and-new-technology-good-for-designers/">Is CSS3, HTML5, and New Technology Good for Designers?</a> (Timothy Whalin | Apr 21, 2011)</li>
<li><a href="http://designmodo.com/css3-a-novel-web-design-trend-of-2011/">CSS3 – A Novel Web Design Trend of 2011</a> (DesignModo | Feb 23, 2011)</li>
<li><a href="http://www.onderhond.com/blog/work/unsexy-css3-and-html5">Unsexy CSS3 and HTML5 / it&#8217;s everywhere!</a> (onderhond.com | May 27, 2010)</li>
<li><a href="http://www.peachpit.com/articles/article.aspx?p=1439190">Up Late with CSS3, and Loving It! > Up Late with CSS3, and Loving It!</a> (Peachpit Press | Jan 22, 2010)</li>
</ol>
<h2>JavaScript Libraries</h2>
<ul>
<li><a href="https://github.com/codler/jQuery-Css3-Finalize">jQuery-Css3-Finalize &#8211; Browser Prefixless CSS3</a> (codler/GitHub)</li>
<li><a href="http://interactiveblend.com/blog/online/cross-browser-compatibility-with-css3/">Cross-Browser Compatibility with CSS3</a> (interactiveblend.com)</li>
<li><a href="http://fetchak.com/ie-css3">CSS3 support in Internet Explorer 6, 7, and 8</a> (fetchak.com)</li>
<li><a href="http://selectivizr.com/">selectivizr &#8211; CSS3 selectors for Internet Explorer</a> (Keith Clark)</li>
<li><a href="http://blogfreakz.com/css-layout/css3-ie/">PIE – CSS3-enable Internet Explorer</a> (blogfreakz.com)</li>
<li><a href="http://sass-lang.com/">Sass &#8211; Syntactically Awesome Stylesheets</a> (sass-lang.com)</li>
</ul>
<h2>CSS3 Tools</h2>
<ul>
<li><a href="http://pelfusion.com/tools/7-useful-css3-code-generators/">7 Useful CSS3 Code Generators</a> (PelFusion Design Magazine)</li>
<li><a href="http://www.thisiserichoffman.com/css3-generator">CSS3 Generator</a> (Eric Hoffman &#038; Peter Funk)</li>
<li><a href="http://css3please.com/">CSS3 Please!</a> (SimpleBits)</li>
<li><a href="http://www.w3avenue.com/2010/04/09/list-of-really-useful-tools-for-css3-developers/">List of Really Useful Tools For CSS3 Developers</a> (w3avenue)</li>
<li><a href="http://webdesignledger.com/tools/six-useful-css3-tools">Six Useful CSS3 Tools | Tools</a> (Web Design Ledger)</li>
</ul>
<h2>Misc CSS3 UI Tutorials</h2>
<ul>
<li><a href="http://www.matthamm.com/box-shadow-curl.html">Pure CSS3 box-shadow page curl effect</a> (Matt Hamm | May 5, 2011)</li>
<li><a href="http://cssglobe.com/post/9435/pure-css3-post-tags">Pure CSS3 Post Tags</a> (CSS Globe | Jan 5, 2011)</li>
<li><a href="http://www.ballyhooblog.com/realistic-css3-box-shadows/">Realistic CSS3 Box Shadows &#8221; Ballyhoo Blog</a> (Ballyhoo Blog | Nov 3, 2010)</li>
<li><a href="http://www.yourinspirationweb.com/en/trends-the-new-retro-web-design-and-the-css3-style/">Trends: the new retrò web design and the “CSS3 style”</a> (Your Inspiration Web | Nov 3, 2010)</li>
<li><a href="http://speckyboy.com/2010/06/09/10-pure-css3-image-galleries-and-sliders/">10 Pure CSS3 Image Galleries and Sliders</a> (Speckyboy Design Magazine | Jun 9, 2010)</li>
<li><a href="http://css3.wikidot.com/blog:infobox-with-pure-css-3d-ribbon">Infobox with Pure CSS 3D Ribbon</a> (BMC WebDesign | May 10, 2010)</li>
</ul>
<h2>Video Tutorials</h2>
<ul>
<li><a href="http://paulirish.com/2011/dom-html5-css3-performance/">DOM, HTML5, &#038; CSS3 Performance</a> (Paul Irish | Apr 25, 2011)</li>
<li><a href="http://www.youtube.com/watch?v=OqM37_D2AXQ&#038;feature=player_embedded">Master Class: CSS3 &#8211; Introduction</a> (Think Vitamin on YouTube | Feb 22, 2011)</li>
<li><a href="http://www.riatube.com/2011/01/18/learn-about-css3/">Learn About CSS3</a> (Rich Internet Application and User Interface Videos &#038; Tutorials Directory | Jan 18, 2011)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-detect-css-support-in-browsers-with-javascript/">Quick Tip: Detect CSS3 Support in Browsers with JavaScript</a> (Nettuts+ | Nov 15, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/the-state-of-css3/">The State of CSS3</a> (Nettuts+ | Nov 12, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-the-multi-column-css3-module/">Quick Tip: The Multi-Column CSS3 Module</a> (Nettuts+ | May 28, 2010)</li>
<li><a href="http://doctype.tv/this">CSS3 Selectors and JavaScript&#8217;s &#8220;this&#8221;</a> (Doctype | Mar 29, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-understanding-css3-gradients/">Quick Tip: Understanding CSS3 Gradients</a> (Nettuts+ | Mar 23, 2010)</li>
<li><a href="http://websmithsolution.net/pages/entries/20-videos-shows-css3-features.php">20 Videos Shows CSS3 Features (Animation and Transition)</a> (WebSmith | Mar 8, 2010)</li>
</ul>
<h2>Slideshows</h2>
<ul>
<li><a href="http://www.slideshare.net/maxdesign/css3-colors">CSS3 Colors</a> (Russ Weakley &#8211; SlideShare | Apr 24, 2011)</li>
<li><a href="http://leaverou.me/ft2010/#intro">CSS3 presentation</a> (Lea Verou | Oct 29, 2010)</li>
<li><a href="http://pelfusion.com/coding/everything-you-need-to-know-about-css3-color-techniques/">Everything You Need to Know about CSS3 Color Techniques</a> (PelFusion Design Magazine | May 9, 2010)</li>
</ul>
<h2>CSS3 Tutorial Sites</h2>
<ul>
<li><a href="http://www.css3files.com/">CSS3 properties accurately explained</a> (css3files.com)</li>
<li><a href="http://css3.bradshawenterprises.com/">Using CSS3 Transitions, Transforms and Animation</a> (css3.bradshawenterprises.com)</li>
</ul>
<h2>Demos / Experiments</h2>
<ul>
<li><a href="http://svay.com/experiences/css3-spotlight/">CSS3 Spotlight</a> (svay.com | no date)</li>
<li><a href="http://vandelaydesign.com/blog/web-development/css3-demos/">25 Amazing CSS3 Experimentations and Demos</a> (Vandelay Design | Aug 19, 2010)</li>
<li><a href="http://flash-rhino.com/articles/10-Examples-Of-Futuristic-CSS3-Techniques">10 Examples Of Futuristic CSS3 Techniques</a> (Flash Rhino  | Jul 14, 2010)</li>
<li><a href="http://speckyboy.com/2010/05/21/10-mind-blowing-experimental-css3-techniques-and-demos/">10 Mind-Blowing Experimental CSS3 Techniques and Demos</a> (Speckyboy Design Magazine | May 21, 2010)</li>
<li><a href="http://www.optimum7.com/css3-man/animation.html">CSS3-Man (Spiderman CSS3 Animation)</a> (Anthony Calzadilla | May 3, 2010)</li>
<li><a href="http://blog.darkcrimson.com/2010/04/practical-css3/">Practical CSS3 for Web Designers</a> (Dark Crimson &#8211; The Blog of Ben Lister | Apr 25, 2010)</li>
</ul>
<h2>Other</h2>
<ul>
<li><a href="http://www.impressivewebs.com/css3-click-chart/"><img class="alignleft size-full wp-image-415" title="10" src="http://websitesmaderight.com/wp-content/uploads/2011/05/10.png" alt="" width="100" height="132" /> CSS3 Click Chart</a> (Impressive Webs)</li>
</ul>
<div class="clear" style="margin-bottom:2em"></div>
<h2>Round-Ups</h2>
<p>Please note that the links above were not taken from the round-ups below, therefore these round-ups may contain other links.</p>
<ol>
<li><a href="http://webexpedition18.com/articles/the-beauty-of-css3-useful-and-innovative-coding-techniques/">The Beauty of CSS3 – Useful and Innovative Coding Techniques</a> (webexpedition18 | May 16, 2011)</li>
<li><a href="http://realworldcss3.com/resources/">HTML5 &#038; CSS3 Resources for Designers</a> (realworldcss3.com | Apr 30, 2011)</li>
<li><a href="http://www.smashingmagazine.com/2011/04/21/css3-vs-css-a-speed-benchmark/">CSS3 Tutorials to Brighten Up Your Day</a> (Smashing Magazine | Apr 21, 2011)</li>
<li><a href="http://www.smashingmagazine.com/2011/04/18/powerful-new-css-techniques-and-tools">Powerful New CSS Techniques and Tools</a> (Smashing Magazine | Apr 18, 2011)</li>
<li><a href="http://designbeep.com/2011/03/25/16-fresh-and-pure-css3-tutorialsexperiments-to-improve-your-css-coding/">16 Fresh and Pure CSS3 Tutorials/Experiments To Improve Your CSS Coding</a> (DesignBeep | Mar 25, 2011)</li>
<li><a href="http://www.tutorialspalace.com/2011/03/css3-tutorials-and-learning-resources-of-new-techniques/">CSS3 Tutorials and Learning Resources of New Techniques</a> (Tutorials Palace | Mar 17, 2011)</li>
<li><a href="http://www.multyshades.com/2011/03/40-new-significant-html5-and-css3-tipstechniquestutorials/">40+ New Significant HTML5 And CSS3 Tips/Techniques/Tutorials</a> (Multy Shades | Mar 7, 2011)</li>
<li><a href="http://www.splashnology.com/blog/css/988.html">50 Useful CSS3 Tutorials</a> (Splashnology | Feb 3, 2011)</li>
<li><a href="http://designrfix.com/news/21-of-best-jquery-and-css3-tutorials">21 of Best jQuery And CSS3 Tutorials</a> (DesignModo | Jan 30, 2011)</li>
<li><a href="http://www.webdesignerdepot.com/2011/01/50-awesome-css3-techniques-for-better-designs/">50+ Awesome CSS3 Techniques for Better Designs</a> (Web Designer Depot | Jan 25, 2011)</li>
<li><a href="http://www.freshdesignweb.com/useful-example-css3-style.html">30+Useful Example CSS3 Style (Really Useful CSS)</a> (FreshDesignWeb | Jan 13, 2011)</li>
<li><a href="http://stylishwebdesigner.com/70-must-see-css3-tips-tricks-and-tutorials/">70 Must See CSS3 Tips, Tricks And Tutorials</a> (stylishwebdesigner | Jan 11, 2011)</li>
<li><a href="http://www.webdesignish.com/best-css3-techniques-and-tutorials-2010.html">38 Best CSS3 Tutorials and Techniques Of Year 2010</a> (SaveDelete | Dec 30, 2010)</li>
<li><a href="http://designbeep.com/2010/12/28/42-powerful-css3-techniquestutorials-and-experiments-with-demos/">42 Powerful CSS3 Techniques,Tutorials and Experiments With Demos</a> (DesignBeep | Dec 28, 2010)</li>
<li><a href="http://skyje.com/2010/12/css3-tutorial/">50 CSS3 Tutorials Every Designer Should See</a> (Skyje | Dec 27, 2010)</li>
<li><a href="http://designmodo.com/best-collection-of-css3-tutorials-and-techniques/">Best Collection of CSS3 Tutorials and Techniques</a> (DesignModo | Dec 22, 2010)</li>
<li><a href="http://cashrevelations.com/magazine/2010/12/10-new-css3-tutorials/">10 New CSS3 Tutorials</a> (CashRevelations | Dec 1, 2010)</li>
<li><a href="http://tutslist.com/52-essential-tutorials-resources-for-learning-css3/">52 Essential Tutorials, Resources For Learning CSS3</a> (tutslist | Nov 3, 2010)</li>
<li><a href="http://www.net-kit.com/septembers-best-resources-for-css3/">September’s Best Resources for CSS3</a> (Sharebrain | Oct 31, 2010)</li>
<li><a href="http://www.ajaxline.com/roundup-best-css3-tutorials-september-2010">Roundup of Useful CSS3 Tutorials &#8211; September 2010</a> (AjaxLine | Oct 13, 2010)</li>
<li><a href="http://www.net-kit.com/augusts-best-resources-for-css3/">August’s Best Resources for CSS3</a> (Designrfix | Sep 26, 2010)</li>
<li><a href="http://www.net-kit.com/julys-best-resources-for-css3/">July’s Best Resources for CSS3</a> (Net-Kit.com | Aug 30, 2010)</li>
<li><a href="http://www.themeflash.com/40-brilliant-css3-techniques-and-tutorials/">40 Brilliant CSS3 Techniques and Tutorials</a> (Themeflash | Aug 23, 2010)</li>
<li><a href="http://www.tutoriallounge.com/2010/08/ultimate-collection-of-css3-tutorials-and-techniques/">Ultimate Collection of CSS3 Tutorials and Techniques</a> (Tutorial Lounge | Aug 23, 2010)</li>
<li><a href="http://www.multyshades.com/2010/08/40-really-useful-css3-techniques-tutorials/">40+ Really Useful CSS3 Techniques &#038; Tutorials</a> (Multy Shades | Aug 16, 2010)</li>
<li><a href="http://www.underworldmagazines.com/29-useful-things-you-can-do-with-css3/">29 Useful Things you can do with CSS3</a> (Underworld Magazines Design Blog | Aug 10, 2010)</li>
<li><a href="http://www.1stwebdesigner.com/freebies/css3-tutorials/">The Ultimate Roundup of 55+ CSS3 Tutorials</a> (1stwebdesigner | Aug 9, 2010)</li>
<li><a href="http://blueblots.com/tutorials/25-helpful-css3-tutorials-and-techniques/">25 Helpful CSS3 Tutorials and Techniques</a> (blueblots.com | Jul 23, 2010)</li>
<li><a href="http://www.smashingmagazine.com/2010/06/17/start-using-css3-today-techniques-and-tutorials/">Start Using CSS3 Today: Techniques and Tutorials</a> (Smashing Magazine | Jun 17, 2010)</li>
<li><a href="http://www.net-kit.com/mays-best-resources-for-css3/">May’s Best Resources for CSS3</a> (Net-Kit.com | Jun 10, 2010)</li>
<li><a href="http://creativefan.com/the-ultimate-css3-toolbox-50-resources-tutorials-and-articles/">The Ultimate CSS3 Toolbox: 50+ Resources, Tutorials and Articles</a> (CreativeFan | Jun 9, 2010)</li>
<li><a href="http://djdesignerlab.com/2010/05/25/40-excellent-tutorials-for-web-development-using-css3-and-html5/">40 excellent tutorials for web development using css3 and html5</a> (Dj Designer lab | May 25, 2010)</li>
<li><a href="http://www.clickonpost.com/top-10-sites-for-css3-tips-tricks-and-tutorials/">Top 10 Sites For CSS3 Tips, Tricks And Tutorials</a> (Clickon post | May 20, 2010)</li>
<li><a href="http://www.redicedesigns.com/blog/2010/css/top-10-links-for-css3-resources/">Top 10 Links for CSS3 Resources</a> (Red Ice Designs | May 12, 2010)</li>
<li><a href="http://www.splashnology.com/blog/css/438.html">35 Fresh CSS3 Articles &#038; Tutorials</a> (Splashnology | May 11, 2010)</li>
<li><a href="http://www.designyourway.net/blog/resources/all-there-is-to-know-about-html5-and-css3/">All There Is To Know About HTML5 and CSS3</a> (Design your way | Apr 27, 2010)</li>
<li><a href="http://digitalartempire.com/2010/04/29-fascinating-css3-tuts-resources/">29 Fascinating CSS3 Tuts &#038; Resources</a> (Digital Art Empire | Apr 19, 2010)</li>
<li><a href="http://www.xyberworks.com/blog/web-development/20best-tutorials-for-custom-web-development-using-css3/">20+Best Tutorials for Custom Web Development Using CSS3</a> (XYBER WORKS | Mar 30, 2010)</li>
<li><a href="http://designreviver.com/tips/exploring-the-new-features-of-css3/">Exploring the New Features of CSS3</a> (Design Reviver | Mar 18, 2010)</li>
<li><a href="http://www.net-kit.com/html5-css3-layout-tutorials-and-templates/">HTML5 &#038; CSS3 Tuts and Templates</a> (Net-Kit.com | Mar 15, 2010)</li>
<li><a href="http://smashingwebs.com/2010/01/50-css3-tutorials-that-makes-your-works-perfect/">50 CSS3 Tutorials That Makes Your Works Perfect</a> (SmashingWebs | Jan 17, 2010)</li>
<li><a href="http://smashingwebs.com/2010/01/50-css3-tutorials-that-makes-your-works-perfect/">50 Excellent Tutorials for Web Development Using CSS3</a> (SmashingWebs | Jan 17, 2010)</li>
<li><a href="http://www.hongkiat.com/blog/beginners-guide-to-css3/">Beginner&#8217;s Guide to CSS3</a> (hongkiat.com | no date)</li>
<li><a href="http://blueblots.com/tools/great-tools-resources-and-guides-for-html5-and-css3/">Great Tools, Resources and Guides for HTML5 and CSS3</a> (blueblots.com | no date)</li>
<li><a href="http://www.designyourway.net/blog/resources/top-100-useful-and-detailed-css3-tutorials-and-techniques/">Top 100 Useful And Detailed CSS3 Tutorials And Techniques</a> (Design your way | no date)</li>
<li><a href="http://webdesigneraid.com/ultimate-collection-of-css3-tools-for-your-next-web-development/">Ultimate Collection of CSS3 Tools for your next Web Development</a> (Web Designer Aid | no date)</li>
</ol>
<div class="clear" style="margin-bottom:2em"></div>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/05/css3-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML5 Resources Round-Up</title>
		<link>http://websitesmaderight.com/2011/05/an-html5-resources-round-up/</link>
		<comments>http://websitesmaderight.com/2011/05/an-html5-resources-round-up/#comments</comments>
		<pubDate>Wed, 11 May 2011 06:53:12 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=382</guid>
		<description><![CDATA[This continues my series of round-ups on HTML5 that covers the following: HTML5 Tutorials Canvas SVG Geolocation HTML5 Web Storage Web Sockets / Push / Real-Time HTML5 Microdata, Microformats, and RDFa HTML5 Media Elements HTML5 Cheat Sheets CSS3 Therefore, these are not included below. It also excludes Mobile Development and Layout Frameworks. There&#8217;s a wiki [...]]]></description>
			<content:encoded><![CDATA[<p>This continues my series of round-ups on HTML5 that covers the following:</p>
<ol>
<li><a href="http://websitesmaderight.com/2011/04/270-html5-tutorials-and-a-round-up-of-round-ups/">HTML5 Tutorials</a></li>
<li><a href="http://websitesmaderight.com/2011/04/html5-canvas-tutorials-and-resources/">Canvas</a></li>
<li><a href="http://websitesmaderight.com/2011/04/html5-svg-tutorials-and-resources/">SVG</a></li>
<li><a href="http://websitesmaderight.com/2011/04/html5-geolocation-tutorials-and-resources/">Geolocation</a></li>
<li><a href="http://websitesmaderight.com/2011/04/html5-web-storage-tutorials-and-resources/">HTML5 Web Storage</a></li>
<li><a href="http://websitesmaderight.com/2011/05/html5-websockets-and-real-time-tutorials-and-resources/">Web Sockets / Push / Real-Time</a></li>
<li><a href="http://websitesmaderight.com/2011/05/html5-microdata-microformats-and-rdfa-tutorials-and-resources/">HTML5 Microdata, Microformats, and RDFa</a></li>
<li><a href="http://websitesmaderight.com/2011/05/45-html5-media-players-tutorials-and-resources/">HTML5 Media Elements</a></li>
<li><a href="http://websitesmaderight.com/2011/05/html5-and-css3-cheat-sheets/">HTML5 Cheat Sheets</a></li>
<li><a href="http://websitesmaderight.com/2011/05/css3-tutorials-and-resources/">CSS3</a></li>
</ol>
<p>Therefore, these are not included below. It also excludes Mobile Development and Layout Frameworks.</p>
<p>There&#8217;s a wiki page on Github of <a href="https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills">HTML5 Cross Browser Polyfills (aka &#8220;The All-In-One Entirely-Not-Alphabetical No-Bullshit Guide to HTML5 Fallbacks&#8221;)</a>, I recommend that you check there for other resources not found in this series, such as HTML5 Forms &#8211; of which I didn&#8217;t have anything in addition to what they already have there.</p>
<hr />
<h2>Templates / Starter Kits</h2>
<ul>
<li><a href="http://html5boilerplate.com/">HTML5 Boilerplate</a> (html5boilerplate.com)</li>
<li><a href="http://www.kamikazemusic.com/quick-tips/html5-css3-starting-template/">HTML5 and CSS3 starting template</a> (Kamikazemusic.com | December 7th, 2009)</li>
<li><a href="http://www.vcarrer.com/2010/08/html5-mini-template.html">HTML5 Mini Template</a> ({Carrer web log} | August 25, 2010)</li>
<li><a href="http://html5reset.org/">HTML5 Reset v2</a> (Monkey Do, LLC)</li>
<li><a href="http://sickdesigner.com/resources/HTML5-starter-pack/index.html">HTML5 Starter Pack by Radu Chelariu</a> (Sickdesigner.com)</li>
<li><a href="http://initializr.com/">Initializr &#8211; an HTML5 templates generator to help you get started with your HTML5 project</a> (initializr.com)</li>
<li><a href="http://www.codeproject.com/KB/HTML/semanticHtml5PageLayout.aspx">Semantic HTML5 Page Layout</a> (CodeProject)</li>
<li><a href="http://switchtohtml5.com/index.php">SwitchToHTML5 &#8211; The HTML5 Framework Generator</a> (switchtohtml5.com)</li>
<li><a href="http://csswizardry.com/2011/01/the-real-html5-boilerplate/">The real HTML5 boilerplate</a> (CSS Wizardry)</li>
</ul>
<h2>HTML5 Frameworks / JavaScript Libraries</h2>
<ul>
<li><a href="http://www.52framework.com/">52Framework &#8211; First ever HTML5 and CSS3 framework! (cross-browser)</a> (52framework.com)
<ul>
<li class="via">via <a href="http://designshack.co.uk/articles/css/52-framework-the-first-ever-html5-and-css3-framework">52 Framework: The First Ever HTML5 and CSS3 Framework</a> (Design Shack)</li>
</ul>
</li>
<li><a href="http://jdbartlett.github.com/innershiv/">HTML 5 innerShiv</a> (jdbartlett)
<ul>
<li class="via">via <a href="http://css-tricks.com/html5-innershiv/">Fix Inserted HTML5 Content with HTML5 innerShiv</a> (css-tricks)</li>
</ul>
</li>
<li><a href="http://www.modernizr.com/">Modernizr &#8211; HTML5 &amp; CSS3 Detection</a> (Modernizr)</li>
<li><a href="http://code.google.com/p/html5shim/">html5shim &#8211; HTML5 IE enabling script</a> (Google Project Hosting)
<ul>
<li class="via">via <a href="http://remysharp.com/2009/01/07/html5-enabling-script/">HTML5 enabling script</a> (remy sharp&#8217;s b:log)</li>
</ul>
</li>
<li><a href="http://code.google.com/p/html5shiv/">html5shiv &#8211; HTML5 IE enabling script</a> (Project Hosting on Google Code)
<ul>
<li class="via">via <a href="http://ejohn.org/blog/html5-shiv/">HTML5 Shiv</a> (John Resig)</li>
</ul>
</li>
<li><a href="http://www.iecss.com/print-protector/">ieCSS &#8211; IE Print Protector for Printing HTML5 in Internet Explorer</a> (iecss.com)</li>
<li><a href="http://www.openlaszlo.org/">OpenLaszlo | the premier platform for rich internet applications</a> (openlaszlo.org)</li>
<li><a href="http://www.sproutcore.com/">SproutCore &#8211; an HTML5 application framework</a> (sproutcore.com)</li>
</ul>
<h2>HTML5 References</h2>
<ul>
<li><a href="http://html5tutorial.net/html-5-reference/html-5-reference.html">HTML 5 Reference &#8211; a complete list of HTML 5 tags</a> (html5tutorial.net)</li>
<li><a href="http://www.w3schools.com/html5/html5_reference.asp">HTML 5 Tag Reference</a> (W3Schools.com)</li>
<li><a href="http://molly.com/html5/html5-0709.html">HTML5 Features at a Glance &#8211; A Selection of Supported Features in HTML5</a> (molly.com)</li>
<li><a href="http://html5doctor.com/glossary/">HTML5 Glossary of Term Definitions</a> (html5doctor)</li>
<li><a href="http://www.impressivewebs.com/html5-support-ie9/">Internet Explorer 9 HTML5 Feature Support Chart</a> (Impressive Webs)</li>
<li><a href="http://wufoo.com/html5/">The Current State of HTML5 Forms &#8211; With Feature Support Charts</a> (wufoo.com)</li>
</ul>
<h2>Demos / Experiments</h2>
<ul>
<li><a href="http://html5demos.com/">HTML5 Demos and Examples</a> (html5demos.com)</li>
<li><a href="http://html5gallery.com/">HTML5 Gallery | A showcase of sites using HTML5 markup</a> (html5gallery.com)</li>
<li><a href="http://html5labs.interoperabilitybridges.com/">HTML5 Labs</a> (Microsoft Corporation)</li>
<li><a href="http://www.hongkiat.com/blog/48-excellent-html5-demos/">HTML5 Showcase: 48 Potential Flash-Killing Demos</a> (Hongkiat.com | Jun 7, 2010)</li>
<li><a href="http://studio.html5rocks.com/">HTML5 Studio</a> (HTML5 Rocks)</li>
<li><a href="http://html5watch.tumblr.com/">HTML5 Watch</a> (Neven Mrgan)</li>
<li><a href="http://www.jeremyselier.com/entry/speech-attribute-demo">Speech attribute for input element demo</a> (jeremyselier.com)</li>
</ul>
<h2>HTML5 Tools</h2>
<ul>
<li><a href="http://www.devcurry.com/2010/10/html-5-intellisense-in-visual-studio.html">HTML 5 Intellisense In Visual Studio 2010</a> (DevCurry | October 13, 2010)</li>
<li><a href="http://www.456bereastreet.com/archive/201102/validating_html5_with_validatornu_and_the_html5validator_extension_for_firefox/">Validating HTML5 with validator.nu and the HTML5Validator Extension for Firefox</a> (456 Berea Street)</li>
<li><a href="http://blog.whatwg.org/quality-assurance-tools-for-html5">Quality Assurance tools for HTML5</a> (The WHATWG Blog)</li>
</ul>
<h2>Misc</h2>
<ul>
<li><a href="http://www.html5rocks.com/">HTML5 Rocks &#8211; Google&#8217;s site for HTML5 Resources</a> (Google)</li>
<li><a href="http://tv.adobe.com/watch/adc-presents/preview-of-the-edge-prototype-tool-for-html5-/">Preview of the &#8220;Edge Prototype&#8221; tool for HTML5</a> (Adobe Developer Connection RSS Feed)</li>
<li><a href="http://rendera.heroku.com/">Rendera &#8211; Online HTML5 Editor to help you learn HTML5 and CSS</a> (rendera.heroku.com)</li>
<li><a href="http://html5test.com/">The HTML5 test &#8211; How well does your browser support HTML5?</a> (html5test.com)</li>
<li><a href="http://html5readiness.com/"><img class="alignleft" src="http://websitesmaderight.com/wp-content/uploads/2011/05/2.png" width="100" height="132" alt=""/>HTML5 and CSS3 Readiness of Popular Browsers Visualized</a> (html5readiness.com)</li>
<li style="clear: left;"><a href="http://css-tricks.com/examples/CleanCode/Beautiful-HTML.png"><img class="alignleft" src="http://websitesmaderight.com/wp-content/uploads/2011/05/1.png" width="100" height="132" alt=""/>Beautiful-HTML.png &#8211; A Poster on beautiful HTML5 (PNG Image, 2000&#215;2000 pixels)</a> (css-tricks)</li>
</ul>
<div style="clear:both; visibility:hidden">.</div>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/05/an-html5-resources-round-up/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>HTML5 and CSS3 Cheat Sheets</title>
		<link>http://websitesmaderight.com/2011/05/html5-and-css3-cheat-sheets/</link>
		<comments>http://websitesmaderight.com/2011/05/html5-and-css3-cheat-sheets/#comments</comments>
		<pubDate>Thu, 05 May 2011 05:27:49 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Cheat Sheets]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=352</guid>
		<description><![CDATA[In doing research for this post I discovered that DevCheatSheet.com has an awesome collection of 22 HTML5 Cheat Sheets. I didn’t want to needlessly repost what they already have so I cross-checked my collection with theirs and I’ve only shared below the ones you won’t find there. HTML5 Cheat Sheets These are not found at [...]]]></description>
			<content:encoded><![CDATA[<p>In doing research for this post I discovered that <a href="http://devcheatsheet.com/">DevCheatSheet.com</a> has an awesome collection of 22 <a href="http://devcheatsheet.com/tag/html5/">HTML5 Cheat Sheets</a>. I didn’t want to needlessly repost what they already have so I cross-checked my collection with theirs and I’ve only shared below the ones you won’t find there. </p>
<h2>HTML5 Cheat Sheets</h2>
<p>These are not found at DevCheatSheet&#8217;s <a href="http://devcheatsheet.com/tag/html5/">HTML5 Cheat Sheets</a></p>
<ul>
<li><a href="http://medialoot.com/blog/html5-compendium/"><img class="alignleft size-full wp-image-177 thumb-margin" title="" src="http://websitesmaderight.com/wp-content/uploads/2011/05/v2.png" alt="" width="100" height="132" />Browser Compatibility Charts</a> (MediaLoot)</li>
<li style="clear: left;"><a href="http://robertnyman.com/html5/"><img class="alignleft size-full wp-image-177 thumb-margin" title="" src="http://websitesmaderight.com/wp-content/uploads/2011/05/v3.png" alt="" width="100" height="132" />HTML5 &#8211; Information and samples for HTML5 and related APIs</a> (Robert Nyman)</li>
<li style="clear: left;"><a href="http://www.storiesinflight.com/html5/"><img class="alignleft size-full wp-image-177 thumb-margin" title="" src="http://websitesmaderight.com/wp-content/uploads/2011/05/v1.png" alt="" width="100" height="132" />HTML5/CSS3 Cheatsheet</a> (Stories In Flight)</li>
<li style="clear: left;"><a href="http://www.html-5.com/cheat-sheet/"><img class="alignleft size-full wp-image-177 thumb-margin" title="" src="http://websitesmaderight.com/wp-content/uploads/2011/05/h-1.png" alt="" width="132" height="100" />HTML Cheat Sheet for Transition to HTML 5 </a> (html-5.com)</li>
<li style="clear: left;"><a href="http://www.w3.org/2009/cheatsheet/"><img class="alignleft size-full wp-image-177 thumb-margin" title="" src="http://websitesmaderight.com/wp-content/uploads/2011/05/h-2.png" alt="" width="132" height="100" />W3C cheatsheet</a> (W3C)</li>
</ul>
<div style="clear: left; color: #fff; visibility: hidden;">.</div>
<h2>CSS3 Cheat Sheets</h2>
<p>These are not found at DevCheatSheet&#8217;s <a href="http://devcheatsheet.com/tag/css3/">CSS3 Cheat Sheets</a></p>
<ul>
<li><a href="http://www.codenique.com/web_color/css3_color_names.php"><img class="alignleft size-full wp-image-177 thumb-margin" title="" src="http://websitesmaderight.com/wp-content/uploads/2011/05/v5.png" alt="" width="100" height="132" />CSS3 Color Names</a> (CodeNique)</li>
<li style="clear: left;"><a href="http://robertnyman.com/css3/"><img class="alignleft size-full wp-image-177 thumb-margin" title="" src="http://websitesmaderight.com/wp-content/uploads/2011/05/v4.png" alt="" width="100" height="132" />CSS3 &#8211; Information and samples</a> (Robert Nyman)</li>
</ul>
<div style="clear: left; color: #fff; visibility: hidden;">.</div>
<p>Thanks <a href="http://devcheatsheet.com/">DevCheatSheet.com</a> for the awesome collection!</p>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/05/html5-and-css3-cheat-sheets/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>45 HTML5 Media Players + Tutorials and Resources</title>
		<link>http://websitesmaderight.com/2011/05/45-html5-media-players-tutorials-and-resources/</link>
		<comments>http://websitesmaderight.com/2011/05/45-html5-media-players-tutorials-and-resources/#comments</comments>
		<pubDate>Wed, 04 May 2011 15:40:19 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Media Elements]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[Round-up]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=340</guid>
		<description><![CDATA[For a comparison of HTML5 video players, there is a chart here of 20 HTML5 video players. HTML5 Media Players Acorn Media Player, Accessible and customizable HTML5 media player (Cristian I. Colceriu.) Akamai’s Open Video Player for HTML5 &#60;video&#62; (Akamai Technologies) Ambilight for &#60;video&#62; tag (Currently offline but source available here at the bottom.) Building [...]]]></description>
			<content:encoded><![CDATA[<p>For a comparison of HTML5 video players, there is a chart here of 20 <a href="http://praegnanz.de/html5video">HTML5 video players</a>.</p>
<h2>HTML5 Media Players</h2>
<ol>
<li><a href="http://ghinda.github.com/acornmediaplayer/">Acorn Media Player, Accessible and customizable HTML5 media player</a> (Cristian I. Colceriu.)</li>
<li><a href="http://www.akamai.com/HTML5">Akamai’s Open Video Player for HTML5 &lt;video&gt;</a> (Akamai Technologies)</li>
<li><a href="http://chikuyonok.ru/ambilight/">Ambilight for &lt;video&gt; tag</a> (Currently offline but <a href="http://chikuyonok.ru/2010/03/ambilight-video/">source available here</a> at the bottom.)</li>
<li><a href="http://www.broken-links.com/2010/04/14/building-a-better-html5-video-player-with-glow/">Building a better HTML5 video player with Glow</a> (Broken Links)</li>
<li><a href="http://www.chipwreck.de/blog/software/cwvideo/">CwVideo &#8211; A Toolkit to handle HTML 5 video made with mootools</a> (chipwreck)</li>
<li><a href="http://soukie.net/degradable-html5-audio-and-video-plugin/">Degradable HTML5Audio and Video Plugin (for WordPress)</a> (Soukie&#8217;s Place)</li>
<li><a href="http://dplayer.drivecast.eu/">Dplayer &#8211; the ultimate HTML5 video player</a> (dplayer.drivecast.eu)</li>
<li><a href="http://wordpress.org/extend/plugins/external-video-for-everybody/">External &#8220;Video for Everybody&#8221;</a> (WordPress.org Plugin Directory)</li>
<li><a href="http://flarevideo.com/">FlareVideo &#8211; HTML5 video with Flash fallback</a> (Alex MacCaw)</li>
<li><a href="http://labs.byhook.com/2010/07/30/flashtml5-the-javascript-library-and-wordpress-plugin/">FlasHTML5 Video: The JavaScript Library and WordPress Plugin</a> (Labs.byHook)</li>
<li><a href="http://fryplayer.net/">FryPlayer– HTML5 Video Player</a> (FridayCode)</li>
<li><a href="http://www.advection.net/video-tools/html5-player">HTML5 Media Player (Beta)</a> (Advection.NET)</li>
<li><a href="http://www.dailymotion.com/html5">HTML5 Video Player</a> (Dailymotion)</li>
<li><a href="http://unholyknight.com/2010/05/html5-video-player-version-1-2/">HTML5 video player</a> (UnholyKnight)</li>
<li><a href="http://github.com/rsms/html5-video">Html5-video – Videoplayer in HTML5</a> (rsms/html5-video &#8211; GitHub)</li>
<li><a href="http://github.com/etianen/html5media">html5media &#8211; Enables &lt;video&gt; and &lt;audio&gt; tags in all major browsers.</a> (etianen/html5media &#8211; GitHub)</li>
<li><a href="http://protofunc.com/jme/">jMediaelement &#8211; not only just another html5 audio / video player</a> (protofunc.com/jme)</li>
<li><a href="http://jplayer.org/">jPlayer : HTML5 Audio &amp; Video for jQuery</a> (jplayer.org)</li>
<li><a href="http://github.com/azatoth/jquery-video">jquery-video –jQuery UI video widget to enhance your HTML5 &lt;video&gt;</a> (azatoth/jquery-video &#8211; GitHub)</li>
<li><a href="http://www.longtailvideo.com/players/jw-flv-player/">JW Player for Flash &#038; HTML5</a> (LongTail Video)</li>
<li><a href="http://www.html5video.org/">Kaltura HTML5 Video &amp; Media JavaScript Library</a> (html5video.org)</li>
<li><a href="http://dev.mennerich.name/showroom/html5_video/">LeanBack Player &#8211; HTML5 Video Player with Subtitle-Support</a> (freestyle-media.de)</li>
<li><a href="http://mediaelementjs.com/">MediaElement.js &#8211; HTML5 video player and audio player with Flash and Silverlight shims</a> (John Dyer)</li>
<li><a href="http://www.getmiro.com/">Miro 3.5 &#8211; An amazing open-source, non-profit video player.</a> (Participatory Culture Foundation)</li>
<li><a href="http://mooplay.challet.eu/">MooPlay- HTML5 Video Player</a> (mooplay.challet.eu)</li>
<li><a href="http://mooves.firebuntu.com">MooVES 1.0 &#8211; The MooTools Video Enhancement System</a> (mooves.firebuntu.com)</li>
<li><a href="http://colinaarts.com/code/moovie/">Moovie</a> (Download link not available, coming soon.)</li>
<li><a href="http://www.openbeelden.nl/oiplayer/">OIPlayer jQuery plugin HTML5 audio and video player with fallback to Java and Flash</a> (André van Toly)</li>
<li><a href="http://www.mediafront.org/project/osmplayer">Open Standard Media (OSM) Player</a> (MediaFront)</li>
<li><a href="http://openvideoplayer.sourceforge.net/html5video/">Open Video Player for HTML5 &lt;video&gt;</a> (OVP)</li>
<li><a href="http://code.google.com/p/open-player/">open-player &#8211; Cross-browser player for &lt;video&gt; and &lt;audio&gt;</a> (Google Project Hosting)</li>
<li><a href="http://uppod.ru/player/html5/">Player Uppod HTML5 video and audio</a> (Stuudio)</li>
<li><a href="http://wordpress.org/extend/plugins/projekktor-html5-video-extensions-and-shortcodes/">Projekktor Video Tag Extension</a> (WordPress.org Plugin Directory)<br /><a href="http://www.projekktor.com/">Projekktor – HTML5 video player</a> (Sascha Kluger, Spinning Airwhale Media)</li>
<li><a href="http://jilion.com/sublime/video">SublimeVideo HTML5 Video Player</a> (Jilion)</li>
<li><a href="http://camendesign.com/code/video_for_everybody">Video for Everybody!</a> (Camen Design)</li>
<li><a href="http://videojs.com/">VideoJS &#8211; a free &#038; open source HTML5 video player</a> (Zencoder, Inc.)</li>
<li><a href="http://vimeo.com/blog:268">Vimeo HTML5 Video Player</a> (Vimeo)</li>
<li><a href="http://wordpress.org/extend/plugins/wp-youtube-lyte/">WP YouTube Lyte</a> (WordPress.org Plugin Directory)</li>
<li><a href="http://www.youtube.com/html5">YouTube HTML5 VideoPlayer</a> (YouTube)</li>
<li><a href="http://github.com/macinjosh/YUI-HTML5-Player">YUI HTML5 Player</a> (John McLaughlin)</li>
</ol>
<h2>HTML5 Audio Players</h2>
<ol>
<li><a href="http://www.terrillthompson.com/music/2010/11/accessible-audio-player-aap/">Accessible Audio Player (AAP) &#8211; Cross-Browser HTML5 Audio Player</a> (One Hand Clapping)</li>
<li><a href="http://dev.opera.com/articles/view/html5-audio-radio-player/">An HTML5 &lt;audio&gt; radio player</a> (Opera Developer Community)</li>
<li><a href="http://kolber.github.com/audiojs/">audio.js – Add HTML5’s audio Tag Anywhere</a> (Anthony Kolber)</li>
<li><a href="http://lab.simurai.com/ui/zen-player/">ZEN &#8211; a single-song HTML5 Audio Player</a> (simurai)</li>
<li><a href="http://hyper-metrix.com/misc/jai/">JAI &#8211; Javascript Audio Interface</a> (Alistair MacDonald)</li>
</ol>
<h2>HTML5 Media JavaScript Libraries</h2>
<ul>
<li><a href="http://popcornjs.org/">Popcorn.js | The HTML5 Video Framework</a> (popcornjs.org)</li>
<li><a href="http://www.viget.com/inspire/simplevideo-a-jquery-plugin-for-simple-html5-video-control/">SimpleVideo &#8211; a jQuery Plugin for Simple HTML5 Video Control</a> (Viget Inspire | Nov 18, 2010)</li>
</ul>
<h2>HTML5 &lt;video&gt; Tutorials</h2>
<ol>
<li><a href="http://blog.medhley.com/2011/03/learn-flash-to-html5-video-fallback.html">Learn Flash To HTML5 Video Fallback</a> (medhley | Mar 21, 2011)</li>
<li><a href="http://www.msjoe.com/2011/03/use-html5-video-tags-in-your-asp-net-applications/">Use HTML5 Video Tags in your ASP.NET Applications</a> (MS-Joe (Joe Stagner) | Mar 15, 2011)</li>
<li><a href="http://dev.opera.com/articles/view/simple-html5-video-flash-fallback-custom-controls/">Simple HTML5 video player with Flash fallback and custom controls</a> (Dev.Opera | Feb 17, 2011)</li>
<li><a href="http://blog.brightcove.com/en/2011/01/html5-video-facts-fiction-new-whitepaper">HTML5 Video Facts &#038; Fiction: New Whitepaper</a> (Brightcove.com | Jan 31, 2011)</li>
<li><a href="http://net.tutsplus.com/articles/the-state-of-video-on-the-web/">The State of Video on the Web</a> (Nettuts+ | Jan 14, 2011)</li>
<li><a href="http://blogs.sitepoint.com/html5-video-cross-browser-fall-backs/">Cross-Browser HTML5 Video With Flash or Silverlight Fall-back</a> (SitePoint Blogs | Nov 5, 2010)</li>
<li><a href="http://thinkvitamin.com/dev/getting-started-with-html5-video/">Getting Started with HTML5 Video</a> (Vitamin Feed | Aug 23, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1939-how-to-include-video-in-html5/">How to Include Video in HTML5</a> (O&#8217;Reilly Answers | Aug 19, 2010)</li>
<li><a href="http://www.webappers.com/2010/08/02/how-to-build-a-custom-html5-video-player-with-jquery/">How to Build a Custom HTML5 Video Player with jQuery</a> (WebAppers | Aug 2, 2010)</li>
<li><a href="http://blogfreakz.com/tutorial/how-to-building-html5-video-player/">How to Building a custom HTML5 video player with CSS3 and jQuery</a> (blogfreakz.com | Jul 30, 2010)</li>
<li><a href="http://blogfreakz.com/video/how-to-create-an-html5-video-player/">How to Create an HTML5 Video Player</a> (blogfreakz.com | Jun 13, 2010)</li>
<li><a href="http://www.webmonkey.com/2010/05/embed-videos-in-your-web-pages-using-html5/">Embed Videos In Your Web Pages Using HTML5</a> (Webmonkey | May 10, 2010)</li>
<li><a href="http://blog.steveheffernan.com/2010/04/how-to-build-an-html5-video-player/">Tutorial: How to Build an HTML5 Video Player</a> (Steve Heffernan’s Blog | Apr 15, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-html-5-video-with-a-fallback-to-flash/">Quick Tip: HTML5 Video with a Fallback to Flash</a> (Nettuts+ | Mar 12, 2010)</li>
</ol>
<h2>HTML5 &lt;audio&gt; Tutorials</h2>
<ol>
<li><a href="http://blogfreakz.com/tutorial/custom-html5-audio-player-with-jquery/">How to Building a Custom HTML5 Audio Player with jQuery</a> (blogfreakz.com | Sep 2, 2010)</li>
<li><a href="http://neutroncreations.com/blog/building-a-custom-html5-audio-player-with-jquery/">Building a Custom HTML5 Audio Player with jQuery</a> (Neutron Creations | Sep 2, 2010)</li>
</ol>
<h2>Other Useful Video Tutorials</h2>
<ol>
<li><a href="http://webdesign.tutsplus.com/articles/general/stream-web-video-no-flash-knowledge-required/">Stream Web Video, No Flash Knowledge Required</a> (Webdesigntuts+ | Feb 24, 2011)</li>
<li><a href="http://aext.net/2010/12/lazy-loading-video-facebook/">Lazy Loading Video To Speed Up Your Web Page</a> (AEXT.NET MAGAZINE | Dec 1, 2010)</li>
<li><a href="http://tutorialzine.com/2010/07/youtube-api-custom-player-jquery-css/">Making a Custom YouTube Video Player With YouTube’s APIs</a> (Tutorialzine | Jul 23, 2010)</li>
</ol>
<h2>References</h2>
<ol>
<li><a href="http://blueblots.com/tools/11-efficient-html5-video-players/">11 Efficient HTML5 Video Players</a> (blueblots.com | Apr 7, 2011)</li>
<li><a href="http://www.web3mantra.com/2011/03/15/html5-video-tools/">HTML5 Video Tools</a> (web3mantra | Mar 15, 2011)</li>
<li><a href="http://www.denbagus.net/html5-video-player">10 Best HTML5 Video Player</a> (Denbagus.Net | Feb 10, 2011)</li>
<li><a href="http://www.webresourcesdepot.com/html5-css3-powered-audio-player-zen/">HTML5 &amp; CSS3-Powered Audio Player – ZEN</a> (WebResourcesDepot | Jan 29, 2011)</li>
<li><a href="http://www.webresourcesdepot.com/html5-and-javascript-audio-interface-jai/">HTML5 And Javascript Audio Interface: JAI</a> (WebResourcesDepot | Jan 13, 2011)</li>
<li><a href="http://blogfreakz.com/html5/mooplay-build-your-own-custom-html5-video-player/">MooPlay – Build Your Own Custom HTML5 Video Player</a> (blogfreakz.com | Dec 9, 2010)</li>
<li><a href="http://www.splashnology.com/blog/html5/915.html">HTML5 video players</a> (Splashnology | Dec 6, 2010)</li>
<li><a href="http://creativefan.com/getting-started-with-html5-video-players-resources-and-tutorials/">Getting Started with HTML5 Video Players: Resources and Tutorials</a> (CreativeFan | Nov 25, 2010)</li>
<li><a href="http://www.webresourcesdepot.com/html5-video-player-with-subtitle-support-leanback-player/">HTML5 Video Player With Subtitle-Support – LeanBack Player</a> (WebResourcesDepot | Nov 16, 2010)</li>
<li><a href="http://blogfreakz.com/html5/html5-video-players/">20 Excellent HTML5 Video Players</a> (blogfreakz.com | Nov 15, 2010)</li>
<li><a href="http://blogfreakz.com/mootools/mooves-mootools-video-enhancement-system/">MooVES – MooTools Video Enhancement System</a> (blogfreakz.com | Nov 7, 2010)</li>
<li><a href="http://designmodo.com/10-amazing-html5-media-player-implementations-inspiration/">10 Amazing HTML5 Media Player Implementations (Inspiration)</a> (DesignModo | Nov 2, 2010)</li>
<li><a href="http://www.webguru-india.com/blog/5-interesting-html5-video-media-players-implementation-across-the-web/">5 Interesting HTML5 Video (Media) Players Implementation Across the Web</a> (WebGuru | Nov 2, 2010)</li>
<li><a href="http://blogs.adobe.com/dreamweaver/2010/10/adobe-announces-the-html5-video-player-widget.html">Adobe announces the HTML5 Video Player widget</a> (Adobe Dreamweaver Team Blog | Oct 21, 2010)</li>
<li><a href="http://johndyer.name/post/MediaElement-js-a-magic-unicorn-HTML5-video-library.aspx">MediaElement.js – a magic unicorn HTML5 video library</a> (John Dyer | Sep 22, 2010)</li>
<li><a href="http://blogfreakz.com/html5/open-standard-media-osm-player-all-in-one-media-player-for-web/">Open Standard Media (OSM) Player – All-in-one Media Player For Web</a> (blogfreakz.com | Sep 12, 2010)</li>
<li><a href="http://ntt.cc/2010/08/08/23-useful-html5-open-source-online-video-players-libraries.html">23+ Useful HTML5 Open Source Online Video Players &amp; Libraries</a> (Ntt.cc | Aug 8, 2010)</li>
<li><a href="http://blogfreakz.com/video/mediaelement-js-html5-video-player/">MediaElement.js – HTML5 Video Player</a> (blogfreakz.com | Jul 31, 2010)</li>
<li><a href="http://blogfreakz.com/mootools/moovie-mootools-html5-video-player/">Moovie – MooTools HTML5 Video Player</a> (blogfreakz.com | Jul 10, 2010)</li>
<li><a href="http://www.net-kit.com/20-html5-video-players/">A Collection of 20 HTML5 Video Players</a> (Net-Kit.com | Jul 8, 2010)</li>
<li><a href="http://www.templates.com/blog/10-html5-video-players/">10 HTML5 Video Players</a> (Templates.com Blog | Jun 18, 2010)</li>
<li><a href="http://www.thesofthelp.com/2010/06/10-free-open-source-web-based-media.html">10 Free Open Source Web Based Media Player Apps</a> (thesofthelp.com | Jun 12, 2010)</li>
<li><a href="http://www.tutorialfeed.org/2010/06/5-open-source-html5-video-players-for.html">5 Open Source HTML5 Video Players for Web Developers</a> (tutorialfeed.org | Jun 11, 2010)</li>
<li><a href="http://savedelete.com/7-most-useful-html5-video-integrating-tools.html">7 Most Useful HTML5 Video Integrating Tools</a> (SaveDelete | Jun 5, 2010)</li>
<li><a href="http://woorkup.com/2010/06/05/fresh-resources-for-html5-video-and-audio/">Fresh Resources for HTML5 Video and Audio</a> (woorkup.com | Jun 5, 2010)</li>
<li><a href="http://www.webresourcesdepot.com/html5-video-player-with-flash-fallback-flarevideo/">HTML5 Video Player With Flash Fallback: FlareVideo</a> (WebResourcesDepot | Jun 4, 2010)</li>
<li><a href="http://blog.insicdesigns.com/2010/06/best-html5-media-player-implementations/">Best HTML5 Media Player Implementations</a> (INSIC DESIGNS | Jun 3, 2010)</li>
<li><a href="http://mashable.com/2010/05/18/html5-video-tools/">5 Tools For Integrating HTML5 Video in Your Website</a> (Mashable | May 18, 2010)</li>
<li><a href="http://www.viget.com/inspire/youtube-chromeless-video-jquery-plugin/">YouTube Chromeless Video Player &#8211; jQuery Plugin</a> (Viget Inspire | May 13, 2010)</li>
<li><a href="http://boagworld.com/reviews/flowplayer">Review: Flowplayer</a> (Boagworld | May 6, 2010)</li>
<li><a href="http://speckyboy.com/2010/04/23/html5-video-libraries-toolkits-and-players/">HTML5 video Libraries, Toolkits and Players</a> (Speckyboy Design Magazine | Apr 23, 2010)</li>
<li><a href="http://www.dmxzone.com/go?18293">HTML5 Video Player</a> (dmxzone.com | no date)</li>
</ol>
<h2>Spec Reference</h2>
<ul>
<li><a href="http://www.w3.org/TR/html5/video.html">HTML5 Media Element API</a> (W3C)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/05/45-html5-media-players-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HTML5 Microdata, Microformats, and RDFa Tutorials and Resources</title>
		<link>http://websitesmaderight.com/2011/05/html5-microdata-microformats-and-rdfa-tutorials-and-resources/</link>
		<comments>http://websitesmaderight.com/2011/05/html5-microdata-microformats-and-rdfa-tutorials-and-resources/#comments</comments>
		<pubDate>Sun, 01 May 2011 23:01:53 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Microdata]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=333</guid>
		<description><![CDATA[HTML5 Microdata Tutorials About microdata (Google Webmaster Tools Help &#124; Mar 20, 2011) Extending HTML5 — Microdata (HTML5 Doctor &#124; Nov 23, 2010) Microdata explained (Think Vitamin &#124; Sep 30, 2010) Microdata: HTML5’s Best-Kept Secret (Webmonkey &#124; Sep 10, 2010) HTML5 Microdata: Why isn’t anyone talking about it? (Brian Cray &#124; Sep 8, 2010) How [...]]]></description>
			<content:encoded><![CDATA[<h2>HTML5 Microdata Tutorials</h2>
<ol>
<li><a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=176035">About microdata</a> (Google Webmaster Tools Help | Mar 20, 2011)</li>
<li><a href="http://html5doctor.com/microdata/">Extending HTML5 — Microdata</a> (HTML5 Doctor | Nov 23, 2010)</li>
<li><a href="http://thinkvitamin.com/asides/microdata/">Microdata explained</a> (Think Vitamin | Sep 30, 2010)</li>
<li><a href="http://www.webmonkey.com/2010/09/microdata-html5s-best-kept-secret/">Microdata: HTML5’s Best-Kept Secret</a> (Webmonkey | Sep 10, 2010)</li>
<li><a href="http://briancray.com/2010/09/08/html5-microdata/">HTML5 Microdata: Why isn’t anyone talking about it?</a> (Brian Cray | Sep 8, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1965-how-to-add-people-microdata-to-your-website-using-html5/">How to Add People Microdata to Your Website Using HTML5</a> (O&#8217;Reilly Answers | Aug 23, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html5-microdata-welcome-to-the-machine/">HTML5 Microdata: Welcome to the Machine</a> (Nettuts+ | Jun 14, 2010)</li>
<li><a href="http://cleartypemedia.com/press/2009/10/structured-meaning-in-html5/">Structured Meaning in HTML5 &#8211; Microformat, RDFa and HTML5 Microdata Explained</a> (ClearType?Press | Oct 28, 2009)</li>
<li><a href="http://ajaxian.com/archives/making-html5-microdata-usable">Making HTML5 Microdata Usable</a> (Ajaxian | Oct 9, 2009)</li>
<li><a href="http://blog.whatwg.org/microdata1">Microdata (part 1)</a> (The WHATWG Blog | Jul 31, 2009)</li>
</ol>
<h2>Microformats Tutorials</h2>
<ol>
<li><a href="http://xhtml.pixelcrayons.com/knowledge-base/7-useful-microformats/">7 Useful Microformats</a> (PixelCrayons | Mar 16, 2011)</li>
<li><a href="http://speckyboy.com/2011/01/24/beginners-study-guide-to-html5-microformats/">Beginner’s Study Guide to HTML5 Microformats</a> (Speckyboy Design Magazine | Jan 24, 2011)</li>
<li><a href="http://sixrevisions.com/web-development/ultimate-guide-to-microformats-reference-and-examples/">Ultimate Guide to Microformats: Reference and Examples</a> (Six Revisions | Dec 20, 2010)</li>
<li><a href="http://msdn.microsoft.com/en-us/scriptjunkie/ff979268.aspx">Simple Semantics With Microformats, Part 1 of a 4 part series</a> (Script Junkie Learning Resources | Sep 15, 2010)</li>
<li><a href="http://html5doctor.com/microformats/">Extending HTML5 — Microformats</a> (HTML5 Doctor | Aug 17, 2010)</li>
<li><a href="http://spyrestudios.com/real-world-microformats-rdfa-microformats-and-microdata-practical-examples/">Real World Microformats – RDFa, Microformats And Microdata Practical Examples</a> (SpyreStudios &#8211; Design and Development Magazine | Jul 7, 2010)</li>
<li><a href="http://weblogs.asp.net/gunnarpeipman/archive/2010/05/22/creating-vcard-action-result.aspx">Creating vCard action result</a> (Gunnar Peipman&#8217;s ASP.NET blog | May 22, 2010)</li>
<li><a href="http://www.codinghorror.com/blog/2009/12/microformats-boon-or-bane.html">Microformats: Boon or Bane?</a> (Coding Horror | Dec 10, 2009)</li>
<li><a href="http://net.tutsplus.com/tutorials/other/microformats-what-why-and-how/">Microformats: What, Why, and How</a> (Nettuts+ | Dec 8, 2009)</li>
<li><a href="http://www.victorgodot.com/newmedia/?p=609">Microformats for News Articles: the hNews Standard</a> (Victor Godot | Nov 23, 2009)</li>
<li><a href="http://meiert.com/en/blog/20090716/microformats-key-flaws/">Microformats, Key&nbsp;Flaws</a> (Jens Meiert – Blog | Jul 16, 2009)</li>
<li><a href="http://blogs.sitepoint.com/4-easy-to-use-microformat-tools-to-beef-up-your-site/">4 Easy-to-Use Microformat Tools to Beef Up Your Site</a> (SitePoint | Dec 9, 2008)</li>
<li><a href="http://forabeautifulweb.com/blog/about/more_on_developing_naming_conventions_microformats_and_html5/">More on developing naming conventions, Microformats and HTML5</a> (For A BeautifulWeb | Nov 15, 2008)</li>
</ol>
<h2>Microformats Related site</h2>
<ul>
<li><a href="http://www.apml.areyoupayingattention.com/endusers/overview/">APML &#8211; Attention Profiling Mark-up Language: The open standard for Attention Metadata</a> (apml.areyoupayingattention.com)</li>
</ul>
<h2>RDFa Tutorials</h2>
<ul>
<li><a href="http://www.alistapart.com/articles/introduction-to-rdfa/">Introduction to RDFa</a> (A List Apart | Jun 23, 2009)</li>
<li><a href="http://webr3.org/blog/semantic-web/semantic-web-xhtmlrdfa-resources/">Semantic Web &amp; XHTML+RDFa Resources</a> (webr3.org)</li>
</ul>
<h2>Microformats JavaScript Library</h2>
<ul>
<li><a href="http://microformatshiv.com/">Microformat Shiv</a> (Glenn Jones)</li>
</ul>
<h2>Microformats Tool</h2>
<ul>
<li><a href="http://visitmix.com/labs/oomph/">Oomph: A Microformats Toolkit</a> (MIX Online)</li>
</ul>
<h2>Cheat Sheets</h2>
<ul>
<li><a href="http://devcheatsheet.com/tag/microformats/">Microformats Cheat Sheets</a> (DevCheatSheet.com &#8211; Cheat Sheets for Developers.)</li>
<li><a href="http://linkeddata.deri.ie/services/tutorials/rdfa">RDFa Cheat Sheet</a> (Linked Data Research Centre)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/05/html5-microdata-microformats-and-rdfa-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML5 WebSockets and Real-Time Tutorials and Resources</title>
		<link>http://websitesmaderight.com/2011/05/html5-websockets-and-real-time-tutorials-and-resources/</link>
		<comments>http://websitesmaderight.com/2011/05/html5-websockets-and-real-time-tutorials-and-resources/#comments</comments>
		<pubDate>Sun, 01 May 2011 06:06:33 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[WebSockets]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Push]]></category>
		<category><![CDATA[Real-time]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=322</guid>
		<description><![CDATA[Tutorials Real-Time Data And A More Personalized Web (Smashing Magazine &#124; Apr 28, 2011) A little fun with websockets (Frédéric Marcel Falliere&#8217;s site &#124; Apr 25, 2011) WebSockets, RIA/JS and WCF Web API at MIX, a whole lotta love for the web (CodeBetter.Com &#124; Apr 24, 2011) Getting Started With Websockets (Webtide Blogs &#124; Apr [...]]]></description>
			<content:encoded><![CDATA[<h2>Tutorials</h2>
<ol>
<li><a href="http://www.smashingmagazine.com/2011/04/28/real-time-data-and-a-more-personalized-web/">Real-Time Data And A More Personalized Web</a> (Smashing Magazine | Apr 28, 2011)</li>
<li><a href="http://marcelsite.heroku.com/posts/13-Having-fun-with-websocket">A little fun with websockets</a> (Frédéric Marcel Falliere&#8217;s site | Apr 25, 2011)</li>
<li><a href="http://codebetter.com/glennblock/2011/04/24/websockets-riajs-and-wcf-web-api-at-mix-a-whole-lotta-love-for-the-web/">WebSockets, RIA/JS and WCF Web API at MIX, a whole lotta love for the web</a> (CodeBetter.Com | Apr 24, 2011)</li>
<li><a href="http://webtide.intalio.com/2011/04/getting-started-with-websockets/">Getting Started With Websockets</a> (Webtide Blogs | Apr 17, 2011)</li>
<li><a href="http://css.dzone.com/articles/websockets-5-minutes">WebSockets in 5 minutes</a> (DZone: Giorgio Sironi | Apr 14, 2011)</li>
<li><a href="http://jclaes.blogspot.com/2011/04/video-slides-and-source-from-my.html">Video, slides and source from my WebSockets talk</a> (Jef Claes | Apr 7, 2011)</li>
<li><a href="http://html5doctor.com/methods-of-communication/">Methods of communication</a> (HTML5 Doctor | Mar 21, 2011)</li>
<li><a href="http://thecoffman.com/2011/02/21/getting-your-feet-wet-with-node.js-and-socket.io/">Getting your feet wet with node.js and socket.io &#8211; Part 1</a> (Adam Coffman | Feb 21, 2011)</li>
<li><a href="http://andyet.net/blog/2011/feb/15/re-using-backbonejs-models-on-the-server-with-node/">Build Real-time Apps with Backbone.js, Node.js, Socket.io</a> (&#038;yet | Feb 15, 2011)</li>
<li><a href="http://soa.sys-con.com/node/1551694">Five Signs You Need HTML5 WebSockets</a> (SOA World Magazine | Jan 23, 2011)</li>
<li><a href="http://stackoverflow.com/questions/4262543/what-are-good-resources-for-learning-html-5-websockets">What are good resources for learning HTML 5 WebSockets?</a> (Stack Overflow | Nov 24, 2010)</li>
<li><a href="http://robertnyman.com/2010/10/22/introducing-html5-web-sockets-taking-bidirectional-communication-on-the-web-to-the-next-level-2/">Introducing HTML5 Web Sockets – taking bidirectional communication on the web tothe next level</a> (Robert&#8217;s talk | Oct 22, 2010)</li>
<li><a href="http://www.html5rocks.com/tutorials/websockets/basics/">Introducing Web Sockets: Bringing Sockets to the Web</a> (HTML5Rocks | Oct 20, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/javascript-ajax/start-using-html5-websockets-today/">Start Using HTML5 WebSockets Today</a> (Nettuts+ | Jul 28, 2010)</li>
<li><a href="http://www.softdevtube.com/2009/09/07/html-5-websockets-the-last-mile/">HTML 5 WebSockets – The Last Mile</a> (Software Development Videos and Tutorials Directory | Sep 7, 2009)</li>
<li><a target="_blank" href="http://www.htmlgoodies.com/primers/html/the-dangers-of-html5-websockets-and-stable-standards.html">The Dangers of HTML5: WebSockets and Stable Standards</a> (HTMLGoodies | no date)</li>
<li><a target="_blank" href="http://www.webreference.com/programming/javascript/rg28/">Comet Programming: Using Ajax to Simulate Server Push</a> (webreference.com | no date)</li>
</ol>
<h2>Libraries</h2>
<ul>
<li><a href="http://pokein.codeplex.com/">ASP.NET Comet Ajax Library (Reverse Ajax &#8211; Server Push)</a> (CodePlex Published Projects For Tag ASP.NET)</li>
<li><a href="http://nowjs.com/">NowJS for Node &#8211; Directly call remote functions in Javascript</a> (nowjs.com)</li>
<li><a href="http://easywebsocket.org/">EasyWebSocket &#8211; a WebSocket client to broadcast messages to webpages</a> (Jerome Etienne)</li>
<li><a href="http://socket.io/">Socket.IO: the cross-browser WebSocket for realtime apps.</a> (socket.io)</li>
<li><a href="https://github.com/mcarter/hookbox">HookBox is a Comet server and message queue&#8230;</a> (mcarter / github)</li>
</ul>
<h2>Related Libraries</h2>
<ul>
<li><a href="http://tutti.tobyho.com/">Tutti &#8211; Interactively run Javascript on multiple browsers</a> (nowjs.com)</li>
<li><a href="http://fzysqr.com/2011/02/28/nodechat-js-using-node-js-backbone-js-socket-io-and-redis-to-make-a-real-time-chat-app/">nodechat.js – Using node.js, backbone.js, socket.io, and redis to make a real time chat app</a> (fzysqr.com | February 28th, 2011)</li>
</ul>
<h2>Push Service Providers</h2>
<p><a href="http://www.programmableweb.com/apitag/realtime/2?q=realtime">ProgrammableWeb</a> is a good source for real-time services.</p>
<ul>
<li><a href="http://beaconpush.com/">Beacon</a></li>
<li><a href="http://kwwika.com/">Kwwika</a></li>
<li><a href="http://www.pubnub.com/">PubNub</a></li>
<li><a href="http://www.pushchannels.com/">Push Channels</a></li>
<li><a href="http://pusherapp.com/">Pusher</a></li>
<li><a href="https://labs.ericsson.com/apis/eventsource/">Ericsson Event Source API</a></li>
<li><a href="http://www.frozenmountain.com/websync/">WebSync</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/05/html5-websockets-and-real-time-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Web Storage Tutorials and Resources</title>
		<link>http://websitesmaderight.com/2011/04/html5-web-storage-tutorials-and-resources/</link>
		<comments>http://websitesmaderight.com/2011/04/html5-web-storage-tutorials-and-resources/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 01:15:23 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Web Storage]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=313</guid>
		<description><![CDATA[This continues the series on HTML5 with a round-up of HTML5 Web Storage tutorials found in 350+ of the Best Web Design Feeds. Storage Tutorials Sites Local Storage (Dive Into HTML5) DOM Storage (Mozilla Developer Network Doc Center) Web Storage Tutorials Maintaining the user journey with HTML 5 web storage (Punkchip &#124; Apr 17, 2011) [...]]]></description>
			<content:encoded><![CDATA[<p>This continues the <a href="http://websitesmaderight.com/2011/04/270-html5-tutorials-and-a-round-up-of-round-ups/">series on HTML5</a> with a round-up of HTML5 Web Storage tutorials found in <a href="http://websitesmaderight.com/2011/01/350-of-the-best-web-design-feeds/">350+ of the Best Web Design Feeds</a>. </p>
<h2>Storage Tutorials Sites</h2>
<ul>
<li><a href="http://diveintohtml5.org/storage.html">Local Storage</a> (Dive Into HTML5)</li>
<li><a href="https://developer.mozilla.org/en/DOM/Storage">DOM Storage</a> (Mozilla Developer Network Doc Center)</li>
</ul>
<h2>Web Storage Tutorials</h2>
<ol>
<li><a href="http://www.punkchip.com/2011/01/html-5-session-local-web-storage/">Maintaining the user journey with HTML 5 web storage</a> (Punkchip | Apr 17, 2011)</li>
<li><a href="http://dev.opera.com/articles/view/taking-your-web-apps-offline-web-storage-appcache-websql/">Taking your web apps offline: A tale of Web Storage, Application Cache and WebSQL</a> (Dev Opera articles | Mar 22, 2011)</li>
<li><a href="http://www.msjoe.com/2011/03/using-html5-local-storage/">Using HTML5 Local Storage</a> (MS-Joe (Joe Stagner) | Mar 22, 2011)</li>
<li><a href="http://www.codeproject.com/KB/HTML/Web-Storage-In-Essence.aspx">HTML5 Web Storage in Essence</a> (CodeProject | Feb 27, 2011)</li>
<li><a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/bobleah/entry/html5_code_example_store_images_using_localstorage57?lang=en">HTML5 code example: store Images in localStorage for faster page loads!</a> (IBM® developerWorks | Feb 27, 2011)</li>
<li><a href="http://horia.me/two-tips-for-localstorage">2 localStorage tips that pay off</a> (Horia Dragomir | Feb 16, 2011)</li>
<li><a href="http://stephenwalther.com/blog/archive/2011/01/26/creating-html5-offline-web-applications-with-asp-net.aspx">Creating HTML5 Offline Web Applications with ASP.NET</a> (stephenwalther.com | Jan 26, 2011)</li>
<li><a href="http://www.bennadel.com/blog/2105-Exploring-HTML5-s-localStorage-Persistent-Client-Side-Key-Value-Pairs.htm">Exploring HTML5&#8242;s localStorage &#8211; Persistent Client-Side Key-Value Pairs</a> (The Blog Of Ben Nadel | Jan 25, 2011)</li>
<li><a href="http://www.infoworld.com/d/application-development/html5-in-the-browser-local-data-storage-806">HTML5 in the browser: Local data storage</a> (Application Development &#8211; InfoWorld | Jan 19, 2011)</li>
<li><a href="http://stephenwalther.com/blog/archive/2011/01/12/asp-net-and-html5-local-storage.aspx">ASP.NET and HTML5 local storage</a> (Stephen Walther | Jan 12, 2011)</li>
<li><a href="http://blogs.microsoft.co.il/blogs/gilf/archive/2011/01/11/using-web-storage-in-web-applications.aspx">Using Web Storage in Web Applications</a> (Gil Fink on .Net | Jan 11, 2011)</li>
<li><a href="http://www.codeproject.com/Articles/145197/Using-Web-Storage-in-Web-Applications.aspx">Using Web Storage in Web Applications</a> (CodeProject | Jan 11, 2011)</li>
<li><a href="http://24ways.org/2010/html5-local-storage">Wrapping Things Nicely with HTML5 Local Storage</a> (24 Ways to impress your friends | Dec 6, 2010)</li>
<li><a href="http://blogfreakz.com/tutorial/html5-local-databases/">HTML5 Local Databases</a> (blogfreakz.com | Oct 18, 2010)</li>
<li><a href="http://blog.pamelafox.org/2010/10/lscache-localstorage-based-memcache.html">lscache: A localStorage-based, memcache-inspired library</a> (pamela fox&#8217;s blog | Oct 13, 2010)</li>
<li><a href="http://www.smashingmagazine.com/2010/10/11/local-storage-and-how-to-use-it/">Local Storage And How To Use It On Websites</a> (Smashing Magazine | Oct 11, 2010)</li>
<li><a href="http://www.javascriptkit.com/javatutors/domstorage.shtml">Going beyond cookies- Using DOM sessionStorage and localStorage to persist larger amounts of info</a> (JavaScript Kit | Oct 11, 2010)</li>
<li><a href="http://www.smashingmagazine.com/2010/10/11/local-storage-and-how-to-use-it/">Local Storage And How To Use It On Websites</a> (Smashing Magazine | Oct 11, 2010)</li>
<li><a href="http://www.webdevrefinery.com/forums/topic/5114-wip-html5-local-databases/">HTML5 Local Databases or WebSQL</a> (webdevRefinery Forum | Oct 8, 2010)</li>
<li><a href="http://php-html.net/tutorials/html5-local-storage-guide/">HTML5 Local Storage – Complete Guide Tutorial</a> (php-html.net | Sep 20, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1952-how-to-use-html5s-web-storage/">How to use HTML5&#8242;s Web Storage</a> (O&#8217;Reilly Answers | Aug 21, 2010)</li>
<li><a href="http://mobile.tutsplus.com/tutorials/mobile-web-apps/browser-storage/">Browser Storage for HTML5 Apps</a> (Mobiletuts+ | Aug 10, 2010)</li>
<li><a href="http://dustindiaz.com/javascript-cache-provider">JavaScript Cache Provider</a> (i am dustin diaz | Jul 6, 2010)</li>
<li><a href="http://davidwalsh.name/html5-storage">Using HTML5 Web Storage</a> (David Walsh Blog | Jun 28, 2010)</li>
<li><a href="http://24ways.org/2010/html5-local-storage">Wrapping Things Nicely with HTML5 Local Storage</a> (24 Ways to impress your friends | Jun 12, 2010)</li>
<li><a href="http://awardwinningfjords.com/2010/05/21/html5-localstorage-for-javascriptmvc.html">HTML5 localStorage for JavascriptMVC</a> (Thomas Reynolds | May 21, 2010)</li>
<li><a href="http://www.switchonthecode.com/tutorials/taking-a-dive-into-html5-web-storage">Taking a Dive into HTML5 &#8211; Web Storage</a> (Switch on the Code | May 20, 2010)</li>
<li><a href="http://blog.darkcrimson.com/2010/05/local-databases/">Getting Started with HTML5 Local Databases</a> (Dark Crimson &#8211; The Blog of Ben Lister | May 16, 2010)</li>
<li><a href="http://chetzit.com/blog/Web-development/2.html">Web Sql Database and Local Storage usage for web-development</a> (Chetzit.com | May 8, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-learning-about-html5-local-storage/">Quick Tip: Learning About HTML5 Local Storage</a> (Nettuts+ | Apr 9, 2010)</li>
<li><a href="http://www.mobilehtml5.com/post/401111526/tutorial-your-first-mobile-html5-app-offline-storage">Tutorial: Your First Mobile HTML5 App &#8211; Offline Storage / The LocalSQL Database (Part 2)</a> (Mobile HTML5 | Feb 20, 2010)</li>
<li><a href="http://thinkvitamin.com/code/doctype-css3-gradients-and-local-databases-in-html5/">Doctype: CSS3 gradients and local databases in HTML5</a> (Think Vitamin | Feb 2, 2010)</li>
<li><a href="http://www.thewojogroup.com/2010/01/simulating-html5-local-storage/">Simulating HTML5 local storage support</a> (The Wojo Group  | Jan 14, 2010)</li>
<li><a href="http://www.taranfx.com/html-5-client-storage">HTML5 Client-side Local Storage</a> (Taranfx | Jan 8, 2010)</li>
<li><a href="http://openbit.co.uk/?p=105">HTML 5 Local Storage</a> (OpenBit | Dec 22, 2009)</li>
<li><a href="http://www.webreference.com/authoring/languages/html/HTML5-Application-Caching/">HTML 5: Offline Application Caching</a> (WebReference.com | Nov 15, 2009)</li>
<li><a href="http://www.webreference.com/authoring/languages/html/HTML5-Client-Side/">HTML 5: Client-side Storage</a> (Latest Adobe News | Nov 13, 2009)</li>
<li><a href="http://www.linux-mag.com/id/7592/">HTML5 Database; Better than Sliced Bread?</a> (Linux Magazine | Oct 26, 2009)</li>
<li><a href="http://www.taranfx.com/pros-cons-of-html-5-local-database-storage-and-future-of-web-apps">Vulnerabilities in HTML 5 Local Database Storage and Future of Web Apps: Gmail</a> (Taranfx | Sep 13, 2009)</li>
<li><a href="http://annevankesteren.nl/2009/04/ie8-webstorage">IE8: Web Storage</a> (Anne’s Weblog | Apr 15, 2009)</li>
</ol>
<h2>Web Storage JavaScript Libraries</h2>
<p>These are not found in the section labeled &#8220;Web Storage (LocalStorage and SessionStorage)&#8221; at <a href="https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills">HTML5 Cross Browser Polyfills</a></p>
<ul>
<li><a href="http://blog.reybango.com/2010/04/08/alternative-client-side-storage-using-sessvars-js/">Alternative Client-Side Storage using Sessvars.js -Rey Bango</a> (blog.reybango.com)</li>
<li><a href="http://zef.me/2774/persistence-js-an-asynchronous-javascript-orm-for-html5gears">persistence.js: An Asynchronous Javascript ORM for HTML5</a> (I am Zef)</li>
</ul>
<h2>Related JavaScript Library</h2>
<ul>
<li><a href="http://samy.pl/evercookie/">evercookie &#8211; virtually irrevocable persistent cookies</a> (Samy Kamkar)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/04/html5-web-storage-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Geolocation Tutorials and Resources</title>
		<link>http://websitesmaderight.com/2011/04/html5-geolocation-tutorials-and-resources/</link>
		<comments>http://websitesmaderight.com/2011/04/html5-geolocation-tutorials-and-resources/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 03:58:06 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[Geolocation]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=293</guid>
		<description><![CDATA[Geolocation Tutorials HTML5 in the Web browser: Geolocation, JavaScript, and HTML5 extras (InfoWorld Top Stories &#124; Mar 23, 2011) HTML5 Recipes: More on Geolocation (DevelopRIA &#124; Dec 13, 2010) HTML5 Recipes: Geolocation (DevelopRIA &#124; Dec 6, 2010) HTML5 Geo location using the Google API (Papermashup.com &#124; Nov 11, 2010) Geocoding A User&#8217;s Location Using Javascript&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<h2>Geolocation Tutorials</h2>
<ol>
<li><a href="http://www.infoworld.com/d/html5/html5-in-the-web-browser-geolocation-javascript-and-html5-extras-398">HTML5 in the Web browser: Geolocation, JavaScript, and HTML5 extras</a> (InfoWorld Top Stories | Mar 23, 2011)</li>
<li><a href="http://www.developria.com/2010/12/html5-recipes-more-on-geolocat.html">HTML5 Recipes: More on Geolocation</a> (DevelopRIA | Dec 13, 2010)</li>
<li><a href="http://insideria.com/2010/12/html5-recipes-location-locatio.html">HTML5 Recipes: Geolocation</a> (DevelopRIA | Dec 6, 2010)</li>
<li><a href="http://papermashup.com/html5-geo-location-using-the-google-api/">HTML5 Geo location using the Google API</a> (Papermashup.com | Nov 11, 2010)</li>
<li><a href="http://www.bennadel.com/blog/2023-Geocoding-A-User-s-Location-Using-Javascript-s-GeoLocation-API.htm">Geocoding A User&#8217;s Location Using Javascript&#8217;s GeoLocation API</a> (Ben Nadel | Oct 1, 2010)</li>
<li><a href="http://www.elijahmanor.com/2010/06/filling-address-fields-using-html5.html">Filling Address Fields using HTML5 Geolocation and jQuery</a> (Web Dev .NET | Jun 29, 2010)</li>
<li><a href="http://www.stoimen.com/blog/2010/06/29/html5-geolocation-what-if-the-user-doesnt-share-his-position/">HTML5 geolocation – What If the User Doesn’t Share His Position?</a> (Stoimen&#8217;s web log | Jun 29, 2010)</li>
<li><a href="http://www.dharne.com/blog/2010/05/24/html5-and-the-geolocation-feature/">HTML5 and the Geolocation feature</a> (Dharne &#038; Company | May 24, 2010)</li>
<li><a href="http://www.mbaldinger.com/post/Localize-the-user-with-the-javascript-Geolocation-API.aspx">HTML5 Apps: Positioning with Geolocation</a> (Mattia Baldinger | May 19, 2010)</li>
<li><a href="http://marcgrabanski.com/article/html5-geolocation-fallback-google-ajax-api">HTML5 Geolocation with Fallback to Google Ajax API: HTML5</a> (Marc Grabanski Jack of All Trades | Apr 12, 2010)</li>
<li><a href="http://ajaxian.com/archives/yql-geo-library-all-your-geo-needs-in-pure-javascript">YQL Geo library – all your geo needs in pure JavaScript</a> (Ajaxian | Mar 11, 2010)</li>
<li><a href="http://www.smashingmagazine.com/2010/03/08/entering-the-wonderful-world-of-geo-location/">Entering The Wonderful World of Geo Location</a> (Smashing Magazine | Mar 8, 2010)</li>
<li><a href="http://carsonified.com/blog/dev/getting-started-with-yahoo-geoplanet-explorer/">Getting Started with Yahoo! GeoPlanet Explorer</a> (Vitamin Feed | Mar 8, 2010)</li>
</ol>
<h2>Geolocation Demos</h2>
<ul>
<li><a href="http://blogs.msdn.com/b/dparys/archive/2011/04/06/html5-geolocation-watchposition-demo.aspx">HTML5 Geolocation–watchPosition Demo</a> (MSDN Blogs > Dariusz quatscht | Apr 5, 2011)</li>
<li><a href="http://www.samy.pl/mapxss/">Samy&#8217;s geolocation proof of concept</a> (Samy Kamkar | Jan 4, 2010)</li>
</ul>
<h2>Geolocation Libraries</h2>
<ul>
<li><a href="http://isithackday.com/hacks/geo/yql-geo-library/">YQL Geo Library &#8211; get all your geo needs in JavaScript</a> (isithackday.com)</li>
<li><a href="http://thinkphp.ro/apps/js-hacks/MooGeo/">MooGeo – MooTools Plugin For Geolocation</a> (thinkphp via <a  href="ttp://blogfreakz.com/mootools/moogeo-mootools-plugin-for-geolocation/">blogfreakz</a>)</li>
</ul>
<h2>Related Library</h2>
<ul>
<li><a href="http://code.google.com/apis/maps/documentation/geocoding/">Google Geocoding API Profile</a> (Google Code)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/04/html5-geolocation-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 SVG Tutorials and Resources</title>
		<link>http://websitesmaderight.com/2011/04/html5-svg-tutorials-and-resources/</link>
		<comments>http://websitesmaderight.com/2011/04/html5-svg-tutorials-and-resources/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 22:53:16 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[SVG]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=289</guid>
		<description><![CDATA[SVG Tutorials Thoughts on when to use Canvas and SVG (IEBlog &#124; Apr 22, 2011) Getting started with SVG for HTML5 (i-programmer.info &#124; Mar 2, 2011) Cross Platform Scalable Vector Graphics with svgweb (A List Apart &#124; Feb 8, 2011) Web Forms for Kids; SVG for Everybody (Jeffrey Zeldman Presents The Daily Report &#124; Feb [...]]]></description>
			<content:encoded><![CDATA[<h2>SVG Tutorials</h2>
<ol>
<li><a href="http://blogs.msdn.com/b/ie/archive/2011/04/22/thoughts-on-when-to-use-canvas-and-svg.aspx">Thoughts on when to use Canvas and SVG</a> (IEBlog | Apr 22, 2011)</li>
<li><a href="http://www.i-programmer.info/programming/graphics-and-imaging/2063-getting-started-with-svg-html5.html">Getting started with SVG for HTML5</a> (i-programmer.info | Mar 2, 2011)</li>
<li><a href="http://www.alistapart.com/articles/cross-platform-scalable-vector-graphics-with-svgweb/">Cross Platform Scalable Vector Graphics with svgweb</a> (A List Apart | Feb 8, 2011)</li>
<li><a href="http://www.zeldman.com/2011/02/08/web-forms-for-kids-svg-for-everybody/">Web Forms for Kids; SVG for Everybody</a> (Jeffrey Zeldman Presents The Daily Report | Feb 8, 2011)</li>
<li><a href="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html">An SVG Primer</a> (W3C | Sep 1, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1830-how-to-emulate-svg-in-internet-explorer/">How to Emulate SVG in Internet Explorer</a> (O&#8217;Reilly Answers | Jul 27, 2010)</li>
<li><a href="http://www.alistapart.com/articles/svg-with-a-little-help-from-raphael/">SVG with a little help from Raphaël</a> (A List Apart | Jul 20, 2010)</li>
<li><a href="http://blogs.sitepoint.com/canvas-vs-svg-how-to-choose/">Canvas vs SVG: How to Choose the Right Format</a> (SitePoint Blogs | Jul 6, 2010)</li>
<li><a href="http://blogs.msdn.com/ie/archive/2010/03/18/svg-in-ie9-roadmap.aspx">SVG in IE9 Roadmap</a> (IEBlog | Mar 18, 2010)</li>
<li><a href="http://www.alistapart.com/articles/using-svg-for-flexible-scalable-and-fun-backgrounds-part-i/">Using SVG For Flexible, Scalable, and Fun Backgrounds, Part I</a> (A List Apart | Jan 26, 2010)</li>
<li><a href="http://www.alistapart.com/articles/using-svg-for-flexible-scalable-and-fun-backgrounds-part-ii/">Using SVG for Flexible, Scalable, and Fun Backgrounds, Part II</a> (A List Apart | Jan 26, 2010)</li>
<li><a href="http://blogs.sitepoint.com/what-everybody-ought-to-know-about-using-svg-right-now/">What Everybody Ought to Know about Using SVG Right Now</a> (SitePoint Blogs | Jan 25, 2010)</li>
<li><a href="http://asserttrue.blogspot.com/2010/01/fast-conversion-of-bitmaps-to-svg.html">Fast conversion of bitmaps to SVG</a> (assertTrue( ) | Jan 23, 2010)</li>
<li><a href="http://blogs.sitepoint.com/9-reasons-why-svgs-are-important-for-the-web/">9 Reasons Why SVGs are Important for the Web</a> (SitePoint Blogs | Jan 8, 2010)</li>
<li><a href="http://www.merttol.com/articles/css/styling-with-svg.html">Styling with SVG</a> (Mert TOL | Dec 26, 2009)</li>
<li><a href="http://ajaxian.com/archives/view-source-tutorial-fancy-web-page-using-html5-css-and-svg">View Source Tutorial: Fancy Web Page Using HTML5, CSS, and SVG</a> (Ajaxian | Oct 7, 2009)</li>
<li><a href="http://googlecode.blogspot.com/2009/10/svg-at-google-and-in-internet-explorer.html">SVG at Google and in Internet Explorer</a> (Google Code Blog | Oct 2, 2009)</li>
<li><a href="http://www.tapper-ware.net/blog/?p=39">Perspective texture with 6 lines of SVG</a> (tapper[ware] | May 26, 2009)</li>
<li><a href="http://dev.opera.com/articles/view/raphael-a-javascript-api-for-svg/">Raphaël: a JavaScript API for SVG</a> (Opera Developer Community | Jan 15, 2009)</li>
<li><a href="http://tutorials.jenkov.com/svg/index.html">SVG Tutorial : Scalable Vector Graphics</a> (Jakob Jenkov | Jan 15, 2009)</li>
</ol>
<h2>SVG JavaScript Libraries</h2>
<ul>
<li><a href="http://code.google.com/p/canvg/">CanVG: Javascript SVG parser and renderer on Canvas</a> (Google Project Hosting)</li>
<li><a href="https://github.com/tobeytailor/gordon/wiki/">Gordon: Open Source Flash Runtime in JS and SVG (SWF to SVG)</a> (Tobias Schneider)</li>
<li><a href="http://raphaeljs.com/">Raphaël — JavaScript SVG Library</a> (Dmitry Baranovskiy)</li>
<li><a href="http://svgboilerplate.com/">SVG Boilerplate</a> (svgboilerplate.com)</li>
<li><a href="http://leunen.d.free.fr/fakesmile/">FakeSmile &#8211; SVG SMIL animations</a></li>
<li><a href="http://www.amplesdk.com/examples/markup/svg/">Ample SDK</a> (Sergey ilinsky)</li>
<li><a href="http://docs.dojocampus.org/dojox/gfx/">dojox.gfx</a></li>
<li><a href="http://sie.sourceforge.jp/">SIE &#8211; SVG Open Source JavaScript library</a> (sie.sourceforge.jp)</li>
<li><a href="http://code.google.com/p/svgweb/">SVG Web &#8211; Scalable Vector Graphics for Web Browsers using Flash</a> (code.google.com)</li>
</ul>
<h2>Free SVG Tools</h2>
<ul>
<li><a href="http://www.codeproject.com/KB/graphics/SVGArtiste.aspx">SVG Artiste &#8211; An SVG Editor</a> (Ajay Britto)</li>
<li><a href="http://scriptdraw.com/">ScriptDraw &#8211; the free online SVG editor</a> (ScriptDraw.com)</li>
<li><a href="http://code.google.com/p/svg-edit/">SVG-Edit &#8211; A complete vector graphics editor in the browser </a> (Project Hosting on Google Code)</li>
</ul>
<h2>SVG Experiments / Demos</h2>
<ul>
<li><a href="http://svg-wow.org/">SVG Wow!</a> (svg-wow.org)</li>
</ul>
<ul>
<li><a href="http://webphydemo.blogspot.com/">Web Physics Demonstrator (SVG via Raphael)</a> (webphydemo.blogspot.com | Nov 23, 2010)</li>
<li><a href="http://blog.dholbert.org/2009/12/svgsmil-dock-demo.html">SVG/SMIL &#8220;Dock&#8221; Demo</a> (The Holbert Report | Dec 9, 2009)</li>
<li><a href="http://svg-edit.googlecode.com/svn/branches/2.4/editor/svg-editor.html">SVG-edit demo</a> (Project Hosting on Google Code)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/04/html5-svg-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HTML5 Canvas Tutorials and Resources</title>
		<link>http://websitesmaderight.com/2011/04/html5-canvas-tutorials-and-resources/</link>
		<comments>http://websitesmaderight.com/2011/04/html5-canvas-tutorials-and-resources/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 03:12:36 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[Canvas]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=281</guid>
		<description><![CDATA[Canvas Tutorial sites Canvas tutorial (Mozilla Developer Network: Doc Center) Dive into HTML5 Canvas (diveintohtml5.org) Canvas Tutorials Thoughts on when to use Canvas and SVG (IEBlog &#124; Apr 22, 2011) Canvas From Scratch: Transformations and Gradients (Nettuts+ &#124; Apr 20, 2011) HTML 5&#8242;s Almost Forgotten Canvas Element (Web Developer Juice &#124; Apr 12, 2011) Getting [...]]]></description>
			<content:encoded><![CDATA[<h2>Canvas Tutorial sites</h2>
<ul>
<li><a href="https://developer.mozilla.org/en/canvas_tutorial">Canvas tutorial</a> (Mozilla Developer Network: Doc Center)</li>
<li><a href="http://diveintohtml5.org/canvas.html">Dive into HTML5 Canvas</a> (diveintohtml5.org)</li>
</ul>
<h2>Canvas Tutorials</h2>
<ol>
<li><a href="http://blogs.msdn.com/b/ie/archive/2011/04/22/thoughts-on-when-to-use-canvas-and-svg.aspx">Thoughts on when to use Canvas and SVG</a> (IEBlog | Apr 22, 2011)</li>
<li><a href="http://net.tutsplus.com/tutorials/javascript-ajax/canvas-from-scratch-transformations-and-gradients/">Canvas From Scratch: Transformations and Gradients</a> (Nettuts+ | Apr 20, 2011)</li>
<li><a href="http://www.webdeveloperjuice.com/2011/04/12/html-5s-almost-forgotten-canvas-element/">HTML 5&#8242;s Almost Forgotten Canvas Element</a> (Web Developer Juice | Apr 12, 2011)</li>
<li><a href="http://tv.adobe.com/watch/adc-presents/getting-started-with-the-html5-canvas-element/">Getting started with the HTML5 Canvas element</a> (Adobe TV | Apr 12, 2011)</li>
<li><a href="https://developer.mozilla.org/en/Canvas_tutorial">Canvas tutorial-HTML5</a> (Mozilla Developer Network Doc Center | Apr 7, 2011)</li>
<li><a href="http://www.wintellect.com/CS/blogs/jprosise/archive/2011/04/03/canvas-animations-in-html5.aspx">Canvas Animations in HTML5</a> (Jeff Prosise&#8217;s Blog | Apr 3, 2011)</li>
<li><a href="http://net.tutsplus.com/tutorials/javascript-ajax/canvas-from-scratch-advanced-drawing/">Canvas From Scratch: Advanced Drawing</a> (Nettuts+ | Mar 12, 2011)</li>
<li><a href="http://www.i-programmer.info/programming/graphics-and-imaging/2078-canvas-bitmap-operations-bitblt-in-javascript.html">Canvas bitmap operations &#8211; bitblt in JavaScript</a> (i-programmer.info | Mar 9, 2011)</li>
<li><a href="http://blog.meltingice.net/programming/implementing-layers-camanjs/">How I Implemented Layers in CamanJS &#8211; Faking pixel layers with the HTML Canvas</a> (MeltingIce Blog | Feb 23, 2011)</li>
<li><a href="http://www.suburban-glory.com/blog?page=135">Using HTML5 canvas</a> (Suburban Glory | Feb 15, 2011)</li>
<li><a href="http://net.tutsplus.com/tutorials/javascript-ajax/canvas-from-scratch-introducing-canvas/">Canvas From Scratch: Introducing Canvas</a> (Nettuts+ | Feb 13, 2011)</li>
<li><a href="http://thinkvitamin.com/code/html5/html5-canvas-tutorial/">HTML5 Canvas Tutorial</a> (Think Vitamin | Dec 29, 2010)</li>
<li><a href="http://www.developria.com/2010/11/html5-recipes-circles-and-arcs.html">HTML5 Recipes: Circles and Arcs</a> (DevelopRIA | Nov 8, 2010)</li>
<li><a href="http://sixrevisions.com/html/canvas-element/">HTML5 Canvas Element Guide</a> (Six Revisions | Oct 12, 2010)</li>
<li><a href="http://www.visitmix.com/Articles/Translating-CANVAS-with-HTML5">Translating Canvas with HTML5</a> (MIX Online | Oct 12, 2010)</li>
<li><a href="http://ajaxian.com/archives/real-world-canvas-tips">Real World Canvas Tips from Hakim El Hattab</a> (Ajaxian | Aug 25, 2010)</li>
<li><a href="http://www.webmonkey.com/2010/08/tip-and-tricks-for-better-html5-canvas-animations/">Tips and Tricks for Better HTML5 Canvas Animations</a> (Webmonkey | Aug 25, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1929-how-to-use-the-canvas-and-draw-elements-in-html5/">How to Use the Canvas and Draw Elements in HTML5</a> (O&#8217;Reilly Answers | Aug 17, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1929-canvas-and-draw-in-html5/">Canvas and Draw in HTML5</a> (O&#8217;Reilly Answers | Aug 17, 2010)</li>
<li><a href="http://blogs.sitepoint.com/canvas-vs-svg-how-to-choose/">Canvas vs SVG: How to Choose the Right Format</a> (SitePoint Blogs | Jul 6, 2010)</li>
<li><a href="http://www.slideshare.net/robhawkes/html5-canvas-the-future-of-graphics-on-the-web">HTML5 Canvas &#8211; The Future of Graphics on the Web</a> (Rob Hawkes | Jun 5, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/javascript-ajax/fun-with-canvas-create-a-jquery-graph-plugin/">Fun With Canvas: Create a Bar Graphing Plugin, Part 1</a> (Nettuts+ | Apr 8, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1152-introducing-the-html5-canvas-element/">Introducing the HTML5 canvas Element</a> (O&#8217;Reilly Answers | Mar 9, 2010)</li>
<li><a href="http://www.flex888.com/1492/from-illustrator-to-html-5-canvas.html">From Illustrator to HTML 5 CANVAS</a> (Flex RIA | Feb 8, 2010)</li>
<li><a href="http://ajaxian.com/archives/html5-canvas-ftw">HTML5 Canvas FTW!</a> (Ajaxian | Oct 15, 2009)</li>
<li><a href="http://dev.opera.com/articles/view/svg-or-canvas-choosing-between-the-two/">SVG or Canvas? Choosing between the two</a> (Opera Developer Community | Oct 15, 2009)</li>
<li><a href="http://ajaxian.com/archives/crazy-times-rendering-html-in-canvas">Crazy Times: Rendering HTML…. in Canvas</a> (Ajaxian | Oct 12, 2009)</li>
<li><a href="http://thinkvitamin.com/code/how-to-draw-with-html-5-canvas/">How to Draw with HTML 5 Canvas</a> (Think Vitamin | Sep 9, 2009)</li>
</ol>
<h2>Canvas JavaScript Libraries</h2>
<ul>
<li><a href="http://blogfreakz.com/javascript/artisan-js-javascript-canvas-library/">Artisan JS – JavaScript Canvas Library</a> (blogfreakz.com)</li>
<li><a href="http://blogfreakz.com/javascript/canvas-animation-kit-experiment/">CAKE – Canvas Animation Kit Experiment</a> (blogfreakz.com)</li>
<li><a href="http://camanjs.com/">CamanJS: Pure Javascript (Ca)nvas (Man)ipulation</a> (camanjs.com)</li>
<li><a href="http://www.taboca.com/p/camcanvas/">CamCanvas API: Webcam to the Canvas Tag</a> (Taboca Marcio dos Santos Galli Informática)</li>
<li><a href="http://www.davidflanagan.com/2010/07/cantojs-an-impr.html">Canto.js: An Improved HTML5 Canvas API</a> (davidflanagan.com)</li>
<li><a href="http://code.google.com/p/canvg/">canvg &#8211; Javascript SVG parser and renderer on Canvas</a> (Project Hosting on Google Code)</li>
<li><a href="http://draw2d.org/draw2d/">Draw2D &#8211; Useful Javascript Drawing and Canvas Libraries</a> (Open-jACOB Draw2D)</li>
<li><a href="http://www.easeljs.com/">EaselJS: a javascript library for working with the html5 canvas element</a> (easeljs.com)</li>
<li><a href="http://excanvas.sourceforge.net/">ExplorerCanvas &#8211; canvas functionality for Internet Explorer</a> (excanvas.sourceforge.net)</li>
<li><a href="http://flashcanvas.net/">FlashCanvas: HTML5 Canvas for Internet Explorer via Flash</a> (flashcanvas.net)</li>
<li><a href="http://burzak.com/proj/fxcanvas/">fxCanvas is an implementation of the HTML5 Canvas element for Internet Explorer</a> (burzak.com)</li>
<li><a href="http://guryjs.org/">Gury – HTML5 Canvas Utility Library</a> (guryjs.org)</li>
<li><a href="http://canvastoolkit.codeplex.com/">HTML 5 Canvas Library</a> (canvastoolkit.codeplex.com)</li>
<li><a href="http://plugins.jquery.com/project/jCanvas">jCanvas &#8211; a collection of jQuery methods aimed at making the HTML5 canvas easier to write for.</a> (jQuery Plugin)</li>
<li><a href="http://jcscript.com/">jCanvaScript: JavaScript library for work with html5 canvas element</a> (jcscript.com)</li>
<li><a href="http://jeremyckahn.github.com/kapi/">Kapi: A keyframing API for the HTML 5 canvas</a> (Jeremy Kahn)</li>
<li><a href="http://libcanvas.com/">LibCanvas &#8211; JavaScript Canvas Framework</a> (libcanvas.com)</li>
<li><a href="http://ocanvas.org/">oCanvas &#8211; Object-based canvas drawing</a> (Johannes Koggdal)</li>
<li><a href="https://github.com/mrdoob/three.js/">three.js &#8211; Javascript 3D Engine</a> (mrdoob)</li>
<li><a href="http://slcanvas.codeplex.com/">Silverlight HTML 5 Canvas</a> (slcanvas.codeplex.com)</li>
</ul>
<h2>Canvas Cheat Sheets</h2>
<ul>
<li><a href="http://simon.html5.org/dump/html5-canvas-cheat-sheet.html">HTML5 Canvas Cheat Sheet (A modified version of the Nihilogic cheat sheet)</a> (simon.html5.org)</li>
<li><a href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html">HTML5 Canvas Cheat Sheet</a> (Nihilogic)</li>
</ul>
<h2>Free Canvas tools</h2>
<ul>
<li><a href="http://webdev.stephband.info/canvas/convert.html">Illustrator to Canvas path converter</a> (webdev.stephband.info)</li>
<li><a href="http://visitmix.com/labs/ai2canvas/">Ai->Canvas: Export Your Illustrator Images to HTML5 Canvas</a> (Microsoft)</li>
</ul>
<h2>Canvas Experiments / Demos</h2>
<ul>
<li><a href="http://www.canvasdemos.com/">Canvas Demos</a> (canvasdemos.com)</li>
</ul>
<ul>
<li><a href="http://muizelaar.blogspot.com/2011/02/drawing-sprites-canvas-2d-vs-webgl.html">Drawing Sprites: Canvas 2D vs. WebGL</a> (Jeff Muizelaar | Feb 28, 2011)</li>
<li><a href="http://slodive.com/web-development/html5-canvas-demos-and-applications/">HTML5 Canvas Demos and Applications To Make You Say WOW</a> (SloDive | Dec 31, 2010)</li>
<li><a href="http://net.tutsplus.com/articles/web-roundups/21-ridiculously-impressive-html5-canvas-experiments/">21 Ridiculously Impressive HTML5 Canvas Experiments</a> (Nettuts+ | Aug 31, 2010)</li>
<li><a href="http://www.aplossystems.co.uk/articles/look_at_html_5_canvas/">A Look At HTML5 and its Canvas Tag</a> (Aplos Systems | Jul 13, 2010)</li>
<li><a href="http://www.queness.com/post/3885/8-simply-amazing-html5-canvas-and-javascript-animations">8 Simply Amazing HTML5 Canvas and Javascript Animations</a> (Queness Web Design and Development Blog | Jun 24, 2010)</li>
<li><a href="http://www.onaluf.org/en/entry/13">Performance of per-pixel image access for the JavaScript canvas</a> (Onaluf.org | May 14, 2010)</li>
<li><a href="http://www.benjoffe.com/code/">Amazing Uses of HTML5 Canvas</a> (Ben Joffe | Apr 27, 2010)</li>
<li><a href="http://29a.ch/2010/3/24/normal-mapping-with-javascript-and-canvas-tag">Normal Mapping with Javascript and Canvas Tag</a> (29a.ch &#8211; Jonas Wagner&#8217;s Blog | Mar 24, 2010)</li>
<li><a href="http://people.freedesktop.org/~company/stuff/video-demo.html">Video and Canvas performance demo</a> (people.freedesktop.org | Dec 31, 2009)</li>
<li><a href="http://www.mrspeaker.net/2009/12/03/particle-system-with-html5-canvas/">A Particle System with HTML5 canvas</a> (Mr Speaker | Dec 3, 2009)</li>
<li><a href="http://hacks.mozilla.org/2009/10/making-waves-with-html5/">hacks.mozilla.org: making waves with HTML5</a> (Planet Mozilla | Oct 15, 2009)</li>
<li><a href="http://addyosmani.com/blog/13-incredibly-fresh-new-canvas-demos/">13 Incredibly Fresh New Canvas Demos for HTML5</a> (AddyOsmani.com | Oct 8, 2009)</li>
<li><a href="http://9elements.com/io/?p=153">Demonstration of HTML 5’s Canvas and Audio Elements</a> (9elements | Aug 3, 2009)</li>
<li><a href="http://ajaxian.com/archives/dynamic-content-injection-with-html5-canvas-and-video">Dynamic Content Injection with HTML5 Canvas and Video</a> (Ajaxian | Apr 22, 2009)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/04/html5-canvas-tutorials-and-resources/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>270+ HTML5 Tutorials and a Round-Up of Round-Ups</title>
		<link>http://websitesmaderight.com/2011/04/270-html5-tutorials-and-a-round-up-of-round-ups/</link>
		<comments>http://websitesmaderight.com/2011/04/270-html5-tutorials-and-a-round-up-of-round-ups/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 07:33:16 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=255</guid>
		<description><![CDATA[This is a round-up of HTML5 tutorials. It&#8217;s a redo of the previous article because I missed a lot of my bookmarks the first time, so this includes the rest. This is the first of a series of round-ups on HTML5 that will cover the following: Canvas SVG Geolocation HTML5 Web Storage Web Sockets / [...]]]></description>
			<content:encoded><![CDATA[<p>This is a round-up of HTML5 tutorials. It&#8217;s a redo of the previous article because I missed a lot of my bookmarks the first time, so this includes the rest.</p>
<p>This is the first of a series of round-ups on HTML5 that will cover the following:</p>
<ol>
<li><a href="http://websitesmaderight.com/2011/04/html5-canvas-tutorials-and-resources/">Canvas</a></li>
<li><a href="http://websitesmaderight.com/2011/04/html5-svg-tutorials-and-resources/">SVG</a></li>
<li><a href="http://websitesmaderight.com/2011/04/html5-geolocation-tutorials-and-resources/">Geolocation</a></li>
<li><a href="http://websitesmaderight.com/2011/04/html5-web-storage-tutorials-and-resources/">HTML5 Web Storage</a></li>
<li><a href="http://websitesmaderight.com/2011/05/html5-websockets-and-real-time-tutorials-and-resources/">Web Sockets / Push / Real-Time</a></li>
<li><a href="http://websitesmaderight.com/2011/05/html5-microdata-microformats-and-rdfa-tutorials-and-resources/">HTML5 Microdata, Microformats, and RDFa</a></li>
<li><a href="http://websitesmaderight.com/2011/05/45-html5-media-players-tutorials-and-resources/">HTML5 Media Elements</a></li>
<li><a href="http://websitesmaderight.com/2011/05/html5-and-css3-cheat-sheets/">HTML5 Cheat Sheets</a></li>
<li><a href="http://websitesmaderight.com/2011/05/an-html5-resources-round-up/">HTML5 Resources</a></li>
<li><a href="http://websitesmaderight.com/2011/05/css3-tutorials-and-resources/">CSS3</a></li>
</ol>
<p>Therefore, these are not included below.</p>
<hr />
<h2>HTML5 Tutorial Sites</h2>
<ol>
<li><a href="http://diveintohtml5.org/">Dive Into HTML5</a> (diveintohtml5.org)</li>
<li><a href="http://html5demos.com/">HTML 5 Demos and Examples</a> (html5demos.com)</li>
<li><a href="http://5stepstohtml5.com/">5 Steps to HTML5</a> (5stepstohtml5.com)</li>
<li><a href="http://html5tutorial.net/">HTML 5 Tutorial</a> (html5tutorial.net)</li>
<li><a href="http://html5doctor.com/">HTML5 Doctor</a> (html5doctor.com)</li>
<li><a href="http://developers.whatwg.org/">HTML5 — Edition for Web Developers</a> (WHATWG)</li>
<li><a href="http://dev.w3.org/html5/markup/">HTML5: The Markup Language Reference</a> (Michael™ Smith’s)</li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML Living Standard</a> (WHATWG: Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA)</li>
</ol>
<h2>HTML5 Tutorials</h2>
<ol>
<li><a href="http://www.dreamincode.net/forums/topic/228381-beginner-html5-semantics-part-3/">Beginner HTML5: Semantics -Part 3</a> (&lt;/Dream.In.Code&gt; | April 19, 2011)</li>
<li><a href="http://www.39articles.net/html5-features-tips-and-techniques/">HTML5 Features, Tips, and Techniques</a> (39Articles | Apr 14, 2011)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/automated-optimization-with-html5-boilerplate-build/">Automated Optimization with HTML5 Boilerplate Build</a> (Nettuts+ | Apr 14, 2011)</li>
<li><a href="http://webexpedition18.com/articles/html5-css3-what-you-should-know/">HTML5 &amp; CSS3 – What You Should Know</a> (WEBEXPEDITION18 | Apr 10, 2011)</li>
<li><a href="http://www.softwarequalityconnection.com/2011/04/6-reasons-why-html5-is-more-than-just-another-web-toolkit/">6 Reasons Why HTML5 is More than Just Another Web Toolkit</a> (Software Quality Connection | Apr 7, 2011)</li>
<li><a href="http://blogs.msdn.com/b/somasegar/archive/2011/04/07/building-better-html5.aspx">Building Better HTML5</a> (MSDN Blogs | Apr 7, 2011)</li>
<li><a href="http://stephenwalther.com/blog/archive/2011/01/26/creating-html5-offline-web-applications-with-asp-net.aspx">Creating HTML5 Offline Web Applications with ASP.NET</a> (stephenwalther.com | Apr 7, 2011)</li>
<li><a href="http://venturebeat.com/2011/04/07/how-html5-will-kill-the-native-app/">How HTML5 will kill the native app</a> (VentureBeat | Apr 7, 2011)</li>
<li><a href="http://www.practicalecommerce.com/articles/2692-What-Makes-HTML5-Special">What Makes HTML5 Special</a> (Practical eCommerce Articles | Apr 4, 2011)</li>
<li><a href="http://skyje.com/2011/03/html-5-and-flash/">HTML 5 and Flash: Are they competing for the space on web?</a> (Skyje | Mar 25, 2011)</li>
<li><a href="http://cssglobe.com/post/9849/easy-percentage-grid-system-with-html5">Easy Percentage Grid System with HTML5</a> (Css Globe CSS and Web Design News | Mar 22, 2011)</li>
<li><a href="http://blogs.sitepoint.com/html5-summary-and-details/">HTML5 Quick Feature: Summary and Details</a> (SitePoint Blogs | Mar 22, 2011)</li>
<li><a href="http://thinkvitamin.com/code/html5/the-current-state-of-html5-forms/">The Current State of HTML5 Forms</a> (Think Vitamin | Mar 22, 2011)</li>
<li><a href="http://www.nczonline.net/blog/2011/03/22/using-html5-semantic-elements-today/">Using HTML5 semantic elements today</a> (NCZOnline | Mar 22, 2011)</li>
<li><a href="http://skyje.com/2011/03/html5-css3/">The combination of HTML5 &amp; CSS3: Pros and Cons</a> (Skyje | Mar 16, 2011)</li>
<li><a href="http://brugbart.com/References/html-footer-tag">HTML Footer Tag</a> (Brugbart | Mar 16, 2011)</li>
<li><a href="http://css-tricks.com/progressively-enhancing-html5-forms">Progressively Enhancing HTML5 Forms</a> (CSS-Tricks | Mar 13, 2011)</li>
<li><a href="http://webdesigneraid.com/7-html5-videos-to-learn-for-beginners/">7 HTML5 Videos To Learn For Beginners</a> (Web Designer Aid | Mar 12, 2011)</li>
<li><a href="http://www.smashingmagazine.com/2011/03/11/syncing-content-with-html5-video/">Syncing Content With HTML5 Video</a> (Smashing Magazine | Mar 11, 2011)</li>
<li><a href="http://www.maxdesign.com.au/2011/03/10/iframe-scrollbars-and-html5/">iframe scrollbars and borders in HTML5 – working with “seamless”</a> (Max Design | Mar 10, 2011)</li>
<li><a href="http://www.infoworld.com/d/application-development/html5-in-the-web-browser-html5-forms-890?source=rss_applications">HTML5 in the Web browser: HTML5 forms</a> (Infoworld | Mar 9, 2011)</li>
<li><a href="http://thinkvitamin.com/code/html5/html5-spec-for-web-developers/">HTML5 Spec for Web Developers</a> (Vitamin Feed | Mar 8, 2011)</li>
<li><a href="http://www.impressivewebs.com/scoped-styles-html5/">Scoped Styles in HTML5</a> (Impressive Webs | Mar 8, 2011)</li>
<li><a href="http://www.456bereastreet.com/archive/201103/html5_sectioning_elements_headings_and_document_outlines/">HTML5 sectioning elements, headings, and document outlines</a> (456 Berea Street | Mar 1, 2011)</li>
<li><a href="http://www.webdesignish.com/8-best-html5-ebooks-every-web-designer-should-learn.html">8 Best HTML5 Ebooks Every Web Designer Should Learn</a> (SaveDelete | Feb 24, 2011)</li>
<li><a href="http://webdesignledger.com/tips/html5-css3-take-your-design-to-another-level">HTML5 &amp; CSS3: Take Your Design to Another Level</a> (Web Design Ledger | Feb 24, 2011)</li>
<li><a href="http://blog.echoenduring.com/2011/02/23/how-html5-changes-the-way-we-think-of-navigation/">How HTML5 Changes the Way We Think of Navigation</a> (Echo Enduring Media | Feb 23, 2011)</li>
<li><a href="http://www.webmonkey.com/2011/02/html5-for-web-developers/">HTML5 for Web Developers</a> (webmonkey | Feb 23, 2011)</li>
<li><a href="http://mashable.com/2011/02/22/html-mobile-development/">How HTML5 Is Aiding in Cross-Platform Development</a> (mashable.com | Feb 22, 2011)</li>
<li><a href="http://www.impressivewebs.com/html5-syntax-style/">My Preferred Syntax Style for HTML5 Markup</a> (Impressive Webs | Feb 22, 2011)</li>
<li><a href="http://www.journaldev.com/251/9-html5-features-that-will-make-our-ui-code-cleaner-by-removing-lot-of-javascript">9 HTML5 Features that will make our UI code cleaner by removing lot of Javascript</a> (JournalDev | Feb 20, 2011)</li>
<li><a href="http://xhtml.pixelcrayons.com/knowledge-base/everything-you-need-to-know-about-html5/">Everything You Need to Know About HTML5</a> (PixelCrayons | Feb 15, 2011)</li>
<li><a href="http://united-coders.com/matthias-reuter/user-agent-sniffing-is-back">User-agent sniffing is back</a> (Matthias Reuter | Feb 15, 2011)</li>
<li><a href="http://www.wait-till-i.com/2011/02/14/a-few-html5-questions-that-need-answering/">A few HTML5 questions that need answering</a> (Christian Heilmann&#8217;s blog – Wait till I come! | Feb 14, 2011)</li>
<li><a href="http://www.html5rocks.com/tutorials/speed/html5/">Improving the Performance of your HTML5 App</a> (HTML5 Rocks | Feb 14, 2011)</li>
<li><a href="http://ontwik.com/html5-2/paul-irish-on-html5-boilerplate/">Paul Irish on HTML5 Boilerplate</a> (ontwik | Feb 11, 2011)</li>
<li><a href="http://html5doctor.com/html5-living-standard/">HTML as a Living Standard — For and Against</a> (HTML5 Doctor | Feb 8, 2011)</li>
<li><a href="http://hackingsilverlight.blogspot.com/2011/02/html-5-is-dead.html">HTML 5 Is Dead!</a> (HackingSilverlight | Feb 2, 2011)</li>
<li><a href="http://net.tutsplus.com/sessions/html5-and-you/">HTML5 and You</a> (Nettuts+ | Feb 1, 2011)</li>
<li><a href="http://www.cruzine.com/2011/02/01/html5-generation-hypertext/">HTML5 – Next Generation of Hypertext</a> (Cruzine Magazine | Feb 1, 2011)</li>
<li><a href="http://www.codeproject.com/KB/scripting/XHTML-CSS-Data-Attributes.aspx">XHTML Alternative to HTML5 Data Attributes</a> (The Code Project | Feb 1, 2011)</li>
<li><a href="http://www.msjoe.com/2011/01/10-things-you-should-think-about-with-html-5/">10 things you should think about with HTML 5</a> (MS-Joe (Joe Stagner) | Jan 25, 2011)</li>
<li><a href="http://csswizardry.com/2011/01/html5-and-text-level-semantics/">HTML(5) and text-level semantics</a> (csswizardry.com | Jan 23, 2011)</li>
<li><a href="http://www.smashingmagazine.com/2011/01/21/falling-for-html5-finding-love-in-the-little-things/">Falling for HTML5: Finding Love in the Little Things</a> (Smashing Magazine | Jan 21, 2011)</li>
<li><a href="http://www.zhione.com/programming-languages/comparing-silverlight-html5-and-flash/">Comparing Silverlight, HTML5 and Flash</a> (ZhiOne: Read More! | Jan 20, 2011)</li>
<li><a href="http://dev.opera.com/articles/view/get-familiar-with-html5/">Get familiar with HTML5!</a> (Dev.Opera &#8211; Follow the standards, break the rules | Jan 14, 2011)</li>
<li><a href="http://www.codeproject.com/KB/HTML/semanticHtml5PageLayout.aspx">Semantic HTML5 Page Layout</a> (The Code Project | Jan 14, 2011)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-cross-browser-html5-forms/">How to Build Cross-Browser HTML5 Forms</a> (Nettuts+ | Jan 13, 2011)</li>
<li><a href="http://answers.oreilly.com/topic/2377-getting-started-with-html5-mobile-web-development/">Getting started with HTML5 mobile web development</a> (O&#8217;Reilly Answers | Jan 13, 2011)</li>
<li><a href="http://blogs.sitepoint.com/javascript-shared-web-workers-html5/">How to Use JavaScript Shared Web Workers in HTML5</a> (SitePoint | Jan 12, 2011)</li>
<li><a href="http://www.riatube.com/2011/01/12/html5-high-performance-best-practices-for-web-sites/">HTML5 High-Performance Best Practices for Web Sites</a> (riatube.com | Jan 12, 2011)</li>
<li><a href="http://www.impressivewebs.com/html5-section/">When to Use the HTML5 &lt; section &gt; Element</a> (Impressive Webs | Jan 12, 2011)</li>
<li><a href="http://www.codeproject.com/Articles/144372/Detecting-HTML5-Features-Using-Modernizr.aspx">Detecting HTML5 Features Using Modernizr</a> (CodeProject | Jan 10, 2011)</li>
<li><a href="http://www.webmonkey.com/2011/01/a-guide-to-html5-features-you-cant-detect/">A Guide to HTML5 Features You Can’t Detect</a> (webmonkey | Jan 7, 2011)</li>
<li><a href="http://orderedlist.com/resources/html-css/getting-started-with-html5/">Getting Started with HTML5</a> (OrderedList | Jan 3, 2011)</li>
<li><a href="http://orderedlist.com/our-writing/resources/html-css/structural-tags-in-html5/">Structural Tags in HTML5</a> (OrderedList | Jan 3, 2011)</li>
<li><a href="http://www.testking.com/techking/web-design/a-beginners-look-into-html5/">A Beginners Look Into HTML5</a> (Tech King | Jan 1, 2011)</li>
<li><a href="http://www.impressivewebs.com/understanding-html5-validation/">Understanding HTML5 Validation</a> (Impressive Webs | Dec 28, 2010)</li>
<li><a href="http://www.ajaxline.com/best-html5-and-css3-tutorials-december-2010">Best HTML5 and CSS3 Tutorials | December 2010</a> (AjaxLine | Dec 24, 2010)</li>
<li><a href="http://webdesigneraid.com/15-excellent-step-by-step-html5-website-coding-tutorials/">15 Excellent Step by Step HTML5 Website Coding Tutorials</a> (Web Designer Aid | Dec 21, 2010)</li>
<li><a href="http://line25.com/articles/15-useful-resources-to-get-clued-up-on-html5">15 Useful Resources to Get Clued Up on HTML5</a> (Line25 | Dec 21, 2010)</li>
<li><a href="http://www.developria.com/2010/12/html-recipes-browser-capabilit.html">HTML5 Recipes: Browser Capabilities Tools</a> (DevelopRIA | Dec 21, 2010)</li>
<li><a href="http://blogs.msdn.com/b/ie/archive/2010/12/21/html5-site-ready-and-experimental.aspx">HTML5, Site-Ready and Experimental</a> (IEBlog | Dec 21, 2010)</li>
<li><a href="http://blogfreakz.com/form/html5-form/">New Form Features in HTML5</a> (blogfreakz.com | Dec 20, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html5-and-css3-without-guilt/">HTML5 and CSS3 Without Guilt</a> (Nettuts+ | Dec 17 2010)</li>
<li><a href="http://www.impressivewebs.com/html5-graceful-degradation/">Is it Accurate to call HTML5-Based Code Forking “Graceful Degradation”?</a> (Impressive Webs | Dec 14, 2010)</li>
<li><a href="http://www.reddit.com/r/web_design/comments/elbfx/new_client_website_do_you_use_html5_why_or_why_not/">New client website: do you use html5? Why or why not?</a> (Reddit web_design | Dec 13, 2010)</li>
<li><a href="http://jclaes.blogspot.com/2010/12/html5-selectors-and-jquery.html">HTML5 selectors and jQuery</a> (Jef Claes | Dec 12, 2010)</li>
<li><a href="http://weblogs.asp.net/dwahlin/archive/2010/12/11/the-challenge-with-html5-in-pictures.aspx">The Challenge with HTML5 – In Pictures</a> (Dan Wahlin&#8217;s WebLog | Dec 11, 2010)</li>
<li><a href="http://www.smashingmagazine.com/2010/12/10/why-we-should-start-using-css3-and-html5-today/">Why We Should Start Using CSS3 and HTML5 Today</a> (Smashing Magazine | Dec 10, 2010)</li>
<li><a href="http://skyje.com/2010/12/html5-and-css3/">What is the utility of HTML5 and CSS3 in web designing?</a> (Skyje | Dec 3, 2010)</li>
<li><a href="http://stuff.contrast.ie/talks/newwebtech2010/">HTML5 &amp; CSS3 &#8211; An excellent walk through (with slick HTML5 presentation)</a> (David Barrett | Dec 2, 2010)</li>
<li><a href="http://www.impressivewebs.com/video-for-everybody/">Video For Everybody — Except Developers!</a> (Impressive Webs | Nov 30, 2010)</li>
<li><a href="http://www.cssnewbie.com/cross-browser-support-for-html5-placeholder-text-in-forms/">Cross-Browser Support for HTML5 Placeholders</a> (CSS Newbie | Nov 29, 2010)</li>
<li><a href="http://blogs.sitepoint.com/html5-and-css3-for-the-real-world/">HTML5 and CSS3 for the Real World</a> (SitePoint Blogs | Nov 26, 2010)</li>
<li><a href="http://thinkvitamin.com/code/html5-audio-unplugged/">HTML5 Audio Unplugged</a> (Think Vitamin | Nov 26, 2010)</li>
<li><a href="http://www.impressivewebs.com/bold-italic-html5/">Bold and Italic in HTML5</a> (Impressive Webs | Nov 23, 2010)</li>
<li><a href="http://www.debeterevormgever.nl/html5-ie-without-javascript/">HTML5 elements in Internet Explorer without Javascript</a> (de betere vormgever | Nov 23, 2010)</li>
<li><a href="http://www.tutoriallounge.com/2010/11/html5-techniques-ultimate-collection-of-tutorials/">HTML5 Techniques | Ultimate Collection of Tutorials</a> (Tutorial Lounge | Nov 22, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html5-javascript-apis/">HTML5 JavaScript APIs</a> (NETTUTS | Nov 19, 2010)</li>
<li><a href="http://www.onextrapixel.com/2010/11/15/useful-html5-code-snippets-you-can-use-today/">Useful HTML5 Code Snippets You Can Use Today</a> (Onextrapixel | Nov 15, 2010)</li>
<li><a href="http://www.smashingmagazine.com/2010/11/10/learning-to-love-html5/">Learning to Love HTML5</a> (Smashing Magazine | Nov 10, 2010)</li>
<li><a href="http://annevankesteren.nl/2010/11/html5-bidirectional-text">HTML5 and Bidirectional Text</a> (Anne’s Weblog | Nov 9, 2010)</li>
<li><a href="http://www.i-programmer.info/professional-programmer/i-programmer/1548-html5-ive-seen-it-its-rubbish.html">HTML5 &#8211; I&#8217;ve seen it. It&#8217;s rubbish.</a> (I Programmer | Nov 8, 2010)</li>
<li><a href="http://active.tutsplus.com/articles/roundups/html5-and-flash-17-industry-experts-have-their-say/">HTML5, Flash and RIAs: 18 Industry Experts Have Their Say</a> (Activetuts+ | Nov 8, 2010)</li>
<li><a href="http://www.456bereastreet.com/archive/201011/html5_syntax_guidelines/">HTML5 syntax guidelines</a> (456 Berea Street | Nov 4, 2010)</li>
<li><a href="http://davidwalsh.name/window-postmessage">HTML5&#8242;s window.postMessage API</a> (David Walsh | Nov 3, 2010)</li>
<li><a href="http://vimeo.com/16319448/">HTML5 is&#8230;NOW!</a> (Vimeo | Oct 29, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html5-audio-and-video-what-you-must-know/">HTML5 Audio and Video: What you Must Know</a> (Nettuts+ | Oct 25, 2010)</li>
<li><a href="http://html5doctor.com/video-canvas-magic/">video + canvas = magic</a> (HTML5 Doctor | Oct 20, 2010)</li>
<li><a href="http://mashable.com/2010/10/14/html5-developer-questions/">Top 5 Developer Questions About HTML5, Answered</a> (Mashable | Oct 14, 2010)</li>
<li><a href="http://softwareas.com/8-html5-features-youve-never-seen-before-lws-talk">8 HTML5 Features You’ve Never Seen Before</a> (Software As She’s Developed  | Sep 26, 2010)</li>
<li><a href="http://creativefan.com/fresh-and-useful-html5-tutorials-techniques-and-tricks/">Fresh and Useful HTML5 Tutorials, Techniques and Tricks</a> (CreativeFan | Sep 23, 2010)</li>
<li><a href="http://www.smashingmagazine.com/2010/09/23/html5-the-facts-and-the-myths/">HTML5: The Facts And The Myths</a> (Smashing Magazine | Sep 23, 2010)</li>
<li><a href="http://ajaxian.com/archives/html5-link-prefetching">HTML5 Link Prefetching</a> (Ajaxian | Sep 22, 2010)</li>
<li><a href="http://blog.reybango.com/2010/09/21/how-to-create-html5-website-and-page-templates-for-visual-studio-2010/">How to Create HTML5 Website and Page Templates for Visual Studio 2010</a> (Rey Bango | Sep 21, 2010)</li>
<li><a href="http://www.webmonkey.com/2010/09/test-your-markup-smarts-with-html5-simplequiz/">Test Your Markup Smarts with HTML5 Simplequiz</a> (webmonkey | Sep 20, 2010)</li>
<li><a href="http://mashable.com/2010/09/02/html5-boilerplate-guide/">HOW TO: Get Started with HTML5 Boilerplate</a> (Mashable | Sep 2, 2010)</li>
<li><a href="http://www.1stwebdesigner.com/design/snippets-html5-boilerplate/">20 Snippets You should be using from Html5 Boilerplate</a> (1stwebdesigner | Sep 2, 2010)</li>
<li><a href="http://ajaxian.com/archives/extending-html5">Extending HTML5</a> (Ajaxian | Sep 1, 2010)</li>
<li><a href="http://www.infoworld.com/d/application-development/html5-raises-new-security-issues-browser-makers-681">HTML5 raises new security issues for browser makers</a> (InfoWorld | Aug 20, 2010)</li>
<li><a href="http://wearehugh.com/public/2010/08/html5-web-workers/">An Implausibly Illustrated Introduction to HTML5 Web Workers</a> (Mark Pilgrim | Aug 19, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1939-video-in-html5/">Video in HTML5</a> (O&#8217;Reilly Answers | Aug 19, 2010)</li>
<li><a href="http://webtint.net/tutorials/how-well-be-building-websites-in-5-years-html5-and-css3-layout/">How We’ll be Building Websites in 5 years: HTML5 and CSS3 layout</a> (Phosphorus.co | Aug 13, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html5-apps-what-why-and-how/">HTML5 Apps: What, Why, and How</a> (Nettuts+ | Aug 11, 2010)</li>
<li><a href="http://css-tricks.com/expanding-images-html5/">Expanding Images using HTML5&#8242;s contenteditable tabindex</a> (CSS-Tricks | Aug 9, 2010)</li>
<li><a href="http://addyosmani.com/html5/">HTML5 In 5 Minutes &#8211; A Screencast You Just Can&#8217;t Miss!</a> (addyosmani.com | Aug 7, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/25-html5-features-tips-and-techniques-you-must-know/">28 HTML5 Features, Tips, and Techniques you Must Know</a> (Nettuts+ | Aug 1, 2010)</li>
<li><a href="http://davidwalsh.name/html5-elements-links">HTML5: Wrap Block-Level Elements with A’s</a> (David Walsh Blog | Jul 26, 2010)</li>
<li><a href="http://colincogle.name/82/styling-the-html5-meter/">Styling The HTML5 &lt;meter&gt; Tag</a> (Colin Cogle&#8217;s Blog | Jul 25, 2010)</li>
<li><a href="http://www.spoiledmilk.dk/blog/?p=1922">HTML5: Changing the browser-URL without refreshing page</a> (Spoiled Milk | Jul 20, 2010)</li>
<li><a href="http://www.sitepoint.com/blogs/2010/07/20/5-reasons-why-you-can-use-html5-today/">5 Reasons Why You Can Use HTML5 Today</a> (SitePoint | Jul 20, 2010)</li>
<li><a href="http://spoiledmilk.dk/blog/html5-changing-the-browser-url-without-refreshing-page">HTML5: Changing the browser-URL without refreshing page</a> (Spoiled Milk | Jul 20, 2010)</li>
<li><a href="http://infoworld.com/d/applications/how-use-html5-your-website-today-220">How to use HTML5 on your website today</a> (InfoWorld | Jul 12, 2010)</li>
<li><a href="http://slides.html5rocks.com/">HTML5 presentation</a> (html5rocks | Jul 9, 2010)</li>
<li><a href="http://www.ilovecolors.com.ar/html5-video/">Pocket guide to HTML5 and Video</a> (ilovecolors | Jun 28, 2010)</li>
<li><a href="http://boblet.tumblr.com/post/130610820/html5-structure1">HTML5 structure | div, section &amp; article</a> (@boblet | Jun 26, 2010)</li>
<li><a href="http://www.alistapart.com/articles/taking-advantage-of-html5-and-css3-with-modernizr/">Taking Advantage of HTML5 and CSS3 with Modernizr</a> (A List Apart: Articles | Jun 22, 2010)</li>
<li><a href="http://sixrevisions.com/html/the-state-of-html5-apps/">The State of HTML5 Apps</a> (Six Revisions | Jun 17, 2010)</li>
<li><a href="http://designreviver.com/general/wtf-is-html5-and-why-should-we-care/">WTF is HTML5 and Why Should we Care?</a> (Design Reviver | Jun 10, 2010)</li>
<li><a href="http://www.onderhond.com/blog/work/dl-dd-dt">The structural flaws of the new html5 dl-element</a> (onderhond.com | Jun 8, 2010)</li>
<li><a href="http://www.focus.com/fyi/information-technology/wtf-is-html5/">WTF is HTML5 and Why We Should All Care</a> (Focus | Where Business Makes Decisions | Jun 8, 2010)</li>
<li><a href="http://blog.codinginparadise.org/2010/06/html5-defined-its-not-just-marketing.html">HTML5 Defined! It&#8217;s Not Just a Marketing Term</a> (Coding In Paradise | Jun 7, 2010)</li>
<li><a href="http://www.bestpsdtohtml.com/html5-armed-with-a-complete-makeover/">HTML5- Armed with A Complete Makeover!</a> (PSD to HTML Reviews &amp; Tutorials | Jun 7, 2010)</li>
<li><a href="http://cameronmoll.tumblr.com/post/659990941/prefetch-content-with-html5">Prefetch content with HTML5</a> (Cameron Moll | Jun 3, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html5-globals-and-you/">HTML5 Globals and You</a> (Nettuts+ | May 31, 2010)</li>
<li><a href="http://labs.blitzagency.com/?p=2048">HTML 5</a> (BLITZ | Blog | May 26, 2010)</li>
<li><a href="http://blogs.sitepoint.com/a-minimal-html-document-html5-edition/">A Minimal HTML Document (HTML5 Edition)</a> (SitePoint Blogs | May 25, 2010)</li>
<li><a href="http://www.wirelust.com/2010/05/21/10-things-flash-can-do-today-that-html5-cant/">10 things Flash can do today that HTML5 can’t</a> (WireLust | May 21, 2010)</li>
<li><a href="http://html5doctor.com/the-article-element/">The article element</a> (HTML5 Doctor | May 18, 2010)</li>
<li><a href="http://blog.darkcrimson.com/2010/05/local-databases/">Getting Started with HTML5 Local Databases</a> (Dark Crimson Blog | May 16, 2010)</li>
<li><a href="http://www.webmonkey.com/2010/05/handy-guide-to-detecting-support-for-html5/">Handy Guide to Detecting Support for HTML5</a> (webmonkey | May 14, 2010)</li>
<li><a href="http://blogs.sitepoint.com/podcast-61-html5-the-kitchen-sink/">SitePoint Podcast #61: HTML5 = The Kitchen Sink</a> (SitePoint Blogs | May 14, 2010)</li>
<li><a href="http://www.chonksworld.com/funny/1006/html5-for-drunks/">HTML5 for drunks</a> (HappyMagicFunTime.com | May 13, 2010)</li>
<li><a href="http://www.netmagazine.com/features/html5-features-what-you-need-know">HTML5 features: what you need to know</a> (.net | May 12, 2010)</li>
<li><a href="http://www.gomediazine.com/design-articles/ask-the-readers/blank-canvas-flash-vs-html5/">Blank Canvas: Flash vs. HTML5</a> (GoMediaZine | May 11, 2010)</li>
<li><a href="http://ajaxian.com/archives/firefox-4-html5-and-native-json-store">Firefox 4: HTML5 and Native JSON Store</a> (Ajaxian | May 11, 2010)</li>
<li><a href="http://pseudocoder.com/archives/your-browser-isnt-the-only-place-html5-is-replacing-flash">Your Browser Isn&#8217;t The Only Place HTML5 Is Replacing Flash</a> (PseudoCoder.com | May 11, 2010)</li>
<li><a href="http://www.webmonkey.com/2010/05/embed-videos-in-your-web-pages-using-html5/">Embed Videos In Your Web Pages Using HTML5</a> (Webmonkey | May 10, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/rethinking-forms-in-html5/">Rethinking Forms in HTML5</a> (Nettuts+ | May 10, 2010)</li>
<li><a href="http://www.w3avenue.com/2010/05/07/html5-unleashed-tips-tricks-and-techniques/">HTML5 Unleashed: Tips, Tricks and Techniques</a> (W3Avenue | May 7, 2010)</li>
<li><a href="http://www.quirksmode.org/blog/archives/2010/05/what_html5_mean.html">What HTML5 means | the sequel</a> (quirksmode.org | May 6, 2010)</li>
<li><a href="http://css.dzone.com/news/new-element-added-html5">New Element Added To HTML5</a> (DZone | May 5, 2010)</li>
<li><a href="http://www.designyourway.net/blog/resources/all-there-is-to-know-about-html5-and-css3/">All There Is To Know About HTML5 and CSS3 | Design your way</a> (Design your way | Apr 27, 2010)</li>
<li><a href="http://mathiasbynens.be/notes/html5-details-jquery">Bulletproof HTML5 &lt;details&gt; fallback using jQuery</a> (Mathias Bynens | Apr 25, 2010)</li>
<li><a href="http://www.okadadesign.no/blog/html5/html5-way-around-for-ie/">HTML5 Way Around For IE</a> (Okada Design Blog | Apr 25, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-html5-features-you-should-be-using-right-now/">Quick Tip: HTML5 Features you Should be Using Right Now</a> (Nettuts+ | Apr 19, 2010)</li>
<li><a href="http://www.456bereastreet.com/archive/201004/html5_input_types/">HTML5 input types</a> (456 Berea Street | Apr 12, 2010)</li>
<li><a href="http://www.techfreakstuff.com/2010/04/list-new-tags-included-html-5.html">List of 25+ New tags introduced in HTML 5</a> (Tech-Freak Stuff | Apr 11, 2010)</li>
<li><a href="http://www.splashnology.com/blog/html5/413.html">HTML 5 in Internet Explorer</a> (Splashnology | Apr 9, 2010)</li>
<li><a href="http://ajaxian.com/archives/html5-forms-what-support-is-there">HTML5 Forms. What support is there?</a> (Ajaxian | Apr 7, 2010)</li>
<li><a href="http://wdvl.com/Authoring/HTML/5/Jason_Gilmore04062010.html">Get Prepared for the HTML5 Revolution</a> (Internet.com | Apr 6, 2010)</li>
<li><a href="http://annevankesteren.nl/2010/04/html5-forms">HTML5 Forms</a> (Anne’s Weblog | Apr 2, 2010)</li>
<li><a href="http://www.ibm.com/developerworks/web/library/wa-html5webapp/?ca=drs-">Build Web applications with HTML 5</a> (IBM® | Mar 30, 2010)</li>
<li><a href="http://www.reclamebureau-blog.nl/html5-an-introduction-from-a-designer%E2%80%99s-perspective/">HTML5: An Introduction From a Designer’s Perspective</a>(This is not the original by typesett | Mar 24, 2010)</li>
<li><a href="http://acrisdesign.com/2010/03/html5-website-layout-tutorials-and-inspiration/">HTML5 Website Layout Tutorials and Inspiration</a> (AcrisDesign | Mar 21, 2010)</li>
<li><a href="http://www.webdeveloperjuice.com/2010/03/17/20-tags-introduced-in-html5-you-really-should-know/">20 + tags Introduced in HTML5 you really should know</a> (Web Developer Juice | Mar 17, 2010)</li>
<li><a href="http://aaronmentele.com/2010/03/17/html5-again/">HTML5, again</a> (Aaron Mentele, Charisma 18 | Mar 17, 2010)</li>
<li><a href="http://live.visitmix.com/MIX10/Sessions/CL27">HTML5: Cross-Browser Best Practices</a> (Channel 9 :: Microsoft MIX10 | Mar 17, 2010)</li>
<li><a href="http://radar.oreilly.com/2010/03/why-html5-is-worth-your-time.html">Why HTML5 is worth your time | Eric A. Meyer on HTML5&#8242;s future and the skills developers need to acquire</a> (O&#8217;Reilly Network Articles | Mar 15, 2010)</li>
<li><a href="http://www.threestyles.com/tutorials/html5-rocks-my-socks-off/">HTML5 Rocks My Socks Off</a> (Three Styles | Mar 11, 2010)</li>
<li><a href="http://www.readwriteweb.com/archives/does_html5_really_beat_flash_surprising_results_of_new_tests.php">Does HTML5 Really Beat Flash? The Surprising Results of New Tests</a> (ReadWriteWeb | Mar 10, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1157-form-features-in-html5/">Form Features in HTML5</a> (O&#8217;Reilly Answers | Mar 10, 2010)</li>
<li><a href="http://blog.templatemonster.com/2010/03/10/html5-new-old-semantics/">HTML5 – New Old Semantics</a> (Template Monster Blog | Mar 10, 2010)</li>
<li><a href="http://www.reddit.com/r/programming/comments/awvfi/html5s_rules_for_parsing_html_are_useful_because/">HTML5&#8242;s rules for parsing HTML are useful because they are based existing browsers&#8217;parsers</a> (programming: what&#8217;s new online | Mar 10, 2010)</li>
<li><a href="http://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/">Everything you need to know about HTML5 video and audio</a> (Dev.Opera | Mar 10, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1141-introducing-the-html5-nav-element/">Introducing the HTML5 nav Element</a> (O&#8217;Reilly Answers | Mar 4, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-the-html-5-audio-element/">Quick Tip: The HTML 5 Audio Element</a> (NETTUTS | Mar 4, 2010)</li>
<li><a href="http://www.yourinspirationweb.com/en/the-future-of-the-web-how-well-create-forms-in-html5/">The future of the web: how we’ll create forms in HTML5</a> (Your Inspiration Web  | Mar 4, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1116-introducing-the-contenteditable-attribute-in-html5/">Introducing the contenteditable attribute in HTML5</a> (O&#8217;Reilly Answers | Feb 26, 2010)</li>
<li><a href="http://www.whatcreative.co.uk/blog/tutorials/html5-for-beginners-use-it-now-its-easy/">HTML5 for Beginners. Use it now, its easy!</a> (What Creative | Feb 23, 2010)</li>
<li><a href="http://www.webmonkey.com/2010/02/building_web_pages_with_html_5/">Building Web Pages With HTML 5</a> (Webmonkey | Feb 15, 2010)</li>
<li><a href="http://devsnippets.com/article/designing-with-html5-css3.html">Designing for the Future with HTML5+CSS3 : Tutorials and Best Practices</a> (DevSnippets | Feb 15, 2010)</li>
<li><a href="http://dev.opera.com/articles/view/introduction-html5-video/">Introduction to HTML5 video</a> (Dev.Opera | Feb 11, 2010)</li>
<li><a href="http://www.niallkennedy.com/blog/2010/02/html5-video-markup.html">HTML5 video markup, compatibility and playback</a> (Niall Kennedy | Feb 8, 2010)</li>
<li><a href="http://remysharp.com/2010/02/08/html5-vs-flash/">HTML5 vs Flash !</a> (remy sharp&#8217;s b:log | Feb 8, 2010)</li>
<li><a href="http://wiriwyg.blogspot.com/2010/02/wonders-of-html5.html">HTML 5 : An introduction to its features</a> (&#8220;What I Read Is What You Get&#8221; | Feb 8, 2010)</li>
<li><a href="http://www.hindsightlabs.com/blog/2010/02/06/html5-is-not-about-the-death-of-flash-but-the-return-of-browser-innovation/">HTML5 is not about the death of Flash, but the return of browser innovation</a> (HINDSIGHT LABS | Feb 6, 2010)</li>
<li><a href="http://blog.onebyonedesign.com/life/lorenz-attractor-html5-stylee/">Lorenz Attractor – HTML5 Stylee</a> (onebyoneblog | Feb 6, 2010)</li>
<li><a href="http://technoracle.blogspot.com/2010/02/my-thoughts-on-html-5-flash-and.html">My thoughts on HTML 5, Flash and Innovation</a> (Technoracle (a.k.a. &#8220;Duane&#8217;s World&#8221;) | Feb 5, 2010)</li>
<li><a href="http://www.ludamix.com/archives/2010/02/entry_5.html">Flash 10 versus JS / HTML5: The Tour Guide</a> (ludamix.com | Feb 4, 2010)</li>
<li><a href="http://www.splashnology.com/blog/html5/332.html">HTML 5, Theora, and All, All, All — Not in Theory But in Practice</a> (Splashnology | Feb 1, 2010)</li>
<li><a href="http://inspectelement.com/tutorials/code-a-backwards-compatible-one-page-portfolio-with-html5-and-css3/">Code a Backwards Compatible, One Page Portfolio with HTML5 and CSS3</a> (Inspect Element- Web Design &amp; Development Blog | Jan 25, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/1025-how-to-deliver-html5-and-css3-to-browsers-that-can-handle-them/">How to Deliver HTML5 and CSS3 to Browsers That Can Handle Them</a> (O&#8217;Reilly Answers | Jan 25, 2010)</li>
<li><a href="http://css.dzone.com/articles/mozilla-reignites-html5-video">Mozilla Reignites HTML5 Video Debate</a> (DZone | Jan 25, 2010)</li>
<li><a href="http://blogs.sitepoint.com/the-dark-side-of-html-5-video/">The Dark Side of HTML 5 Video</a> (SitePoint Blogs | Jan 25, 2010)</li>
<li><a href="http://minutebio.com/blog/2010/01/25/what-is-html-5/">What is HTML 5?</a> (MinuteBio | Jan 25, 2010)</li>
<li><a href="http://shaver.off.net/diary/2010/01/23/html5-video-and-codecs/">Mike Shaver: HTML5 video and codecs</a> (shaver | Jan 23, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-make-all-browsers-render-html5-mark-up-correctly-even-ie6/">How to Make All Browsers Render HTML5 Mark-up Correctly &#8211; Even IE6</a> (Nettuts+ | Jan 20, 2010)</li>
<li><a href="http://www.greepit.com/2010/01/open-source-javascript-html5-application-framework/">Free JavaScript HTML5 Application Framework</a> (Greepit | Jan 19, 2010)</li>
<li><a href="http://woorkup.com/2010/01/16/emerging-techniques-every-web-developer-should-know/">Emerging Techniques Every Web Developer Should Know</a> (Woork Up | Jan 16, 2010)</li>
<li><a href="http://ajaxian.com/archives/live-video-tooltip">A live video tool tip showcase of HTML5 video, canvas, and Ext</a> (Ajaxian | Jan 15, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/988-how-to-add-audio-with-html5/">How to add audio with HTML5</a> (O&#8217;Reilly Answers | Jan 15, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/990-how-to-incorporate-video-with-html5/">How to incorporate video with HTML5</a> (O&#8217;Reilly Answers | Jan 15, 2010)</li>
<li><a href="http://blogs.sitepoint.com/podcast-44-html5-is-a-beautiful-mess/">SitePoint Podcast #44: HTML5 is a (Beautiful) Mess</a> (SitePoint Blogs | Jan 15, 2010)</li>
<li><a href="http://answers.oreilly.com/topic/983-html-5-overview/">HTML 5 Overview</a> (O&#8217;Reilly Answers | Jan 14, 2010)</li>
<li><a href="http://www.communitymx.com/abstract.cfm?cid=B75BB">HTML 5 &#8211; Part1: An Introduction to the New Layout Tags</a> (Community MX | Jan 13, 2010)</li>
<li><a href="http://www.quirksmode.org/blog/archives/2010/01/html5_means_wha.html">HTML5 means whatever you want it to mean</a> (QuirksBlog | Jan 11, 2010)</li>
<li><a href="http://www.useragentman.com/blog/2010/01/10/cross-browser-html5-drag-and-drop/">Cross Browser HTML5 Drag and Drop</a> (User Agent Man | Jan 10, 2010)</li>
<li><a href="http://cssglobe.com/post/7088/my-top-5-html-coding-preferences">My Top 5 HTML Coding Preferences</a> (Css Globe CSS and Web Design News | Jan 7, 2010)</li>
<li><a href="http://feeds.dzone.com/%7Er/dzone/frontpage/%7E3/AI2NMqRLu6c/new_element_added_to_html5.html">New Element Added To HTML5</a> (DZone: latest front page | Jan 7, 2010)</li>
<li><a href="http://annevankesteren.nl/2010/01/optimizing-html">Optimizing Optimizing HTML (Now HTML5 Compatible!!)</a> (Anne van Kesteren | Jan 5, 2010)</li>
<li><a href="http://openbit.co.uk/?p=114">HTML 5 Object Persistance</a> (OpenBit | Dec 27, 2009)</li>
<li><a href="http://daringfireball.net/2009/12/html5_video_unusable">? Why the HTML5 ‘Video’ Element Is Effectively Unusable, Even in Browsers WhichSupport It</a> (Daring Fireball | Dec 21, 2009)</li>
<li><a href="http://ajaxian.com/archives/html5-video-autobuffers-always">HTML5 Video Autobuffers, Always</a> (Ajaxian | Dec 21, 2009)</li>
<li><a href="http://daringfireball.net/2009/12/html5_video_unusable">Why the HTML5 ‘Video’ Element Is Effectively Unusable</a> (Daring Fireball | Dec 21, 2009)</li>
<li><a href="http://scobleizer.com/2009/12/16/iphone-developers-abandoning-app-model-for-html5/">iPhone developers abandoning app model for HTML5?</a> (Scobleizer | Dec 16, 2009)</li>
<li><a href="http://www.electrictoolbox.com/getting-ready-for-html-5/">Getting ready for HTML 5</a> (electric toolbox | Dec 12, 2009)</li>
<li><a href="http://srirangan.net/2009-12-enterprise-adoption-does-html5-stand-a-chance-against-flash-technologies">Enterprise adoption: Does HTML5 stand a chance against Flash technologies?</a> (Srirangan | Dec 11, 2009)</li>
<li><a href="http://www.bestdesigntuts.com/html-5-does-flash-developers-need-to-worry/">HTML 5: Do Flash Developers need to Worry?</a> (Best Design Tutorials | Dec 9, 2009)</li>
<li><a href="http://seogadget.co.uk/html5-examples-in-the-wild/">HTML5 Examples in the Wild</a> (SEOgadget.co.uk | Dec 8, 2009)</li>
<li><a href="http://www.techradar.com/news/internet/why-html5-is-here-today-and-not-2022-654828">Everything you need to know about HTML5</a> (TechRadar UK | Dec 6, 2009)</li>
<li><a href="http://www.flex888.com/1412/5-html-tags-you-might-not-know.html">5 HTML Tags You Might not Know</a> (Flex RIA | Dec 4, 2009)</li>
<li><a href="http://www.456bereastreet.com/archive/200912/html_5_syntax/">HTML 5 syntax</a> (456 Berea Street | Dec 2, 2009)</li>
<li><a href="http://esoterictechie.com/tech-news/planning-for-the-future-html-5-or-the-flash-platform/">Planning for the future, HTML 5 or The Flash Platform?</a> (The Esoteric Techie | Dec 1, 2009)</li>
<li><a href="http://lifehacker.com/#!5416100/how-html5-will-change-the-way-you-use-the-web">How HTML5 Will Change the Way You Use the Web</a> (Lifehacker | Dec 1, 2009)</li>
<li><a href="http://www.readwriteweb.com/archives/google_dumps_gears_for_html5.php">Google Dumps Gears for HTML5</a> (ReadWriteWeb | Nov 30, 2009)</li>
<li><a href="http://blogs.msdn.com/b/giorgio/archive/2009/11/29/ie8-and-html-5.aspx">IE8 And HTML 5</a> (Giorgio Sardo Blog | Nov 29, 2009)</li>
<li><a href="http://blog.digitalbackcountry.com/2009/11/html5-cant-exist-without-the-flash-platform/">HTML5 Can’t Exist Without the Flash Platform</a> (Ryan Stewart – Mountaineer Coding | Nov 23, 2009)</li>
<li><a href="http://carsonified.com/blog/design/css3-design/steve-smith-on-html5-and-css3/">Steve Smith on HTML5 and CSS3</a> (Think Vitamin | Nov 4, 2009)</li>
<li><a href="http://www.dave-woods.co.uk/index.php/html5-tutorial-getting-started/">HTML5 Tutorial &#8211; Getting Started</a> (Dave Woods | Oct 29, 2009)</li>
<li><a href="http://www.secretgeek.net/html5_pilgrim.asp">HTML5, a 3 minute guide</a> (secretGeek | Oct 29, 2009)</li>
<li><a href="http://nimbupani.com/declaring-languages-in-html-5.html">Declaring Languages in HTML 5</a> (Nimbupani Designs | Oct 26, 2009)</li>
<li><a href="http://www.deepbluesky.com/blog/-/browser-support-for-css3-and-html5_72/">Browser support for CSS3 and HTML5</a> (Deep Blue Sky | Oct 21, 2009)</li>
<li><a href="http://css.dzone.com/articles/introduction-html5">An Introduction to HTML5</a> (DZone | Oct 20, 2009)</li>
<li><a href="http://designshack.co.uk/articles/html/html5-the-basics-1-of-4">HTML5: The Basics (1 of 4)</a> (Design Shack | Oct 19, 2009)</li>
<li><a href="http://ldfeeds.com/brad-neuberg-%E2%80%94-introduction-to-html5/">Introduction to HTML5 (video)</a> (Brad Neuberg | Oct 15, 2009)</li>
<li><a href="http://www.campaignmonitor.com/blog/post/2905/html5-and-video-in-email/">HTML5 and Video in Email</a> (Campaign Monitor | Oct 14, 2009)</li>
<li><a href="http://ajaxian.com/archives/view-source-tutorial-sticky-notes-with-html5-and-css3">View Source Tutorial: Sticky Notes With HTML5 and CSS3</a> (Ajaxian | Oct 14, 2009)</li>
<li><a href="http://carsonified.com/blog/web-apps/the-future-of-html-5/">The Future of HTML 5</a> (Carsonified | Oct 13, 2009)</li>
<li><a href="http://nwebb.co.uk/blog/?p=399">Flash vs HTML5 &#8211; and a few points for HTML5 advocates to consider</a> (nwebb | Oct 7, 2009)</li>
<li><a href="http://channel9.msdn.com/posts/Jafa/HTML-5-Standards-and-Developer-Features-in-Microsoft-Internet-Explorer-8/">HTML 5, Standards and Developer Features in Microsoft Internet Explorer 8</a> (Channel 9 | Sep 24, 2009)</li>
<li><a href="http://googlecode.blogspot.com/2009/09/video-introduction-to-html-5.html">Google Code Blog: Video Introduction to HTML 5</a> (The official Google Code blog | Sep 22, 2009)</li>
<li><a href="http://ajaxian.com/archives/introduction-to-html-5">Introduction to HTML 5</a> (Ajaxian | Sep 22, 2009)</li>
<li><a href="http://googlecode.blogspot.com/2009/09/video-introduction-to-html-5.html">Video Introduction to HTML 5</a> (The official Google Code blog | Sep 22, 2009)</li>
<li><a href="http://woork.blogspot.com/2009/09/html-lists-whats-news-in-html-5.html">HTML lists: what&#8217;s new in HTML 5?</a> (Woork Up | Sep 17, 2009)</li>
<li><a href="http://www.olpcnews.com/content/education/html5_js_future_open_education.html">HTML5 + JS: The Future of Open Education</a> (One Laptop Per Child News | Sep 15, 2009)</li>
<li><a href="http://addyosmani.com/blog/why-html5-is-a-game-changer-and-what-it-means-for-you/">Why HTML5 is a Game Changer and what it means for you.</a> (AddyOsmani.com | Sep 15, 2009)</li>
<li><a href="http://www.webmonkey.com/blog/Using_HTML5_Today_With_Modernizr">Using HTML5 Today With Modernizr</a> (Webmonkey | Sep 9, 2009)</li>
<li><a href="http://www.456bereastreet.com/archive/200909/html_5_and_the_summary_attribute/">HTML 5 and the summary attribute</a> (456 Berea Street | Sep 7, 2009)</li>
<li><a href="http://meyerweb.com/eric/thoughts/2009/09/07/html5-and-you/">HTML5 And You</a> (Thoughts From Eric | Sep 7, 2009)</li>
<li><a href="http://mindforks.blogspot.com/2009/09/keyboard-control-of-html5-video.html">Keyboard control of html5 video elements</a> (David Bolter: mindforks | Sep 4, 2009)</li>
<li><a href="http://meyerweb.com/eric/thoughts/2009/09/02/nine-into-five/">Nine Into Five</a> (Thoughts From Eric | Sep 2, 2009)</li>
<li><a href="http://www.alistapart.com/articles/get-ready-for-html-5/">Get Ready for HTML 5</a> (A List Apart | Sep 1, 2009)</li>
<li><a href="http://www.zeldman.com/2009/08/31/loving-html5/">Loving HTML5</a> (Jeffrey Zeldman Presents The Daily Report | Aug 31, 2009)</li>
<li><a href="http://drdobbs.com/web-development/219401362?pgno=1">HTML 5 Starts Looking Real</a> (Dr. Dobb&#8217;s | Aug 29, 2009)</li>
<li><a href="http://feeds.dzone.com/%7Er/dzone/frontpage/%7E3/wdJiim4GnzY/datasets_in_html_5_and_what_theyre_good_for.html">Datasets in HTML 5 and what they&#8217;re good for</a> (Barklund.org | Aug 28, 2009)</li>
<li><a href="http://woork.blogspot.com/2009/08/css-code-structure-for-html-5-some.html">CSS code structure for HTML 5: some useful guidelines</a> (Woork Up | Aug 24, 2009)</li>
<li><a href="http://ajaxian.com/archives/microsoft-dips-toe-in-html-5-water">Microsoft dips toe in HTML 5 water</a> (Ajaxian | Aug 10, 2009)</li>
<li><a href="http://www.fame-designs.com/wordpress/?p=24">HTML 5 – What the average web designer should know so far</a> (Fame Designs | Aug 9, 2009)</li>
<li><a href="http://cssgallery.info/a-third-way-to-write-and-validate-forms-html5/">A third way to write and validate forms &#8211; HTML5</a> (cssgallery.info | Aug 4, 2009)</li>
<li><a href="http://www.betanews.com/article/Mozilla-Well-keep-pushing-for-Ogg-Theora-in-HTML-5/1248451248">Mozilla: We&#8217;ll keep pushing for Ogg Theora in HTML 5</a> (BetaNews.Com | Jul 24, 2009)</li>
<li><a href="http://blogs.sitepoint.com/google-html5-and-standards/">Google, HTML5 and Standards</a> (SitePoint Blogs | Jul 24, 2009)</li>
<li><a href="http://www.zeldman.com/2009/07/16/html-5-is-a-mess-now-what/">HTML 5 is a mess. Now what?</a> (Jeffrey Zeldman Presents The Daily Report | Jul 16, 2009)</li>
<li><a href="http://www.smashingmagazine.com/2009/07/16/html5-and-the-future-of-the-web/">HTML5 and The Future of the Web</a> (Smashing Magazine | Jul 16, 2009)</li>
<li><a href="http://ejohn.org/blog/html-5-parsing/">HTML 5 Parsing</a> (John Resig | Jul 7, 2009)</li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/">HTML 5 and CSS 3: The Techniques You’ll Soon Be Using</a> (Nettuts+ | Jul 6, 2009)</li>
<li><a href="http://googlecode.blogspot.com/2009/07/gmail-for-mobile-html5-series-using.html">Gmail for Mobile HTML5 Series: Using Timers Effectively</a> (The official Google Code blog | Jul 2, 2009)</li>
<li><a href="http://blogs.sitepoint.com/html-5-snapshot-2009/">Yes, You Can Use HTML 5 Today!</a> (SitePoint Blogs | Jul 1, 2009)</li>
<li><a href="http://www.infoq.com/news/2009/06/will-html-5-kill-flash">Will HTML 5 kill Flash?</a> (InfoQ | Jun 21, 2009)</li>
<li><a href="http://www.infoworld.com/d/application-development/html5-could-it-kill-flash-and-silverlight-291">HTML 5: Could it kill Flash and Silverlight?</a> (Infoworld | Jun 16, 2009)</li>
<li><a href="http://ajaxian.com/archives/css-video-effects">CSS Video Effects</a> (Ajaxian | Jun 4, 2009)</li>
<li><a href="http://www.webdesignerhelp.co.uk/index.php/2009/05/5-fantastic-features-of-html-5/">5 Fantastic Features of HTML 5</a> (Web Designer Help | May 29, 2009)</li>
<li><a href="http://blogs.sitepoint.com/html-5-now-or-never/">HTML 5: Now or Never?</a> (SitePoint Blogs | May 26, 2009)</li>
<li><a href="http://24ways.org/2009/html5-tool-of-satan-or-yule-of-santa">HTML5: Tool of Satan, or Yule of Santa?</a> (24 ways | May 12, 2009)</li>
<li><a href="http://annevankesteren.nl/2009/04/html5-wai-aria">HTML5 and WAI-ARIA</a> (Anne’s Weblog | Apr 16, 2009)</li>
<li><a href="http://ajaxian.com/archives/html5-time">Getting to the depths of “time”</a> (Ajaxian | Apr 13, 2009)</li>
<li><a href="http://ajaxian.com/archives/google-talking-about-html-5-and-the-mobile-web">Google talking about HTML 5 and the Mobile Web</a> (Ajaxian | Apr 8, 2009)</li>
<li><a href="http://blog.whatwg.org/is-not-just-a-semantic">&lt;section&gt; is not just a “semantic &lt;div&gt;”</a> (The WHATWG Blog | Mar 19, 2009)</li>
<li><a href="http://www.456bereastreet.com/archive/200903/the_evolution_and_future_of_html/">The evolution and future of HTML</a> (456 Berea Street | Mar 17, 2009)</li>
<li><a href="http://24ways.org/2009/have-a-field-day-with-html5-forms/">Have a Field Day with HTML5 Forms</a> (24 Ways to impress your friends | Mar 12, 2009)</li>
<li><a href="http://24ways.org/2009/breaking-out-the-edges-of-the-browser">Breaking Out The Edges of The Browser</a> (24 Ways to impress your friends | Feb 12, 2009)</li>
</ol>
<h2>HTML5 Round-Ups</h2>
<p>Note that the links above were not taken from the round-ups below, therefore these round-ups may contain different links.</p>
<ol>
<li><a href="http://realworldcss3.com/resources/">HTML5 &amp; CSS3 Resources for Designers</a> (realworldcss3.com | Apr 14, 2011)</li>
<li><a href="http://www.dzinepress.com/2011/04/the-ultimate-html5-tutorials-and-useful-techniques/">The Ultimate HTML5 Tutorials and Useful Techniques</a> (Dzinepress | Apr 6, 2011)</li>
<li><a href="http://www.designscripting.com/2011/04/tutorials-to-getting-started-with-html5-and-css3-basics/">Tutorials to getting Started with HTML5 and CSS3 Basics</a> (Designscripting.com | Apr 2, 2011)</li>
<li><a href="http://www.designscripting.com/2011/04/tutorials-to-getting-started-with-html5-and-css3-basics/">Video Tutorials getting Started HTML5 and CSS3 | Basics | Designscripting</a> (Designscripting.com | Apr 2, 2011)</li>
<li><a href="http://djdesignerlab.com/2011/03/31/10-useful-resources-for-designers-and-developers-to-learn-html5/">10 Useful Resources for Designers and Developers to Learn HTML5</a> (Dj Designer lab | Mar 31, 2011)</li>
<li><a href="http://desizntech.info/2011/03/advanced-and-comprehensive-html5-resources/">Advanced and Comprehensive HTML5 Resources</a> (Desizn Tech | Mar 25, 2011)</li>
<li><a href="http://blogs.msdn.com/b/usisvde/archive/2011/03/16/how-to-get-started-with-html-5.aspx">How to Get Started with HTML 5</a> (Bruce Kyle | Mar 16, 2011)</li>
<li><a href="http://webdesigneraid.com/7-html5-videos-to-learn-for-beginners/">7 HTML5 Videos To Learn For Beginners</a> (Web Designer Aid | Mar 11, 2011)</li>
<li><a href="http://www.designsmag.com/2011/03/28-excellent-html-5-css3-tutorials-and-techniques/">28 Excellent HTML 5 &amp; CSS3 Tutorials and Techniques</a> (Designs Mag (Designs Magazine) | Mar 9, 2011)</li>
<li><a href="http://www.multyshades.com/2011/03/40-new-significant-html5-and-css3-tipstechniquestutorials/">40+ New Significant HTML5 And CSS3 Tips/Techniques/Tutorials</a> (Multy Shades | Mar 7, 2011)</li>
<li><a href="http://speckyboy.com/2011/02/28/10-essential-guides-resources-and-tools-for-getting-started-with-html5/">10 Essential Guides, Resources and Tools for Getting Started with HTML5-Speckyboy Design Magazine</a> (Speckyboy Design Magazine | Feb 28, 2011)</li>
<li><a href="http://www.webdesignish.com/8-best-html5-ebooks-every-web-designer-should-learn.html">8 Best HTML5 Ebooks Every Web Designer Should Learn</a> (SaveDelete | Feb 24, 2011)</li>
<li><a href="http://www.journaldev.com/253/65-html5-tutorials-examples-and-resources-for-web-developers">65 HTML5 Tutorials, Examples and Resources for Web Developers</a> (JournalDev | Feb 23, 2011)</li>
<li><a href="http://www.noupe.com/tutorial/html5-tutorials-and-techniques-that-will-keep-you-busy.html">HTML5 Tutorials and Techniques That Will Keep You Busy</a> (Noupe Design Blog | Feb 23, 2011)</li>
<li><a href="http://thinkdesignblog.com/resources-html5-css3-tips-tutorials-and-tools.htm">Resources – HTML5 &amp; CSS3 Tips, Tutorials and Tools</a> (Think Design | Feb 21, 2011)</li>
<li><a href="http://stylishwebdesigner.com/10-best-websites-to-get-everything-about-html5/">10 Best Websites To Get Everything About HTML5</a> (stylishwebdesigner.com | Feb 17, 2011)</li>
<li><a href="http://blueblots.com/tools/great-tools-resources-and-guides-for-html5-and-css3/">Great Tools, Resources and Guides for HTML5 and CSS3</a> (blueblots.com | Feb 15, 2011)</li>
<li><a href="http://designmodo.com/50-useful-html5-tutorials-techniques-and-examples-for-web-developers/">50 Useful HTML5 Tutorials, Techniques and Examples for Web Developers</a> (DesignModo | Feb 11, 2011)</li>
<li><a href="http://www.web3mantra.com/2011/02/10/top15-html5-ebooks/">Top15 HTML5 Ebooks</a> (web3mantra | Feb 10, 2011)</li>
<li><a href="http://stylishwebdesigner.com/html5-tutorials-techniques-and-examples-for-web-developers/">40 Must See HTML5 Tutorials, Techniques and Examples for Web Developers</a> (stylishwebdesigner | Feb 8, 2011)</li>
<li><a href="http://csswizardry.com/2011/01/the-real-html5-boilerplate/">The Real HTML5 Boilerplate</a> (CSS Wizardry | Jan 6, 2011)</li>
<li><a href="http://www.underworldmagazines.com/9-websites-to-learn-the-basics-about-html-5/">9 Websites to Learn the Basics About html 5</a> (UnderWorld Magazines | Jan 4, 2011)</li>
<li><a href="http://www.dzineblog360.com/2010/12/learn-tips-and-tricks-of-html5-through-25-tutorials/">Learn Tips and Tricks of HTML5 Through 25+ Tutorials</a> (Dzineblog360 | Dec 31, 2010)</li>
<li><a href="http://www.ko-design.com/blog/2010/12/how-to-start-using-html5-css3-now/">How To Start Using HTML5 &amp; CSS3 Now!</a> (Katie Orenstein / KO Design | Dec 21, 2010)</li>
<li><a href="http://webdesigneraid.com/15-excellent-step-by-step-html5-website-coding-tutorials/">15 Excellent Step by Step HTML5 Website Coding Tutorials</a> (Web Designer Aid | Dec 20, 2010)</li>
<li><a href="http://www.webdesignish.com/8-best-websites-to-get-everything-about-html5.html">8 Best Websites To Get Everything About HTML5</a> (SaveDelete | Dec 2, 2010)</li>
<li><a href="http://www.tutoriallounge.com/2010/11/html5-techniques-ultimate-collection-of-tutorials/">HTML5 Techniques – Ultimate Collection of Tutorials</a> (Tutorial Lounge | Nov 22, 2010)</li>
<li><a href="http://www.web3mantra.com/2010/11/11/fresh-html5-tutorials-to-make-you-html-expert/">Fresh HTML5 Tutorials to make you HTML Expert</a> (Designrfix | Nov 11, 2010)</li>
<li><a href="http://blog.wearepropeople.com/html5-resources/">The Ultimate HTML5 Resources Roundup</a> (Propeople Blog | Nov 2, 2010)</li>
<li><a href="http://webhole.net/2010/10/30/html5-tutorials-resources-demos-and-tools/">10 HTML5 Resources You Need To Have</a> (webhole.net | Oct 30, 2010)</li>
<li><a href="http://www.1stwebdesigner.com/freebies/html5-demos/">50 Advanced HTML5 Demos</a> (1stwebdesigner – Graphic and Web Design Blog | Oct 23, 2010)</li>
<li><a href="http://news.ycombinator.com/item?id=1799279">Hacker News | Ask HN: Any HTML5 dabblers?</a> (news.ycombinator.com | Oct 17, 2010)</li>
<li><a href="http://webification.com/15-excellent-html5-techniques-and-demonstrations">15 Excellent HTML5 Techniques and Demonstrations</a> (Webification | Oct 7, 2010)</li>
<li><a href="http://www.webdesignish.com/18-highly-useful-html5-tutorials-and-techniques.html">18 Highly Useful HTML5 Tutorials And Techniques</a> (SaveDelete | Sep 30, 2010)</li>
<li><a href="http://creativefan.com/fresh-and-useful-html5-tutorials-techniques-and-tricks/">Fresh and Useful HTML5 Tutorials, Techniques and Tricks</a> (CreativeFan | Sep 23, 2010)</li>
<li><a href="http://www.scribemedia.org/2010/09/22/some-useful-html5-web-sites/">Some Useful HTML5 Web Sites</a> (ScribeMedia.org | Sep 22, 2010)</li>
<li><a href="http://savedelete.com/essential-best-html5-tutorials.html">Top 10 Essential HTML 5 Tutorials For Web Designers</a> (SaveDelete | Sep 9, 2010)</li>
<li><a href="http://blogfreakz.com/web-design/html5-tutorial/">22 Excellent HTML5 Tutorials</a> (blogfreakz.com | Aug 20, 2010)</li>
<li><a href="http://webdesignledger.com/resources/7-useful-resources-to-help-you-learn-html5">7 Useful Resources to Help You Learn HTML5</a> (Web Design Ledger | Aug 11, 2010)</li>
<li><a href="http://resources.savedelete.com/10-highly-useful-html5-tutorials.html">10 Highly Useful HTML5 Tutorials</a> (SaveDelete | Jul 24, 2010)</li>
<li><a href="http://www.templates.com/blog/impressive-html5-effects-roundup/">Impressive HTML5 Effects Roundup</a> (Templates.com | Jul 23, 2010)</li>
<li><a href="http://sixrevisions.com/html/the-only-html5-resources-you-need-for-getting-up-to-speed/">The Only HTML5 Resources You Need for Getting Up to Speed</a> (Six Revisions | Jul 18, 2010)</li>
<li><a href="http://designreviver.com/tutorials/fresh-html5-resources-articles-and-tutorials/">Fresh HTML5 Resources, Articles and Tutorials</a> (Design Reviver | Jul 8, 2010)</li>
<li><a href="http://smashingwebs.com/2010/01/most-wanted-html-5-tutorials/">Most Wanted HTML 5 Tutorials</a> (SmashingWebs | Jul 8, 2010)</li>
<li><a href="http://www.tripwiremagazine.com/2010/07/30-very-useful-html5-tutorials-techniques-and-examples-for-web-developers.html">30+ Very Useful HTML5 Tutorials, Techniques and Examples for Web Developers</a> (tripwire magazine | Jul 7, 2010)</li>
<li><a href="http://www.webdesignish.com/best-html5-and-css3-frameworks.html">Best HTML5 And CSS3 Frameworks</a> (SaveDelete | Jun 17, 2010)</li>
<li><a href="http://blog.templatemonster.com/2010/06/16/25-html5-tutorials-techniques/">25 Essential HTML5 Tutorials and Techniques</a> (Template Monster Blog | Jun 16, 2010)</li>
<li><a href="http://www.webhostingsecretrevealed.com/featured-articles/learn-html5-10-must-read-lessons/">Learn HTML5: 10 Must Read Lessons</a> (WebHostingSecretRevealed.com | Jun 16, 2010)</li>
<li><a href="http://www.1stwebdesigner.com/freebies/the-ultimate-roundup-of-indispensable-and-helpful-html5-tutorials/">The Ultimate Roundup of Indispensable and Helpful HTML5 Tutorials</a> (1stwebdesigner | Jun 7, 2010)</li>
<li><a href="http://creativefan.com/the-ultimate-html5-toolbox-60-articles-tutorials-resources-and-inspiring-showcases/">Big List Of HTML5 Resources</a> (CreativeFan | Jun 4, 2010)</li>
<li><a href="http://creativefan.com/the-ultimate-html5-toolbox-60-articles-tutorials-resources-and-inspiring-showcases/">The Ultimate HTML5 Toolbox: 60+ Articles, Tutorials, Resources and Inspiring Showcases</a> (CreativeFan | Jun 4, 2010)</li>
<li><a href="http://www.admixweb.com/2010/06/03/ultimate-list-of-html5-and-css3-tools/">Ultimate List of HTML5 and CSS3 Tools</a> (Admix Web | Jun 3, 2010)</li>
<li><a href="http://djdesignerlab.com/2010/05/25/40-excellent-tutorials-for-web-development-using-css3-and-html5/">40 excellent tutorials for web development using css3 and html5</a> (Dj Designer lab | May 25, 2010)</li>
<li><a href="http://webdesignledger.com/tutorials/15-useful-html5-tutorials-and-cheat-sheets">15 Useful HTML5 Tutorials and Cheat Sheets</a> (Web Design Ledger | Apr 28, 2010)</li>
<li><a href="http://www.last-child.com/html5-helpful-links/">HTML5 Helpful Links at Advanced CSS Design Resources</a> (www.last-child.com | Apr 18, 2010)</li>
<li><a href="http://speckyboy.com/2010/04/16/15-useful-css3-and-html3-templates-and-frameworks/">15 Useful CSS3 and HTML5 Templates and Frameworks</a> (Speckyboy Design Magazine | Apr 16, 2010)</li>
<li><a href="http://www.vectornpixel.com/tutorials/webdesign/17-must-have-html-5-tutorials-and-resources">17 Must Have HTML 5 Tutorials and Resources</a> (Vector N Pixel | Apr 15, 2010)</li>
<li><a href="http://www.1stwebdesigner.com/resources/22-handy-html5-css3-tools-resources-and-guides/">22 Handy HTML5 &amp; CSS3 Tools, Resources And Guides</a> (1stwebdesigner | Mar 24, 2010)</li>
<li><a href="http://speckyboy.com/2009/12/11/a-collection-of-html5-resources-and-tutorials/">A Collection of HTML5 Resources and Tutorials</a> (Speckyboy Design Magazine | Dec 11, 2009)</li>
<li><a href="http://line25.com/articles/15-useful-resources-to-get-clued-up-on-html5">15 Useful Resources to Get Clued Up on HTML5</a> (Line25 | Nov 23, 2009)</li>
<li><a href="http://www.underworldmagazines.com/9-websites-to-learn-the-basics-about-html-5/">9 Websites to Learn the Basics About html 5</a> (UnderWorld Magazines | Oct 28, 2009)</li>
<li><a href="http://www.labnol.org/internet/html5-presentations/10587/">HTML5 Presentations To Help You Get Started with HTML 5</a> (www.labnol.org | Oct 14, 2009)</li>
<li><a href="http://www.webappers.com/2009/08/10/70-must-have-css3-and-html5-tutorials-and-resources/">70 Must-Have CSS3 and HTML5 Tutorials and Resources</a> (WebAppers | Aug 10, 2009)</li>
<li><a href="http://thinkvitamin.com/code/23-essential-html-5-resources/">23 Essential HTML 5 Resources</a> (Think Vitamin | Jul 15, 2009)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/04/270-html5-tutorials-and-a-round-up-of-round-ups/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Manage your Interaction with Clients</title>
		<link>http://websitesmaderight.com/2011/04/how-to-manage-your-interaction-with-clients/</link>
		<comments>http://websitesmaderight.com/2011/04/how-to-manage-your-interaction-with-clients/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 05:26:31 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[Client Interaction]]></category>
		<category><![CDATA[Round-up]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=218</guid>
		<description><![CDATA[This is a round-up of articles on client interaction and how to manage it during the various stages of the development cycle. All these articles are no more than approximately 2 years old. This collection is divided by the 4 primary stages of client interaction. In web design, client interaction (i.e. doing business with clients) [...]]]></description>
			<content:encoded><![CDATA[<p>This is a round-up of articles on client interaction and how to manage it during the various stages of the development cycle. All these articles are no more than approximately 2 years old.</p>
<p>This collection is divided by the 4 primary stages of client interaction.</p>
<p>In web design, client interaction (i.e. doing business with clients) can be divided as follows (note that this is not exhaustive in the sub-categories).</p>
<ol>
<li>
<h3><a href="#BusinessOperation">Business Operation</a></h3>
<p>This is how to run your business, in particular, the process, procedure, and technical aspects of client interaction.</p>
<ul>
<li><a href="#ProjectEstimates">Project estimates, service pricing, and price negotiating</a></li>
<li><a href="#Policy">Policy and contracts</a></li>
<li><a href="#CollectingMoney">Collecting money related issues</a></li>
</ul>
</li>
<li>
<h3><a href="#ClientRelationship">Client Relationship Establishment</a></h3>
<p>This is how to interact with your clients in general, it&#8217;s the personal aspects of the client relationship.</p>
<ul>
<li><a href="#Introduction">Impressing them and introduction</a></li>
<li><a href="#Qualifying">Qualifying clients</a></li>
<li><a href="#SpottingProblemClients">Spotting Problem Clients</a></li>
<li><a href="#FollowingUp">Following-up</a></li>
</ul>
</li>
<li>
<h3><a href="#Planning">Project Planning Cooperation</a></h3>
<p>This is how to plan your client’s project with them both technically and psychologically, the client gives you their requirements and goals that they want from you.</li>
<li>
<h3><a href="#Proposal">Project Proposal and Project Presentation</a></h3>
<p>This is how to present your ideas technically, you give the client what you propose to do for them.</li>
</ol>
<hr />
<p><a name="BusinessOperation"></a></p>
<h2>Business Operation</h2>
<ul>
<li><a href="http://www.brianyerkes.com/3-reasons-why-clients-dont-choose-you/">3 Reasons Why Clients Don’t Choose You</a> (brianyerkes.com)</li>
<li><a href="http://webdesignledger.com/tips/3-simple-ways-to-get-paid-more-by-clients">3 Simple Ways to Get Paid More by Clients</a> (Web Design Ledger)</li>
<li><a href="http://vandelaydesign.com/blog/business/pricing-objections/">5 Tips for Handling Pricing Objections</a> (Vandelay Website Design)</li>
<li><a href="http://www.thedesigncubicle.com/2011/02/design-advice-to-keep-you-sane-and-prosper/">Design advice to keep you sane and prosper</a> (The Design Cubicle)</li>
<li><a href="http://www.thedesigncubicle.com/2009/12/educated-clients-equal-more-clients/">Educated clients equal more clients</a> (The Design Cubicle)</li>
<li><a href="http://blogs.sitepoint.com/five-freelancing-tips-to-avoid-disasters/">Five Freelancing Tips to Avoid Disasters</a> (SitePoint Blogs)</li>
<li><a href="http://blogs.sitepoint.com/why-charge-late-fees/">Four Arguments for Charging Late Fees</a> (SitePoint Blogs)</li>
<li><a href="http://blogs.sitepoint.com/handling-client-data/">How Do Your Clients Want You to Handle Their Data?</a> (SitePoint Blogs)</li>
<li><a href="http://www.reddit.com/r/web_design/comments/exvmo/how_long_do_i_wait_before_i_take_em_to_court/">How long do I wait before I take em to court?</a> (Reddit)</li>
<li><a href="http://designm.ag/freelance/value-of-design-services/">How to Increase the Value of Your Design Services for Clients</a> (DesignM.ag)</li>
<li><a href="http://www.acuitydesigns.net/how-to-deal-with-non-paying-clients/">How To Deal with Non-Paying Clients</a> (acuity designs)</li>
<li><a href="http://blogs.sitepoint.com/how-to-set-boundaries/">How To Set Boundaries With Clients</a> (SitePoint Blogs)</li>
<li><a href="http://www.commercialquotesinsurance.com/what-type-of-insurance-coverage-does-a-web-design-company-need/">Liability Insurance for Web Designers: What You NEED to Know</a> (commercialquotesinsurance.com)</li>
<li><a href="http://freelancefolder.com/managing-your-client-schedule/">Managing Your Client Schedule</a> (Freelancefolder)</li>
<li><a href="http://spyrestudios.com/morality-in-web-development-your-thoughts/">Morality in Web Development – Your Thoughts?</a> (Spyre Studios)</li>
<li><a href="http://freelancefolder.com/when-a-client-asks-you-to-do-something-new/">Should You “Fake It” If a Client Asks for Something You Can’t Do?</a> (Freelancefolder)</li>
<li><a href="http://john.onolan.org/the-problem-with-selling-web-design/">The Problem With Selling Web Design</a> (John O&#8217;Nolan)</li>
<li><a href="http://speckyboy.com/2011/02/16/thoughts-on-why-spec-work-is-bad-and-why-you-shouldn%E2%80%99t-do-it/">Thoughts on why Spec Work is Bad and Why You Shouldn’t Do It</a> (speckyboy.com)</li>
<li><a href="http://freelancefolder.com/what-happens-when-the-website-blows-up/">What Happens When the Website You Are Working on Blows Up?</a> (Freelancefolder)</li>
<li><a href="http://blog.frankchimero.com/post/2764593863/whiteboard-accounting">Whiteboard Accounting</a> (Frank Chimero)</li>
</ul>
<p><a name="ProjectEstimates"></a></p>
<h3>Project Estimates, Service Pricing, and Price Negotiating Resources and Tips</h3>
<ul>
<li><a href="http://tuomaspelkonen.com/2010/04/12-problems-with-software-estimation-2/">12 Problems with Software Estimation</a> (Rants and Apps)</li>
<li><a href="http://www.admixweb.com/2009/07/26/12-tips-on-pricing-your-web-work/">12 Tips on Pricing your Web Work</a> (Admix Web)</li>
<li><a href="http://colorburned.com/2009/09/five-tips-fo-charging-clients-for-services.html">5 Tips for Charging Clients For Services</a> (Colorburned Creative)</li>
<li><a href="http://www.youthedesigner.com/2009/10/02/5-ways-to-squeeze-more-money-out-of-clients/">5 Ways to Squeeze More Money Out of Clients</a> (You the Designer)</li>
<li><a href="http://sixrevisions.com/project-management/7-simple-ways-to-raise-your-rates-and-keep-your-clients/">7 Simple Ways to Raise Your Rates and Keep Your Clients</a> (Six Revisions)</li>
<li><a href="http://sixrevisions.com/project-management/7-tips-for-giving-effective-design-project-quotes/">7 Tips for Giving Effective Design Project Quotes</a> (Six Revisions)</li>
<li><a href="http://buildinternet.com/2009/12/a-discussion-on-hourly-rates-in-web-design/">A Discussion on Hourly Rates in Web Design</a> (Build Internet!)</li>
<li><a href="http://www.noupe.com/how-tos/calculating-the-genuine-value-of-your-design.html">Calculating The Genuine Value of Your Design</a> (Noupe)</li>
<li><a href="http://graphicdesignblender.com/charging-what-youre-worth">Charging what you’re worth: a few tips for underpaid designers</a> (Graphic Design Blender)</li>
<li><a href="http://www.smashingmagazine.com/2010/08/05/craft-an-irresistible-price-by-focusing-on-your-users/">Craft An Irresistible Price By Focusing On Your Users</a> (Smashing Magazine)</li>
<li><a href="http://www.thedesigncubicle.com/2011/02/design-advice-to-keep-you-sane-and-prosper/">Design advice to keep you sane and prosper</a> (The Design Cubicle)</li>
<li><a href="http://graphicdesignblender.com/do-designers-deserve-down-payments">Do Designers Deserve Down-Payments?</a> (Graphic Design Blender)</li>
<li><a href="http://blogs.sitepoint.com/five-reasons-why-you-shouldnt-do-that-job-free/">Five Reasons Why You Shouldn’t Do That Job Free</a> (SitePoint Blogs)</li>
<li><a href="http://www.freelanceapple.com/fixed-vs-hourly-the-rate-faceoff/">Fixed vs. Hourly – The Rate Faceoff</a> (Freelance Apple)</li>
<li><a href="http://devgrow.com/freelance-project-quote-estimator/">Freelance Project Quote Estimator</a> (DevGrow)</li>
<li><a href="http://24c.eu/from-a-web-designer%E2%80%99s-point-of-view-is-the-client-leaving-clients-on-the-table">From a Web Designer’s Point of View: Is the client leaving clients on the table?</a> (This is not the original by Woork Up)</li>
<li><a href="http://blogs.sitepoint.com/getting-paid-for-your-proposal/">Getting Paid … for Your Proposal?!</a> (SitePoint Blogs)</li>
<li><a href="http://blogs.sitepoint.com/billable-or-non-billable-time/">Hourly Billing: Is It Billable Time?</a> (SitePoint Blogs)</li>
<li><a href="http://www.theprojectweb.com/how-project-estimating-can-lead-to-more-money-and-happier-clients/">How Project Estimating Can Lead to More Money and Happier Clients</a> (The Project Web &#8211; Resources for Web Design Projects)</li>
<li><a href="http://devgrow.com/how-to-properly-quote-a-client/">How to Properly Quote a Client</a> (DevGrow)</li>
<li><a href="http://www.infoq.com/articles/estimation-toolkit">InfoQ: Estimation Toolkit</a> (InfoQ)</li>
<li><a href="http://graphicdesignblender.com/price-quotes-no-budget-design-clients">Offering price quotes to no-budget design clients</a> (Graphic Design Blender)</li>
<li><a href="http://buildinternet.com/2009/06/pricing-like-youre-worth-it/">Pricing Like You’re Worth It</a> (Build Internet!)</li>
<li><a href="http://www.reddit.com/r/web_design/comments/f21hy/say_no_to_spec_work/">Say “NO” to Spec Work</a> (Freshbooks Blog)</li>
<li><a href="http://shouldiworkforfree.com/">Should I Work for Free?</a> (Jessica Hische)</li>
<li><a href="http://graphicdesignblender.com/design-profits-down-toilet">Stop throwing your design profits down the toilet</a> (Graphic Design Blender)</li>
<li><a href="http://blogs.sitepoint.com/bartering-considerations/">The Five Most Important Things to Do Before Jumping Into a Bartering Arrangement</a> (SitePoint Blogs)</li>
<li><a href="http://blog.jayfields.com/2011/02/impact-of-accidental-complexity-on.html">The Impact of Accidental Complexity on Estimates</a> (Jay Fields&#8217; Thoughts)</li>
<li><a href="http://speckyboy.com/2011/02/16/thoughts-on-why-spec-work-is-bad-and-why-you-shouldn%E2%80%99t-do-it/">Thoughts on why Spec Work is Bad and Why You Shouldn’t Do It-Speckyboy Design Magazine</a> (speckyboy.com)</li>
<li><a href="http://blogs.sitepoint.com/three-ways-to-turn-free-work-into-paid-projects/">Three Ways to Turn Free Work into Paid Projects</a> (SitePoint Blogs)</li>
<li><a href="http://www.admixweb.com/2009/09/13/tools-to-help-you-estimate-price-for-your-web-work/">Tools to Help you Estimate Price for your Web Work</a> (Admix Web)</li>
<li><a href="http://buildinternet.com/2009/06/watch-your-language-clients-pricing/">Watch Your Language: Clients &amp; Pricing</a> (Build Internet!)</li>
<li><a href="http://estimator.astuteo.com/">Web Development Project Estimator</a> (Astuteo)</li>
<li><a href="http://www.noupe.com/freelance/what-s-in-a-price-the-guidelines-for-pricing-web-designs.html">What’s In A Price: The Guidelines For Pricing Web Designs</a> (Noupe)</li>
<li><a href="http://blog.patchspace.co.uk/why-cant-developers-estimate-time">Why Can&#8217;t Developers Estimate Time?</a> (PatchSpace Blog)</li>
<li><a href="http://www.idapostle.com/why-design-cant-be-billed-by-the-hour/">Why Design Can’t be Billed by the Hour</a> (idApostle)</li>
<li><a href="http://orestis.gr/blog/2010/11/06/why-i-bill-hourly/">Why I bill hourly</a> (orestis.gr)</li>
<li><a href="http://www.vanseodesign.com/online-business/collecting-deposits/">Do You Know Why It’s Important To Collect A Deposit For Design Work?</a> (Van SEO Design)</li>
<li><a href="http://freelancefolder.com/why-you-should-never-charge-hourly/">Why You Should Never Charge Hourly</a> (Freelancefolder)</li>
<li><a href="http://www.acuitydesigns.net/your-quote-is-too-high-chargingnegotiating-for-design-work/">Your Quote is too high! – Charging/Negotiating for design work</a> (acuity designs)</li>
</ul>
<p><a name="Policy"></a></p>
<h3>Policy and Contract Resources and Tips</h3>
<ul>
<li><a href="http://www.acuitydesigns.net/5-free-non-disclosure-agreements/">5 Free Non-Disclosure Agreements</a> (acuity designs)</li>
<li><a href="http://www.theprojectweb.com/8-provisions-your-web-design-contracts-must-have/">8 Provisions Your Web Design Contracts Must Have</a> (TheProjectWeb.com)</li>
<li><a href="http://www.1stwebdesigner.com/freebies/client-tactics-freelance-contract-basics-part-3/">Client Tactics: Freelance Contract Basics Part 3</a> (1stwebdesigner)</li>
<li><a href="http://stuffandnonsense.co.uk/blog/about/contract_killer_the_next_hit/">Contract Killer: The Next Hit</a> (Stuff and Nonsense)</li>
<li><a href="http://blogs.sitepoint.com/contract-negotiation-101/">Contract Negotiation 101</a> (SitePoint Blogs)</li>
<li><a href="http://creativelatitude.com/links/resources_downloads.html">Creative Latitude: Resources: Downloads</a> (Creative Latitude)</li>
<li><a href="http://www.zenfulcreations.com/resources/worksheets/design_contract.htm">Design Contract Template</a> (zenful creations)</li>
<li><a href="http://www.smashingmagazine.com/2009/10/06/freelance-contracts-dos-and-donts/">Freelance Contracts: Do’s And Don’ts</a> (Smashing Magazine)</li>
<li><a href="http://www.davidairey.com/graphic-design-contract-advice/">Graphic design contracts &#8211; your advice</a> (David Airey » graphic designer, logo designer)</li>
<li><a href="http://www.smashingmagazine.com/2010/06/07/how-to-spot-a-sketchy-client-plus-a-contract-template">How To Spot A Sketchy Client (Plus A Contract Template)</a> (Smashing Magazine)</li>
<li><a href="http://blogs.sitepoint.com/clauses-to-include-in-freelance-contract/">Kill Fees and Six Other Clauses to Consider for Your Contract</a> (SitePoint Blogs)</li>
<li><a href="http://www.knowing.net/index.php/2010/04/23/legal-contracts-written-in-code/">Legal Contracts Written in Code</a> (Knowing.NET)</li>
<li><a href="http://blog.craftforge.org/2010/07/performance-tests-as-contract-part-1.html">Performance tests as a contract &#8211; part 1</a> (blog.craftforge.org)</li>
<li><a href="http://www.redicedesigns.com/blog/2010/freelance/items-a-designer-must-include-in-a-contract/">Red Ice Designs: Items a Designer Must Include in a Contract (Part 1)</a> (Red Ice Designs)</li>
<li><a href="http://www.redicedesigns.com/blog/2010/freelance/what-a-client-must-include-in-a-design-agreement/">Red Ice Designs: What a Client Must Include in a Design Agreement (Part 2)</a> (Red Ice Designs)</li>
<li><a href="http://www.smashingmagazine.com/2010/07/08/renegotiating-the-contract-and-other-tales-of-horror/">Renegotiating The Contract (And Other Tales Of Horror)</a> (Smashing Magazine)</li>
<li><a href="http://designinformer.com/the-bare-bones-that-every-freelance-contract-should-have/">The Bare Bones That Every Freelance Contract Should Have</a> (Design Informer)</li>
<li><a href="http://www.webappers.com/2009/07/30/the-basics-essentials-of-graphic-design-contracts/">The Basics &amp; Essentials of Graphic Design Contracts</a> (WebAppers)</li>
</ul>
<p><a name="CollectingMoney"></a></p>
<h3>Collecting Money Related Issues</h3>
<ul>
<li><a href="http://www.testking.com/techking/tips/11-tips-for-freelancers-to-get-paid-on-time/">11 Tips for Freelancers to get Paid on Time</a> (Tech King)</li>
<li><a href="http://www.logoguru.co.uk/blog/warning-signs-client-not-pay/">7 Warning Signs that your client won’t pay – Red Alert!</a> (LogoGuru.co.uk)</li>
<li><a href="http://www.invoicera.com/blog/invoice-software/9-invoicing-tips-for-better-invoicing">9 Invoicing Tips for Better Invoicing</a> (invoicera)</li>
<li><a href="http://www.smashingmagazine.com/2010/04/09/dealing-with-clients-who-refuse-to-pay/">Dealing With Clients Who Refuse To Pay</a> (Smashing Magazine)</li>
<li><a href="http://www.acuitydesigns.net/how-to-deal-with-non-paying-clients/">How To Deal with Non-Paying Clients</a> (Acuity Designs)</li>
<li><a href="http://www.contactme.com/blog/how-to/how-to-get-clients-to-pay/">How To Get Clients To Pay Up</a> (ContactMe)</li>
<li><a href="http://www.dwsmg.com/7-tips-to-get-hasty-payments-from-your-client.html">Tips To Get Hasty Payments From Your Client</a> (DWS mg.com)</li>
<li><a href="http://www.smashingshare.com/2010/07/08/when-a-freelancer-should-bill-the-client/">When A Freelancer Should Bill The Client</a> (SmashingShare.com)</li>
</ul>
<hr />
<p><a name="ClientRelationship"></a></p>
<h2>Client Relationship Establishment Tips</h2>
<ul>
<li><a href="http://freelancefolder.com/10-bad-habits-that-are-costing-you-clients/">10 Bad Habits That Are Costing You Clients</a> (FreelanceFolder)</li>
<li><a href="http://www.graphicdesignblog.org/graphic-designers-client-personalities/">10 Distinctive Client Personalities – Discover your clients!!</a> (Graphic Design Blog)</li>
<li><a href="http://www.visiblelogic.com/blog/index.php/2010/07/10-reasons-to-be-your-designers-best-client/">10 Reasons To Be Your Designer’s Best Client</a> (Visible Logic)</li>
<li><a href="http://freelancefolder.com/10-secret-reasons-why-you-lose-clients/">10 Secret Reasons    Why You Lose Clients</a> (Freelancefolder)</li>
<li><a href="http://designshack.co.uk/articles/business-articles/10-sure-fire-ways-to-make-your-clients-love-you">10 Sure-Fire Ways to Make Your Clients Love You</a> (Design Shack)</li>
<li><a href="http://sixrevisions.com/project-management/10-tips-for-providing-great-customer-service-to-your-clients/">10 Tips for Providing Great Customer Service to Your Clients</a> (Six Revisions)</li>
<li><a href="http://www.shayhowe.com/resource/working-with-a-bad-client/">10 Tips On Communicating with Difficult Web Design Clients</a> (letscounthedays)</li>
<li><a href="http://designrfix.com/news/10-ways-to-avoid-mistakes-during-communicate-with-customers">10 Ways To Avoid Mistakes During Communicate With Customers</a> (Designrfix)</li>
<li><a href="http://designm.ag/freelance/10-ways-to-lose-a-client/">10 Ways to Lose a Client</a> (Design Mag)</li>
<li><a href="http://www.admixweb.com/2009/06/08/10-tips-to-improve-interaction-with-clients/">10+ Tips to Improve Interaction with Clients</a> (Admix Web)</li>
<li><a href="http://www.theprojectweb.com/plan-to-handle-client-crisis-situations/">10-Step Plan to Handle Client Crisis Situations</a> (TheProjectWeb.com)</li>
<li><a href="http://www.webdesignbooth.com/ways-to-improve-client-interaction/">13 Ways To Improve Client Interaction</a> (Web Design Booth)</li>
<li><a href="http://www.webdesignerdepot.com/2010/09/15-bad-habits-that-could-kill-your-design-career/">15 Bad Habits That Could Kill Your Design Career</a> (Webdesigner Depot)</li>
<li><a href="http://boagworld.com/talks/40-ways">40 better ways to work with clients</a> (Boagworld)</li>
<li><a href="http://sixrevisions.com/project-management/5-practices-your-clients-will-love/">5 Practices Your Clients Will Love</a> (Six Revisions)</li>
<li><a href="http://www.webdesignerdepot.com/2009/06/5-rotten-things-no-one-else-has-told-you-about-the-clients-youll-work-for/">5 Rotten Things No One Else Has Told You About the Clients You’ll Work For</a> (Webdesigner Depot)</li>
<li><a href="http://www.webdesignerdepot.com/2009/03/5-things-your-clients-should-know/">5 Things Your Clients Should Know</a> (Webdesigner Depot)</li>
<li><a href="http://spyrestudios.com/conveying-the-right-information-to-clients/">5 Tips for Conveying The Right Information to Clients</a> (SpyreStudios &#8211; Design and Development Magazine)</li>
<li><a href="http://designrfix.com/news/5-way-to-do-with-client-for-good-relationship">5 Way to Do With Client for Good Relationship</a> (Designrfix)</li>
<li><a href="http://www.reencoded.com/2010/09/30/5-ways-to-deal-with-a-bad-client/">5 Ways to Deal With a Bad Client</a> ([Re]Encoded.com)</li>
<li><a href="http://www.visualswirl.com/articles/wow-clients-killer-customer-service/">5 Ways to Wow Your Clients With Killer Customer Service</a> (Visual Swirl Design Resources)</li>
<li><a href="http://www.nikibrown.com/designoblog/2010/06/27/frustrating-design-clients/">6 Helpful Tips for Dealing With (P.I.T.A.*) Clients</a> (The Design O&#8217;Blog)</li>
<li><a href="http://blogs.sitepoint.com/6-ways-to-qa-your-client-communications/">6 Ways to QA Your Client Communications</a> (SitePoint Blogs)</li>
<li><a href="http://www.webdesignerdepot.com/2010/07/7-personality-types-of-clients-today/">7 Personality Types of Clients Today</a> (Webdesigner Depot)</li>
<li><a href="http://sixrevisions.com/project-management/7-things-web-designers-hate-hearing-from-clients/">7 Things Web Designers Hate Hearing from Clients</a> (Six Revisions)</li>
<li><a href="http://www.allthingscrm.com/crm-news/crm/crm-101-a-novice-guide/">A Beginners Guide To Dealing With Customers</a> (All Things CRM)</li>
<li><a href="http://thephuse.com/business/the-art-of-negotiating-with-clients/">A Different Method of Negotiating With Clients</a> (The Phuse)</li>
<li><a href="http://www.alistapart.com/articles/no-one-nos-learning-to-say-no-to-bad-ideas/">No One Nos: Learning to Say No to Bad Ideas</a> (A List Apart)</li>
<li><a href="http://www.logobird.com/advice-for-dealing-with-design-clients/">Advice for dealing with design clients</a> (Logobird Designs)</li>
<li><a href="http://boagworld.com/podcast/201">Are clients stupid?</a> (Boagworld)</li>
<li><a href="http://blogs.sitepoint.com/what-do-clients-really-want/">Can I Have Fries with That? What Clients Really Want</a> (SitePoint Blogs)</li>
<li><a href="http://www.1stwebdesigner.com/design/client-handling-finding-clients-pain-points/">Client Handling: Finding your Client’s Pain Points</a> (1stwebdesigner &#8211; Love In Design)</li>
<li><a href="http://buildinternet.com/2010/06/client-rejection-why-no-means-nothing/">Client Rejection – Why No Means Nothing</a> (Build Internet!)</li>
<li><a href="http://csswizardry.com/2011/01/client-respect/">Client respect</a> (CSS Wizardry)</li>
<li><a href="http://sixrevisions.com/project-management/client-vs-designer-four-lessons-to-win-the-battle/">Client vs. Designer: Four Lessons to Win the Battle</a> (Six Revisions)</li>
<li><a href="http://www.paper-leaf.com/blog/2010/05/clients-the-perception-of-value-in-design/">Clients &amp; the Perception of Value in Design</a> (Paper Leaf Design)</li>
<li><a href="http://spyrestudios.com/clients-the-web-and-the-big-misconception/">Clients, the Web and the Big Misconception</a> (Spyre Studios)</li>
<li><a href="http://www.dzinepress.com/2010/11/colorful-clientele-client-types-and-how-to-handle-them/">Colorful Clientele – Client Types and How to Handle Them</a> (Dzinepress)</li>
<li><a href="http://www.paper-leaf.com/blog/2011/02/common-client-concerns-with-design-projects/">Common Client Concerns with Design Projects</a> (Paper Leaf Design)</li>
<li><a href="http://freelancefolder.com/dealing-with-big-name-clients/">Dealing With Big Name Clients</a> (Freelancefolder)</li>
<li><a href="http://freelancefolder.com/doing-the-little-things-to-please-clients/">Doing the Little Things to Please Clients</a> (Freelancefolder)</li>
<li><a href="http://www.instantshift.com/2011/02/21/don%E2%80%99t-take-rejection-personally/">Don’t Take Rejection Personally</a> (InstantShift)</li>
<li><a href="http://www.drawar.com/posts/Educate-the-Clients--with-Freebies">Educate the Clients</a> (Drawar Articles)</li>
<li><a href="http://www.thefloatingfrog.co.uk/web-design/educate-your-clients-about-their-budget/">Educate your clients about their budget</a> (The Floating Frog)</li>
<li><a href="http://vectorpatterns.co.uk/articles/essential-tips-for-how-freelancers-can-impress-clients/">Essential Tips For How Freelancers Can Impress Clients</a> (Vector Patterns)</li>
<li><a href="http://www.logodesignlove.com/toughest-design-client">Facing your toughest design client</a> (Logo Design Love)</li>
<li><a href="http://econsultancy.com/us/blog/6651-five-reasons-your-clients-hate-you">Five reasons your clients hate you</a> (E-consultancy.com)</li>
<li><a href="http://www.techrepublic.com/blog/project-management/five-things-you-should-never-say-to-a-client/2800">Five things you should never say to a client</a> (TechRepublic)</li>
<li><a href="http://thinkvitamin.com/asides/get-clients-to-say-yes/ ">Get Clients to Say ‘Yes!’</a> (Think Vitamin)</li>
<li><a href="http://designm.ag/resources/how-great-clients-can-help-you-become-a-better-designer/">How Great Clients Can Help You Become a Better Designer</a> (DesignM.ag)</li>
<li><a href="http://deltadesignz.com/2010/10/how-to-be-taken-seriously-as-a-student-designer/">How To Be Taken Seriously As A Student Designer</a> (deltadesignz.com)</li>
<li><a href="http://www.graphicmania.net/how-to-build-a-good-working-client-relationship/">How to Build a Good Working Client Relationship</a> (Graphic Mania)</li>
<li><a href="http://designreviver.com/tips/how-to-communicate-with-your-clients/">How to Communicate With Your Clients</a> (Design Reviver)</li>
<li><a href="http://blogs.sitepoint.com/how-to-fire-a-client-2/">How to Cut Ties without Burning Bridges</a> (SitePoint Blogs)</li>
<li><a href="http://graphicdesignblender.com/clients-who-micromanage">How to deal with clients who micromanage</a> (Graphic Design Blender)</li>
<li><a href="http://www.instantshift.com/2010/11/22/how-to-deal-with-demon-clients/">How to Deal With Demon Clients</a> (instantShift)</li>
<li><a href="http://www.webdesignerdepot.com/2010/10/how-to-deal-with-nightmare-clients/">How to Deal With Nightmare Clients</a> (Webdesigner Depot)</li>
<li><a href="http://www.softwarebyrob.com/2010/12/09/how-to-detect-a-toxic-customer/">How to Detect a Toxic Customer</a> (Software by Rob)</li>
<li><a href="http://www.smashingmagazine.com/2009/12/10/how-to-explain-to-clients-that-they-are-wrong/">How To Explain To Clients That They Are Wrong</a> (Smashing Magazine)</li>
<li><a href="http://freelancefolder.com/how-to-get-clients-to-absolutely-love-your-work-2/">How to Get Clients to Absolutely Love Your Freelancing Work</a> (Freelancefolder)</li>
<li><a href="http://blogs.sitepoint.com/get-clients-to-fall-in-love-with-you/">How to Get Clients to Fall in Love with You All Over Again</a> (SitePoint Blogs)</li>
<li><a href="http://dzineblog.com/2010/08/how-to-get-more-clients-from-new-clients.html">How To Get More Clients From New Clients</a> (Dzine Blog)</li>
<li><a href="http://sixrevisions.com/project-management/how-to-get-your-ideas-across-to-clients/">How to Get Your Ideas Across to Clients</a> (Six Revisions)</li>
<li><a href="http://designrfix.com/news/how-to-handle-clients">How to handle clients</a> (Designrfix)</li>
<li><a href="http://pixelactic.com/2009/11/20/how-to-handle-deadline-strict-clients/">How To Handle Deadline-Strict Clients</a> (Pixelactic.com)</li>
<li><a href="http://sixrevisions.com/project-management/how-to-handle-difficult-client-situations/">How to Handle Difficult Client Situations</a> (Six Revisions)</li>
<li><a href="http://graphicdesignblender.com/impress-clients-get-business">How to impress design clients and get more business</a> (Graphic Design Blender)</li>
<li><a href="http://freelancefolder.com/how-to-keep-a-mistake-from-losing-you-a-client/">How to Keep a Mistake from Losing You a Client</a> (Freelancefolder)</li>
<li><a href="http://www.smashingbuzz.com/2010/11/how-to-keep-your-clients-on-board-for-a-long-time-2/">How to Keep Your Clients on Board for a Long Time</a> (Smashing Buzz)</li>
<li><a href="http://www.webdesigndispatch.com/how-to-keep-your-web-design-clients-happy/">How to Keep Your Web Design Clients Happy</a> (WebDesignDispatch.com)</li>
<li><a href="http://blogs.sitepoint.com/how-to-manage-client-expectations/">How To Manage Client Expectations</a> (SitePoint Blogs)</li>
<li><a href="http://blogs.sitepoint.com/market-to-pain-points/">How to Market to Your Clients’ Pain</a> (SitePoint Blogs)</li>
<li><a href="http://www.designzzz.com/how-to-reach-satisfaction-factor-web-design-clients/">How to Reach the Satisfaction Factor of Web Design Clients</a> (Designzzz.com)</li>
<li><a href="http://blogs.sitepoint.com/how-to-say-no-to-a-client/">How to Survive Saying No to a Client</a> (SitePoint Blogs)</li>
<li><a href="http://graphicdesignblender.com/how-to-turn-design-clients-into-raving-fans-who-bring-you-more-business">How To Turn Design Clients Into Raving Fans</a> (Graphic Design Blender)</li>
<li><a href="http://graphicdesignblender.com/from-client-to-core-fan">How to turn one-time clients into core fans of your design business</a> (Graphic Design Blender)</li>
<li><a href="http://www.noupe.com/how-tos/improving-client-relations-and-enhancing-the-work-process.html">Improving Client Relations and Enhancing the Work Process</a> (Noupe)</li>
<li><a href="http://www.reencoded.com/2010/12/07/is-it-time-to-fire-your-client/">Is it Time to Fire Your Client?</a> ([Re]Encoded.com)</li>
<li><a href="http://thinkvitamin.com/business/learning-to-ignore-your-clients/">Learning To Ignore Your Clients</a> (Vitamin Feed)</li>
<li><a href="http://www.bkmacdaddy.com/blog/lessons-learned-from-my-first-unhappy-client">Lessons Learned From My First Unhappy Client</a> (bkmacdaddy designs)</li>
<li><a href="http://www.visualswirl.com/articles/looking-out-for-the-little-guy-when-small-clients-payoff-big/">Looking Out for the Little Guy: When Small Clients Payoff Big</a> (Visual Swirl Design Resources)</li>
<li><a href="http://www.yourinspirationweb.com/en/no-the-secret-to-the-great-clients/">NO! – The secret to the great clients</a> (Your Inspiration Web)</li>
<li><a href="http://www.pvmgarage.com/2010/04/options-to-consider-when-your-client-is-driving-you-mad/">Options To Consider When Your Client Is Driving You Mad</a> (PV.M Garage | Web Design Blog)</li>
<li><a href="http://blogs.sitepoint.com/getting-referrals/">Referrals: Getting Clients To WANT To Plug You</a> (SitePoint Blogs)</li>
<li><a href="http://blogs.sitepoint.com/say-no-to-some-clients/">Say No to (Some) Clients</a> (SitePoint Blogs)</li>
<li><a href="http://blog.objectmentor.com/articles/2009/12/04/saying-no">Saying &#8220;NO&#8221;.</a> (Object Mentor Blog)</li>
<li><a href="http://www.orphicpixel.com/showing-appreciation-to-gain-client-loyalty/">Showing Appreciation To Gain Client Loyalty</a> (Orphicpixel)</li>
<li><a href="http://www.1stwebdesigner.com/design/what-clients-think/">Simple Ways to Know What Your Client is Thinking</a> (1stwebdesigner)</li>
<li><a href="http://www.smashingmagazine.com/2011/01/14/how-to-identify-good-clients-avoid-bad-ones/">How To Identify Good Clients (and Avoid Bad Ones)</a> (Smashing Magazine)</li>
<li><a href="http://www.designjuices.co.uk/2010/05/so-youve-lost-a-client/">So you’ve lost a client&#8230;</a> (Design Juices)</li>
<li><a href="http://www.1stwebdesigner.com/design/dealing-different-types-clients/">Sorting Out and Dealing with Different Types of Clients</a> (1stwebdesigner)</li>
<li><a href="http://www.noupe.com/freelance/the-art-of-saying-no.html">The Art of Saying “No”</a> (Noupe)</li>
<li><a href="http://www.drawar.com/posts/The-Client-Who-Got-It-All-Right">The Client Who Got It All Right</a> (Drawar Articles)</li>
<li><a href="http://rishadt.wordpress.com/2010/02/10/the-six-things-clients-want/">The Six Things Clients Want</a> (Reinventing)</li>
<li><a href="http://www.smashingmagazine.com/2010/05/25/theres-no-such-thing-as-a-bad-client/">There’s No Such Thing As A Bad Client</a> (Smashing Magazine)</li>
<li><a href="http://webdesignledger.com/tips/tips-for-effective-communication-with-your-clients">Tips for Effective Communication with Your Clients</a> (Web Design Ledger)</li>
<li><a href="http://www.reencoded.com/2011/01/27/treat-your-clients-right-theyre-important/">Treat Your Clients Right -They’re Important!</a> ([Re]Encoded.com)</li>
<li><a href="http://www.smashingmagazine.com/2010/09/24/common-client-difficulties-or-turning-all-clients-into-dream-clients/">Turning All Clients Into Dream Clients (or Common Client Difficulties)</a> (Smashing Magazine)</li>
<li><a href="http://blogs.sitepoint.com/underpinning-clients-your-bread-and-butter/">Underpinning Clients: Your Bread and Butter</a> (SitePoint Blogs)</li>
<li><a href="http://boagworld.com/random/customer-service-2/">Web design is also about customer service</a> (Boagworld)</li>
<li><a href="http://www.designzzz.com/clients-interaction-what-they-mean-guide-web-designers/">What Clients Say and What They Mean – Guide for Web Designers</a> (Designzzz.com)</li>
<li><a href="http://designm.ag/resources/what-do-you-give-your-clients/">What Do You Give Your Clients?</a> (Web Design Blog &#8211; DesignM.ag)</li>
<li><a href="http://www.paper-leaf.com/blog/2010/09/what-do-your-design-clients-care-about/">What Do Your Design Clients Care About?</a> (Paper Leaf Design)</li>
<li><a href="http://www.1stwebdesigner.com/design/freelance-series-client-meeting/">What Everyone Ought to Know about Initial Client Meeting</a> (1stwebdesigner)</li>
<li><a href="http://www.reddit.com/r/web_design/comments/fqzkp/what_is_your_answer_to_the_dreaded_client/">What is your answer to the dreaded client question &#8220;How do I make my site go to the top of Google?&#8221;</a> (Reddit)</li>
<li><a href="http://www.webdesignerdepot.com/2010/12/what-to-do-when-a-client-relationship-goes-south/">What to Do When a Client Relationship Goes South</a> (Webdesigner Depot)</li>
<li><a href="http://graphicdesignblender.com/what-to-do-when-a-client-wants-you-to-copy-another-design">What to do when a client wants you to copy other designs</a> (Graphic Design Blender)</li>
<li><a href="http://freelancefolder.com/what-would-you-learn-if-you-could-read-your-clients-mind/">What Would You Learn If You Could Read Your Client’s Mind?</a> (FreelanceFolder)</li>
<li><a href="http://webworkerdaily.com/2010/06/04/when-clients-mess-things-up/">When Clients Mess Things Up</a> (webworkerdaily.com)</li>
<li><a href="http://graphicdesignblender.com/when-design-clients-come-back-from-the-dead">When design clients come back from the dead</a> (Graphic Design Blender)</li>
<li><a href="http://blog.thelibzter.com/when-to-turn-a-web-design-project-or-client-down-and-how-to-do-it">When to Turn a Web Design Project or Client Down and How To Do It Well</a> (Web design by TheLibzter.com)</li>
<li><a href="http://www.yourinspirationweb.com/en/no-the-secret-to-the-great-clients/">Work Rejected? Deal With it</a> (Your Inspiration Web)</li>
</ul>
<p><a name="Introduction"></a></p>
<h3>Impressing Them and Introduction Tips</h3>
<ul>
<li><a href="http://www.freelanceapple.com/4-simple-ways-to-impress-a-potential-client/">4 Simple Ways to Impress a Potential Client</a> (Freelance Apple)</li>
<li><a href="http://freelancefolder.com/5-good-ways-to-close-a-new-client-deal/">5 Good Ways to Close a Client Deal</a> (Freelancefolder)</li>
<li><a href="http://blogs.sitepoint.com/factors-to-consider-when-qualifying-prospects/">8-Point Checklist for Qualifying Prospects</a> (SitePoint Blogs)</li>
<li><a href="http://pelfusion.com/design/a-comprehensive-guide-to-web-terminology/">A Comprehensive Guide to Web Terminology</a> (PelFusion Design Magazine)</li>
<li><a href="http://www.alistapart.com/articles/kick-ass-kickoff-meetings/">Articles: Kick Ass Kickoff Meetings</a> (A List Apart)</li>
<li><a href="http://webdesignfan.com/ways-to-get-a-project-successfully/">Bringing in Clients: Ways To Get a Project Successfully</a> (Web Design Fan)</li>
<li><a href="http://designshack.co.uk/articles/business-articles/how-to-make-a-confident-first-impression-with-clients">How to Make a Confident First Impression with Clients</a> (Design Shack)</li>
<li><a href="http://www.smashingbuzz.com/2010/08/how-to-nail-a-design-client-with-perfect-sales-pitch/">How to Nail a Design Client with Perfect Sales Pitch</a> (Smashing Buzz)</li>
<li><a href="http://blogs.sitepoint.com/how-to-scare-away-prospects/">How to Scare Away Prospects on Your First Call</a> (SitePoint Blogs)</li>
<li><a href="http://www.1stwebdesigner.com/design/show-your-clients-serious-attitude/">How to Show Your Clients That You’re Serious!</a> (1stwebdesigner – Graphic and Web Design Blog)</li>
<li><a href="http://designinformer.com/meeting-client-first-time/">Meeting Your Client for the First Time</a> (Design Informer | Graphic and Web Design Blog)</li>
<li><a href="http://www.logodesignlove.com/interviewing-your-client">The art of interviewing your client</a> (Logo Design Love)</li>
<li><a href="http://blogs.sitepoint.com/gain-clients-trust/">The Trust Factor: How to Gain and Maintain Your Clients’ Trust</a> (SitePoint Blogs)</li>
<li><a href="http://blogs.sitepoint.com/client-welcome-packet/">Using a Client Welcome Packet to Get Off on the Right Foot</a> (SitePoint Blogs)</li>
<li><a href="http://carsonified.com/blog/design/web-app-client-questionnaire/">Web App Client Questionnaire</a> (Think Vitamin)</li>
</ul>
<p><a name="Qualifying"></a></p>
<h3>Qualifying Clients Tips</h3>
<ul>
<li><a href="http://www.acuitydesigns.net/10-ways-to-score-and-evaluate-a-client/">10 Ways To Score and Evaluate A Client</a> (acuity designs)</li>
<li><a href="http://blogs.sitepoint.com/factors-to-consider-when-qualifying-prospects/">8-Point Checklist for Qualifying Prospects</a> (SitePoint Blogs)</li>
<li><a href="http://blogs.sitepoint.com/how-to-interview-a-client/">A Match Made in Heaven: How to Interview a Client</a> (SitePoint Blogs)</li>
<li><a href="http://www.fuelyourcreativity.com/qualifying-clients-over-the-phone-like-a-pro-even-if-you-never-thought-you-could/">Qualifying Clients over the Phone like a Pro (Even If You Never Thought You Could)</a> (Fuel Your Creativity)</li>
<li><a href="http://blogs.sitepoint.com/questions-to-ask-before-taking-on-rush-projects/">Slow Down! 5 Important Questions to Ask Before Taking on Rush Projects</a> (SitePoint Blogs)</li>
<li><a href="http://www.smallbusinessunleashed.com/your-ideal-client/">Your Ideal Client is a MUST Not a Nice to Have</a> (Small Business Unleashed)</li>
</ul>
<p><a name="SpottingProblemClients"></a></p>
<h3>Spotting Problem Clients</h3>
<ul>
<li><a href="http://www.webmonkey.com/2009/07/top_ten_reasons_to_politely_decline_a_web_design_gig/">10 Reasons to Politely Decline a Web Design Gig</a> (Webmonkey)</li>
<li><a href="http://www.underworldmagazines.com/10-signs-of-a-bad-client-you-should-drop/">10 Signs Of a Bad Client You Should Drop</a> (UnderWorld Magazines)</li>
<li><a href="http://blogs.sitepoint.com/12-signs-of-problem-clients/">12 Signs of a Problem Client</a> (SitePoint Blogs)</li>
<li><a href="http://www.theprojectweb.com/simple-warning-signs-of-bad-project/">15 Simple Warning Signs of a Bad Project (and how to think positively)</a> (The Project Web &#8211; Resources for Web Design Projects)</li>
<li><a href="http://www.webdesignerdepot.com/2010/12/7-essential-red-flags-to-watch-out-for-in-new-clients/">7 Essential Red Flags to Watch Out for in New Clients</a> (Webdesigner Depot)</li>
<li><a href="http://www.1stwebdesigner.com/design/client-tactics-deadbeat-client/">Client Tactics: How to Spot a Deadbeat Client</a> (1stwebdesigner)</li>
<li><a href="http://www.alistapart.com/articles/getting-to-no/">Getting to No</a> (A List Apart)</li>
<li><a href="http://www.sitepoint.com/article/good-riddance-deadbeat-clients/">Good Riddance to Deadbeat Clients [Work Smarter]</a> (SitePoint)</li>
<li><a href="http://www.smashingmagazine.com/2011/01/14/how-to-identify-good-clients-avoid-bad-ones/">How To Identify Good Clients (and Avoid Bad Ones)</a> (Smashing Magazine)</li>
<li><a href="http://graphicdesignblender.com/how-to-spot-bad-design-clients-when-to-ditch-them">How to spot bad design clients &amp; when to ditch them</a> (Graphic Design Blender)</li>
<li><a href="http://www.cmcconnell.com/_blog/Freelance_Review/post/Warning_Avoid_These_Clients/">Warning: Avoid These Clients</a> (C McConnell Design)</li>
<li><a href="http://www.freelanceshack.com/when-and-how-to-dump-a-client/">When and How to Dump a Client</a> (FreelanceShack)</li>
<li><a href="http://graphicdesignblender.com/when-to-fire-a-design-client">When to fire a design client</a> (Graphic Design Blender)</li>
<li><a href="http://blog.thelibzter.com/when-to-turn-a-web-design-project-or-client-down-and-how-to-do-it">When to Turn a Web Design Project or Client Down and How To Do It Well</a> (TheLibzter.com)</li>
</ul>
<p><a name="FollowingUp"></a></p>
<h3>Following-Up Tips</h3>
<ul>
<li><a href="http://blog.macronimous.com/10-questions-to-ask-your-clients-after-project-delivery/">10 Questions to ask your clients after project delivery</a> (Macronimous Web Blog)</li>
<li><a href="http://designreviver.com/tips/14-questions-to-ask-your-clients-before-and-after-a-project/">14 Questions To Ask Your Clients Before and After a Project</a> (Design Reviver)</li>
<li><a href="http://www.freelanceapple.com/4-ways-of-getting-business-from-previous-clients/">4 Ways of Getting Business from Previous Clients</a> (Freelance Apple)</li>
<li><a href="http://blogs.sitepoint.com/how-to-follow-up/">5 Rules for Following Up without Being Annoying</a> (SitePoint Blogs)</li>
<li><a href="http://blogs.sitepoint.com/maintaining-client-relationships/">5 Ways to Maintain Client Relationships Long After the Work is Complete</a> (SitePoint Blogs)</li>
<li><a href="http://www.1stwebdesigner.com/design/client-tactics-maintaining-existing-clients/">Client Tactics: Maintaining Existing Clients</a> (1stwebdesigner – Graphic and Web Design Blog)</li>
</ul>
<hr />
<p><a name="Planning"></a></p>
<h2>Project Planning Cooperation Tips</h2>
<ul>
<li><a href="http://designerscouch.org/view-article/10-Questions-to-Be-in-Sync-with-Your-Clients-270">10 Questions to Be in Sync with Your Clients</a> (DesignersCouch)</li>
<li><a href="http://blog.betterinteractive.com/101-invaluable-questions-to-build-your-web-de">101 invaluable questions to build your Web Design Questionnaire</a> (Woobzine)</li>
<li><a href="http://www.theprojectweb.com/ways-to-prevent-angry-clients-from-destroying-your-project/">11 Ways to Prevent Angry Clients from Destroying Your Project</a> (TheProjectWeb.com)</li>
<li><a href="http://blogs.sitepoint.com/quick-communication-tips/">14 Questions To Ask Your Clients Before and After a Project</a> (SitePoint Blogs)</li>
<li><a href="http://blogs.sitepoint.com/quick-communication-tips/">14 Quick and Effective Communication Tips for the Time-Challenged</a> (SitePoint Blogs)</li>
<li><a href="http://sixrevisions.com/project-management/20-questions-to-know-for-avoiding-website-project-disasters/">20 Questions to Know for Avoiding Website Project Disasters</a> (Six Revisions)</li>
<li><a href="http://www.orphicpixel.com/5-tips-to-prepare-yourself-for-a-web-design-task/">5 Tips to prepare yourself for a web design task</a> (Orphicpixel)</li>
<li><a href="http://creativefan.com/6-things-to-cover-with-clients-during-a-redesign/">6 Things to Cover with Clients During a Redesign</a> (CreativeFan)</li>
<li><a href="http://www.youthedesigner.com/2009/10/13/7-things-to-ask-your-clients-for-besides-money/">7 Things to Ask Your Clients for Besides Money</a> (You the Designer)</li>
<li><a href="http://sixrevisions.com/project-management/7-things-web-designers-hate-hearing-from-clients/">7 Things Web Designers Hate Hearing from Clients</a> (Six Revisions)</li>
<li><a href="http://bonfx.com/72-questions-to-ask-new-web-design-clients-with-pdf-chart/">72 Questions to Ask New Web Design Clients with PDF Chart</a> (bonfx.com)</li>
<li><a href="http://colorburned.com/2009/11/what-to-do-when-your-project-starts-to-go-downhill.html">What to do When Your Project Starts to go Downhill</a> (Colorburned)</li>
<li><a href="http://www.thefloatingfrog.co.uk/news-reviews/design-by-committee-a-designers-worst-nightmare/">Design By Committee: A Designers Worst Nightmare</a> (The Floating Frog)</li>
<li><a href="http://www.nikibrown.com/designoblog/2009/11/22/client-design-feedback/">Discussion: Getting Timely Feedback From clients</a> (The Design O&#8217;Blog)</li>
<li><a href="http://www.ideasonideas.com/2010/08/dont-do-another-three-way/">Don&#8217;t Do Another Three-Way</a> (smashLAB)</li>
<li><a href="http://buildinternet.com/2009/11/getting-clients-to-embrace-fresh-ideas/">Getting Clients to Embrace Fresh Ideas</a> (Build Internet!)</li>
<li><a href="http://www.davidairey.com/clients-need-a-brand-not-just-a-logo/">How to convince your clients they need a brand and not just a logo</a> (David Airey :: Graphic and Logo Designer)</li>
<li><a href="http://thephuse.com/business/how-to-convince-your-clients-that-they-need-usability/">How To Convince Your Clients They Need Usability</a> (The Phuse)</li>
<li><a href="http://www.noupe.com/how-tos/how-to-create-the-perfect-client-questionnaire.html">How To Create The Perfect Client Questionnaire</a> (Noupe)</li>
<li><a href="http://www.webdesignerdepot.com/2009/12/how-to-deal-with-feature-creep/">How to Deal with Feature Creep</a> (Webdesigner Depot)</li>
<li><a href="http://pixelactic.com/2009/11/20/how-to-handle-deadline-strict-clients/">How To Handle Deadline-Strict Clients</a> (Pixelactic.com)</li>
<li><a href="http://blog.goyello.com/2009/09/08/how-to-improve-client-communication-by-reducing-amount-of-emails-in-95/">How to improve client communication by reducing amount of emails by 95%</a> (Goyello)</li>
<li><a href="http://www.theprojectweb.com/use-twitter-with-prospects-clients-before-during-after-web-design-projects/">How to Use Twitter with Prospects and Clients Before, During and After Web Design Projects</a> (The Project Web &#8211; Resources for Web Design Projects)</li>
<li><a href="http://blogs.sitepoint.com/working-with-indecisive-clients/">How to Work with Indecisive Clients</a> (SitePoint Blogs)</li>
<li><a href="http://www.itworld.com/development/90940/how-write-client-proposal">How to Write a Client Proposal</a> (ITworld)</li>
<li><a href="http://www.addtodesign.com/its-not-me-its-you-why-your-clients-dont-like-your-designs/">It&#8217;s Not Me, It&#8217;s You &#8211; Why Your Clients Don&#8217;t Like Your Designs</a> (AddToDesign)</li>
<li><a href="http://graphicdesignblender.com/keeping-clients-motivated-throughout-the-design-process">Keeping clients motivated throughout the design process</a> (Graphic Design Blender)</li>
<li><a href="http://www.cmcconnell.com/_blog/Freelance_Review/post/Maximize_Prospective_Client_Communication/">Maximize Prospective Client Communication</a> (C McConnell Design)</li>
<li><a href="http://www.thedesigncubicle.com/2009/11/questions-to-ask-clients-before-designing-their-website/">Questions to ask clients before designing their website</a> (The Design Cubicle)</li>
<li><a href="http://www.arraystudios.com/index.php?page=10&amp;p=179">Setting Goals For Your Website &#8211; 3 Questions to Ask</a> (Array Studios Inc.)</li>
<li><a href="http://thinkvitamin.com/web-apps/strategy-basics-getting-your-clients-ducks-in-a-row/">Strategy Basics: Getting your Client&#8217;s Ducks in a Row</a> (Think Vitamin)</li>
<li><a href="http://blogs.sitepoint.com/wow-factor-with-clients/">Taking the Wow Factor to a Whole New Level</a> (SitePoint Blogs)</li>
<li><a href="http://www.inspiredm.com/killer-design/">Ten Questions You should be Asking to Produce the Killer Design Clients Crave</a> (Inspired Magazine)</li>
<li><a href="http://www.theprojectweb.com/stop-scope-creep-web-design-project/">Ten Ways to Stop Scope Creep in Your Web Design Project</a> (The Project Web &#8211; Resources for Web Design Projects)</li>
<li><a href="http://www.1stwebdesigner.com/design/top-questions-designs-clients-love/">Top Questions To Help Make Designs That Your Clients Will Love</a> (1stwebdesigner &#8211; Graphic and Web Design Blog)</li>
<li><a href="http://www.1stwebdesigner.com/design/web-design-checklists/">Ultimate List Of Web Design Checklists: Get Work Done!</a> (1stwebdesigner &#8211; Graphic and Web Design Blog)</li>
<li><a href="http://carsonified.com/blog/design/web-app-client-questionnaire/">Web App Client Questionnaire</a> (Carsonified)</li>
<li><a href="http://www.cyberdesignz.com/blog/website-design/web-design-what-are-clients-requirements/">Web Design &#8211; What are Client&#8217;s Requirements?</a> (cyber designz)</li>
<li><a href="http://www.processedidentity.com/discussion/what-determines-the-number-of-concepts-you-show-to-a-client/">What Determines the Number of Concepts you Show to a Client?</a> (Processed Identity)</li>
<li><a href="http://buildinternet.com/2010/01/when-clients-take-too-much-design-control/">When Clients Take Too Much Design Control</a> (Build Internet!)</li>
<li><a href="http://www.acuitydesigns.net/when-your-client-wants-to-become-the-designer/">When Your Client Wants To Become The Designer</a> (acuity designs)</li>
<li><a href="http://www.evotech.net/blog/2009/04/22-web-client-ued-questions/">22 Questions to Ask Before Developing a Website :: CSS, JavaScript and XHTML Explained</a> (Estelle Weyl&#8217;s Blog)</li>
</ul>
<hr />
<p><a name="Proposal"></a></p>
<h2>Project Proposal and Project Presentation Tips</h2>
<ul>
<li><a href="http://www.acuitydesigns.net/5-free-web-design-proposal-contracts/">5 Free Web Design Proposal Contracts</a> (Acuity Designs)</li>
<li><a href="http://www.webdesignerdepot.com/2010/06/6-tips-for-pitching-to-major-clients/">6 Tips for Pitching to Major Clients</a> (Web Designer Depot)</li>
<li><a href="http://www.webdesignerdepot.com/2011/03/7-basics-to-create-a-good-design-brief/">7 Basics to Create a Good Design Brief</a> (Web Designer Depot)</li>
<li><a href="http://headrush.typepad.com/creating_passionate_users/2006/12/dont_make_the_d.html">Don&#8217;t make the Demo look Done</a> (Creating Passionate Users blog)</li>
<li><a href="http://boxiedesigner.com/web-design/great-tips-to-getting-your-design-approved-by-clients/">Great Tips to Getting Your Design Approved By Clients</a> (BoxieDesigner.com)</li>
<li><a href="http://www.smashingmagazine.com/2010/10/06/how-to-convince-the-client-that-your-design-is-perfect/">How To Convince The Client That Your Design Is Perfect</a> (Smashing Magazine)</li>
<li><a href="http://www.tutoriallounge.com/2010/11/how-to-convince-your-client-on-your-design/">How to Convince Your Client on Your Design</a> (Tutorial Lounge)</li>
<li><a href="http://uxmovement.com/wireframes/how-to-get-clients-to-approve-your-wireframes-every-time">How to Get Clients to Approve Your Wireframes Every Time</a> (UX Movement)</li>
<li><a href="http://www.yourinspirationweb.com/en/how-to-present-the-draft-to-the-client-tips-and-examples/">How to present the draft to the client: tips and examples</a> (Your Inspiration Web)</li>
<li><a href="http://www.gavinelliott.co.uk/2010/02/how-to-present-your-designs-to-the-client/">How To Present Your Designs To The Client</a> (Gavin Elliott)</li>
<li><a href="http://www.smashingbuzz.com/2010/07/how-to-sell-your-design-effectively-to-the-client/">How to Sell your Design Effectively to the Client</a> (Smashing Buzz)</li>
<li><a href="http://graphicdesignblender.com/pitching-design-clients-win-account">Pitching to design clients: how to win the account</a> (Graphic Design Blender)</li>
<li><a href="http://www.sitepoint.com/blogs/2009/03/03/7-tips-for-writing-a-winning-web-design-proposal/">7 Tips For Writing A Winning Web Design Proposal</a> (SitePoint)</li>
<li><a href="http://www.freelanceapple.com/the-secret-to-pitching-to-new-clients/">The Secret to Pitching to New Clients</a> (Freelance Apple)</li>
<li><a href="http://speckyboy.com/2010/01/18/useful-web-design-proposal-resources-tools-and-apps/">Useful Web Design Proposal Resources, Tools and Apps</a> (Speckyboy Design Magazine)</li>
<li><a href="http://www.acuitydesigns.net/what-should-you-include-in-a-design-project-proposal/">What Should You Include In A Design Project Proposal?</a> (acuity designs)</li>
<li><a href="http://www.leemunroe.com/one-mockup/">Why you should never present more than one mockup to a client</a> (Lee Munroe)</li>
<li><a href="http://www.acuitydesigns.net/your-quote-is-too-high-chargingnegotiating-for-design-work/">Your Quote Is Too High! – Charging/Negotiating For Design Work</a> (acuity designs)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/04/how-to-manage-your-interaction-with-clients/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Roundup of Popular Agile Articles</title>
		<link>http://websitesmaderight.com/2011/03/a-roundup-of-popular-agile-articles/</link>
		<comments>http://websitesmaderight.com/2011/03/a-roundup-of-popular-agile-articles/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 23:34:04 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[Agile]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=173</guid>
		<description><![CDATA[Over the course of the last two years I bookmarked several articles on the topic of Agile as they were published. I’ve presented those here and sorted them by date. Most of these are from the front-page of DZone, which means they were popular enough to get promoted there, some of them are from Reddit’s [...]]]></description>
			<content:encoded><![CDATA[<p>Over the course of the last two years I bookmarked several articles on the topic of Agile as they were published.  I’ve presented those here and sorted them by date.</p>
<p>Most of these are from the front-page of <a href="http://www.dzone.com/">DZone</a>, which means they were popular enough to get promoted there, some of them are from <a href="http://www.reddit.com/r/programming/">Reddit’s Programming What&#8217;s Hot</a> and others are from <a href="http://websitesmaderight.com/2011/01/350-of-the-best-web-design-feeds/">The Best Web Design feeds</a>.</p>
<p>Reddit is unsearchable, a DZone search for &#8220;Agile&#8221; returns a big mess of results, and furthermore, these are hand-selected, so this saves you from all that trouble of having to round them up.</p>
<h2>Posters / Cheat Sheet</h2>
<ul>
<li><a href="http://library.dzone.com/sites/all/files/whitepapers/V1%20Posters_English_0609_outlines.pdf"><img class="alignleft size-full wp-image-177 thumb-margin" title="Dzone Agile Poster" src="http://websitesmaderight.com/wp-content/uploads/2011/03/dzone-agile-poster_sm.png" alt="" width="100" height="132" />DZone Agile Poster (PDF)</a></li>
<li style="clear: left;"><a href="http://www.surveymonkey.com/s/FVHVCWQ"><img class="alignleft size-full wp-image-179 thumb-margin" title="The Agile Manifesto Poster " src="http://websitesmaderight.com/wp-content/uploads/2011/03/TheAgileManifestoPoster_sm.png" alt="" width="100" height="132" />Agile Manifesto Poster (3 versions)</a></li>
<li style="clear: left;"><a href="http://www.dzone.com/links/r/top_10_dzone_refcardz.html"><img class="alignleft size-full wp-image-180 thumb-margin" title="DZone Agile Refcard " src="http://websitesmaderight.com/wp-content/uploads/2011/03/dzone-agile-refcard_sm.png" alt="" width="100" height="132" />Dzone Refcard: Agile Adoption: Improving Software Quality</a></li>
<li style="clear: left;"><a href="http://saraford.net/2010/02/04/how-agile-works-my-program-manager-cheat-sheet/"><img class="alignleft size-full wp-image-180 thumb-margin" title="How Agile Works – My Program Manager Cheat Sheet" src="http://websitesmaderight.com/wp-content/uploads/2011/03/HowAgileWorks.png" alt="" width="100" height="132" />How Agile Works – Sara Ford&#8217;s Program Manager Cheat Sheet</a></li>
</ul>
<div style="clear: left; color: #fff; visibility: hidden;">.</div>
<h2>Agile Articles</h2>
<ul>
<li><a href="http://jroller.com/rezaghp/entry/why_do_we_have_agile">Why do we have Agile today?</a> (Mar 16, 2011)</li>
<li><a href="http://www.stephenforte.net/PermaLink,guid,73455e01-4a2c-4ed4-b413-e07713457e3f.aspx">Rethinking Agile Methodologies Part II: Scrum, but</a> (Mar 14, 2011)</li>
<li><a href="http://www.stephenforte.net/PermaLink,guid,7726af5c-3f50-4673-bb15-d287d97ce8a6.aspx">Rethinking Agile Methodologies Part I: How I started to use Scrum</a> (Mar 8, 2011)</li>
<li><a href="http://www.javacodegeeks.com/2011/03/save-money-from-agile-development.html">Save money from Agile Development</a> (Mar 8, 2011)</li>
<li><a href="http://agilescout.com/agile-software-development-doesnt-create-secure-software/">Agile Software Development Doesn’t Create Secure Software</a> (Mar 4, 2011)</li>
<li><a href="http://david.ing.name/2011/02/27/what-next/">What Next for Agile?</a> (Feb 27, 2011)</li>
<li><a href="http://www.planbox.com/blog/agile-project-management/agile-top-reasons-to-love-it.html">Agile: Top 10 reasons to love it!</a> (Feb 21, 2011)</li>
<li><a href="http://kishore1021.wordpress.com/2011/02/18/agile-project-management-tools/">Agile Project Management Tools</a> (Feb 18, 2011)</li>
<li><a href="http://pkruchten.wordpress.com/2011/02/13/the-elephants-in-the-agile-room/">The Elephants in the Agile Room</a> (Feb 13, 2011)</li>
<li><a href="http://blog.mountaingoatsoftware.com/reflections-on-the-10-years-since-the-agile-manifesto">Reflections on the 10 Years Since the Agile Manifesto</a> (Feb 11, 2011)</li>
<li><a href="http://www.projectmanagementplanet.com/knowledge/the-best-and-brightest-of-the-agile-methods/">The Best and Brightest of the Agile Methods</a> (Feb 7, 2011)</li>
<li><a href="http://taswar.zeytinsoft.com/2011/01/25/starting-an-agile-team-to-become-the-a-team/">Starting an Agile Team to become the A Team</a> (Jan 25, 2011)</li>
<li><a href="http://www.leadingagile.com/2011/01/12-key-knowledge-areas/">12 Key Knowledge Areas for Agile</a> (Jan 13, 2011)</li>
<li><a href="http://dotnet.sys-con.com/node/1664353">Agile Development != Chaos</a> (Jan 6, 2011)</li>
<li><a href="http://agileworld.blogspot.com/2011/01/agile-estimation-and-planning.html">Agile estimation and Planning – Presentation</a> (Jan 4, 2011)</li>
<li><a href="http://mempko.wordpress.com/2010/12/30/look-like-a-capitalist-live-like-a-communist/">Look Like a Capitalist, Live Like a Communist.</a> (Dec 30, 2010)</li>
<li><a href="http://www.makinggoodsoftware.com/2010/12/21/agile-dogmas-you-shall-never-do-any-design/">Agile dogmas: You shall never do any design.</a> (Dec 21, 2010)</li>
<li><a href="http://tasktop.com/blog/tasktop/tasktop-legacy-agile-project-management">Tasktop Brings Legacy and Agile Project Management Together</a> (Dec 2, 2010)</li>
<li><a href="http://broadcast.oreilly.com/2010/11/agile-is-anal-and-thats-good.html">Agile is Anal &#8230; and that&#8217;s good</a> (Nov 30, 2010)</li>
<li><a href="http://www.dzone.com/links/r/agile_tools_vs_agile_books_2.html">Agile Tools vs. Agile Books</a> (Nov 26, 2010)</li>
<li><a href="https://gist.github.com/710960">What Killed Waterfall Could Kill Agile.</a> (Nov 24, 2010)</li>
<li><a href="http://www.itjoblog.co.uk/2010/11/acknowledging-technical-debt.html">Acknowledge Technical Debt</a> (Nov 23, 2010)</li>
<li><a href="http://www.noop.nl/2010/11/no-true-agile-no-true-lean.html">No True Agile, No True Lean, No True Latte</a> (Nov 22, 2010)</li>
<li><a href="http://www.softwaredevelopmentbooks.com/project/coaching-agile-teams/">Coaching Agile Teams</a> (Nov 19, 2010)</li>
<li><a href="http://tynerblain.com/blog/2010/11/16/agile-documentation/">Agile Documentation</a> (Nov 16, 2010)</li>
<li><a href="http://itmgr.org/top-ten-misconceptions-about-agile-development/">Top Ten Misconceptions About Agile Development</a> (Nov 12, 2010)</li>
<li><a href="http://www.makinggoodsoftware.com/2010/11/07/demystifying-agile-top-7-myth/">Demystifying agile, top 7 myths.</a> (Nov 7, 2010)</li>
<li><a href="http://agilewarrior.wordpress.com/2010/11/06/the-agile-inception-deck/">The Agile Inception Deck</a> (Nov 6, 2010)</li>
<li><a href="http://agile.dzone.com/articles/agile-adoption-go-big-or-start-small">Choosing to Start Small or Go All In when Adopting Agile</a> (Nov 4, 2010)</li>
<li><a href="http://itmanagement.earthweb.com/features/article.php/3911321/How-to-Build-an-Agile-Dev-Team---The-GE-Way.htm">How to Build an Agile Dev Team &#8211; The GE Way</a> (Nov 3, 2010)</li>
<li><a href="http://xebee.xebia.in/2010/11/03/agile-testing-incremental-functional-test-approach/">Agile Testing – Incremental Functional Test Approach</a> (Nov 3, 2010)</li>
<li><a href="http://www.infoworld.com/d/developer-world/agile-programming-10-years-did-it-deliver-761">Agile programming 10 years on: Did it deliver?</a> (Nov 2, 2010)</li>
<li><a href="http://www.infoq.com/articles/agile-goal-setting-appelo">Agile Goal Setting</a> (Oct 26, 2010)</li>
<li><a href="http://intridea.com/2010/10/20/redesigning-agile-part-ii-introducing-intridea-forge">Redesigning Agile: Part II – Introducing Intridea Forge</a> (Oct 20, 2010)</li>
<li><a href="http://www.markhneedham.com/blog/2010/10/20/distributed-agile-physical-story-wall-still-useful/">Distributed Agile: Physical story wall still useful</a> (Oct 20, 2010)</li>
<li><a href="http://blog.smartbear.com/post/10-10-14/going-agile-using-test-automation/">Going Agile Using Test Automation</a> (Oct 14, 2010)</li>
<li><a href="http://www.methodsandtools.com/archive/archive.php?id=110">Delivering Working Code through Automation and Collaboration</a> (Oct 14, 2010)</li>
<li><a href="http://techniquesofdesign.com/2010/10/13/agile-prototyping-on-a-napkin/">Agile Prototyping on a Napkin</a> (Oct 13, 2010)</li>
<li><a href="http://www.targetprocess.com/blog/2010/10/10-most-common-mistakes-in-agile-adoption-part-i.html">10 Most Common Mistakes in Agile Adoption. Part I</a> (Oct 12, 2010)</li>
<li><a href="http://blog.versionone.com/blog/productive-agility/but-scrum">But Scrum</a> (Oct 12, 2010)</li>
<li><a href="http://www.markhneedham.com/blog/2010/10/09/agile-the-curse-of-meetings/">Agile: The curse of meetings</a> (Oct 9, 2010)</li>
<li><a href="http://intridea.com/2010/10/8/QA-Tips-Agile-Web-Development">Ninjas, Zombies, and Tips for QA in Agile Web Development</a> (Oct 8, 2010)</li>
<li><a href="http://blog.jonasbandi.net/2010/10/top-24-agile-web-testing-tools.html">Top 24 Agile Web Testing Tools</a> (Oct 7, 2010)</li>
<li><a href="http://blogs.msdn.com/b/jmeier/archive/2010/10/02/why-agile-results-works-for-getting-results.aspx">Why Agile Results Works for Getting Results</a> (Oct 2, 2010)</li>
<li><a href="http://agilescout.com/best-agile-scrum-tools/">Top Agile and Scrum Tools – Which One Is Best?</a> (Sep 28, 2010)</li>
<li><a href="http://blog.recursivity.com/post/1174740958/is-agile-vs-waterfall-the-wrong-fight">Is Agile vs. Waterfall the Wrong Fight?</a> (Sep 23, 2010)</li>
<li><a href="http://agile.dzone.com/articles/process-agile-and-projecting">Process, Agile, and Projecting: Your Way Isn&#8217;t the Only Way</a> (Sep 22, 2010)</li>
<li><a href="http://www.xoriant.com/blog/software-product-development/agile-software-development-tools-techniques.html">Agile Software Development – Tools and Techniques</a> (Sep 14, 2010)</li>
<li><a href="http://www.hotwaxmedia.com/apache-ofbiz-blog/verified-agile-explained/">Verified Agile Explained</a> (Sep 14, 2010)</li>
<li><a href="http://www.infoq.com/articles/agile-casestudy-paritosh">Introducing New Technology in Agile</a> (Sep 14, 2010)</li>
<li><a href="http://adtmag.com/articles/2010/09/10/playing-poker-to-plan-agile-projects.aspx">Getting Started with Agile: Playing &#8216;Poker&#8217; To Plan Agile Projects</a> (Sep 10, 2010)</li>
<li><a href="http://www.agilejournal.com/articles/columns/column-articles/3228-dear-agile--a-love-letter">“Dear Agile” – A Love Letter</a> (Sep 7, 2010)</li>
<li><a href="http://allankelly.blogspot.com/2010/09/agile-is-like.html">Agile is like&#8230;</a> (Sep 7, 2010)</li>
<li><a href="http://www.softwaredevelopmentbooks.com/process/succeeding-with-agile/">Succeeding with Agile</a> (Sep 7, 2010)</li>
<li><a href="http://www.infoq.com/news/2010/09/agile-tools-survey">Simple Tools Preferred in the Agile Tools Space</a> (Sep 7, 2010)</li>
<li><a href="http://www.whattofix.com/blog/archives/2010/09/agile-ruined-my.php">Agile Ruined My Life</a> (Sep 7, 2010)</li>
<li><a href="http://rubypond.com/blog/quickstart-guide-to-agile">Agile Development: The quickstart guide to doing it right</a> (Sep 6, 2010)</li>
<li><a href="http://davybrion.com/blog/2010/08/why-agile-in-the-enterprise-generally-doesnt-work/">Why Agile In The Enterprise Generally Doesn’t Work</a> (Aug 29, 2010)</li>
<li><a href="http://agile.dzone.com/articles/agile-sherpa-gentle-guide">Agile Sherpa: A Gentle Guide to the Agile Landscape</a> (Aug 25, 2010)</li>
<li><a href="http://agile.dzone.com/news/your-agile-isn%E2%80%99t-my-agile">Your Agile isn’t my Agile!</a> (Aug 25, 2010)</li>
<li><a href="http://www.accurev.com/blog/2010/08/23/agile-software-development-defined/">Best Practices for Agile Software Development Defined</a> (Aug 23, 2010)</li>
<li><a href="http://dearjunior.blogspot.com/2010/08/agile-is-different.html">Agile is Different</a> (Aug 23, 2010)</li>
<li><a href="http://paritoshranjan.wordpress.com/2010/08/22/when-agile-does-not-works/">Why Agile Does Not Work</a> (Aug 22, 2010)</li>
<li><a href="http://compositecode.com/2010/08/18/waterfall-vs-agile/">Waterfall vs. Agile</a> (Aug 18, 2010)</li>
<li><a href="http://www.infoq.com/news/2010/08/top-agile-books">Top Agile Books</a> (Aug 18, 2010)</li>
<li><a href="https://sameerarora.wordpress.com/2010/08/17/test-driven-development-dont-go-the-waterfall-way/">Test Driven Development – Don’t go the Waterfall way</a> (Aug 17, 2010)</li>
<li><a href="http://peterschuh.com/?p=680">Can We Adopt Agile? Not Yes.</a> (Aug 16, 2010)</li>
<li><a href="http://www.tvagile.com/2010/08/16/just-in-time-agile-requirements/">Just in Time Agile Requirements</a> (Aug 16, 2010)</li>
<li><a href="http://www.methodsandtools.com/archive/archive.php?id=107">Better Requirements Definition Management</a> (Aug 16, 2010)</li>
<li><a href="http://www.agilepodcast.com/six-hats-retrospectives/">Agile Podcast – Six Hats Retrospectives</a> (Aug 15, 2010)</li>
<li><a href="http://www.agilejournal.com/blogs/community-member-blogs/agile-production-support-1-of-3.html">Agile Production Support (1 of 3)</a> (Aug 12, 2010)</li>
<li><a href="http://www.tvagile.com/2010/08/11/how-to-cope-with-communication-problems-in-an-agile-project/">How to Cope with Communication Problems in an Agile Project?</a> (Aug 11, 2010)</li>
<li><a href="http://blog.recursivity.com/post/934000041/why-agile-is-dead">Why Agile is dead(?)</a> (Aug 10, 2010)</li>
<li><a href="http://mgorecki.net/index.php/2010/08/10/does-agile-really-suck/">Does Agile really suck?</a> (Aug 10, 2010)</li>
<li><a href="http://marekblotny.com/2010/08/is-it-easy-to-be-a-developer-in-agile-team/">Is It Easy To Be a Developer in Agile Team?</a> (Aug 9, 2010)</li>
<li><a href="http://agile.dzone.com/news/agile-user-stories-themes">Agile User Stories, Themes, Epics, Features &#8211; What&#8217;s The Difference?</a> (Aug 3, 2010)</li>
<li><a href="http://agile.dzone.com/news/new-agile-remember-sometimes">New to agile? Remember, sometimes things get crazy!</a> (Jul 28, 2010)</li>
<li><a href="http://java.dzone.com/articles/becoming-agile-one-change">Becoming Agile: The One Change</a> (Jul 26, 2010)</li>
<li><a href="http://agile.dzone.com/articles/agile-testing-principles">Ten Principles for Agile Testers</a> (Jul 26, 2010)</li>
<li><a href="http://www.realsoftwaredevelopment.com/make-your-software-development-team-agile/">Make Your Software Development Team Agile</a> (Jul 20, 2010)</li>
<li><a href="http://www.makinggoodsoftware.com/2010/07/19/waterfall-vs-agile-qa-and-management/">Waterfall vs. Agile: QA and Management</a> (Jul 19, 2010)</li>
<li><a href="http://agile.dzone.com/videos/video-keys-successful-agile">Video: Keys to Successful Agile Adoption</a> (Jul 15, 2010)</li>
<li><a href="http://agile.dzone.com/news/what-does-it-mean-be-agile">What Does It Mean to Be Agile?</a> (Jul 14, 2010)</li>
<li><a href="http://brupp.com/blog/2010/07/agile-xp-scrum-and-waterfall/">Agile, XP, Scrum and Waterfall</a> (Jul 10, 2010)</li>
<li><a href="http://toolsforagile.com/blog/archives/383">How agile teams handle maintenance work</a> (Jul 7, 2010)</li>
<li><a href="http://kerflyn.wordpress.com/2010/07/06/being-agile-in-a-non-agile-environment-part-1/">Being Agile in a Non Agile Environment (Part 1)</a> (Jul 6, 2010)</li>
<li><a href="http://gojko.net/2010/07/05/how-to-do-agile-when-we-only-have-50-crap-developers/">How to do agile when we only have 50 crap developers?</a> (Jul 5, 2010)</li>
<li><a href="http://www.itjoblog.co.uk/2010/07/team-velocity.html">Agile &#8211; How Team Velocity Indicates Progress</a> (Jul 5, 2010)</li>
<li><a href="http://www.agilepodcast.com/2-manuel-pimentel-on-coaching/">Agile Podcast &#8211; Manuel Pimentel on Coaching</a> (Jul 5, 2010)</li>
<li><a href="http://www.infoq.com/news/2010/06/what-means-agile-survey">InfoQ: What does it mean to be Agile &#8211; survey results</a> (Jun 25, 2010)</li>
<li><a href="http://complexitymaze.com/2010/06/16/pomodoro-technique-with-a-cheat-sheet/">Pomodoro technique – with a cheat sheet</a> (Jun 16, 2010)</li>
<li><a href="http://blog.scrumphony.com/2010/06/10-things-to-drive-your-scrummaster-crazy/">10 things to drive your ScrumMaster crazy</a> (Jun 14, 2010)</li>
<li><a href="http://www.softwareresults.us/2010/06/what-is-better-about-agile-development.html">What is Better About Agile Development?</a> (Jun 4, 2010)</li>
<li><a href="http://www.makinggoodsoftware.com/2010/06/02/waterfall-vs-agile-can-they-be-friends/">Waterfall vs Agile: Can they be friends?</a> (Jun 2, 2010)</li>
<li><a href="http://agile.dzone.com/articles/whats-agile-individuals-and">What&#8217;s Agile? Individuals and Interactions or Processes and Tools?</a> (May 26, 2010)</li>
<li><a href="http://beust.com/weblog/2006/06/07/agile-people-still-dont-get-it/">Agile people still don&#8217;t get it</a> (Jun 7, 2006)</li>
</ul>
<h2>Videos</h2>
<ul>
<li><a href="http://www.tvagile.com/2010/10/20/agile-mythbusters-what-people-are-really-doing-in-practice/">Agile Mythbusters What People Are Really Doing in Practice</a> (Oct 20, 2010)</li>
<li><a href="http://agile.dzone.com/videos/whats-your-optimal-agile-team">What&#8217;s Your Optimal Agile Team Size?</a> (Oct 14, 2010)</li>
<li><a href="http://agile.dzone.com/videos/survive-thrive-agile">From &#8216;Survive to Thrive&#8217; with Agile</a> (Oct 13, 2010)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/03/a-roundup-of-popular-agile-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with ASP.NET MVC</title>
		<link>http://websitesmaderight.com/2011/03/getting-started-with-asp-net-mvc/</link>
		<comments>http://websitesmaderight.com/2011/03/getting-started-with-asp-net-mvc/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 10:26:50 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=109</guid>
		<description><![CDATA[Over the course of the last two years I’ve bookmarked many articles I’ve encountered pertaining to ASP.NET MVC tutorials. I’ve presented here all those bookmarks and sorted them by groups.]]></description>
			<content:encoded><![CDATA[<h2>Introductory Tutorials</h2>
<ul>
<li><a href="http://www.asp.net/mvc">ASP.NET MVC: The Official Microsoft ASP.NET Site</a> (up to date)</li>
<li><a href="http://www.bipinjoshi.net/articles/f2a6ea8c-5aec-448d-8f45-566b257e4919.aspx">Creating ASP.NET MVC &#8220;Web Site&#8221;</a> (Jan 24, 2011)</li>
<li><a href="http://stephenwalther.com/blog/archive/2010/11/22/10-essential-tools-for-building-asp-net-websites.aspx">10 Essential Tools for building ASP.NET Websites</a> (Nov 22, 2010)</li>
<li><a href="http://odetocode.com/Blogs/scott/archive/2009/10/29/mvc-or-web-forms-a-dying-question.aspx">MVC or Web Forms? A Dying Question</a> (Oct 29, 2010)</li>
<li><a href="http://www.codecapers.com/post/Five-Must-Have-Tools-for-MVC-Developers.aspx">Five Must Have Tools for MVC Developers</a> (Sep 27, 2010)</li>
<li><a href="http://www.lostechies.com/blogs/chad_myers/archive/2010/08/25/a-quick-primer-on-net">A quick primer on .NET web frameworks-web-frameworks.aspx</a> (Sep 25, 2010)</li>
<li><a href="http://community.devexpress.com/blogs/aspnet/archive/2010/08/31/committing-to-asp-net-mvc-over-25-new-asp-net-mvc-extensions-coming-soon-in-v2010-vol-2.aspx">Committing To ASP.NET MVC &#8211; New DevExpress Extensions (coming soon in v2010 vol 2)</a> (Aug 31, 2010)</li>
<li><a href="http://www.asp.net/mvc/tutorials/getting-started-with-mvc-part1">Intro to ASP.NET MVC</a> (Aug 24, 2010)</li>
<li><a href="http://jeffreypalermo.com/blog/what-is-the-difference-in-lt-variable-gt-and-lt-variable-gt-in-asp-net-mvc/">What is the difference in &lt;%: variable%&gt; and &lt;%= variable%&gt; in ASP.NET MVC?</a> (Aug 23, 2010)</li>
<li><a href="http://www.weirdlover.com/category/www/visual-studio/asp-net-mvc/big-boy-mvc/">The Big Boy MVC Series (25 part series)</a> (Jul 21, 2010)</li>
<li><a href="http://elegantcode.com/2010/07/05/asp-net-mvc-my-personal-view-rules/">Asp.Net MVC: My Personal View Rules</a> (Jul 5, 2010)</li>
<li><a href="http://www.dotnetjohn.com/articles.aspx?articleid=287">Implementing the MVC Design Pattern in ASP.NET&#8230;</a> (Jun 26, 2010)</li>
<li><a href="http://www.asp.net/mvc/tutorials/asp-net-mvc-overview-cs">ASP.NET MVC Overview in C#</a> (May 25, 2010)</li>
<li><a href="http://www.codeproject.com/KB/aspnet/ASPNetMVCTutorial.aspx">A Simple Tutorial on Developing ASP.Net Applications in MVC Pattern &#8211; Unedited</a> (May 13, 2010)</li>
<li><a href="http://weblogs.asp.net/rajbk/archive/2010/05/11/running-asp-net-webforms-and-asp-net-mvc-side-by-side.aspx">Running ASP.NET Webforms and ASP.NET MVC side by side</a> (May 11, 2010)</li>
<li><a href="http://www.codeproject.com/Articles/74338/ASP-NET-MVC-and-jQuery-Part-1-Getting-Started.aspx">ASP.NET MVC and jQuery Part 1 – Getting Started &#8211; Unedited</a> (May 4, 2010)</li>
<li><a href="http://coolthingoftheday.blogspot.com/2010/05/introduction-to-aspnet-mvc-by-coding.html">Introduction to ASP.NET MVC by Coding a Cool App” (aka the MVC Music Store Application and Tutorial)</a> (May 2010)</li>
<li><a href="http://weblogs.asp.net/shijuvarghese/archive/2010/03/25/asp-net-mvc-case-studies.aspx">ASP.NET MVC Case Studies</a> (Mar 25, 2010)</li>
<li><a href="http://net.tutsplus.com/tutorials/other/mvc-for-noobs/">MVC for Noobs</a> (Mar 24, 2010)</li>
<li><a href="http://www.codeproject.com/KB/aspnet/ASPDOTNET_MVC.aspx">How to ASP.NET MVC (Article 1) &#8211; Unedited</a> (Mar 14, 2010)</li>
<li><a href="http://www.codeproject.com/KB/dotnet/RapidWebDevUIComparedWith.aspx">An innovative architecture to develop web forms &#8211; comparison with ASP.NET and MVC</a> (Mar 11, 2010)</li>
<li><a href="http://codebetter.com/karlseguin/2010/03/11/webforms-vs-mvc-again/">WebForms vs MVC (again)</a> (Mar 11, 2010)</li>
<li><a href="http://blogs.gaiaware.net/post/MVC-on-ASPNET-without-ASPNET-MVC.aspx">MVC on ASP.NET without ASP.NET MVC</a> (Feb 10, 2010)</li>
<li><a href="http://www.codeproject.com/KB/dotnet/MVC_architecture.aspx">Understanding ASP.NET MVC (Model View Controller) Architecture for Beginners</a> (Jan 26, 2010)</li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2010/01/24/about-technical-debates-both-in-general-and-regarding-asp-net-web-forms-and-asp-net-mvc-in-particular.aspx">About Technical Debates (and ASP.NET Web Forms and ASP.NET MVC debates in particular)</a> (Jan 24, 2010)</li>
<li><a href="http://www.codeproject.com/KB/aspnet/aspnet_mvc_tutorial.aspx">ASP.NET MVC Quick Start Tutorial &#8211; Create a Small ASP.NET MVC application step by step</a> (Jan 4, 2010)</li>
<li><a href="http://www.dreamincode.net/forums/topic/148104-an-introduction-to-aspnet-mvc/">An Introduction to ASP.Net MVC</a> (Jan 3, 2010)</li>
<li><a href="http://trycatchfail.com/blog/post/2009/12/22/Exposing-the-View-Model-to-JavaScript-in-ASPNET-MVC.aspx">Exposing the View Model to JavaScript in ASP.NET MVC</a> (Dec 22, 2009)</li>
<li><a href="http://weblogs.asp.net/guybarrette/archive/2009/12/20/adding-mvc-capabilities-to-an-existing-web-forms-project.aspx">Adding MVC capabilities to an existing Web Forms project</a> (Dec 20, 2009)</li>
<li><a href="http://www.lostechies.com/blogs/jimmy_bogard/archive/2009/12/08/organizing-asp-net-mvc-solutions.aspx">Organizing ASP.NET MVC solutions</a> (Dec 8, 2009)</li>
<li><a href="http://petesbloggerama.blogspot.com/2009/12/aspnet-mvc-do-i-really-need-it.html">ASP.NET MVC – Do I Really Need It?</a> (Dec 2009)</li>
<li><a href="http://www.michaelcodes.net/post/ASPNET-MVC-from-Basic-to-Tips-and-Tricks.aspx">ASP.NET MVC from Basics to Tips and Tricks</a> (Nov 16, 2009)</li>
<li><a href="http://jeffreypalermo.com/blog/asp-net-mvc-wins-with-simplicity-not-features/">ASP.NET MVC wins with simplicity, not features</a> (Nov 11, 2009)</li>
<li><a href="http://www.codeproject.com/Articles/43153/Beginners-Guide-s-to-ASP-NET-MVC-Framework-Part-1-.aspx">Beginners Guide’s to ASP.NET MVC Framework – Part 1 of n</a> (Oct 19, 2009)</li>
<li><a href="http://www.itjoblog.co.uk/2009/10/aspnet-mvc-vs-web-forms.html">Scott Guthrie on ASP.NET MVC versus Web Forms</a> (Oct 2009)</li>
<li><a href="http://weblogs.asp.net/despos/archive/2009/10/01/the-dead-end-of-web-forms.aspx">The dead-end of Web Forms</a> (Oct 1, 2009)</li>
<li><a href="http://www.codeproject.com/KB/aspnet/3Musketeers.aspx">The 3 Musketeers: &#8211; Model, View and Controller using ASP.NET MVC – Part 2 &#8211; Unedited</a> (Sep 8, 2009)</li>
<li><a href="http://blogs.iis.net/webtopics/archive/2009/09/01/asp-net-mvc-what-is-it-and-should-i-use-it.aspx">ASP.NET MVC: What is it and should I use it?</a> (Sep 1, 2009)</li>
<li><a href="http://www.girldeveloper.cwwwwwwwom/2009/09/aspnet-mvc-translated-for-the-web-forms-programmer-4-in-a-series.html">ASP.NET MVC Translated for the Web Forms Programmer (4 in a series)</a> (Sep 2009)</li>
<li><a href="http://www.girldeveloper.com/2009/10/aspnet-mvc-translated-for-the-web-forms-programmer-5-in-a-series---what-the-frig-is-a-view-model.html">ASP.NET MVC Translated for the Web Forms Programmer (5 in a series) &#8211; What the Frig is a View Model?</a> (Sep 2009)</li>
<li><a href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=377&amp;AspxAutoDetectCookieSupport=1">Your First ASP.NET MVC Application</a> (Aug 31, 2009)</li>
<li><a href="http://highoncoding.com/Articles/603_Creating_Application_Using_ASP_NET_MVC_Part_1.aspx">Creating Application Using ASP.NET MVC Part 1</a> (Aug 26, 2009)</li>
<li><a href="http://www.codeproject.com/KB/aspnet/webformmvcharmony.aspx">ASP.NET WebForms and ASP.NET MVC in Harmony</a> (Aug 19, 2009)</li>
<li><a href="http://www.codeproject.com/Articles/38936/Using-WebControls-In-ASP-NET-MVC-Views-Part-3.aspx">Using WebControls In ASP.NET MVC Views – Part 3 &#8211; Unedited</a> (Aug 12, 2009)</li>
<li><a href="http://www.codeproject.com/KB/aspnet/coolmvc.aspx">ASP.NET MVC or Classic ASP.NET &#8211; What to Choose</a> (Jul 31, 2009)</li>
<li><a href="http://www.code-magazine.com/Article.aspx?quickid=090123">Chapter 1: An Introduction to ASP.NET MVC</a> (Jul 14, 2009)</li>
<li><a href="http://www.girldeveloper.com/2009/06/aspnet-mvc-translated-for-the-web-forms-programmer-3-in-a-series.html">ASP.NET MVC Translated for the Web Forms Programmer (3 in a series)</a> (Jun 2009)</li>
<li><a href="http://mahdi.mp/how-to-choose-between-asp-net-mvc-and-web-forms/">How to choose between ASP.NET MVC and Web Forms</a> (Apr 13, 2009)</li>
<li><a href="http://dotnet.dzone.com/news/13-aspnet-mvc-extensibility/">13 ASP.NET MVC extensibility points you have to know</a> (Apr 8, 2009)</li>
<li><a href="http://weblogs.asp.net/dwahlin/archive/2009/04/06/5-reasons-you-should-take-a-closer-look-at-asp-net-mvc.aspx">5 Reasons You Should Take a Closer Look at ASP.NET MVC</a> (Apr 6, 2009)</li>
<li><a href="http://blog.decayingcode.com/2009/04/5-reasons-why-you-should-use-aspnet-mvc.html">5 reasons why you should use ASP.NET MVC</a> (Apr 5, 2009)</li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2009/04/01/asp-net-mvc-1-0.aspx">ASP.NET MVC 1.0</a> (Apr 1, 2009)</li>
<li><a href="http://www.girldeveloper.com/2009/03/aspnet-mvc-translated-for-the-web-forms-programmer-1-in-a-series.html">ASP.NET MVC Translated for the Web Forms Programmer (1 in a series)</a> (Mar 2009)</li>
<li><a href="http://www.girldeveloper.com/2009/03/aspnet-mvc-translated-for-the-web-forms-programmer-2-in-a-series.html">ASP.NET MVC Translated for the Web Forms Programmer (2 in a series)</a> (Mar 2009)</li>
<li><a href="http://www.codeproject.com/KB/aspnet/AspNetMvcMvp.aspx">MVC, MVP, ASP.NET</a> (Oct 31, 2008)</li>
<li><a href="http://www.codeproject.com/KB/aspnet/aspnet_mvc2.aspx">ASP.NET MVC: Part 2</a> (Jul 5, 2008)</li>
<li><a href="http://www.codeproject.com/KB/aspnet/aspnet_mvc.aspx">ASP.NET MVC &#8211; Part 1</a> (Apr 7, 2008)</li>
<li><a href="http://highoncoding.com/Articles/372_Getting_Started_with_the_ASP_NET_MVC_Framework.aspx">Getting Started with the ASP.NET MVC Framework</a> (Jan 30, 2008)</li>
</ul>
<h2>Advanced Tutorials</h2>
<ul>
<li><a href="http://www.codeproject.com/KB/aspnet/JQuery-DataTables-MVC.aspx">Integrating jQuery DataTables plugin into ASP.NET MVC applications</a> (Feb 8, 2011)</li>
<li><a href="http://john.katsiotis.com/blog/asp.net-mvc-submitlink-with-jquery---using-an-a-tag-as-a-submit-button">ASP.NET MVC SubmitLink with jQuery &#8211; Using an &#8216;A&#8217; tag as a submit button</a> (Mar 4, 2011)</li>
<li><a href="http://www.codeproject.com/Articles/79039/ASP-NET-MVC-and-jQuery-Part-4-Advanced-Model-Bindi.aspx">ASP.NET MVC and jQuery Part 4 – Advanced Model Binding &#8211; Unedited</a> (May 7, 2010)</li>
<li><a href="http://www.codeproject.com/Articles/74337/ASP-NET-MVC-and-jQuery-Part-2-Suggesting-Content.aspx">ASP.NET MVC and jQuery Part 2 – Suggesting Content &#8211; Unedited</a> (Apr 27, 2010)</li>
<li><a href="http://www.codeproject.com/Articles/75288/ASP-NET-MVC-and-jQuery-Part-3-Model-Binding.aspx">ASP.NET MVC and jQuery Part 3 – Model Binding &#8211; Unedited</a> (Apr 27, 2010)</li>
<li><a href="http://blogs.msdn.com/b/simonince/archive/2010/04/20/jquery-mvc-progressive-enhancement.aspx">jQuery + MVC = Progressive Enhancement</a> (Apr 20, 2010 )</li>
<li><a href="http://blog.ecofic.com/?p=311">ASP.NET MVC &#8211; Add CSS class Attribute</a></li>
<li><a href="http://codeharder.com/post/Aspnet-MVC-and-OpenID-Support.aspx">http://codeharder.com/post/Aspnet-MVC-and-OpenID-Support.aspx</a></li>
<li><a href="http://blogs.lessthandot.com/index.php/WebDev/ServerProgramming/ASPNET/setting-up-sql-server-with-asp-net-mvc">Setting up SQL Server with ASP.NET MVC</a></li>
<li><a href="http://highoncoding.com/Articles/676_Ajaxify_your_ASP_NET_MVC_Application.aspx">Ajaxify your ASP.NET MVC Application</a></li>
<li><a href="http://www.softdevtube.com/2010/06/08/introduction-to-routing-in-asp-net-mvc-framework/">Introduction to Routing in ASP.NET MVC Framework</a></li>
<li><a href="http://dotnet.dzone.com/news/stepping-aspnet-mvc-source">Stepping into ASP.NET MVC source code with Visual Studio debugger</a></li>
<li><a href="http://weblogs.asp.net/gunnarpeipman/archive/2010/07/26/how-to-make-ajax-requests-to-asp-net-mvc-application-using-jquery.aspx">How to make AJAX-requests to ASP.NET MVC application using jQuery</a></li>
<li><a href="http://weblogs.asp.net/gunnarpeipman/archive/2010/08/16/asp-net-mvc-meets-html5.aspx">ASP.NET MVC meets HTML5</a></li>
<li><a href="http://dotnet.dzone.com/news/how-make-ajax-requests-aspnet">How to make AJAX-requests to ASP.NET MVC application using jQuery</a></li>
<li><a href="http://blogger.forgottenskies.com/?p=604">ASP.NET MVC with jTemplates – Part I</a></li>
<li><a href="http://www.codeproject.com/KB/aspnet/JavascriptOrgInMVC.aspx">Javascript Organization for MVC</a></li>
<li><a href="http://nayyeri.net/using-jsonresult-in-asp-net-mvc-ajax">Using JsonResult in ASP.NET MVC AJAX</a></li>
</ul>
<h2>Projects / Resources / Downloadables</h2>
<ul>
<li><a href="http://webformsmvp.com/">The ASP.NET Web Forms MVP project </a></li>
<li><a href="http://code.google.com/p/mvcforms/">ASP.NET MVC Forms </a></li>
<li><a href="http://community.devexpress.com/blogs/aspnet/archive/2011/01/31/asp-net-mvc-3-project-templates.aspx">ASP.NET MVC 3 Project Templates &#8211; Razor Support and Empty Templates</a></li>
<li><a href="http://www.tampadev.org/News/Details/ASPNETMVCSampleApplicationsOpenSourceExamplesTutorials">ASP.NET MVC Sample Applications &#8211; Open-Source Examples and Tutorials</a></li>
<li><a href="http://www.codeproject.com/KB/aspnet/Server-Explorer.aspx">ASP.Net MVC Server Explorer</a></li>
<li><a href="http://www.codeproject.com/KB/aspnet/MvcMailerNuGet.aspx">Announcing MvcMailer &#8211; Send Emails Using ASP.NET MVC View</a></li>
<li><a href="http://deanhume.com/Home/BlogPost/asp-net-mvc-html5-toolkit/29">ASP.net MVC HTML5 Toolkit</a></li>
<li><a href="http://aboutcode.net/postal/">Postal &#8211; Create emails using ASP.NET MVC views</a></li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2010/10/06/announcing-nupack-asp-net-mvc-3-beta-and-webmatrix-beta-2.aspx">Announcing NuPack, ASP.NET MVC 3 Beta, and WebMatrix Beta 2</a></li>
<li><a href="http://xpedite.codeplex.com/">Xpedite &#8211; Runtime Compression, Minification &amp; Combiner</a></li>
<li><a href="http://code.google.com/p/codebettercanvas/">codebettercanvas Learning Application for ASP.NET MVC</a></li>
<li><a href="http://mvcstarter.codeplex.com/">The Tekpub ASP.NET MVC 2.0 Starter Site</a></li>
<li><a href="http://community.devexpress.com/blogs/aspnet/archive/2010/08/18/asp-net-mvc-2-web-application-project-template-for-vs-2008-2010-coming-soon-in.aspx">ASP.NET MVC 2 Web Application Project Template for VS 2008/2010 (coming soon in v2010 vol 2)</a></li>
</ul>
<h2>Performance Tutorials</h2>
<ul>
<li><a href="http://www.fairnet.com/post/2009/08/30/How-to-improve-the-performance-of-ASPNET-MVC-web-application.aspx">How to improve the performance of ASP.NET MVC web application</a></li>
<li><a href="http://weblogs.asp.net/gunnarpeipman/archive/2010/02/06/asp-net-mvc-performance-i-combining-resources.aspx">ASP.NET MVC Performance I: Combining resources</a></li>
<li><a href="http://madskristensen.net/post/Performance-tuning-tricks-for-ASPNET-and-IIS-7-part-1.aspx">Performance tuning tricks for ASP.NET and IIS 7 – part 1</a></li>
<li><a href="http://madskristensen.net/post/Performance-tuning-tricks-for-ASPNET-and-IIS-7-e28093-part-2.aspx">Performance tuning tricks for ASP.NET and IIS 7 – part 2</a></li>
<li><a href="http://weblogs.asp.net/bradvincent/archive/2009/04/12/squashing-the-asp-net-mvc-response-part-1.aspx">Squashing the asp.net MVC response &#8211; part 1</a></li>
<li><a href="http://stevesmithblog.com/blog/improving-asp-net-mvc-application-performance-at-mvcconf/">Improving ASP.NET MVC Application Performance at MVCConf</a></li>
<li><a href="http://weblogs.asp.net/gunnarpeipman/archive/2010/02/06/asp-net-mvc-performance-i-combining-resources.aspx">ASP.NET MVC Performance I: Combining resources</a></li>
<li><a href="http://weblogs.asp.net/gunnarpeipman/archive/2010/02/07/asp-net-mvc-performance-ii-optimizing-resources.aspx">ASP.NET MVC Performance II: Optimizing resources</a></li>
</ul>
<h2>Mobile Tutorials</h2>
<ul>
<li><a href="http://www.codeproject.com/Articles/164088/Using-jQuery-Mobile-with-ASP-NET-MVC.aspx">Using jQuery Mobile with ASP.NET MVC</a> (Mar 3, 2011)</li>
<li><a href="http://davidhayden.com/blog/dave/archive/2009/07/29/aspnetmvciphone.aspx">Developing ASP.NET MVC Websites Targeting iPhone and other Mobile Phones</a></li>
<li><a href="http://yobriefcase.posterous.com/practical-jquery-mobile-with-aspnet-mvc">Practical jQuery Mobile with ASP.NET MVC</a></li>
<li><a href="http://www.hanselman.com/blog/MixMobileWebSitesWithASPNETMVCAndTheMobileBrowserDefinitionFile.aspx">Mix: Mobile Web Sites with ASP.NET MVC and the Mobile Browser Definition File</a></li>
<li><a href="http://www.kowitz.net/mobile-web-toolkits">Mobile Web Toolkits</a></li>
</ul>
<h2>MVC 1 Tutorials</h2>
<ul>
<li><a href="http://codeclimber.net.nz/archive/2011/02/25/Beginning-ASP-NET-MVC-1-is-now-available-as-a.aspx">Beginning ASP.NET MVC 1 is now available as a DRM-free PDF ebook</a></li>
</ul>
<h2>MVC 2 Tutorials</h2>
<ul>
<li><a href="http://www.code-magazine.com/Article.aspx?quickid=0911081">ASP.NET MVC 2 in Action</a></li>
<li><a href="http://www.codeproject.com/KB/aspnet/Mvc2ListBox.aspx">ASP.NET MVC 2 Basics &#8211; Working with ListBoxes</a></li>
<li><a href="http://channel9.msdn.com/blogs/matthijs/scott-guthrie-aspnet-mvc-2">Scott Guthrie: ASP.NET MVC 2</a></li>
<li><a href="http://dotnetslackers.com/articles/aspnet/Introduction-to-ASP-NET-MVC-2-0.aspx">Introduction to ASP.NET MVC 2.0</a></li>
<li><a href="http://www.codeproject.com/KB/aspnet/Mvc2ListBox.aspx">ASP.NET MVC 2 Basics &#8211; Working with ListBoxes</a></li>
<li><a href="http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-1-introduction.html">ASP.NET MVC 2 Templates, Part 1: Introduction</a> (Oct 2010)</li>
<li><a href="http://dotnet.sys-con.com/node/1381566">Behind the Scenes of ASP.NET MVC 2</a> (May 13, 2010)</li>
</ul>
<h2>MVC 3 Tutorials</h2>
<ul>
<li><a href="http://weblogs.asp.net/jgalloway/archive/2011/03/17/asp-net-mvc-3-roundup-of-tutorials-videos-labs-and-other-assorted-training-materials.aspx">ASP.NET MVC 3 Roundup of Tutorials, Videos, Labs, and other Assorted Training Materials</a> (Mar 17, 2011)</li>
<li><a href="http://www.dzone.com/links/r/output_caching_actions_gotcha_in_aspnet_mvc_3.html">Output Caching Actions Gotcha in ASP.NET MVC 3</a> (Mar 7, 2011)</li>
<li><a href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=622">Video Web Helper in ASP.NET MVC 3 RC 2 &#8211; Add Videos to your Web Pages</a> (Dec 17, 2010)</li>
<li><a href="http://weblogs.asp.net/imranbaloch/archive/2011/03/05/unobtrusive-client-side-validation-with-dynamic-contents-in-asp-net-mvc.aspx">Unobtrusive Client Side Validation with Dynamic Contents in ASP.NET MVC 3 </a></li>
<li><a href="http://weblogs.asp.net/imranbaloch/archive/2011/02/19/understanding-request-validation-in-asp-net-mvc-3.aspx">Understanding Request Validation in ASP.NET MVC 3</a></li>
<li><a href="http://visualstudiomagazine.com/articles/2011/03/01/delve-into-aspnet-mvc-3.aspx">Kathleen Dollard Delves into ASP.NET MVC 3</a></li>
<li><a href="http://www.code-magazine.com/Article.aspx?quickid=1011061">Highlights of ASP.NET MVC 3</a></li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2010/07/27/introducing-asp-net-mvc-3-preview-1.aspx">Introducing ASP.NET MVC 3 (Preview 1)</a></li>
<li><a href="http://www.dotnetcurry.com/ShowArticle.aspx?ID=587">Improved JavaScript Model Binding in ASP.NET MVC 3 Preview 1</a></li>
<li><a href="http://www.ironshay.com/post/5-Reasons-to-be-Excited-about-ASPNET-MVC-3.aspx">5 Reasons to be Excited about ASP.NET MVC 3</a></li>
<li><a href="http://www.codeproject.com/KB/aspnet/ASPNETMVCApplication.aspx">ASP.NET Application Development Using MVC</a> (23 Feb 2011)</li>
<li><a href="http://davidhayden.com/blog/dave/archive/2011/01/05/ASPNETMVC3TutorialsIndex.aspx">ASP.NET MVC 3 Tutorials</a></li>
<li><a href="http://weblogs.asp.net/dwahlin/archive/2011/02/22/getting-started-with-asp-net-mvc-3-and-razor.aspx">Getting Started with ASP.NET MVC 3 and Razor</a></li>
<li><a href="http://www.jacopretorius.net/2011/01/ajax-improvements-in-mvc-3.html">Ajax improvements in MVC 3</a></li>
<li><a href="http://weblogs.asp.net/jgalloway/archive/2011/01/18/asp-net-mvc-3-what-s-in-it-for-you.aspx">ASP.NET MVC 3–What’s in it for you?</a></li>
<li><a href="http://highoncoding.com/Articles/730_New_Features_in_ASP_NET_MVC_3_0_Preview_Part_1.aspx">New Features in ASP.NET MVC 3.0 Preview Part 1</a> (7/29/2010)</li>
<li><a href="http://highoncoding.com/Articles/731_New_Features_in_ASP_NET_MVC_3_0_Part_2.aspx">New Features in ASP.NET MVC 3.0 Part 2</a></li>
</ul>
<h2>Best Practices</h2>
<ul>
<li><a href="http://weblogs.asp.net/rashid/archive/2009/04/03/asp-net-mvc-best-practices-part-1.aspx">ASP.NET MVC Best Practices (Part 1)</a></li>
<li><a href="http://weblogs.asp.net/rashid/archive/2009/04/03/asp-net-mvc-best-practices-part-2.aspx">ASP.NET MVC Best Practices (Part 2)</a></li>
<li><a href="http://wiki.asp.net/page.aspx/1014/asp-mvc-best-practices/">ASP.NET MVC Best Practices</a></li>
<li><a href="http://codeclimber.net.nz/archive/2009/10/27/12-asp.net-mvc-best-practices.aspx">12 ASP.NET MVC Best Practices</a></li>
<li><a href="http://blogs.msdn.com/b/aspnetue/archive/2010/09/17/second_2d00_post.aspx">Best Practices for ASP.NET MVC</a></li>
</ul>
<h2>View Engine Info</h2>
<ul>
<li><a href="http://buildstarted.com/2011/03/07/razor-engine-v2-x/">Razor Engine v2.x</a> (March 7, 2011)</li>
<li><a href="http://weblogs.asp.net/scottgu/archive/2010/12/15/asp-net-mvc-3-razor-s-and-lt-text-gt-syntax.aspx">ASP.NET MVC 3: Razor’s @: and &lt;text&gt; syntax</a> (December 15, 2010)</li>
<li><a href="http://blogs.msdn.com/b/coding4fun/archive/2010/10/04/10070953.aspx">Developer Review &#8211; Four ASP.NET MVC View Engines</a> (Oct 4, 2010)</li>
<li><a href="http://blogs.msdn.com/b/mikeormond/archive/2009/12/17/extending-asp-net-mvc-replacing-the-view-engine.aspx">Extending ASP.NET MVC – Replacing the View Engine</a></li>
<li><a href="http://www.code-magazine.com/Article.aspx?quickid=1003051">ASP.NET MVC and the Spark View Engine</a></li>
</ul>
<h2>Videos</h2>
<ul>
<li><a href="http://www.asp.net/mvc/pluralsight">Free ASP.NET MVC 3 Training Videos from Pluralsight</a></li>
<li><a href="http://www.tampadev.org/News/Details/whats-new-aspnet-mvc-3-video">What&#8217;s New in ASP.NET MVC 3 Video</a></li>
<li><a href="http://www.msjoe.com/2011/02/asp-net-mvc-data-access-videos-tutorials-17/">ASP.NET MVC Data Access Videos &amp; Tutorials (17)</a></li>
<li><a href="http://www.msjoe.com/2011/02/asp-net-mvc-app-building-videos-38/">ASP.NET MVC App Building Videos (61)</a></li>
<li><a href="http://www.asp.net/mvc/">ASP.NET MVC Videos</a></li>
<li><a href="http://coderjournal.com/2009/12/asp-net-mvc-0-to-30-in-30-minutes/">ASP.NET MVC &#8211; 0 to 30 in 30 minutes</a></li>
<li><a href="http://channel9.msdn.com/blogs/matthijs/aspnet-mvc-2-basics-introduction-by-scott-hanselman">ASP.NET MVC 2: Basics, Introduction by Scott Hanselman</a></li>
<li><a href="http://channel9.msdn.com/blogs/matthijs/aspnet-mvc-2-ninja-black-belt-tips-by-scott-hanselman">ASP.NET MVC 2: Ninja Black Belt Tips by Scott Hanselman</a></li>
<li><a href="http://www.msteched.com/2010/NorthAmerica/WEB206">Microsoft ASP.NET MVC for Web Form Programmers</a></li>
<li><a href="http://community.devexpress.com/blogs/aspnet/archive/2010/08/02/video-getting-started-with-asp-net-mvc-extensions.aspx">Video: Getting Started with ASP.NET MVC Extensions</a></li>
<li><a href="http://www.msjoe.com/2011/02/asp-net-mvc-security-videos-5/">ASP.NET MVC Security Videos (5)</a></li>
<li><a href="http://www.msjoe.com/2011/03/iis-hosting-videos-asp-net-mvc-developers-25/">IIS &amp; Hosting Videos for ASP.NET MVC Developers (25)</a></li>
<li><a href="http://codeclimber.net.nz/archive/2011/02/23/Ruby-on-Rails-vs-ASP-NET-MVC-slides-demos-and.aspx">Ruby on Rails vs ASP.NET MVC slides, demos and video are online</a></li>
<li><a href="http://www.msjoe.com/2011/02/asp-net-mvc-fundamentals-videos-tutoruals-39/">ASP.NET MVC Fundamentals Videos &amp; Tutoruals (39)</a></li>
<li><a href="http://www.msjoe.com/2011/02/free-asp-net-mvc-training-online/">Free ASP.NET MVC Training Online</a></li>
<li><a href="http://www.msjoe.com/2011/02/asp-net-mvc-app-building-videos-38/">ASP.NET MVC App Building Videos (61)</a></li>
<li><a href="http://www.mvcconf.com/videos">mvcConf &#8211; the Virtual ASP.Net MVC Conference</a></li>
<li>ASP.NET from Scratch Series
<ol>
<li><a href="http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-lesson-1/">ASP.NET from Scratch: Lesson 1</a></li>
<li><a href="http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-lesson-2/">ASP.NET from Scratch: Lesson 2</a></li>
<li><a href="http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-lesson-3/">ASP.NET from Scratch: Lesson 3</a></li>
<li><a href="http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-controllers-and-simple-model-validation/">ASP.NET From Scratch: Controllers and Simple Model Validation</a></li>
<li><a href="http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-sql-server/">ASP.NET from Scratch: SQL Server</a></li>
<li><a href="http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-master-pages/">ASP.NET from Scratch: Master Pages</a></li>
<li><a href="http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-mvc/">ASP.NET from Scratch: MVC</a></li>
<li><a href="http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-routing-in-mvc/">ASP.NET from Scratch: Routing in MVC</a></li>
<li><a href="http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-views/">ASP.NET from Scratch: Views</a></li>
</ol>
</li>
</ul>
<h2>Cheat Sheets</h2>
<ul>
<li><a href="http://elijahmanor.com/webdevdotnet/post/ASPNET-MVC-Cheat-Sheets.aspx/">ASP.NET MVC Cheat Sheets (A collection of 7 ASP.NET MVC Cheatsheets)</a></li>
<li><a href="http://devcheatsheet.com/tag/aspnet-mvc/">ASP.NET MVC Cheat Sheets</a></li>
</ul>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1235px; width: 1px; height: 1px; overflow: hidden;"><a href="http://www.codeproject.com/Articles/79039/ASP-NET-MVC-and-jQuery-Part-4-Advanced-Model-Bindi.aspx">ASP.NET MVC and jQuery Part 4 – Advanced Model Binding &#8211; Unedited (May 7, 2010)</a></div>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/03/getting-started-with-asp-net-mvc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IE6: Everything You Need to Know</title>
		<link>http://websitesmaderight.com/2011/03/ie6-everything-you-need-to-know/</link>
		<comments>http://websitesmaderight.com/2011/03/ie6-everything-you-need-to-know/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 03:15:49 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[IE6]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=50</guid>
		<description><![CDATA[This article is a one stop guide for finding all solutions dealing with IE6.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-51 aligncenter" title="By John Martz (RobotJohnny.com)" src="http://websitesmaderight.com/wp-content/uploads/2011/02/robotjohnnyIE6.jpg" alt="" width=" 640 " height=" 448" /></p>
<p>(Updated 10/5/2011)<br />
<!-- I wish that writing this was a waste of time, that would mean that IE6 is dead... But it's not. IE6 is a unique case unlike other browser’s with older versions. Users of it can’t update it because they use it in a corporate environment that won't allow it, or they aren’t savvy to the know-how of installing another browser and they continue to use it as the default browser in an older version of Windows (IE7 won’t run on anything older than Windows XP SP2). The browser share of IE6 is high enough to make it relevant, and unfortunately for developers, IE6 has a lack of support for some standard features and it has bugs making it troublesome to support. Many are against supporting IE6 because they think doing so only prolongs its existence. Agencies can’t always turn away their clients who have that as a requirement and developers can’t tell employers they can’t or won’t do it. I fall in the latter category, and in my experience it’s important to employers to support it even still today. --></p>
<p>This article is a one stop guide for finding all solutions dealing with IE6.</p>
<h2>Table of Contents</h2>
<ul>
<li><a title="Jump down the page to IE6 Global Marketshare Stats" href="#Marketshare">Articles on IE6 Bugs, Problems and Solutions</a></li>
<li><a title="Jump down the page to Compatibility References" href="#Compatibility">Compatibility References</a></li>
<li><a title="Jump down the page to Update Notification" href="#Notification">Update Notification</a></li>
<li><a title="Jump down the page to Serving an Alternate Version for IE6" href="#Alternate">Serving an Alternate Version for IE6</a></li>
<li><a title="Jump down the page to Bug Fix Files (CSS/JavaScript)" href="#Files">Bug Fix Files (CSS/JavaScript)</a></li>
<li><a title="Jump down the page to Testing Environments" href="#Testing">Testing Environments</a></li>
<li><a title="Jump down the page to Degradation (i.e. faking bugs)" href="#Degradation">Degradation (i.e. faking bugs)</a></li>
<li><a title="Jump down the page to Misc IE6 Info" href="#MiscInfo">Misc IE6 Info</a>
<ul>
<li><a title="Jump down the page to IE6 Global Marketshare Stats" href="#Marketshare">IE6 Global Marketshare Stats</a></li>
<li><a title="Jump down the page to Articles On Usage Statistics of IE6" href="#UsageStats">Articles On Usage Statistics of IE6</a></li>
<li><a title="Jump down the page to Articles Deprecating the use of IE6" href="#Deprecation">Articles Deprecating the use of IE6</a></li>
<li><a title="Jump down the page to Misc. Articles on IE6" href="#MiscArticles">Misc. Articles on IE6</a></li>
<li><a title="Jump down the page to Sites Deprecating IE6" href="#SitesDeprecating">Sites Deprecating IE6</a></li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<h2 id="Bugs">Articles on IE6 Bugs, Problems and Solutions</h2>
<ul>
<li><a href="http://www.impressivewebs.com/new-haslayout-ie/">A New Way to Trigger hasLayout on Elements in Older Versions of IE?</a> (March 10th, 2011)</li>
<li><a href="http://blogs.sitepoint.com/2010/01/21/fix-disappearing-absolute-position-element-ie/">How to Fix Randomly Disappearing Absolutely-Positioned Elements in IE</a> &#8211; A new bug is discovered (January 21, 2010)</li>
<li><a href="http://www.virtuosimedia.com/dev/css/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs">Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs</a></li>
<li><a href="http://www.impressivewebs.com/ie6-progressive-enhancement/">Coding for IE6 = Progressive Enhancement</a></li>
<li><a href="http://www.cameronmoll.com/archives/000892.html">Fixed: IE 6 min/max-width hack</a></li>
<li><a href="http://sixrevisions.com/web-development/definitive-guide-to-taming-the-ie6-beast/">The Definitive Guide to Taming the IE6 Beast</a></li>
<li><a href="http://www.positioniseverything.net/explorer/peekaboo.html">IE6 Peekaboo Bug</a></li>
<li><a href="http://haslayout.net/css/">hasLayout.net</a></li>
<li><a href="http://www.position-absolute.com/articles/css-for-ie6-6-common-problems-and-fast-ways-to-fix-them/">CSS For IE6: 6 Common Problems And Fast Ways To Fix Them</a></li>
<li><a href="http://www.positioniseverything.net/explorer.html">Explorer Exposed!</a></li>
<li><a href="http://www.sitepoint.com/blogs/2009/02/24/the-death-of-ie6/">The Death of IE6</a></li>
<li><a href="http://www.sitepoint.com/blogs/2009/03/06/10-fixes-for-ie6-problems/">10 Fixes for IE6 Problems</a></li>
<li><a href="http://www.quirksmode.org/bugreports/archives/explorer_56_windows/index.html">IE6 Bug Reports</a></li>
<li><a href="http://www.gtalbot.org/BrowserBugsSection/MSIE6Bugs/">MSIE6 Bugs</a></li>
<li><a href="http://www.webcredible.co.uk/user-friendly-resources/css/internet-explorer.shtml">Internet Explorer &amp; CSS issues</a></li>
<li><a href="http://css-tricks.com/ie-css-bugs-thatll-get-you-every-time/">IE CSS Bugs That&#8217;ll Get You Every Time</a></li>
<li><a href="http://perishablepress.com/press/2008/09/14/beware-of-margins-or-padding-when-using-the-min-width-hack-for-ie/">Beware of Margins or Padding when Using the min-width Hack for IE</a></li>
<li><a href="http://www.websurfshack.net/2009/08/ie6-css-tricks-and-hacks/">IE6 CSS Tricks and Hacks</a></li>
<li><a href="http://www.dave-woods.co.uk/?p=143">IE6 – CSS Bugs and Fixes Explained</a></li>
<li><a href="http://www.positioniseverything.net/explorer.html">Explorer Exposed!</a></li>
<li><a href="http://www.viget.com/inspire/fix-it-fast-rapid-ie6-debugging">Fix It Fast: Rapid IE6 CSS Debugging</a></li>
<li><a href="http://www.positioniseverything.net/ie-primer.html">Internet Explorer vs. the Standards, a primer on standards violations in Explorer</a></li>
<li><a href="http://www.yuiblog.com/blog/2010/10/28/css-quick-tip-how-to-prevent-a-float-drop-in-ie6/">CSS Quick Tip: How to prevent a &#8220;float drop&#8221; in IE6</a></li>
<li><a href="http://www.maxdesign.com.au/articles/column-collapse/">Internet Explorer and column collapse</a></li>
<li><a href="http://www.impressivewebs.com/10-useful-css-properties-not-supported-by-internet-explorer/">10 Useful CSS Properties Not Supported By Internet Explorer</a></li>
<li><a href="http://blog.assortedgarbage.com/2010/01/the-secret-to-transparency-with-png8s-and-ie6/">The Secret to Transparency with PNG8&#8242;s and IE6</a></li>
<li><a href="http://briancray.com/2009/04/16/target-ie6-and-ie7-with-only-1-extra-character-in-your-css/">Target IE6 and IE7 with only 1 extra character in your CSS</a></li>
<li><a href="http://www.michaelhartmayer.com/web-design/ie6-ie7-jquery-fix-anchor-image-clickable-area/">IE6 / IE7 jQuery Fix: Anchor Image Clickable Area</a></li>
<li><a href="http://www.edgeofmyseat.com/blog/all/developing-css-for-ie6-and-7">Developing CSS for IE6 and 7</a></li>
<li><a href="http://javascriptly.com/2009/12/best-ie6-png-fixes/">Best IE6 “PNG Alpha-Transparency” Fixes</a></li>
<li><a href="http://www.webm.ag/2009/12/05/ie6-fixes-for-png-alpha-transparency/">IE6 Fixes For PNG Alpha Transparency</a></li>
<li><a href="http://www.ethanandjamie.com/blog/37-user-interface/81-png8-transparency-without-fireworks">Alpha Transparency in PNG-8 Images Without Using Fireworks</a></li>
<li><a href="http://www.webdesign-gm.co.uk/news/web-design/ie6-hacks-and-fixes.html">IE6 Hacks And Fixes</a></li>
<li><a href="http://www.viget.com/inspire/fix-it-fast-rapid-ie6-debugging/%20">Fix It Fast: Rapid IE6 CSS Debugging </a></li>
<li><a href="http://www.smashingmagazine.com/2010/04/28/css3-solutions-for-internet-explorer/">CSS3 Solutions for Internet Explorer</a></li>
<li><a href="http://www.debeterevormgever.nl/html5-ie-without-javascript/">HTML5 elements in Internet Explorer without Javascript</a></li>
<li><a href="http://www.queness.com/post/5600/10-dirty-internet-explorer-css-hacks-you-might-not-know">10 Dirty Internet Explorer CSS Hacks You Might Not know</a></li>
<li><a href="http://www.impressivewebs.com/conditional-comments-classes-ie/">Don’t Use Conditional Comments to Create Classes for IE7+</a></li>
<li><a href="http://metoojava.wordpress.com/2010/04/03/10-fixes-that-solve-ie-issues/">10 Fixes that solve IE Issues</a></li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/">Quick Tip: How to Target IE6, IE7, and IE8 Uniquely with 4 Characters </a></li>
<li><a href="http://net.tutsplus.com/tutorials/html-css-techniques/9-most-common-ie-bugs-and-how-to-fix-them/">9 Most Common IE Bugs and How to Fix Them</a></li>
<li><a href="http://www.queness.com/post/683/10-awful-ie-bugs-and-fixes">10 Awful IE Bugs and Fixes</a></li>
<li><a href="http://www.456bereastreet.com/archive/200904/using_an_xml_declaration_triggers_quirks_mode_in_ie_6/">Using an XML declaration triggers Quirks mode in IE 6</a></li>
<li><a href="http://www.onderhond.com/blog/work/ie6-core-bug-fixing">How to make ie6 behave/core fixes</a></li>
<li><a href="http://www.smashingmagazine.com/2009/12/01/how-to-support-internet-explorer-and-still-be-cutting-edge/">How To Support Internet Explorer and Still Be Cutting Edge</a></li>
</ul>
<h2 id="Compatibility">Compatibility References</h2>
<ul>
<li><a href="http://caniuse.com/">When can I use&#8230; </a>- HTML 5 &amp; CSS3 compatibility table with filtering tool by caniuse.com</li>
<li><a href="http://findmebyip.com/litmus/">HTML5 &amp; CSS3 Support charts</a> by findmebyIP.com</li>
<li><a href="http://www.quirksmode.org/css/quirksmode.html">Compatibility Master Table</a> by QuirksMode.org</li>
<li><a href="http://www.smashingmagazine.com/2009/10/14/css-differences-in-internet-explorer-6-7-and-8/">CSS Differences in Internet Explorer 6, 7 and 8</a> by SmashingMagazine.com</li>
<li><a href="http://msdn.microsoft.com/en-us/library/cc351024%28VS.85%29.aspx">CSS Compatibility and Internet Explorer</a> by Microsoft MSDN</li>
<li><a href="http://www.tutorialfeed.org/2009/10/visual-cheat-sheet-css-compatiblity.html">Visual Cheat Sheet: CSS Compatibility with Internet Explorer 6, 7 and 8</a> by TutorialFeed.org</li>
</ul>
<h2 id="Notification">Update Notification</h2>
<p>Digg.com asked their IE6 users why they’re still using IE6. Digg concluded that a notification to update is pointless and sadistic. Check out the poll results from their survey: <a href="http://about.digg.com/blog/much-ado-about-ie6">http://about.digg.com/blog/much-ado-about-ie6</a></p>
<ul>
<li><a href="http://ie6countdown.com/join-us.html">ie6countdown banner </a>- Microsoft&#8217;s own banner with a message to upgrade.</li>
<li><a href="http://ie6update.com/">IE6 Update</a> Meant to fake-out the user, IE6 Update looks like IE’s Information Bar, it states “Internet Explorer is missing updates required to view this site. Click here to update&#8230;”</li>
<li><a href="http://pushuptheweb.com/">Pushup</a> Pops up a notification box in the top right corner stating “Important browser update available. Remind me again in 6 hours.”</li>
<li><a href="http://css.dzone.com/articles/does-not-support-ie6-messages">&#8220;Does Not Support IE6&#8243; Message</a></li>
<li><a href="http://code.google.com/p/ie6-upgrade-warning/">The IE6 upgrade warning</a></li>
<li><a href="http://www.vincenthasselgard.no/2009/02/19/give-ie6-users-the-message-to-upgrade-or-change/">Give IE6 users the message to upgrade or change</a></li>
<li><a href="http://www.browserupgrade.info/tools/">IE6 Warning Message</a></li>
<li><a href="http://www.browser-update.org/">Browser-Update.org</a></li>
<li><a href="http://www.pushuptheweb.com/">Pushing up the web</a></li>
<li><a href="http://code.google.com/p/sevenup/">Sevenup: Encourage the world to get rid of IE6!</a></li>
<li><a href="http://www.killbillsbrowser.com/">Explorer Destroyer</a> &#8211; Google gives you $1 for each person you switch from IE to Firefox.</li>
<li><a href="http://www.marious-alex.co.cc/ie-alert/">IE Alert Script</a> &#8211; Similar to IE6 Update, it tries to fake-out users.</li>
<li><a href="http://www.ie6nomore.com/">IE6 No More</a> &#8211; Displays a notification to update.</li>
<li><a href="http://wordpress.org/extend/plugins/anti-internet-explorer-6/">Anti Internet Explorer 6 Plugin</a> &#8211; For WordPress. Displays a message.</li>
<li><a href="http://wordpress.org/extend/plugins/shockingly-big-ie6-warning/">Shockingly Big IE6 Warning</a> &#8211; For WordPress. Displays a message.</li>
<li>Badges, buttons and banners
<ul>
<li><a href="http://www.bringdownie6.com/">Bring Down IE6</a> &#8211; badge.</li>
<li><a href="http://www.w3junkies.com/toocool/">Too Cool for Internet Explorer</a> &#8211; badge.</li>
<li><a href="http://toastytech.com/evil/buttons.html">IE is Evil </a>- buttons and banners.</li>
</ul>
</li>
</ul>
<h2 id="Alternate">Serving an Alternate Version for IE6</h2>
<ul>
<li><a href="http://code.google.com/p/universal-ie6-css/">universal-ie6-css</a> &#8211; This strips down the design and leaves the visitor using an IE6 browser with a plain minimal page. Similar to the <a href="https://www.readability.com/">Readability</a> project.</li>
<li><a href="http://www.nathanrice.net/blog/serve-ie6-visitors-the-default-wordpress-theme/">Serve IE6 Visitors the Default WordPress Theme</a></li>
</ul>
<h2 id="Files">Bug Fix Files (CSS/JavaScript)</h2>
<p>Please note that the following excludes CSS frameworks for grids and layouts. There are too many and that list is better suited for another post.</p>
<ul>
<li>CSS3 Support
<ul>
<li><a href="http://css3pie.com/">PIE</a> makes Internet Explorer 6-8 capable of rendering some CSS3 features. Specifically, it’s a behavior file that you can attach to an element via css that will enable that element to support border-radius, box-shadow, border-image, multiple background images, and linear-gradient as background image.</li>
<li><a href="http://fetchak.com/ie-css3/">IE-CSS3</a> &#8211; A script that provides support for some CSS3 for Internet Explorer 6, 7, and 8.</li>
<li><a href="http://r.je/css3-in-ie.html">CSS3 in Internet Explorer</a> &#8211; Denoted by the author as an improved version of the IE-CSS3 script (the previous item).</li>
<li>Selectors
<ul>
<li><a href="http://selectivizr.com/">selectivizr</a> &#8211; A JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.</li>
<li><a href="http://developer.yahoo.com/yui/selector/">YUI 2: Selector Utility </a></li>
<li><a href="http://sizzlejs.com/">Sizzle</a> &#8211; Allows CSS3 selectors to be used in all browsers, even in IE6.</li>
</ul>
</li>
</ul>
<ul>
<li>Css Extenders &#8211; Enables CSS that replaces vendor specific CSS3 style rules so that only one rule needs to be written for all platforms.
<ul>
<li><a href="http://ecsstender.org/">eCSStender</a> &#8211; Extends CSS to enable unsupported CSS style rules.</li>
<li><a href="http://www.useragentman.com/blog/csssandpaper-a-css3-javascript-library/">cssSandpaper </a></li>
</ul>
</li>
<li>Limited CSS3 Support
<ul>
<li><a href="http://transformie.com/index.html">Transformie</a> &#8211; Uses JavaScript to enable properties of CSS transform functions supported in Webkit but not IE6 and IE7.</li>
<li><a href="http://www.hintzmann.dk/testcenter/js/jquery/boxshadow/">CSS-3 Box-Shadow</a></li>
<li><a href="http://www.hintzmann.dk/testcenter/js/jquery/textshadow/">CSS-3 Text-Shadow</a></li>
</ul>
</li>
</ul>
</li>
<li>HTML5 Support
<ul>
<li><a href="http://www.modernizr.com/">Modernizr</a> &#8211; Detects HTML5 and CSS3 features and if they&#8217;re unsupported, allows you provide fall-back CSS style rules.</li>
<li><a href="http://www.iecss.com/print-protector/">IE Print Protector</a> &#8211; Internet Explorer 6, 7, and 8 do not recognize new HTML5 elements, this JavaScript allows you to print HTML5 pages in them.</li>
<li><a href="http://www.cach.me/blog/2011/02/html4-ie-compatible-javascript-web-workers/">GWorker</a> enables HTML 5 web workers (background JavaScript) to be compatible with IE6 and other incompatible browsers.</li>
<li><a href="http://socket.io/">Socket.io</a> provides support for WebSockets in IE6 enabling realtime apps with push features.</li>
<li><a href="https://github.com/scottjehl/Respond">Respond.js</a> enables link tag media queries (e.g. ) in IE6 and other browsers that don&#8217;t support it.</li>
<li><a href="http://code.google.com/p/css3-mediaqueries-js/">css3-mediaqueries-js</a> &#8211; Write your media queries like you would normally.</li>
</ul>
<ul>
<li><a href="http://jdbartlett.github.com/innershiv/">HTML 5 innerShiv</a> &#8211; HTML 5 elements cannot be appended to the document when created using innerHTML, which causes problems when trying to add HTML5 elements using libraries such as jQuery. This script is a workaround.</li>
<li><a href="http://remysharp.com/2009/01/07/html5-enabling-script/">html5shim </a>- Enables IE to recognize HTML5 elements so that they will render and can be targeted by CSS selectors.</li>
<li><a href="http://excanvas.sourceforge.net/">ExplorerCanvas</a> &#8211; Enables canvas support in IE.</li>
</ul>
</li>
<li>Rounded Corners
<ul>
<li><a href="http://www.dillerdesign.com/experiment/DD_roundies/">DD_roundies</a> &#8211; A Javascript library that makes creation of rounded-corner HTML boxes easier, with a focus on Internet Explorer.</li>
<li><a href="http://code.google.com/p/curved-corner/">curved-corner</a> &#8211; This is a behavior (.htc) file for Internet explorer to make CSS property &#8221; border-radius &#8221; work.</li>
</ul>
</li>
<li>PNG fix
<ul>
<li><a href="http://labs.unitinteractive.com/unitpngfix.php">Unit PNG Fix</a> &#8211; Fixes problems caused by using an IE filter to fix a PNG, such as AlphaImageLoader sometimes prevents interaction with links and forms, etc.</li>
<li><a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/">DD_belatedPNG</a> &#8211; This uses Microsoft&#8217;s implementation of VML instead of Microsoft&#8217;s AlphaImageLoader filter.</li>
<li><a href="http://www.twinhelix.com/css/iepngfix/">IE PNG Fix 2.0 Alpha 4</a></li>
<li><a href="http://24ways.org/2007/supersleight-transparent-png-in-ie6">SuperSleight</a></li>
</ul>
</li>
<li>Code Generator Tools
<ul>
<li><a href="http://www.onderhond.com/tools/ie6fixer/">IE6 CSS Fixer: Web-Based IE6 CSS Fix Tool</a> &#8211; generates code you opt for.</li>
<li><a href="http://css3please.com/">CSS3, please!</a></li>
<li><a href="http://www.codesign.fr/css2ie6/">CSS to IE6</a>: A site for creating stylesheets correcting IE6 bugs.</li>
</ul>
</li>
<li>Others
<ul>
<li><a href="http://dean.edwards.name/ie7/">IE7 (the script)</a> Named such to connotate a fix to IE6, including the PNG issue and others as well, thus making it behave like IE7.</li>
</ul>
</li>
</ul>
<h2 id="Testing">Testing Environments</h2>
<p>A comment from Steve to Microsoft on their prohibiting the use of Spoon:</p>
<blockquote><p>&#8220;[Spoon] was **THE** most useful resource for testing multiple versions of IE and the shutdown really ticked developers off! As a long time web developer of Enterprise Web Applications I&#8217;ve tried all the options out there to try and simplify testing IE and the lack of realistic options is a royal PITA.</p>
<p>1.) Multiple IEs &#8211; IE8 breaks the functionality of IE6&#8242;s textboxes &#8211; thus its a NO-GO<br />
2.) IETester &#8211; works great until you need to test popup interaction and then it fails &#8211; thus a NO-GO<br />
3.) Virtual PC with timebombed images of IE6, IE7, IE8 &#8211; works ok, but the 12Gigs of HD space needed is frustrating when each full image of Windows dies 4 times a year, running a full Windows image is slow and you have to beg for updates because the releases are not co-ordinated and announced well at all &#8211; thus its a NO-GO<br />
4.) IE Super Preview &#8211; Last I checked this did not allow full testing of IE user interaction, JavaScript DOM changes, popups etc. &#8211; thus its a NO-GO<br />
5.) Multiple PC&#8217;s to run multiple versions of windows and IE. With all the hardware, software, and physical space needed &#8211; its a NO-GO<br />
6.) Spoon.net IEs &#8211; They work, they work just like local native apps once running, and there&#8217;s no hacking of my real local IE install. &#8211; the **ONLY** problem with these IE&#8217;s is that Microsoft shut them down</p>
<p>Please understand that we (developers) just want something that works. Testing in multiple versions of IE is a pain to begin with and with IE9 on the horizon it is only getting worse. I&#8217;m not sure where the issue stands with Spoon, but I would really like a solution worked out fast.&#8221;<br />
&#8211;Steve <a href="https://docs.google.com/document/d/1hGaR_Gqg2hOS9w2OADHCW-lU7CL6jNX4ZIACjM3zIg4/edit?hl=en#">(http://blogs.msdn.com/b/ie/archive/2011/02/04/testing-multiple-versions-of-ie-on-one-pc.aspx</a>)</p></blockquote>
<ul>
<li><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677&amp;displaylang=en">Microsoft Expression Web SuperPreview </a>- Basically gives you screenshot, hence cannot test the interactivity, javascript, etc.</li>
<li><a href="http://tredosoft.com/Multiple_IE">Multiple IEs</a> &#8211; An installer that enables you to install multiple versions of IE on your PC.</li>
<li><a href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester</a> &#8211; Desktop app of with built-in different emulations of IE.</li>
<li><a href="http://www.skybound.ca/">Skybound’s Stylizer CSS editor</a> &#8211; supports preview of 9 different integrated web browsers including IE6.</li>
</ul>
<h3>Virtualization</h3>
<ul>
<li><a href="http://blogs.msdn.com/b/ie/archive/2011/02/04/testing-multiple-versions-of-ie-on-one-pc.aspx">Windows XP Mode</a> &#8211; An optional downloaded feature of Windows 7 Professional, Enterprise, and Ultimate editions that provides you a pre-installed image of Windows XP SP3 that you run using Windows Virtual PC, thereby allowing you to run Internet Explorer versions 6, 7, 8, and 9 simultaneously on a single machine.</li>
<li><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en">Windows Virtual PC virtual machine hard drive images (VHDs) of Internet Explorer</a> &#8211; Said to be, “bloated, kludgy pigs with a massive footprint.”</li>
<li>Spoon <a href="http://www.iecss.com/spoon/">http://www.iecss.com/spoon/</a> (links removed but you can search for torrents <a href="http://www.kickasstorrents.com/search/spoon.net/">http://www.kickasstorrents.com/search/spoon.net/</a>) A favorite among developers.</li>
<li><a href="http://utilu.com/IECollection/">Utilu IE Collection </a></li>
<li><a href="http://browserling.com/">http://browserling.com/</a> uses IETester</li>
<li>VirtualBox or any virtualization software with a <a href="http://techome.wordpress.com/2008/07/07/xp-is-dead-long-live-tinyxp/">TinyXP </a></li>
</ul>
<h3>Screenshots</h3>
<ul>
<li><a href="http://browsershots.org/">BrowserShots</a></li>
<li><a href="https://browserlab.adobe.com/en-us/index.html">Adobe Browser Labs </a></li>
<li><a href="http://ipinfo.info/netrenderer/">IE NetRenderer</a></li>
<li><a href="http://www.browsera.com/">Browsera</a></li>
<li><a href="http://www.browsercam.com/">Browsercam</a></li>
</ul>
<h3>Debugging</h3>
<ul>
<li><a href="http://sixrevisions.com/javascript/javascript-debugging-techniques-in-ie-6/">JavaScript Debugging Techniques in IE 6</a></li>
</ul>
<h2 id="Degradation">Degradation (i.e. faking bugs)</h2>
<ul>
<li><a href="http://icant.co.uk/ie6-amelie/">ie6-amelie</a> &#8211; Makes the text uncomfortable to read for the IE6 user by applying the MotionBlur filter at random intervals. “Thus, we turn IE6 into a health and safety issue.”</li>
<li><a href="http://plugins.jquery.com/project/crash">jQuery Crash </a>- A jQuery plugin for crashing IE6.</li>
<li><a href="http://www.crashie.com/">Crash Internet Explorer</a> &#8211; A single line of code crashes most versions of IE.</li>
<li><a href="http://www.catswhocode.com/blog/6-html-and-javascript-codes-to-crash-ie6">6 html and javascript codes to crash IE6</a></li>
<li><a href="http://www.wprecipes.com/how-to-kill-ie6-on-your-wordpress-blog">How to: Kill IE6 on your WordPress blog</a></li>
<li><a href="http://ie6ify.com/">IE6ify!</a> &#8211; A bookmarklet that reproduces IE6 rendering.</li>
</ul>
<h2 id="MiscInfo">Misc IE6 Info</h2>
<ul>
<li><a href="http://code.google.com/chrome/chromeframe/">Google Chrome Frame for IE</a> &#8211; An IE plug-in that embeds Chrome inside IE, developers then use a doctype to load the page in the Chrome frame instead of IE in browsers that have the plug-in installed.</li>
<li><a href="http://developer.yahoo.com/yui/">YUI Library</a> announced in November 2010 that it will discontinue grade A browser support for IE6 &#8211; support will drop to a C. Read more <a href="http://www.yuiblog.com/blog/2010/11/03/gbs-update-2010q4/">here</a>.</li>
<li><a href="http://www.iecss.com/">iecss.com</a> &#8211; Provides the default browser style sheets for IE6-9.</li>
<li><a href="http://en.wikipedia.org/wiki/Internet_Explorer_6">Wikipedia on Internet Explorer 6</a> &#8211; A good overview of IE6.</li>
<li><a href="http://www.from-the-couch.com/post.cfm/title/how-to-charge-for-ie6-work">How to Charge for IE6 Work </a>- 5 minute podcast from the show &#8220;From the Couch&#8221;.</li>
</ul>
<h2 id="Marketshare">IE6 Global Marketshare Stats as of February 2011</h2>
<table summary="IE6 Global Marketshare Stats">
<thead>
<tr>
<th>Stats Source</th>
<th width="46%">IE6 Marketshare</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://gs.statcounter.com/#browser_version-ww-monthly-201102-201102-bar">statcounter.com IE6 Global Stats as of Feb 2011</a></td>
<td>Worldwide: 4.6% (was 4.93%*),<br />
Africa: 11.43% (was 12.44%*),<br />
Asia: 11.25% (was 10.53%*),<br />
Europe: 1.97% (was 2.15%*),<br />
North America: 2.16% (was 2.37%*),<br />
Oceania: 2.23% (was 2.26%*),<br />
South America: 3.31% (was 3.6%*)</td>
</tr>
<tr>
<td><a href="http://marketshare.hitslink.com/browser-market-share.aspx?qprid=2">Net Applications.com Browser Version Market Share as of Feb 2011</a></td>
<td>11.33% (was 11.43%*)</td>
</tr>
<tr>
<td><a href="http://www.w3schools.com/browsers/browsers_explorer.asp">w3schools.com Internet Explorer Version Statistics as of Feb 2011</a></td>
<td>3.5% (was 3.8%*)</td>
</tr>
<tr>
<td><a href="http://www.w3counter.com/globalstats.php">w3counter.com Web Browser Market Share as of Feb 2011</a></td>
<td>3.59% (was 3.91%*)</td>
</tr>
<tr>
<td><a href="http://www.statowl.com/web_browser_usage_by_version.php">statowl.com Web Browser Usage Statistics as of Feb 2011</a></td>
<td>6.58% (was 7.04%*)</td>
</tr>
<tr>
<td><a href="http://www.getclicky.com/marketshare/global/web-browsers/#/marketshare/global/web-browsers/internet-explorer/">getclicky.com Internet explorer (Global marketshare) as of Mar 17, 2011</a></td>
<td>3.5%</td>
</tr>
</tbody>
</table>
<p>*As of January 2011</p>
<h2 id="UsageStats">Articles On Usage Statistics of IE6</h2>
<ul>
<li><a href="http://blogs.sitepoint.com/ie6-usage-below-5-percent-browser-trends/">Browser Market Shares and Trends, March 2011: IE6 Usage Drops Below 5%</a> (Sitepoint, March 5, 2011 )</li>
<li><a href="http://itspice.net/cms/it-news/ie-6-is-the-most-popular-browser-in-india">IE 6 is the Most Popular Browser in India!</a> (ITspice.net, December 5, 2010)</li>
<li><a href="http://www.wiliam.com.au/wiliam-blog/the-importance-of-internet-explorer-6-ie6-browser-testing">The Importance of Internet Explorer 6 (IE6) Browser Testing </a> (William.com, September 19, 2010).</li>
<li><a href="http://gizmodo.com/#%215483186/inside-the-excruciatingly-slow-death-of-internet-explorer-6%20">Inside the Excruciatingly Slow Death of Internet Explorer</a> (Gizmodo, Mar 1, 2010)</li>
<li><a href="http://www.webdesignerdepot.com/2010/08/will-the-real-browser-stats-please-stand-up/%20">Will the Real Browser Stats Please Stand Up?</a> (Web Designer Depot, August 2, 2010)</li>
<li><a href="http://blogs.sitepoint.com/2009/08/03/ie6-will-not-die/">Just When You Thought IE6 Would Die…</a> (Sitepoint, August 3, 2009)</li>
</ul>
<h2 id="Deprecation">Articles Deprecating the use of IE6</h2>
<ul>
<li><a href="http://sixrevisions.com/web-development/farewell-ie6/">Farewell IE6</a> (Six Revisions, March 11, 2011)</li>
<li><a href="http://www.readwriteweb.com/archives/even_microsoft_wishes_internet_explorer_6_would_ju.php">Even Microsoft Wishes Internet Explorer 6 Would Just Die Already </a>(ReadWriteWeb, March 4, 2011)</li>
<li><a href="http://www.zdnet.com/blog/bott/its-time-to-stop-using-ie6/1645?tag=content;col1">It&#8217;s time to stop using IE6 </a>(ZDNet, January 16, 2010)</li>
<li><a href="http://mytechworld.officeacuity.com/?p=561">Retire IE6 – No More Excuses! </a>(My Tech World, December 20th, 2009)</li>
<li><a href="http://news.cnet.com/8301-30685_3-10406468-264.html?tag=mncol">Microsoft actively urges IE 6 users to upgrade</a> (CNET, November 30, 2009)</li>
<li><a href="http://blogs.sitepoint.com/2010/02/02/google-drops-ie6-support/">Google Apps Drop IE6 Support </a>(Sitepoint, February 2, 2010)</li>
<li><a href="http://mashable.com/2010/01/18/5-more-reasons-why-ie6-must-die/">5 More Reasons Why IE6 Must Die</a> (Mashable, January 18, 2010)</li>
<li><a href="http://blog.cartweaver.com/index.cfm?newsid=86">IE6 The wicked 6 is dead &#8211; Goodbye, and good riddance!</a> (Cartweaver, February 6, 2010)</li>
<li><a href="http://www.usabilitypost.com/2008/09/05/drop-ie6-support-give-people-a-reason-to-upgrade/">Drop IE6 Support &#8212; Give People a Reason to Upgrade</a> (Usability Post, Sept. 5, 2008)</li>
<li><a href="http://mashable.com/2009/07/16/ie6-must-die/">IE6 Must Die for the Web to Move On</a> (Mashable, July 16, 2009 )</li>
<li><a href="http://www.8164.org/dear-ie6/">Dear IE6</a> (8164.org, August 4, 2008)</li>
<li><a href="http://www.456bereastreet.com/archive/200902/no_more_pixel_perfectionism_in_ie_6/">No more pixel perfectionism in IE 6</a> (456bereastreet.com, February 11, 2009)</li>
</ul>
<h2 id="MiscArticles">Misc. Articles on IE6</h2>
<ul>
<li><a href="http://www.dzone.com/links/r/ie6_isnt_the_only_obsolete_browser_in_use.html">IE6 Isn&#8217;t the Only Obsolete Browser In Use</a> (PC Magazine, March 7, 2011)</li>
<li><a href="http://blogs.sitepoint.com/2009/08/18/microsoft-support-ie6-2014/">Microsoft to Support IE6 Until 2014</a> (Sitepoint, August 18, 2009)</li>
<li><a href="http://blogs.sitepoint.com/2009/09/26/ie6-upgrades-google-chrome-frame/">Why Corporations Don’t Upgrade IE6 and How Chrome Frame Could Help</a> (Sitepoint.com, September 26, 2009)</li>
<li><a href="http://blogs.sitepoint.com/2010/08/26/5-steps-to-ie6-profit/%20">5 Steps to Have Fun and Profit From IE6 </a>(Sitepoint, August 26, 2010)</li>
<li><a href="http://css-tricks.com/why-people-still-use-ie-6/">Why People Still Use IE 6</a> (Css-Tricks, July 16, 2008)</li>
<li><a href="http://blogs.sitepoint.com/2009/04/14/10-cool-things-well-be-able-to-do-once-ie6-is-dead/">10 Cool Things We’ll Be Able To Do Once IE6 Is Dead</a></li>
<li><a href="http://www.kamikazemusic.com/general-stuff/ie6/">We all dislike IE6 but lets not be childish</a></li>
</ul>
<h2 id="SitesDeprecating">Sites Deprecating IE6</h2>
<ul>
<li><a href="http://ie6countdown.com/">http://ie6countdown.com/</a> &#8211; Microsoft&#8217;s own site educating users to upgrade.</li>
<li><a href="http://www.bringdownie6.com/%20">http://www.BringDownIE6.com/</a> &#8211; The article on this website titled <a href="http://www.bringdownie6.com/bring-down-ie-6.html">Calling time on IE6</a> gives a very good background on the problem with IE6.</li>
<li><a href="http://idroppedie6.com/">http://idroppedie6.com/</a> A list of websites that dropped IE6 support and some links to articles encouraging users to stop supporting it.</li>
<li><a href="http://www.ie6death.com/">http://www.ie6death.com/</a> &#8211; Countdown until Microsoft will stop supporting Windows XP and hence IE6.</li>
<li><a href="http://dearie6.com/">http://dearie6.com/</a> &#8211; A list of the tweets sent by people who sent a tweet to @DearIE6 (and follow) saying goodbye to IE6.</li>
<li><a href="http://whyiesucks.blogspot.com/">Why IE Sucks</a> &#8211; An IE hating blog.</li>
<li><a href="http://www.iesucks.info/">IESucks.info</a> &#8211; Another IE hating blog.</li>
<li><a href="http://ieai.pieroxy.net/">The IE Awareness Initiative</a> &#8211; The point is to make users of IE aware that their browser is &#8220;ancient, cumbersome and a pain to work with.&#8221;</li>
<li><a href="http://www.browserupgrade.info/ie6/">BrowserUpgrade.info</a> &#8211; Encourages users to upgrade.</li>
<li><a href="http://whichbrowserforme.org/">Which browser for me?</a> &#8211; The central message is, &#8220;Internet Explorer 6 is bad, let&#8217;s move on.&#8221;</li>
<li><a href="http://www.free-the-web.com/">Free The Web</a> &#8211; A site encouraging users to boycott IE6.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/03/ie6-everything-you-need-to-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SEO: The Most Recommended Plugins and Some Tutorials</title>
		<link>http://websitesmaderight.com/2011/03/wordpress-seo-the-most-recommended-plugins/</link>
		<comments>http://websitesmaderight.com/2011/03/wordpress-seo-the-most-recommended-plugins/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 01:56:37 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=122</guid>
		<description><![CDATA[There are a lot of WordPress SEO plugins to choose from. The SEO tag in the WordPress Plugin Directory has over 445 items. So how do you know which ones to choose? Usually a good place to start is with the recommendations. I’ve compiled here a list of the most recommended WordPress SEO plugins. These [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of WordPress SEO plugins to choose from. The <a href="http://wordpress.org/extend/plugins/tags/seo">SEO tag</a> in the WordPress Plugin Directory has over 445 items. So how do you know which ones to choose? Usually a good place to start is with the recommendations.</p>
<p>I’ve compiled here a list of the most recommended WordPress SEO plugins. These recommendations are from 66 posts specifically recommending plugins.</p>
<p>These recommendations are:</p>
<ul>
<li>all free plugins</li>
<li>less than 2 years old</li>
<li>sorted by date</li>
<li>from the <a href="http://websitesmaderight.com/2011/01/350-of-the-best-web-design-feeds/">best Web Design feeds</a></li>
</ul>
<p>These plugins are specifically developed for SEO, therefore, this list excludes Social Bookmarking plugins, Administration Plugins (e.g. such as 301 redirections), Tag Clouds, Related Posts, Performance, Images, and Comment plugins, unless the name of the plugin specifically states it&#8217;s for SEO.</p>
<p>At the bottom of this post is a list of articles on <a href="#articles">WordPress SEO Tips and Tutorials</a>. These are also less than 2 years old, sorted by date, and are from the <a href="../2011/01/350-of-the-best-web-design-feeds/">best Web Design feeds</a>.</p>
<h2>Most Recommended WordPress SEO Plugins</h2>
<p>Note: The number in parenthesis indicates the number of recommendations out of 66.</p>
<ol>
<li><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a> (49)<sup><a href="#0">[0]</a><a href="#3">[3]</a><a href="#4">[4]</a><a href="#5">[5]</a><a href="#7">[7]</a><a href="#8">[8]</a><a href="#9">[9]</a><a href="#10">[10]</a><a href="#12">[12]</a><a href="#13">[13]</a><a href="#14">[14]</a><a href="#15">[15]</a><a href="#16">[16]</a><a href="#17">[17]</a><a href="#18">[18]</a><a href="#19">[19]</a><a href="#20">[20]</a><a href="#21">[21]</a><a href="#22">[22]</a><a href="#24">[24]</a><a href="#25">[25]</a><a href="#27">[27]</a><a href="#29">[29]</a><a href="#31">[31]</a><a href="#32">[32]</a><a href="#33">[33]</a><a href="#35">[35]</a><a href="#36">[36]</a><a href="#37">[37]</a><a href="#38">[38]</a><a href="#39">[39]</a><a href="#40">[40]</a><a href="#42">[42]</a><a href="#43">[43]</a><a href="#46">[46]</a><a href="#47">[47]</a><a href="#48">[48]</a><a href="#49">[49]</a><a href="#50">[50]</a><a href="#51">[51]</a><a href="#52">[52]</a><a href="#53">[53]</a><a href="#55">[55]</a><a href="#56">[56]</a><a href="#59">[59]</a><a href="#61">[61]</a><a href="#63">[63]</a><a href="#64">[64]</a><a href="#65">[65]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps Generator</a> (31)<sup><a href="#0">[0]</a><a href="#3">[3]</a><a href="#4">[4]</a><a href="#5">[5]</a><a href="#7">[7]</a><a href="#8">[8]</a><a href="#9">[9]</a><a href="#10">[10]</a><a href="#11">[11]</a><a href="#12">[12]</a><a href="#13">[13]</a><a href="#16">[16]</a><a href="#17">[17]</a><a href="#18">[18]</a><a href="#20">[20]</a><a href="#22">[22]</a><a href="#27">[27]</a><a href="#29">[29]</a><a href="#33">[33]</a><a href="#35">[35]</a><a href="#36">[36]</a><a href="#37">[37]</a><a href="#39">[39]</a><a href="#40">[40]</a><a href="#43">[43]</a><a href="#44">[44]</a><a href="#47">[47]</a><a href="#48">[48]</a><a href="#54">[54]</a><a href="#60">[60]</a><a href="#65">[65]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-image/">SEO Friendly Images</a> (19)<sup><a href="#0">[0]</a><a href="#3">[3]</a><a href="#4">[4]</a><a href="#5">[5]</a><a href="#8">[8]</a><a href="#9">[9]</a><a href="#10">[10]</a><a href="#11">[11]</a><a href="#13">[13]</a><a href="#14">[14]</a><a href="#16">[16]</a><a href="#18">[18]</a><a href="#20">[20]</a><a href="#21">[21]</a><a href="#26">[26]</a><a href="#44">[44]</a><a href="#46">[46]</a><a href="#54">[54]</a><a href="#57">[57]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/platinum-seo-pack/">Platinum SEO Pack</a> (18)<sup><a href="#0">[0]</a><a href="#1">[1]</a><a href="#4">[4]</a><a href="#7">[7]</a><a href="#8">[8]</a><a href="#9">[9]</a><a href="#12">[12]</a><a href="#13">[13]</a><a href="#14">[14]</a><a href="#15">[15]</a><a href="#16">[16]</a><a href="#19">[19]</a><a href="#20">[20]</a><a href="#27">[27]</a><a href="#34">[34]</a><a href="#36">[36]</a><a href="#46">[46]</a><a href="#54">[54]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-automatic-links/">SEO Smart Links</a> (16)<sup><a href="#0">[0]</a><a href="#4">[4]</a><a href="#7">[7]</a><a href="#8">[8]</a><a href="#9">[9]</a><a href="#10">[10]</a><a href="#13">[13]</a><a href="#15">[15]</a><a href="#16">[16]</a><a href="#19">[19]</a><a href="#20">[20]</a><a href="#22">[22]</a><a href="#30">[30]</a><a href="#36">[36]</a><a href="#58">[58]</a><a href="#62">[62]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/headspace2/">HeadSpace2 SEO</a> (13)<sup><a href="#0">[0]</a><a href="#8">[8]</a><a href="#9">[9]</a><a href="#10">[10]</a><a href="#11">[11]</a><a href="#12">[12]</a><a href="#13">[13]</a><a href="#14">[14]</a><a href="#18">[18]</a><a href="#22">[22]</a><a href="#27">[27]</a><a href="#58">[58]</a><a href="#62">[62]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/wordpress-seo/">WordPress SEO by Yoast (Previously Meta Robots WordPress plugin and Breadcrumbs Plugin)</a> (10)<sup><a href="#2">[2]</a><a href="#6">[6]</a><a href="#8">[8]</a><a href="#12">[12]</a><a href="#14">[14]</a><a href="#23">[23]</a><a href="#27">[27]</a><a href="#28">[28]</a><a href="#39">[39]</a><a href="#41">[41]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-title-tag/">SEO Title Tag</a> (10)<sup><a href="#0">[0]</a><a href="#9">[9]</a><a href="#10">[10]</a><a href="#12">[12]</a><a href="#13">[13]</a><a href="#14">[14]</a><a href="#15">[15]</a><a href="#27">[27]</a><a href="#46">[46]</a><a href="#60">[60]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/robots-meta/">Robots Meta</a> (10)<sup><a href="#0">[0]</a><a href="#9">[9]</a><a href="#11">[11]</a><a href="#12">[12]</a><a href="#13">[13]</a><a href="#16">[16]</a><a href="#18">[18]</a><a href="#20">[20]</a><a href="#33">[33]</a><a href="#65">[65]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-slugs/">SEO Slugs</a> (10)<sup><a href="#0">[0]</a><a href="#9">[9]</a><a href="#11">[11]</a><a href="#13">[13]</a><a href="#16">[16]</a><a href="#20">[20]</a><a href="#26">[26]</a><a href="#46">[46]</a><a href="#47">[47]</a><a href="#58">[58]</a></sup></li>
<li><a href="http://cvs.aesinformatica.com/download/automatic-seo-links">Automatic SEO Links</a> (8)<sup><a href="#0">[0]</a><a href="#9">[9]</a><a href="#12">[12]</a><a href="#13">[13]</a><a href="#14">[14]</a><a href="#15">[15]</a><a href="#21">[21]</a><a href="#27">[27]</a></sup></li>
<li><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/">Sitemap Generator Plugin for WordPress</a> (7)<sup><a href="#0">[0]</a><a href="#12">[12]</a><a href="#13">[13]</a><a href="#14">[14]</a><a href="#19">[19]</a><a href="#21">[21]</a><a href="#27">[27]</a></sup></li>
<li><a href="http://www.maxblogpress.com/plugins/spl/">SEO Post Links</a> (7)<sup><a href="#0">[0]</a><a href="#9">[9]</a><a href="#12">[12]</a><a href="#13">[13]</a><a href="#14">[14]</a><a href="#27">[27]</a><a href="#33">[33]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/broken-link-checker/">Broken Link Checker</a> (6)<sup><a href="#3">[3]</a><a href="#9">[9]</a><a href="#16">[16]</a><a href="#18">[18]</a><a href="#20">[20]</a><a href="#39">[39]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-ultimate/">SEO Ultimate</a> (6)<sup><a href="#4">[4]</a><a href="#7">[7]</a><a href="#8">[8]</a><a href="#12">[12]</a><a href="#14">[14]</a><a href="#27">[27]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/no-self-ping/">No Self Pings</a> (5)<sup><a href="#3">[3]</a><a href="#9">[9]</a><a href="#16">[16]</a><a href="#20">[20]</a><a href="#35">[35]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/simple-tags/">Simple Tags</a> (5)<sup><a href="#9">[9]</a><a href="#10">[10]</a><a href="#12">[12]</a><a href="#14">[14]</a><a href="#27">[27]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/google-image-sitemap/">Google XML Sitemap for Images</a> (3)<sup><a href="#5">[5]</a><a href="#14">[14]</a><a href="#21">[21]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-no-duplicate/">SEO No Duplicate</a> (3)<sup><a href="#1">[1]</a><a href="#9">[9]</a><a href="#10">[10]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-blogroll/">SEO Blogroll</a> (3)<sup><a href="#12">[12]</a><a href="#14">[14]</a><a href="#27">[27]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/404-plugin/">404 SEO plugin</a> (3)<sup><a href="#0">[0]</a><a href="#13">[13]</a><a href="#15">[15]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/tgfinet-seo/">TGFI.NET SEO</a> (3)<sup><a href="#0">[0]</a><a href="#9">[9]</a><a href="#13">[13]</a></sup></li>
<li><a href="http://www.linksback.org/wordpress/wordpress-plugins/wp-backlinks-wordpress-plugin/">WP Backlinks</a> (3)<sup><a href="#0">[0]</a><a href="#13">[13]</a><a href="#33">[33]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/enforce-www-preference/">Enforce www. Preference</a> (2)<sup><a href="#16">[16]</a><a href="#20">[20]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-content-control/">SEO Content Control</a> (2)<sup><a href="#1">[1]</a><a href="#4">[4]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-data-transporter/">SEO Data Transporter</a> (2)<sup><a href="#7">[7]</a><a href="#45">[45]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-super-comments/">SEO Super Commments</a> (2)<sup><a href="#10">[10]</a><a href="#30">[30]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/simple-seo-for-paged-comments">Simple SEO for Paged Comments</a> (2)<sup><a href="#15">[15]</a><a href="#18">[18]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/nofollow-case-by-case/">Nofollow Case by Case</a> (2)<sup><a href="#0">[0]</a><a href="#13">[13]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/simple-seo/">Simple SEO</a> (2)<sup><a href="#0">[0]</a><a href="#45">[45]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/cbnet-ping-optimizer/">cbnet Ping Optimizer</a> (1)<sup><a href="#21">[21]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/wordpress-google-seo-positioner/">Google Positioner</a> (1)<sup><a href="#9">[9]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/gregs-high-performance-seo/">Greg’s High Performance SEO</a> (1)<sup><a href="#7">[7]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/insights/">Insights</a> (1)<sup><a href="#35">[35]</a></sup></li>
<li><a href="http://www.bestseopluginforwordpress.com/pingback-optimizer.html">Pingback Optimizer</a> (1)<sup><a href="#21">[21]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/10-random-pages-wordpress-widget/">Random Pages Widget – For Visitors &amp; SEO</a> (1)<sup><a href="#10">[10]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/scribe/">Scribe SEO</a> (1)<sup><a href="#7">[7]<br />
</a> </sup></li>
<li><a href="http://www.bestseopluginforwordpress.com/seopressor-trial.html">SEO Pressor</a> (1)<sup><a href="#21">[21]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-rank-reporter/">SEO Rank Reporter</a> (1)<sup><a href="#1">[1]</a><a href="#4">[4]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-tool-keyword-density-checker/">SEO Tool Keyword Density Checker</a> (1)<sup><a href="#1">[1]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/seo-automatic-seo-tools/">SEO Tools by SEO-Automatic</a> (1)<sup><a href="#7">[7]</a></sup></li>
<li><a href="http://blog.fleischer.hu/wordpress/seo-tag-cloud/">SEO Tag Cloud Widget</a> (1)<sup><a href="#46">[46]</a></sup></li>
<li><a href="http://wordpress.org/extend/plugins/wp-noexternallinks/">WP No External Links</a> (1)<sup><a href="#21">[21]</a></sup></li>
<li><a href="http://www.ezbizniz.com/wordpress-plugins/wordpress-seo-master">WP SEO Master</a> (1)<sup><a href="#46">[46]</a></sup></li>
</ol>
<h2>Recommended WordPress SEO Plugins</h2>
<ul class="no-list-styles">
<li>0. <a id="0" href="http://www.levoltz.com/2011/03/07/top-20-seo-plugins-for-wordpress">Top 20 SEO Plugins for WordPress</a> (March 7, 2011)</li>
<li>1. <a id="1" href="http://smashinghub.com/5-free-recommended-seo-wordpress-plugins-part-2.htm">5 Free Recommended SEO WordPress Plugins (Part 2)</a>(Feb 28, 2011)</li>
<li>2. <a id="2" href="http://www.960development.com/wordpress-seo-plugin-that-will-be-a-de-facto-standard/">WordPress SEO Plugin That Will Be A De Facto Standard</a> (Feb 23, 2011)</li>
<li>3. <a id="3" href="http://smashinghub.com/effective-wordpress-plugins.htm">5 Effective WordPress Plugins That Will Increase Your Search Engine Ranking (Part 1)</a> (Feb 20, 2011)</li>
<li>4. <a id="4" href="http://sixrevisions.com/wordpress/seo-plugins/">8 Excellent WordPress SEO Plugins</a> (Feb 17, 2011)</li>
<li>5. <a id="5" href="http://www.namase.com/wordpress-tips-and-tricks/highly-recommended-wordpress-plugins.shtml">15 Highly Recommended WordPress Plugins</a> (Feb 14, 2011)</li>
<li>6. <a id="6" href="http://www.andrewkelsall.com/yoast-wordpress-seo-plugin/">Why Using Yoast WordPress SEO can Replace up to 5 Plugins</a> (Feb 10, 2011)</li>
<li>7. <a id="7" href="http://www.designzzz.com/free-seo-wordpress-widgets-plugins/">10 Free and Recommended SEO WordPress Plugins</a> (Jan 20, 2011)</li>
<li>8. <a id="8" href="http://smashingshare.com/2010/12/13/10-awesome-all-time-wordpress-seo-plug-ins/">10 Awesome all-time wordpress SEO plug-ins</a> (Dec 13, 2010)</li>
<li>9. <a id="9" href="http://latesttechworld.com/2010/10/top-seo-plugins-wordpress/">Top 20 SEO Plugins For WordPress</a> (Oct 14, 2010)</li>
<li>10. <a id="10" href="http://www.wplatte.com/seo-wordpress-plugins-for-your-website/">Top 10 SEO WordPress Plugins For Your Website</a> (Oct 9, 2010)</li>
<li>11. <a id="11" href="http://www.tripwiremagazine.com/2010/07/wordpress-seo-guideline.html">WordPress SEO Guideline</a> (Jul 11, 2010)</li>
<li>12. <a id="12" href="http://savedelete.com/13-best-wordpress-seo-plugins-every-blog-should-have.html">13 Best WordPress SEO Plugins Every Blog Should Have</a> (Jun 12, 2010)</li>
<li>13. <a id="13" href="http://www.1stwebdesigner.com/wordpress/top-seo-plugins-wordpress/">20 Most Valuable SEO Plugins For WordPress</a> (Apr 17, 2010)</li>
<li>14. <a id="14" href="http://technologytosoftware.com/20-best-wordpress-plugins-for-seo-purpose.html">20+ Best WordPress Plugins For SEO Purpose</a> (Apr 8, 2010)</li>
<li>15. <a id="15" href="http://www.webm.ag/2010/02/21/7-indispensable-wordpress-seo-plugins/">7 Indispensable WordPress SEO Plugins</a> (Feb 21, 2010)</li>
<li>16. <a id="16" href="http://www.3multimedia.com/services/10-wordpress-plugins-that-will-help-your-search-engine-optimization/">10 WordPress Plugins That Will Help your Search Engine Optimization</a> (Jan 18, 2010)</li>
<li>17. <a id="17" href="http://sixrevisions.com/wordpress/optimizing-wordpress-for-search-engines/">Optimizing WordPress for Search Engines</a> (Dec 14, 2009)</li>
<li>18. <a id="18" href="http://www.vooshthemes.com/blog/wordpress/top-8-free-wordpress-seo-plugins/">Top 8 Free WordPress SEO Plugins</a> (Dec 8, 2009)</li>
<li>19. <a id="19" href="http://www.denbagus.net/6-useful-seo-wordpress-plugins">6 SEO WordPress plugins</a> (Nov 6, 2009)</li>
<li>20. <a id="20" href="http://www.webdesignbooth.com/10-wordpress-plugins-that-will-increase-your-search-engine-ranking/">10 WordPress Plugins That Will Increase Your Search Engine Ranking</a>(Jun 3, 2009)</li>
<li>21. <a id="21" href="http://www.bestseopluginforwordpress.com/10-best-seo-plugins-for-wordpress-2010-2011/">10 Best SEO Plugins for WordPress (no date)</a></li>
</ul>
<h2>Recommended WordPress Plugins</h2>
<ul class="no-list-styles">
<li>22. <a id="22" href="http://net.tutsplus.com/articles/web-roundups/essential-plugins-for-every-wordpress-installation">Essential Plugins for Every WordPress Installation</a> (Mar 5, 2011)</li>
<li>23. <a id="23" href="http://yoast.com/top-wordpress-plugins/">11 Top WordPress Plugins Every Blog Should Have</a> (Feb 16, 2011)</li>
<li>24. <a id="24" href="http://dzineblog.com/2011/01/10-most-important-wordpress-plugins.html">10 Most Important WordPress Plugins</a> (Jan 26, 2011)</li>
<li>25. <a id="25" href="http://blogs.digitss.com/wordpress/top-10-must-have-wordpress-plugins/">Top 10 Must have WordPress plugins</a> (Jan 14, 2011)</li>
<li>26. <a id="26" href="http://www.designzzz.com/free-useful-widgets-wordpress/">10 Free Yet Useful WordPress Widgets to Power-up your Blog</a> (Jan 3, 2011)</li>
<li>27. <a id="27" href="http://www.webdesignish.com/38-best-free-wordpress-plugins-of-year-2010.html">38 Best Free WordPress Plugins Of Year 2010</a> (Dec 20, 2010)</li>
<li>28. <a id="28" href="http://freelancefolder.com/unleash-the-power-of-wordpress-using-plugin-combos/">Unleash the Power of WordPress Using Plugin Combos | FreelanceFolder</a> (Dec 10, 2010)</li>
<li>29. <a id="29" href="http://www.cssreflex.com/2010/12/most-recommended-wordpress-plugins.html">Most Recommended WordPress Plugins</a> (Dec 8, 2010)</li>
<li>30. <a id="30" href="http://www.1stwebdesigner.com/freebies/wordpress-plugins-interlink-blog-content/">7 WordPress Plugins to Interlink Blog Content with Ease</a> (Nov 25, 2010)</li>
<li>31. <a id="31" href="http://rapidop.com/2010/11/25/15-wordpress-plugins-which-are-installed-on-most-of-the-sites/">15 WordPress Plugins which are installed on most of the sites</a> (Nov 25, 2010)</li>
<li>32. <a id="32" href="http://smashinghub.com/15-really-useful-wordpress-plugins-that-every-blogger-should-know-2.htm">15 Really Useful WordPress Plugins That Every Blogger Should Know</a> (Nov 22, 2010)</li>
<li>33. <a id="33" href="http://iapdesign.com/wordpress/enhance-your-website-top-20-great-wordpress-plugins/">Enhance your website: Top 20 great wordpress plugins</a> (Nov 10, 2010)</li>
<li>34. <a id="34" href="http://www.tripwiremagazine.com/2010/11/15-most-popular-wordpress-plug-ins-of-2010.html">15 Most Popular WordPress plugins of 2010</a> (Nov 10, 2010)</li>
<li>35. <a id="35" href="http://techdrag.com/best-top-wordpress-plugins.html">Top wordpress plugins that you must have</a> (Oct 22, 2010)</li>
<li>36. <a id="36" href="http://www.1stwebdesigner.com/freebies/wordpress-cms-plugins/">Ultimate Roundup of 35+ WordPress CMS Plugins</a> (Oct 6, 2010)</li>
<li>37. <a id="37" href="http://weblogtoolscollection.com/archives/2010/10/04/the-top-10-of-your-top-5-plugins/">The Top 10 of Your Top 5 Plugins</a> (Oct 4, 2010)</li>
<li>38. <a id="38" href="http://devgrow.com/top-10-essential-wordpress-plugins/">Top 10 Essential WordPress Plugins</a> (Oct 3, 2010)</li>
<li>39. <a id="39" href="http://www.eugenoprea.com/wordpress-plugins/">27 WordPress Plugins to Rock Your Blog</a> (Oct 1, 2010)</li>
<li>40. <a id="40" href="http://www.1stwebdesigner.com/freebies/essential-wordpress-plugins/">10 Essential WordPress Plugins for Every WordPress Installation</a> (Sep 25, 2010)</li>
<li>41. <a id="41" href="http://www.tripwiremagazine.com/2010/09/90-best-plugins-and-themes-to-turn-wordpress-into-a-powerful-cms.html">90+ WordPress CMS Themes and Plugins for Creating a Website</a> (Sep 24, 2010)</li>
<li>42. <a id="42" href="http://www.quicksprout.com/2010/09/15/7-wordpress-plugins-you-ought-to-know-about/">7 WordPress Plugins You Ought to Know About</a> (Sep 15, 2010)</li>
<li>43. <a id="43" href="http://line25.com/articles/post-install-plugins-to-enhance-protect-wordpress">Post-Install Plugins to Enhance &amp; Protect WordPress</a> (Aug 30, 2010)</li>
<li>44. <a id="44" href="http://wparena.com/tools/the-best-wordpress-plugins-for-bloggers-of-the-future">The Best WordPress Plugins for Bloggers of the Future</a> (Aug 27, 2010)</li>
<li>45. <a id="45" href="http://www.devlounge.net/code/10-useful-lesser-known-wordpress-plug-ins">10 Useful Lesser Known WordPress Plug-ins</a> (Aug 26, 2010)</li>
<li>46. <a id="46" href="http://www.multyshades.com/2010/08/50-ultimate-useful-free-wordpress-plugins-widgets/">50+ Ultimate Useful Free WordPress Plugins &amp; Widgets</a> (Aug 2, 2010)</li>
<li>47. <a id="47" href="http://www.cruzine.com/2010/07/20/wordpress-plugins/">Plugins to Power Your WordPress Blog</a> (Jul 20, 2010)</li>
<li>48. <a id="48" href="http://hosting.reviewsgurus.com/guide/10-must-have-wordpress-plugins-30.aspx">10 Must Have WordPress Plugins</a> (Jun 30, 2010)</li>
<li>49. <a id="49" href="http://thinkvitamin.com/code/20-must-have-wordpress-plugins-for-every-website/">20 Must Have WordPress Plugins For Every Website</a> (Jun 9, 2010)</li>
<li>50. <a id="50" href="http://theamazingpage.com/10-wordpress-plugins-every-blog-should-have/">10 WordPress Plugins Every Blog Should Have</a> (Jun 8, 2010)</li>
<li>51. <a id="51" href="http://www.webaxes.com/2010/06/35-wordpress-remarkablestunning-and-very-helpful-plugins-for-blogger/">35 WordPress Remarkable,Stunning and very Helpful Plugins for Blogger</a> (Jun 6, 2010)</li>
<li>52. <a id="52" href="http://www.jayphilips.com/2010/06/02/top-15-wordpress-plugins/">Top 15+ WordPress Plugins</a> (Jun 2, 2010)</li>
<li>53. <a id="53" href="http://www.matthewcobbs.com/wordpress-plugin-list/">WordPress Plugin List</a> (May 28, 2010)</li>
<li>54. <a id="54" href="http://www.socialmediaexaminer.com/11-essential-wordpress-plugins-to-get-your-blog-in-motion/">11 Essential WordPress Plugins To Get Your Blog In Motion</a> (May 18, 2010)</li>
<li>55. <a id="55" href="http://www.visualswirl.com/resources/12-essential-plugins-wordpress-blog/#">12 Essential Plugins Every WordPress Blog Should Have</a> (Apr 27, 2010)</li>
<li>56. <a id="56" href="http://www.1stwebdesigner.com/wordpress/basic-wordpress-plugins-every-blog/">7 Must Have WordPress Plugins For Every Blog</a> (Mar 2, 2010)</li>
<li>57. <a id="57" href="http://www.allenmoorecreative.com/blog/10-useful-wordpress-plugins-for-web-designers/">10 Useful WordPress Plugins for Web Designers</a> (Feb 11, 2010)</li>
<li>58. <a id="58" href="http://www.sitesketch101.com/15-incredible-wordpress-plugins-you-need-2010">The 15 Best WordPress Plugins to Use in 2010</a> (Jan 18, 2010)</li>
<li>59. <a id="59" href="http://www.smashingapps.com/2009/10/19/8-powerful-wordpress-plugins-you-probably-dont-use-but-should.html">8 Powerful WordPress Plugins You Probably Don’t Use But Should</a> (Oct 19, 2009)</li>
<li>60. <a id="60" href="http://www.webhostingsecretrevealed.com/blog-hosting/17-really-useful-wp-plugins-plus-my-usage-comment/">Ultimate list of 17 really useful WordPress plugins</a> (Aug 17, 2009)</li>
<li>61. <a id="61" href="http://howsyourblog.com/web-development/6-must-have-wordpress-plugins">6 Must have wordpress plugins</a> (Aug 4, 2009)</li>
<li>62. <a id="62" href="http://www.1stwebdesigner.com/wordpress/20-new-useful-and-promising-wordpress-plugins/">20 New, Useful And Promising WordPress Plugins</a> (Jun 29, 2009)</li>
<li>63. <a id="63" href="http://blogs.digitss.com/wordpress/top-10-must-have-wordpress-plugins/">Top Free and Must have WordPress plugins</a> (May 5, 2009)</li>
<li>64. <a id="64" href="http://freelancefolder.com/essential-wordpress-plugins/">10 Essential Plugins Every Modern WordPress Site Should Have</a> (May 4, 2009)</li>
<li>65. <a id="65" href="http://www.chromaticsites.com/blog/19-essential-wordpress-plugins-that-every-professional-website-should-use/">19 Essential WordPress Plugins That Every Professional Website Should Use</a> (Mar 30, 2009)</li>
</ul>
<h2 id="articles">WordPress SEO Tips and Tutorials</h2>
<ul>
<li><a href="http://cms.pixelcrayons.com/knowledge-base/how-to-optimize-wordpress-blog-for-search-engines/">How to Optimize WordPress Blog for Search Engines</a> (Jan 3, 2011)</li>
<li><a href="http://www.visiblelogic.com/blog/index.php/2010/11/improving-seo-in-wordpress-h1-title-tags-custom-urls-video-tutorial/">Improving SEO in WordPress: H1, Title Tags &amp; Custom URLs (Video Tutorial)</a> (Nov 30, 2010)</li>
<li><a href="http://www.vooshthemes.com/blog/wordpress/an-essential-guide-to-wordpress-seo-introduction/">An Essential Guide To WordPress SEO – Introduction</a> (Nov 24, 2009)</li>
<li><a href="http://stylizedweb.com/2010/02/02/make-wordpress-an-seo-beast/">5 Steps to Make WordPress an SEO Beast</a> (Nov 11, 2010)</li>
<li><a href="http://www.tripwiremagazine.com/2010/07/wordpress-seo-guideline.html">WordPress SEO Guideline</a> (Jul 11, 2010)</li>
<li><a href="http://creativefan.com/untraditional-improve-wordpress-seo/">5 Nontraditional Ways To Improve WordPress SEO</a> (May 18, 2010)</li>
<li><a href="http://www.seoptimise.com/blog/2010/04/advanced-blog-wordpress-seo-30-points-most-bloggers-overlook.html">Advanced Blog &amp; WordPress SEO: 30 Points Most Bloggers Overlook</a> (Apr 23rd, 2010)</li>
<li><a href="http://www.dynamicwp.net/articles-and-tutorials/how-to-create-automatic-sitemap-in-wordpress/">How To Create Automatic Sitemap in WordPress</a> (Feb 18, 2010)</li>
<li><a href="http://www.levoltz.com/2009/12/15/common-seo-mistakes-bloggers-make-part-2/">Common SEO Mistakes Bloggers Make – Part 2</a> (Dec 15, 2009)</li>
<li><a href="http://sixrevisions.com/wordpress/optimizing-wordpress-for-search-engines/">Optimizing WordPress for Search Engines</a> (Dec 14, 2009)</li>
<li><a href="http://www.levoltz.com/2009/12/10/common-seo-mistakes-bloggers-make-part1/">Common SEO Mistakes Bloggers Make – Part 1</a> (Dec 10, 2009)</li>
<li><a href="http://www.vooshthemes.com/blog/wordpress/wordpress-seo-issues-managing-duplicate-content-effectively/">WordPress SEO Issues – Managing Duplicate Content Effectively</a> (Dec 4, 2009)</li>
<li><a href="http://www.vooshthemes.com/blog/wordpress/ten-quick-power-tips-to-drive-more-visitors-to-your-wordpress-site/">Ten Quick Power Tips To Drive More Visitors To Your WordPress Site</a> (Dec 2, 2009)</li>
<li><a href="http://www.vooshthemes.com/blog/wordpress/an-essential-guide-to-wordpress-seo-introduction/">An Essential Guide To WordPress SEO – Introduction</a> (Nov 24, 2009)</li>
<li><a href="http://www.1stwebdesigner.com/wordpress/important-tips-optimize-wordpress-search-engines/">10 Important Tips to Optimize WordPress for Search Engines</a> (Oct 12, 2009)</li>
<li><a href="http://www.levoltz.com/2009/07/17/top-5-seo-tweaks-for-wordpress/">Top 5 SEO tweaks for WordPress</a> (Jul 17, 2009)</li>
<li><a href="http://tutorialblog.org/5-tips-for-making-your-wordpress-blog-seo-friendly/">5 Tips for Making Your WordPress Blog SEO Friendly</a> (Jun 26, 2009)</li>
<li><a href="http://www.area1.info/2009/05/26/6-tips-for-better-seo-on-wordpress/">WordPress SEO &#8211; 6 basic tips for better SEO on  WordPress, 20</a> (May 27, 2009)</li>
</ul>
<h2>Other WordPress SEO Plugin Articles</h2>
<ul>
<li><a href="http://www.namase.com/wordpress-tips-and-tricks/step-by-step-guide-to-configure-all-in-one-seo-pack-plugin.shtml">Step by Step Guide to Configure All in one SEO Pack Plugin</a> (Feb 16, 2011)</li>
<li><a href="http://www.webreference.com/authoring/seo_wordpress_all-in-one/">Setting Up the All-in-One SEO Pack for WordPress</a> (Aug 18, 2010)</li>
<li><a href="http://yoast.com/bad-wordpress-seo-plugins/">Two WordPress SEO Plugins you should NOT be using</a> (May 31, 2010)</li>
<li><a href="http://www.catswhoblog.com/optimize-your-blog-seo-with-the-wpseo-plugin">Optimize your blog SEO with the wpseo plugin</a> (Mar 25, 2010)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/03/wordpress-seo-the-most-recommended-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>350+ of The Best Web Design Feeds</title>
		<link>http://websitesmaderight.com/2011/01/350-of-the-best-web-design-feeds/</link>
		<comments>http://websitesmaderight.com/2011/01/350-of-the-best-web-design-feeds/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 06:56:50 +0000</pubDate>
		<dc:creator>Dathan</dc:creator>
				<category><![CDATA[Web Design Resources]]></category>

		<guid isPermaLink="false">http://websitesmaderight.com/?p=5</guid>
		<description><![CDATA[This is a collection of 350+ of The Best Web Design Feeds of blogs and websites hand-selected by me.]]></description>
			<content:encoded><![CDATA[<div style="width: 77%; margin: 0pt auto 1em; border: 2px dotted #7fabcc; padding: 2px;">
<div style="border: 2px solid #7FABCC; padding: 1px; background-color: #e1f2fb;">
<div style="border: 2px dotted #7FABCC; font-style: italic; font-weight: bold; padding: 0.25em 1em;">Greetings, I&#8217;m Dathan and this is my first post on my new blog! Please add my <a href="http://websitesmaderight.com/feed/">RSS feed</a>, many more great posts are to come!</div>
</div>
</div>
<p>This is a collection of blogs and websites hand-selected by me all on the topic of Web Design.</p>
<p>Reading RSS feeds can be exhausting and time consuming. Scanning over all 350+ feeds can be a very difficult task to do everyday and if you skip a day or two then you&#8217;re really inundated. Hence, I&#8217;ve divided these 350+ feeds into 3 groups for easier consumption.</p>
<p>The term Web Design can be broad in scope and it can mean either graphic design of websites or front-end engineering, and it can include back-end scripting. Since the spectrum is broad, these feeds are organized into the groups that seemed most appropriate, specifically, “<a title="Jump down the page to Design" href="#Design">Design</a>”, “<a title="Jump down the page to Web Design" href="#WebDesign">Web Design</a>”, and “<a title="Jump down the page to Web Development (.Net/C#)" href="#WebDevelopment">Web Development (.Net/C#)</a>.” For example, if a Web Design blog is too heavy in the design aspect then I put it in the Design group, conversely, if it’s too heavy on the server-side coding then I put it in the Web Development group. However, all of these are generally focused on the topic of Web Design and the ones in that group I consider the best Web Design feeds. </p>
<p>You can keep up to date with the web feeds all in one place by subscribing to them in an RSS reader such as <a href="http://www.google.com/reader/">Google Reader</a>. For your convenience, I&#8217;ve included the OPML files and links to Google Reader Bundles so that you can easily subscribe to the collections in Google Reader, which I highly recommend for reading RSS feeds. </p>
<p>It&#8217;s not meant to be exhaustive, these are just the feeds that I subscribe to. I tend to avoid feeds that excessively re-post other feeds or share too much junk. In other words, these feeds below are <em>only the best</em>, <em>most popular</em> and that have <em>original content</em>. I&#8217;ve also removed any that have been dead for awhile.</p>
<p><strong>Feel free to recommend any that I&#8217;ve missed.</strong></p>
<p>This does NOT include the numerous feeds that I have categorized as the following but that are also a part of Web Design:</p>
<ul>
<li>Adobe</li>
<li>Accessibility</li>
<li>E-Commerce</li>
<li>Groups/Forums</li>
<li>Flash</li>
<li>Javascript/AJAX</li>
<li>MSDN</li>
<li>Photoshop</li>
<li>Semantic Web</li>
<li>SEO</li>
<li>Silverlight</li>
<li>UX + Usability</li>
<li>WordPress</li>
<li>Web Design Galleries</li>
<li>Cool People (Which includes Designers and Developers but that post too much about personal or other stuff)</li>
</ul>
<p>Also, I&#8217;m a .Net/C# Developer, so in my Web Development section there are a lot of feeds of that category but none of the PHP/LAMP category.</p>
<p>Enjoy!</p>
<h2 id="Design">Design</h2>
<div style="display:inline-block;"><a class="button" title="Right-click and select 'Save Link As...'" href="https://www.google.com/reader/public/subscriptions/user%2F17743039621789068458%2Fbundle%2FDesign">Download OPML file</a> <a class="button" href="https://www.google.com/reader/bundle/user%2F17743039621789068458%2Fbundle%2FDesign">Add Bundle to Google Reader</a></div>
<ol>
<li><a href="http://10steps.sg">10Steps.SGSG</a> (feed: <a title="10Steps.SG RSS Feed" href="http://feeds2.feedburner.com/10steps/">http://feeds2.feedburner.com/10steps/</a>)</li>
<li><a href="http://www.1stwebdesigner.com">1stwebdesigner &#8211; Love In Design</a> (feed: <a title="1stwebdesigner - Love In Design RSS Feed" href="http://www.1stwebdesigner.com/feed/">http://www.1stwebdesigner.com/feed/</a>)</li>
<li><a href="http://www.alistapart.com/articles/">A List Apart</a> (feed: <a title="A List Apart RSS Feed" href="http://www.alistapart.com/rss.xml">http://www.alistapart.com/rss.xml</a>)</li>
<li><a href="http://acrisdesign.com">AcrisDesign</a> (feed: <a title="AcrisDesign RSS Feed" href="http://feeds.feedburner.com/acrisdesigns">http://feeds.feedburner.com/acrisdesigns</a>)</li>
<li><a href="http://www.animhut.com">AnimHuT</a> (feed: <a title="AnimHuT RSS Feed" href="http://feeds.feedburner.com/AnimHuT-CreativeBlog">http://feeds.feedburner.com/AnimHuT-CreativeBlog</a>)</li>
<li><a href="http://arbent.net/blog">Arbenting</a> (feed: <a title="Arbenting RSS Feed" href="http://feeds.feedburner.com/Arbenting">http://feeds.feedburner.com/Arbenting</a>)</li>
<li><a href="http://www.assault.it">Assault Blog</a> (feed: <a title="Assault Blog RSS Feed" href="http://feeds2.feedburner.com/AssaultShirtsBlog">http://feeds2.feedburner.com/AssaultShirtsBlog</a>)</li>
<li><a href="http://www.blog.exxcorpio.com">Blog.Exxcorpio</a> (feed: <a title="Blog.Exxcorpio RSS Feed" href="http://www.blog.exxcorpio.com/feed/">http://www.blog.exxcorpio.com/feed/</a>)</li>
<li><a href="http://www.blog.spoongraphics.co.uk">Blog.SpoonGraphics</a> (feed: <a title="Blog.SpoonGraphics RSS Feed" href="http://feeds.feedburner.com/SpoonGraphics">http://feeds.feedburner.com/SpoonGraphics</a>)</li>
<li><a href="http://www.blogfullbliss.com">Blogfullbliss &#8211; Design Trends, Tutorials and Talk</a> (feed: <a title="Blogfullbliss - Design Trends, Tutorials and Talk RSS Feed" href="http://feeds2.feedburner.com/Blogfullbliss">http://feeds2.feedburner.com/Blogfullbliss</a>)</li>
<li><a href="http://blueblots.com">blueblots.com</a> (feed: <a title="blueblots.com RSS Feed" href="http://feeds.feedburner.com/blueblots">http://feeds.feedburner.com/blueblots</a>)</li>
<li><a href="http://buildinternet.com">Build Internet!</a> (feed: <a title="Build Internet! RSS Feed" href="http://feeds2.feedburner.com/buildinternet">http://feeds2.feedburner.com/buildinternet</a>)</li>
<li><a href="http://www.colourlovers.com/blog">Color + Design Blog by COLOURlovers / Feed</a> (feed: <a title="Color + Design Blog by COLOURlovers / Feed RSS Feed" href="http://feeds2.feedburner.com/Colourlovers">http://feeds2.feedburner.com/Colourlovers</a>)</li>
<li><a href="http://www.crazyleafdesign.com/blog">CrazyLeaf Design Blog</a> (feed: <a title="CrazyLeaf Design Blog RSS Feed" href="http://feeds.feedburner.com/crazyleafdesign_blog">http://feeds.feedburner.com/crazyleafdesign_blog</a>)</li>
<li><a href="http://www.cre8ivecommando.com">Cre8ive Commando</a> (feed: <a title="Cre8ive Commando RSS Feed" href="http://feeds.feedburner.com/cre8iveCommando">http://feeds.feedburner.com/cre8iveCommando</a>)</li>
<li><a href="http://creativenerds.co.uk">Creative Nerds</a> (feed: <a title="Creative Nerds RSS Feed" href="http://feeds2.feedburner.com/CreativeNerds">http://feeds2.feedburner.com/CreativeNerds</a>)</li>
<li><a href="http://www.creativetempest.com">Creative Tempest</a> (feed: <a title="Creative Tempest RSS Feed" href="http://feeds2.feedburner.com/CreativeTempest">http://feeds2.feedburner.com/CreativeTempest</a>)</li>
<li><a href="http://creativefan.com/">CreativeFan</a> (feed: <a title="CreativeFan" href="http://feeds.feedburner.com/Creativefan">http://feeds.feedburner.com/Creativefan</a>)</li>
<li><a href="http://www.cruzine.com">Cruzine</a> (feed: <a title="Cruzine RSS Feed" href="http://feeds.feedburner.com/Cruzine">http://feeds.feedburner.com/Cruzine</a>)</li>
<li><a href="http://www.davidairey.com">David Airey :: Graphic and Logo Designer</a> (feed: <a title="David Airey :: Graphic and Logo Designer RSS Feed" href="http://feeds.feedburner.com/CreativeDesign">http://feeds.feedburner.com/CreativeDesign</a>)</li>
<li><a href="http://deltadesignz.com">deltadesignz.com</a> (feed: <a title="deltadesignz.com RSS Feed" href="http://feeds.feedburner.com/Deltadesignzcom">http://feeds.feedburner.com/Deltadesignzcom</a>)</li>
<li><a href="http://www.denisdesigns.com/blog">Denis Designs</a> (feed: <a title="Denis Designs RSS Feed" href="http://feeds2.feedburner.com/denisdesigns">http://feeds2.feedburner.com/denisdesigns</a>)</li>
<li><a href="http://www.designer-daily.com">Design daily news</a> (feed: <a title="Design daily news RSS Feed" href="http://feeds2.feedburner.com/DailyDesignerNews">http://feeds2.feedburner.com/DailyDesignerNews</a>)</li>
<li><a href="http://www.designfloat.com">Design Float / Popular Entries</a> (feed: <a title="Design Float / Popular Entries RSS Feed" href="http://feeds.feedburner.com/DesignFloat/SubmittedEntries">http://feeds.feedburner.com/DesignFloat/SubmittedEntries</a>)</li>
<li><a href="http://www.designfollow.com">design follow</a> (feed: <a title="design follow RSS Feed" href="http://feeds.feedburner.com/designfollow/KmFf">http://feeds.feedburner.com/designfollow/KmFf</a>)</li>
<li><a href="http://designinformer.com">Design Informer</a> (feed: <a title="Design Informer RSS Feed" href="http://designinformer.com/feed/">http://designinformer.com/feed/</a>)</li>
<li><a href="http://2010.designmeltdown.com">Design Meltdown 2010</a> (feed: <a title="Design Meltdown 2010 RSS Feed" href="http://feeds.feedburner.com/designmeltdown/uecD">http://feeds.feedburner.com/designmeltdown/uecD</a>)</li>
<li><a href="http://design-newz.com">Design Newz</a> (feed: <a title="Design Newz RSS Feed" href="http://feeds2.feedburner.com/DesignNewz">http://feeds2.feedburner.com/DesignNewz</a>)</li>
<li><a href="http://www.designobserver.com/">Design Observer: Main Posts</a> (feed: <a title="Design Observer: Main Posts RSS Feed" href="http://www.designobserver.com/index.rdf">http://www.designobserver.com/index.rdf</a>)</li>
<li><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=4a90daef25bf54d468b45b1b02f5658c">Design Shack</a> (feed: <a title="Design Shack RSS Feed" href="http://feeds.feedburner.com/designshack">http://feeds.feedburner.com/designshack</a>)</li>
<li><a href="http://www.designshard.com">Design Shard</a> (feed: <a title="Design Shard RSS Feed" href="http://www.designshard.com/feed/">http://www.designshard.com/feed/</a>)</li>
<li><a href="http://www.designspongeonline.com">Design*Sponge</a> (feed: <a title="Design*Sponge RSS Feed" href="http://www.designspongeonline.com/feed">http://www.designspongeonline.com/feed</a>)</li>
<li><a href="http://designbeep.com">DesignBeep</a> (feed: <a title="DesignBeep RSS Feed" href="http://feeds.feedburner.com/designbeep/GSai">http://feeds.feedburner.com/designbeep/GSai</a>)</li>
<li><a href="http://designbump.com/">DesignBump &#8211; Published news</a> (feed: <a title="DesignBump - Published news RSS Feed" href="http://feeds2.feedburner.com/DesignBump-All">http://feeds2.feedburner.com/DesignBump-All</a>)</li>
<li><a href="http://designerscouch.org/">DesignersCouch articles</a> (feed: <a title="DesignersCouch articles RSS Feed" href="http://designerscouch.org/rss/article">http://designerscouch.org/rss/article</a>)</li>
<li><a href="http://designfeedr.com">designfeedr</a> (feed: <a title="designfeedr RSS Feed" href="http://designfeedr.com/feed">http://designfeedr.com/feed</a>)</li>
<li><a href="http://www.designioustimes.com">Designious Times</a> (feed: <a title="Designious Times RSS Feed" href="http://feeds.feedburner.com/DesigniousTimes">http://feeds.feedburner.com/DesigniousTimes</a>)</li>
<li><a href="http://designlovr.com">DesignLovr</a> (feed: <a title="DesignLovr RSS Feed" href="http://feeds.feedburner.com/designlovr">http://feeds.feedburner.com/designlovr</a>)</li>
<li><a href="http://designmoo.com/">Designmoo &#8211; Published news</a> (feed: <a title="Designmoo - Published news RSS Feed" href="http://designmoo.com/feed/published/All">http://designmoo.com/feed/published/All</a>)</li>
<li><a href="http://designrfix.com">Designrfix</a> (feed: <a title="Designrfix RSS Feed" href="http://feeds.feedburner.com/Designrfix">http://feeds.feedburner.com/Designrfix</a>)</li>
<li><a href="http://www.designworkplan.com">DesignWorkPlan</a> (feed: <a title="DesignWorkPlan RSS Feed" href="http://feeds2.feedburner.com/designworkplan">http://feeds2.feedburner.com/designworkplan</a>)</li>
<li><a href="http://desizntech.info">Desizn Tech</a> (feed: <a title="Desizn Tech RSS Feed" href="http://feeds2.feedburner.com/DesiznTech">http://feeds2.feedburner.com/DesiznTech</a>)</li>
<li><a href="http://www.devlounge.net">Devlounge &#8211; Homepage Feed</a> (feed: <a title="Devlounge - Homepage Feed RSS Feed" href="http://www.devlounge.net/feed">http://www.devlounge.net/feed</a>)</li>
<li><a href="http://www.dezignmusings.com/">dezign Musings</a> (feed: <a title="dezign Musings RSS Feed" href="http://feeds2.feedburner.com/DezignMusings">http://feeds2.feedburner.com/DezignMusings</a>)</li>
<li><a href="http://dzineblog.com">Dzine Blog</a> (feed: <a title="Dzine Blog RSS Feed" href="http://feeds2.feedburner.com/WebWorldST">http://feeds2.feedburner.com/WebWorldST</a>)</li>
<li><a href="http://www.dzinepress.com">Dzinepress</a> (feed: <a title="Dzinepress RSS Feed" href="http://www.dzinepress.com/feed/">http://www.dzinepress.com/feed/</a>)</li>
<li><a href="http://blog.echoenduring.com">Echo Enduring Blog</a> (feed: <a title="Echo Enduring Blog RSS Feed" href="http://feeds.feedburner.com/echoenduring/bAKj">http://feeds.feedburner.com/echoenduring/bAKj</a>)</li>
<li><a href="http://active.tutsplus.com">Flashtuts+/Activetuts+</a> (feed: <a title="Flashtuts+/Activetuts+ RSS Feed" href="http://feedproxy.google.com/flashtuts">http://feedproxy.google.com/flashtuts</a>)</li>
<li><a href="http://www.smashingapps.com">Free and Useful Online Resources for Designers and Developers</a> (feed: <a title="Free and Useful Online Resources for Designers and Developers RSS Feed" href="http://www.smashingapps.com/feed">http://www.smashingapps.com/feed</a>)</li>
<li><a href="http://www.fubiz.net">Fubiz™</a> (feed: <a title="Fubiz™ RSS Feed" href="http://feeds2.feedburner.com/fubiz">http://feeds2.feedburner.com/fubiz</a>)</li>
<li><a href="http://www.fudgegraphics.com">fudgegraphics | for lovers</a> (feed: <a title="fudgegraphics | for lovers RSS Feed" href="http://feeds2.feedburner.com/fudgegraphics">http://feeds2.feedburner.com/fudgegraphics</a>)</li>
<li><a href="http://www.gomediazine.com">GoMediaZine</a> (feed: <a title="GoMediaZine RSS Feed" href="http://feeds2.feedburner.com/gomediazine">http://feeds2.feedburner.com/gomediazine</a>)</li>
<li><a href="http://graphicdesignblender.com">Graphic Design Blender</a> (feed: <a title="Graphic Design Blender RSS Feed" href="http://feeds.feedburner.com/GraphicDesignBlender">http://feeds.feedburner.com/GraphicDesignBlender</a>)</li>
<li><a href="http://www.graphicdesignblog.org">Graphic Design Blog &#8211; An Ultimate Resource for Graphic Designers</a> (feed: <a title="Graphic Design Blog - An Ultimate Resource for Graphic Designers RSS Feed" href="http://www.graphicdesignblog.org/feed/">http://www.graphicdesignblog.org/feed/</a>)</li>
<li><a href="http://www.graphic-design-links.com">Graphic Design Links and Tutorials / Published News</a> (feed: <a title="Graphic Design Links and Tutorials / Published News RSS Feed" href="http://www.graphic-design-links.com/rss">http://www.graphic-design-links.com/rss</a>)</li>
<li><a href="http://www.graphicfetish.com">Graphic Fetish</a> (feed: <a title="Graphic Fetish RSS Feed" href="http://www.graphicfetish.com/feed/">http://www.graphicfetish.com/feed/</a>)</li>
<li><a href="http://www.heinmaas.com">Hein Maas &#8211; Freelance Graphic/Web Designer</a> (feed: <a title="Hein Maas - Freelance Graphic/Web Designer RSS Feed" href="http://feeds2.feedburner.com/HeinMaas-FreelanceGraphic/webDesigner">http://feeds2.feedburner.com/HeinMaas-FreelanceGraphic/webDesigner</a>)</li>
<li><a href="http://www.tripwiremagazine.com">Home</a> (feed: <a title="Home RSS Feed" href="http://www.tripwiremagazine.com/feed/atom.html">http://www.tripwiremagazine.com/feed/atom.html</a>)</li>
<li><a href="http://www.hongkiat.com/blog">hongkiat.com</a> (feed: <a title="hongkiat.com RSS Feed" href="http://www.hongkiat.com/blog/feed/">http://www.hongkiat.com/blog/feed/</a>)</li>
<li><a href="http://ilovetypography.com">i love typography, the typography and fonts blog</a> (feed: <a title="i love typography, the typography and fonts blog RSS Feed" href="http://feedproxy.google.com/ILoveTypography">http://feedproxy.google.com/ILoveTypography</a>)</li>
<li><a href="http://ibrandstudio.com">iBrandStudio</a> (feed: <a title="iBrandStudio RSS Feed" href="http://feeds2.feedburner.com/IBrandStudio">http://feeds2.feedburner.com/IBrandStudio</a>)</li>
<li><a href="http://inspirationfeed.com">inspirationfeed.com</a> (feed: <a title="inspirationfeed.com RSS Feed" href="http://feeds.feedburner.com/inspirationfeed/BTLD">http://feeds.feedburner.com/inspirationfeed/BTLD</a>)</li>
<li><a href="http://www.inspiredm.com">Inspired Magazine</a> (feed: <a title="Inspired Magazine RSS Feed" href="http://feeds2.feedburner.com/InspiredMagazine">http://feeds2.feedburner.com/InspiredMagazine</a>)</li>
<li><a href="http://inspiredology.com">Inspiredology &#8211; Design Inspiration Lab</a> (feed: <a title="Inspiredology - Design Inspiration Lab RSS Feed" href="http://inspiredology.com/feed/">http://inspiredology.com/feed/</a>)</li>
<li><a href="http://www.instantshift.com">instantShift</a> (feed: <a title="instantShift RSS Feed" href="http://feeds2.feedburner.com/ishift">http://feeds2.feedburner.com/ishift</a>)</li>
<li><a href="http://izzataziz.net/blog">IzzatAzizDotCom</a> (feed: <a title="IzzatAzizDotCom RSS Feed" href="http://feeds2.feedburner.com/izzataziz">http://feeds2.feedburner.com/izzataziz</a>)</li>
<li><a href="http://justcreativedesign.com">Just Creative Design</a> (feed: <a title="Just Creative Design RSS Feed" href="http://feeds.feedburner.com/justcreativedesignblog">http://feeds.feedburner.com/justcreativedesignblog</a>)</li>
<li><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=6DY_l6aJ3RGkvF2yrLQIDg">Knowtebook &#8211; Webworkers Daily Milk</a> (feed: <a title="Knowtebook - Webworkers Daily Milk RSS Feed" href="http://feeds.feedburner.com/knowtebook">http://feeds.feedburner.com/knowtebook</a>)</li>
<li><a href="http://www.kreativuse.com">Kreativuse™</a> (feed: <a title="Kreativuse™ RSS Feed" href="http://feeds.feedburner.com/kreativuse">http://feeds.feedburner.com/kreativuse</a>)</li>
<li><a href="http://line25.com">Line25</a> (feed: <a title="Line25 RSS Feed" href="http://feeds2.feedburner.com/Line25">http://feeds2.feedburner.com/Line25</a>)</li>
<li><a href="http://mocoloco.com/">MoCo Loco</a> (feed: <a title="MoCo Loco RSS Feed" href="http://mocoloco.com/index.rdf">http://mocoloco.com/index.rdf</a>)</li>
<li><a href="http://naldzgraphics.net">Naldz Graphics</a> (feed: <a title="Naldz Graphics RSS Feed" href="http://feeds.feedburner.com/naldzgraphics/Prjs">http://feeds.feedburner.com/naldzgraphics/Prjs</a>)</li>
<li><a href="http://nenuno.co.uk/creative">nenuno creative</a> (feed: <a title="nenuno creative RSS Feed" href="http://feeds.feedburner.com/NenunoCreative">http://feeds.feedburner.com/NenunoCreative</a>)</li>
<li><a href="http://www.onextrapixel.com">Onextrapixel &#8211; Showcasing Web Treats Without A Hitch</a> (feed: <a title="Onextrapixel - Showcasing Web Treats Without A Hitch RSS Feed" href="http://www.onextrapixel.com/feed/">http://www.onextrapixel.com/feed/</a>)</li>
<li><a href="http://www.ourtuts.com">OurTuts.com</a> (feed: <a title="OurTuts.com RSS Feed" href="http://www.ourtuts.com/feed/">http://www.ourtuts.com/feed/</a>)</li>
<li><a href="http://pelfusion.com">PelFusion Design Magazine</a> (feed: <a title="PelFusion Design Magazine RSS Feed" href="http://feeds2.feedburner.com/Pelfusioncom">http://feeds2.feedburner.com/Pelfusioncom</a>)</li>
<li><a href="http://www.photoshoplady.com">Photoshop Lady</a> (feed: <a title="Photoshop Lady RSS Feed" href="http://feeds.feedburner.com/PhotoshopLady">http://feeds.feedburner.com/PhotoshopLady</a>)</li>
<li><a href="http://pixelapnea.com">Pixel Apnea.com</a> (feed: <a title="Pixel Apnea.com RSS Feed" href="http://feeds2.feedburner.com/PixelApnea">http://feeds2.feedburner.com/PixelApnea</a>)</li>
<li><a href="http://psdfan.com">PSDFan &#8211; Community News</a> (feed: <a title="PSDFan - Community News RSS Feed" href="http://psdfan.com/community-news.rss">http://psdfan.com/community-news.rss</a>)</li>
<li><a href="http://psd.tutsplus.com">PSDTUTS</a> (feed: <a title="PSDTUTS RSS Feed" href="http://psdtuts.com/feed/">http://psdtuts.com/feed/</a>)</li>
<li><a href="http://psdvibe.com">PSDVIBE &#8211; Tutorials and Resources</a> (feed: <a title="PSDVIBE - Tutorials and Resources RSS Feed" href="http://feeds2.feedburner.com/psdvibe">http://feeds2.feedburner.com/psdvibe</a>)</li>
<li><a href="http://queness.com">Queness</a> (feed: <a title="Queness RSS Feed" href="http://feeds2.feedburner.com/queness">http://feeds2.feedburner.com/queness</a>)</li>
<li><a href="http://r27creativelab.blogspot.com/">R27 CREATIVELAB</a> (feed: <a title="R27 CREATIVELAB RSS Feed" href="http://feeds.feedburner.com/R27CreativelabBlogspot">http://feeds.feedburner.com/R27CreativelabBlogspot</a>)</li>
<li><a href="http://www.reencoded.com">[Re]Encoded.com</a> (feed: <a title="[Re]Encoded.com RSS Feed" href="http://www.reencoded.com/feed/">http://www.reencoded.com/feed/</a>)</li>
<li><a href="http://sharebrain.info">Sharebrain</a> (feed: <a title="Sharebrain RSS Feed" href="http://feeds.feedburner.com/Sharebrain">http://feeds.feedburner.com/Sharebrain</a>)</li>
<li><a href="http://singlefunction.com">SingleFunction</a> (feed: <a title="SingleFunction RSS Feed" href="http://feeds.feedburner.com/singlefunction">http://feeds.feedburner.com/singlefunction</a>)</li>
<li><a href="http://skyje.com">Skyje &#8211; Social Design</a> (feed: <a title="Skyje - Social Design RSS Feed" href="http://feeds.feedburner.com/skyje">http://feeds.feedburner.com/skyje</a>)</li>
<li><a href="http://www.smashingmagazine.com/">Smashing Network Feed</a> (feed: <a title="Smashing Network Feed RSS Feed" href="http://rss1.smashingmagazine.com/feed/?f=smashing-network">http://rss1.smashingmagazine.com/feed/?f=smashing-network</a>)</li>
<li><a href="http://www.socialh.com/">socialh</a> (feed: <a title="socialh RSS Feed" href="http://feeds.feedburner.com/socialh">http://feeds.feedburner.com/socialh</a>)</li>
<li><a href="http://speckyboy.com">Speckyboy Design Magazine</a> (feed: <a title="Speckyboy Design Magazine RSS Feed" href="http://speckyboy.mobify.me/feed">http://speckyboy.mobify.me/feed</a>)</li>
<li><a href="http://www.spoonfeddesign.com">Spoonfed Design</a> (feed: <a title="Spoonfed Design RSS Feed" href="http://feeds2.feedburner.com/SpoonfedDesign">http://feeds2.feedburner.com/SpoonfedDesign</a>)</li>
<li><a href="http://spyrestudios.com">SpyreStudios</a> (feed: <a title="SpyreStudios RSS Feed" href="http://feeds.feedburner.com/SpyreStudios">http://feeds.feedburner.com/SpyreStudios</a>)</li>
<li><a href="http://www.suburban-glory.com">Suburban Glory</a> (feed: <a title="Suburban Glory RSS Feed" href="http://www.suburban-glory.com/rss.xml">http://www.suburban-glory.com/rss.xml</a>)</li>
<li><a href="http://www.swiss-miss.com">swissmiss</a> (feed: <a title="swissmiss RSS Feed" href="http://swissmiss.typepad.com/weblog/atom.xml">http://swissmiss.typepad.com/weblog/atom.xml</a>)</li>
<li><a href="http://www.thedesigncubicle.com">The Design Cubicle</a> (feed: <a title="The Design Cubicle RSS Feed" href="http://feeds.feedburner.com/thedesigncubicle/ioNz">http://feeds.feedburner.com/thedesigncubicle/ioNz</a>)</li>
<li><a href="http://www.nikibrown.com/designoblog">The Design O&#8217;Blog</a> (feed: <a title="The Design O'Blog RSS Feed" href="http://feeds2.feedburner.com/designoblog">http://feeds2.feedburner.com/designoblog</a>)</li>
<li><a href="http://thedesignsuperhero.com">The Design Superhero</a> (feed: <a title="The Design Superhero RSS Feed" href="http://feeds2.feedburner.com/TheDesignSuperhero">http://feeds2.feedburner.com/TheDesignSuperhero</a>)</li>
<li><a href="http://notes.envato.com">The River Current</a> (feed: <a title="The River Current RSS Feed" href="http://feeds2.feedburner.com/TheRiverCurrent">http://feeds2.feedburner.com/TheRiverCurrent</a>)</li>
<li><a href="http://www.uxbooth.com">The UX Booth</a> (feed: <a title="The UX Booth RSS Feed" href="http://feedproxy.google.com/uxbooth">http://feedproxy.google.com/uxbooth</a>)</li>
<li><a href="http://thewebblend.com/">The Web Blend &#8211; Published news</a> (feed: <a title="The Web Blend - Published news RSS Feed" href="http://feeds.feedburner.com/TheWebBlend">http://feeds.feedburner.com/TheWebBlend</a>)</li>
<li><a href="http://thinkdesignblog.com">Think Design</a> (feed: <a title="Think Design RSS Feed" href="http://feeds2.feedburner.com/thinkdesignblogcom">http://feeds2.feedburner.com/thinkdesignblogcom</a>)</li>
<li><a href="http://www.tjdzine.com">TJ Dzine &#8211; Web Design in Mumbai</a> (feed: <a title="TJ Dzine - Web Design in Mumbai RSS Feed" href="http://feeds.feedburner.com/tjdzine">http://feeds.feedburner.com/tjdzine</a>)</li>
<li><a href="http://www.toxel.com">Toxel.com</a> (feed: <a title="Toxel.com RSS Feed" href="http://feeds2.feedburner.com/toxel">http://feeds2.feedburner.com/toxel</a>)</li>
<li><a href="http://tutorialblog.org">Tutorial Blog</a> (feed: <a title="Tutorial Blog RSS Feed" href="http://feeds.feedburner.com/PhotoshopDesignTutorials?format=xml">http://feeds.feedburner.com/PhotoshopDesignTutorials?format=xml</a>)</li>
<li><a href="http://www.tutorial9.net">Tutorial9</a> (feed: <a title="Tutorial9 RSS Feed" href="http://feedproxy.google.com/tutorial9">http://feedproxy.google.com/tutorial9</a>)</li>
<li><a href="http://www.typesett.com">TYPESETT</a> (feed: <a title="TYPESETT RSS Feed" href="http://feeds2.feedburner.com/typesett/ckeP">http://feeds2.feedburner.com/typesett/ckeP</a>)</li>
<li><a href="http://vectips.com">Vectips</a> (feed: <a title="Vectips RSS Feed" href="http://vectips.com/feed/">http://vectips.com/feed/</a>)</li>
<li><a href="http://www.2expertsdesign.com">Web Design Blog, Web Designer Resources</a> (feed: <a title="Web Design Blog, Web Designer Resources RSS Feed" href="http://feeds.feedburner.com/2expertsdesigndotcom">http://feeds.feedburner.com/2expertsdesigndotcom</a>)</li>
<li><a href="http://www.webdesigndev.com">Web Design Dev</a> (feed: <a title="Web Design Dev RSS Feed" href="http://feeds.feedburner.com/LearnWebdesign">http://feeds.feedburner.com/LearnWebdesign</a>)</li>
<li><a href="http://webdesignledger.com">Web Design Ledger</a> (feed: <a title="Web Design Ledger RSS Feed" href="http://webdesignledger.com/feed">http://webdesignledger.com/feed</a>)</li>
<li><a href="http://www.webdesignmash.com">Web Design Mash &#8211; Your Designs, Our Passion</a> (feed: <a title="Web Design Mash - Your Designs, Our Passion RSS Feed" href="http://www.webdesignmash.com/feed/">http://www.webdesignmash.com/feed/</a>)</li>
<li><a href="http://www.webdesignerdepot.com">Webdesigner Depot</a> (feed: <a title="Webdesigner Depot RSS Feed" href="http://feeds2.feedburner.com/webdesignerdepot">http://feeds2.feedburner.com/webdesignerdepot</a>)</li>
<li><a href="http://webitect.net">Webitect</a> (feed: <a title="Webitect RSS Feed" href="http://feeds.feedburner.com/webitect/updates">http://feeds.feedburner.com/webitect/updates</a>)</li>
<li><a href="http://wellmedicated.com">WellMedicated</a> (feed: <a title="WellMedicated RSS Feed" href="http://wellmedicated.com/feed/">http://wellmedicated.com/feed/</a>)</li>
<li><a href="http://www.yankodesign.com">Yanko Design</a> (feed: <a title="Yanko Design RSS Feed" href="http://feeds.feedburner.com/yankodesign">http://feeds.feedburner.com/yankodesign</a>)</li>
<li><a href="http://www.youthedesigner.com">You the Designer</a> (feed: <a title="You the Designer RSS Feed" href="http://feeds.feedburner.com/YouTheDesigner">http://feeds.feedburner.com/YouTheDesigner</a>)</li>
<li><a href="http://www.zlwo.com">Zlwo.com &#8211; Free Online Resources for Designers and  Developers</a> (feed: <a title="Zlwo.com - Free Online Resources for Designers and  Developers RSS Feed" href="http://www.zlwo.com/feed/">http://www.zlwo.com/feed/</a>)</li>
</ol>
<h2 id="WebDesign">Web Design</h2>
<div style="display:inline-block;"><a class="button" title="Right-click and select 'Save Link As...'" href="https://www.google.com/reader/public/subscriptions/user%2F17743039621789068458%2Fbundle%2FWeb%20Design">Download OPML file</a> <a class="button" href="https://www.google.com/reader/bundle/user%2F17743039621789068458%2Fbundle%2FWeb%20Design">Add Bundle to Google Reader</a></div>
<ol>
<li><a href="http://www.netmag.co.uk/">.net top stories</a> (feed: <a title=".net top stories RSS Feed" href="http://www.netmag.co.uk/zine.rss">http://www.netmag.co.uk/zine.rss</a>)</li>
<li><a href="http://www.1stwebdesigner.com">1stwebdesigner &#8211; Love In Design</a> (feed: <a title="1stwebdesigner - Love In Design RSS Feed" href="http://www.1stwebdesigner.com/feed/">http://www.1stwebdesigner.com/feed/</a>)</li>
<li><a href="http://www.456bereastreet.com/">456 Berea Street</a> (feed: <a title="456 Berea Street RSS Feed" href="http://www.456bereastreet.com/feed.xml">http://www.456bereastreet.com/feed.xml</a>)</li>
<li><a href="http://www.alistapart.com/articles/">A List Apart</a> (feed: <a title="A List Apart RSS Feed" href="http://www.alistapart.com/rss.xml">http://www.alistapart.com/rss.xml</a>)</li>
<li><a href="http://www.adaptivepath.com/blog">Adaptive Path</a> (feed: <a title="Adaptive Path RSS Feed" href="http://feeds.feedburner.com/adaptivepath">http://feeds.feedburner.com/adaptivepath</a>)</li>
<li><a href="http://addyosmani.com/blog">AddyOsmani.com | Where User Interface Ideas Grow</a> (feed: <a title="AddyOsmani.com | Where User Interface Ideas Grow RSS Feed" href="http://feeds.feedburner.com/addyosmani">http://feeds.feedburner.com/addyosmani</a>)</li>
<li><a href="http://annevankesteren.nl/">Anne’s Weblog</a> (feed: <a title="Anne’s Weblog RSS Feed" href="http://annevankesteren.nl/feeds/weblog">http://annevankesteren.nl/feeds/weblog</a>)</li>
<li><a href="http://www.assault.it">Assault Blog</a> (feed: <a title="Assault Blog RSS Feed" href="http://feeds2.feedburner.com/AssaultShirtsBlog">http://feeds2.feedburner.com/AssaultShirtsBlog</a>)</li>
<li><a href="http://www.bestdesigntuts.com">Best Design Tutorials</a> (feed: <a title="Best Design Tutorials RSS Feed" href="http://feeds.feedburner.com/bestdesigntuts">http://feeds.feedburner.com/bestdesigntuts</a>)</li>
<li><a href="http://bestwebdesignschools.com">Best Web Design Schools</a> (feed: <a title="Best Web Design Schools RSS Feed" href="http://bestwebdesignschools.com/feed/">http://bestwebdesignschools.com/feed/</a>)</li>
<li><a href="http://blogfreakz.com">blogfreakz.com</a> (feed: <a title="blogfreakz.com RSS Feed" href="http://feeds.feedburner.com/Blogfreakz">http://feeds.feedburner.com/Blogfreakz</a>)</li>
<li><a href="http://boagworld.com">Boagworld</a> (feed: <a title="Boagworld RSS Feed" href="http://feeds.feedburner.com/Boagworldcom-ForThoseManagingWebsites">http://feeds.feedburner.com/Boagworldcom-ForThoseManagingWebsites</a>)</li>
<li><a href="http://www.boxesandarrows.com/">Boxes and Arrows</a> (feed: <a title="Boxes and Arrows RSS Feed" href="http://feeds.feedburner.com/BoxesAndArrows_Stories">http://feeds.feedburner.com/BoxesAndArrows_Stories</a>)</li>
<li><a href="http://buildinternet.com">Build Internet!</a> (feed: <a title="Build Internet! RSS Feed" href="http://feeds2.feedburner.com/buildinternet">http://feeds2.feedburner.com/buildinternet</a>)</li>
<li><a href="http://www.carbongraffiti.com">CarbonGraffiti &#8211; Email, Online Marketing &amp; Web Design</a> (feed: <a title="CarbonGraffiti - Email, Online Marketing &amp; Web Design RSS Feed" href="http://feeds.feedburner.com/carbongraffiti/rlFb">http://feeds.feedburner.com/carbongraffiti/rlFb</a>)</li>
<li><a href="http://www.vcarrer.com/">Carrer Blog</a> (feed: <a title="Carrer Blog RSS Feed" href="http://feeds.feedburner.com/CarrerBlog">http://feeds.feedburner.com/CarrerBlog</a>)</li>
<li><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=GIE7Yp6W3RGz2kS7BB50VA">Carsonified Events &#8211; Master Feed</a> (feed: <a title="Carsonified Events - Master Feed RSS Feed" href="http://feeds.feedburner.com/carsonified/events">http://feeds.feedburner.com/carsonified/events</a>)</li>
<li><a href="http://www.catswhocode.com/blog">CatsWhoCode.com</a> (feed: <a title="CatsWhoCode.com RSS Feed" href="http://feeds.feedburner.com/catswhocode">http://feeds.feedburner.com/catswhocode</a>)</li>
<li><a href="http://codepoetry.wordpress.com">CODE POETRY</a> (feed: <a title="CODE POETRY RSS Feed" href="http://codepoetry.wordpress.com/feed/">http://codepoetry.wordpress.com/feed/</a>)</li>
<li><a href="http://tympanus.net/codrops">Codrops</a> (feed: <a title="Codrops RSS Feed" href="http://feeds.feedburner.com/codrops">http://feeds.feedburner.com/codrops</a>)</li>
<li><a href="http://creativebriefing.com">creative briefing</a> (feed: <a title="creative briefing RSS Feed" href="http://creativebriefing.com/feed/">http://creativebriefing.com/feed/</a>)</li>
<li><a href="http://www.cssbeauty.com/">CSS Beauty News Feed</a> (feed: <a title="CSS Beauty News Feed RSS Feed" href="http://www.cssbeauty.com/rss/news/">http://www.cssbeauty.com/rss/news/</a>)</li>
<li><a href="http://www.cssglobe.com/">CSS Globe | Web Standards Magazine</a> (feed: <a title="CSS Globe | Web Standards Magazine RSS Feed" href="http://feeds.feedburner.com/cssglobe">http://feeds.feedburner.com/cssglobe</a>)</li>
<li><a href="http://css-tricks.com">CSS-Tricks</a> (feed: <a title="CSS-Tricks RSS Feed" href="http://feeds.feedburner.com/CssTricks">http://feeds.feedburner.com/CssTricks</a>)</li>
<li><a href="http://www.cssplay.co.uk/">cssplay.co.uk</a> (feed: <a title="cssplay.co.uk RSS Feed" href="http://www.cssplay.co.uk/feed.xml">http://www.cssplay.co.uk/feed.xml</a>)</li>
<li><a href="http://davidwalsh.name/">David Walsh :: Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ?.</a> (feed: <a title="David Walsh :: Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ?. RSS Feed" href="http://feeds2.feedburner.com/Bludice">http://feeds2.feedburner.com/Bludice</a>)</li>
<li><a href="http://www.designfloat.com">Design Float / Popular Entries</a> (feed: <a title="Design Float / Popular Entries RSS Feed" href="http://feeds.feedburner.com/DesignFloat/SubmittedEntries">http://feeds.feedburner.com/DesignFloat/SubmittedEntries</a>)</li>
<li><a href="http://designreviver.com">Design Reviver</a> (feed: <a title="Design Reviver RSS Feed" href="http://designreviver.com/feed/">http://designreviver.com/feed/</a>)</li>
<li><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=ArRVFHxX3RGSEYFbJhOy0Q">DesignM.ag &#8211; All Inclusive-Feed</a> (feed: <a title="DesignM.ag - All Inclusive-Feed RSS Feed" href="http://feeds.feedburner.com/designmagall">http://feeds.feedburner.com/designmagall</a>)</li>
<li><a href="http://designrfix.com">Designrfix</a> (feed: <a title="Designrfix RSS Feed" href="http://designrfix.com/feed">http://designrfix.com/feed</a>)</li>
<li><a href="http://devgrow.com">DevGrow</a> (feed: <a title="DevGrow RSS Feed" href="http://feeds.feedburner.com/devgrow">http://feeds.feedburner.com/devgrow</a>)</li>
<li><a href="http://sharebrain.info/devmarks/feed/">Devmarks»  | Devmarks</a> (feed: <a title="Devmarks»  | Devmarks RSS Feed" href="http://feeds2.feedburner.com/devmarks">http://feeds2.feedburner.com/devmarks</a>)</li>
<li><a href="http://www.dezinerfolio.com">Dezinerfolio</a> (feed: <a title="Dezinerfolio RSS Feed" href="http://feeds.feedburner.com/dezinerfolio">http://feeds.feedburner.com/dezinerfolio</a>)</li>
<li><a href="http://www.drawar.com/posts/fresh/feed">Drawar Articles</a> (feed: <a title="Drawar Articles RSS Feed" href="http://www.drawar.com/feed/">http://www.drawar.com/feed/</a>)</li>
<li><a href="http://www.drawar.com/journal/">Drawar Design Journal</a> (feed: <a title="Drawar Design Journal RSS Feed" href="http://www.drawar.com/journal/feed/">http://www.drawar.com/journal/feed/</a>)</li>
<li><a href="http://www.dynamicdrive.com/style/">Dynamic Drive CSS Library</a> (feed: <a title="Dynamic Drive CSS Library RSS Feed" href="http://www.dynamicdrive.com/style/csslibrary/rss/">http://www.dynamicdrive.com/style/csslibrary/rss/</a>)</li>
<li><a href="http://erskinelabs.com/feed/">Erskine Labs RSS Feed</a> (feed: <a title="Erskine Labs RSS Feed RSS Feed" href="http://feeds.feedburner.com/erskinelabs">http://feeds.feedburner.com/erskinelabs</a>)</li>
<li><a href="http://fadtastic.net">fadtastic &#8211; a multi-author web design trends journal</a> (feed: <a title="fadtastic - a multi-author web design trends journal RSS Feed" href="http://fadtastic.net/?feed=rss2">http://fadtastic.net/?feed=rss2</a>)</li>
<li><a href="http://www.fuelyourcreativity.com">Fuel Your Creativity</a> (feed: <a title="Fuel Your Creativity RSS Feed" href="http://feeds.feedburner.com/FuelYourCreativity?format=xml">http://feeds.feedburner.com/FuelYourCreativity?format=xml</a>)</li>
<li><a href="http://www.fullsingle.com">FullSingle</a> (feed: <a title="FullSingle RSS Feed" href="http://feeds.feedburner.com/Fullsingle?format=xml">http://feeds.feedburner.com/Fullsingle?format=xml</a>)</li>
<li><a href="http://wefunction.com">Function Web Design &amp; Development [ Blog ]</a> (feed: <a title="Function Web Design &amp; Development [ Blog ] RSS Feed" href="http://wefunction.com/feed/">http://wefunction.com/feed/</a>)</li>
<li><a href="http://www.gayadesign.com">Gaya Design</a> (feed: <a title="Gaya Design RSS Feed" href="http://feeds.feedburner.com/GayaDesign">http://feeds.feedburner.com/GayaDesign</a>)</li>
<li><a href="http://googlesystem.blogspot.com/">Google Operating System</a> (feed: <a title="Google Operating System RSS Feed" href="http://feeds.feedburner.com/GoogleOperatingSystem">http://feeds.feedburner.com/GoogleOperatingSystem</a>)</li>
<li><a href="http://www.1stwebdesigner.com">Graphic and Web Design Blog -Resources And Tutorials</a> (feed: <a title="Graphic and Web Design Blog -Resources And Tutorials RSS Feed" href="http://feeds.feedburner.com/1stwebdesigner">http://feeds.feedburner.com/1stwebdesigner</a>)</li>
<li><a href="http://www.heinmaas.com">Hein Maas &#8211; Freelance Graphic/Web Designer</a> (feed: <a title="Hein Maas - Freelance Graphic/Web Designer RSS Feed" href="http://feeds2.feedburner.com/HeinMaas-FreelanceGraphic/webDesigner">http://feeds2.feedburner.com/HeinMaas-FreelanceGraphic/webDesigner</a>)</li>
<li><a href="http://www.impressivewebs.com">Impressive Webs</a> (feed: <a title="Impressive Webs RSS Feed" href="http://feeds2.feedburner.com/ImpressiveWebs">http://feeds2.feedburner.com/ImpressiveWebs</a>)</li>
<li><a href="http://www.jankoatwarpspeed.com/">Janko At Warp Speed</a> (feed: <a title="Janko At Warp Speed RSS Feed" href="http://feeds.feedburner.com/JankoAtWarpSpeed">http://feeds.feedburner.com/JankoAtWarpSpeed</a>)</li>
<li><a href="http://jeffcroft.com/">JeffCroft.com: Latest blog entries</a> (feed: <a title="JeffCroft.com: Latest blog entries RSS Feed" href="http://feeds.feedburner.com/jeffcroft/blog">http://feeds.feedburner.com/jeffcroft/blog</a>)</li>
<li><a href="http://www.zeldman.com">Jeffrey Zeldman Presents The Daily Report</a> (feed: <a title="Jeffrey Zeldman Presents The Daily Report RSS Feed" href="http://www.zeldman.com/feed/zeldman.xml">http://www.zeldman.com/feed/zeldman.xml</a>)</li>
<li><a href="http://meiert.com/en">Jens Meiert – Blog</a> (feed: <a title="Jens Meiert – Blog RSS Feed" href="http://meiert.com/en/feed/">http://meiert.com/en/feed/</a>)</li>
<li><a href="http://ejohn.org">John Resig</a> (feed: <a title="John Resig RSS Feed" href="http://feeds.feedburner.com/JohnResig">http://feeds.feedburner.com/JohnResig</a>)</li>
<li><a href="http://juicystudio.com/">Juicy Studio</a> (feed: <a title="Juicy Studio RSS Feed" href="http://juicystudio.com/syndicate/juicyatom.xml">http://juicystudio.com/syndicate/juicyatom.xml</a>)</li>
<li><a href="http://www.kreativuse.com">Kreativuse™</a> (feed: <a title="Kreativuse™ RSS Feed" href="http://feeds.feedburner.com/kreativuse">http://feeds.feedburner.com/kreativuse</a>)</li>
<li><a href="http://layersmagazine.com">Layers Magazine</a> (feed: <a title="Layers Magazine RSS Feed" href="http://www.layersmagazine.com/feed">http://www.layersmagazine.com/feed</a>)</li>
<li><a href="http://mashable.com">Mashable | The Social Media Guide » Dev &amp; Design Feed</a> (feed: <a title="Mashable | The Social Media Guide » Dev &amp; Design Feed RSS Feed" href="http://feeds.mashable.com/mashable/dev-design">http://feeds.mashable.com/mashable/dev-design</a>)</li>
<li><a href="http://www.maxdesign.com.au">maxdesign.com.au</a> (feed: <a title="maxdesign.com.au RSS Feed" href="http://www.maxdesign.com.au/feed/">http://www.maxdesign.com.au/feed/</a>)</li>
<li><a href="http://microformats.org">Microformats</a> (feed: <a title="Microformats RSS Feed" href="http://microformats.org/feed/">http://microformats.org/feed/</a>)</li>
<li><a href="http://www.myinkblog.com">MyInkBlog Feed</a> (feed: <a title="MyInkBlog Feed RSS Feed" href="http://feeds.feedburner.com/MyInkBlog">http://feeds.feedburner.com/MyInkBlog</a>)</li>
<li><a href="http://www.cssreflex.com">Naeem&#8217;s blog &#8211; Web designing stuff</a> (feed: <a title="Naeem's blog - Web designing stuff RSS Feed" href="http://feeds2.feedburner.com/cssreflex">http://feeds2.feedburner.com/cssreflex</a>)</li>
<li><a href="http://net.tutsplus.com">NETTUTS</a> (feed: <a title="NETTUTS RSS Feed" href="http://nettuts.com/feed/">http://nettuts.com/feed/</a>)</li>
<li><a href="http://www.noupe.com/">Noupe</a> (feed: <a title="Noupe RSS Feed" href="http://feeds.feedburner.com/Noupe?format=xml">http://feeds.feedburner.com/Noupe?format=xml</a>)</li>
<li><a href="http://answers.oreilly.com/index.php">O&#8217;Reilly Answers</a> (feed: <a title="O'Reilly Answers RSS Feed" href="http://feeds.feedburner.com/OreillyAnswers">http://feeds.feedburner.com/OreillyAnswers</a>)</li>
<li><a href="http://revision3.com/pixelperfect">PixelPerfect (Large Quicktime)</a> (feed: <a title="PixelPerfect (Large Quicktime) RSS Feed" href="http://revision3.com/pixelperfect/feed/Quicktime-Large">http://revision3.com/pixelperfect/feed/Quicktime-Large</a>)</li>
<li><a href="http://planet.mozilla.org/">Planet Mozilla</a> (feed: <a title="Planet Mozilla RSS Feed" href="http://planet.mozilla.org/rss20.xml">http://planet.mozilla.org/rss20.xml</a>)</li>
<li><a href="http://www.delicious.com/popular/css">Popular css Bookmarks on Delicious</a> (feed: <a title="Popular css Bookmarks on Delicious RSS Feed" href="http://del.icio.us/rss/popular/css">http://del.icio.us/rss/popular/css</a>)</li>
<li><a href="http://www.delicious.com/popular/javascript">Popular javascript Bookmarks on Delicious</a> (feed: <a title="Popular javascript Bookmarks on Delicious RSS Feed" href="http://del.icio.us/rss/popular/javascript">http://del.icio.us/rss/popular/javascript</a>)</li>
<li><a href="http://www.delicious.com/popular/webdesign">Popular webdesign Bookmarks on Delicious</a> (feed: <a title="Popular webdesign Bookmarks on Delicious RSS Feed" href="http://del.icio.us/rss/popular/webdesign">http://del.icio.us/rss/popular/webdesign</a>)</li>
<li><a href="http://www.positivespaceblog.com">Positive Space Blog</a> (feed: <a title="Positive Space Blog RSS Feed" href="http://feeds2.feedburner.com/zinnidesign/PSFEED">http://feeds2.feedburner.com/zinnidesign/PSFEED</a>)</li>
<li><a href="http://www.problogdesign.com">Pro Blog Design</a> (feed: <a title="Pro Blog Design RSS Feed" href="http://feeds2.feedburner.com/ProBlogDesign">http://feeds2.feedburner.com/ProBlogDesign</a>)</li>
<li><a href="http://www.bestpsdtohtml.com">PSD to HTML Reviews &amp; Tutorials</a> (feed: <a title="PSD to HTML Reviews &amp; Tutorials RSS Feed" href="http://feeds2.feedburner.com/bestpsdtohtml">http://feeds2.feedburner.com/bestpsdtohtml</a>)</li>
<li><a href="http://www.quirksmode.org/blog/">QuirksBlog</a> (feed: <a title="QuirksBlog RSS Feed" href="http://www.quirksmode.org/blog/atom.xml">http://www.quirksmode.org/blog/atom.xml</a>)</li>
<li><a href="http://sharebrain.info">Sharebrain</a> (feed: <a title="Sharebrain RSS Feed" href="http://feeds.feedburner.com/Sharebrain">http://feeds.feedburner.com/Sharebrain</a>)</li>
<li><a href="http://37signals.com/svn/posts">Signal vs. Noise</a> (feed: <a title="Signal vs. Noise RSS Feed" href="http://feeds.feedburner.com/37signals/beMH">http://feeds.feedburner.com/37signals/beMH</a>)</li>
<li><a href="http://simplebits.com">SimpleBits</a> (feed: <a title="SimpleBits RSS Feed" href="http://www.simplebits.com/xml/rss.xml">http://www.simplebits.com/xml/rss.xml</a>)</li>
<li><a href="http://blogs.sitepoint.com">SitePoint Blogs</a> (feed: <a title="SitePoint Blogs RSS Feed" href="http://feeds.pheedo.com/sitepoint_blogs_feed">http://feeds.pheedo.com/sitepoint_blogs_feed</a>)</li>
<li><a href="http://sixrevisions.com">Six Revisions</a> (feed: <a title="Six Revisions RSS Feed" href="http://feeds.feedburner.com/SixRevisions?format=xml">http://feeds.feedburner.com/SixRevisions?format=xml</a>)</li>
<li><a href="http://www.smashingmagazine.com/">Smashing Magazine</a> (feed: <a title="Smashing Magazine RSS Feed" href="http://rss1.smashingmagazine.com/feed/">http://rss1.smashingmagazine.com/feed/</a>)</li>
<li><a href="http://www.smashingpost.com">Smashing Post</a> (feed: <a title="Smashing Post RSS Feed" href="http://feeds.feedburner.com/SmashingPost">http://feeds.feedburner.com/SmashingPost</a>)</li>
<li><a href="http://smashingshare.com">Smashing Share</a> (feed: <a title="Smashing Share RSS Feed" href="http://feeds.feedburner.com/smashingshare">http://feeds.feedburner.com/smashingshare</a>)</li>
<li><a href="http://www.smashingeeks.com">SmashinGeeks &#8211; Blogging | Designs | Tutorials | Graphics | WordPress | Blogging | Tech News | Downloads</a> (feed: <a title="SmashinGeeks - Blogging | Designs | Tutorials | Graphics | WordPress | Blogging | Tech News | Downloads RSS Feed" href="http://feeds.feedburner.com/SmashinGeeks">http://feeds.feedburner.com/SmashinGeeks</a>)</li>
<li><a href="http://www.smileycat.com/">Smiley Cat: Christian Watson&#8217;s Web Design Blog</a> (feed: <a title="Smiley Cat: Christian Watson's Web Design Blog RSS Feed" href="http://feeds.feedburner.com/smileycat">http://feeds.feedburner.com/smileycat</a>)</li>
<li><a href="http://snook.ca/">Snook.ca</a> (feed: <a title="Snook.ca RSS Feed" href="http://feeds.feedburner.com/snookca">http://feeds.feedburner.com/snookca</a>)</li>
<li><a href="http://spyrestudios.com">Spyre Studios</a> (feed: <a title="Spyre Studios RSS Feed" href="http://feeds2.feedburner.com/SpyreStudios">http://feeds2.feedburner.com/SpyreStudios</a>)</li>
<li><a href="http://stylegrind.com">Style Grind</a> (feed: <a title="Style Grind RSS Feed" href="http://feeds.feedburner.com/stylegrind/">http://feeds.feedburner.com/stylegrind/</a>)</li>
<li><a href="http://stylizedweb.com">StylizedWeb.com</a> (feed: <a title="StylizedWeb.com RSS Feed" href="http://feeds.feedburner.com/stylizedweb">http://feeds.feedburner.com/stylizedweb</a>)</li>
<li><a href="http://www.subcide.com/">Subcide &#8211; Web Design and Development</a> (feed: <a title="Subcide - Web Design and Development RSS Feed" href="http://www.subcide.com/articles/rss_2.0/">http://www.subcide.com/articles/rss_2.0/</a>)</li>
<li><a href="http://webkit.org/blog">Surfin&#8217; Safari</a> (feed: <a title="Surfin' Safari RSS Feed" href="http://webkit.org/blog/feed/">http://webkit.org/blog/feed/</a>)</li>
<li><a href="http://technotarget.com">TechnoTarget</a> (feed: <a title="TechnoTarget RSS Feed" href="http://technotarget.com/feed/">http://technotarget.com/feed/</a>)</li>
<li><a href="http://interactiveblend.com/blog">The Interactive Wall</a> (feed: <a title="The Interactive Wall RSS Feed" href="http://feeds2.feedburner.com/TheInteractiveWall">http://feeds2.feedburner.com/TheInteractiveWall</a>)</li>
<li><a href="http://www.thewebdesignblog.com">The Web Design Blog</a> (feed: <a title="The Web Design Blog RSS Feed" href="http://www.thewebdesignblog.com/feed/">http://www.thewebdesignblog.com/feed/</a>)</li>
<li><a href="http://www.webstandards.org">The Web Standards Project</a> (feed: <a title="The Web Standards Project RSS Feed" href="http://www.webstandards.org/feed/">http://www.webstandards.org/feed/</a>)</li>
<li><a href="http://blog.whatwg.org">The WHATWG Blog</a> (feed: <a title="The WHATWG Blog RSS Feed" href="http://blog.whatwg.org/feed/">http://blog.whatwg.org/feed/</a>)</li>
<li><a href="http://thinkvitamin.com">Think Vitamin</a> (feed: <a title="Think Vitamin RSS Feed" href="http://feeds2.feedburner.com/vitaminmasterfeed">http://feeds2.feedburner.com/vitaminmasterfeed</a>)</li>
<li><a href="http://meyerweb.com/eric/thoughts">Thoughts From Eric</a> (feed: <a title="Thoughts From Eric RSS Feed" href="http://meyerweb.com/eric/thoughts/rss2/full">http://meyerweb.com/eric/thoughts/rss2/full</a>)</li>
<li><a href="http://www.digital-web.com/">Topics/rss</a> (feed: <a title="Topics/rss RSS Feed" href="http://www.digital-web.com/topics/web_standards/rss/">http://www.digital-web.com/topics/web_standards/rss/</a>)</li>
<li><a href="http://www.tripwiremagazine.com">tripwire magazine</a> (feed: <a title="tripwire magazine RSS Feed" href="http://feeds2.feedburner.com/tripwiremagazine">http://feeds2.feedburner.com/tripwiremagazine</a>)</li>
<li><a href="http://tutorialblog.org">Tutorial Blog</a> (feed: <a title="Tutorial Blog RSS Feed" href="http://feeds.feedburner.com/PhotoshopDesignTutorials?format=xml">http://feeds.feedburner.com/PhotoshopDesignTutorials?format=xml</a>)</li>
<li><a href="http://www.typesett.com">typesett</a> (feed: <a title="typesett RSS Feed" href="http://feeds.feedburner.com/typesett/ckeP">http://feeds.feedburner.com/typesett/ckeP</a>)</li>
<li><a href="http://www.usable-efficiency.com/index.php">Usable Efficiency Episodes</a> (feed: <a title="Usable Efficiency Episodes RSS Feed" href="http://feeds.feedburner.com/usable-efficiency">http://feeds.feedburner.com/usable-efficiency</a>)</li>
<li><a href="http://vandelaydesign.com/blog">Vandelay Website Design</a> (feed: <a title="Vandelay Website Design RSS Feed" href="http://feeds.feedburner.com/vandelay">http://feeds.feedburner.com/vandelay</a>)</li>
<li><a href="http://thinkvitamin.com">Vitamin Feed</a> (feed: <a title="Vitamin Feed RSS Feed" href="http://feeds.feedburner.com/vitaminmasterfeed">http://feeds.feedburner.com/vitaminmasterfeed</a>)</li>
<li><a href="http://www.wakeuplater.com">Wake Up Later: Freelance + Passive Income</a> (feed: <a title="Wake Up Later: Freelance + Passive Income RSS Feed" href="http://www.wakeuplater.com/RSS/">http://www.wakeuplater.com/RSS/</a>)</li>
<li><a href="http://techflaps.com">Waves of Technology</a> (feed: <a title="Waves of Technology RSS Feed" href="http://techflaps.com/?feed=rss2">http://techflaps.com/?feed=rss2</a>)</li>
<li><a href="http://designm.ag">Web Design Blog &#8211; DesignM.ag</a> (feed: <a title="Web Design Blog - DesignM.ag RSS Feed" href="http://feeds2.feedburner.com/designmag">http://feeds2.feedburner.com/designmag</a>)</li>
<li><a href="http://www.2expertsdesign.com">Web Design Blog, Web Designer Resources</a> (feed: <a title="Web Design Blog, Web Designer Resources RSS Feed" href="http://feeds.feedburner.com/2expertsdesigndotcom">http://feeds.feedburner.com/2expertsdesigndotcom</a>)</li>
<li><a href="http://www.webdesignbooth.com">Web Design Booth</a> (feed: <a title="Web Design Booth RSS Feed" href="http://www.webdesignbooth.com/feed/">http://www.webdesignbooth.com/feed/</a>)</li>
<li><a href="http://webdesignledger.com">Web Design Ledger</a> (feed: <a title="Web Design Ledger RSS Feed" href="http://webdesignledger.com/feed">http://webdesignledger.com/feed</a>)</li>
<li><a href="http://www.webdesign-ne.ws">Web Design News</a> (feed: <a title="Web Design News RSS Feed" href="http://feeds.feedburner.com/webdesign-news">http://feeds.feedburner.com/webdesign-news</a>)</li>
<li><a href="http://www.pvmgarage.com/wdu">Web Design Updates</a> (feed: <a title="Web Design Updates RSS Feed" href="http://feeds.feedburner.com/WebDesignUpdates">http://feeds.feedburner.com/WebDesignUpdates</a>)</li>
<li><a href="http://www.webdesignermag.co.uk">Web Designer &#8211; Defining the internet through beautiful design</a> (feed: <a title="Web Designer - Defining the internet through beautiful design RSS Feed" href="http://www.webdesignermag.co.uk/feed/">http://www.webdesignermag.co.uk/feed/</a>)</li>
<li><a href="http://www.webdesignerwall.com">Web Designer Wall &#8211; Design Trends and Tutorials</a> (feed: <a title="Web Designer Wall - Design Trends and Tutorials RSS Feed" href="http://www.webdesignerwall.com/feed/">http://www.webdesignerwall.com/feed/</a>)</li>
<li><a href="http://www.webdeveloperjuice.com">Web Developer Juice &#8211; Community News</a> (feed: <a title="Web Developer Juice - Community News RSS Feed" href="http://feeds.feedburner.com/WebDeveloperJuice">http://feeds.feedburner.com/WebDeveloperJuice</a>)</li>
<li><a href="http://www.webperformancetoday.com">Web Performance Today</a> (feed: <a title="Web Performance Today RSS Feed" href="http://www.webperformancetoday.com/feed/">http://www.webperformancetoday.com/feed/</a>)</li>
<li><a href="http://blog.webair.it">WebAir Blog</a> (feed: <a title="WebAir Blog RSS Feed" href="http://www.webair.it/blog/feed">http://www.webair.it/blog/feed</a>)</li>
<li><a href="http://www.webappers.com">WebAppers</a> (feed: <a title="WebAppers RSS Feed" href="http://feedproxy.google.com/Webappers?format=xml">http://feedproxy.google.com/Webappers?format=xml</a>)</li>
<li><a href="http://www.webdesignerdepot.com">Webdesigner Depot</a> (feed: <a title="Webdesigner Depot RSS Feed" href="http://feeds2.feedburner.com/webdesignerdepot">http://feeds2.feedburner.com/webdesignerdepot</a>)</li>
<li><a href="http://www.webresourcesdepot.com">WebResourcesDepot</a> (feed: <a title="WebResourcesDepot RSS Feed" href="http://feeds.feedburner.com/webresourcesdepot">http://feeds.feedburner.com/webresourcesdepot</a>)</li>
<li><a href="http://woorkup.com">Woork Up</a> (feed: <a title="Woork Up RSS Feed" href="http://feeds.feedburner.com/Woork">http://feeds.feedburner.com/Woork</a>)</li>
<li><a href="http://www.w3.org/">World Wide Web Consortium &#8211; Web Standards</a> (feed: <a title="World Wide Web Consortium - Web Standards RSS Feed" href="http://www.w3.org/2000/08/w3c-synd/home.rss">http://www.w3.org/2000/08/w3c-synd/home.rss</a>)</li>
</ol>
<h2 id="WebDevelopment">Web Development (.Net/C#)</h2>
<div style="display:inline-block;"><a class="button" title="Right-click and select 'Save Link As...'" href="http://www.google.com/reader/public/subscriptions/user%2F17743039621789068458%2Fbundle%2FWeb%20Development">Download OPML file</a> <a class="button" href="http://www.google.com/reader/bundle/user%2F17743039621789068458%2Fbundle%2FWeb%20Development">Add Bundle to Google Reader</a></div>
<ol>
<li><a href="http://weblogs.asp.net/cschittko/default.aspx">&lt;ChristophDotNet</a> (feed: <a title="&lt;ChristophDotNet RSS Feed" href="http://feeds2.feedburner.com/CTheArchitect?format=xml">http://feeds2.feedburner.com/CTheArchitect?format=xml</a>)</li>
<li><a href="http://www.dotnetcurry.com/">.NET Curry: Recent Articles</a> (feed: <a title=".NET Curry: Recent Articles RSS Feed" href="http://feeds.feedburner.com/netCurryRecentArticles">http://feeds.feedburner.com/netCurryRecentArticles</a>)</li>
<li><a href="http://www.vergentsoftware.com/blogs/ckinsman/">.NET Musings</a> (feed: <a title=".NET Musings RSS Feed" href="http://www.vergentsoftware.com/blogs/ckinsman/SyndicationService.asmx/GetRss">http://www.vergentsoftware.com/blogs/ckinsman/SyndicationService.asmx/GetRss</a>)</li>
<li><a href="http://madskristensen.net/">.NET slave</a> (feed: <a title=".NET slave RSS Feed" href="http://feeds.feedburner.com/netslave">http://feeds.feedburner.com/netslave</a>)</li>
<li><a href="http://www.netmag.co.uk/">.net top stories</a> (feed: <a title=".net top stories RSS Feed" href="http://feeds.feedburner.com/net/topstories">http://feeds.feedburner.com/net/topstories</a>)</li>
<li><a href="http://forums.construx.com/blogs/stevemcc/default.aspx">10x Software Development</a> (feed: <a title="10x Software Development RSS Feed" href="http://blogs.construx.com/blogs/stevemcc/rss.aspx">http://blogs.construx.com/blogs/stevemcc/rss.aspx</a>)</li>
<li><a href="http://24ways.org/">24 ways</a> (feed: <a title="24 ways RSS Feed" href="http://feeds2.feedburner.com/24ways">http://feeds2.feedburner.com/24ways</a>)</li>
<li><a href="http://www.43folders.com">43 Folders</a> (feed: <a title="43 Folders RSS Feed" href="http://feeds.feedburner.com/43Folders">http://feeds.feedburner.com/43Folders</a>)</li>
<li><a href="http://www.4GuysFromRolla.com">4GuysFromRolla.com Headlines</a> (feed: <a title="4GuysFromRolla.com Headlines RSS Feed" href="http://aspnet.4guysfromrolla.com/rss/rss.aspx">http://aspnet.4guysfromrolla.com/rss/rss.aspx</a>)</li>
<li><a href="http://ajaxian.com">Ajaxian » Front Page</a> (feed: <a title="Ajaxian » Front Page RSS Feed" href="http://feeds.feedburner.com/ajaxian">http://feeds.feedburner.com/ajaxian</a>)</li>
<li><a href="http://aspadvice.com/blogs/garbin/default.aspx">Alessandro Gallo</a> (feed: <a title="Alessandro Gallo RSS Feed" href="http://aspadvice.com/blogs/garbin/rss.aspx">http://aspadvice.com/blogs/garbin/rss.aspx</a>)</li>
<li><a href="http://www.alvinashcraft.com">Alvin Ashcraft&#8217;s Morning Dew</a> (feed: <a title="Alvin Ashcraft's Morning Dew RSS Feed" href="http://feeds2.feedburner.com/alvinashcraft">http://feeds2.feedburner.com/alvinashcraft</a>)</li>
<li><a href="http://www.asp101.com/">ASP 101 News</a> (feed: <a title="ASP 101 News RSS Feed" href="http://www.asp101.com/rss/default.asp">http://www.asp101.com/rss/default.asp</a>)</li>
<li><a href="http://seekdotnethosting.wordpress.com">ASP Web Hosting | Windows Hosting Technology News</a> (feed: <a title="ASP Web Hosting | Windows Hosting Technology News RSS Feed" href="http://seekdotnethosting.wordpress.com/feed/">http://seekdotnethosting.wordpress.com/feed/</a>)</li>
<li><a href="http://www.asp.net/Articles/rss.ashx?count=10&amp;mid=64">ASP.NET Daily Articles</a> (feed: <a title="ASP.NET Daily Articles RSS Feed" href="http://www.asp.net/community/articles/rss.ashx">http://www.asp.net/community/articles/rss.ashx</a>)</li>
<li><a href="http://wiki.asp.net/themes/iis/pages/updated-articles.aspx">ASP.NET Developer&#8217;s Wiki &#8211; New Articles</a> (feed: <a title="ASP.NET Developer's Wiki - New Articles RSS Feed" href="http://wiki.asp.net/rss.ashx">http://wiki.asp.net/rss.ashx</a>)</li>
<li><a href="http://www.asp.net">ASP.NET News</a> (feed: <a title="ASP.NET News RSS Feed" href="http://www.asp.net/News/rss.ashx">http://www.asp.net/News/rss.ashx</a>)</li>
<li><a href="http://swik.net/ASP.NET">ASP.NET on SWiK</a> (feed: <a title="ASP.NET on SWiK RSS Feed" href="http://xml.swik.net/ASP.NET">http://xml.swik.net/ASP.NET</a>)</li>
<li><a href="http://weblogs.asp.net/aspnet-team/default.aspx">ASP.NET Team Blogs</a> (feed: <a title="ASP.NET Team Blogs RSS Feed" href="http://weblogs.asp.net/aspnet-team/rss.aspx">http://weblogs.asp.net/aspnet-team/rss.aspx</a>)</li>
<li><a href="http://www.asp.net">ASP.NET Videos</a> (feed: <a title="ASP.NET Videos RSS Feed" href="http://www.asp.net/learn/videos/rss.ashx">http://www.asp.net/learn/videos/rss.ashx</a>)</li>
<li><a href="http://weblogs.asp.net/default.aspx?GroupID=4">ASP.NET Weblogs</a> (feed: <a title="ASP.NET Weblogs RSS Feed" href="http://weblogs.asp.net/MainFeed.aspx?GroupID=4">http://weblogs.asp.net/MainFeed.aspx?GroupID=4</a>)</li>
<li><a href="http://weblogs.asp.net/default.aspx?GroupID=2">ASP.NET Weblogs</a> (feed: <a title="ASP.NET Weblogs RSS Feed" href="http://weblogs.asp.net/MainFeed.aspx?GroupID=2">http://weblogs.asp.net/MainFeed.aspx?GroupID=2</a>)</li>
<li><a href="http://aspnetresources.com/">AspNetResources.com articles, news and updates</a> (feed: <a title="AspNetResources.com articles, news and updates RSS Feed" href="http://aspnetresources.com/rssfeed.aspx">http://aspnetresources.com/rssfeed.aspx</a>)</li>
<li><a href="http://ayende.com/Blog/Default.aspx">Ayende @ Rahien</a> (feed: <a title="Ayende @ Rahien RSS Feed" href="http://feeds.feedburner.com/AyendeRahien">http://feeds.feedburner.com/AyendeRahien</a>)</li>
<li><a href="http://blogs.objectsharp.com/cs/blogs/barry/default.aspx">Barry Gervin&#8217;s Software Architecture Perspectives</a> (feed: <a title="Barry Gervin's Software Architecture Perspectives RSS Feed" href="http://objectsharp.com/Blogs/barry/rss.aspx">http://objectsharp.com/Blogs/barry/rss.aspx</a>)</li>
<li><a href="http://www.betanews.com">BetaNews.Com</a> (feed: <a title="BetaNews.Com RSS Feed" href="http://www.betanews.com/rss2">http://www.betanews.com/rss2</a>)</li>
<li><a href="http://www.boxesandarrows.com/">Boxes and Arrows</a> (feed: <a title="Boxes and Arrows RSS Feed" href="http://feeds.feedburner.com/BoxesAndArrows_Stories">http://feeds.feedburner.com/BoxesAndArrows_Stories</a>)</li>
<li><a href="http://blogs.msdn.com/b/brada/">Brad Abrams</a> (feed: <a title="Brad Abrams RSS Feed" href="http://blogs.msdn.com/brada/rss.xml">http://blogs.msdn.com/brada/rss.xml</a>)</li>
<li><a href="http://brianstorms.com/">brianstorms weblog</a> (feed: <a title="brianstorms weblog RSS Feed" href="http://www.brianstorms.com/index.rdf">http://www.brianstorms.com/index.rdf</a>)</li>
<li><a href="http://www.amorsley.net/bugsplat/">BugSplat</a> (feed: <a title="BugSplat RSS Feed" href="http://www.amorsley.net/bugsplat/index.rdf">http://www.amorsley.net/bugsplat/index.rdf</a>)</li>
<li><a href="http://www.programmersheaven.com/feed/Tag/1276/RSS.aspx">C# Feed &#8211; Programmer&#8217;s Heaven</a> (feed: <a title="C# Feed - Programmer's Heaven RSS Feed" href="http://www.programmersheaven.com/feed/Tag/1276/RSS.aspx">http://www.programmersheaven.com/feed/Tag/1276/RSS.aspx</a>)</li>
<li><a href="http://blogs.msdn.com/b/cdndevs/">Canadian Developers</a> (feed: <a title="Canadian Developers RSS Feed" href="http://www.bristowe.com/blog/SyndicationService.asmx/GetRss">http://www.bristowe.com/blog/SyndicationService.asmx/GetRss</a>)</li>
<li><a href="http://channel9.msdn.com/">Channel 9</a> (feed: <a title="Channel 9 RSS Feed" href="http://channel9.msdn.com/Feeds/RSS/">http://channel9.msdn.com/Feeds/RSS/</a>)</li>
<li><a href="http://blogs.msdn.com/b/charlie/">Charlie Calvert&#8217;s Community Blog</a> (feed: <a title="Charlie Calvert's Community Blog RSS Feed" href="http://blogs.msdn.com/charlie/rss.xml">http://blogs.msdn.com/charlie/rss.xml</a>)</li>
<li><a href="http://professionalaspnet.com/default.aspx">Chris Love&#8217;s Official ASP.NET Blog</a> (feed: <a title="Chris Love's Official ASP.NET Blog RSS Feed" href="http://professionalaspnet.com/rss.aspx">http://professionalaspnet.com/rss.aspx</a>)</li>
<li><a href="http://blog.chromium.org/">Chromium Blog</a> (feed: <a title="Chromium Blog RSS Feed" href="http://blog.chromium.org/feeds/posts/default">http://blog.chromium.org/feeds/posts/default</a>)</li>
<li><a href="http://vasters.com/clemensv/">Clemens Vasters</a> (feed: <a title="Clemens Vasters RSS Feed" href="http://staff.newtelligence.net/clemensv/rss.ashx">http://staff.newtelligence.net/clemensv/rss.ashx</a>)</li>
<li><a href="http://cleverhack.com">cleverhack dot com</a> (feed: <a title="cleverhack dot com RSS Feed" href="http://cleverhack.com/wp-rss2.php">http://cleverhack.com/wp-rss2.php</a>)</li>
<li><a href="http://www.code-magazine.com/">CODE Magazine News</a> (feed: <a title="CODE Magazine News RSS Feed" href="http://www.code-magazine.com/CodeRSS.aspx">http://www.code-magazine.com/CodeRSS.aspx</a>)</li>
<li><a href="http://codebetter.com">CodeBetter.Com &#8211; Stuff you need to Code Better!</a> (feed: <a title="CodeBetter.Com - Stuff you need to Code Better! RSS Feed" href="http://codebetter.com/blogs/MainFeed.aspx">http://codebetter.com/blogs/MainFeed.aspx</a>)</li>
<li><a href="http://www.codeplex.com/site/feeds/rss">CodePlex</a> (feed: <a title="CodePlex RSS Feed" href="http://www.codeplex.com/rss.ashx">http://www.codeplex.com/rss.ashx</a>)</li>
<li><a href="http://www.codeplex.com/site/feeds/bytag?tagName=ASP.NET">CodePlex Published Projects For Tag ASP.NET</a> (feed: <a title="CodePlex Published Projects For Tag ASP.NET RSS Feed" href="http://www.codeplex.com/rss.ashx?behavior=bytag&amp;tagName=ASP.NET">http://www.codeplex.com/rss.ashx?behavior=bytag&amp;tagName=ASP.NET</a>)</li>
<li><a href="http://www.codeplex.com/site/feeds/bytag?tagName=C%23">CodePlex Published Projects For Tag C#</a> (feed: <a title="CodePlex Published Projects For Tag C# RSS Feed" href="http://www.codeplex.com/rss.ashx?behavior=bytag&amp;tagName=C%23">http://www.codeplex.com/rss.ashx?behavior=bytag&amp;tagName=C%23</a>)</li>
<li><a href="http://www.reddit.com/r/coding/">coding</a> (feed: <a title="coding RSS Feed" href="http://www.reddit.com/r/coding/.rss">http://www.reddit.com/r/coding/.rss</a>)</li>
<li><a href="http://www.codinghorror.com/blog/">Coding Horror</a> (feed: <a title="Coding Horror RSS Feed" href="http://feeds.feedburner.com/codinghorror/">http://feeds.feedburner.com/codinghorror/</a>)</li>
<li><a href="http://weblogs.asp.net/communityblogs/default.aspx">Community Blogs</a> (feed: <a title="Community Blogs RSS Feed" href="http://weblogs.asp.net/communityblogs/rss.aspx">http://weblogs.asp.net/communityblogs/rss.aspx</a>)</li>
<li><a href="http://www.coolbits.nu/Default.aspx">Coolbits Blog</a> (feed: <a title="Coolbits Blog RSS Feed" href="http://www.coolbits.nu/blog.rss">http://www.coolbits.nu/blog.rss</a>)</li>
<li><a href="http://www.pluralsight-training.net/community/blogs/craig/default.aspx">CraigBlog</a> (feed: <a title="CraigBlog RSS Feed" href="http://www.pluralsight.com/blogs/craig/Rss.aspx">http://www.pluralsight.com/blogs/craig/Rss.aspx</a>)</li>
<li><a href="http://www.creativeapplications.net">CreativeApplications.Net</a> (feed: <a title="CreativeApplications.Net RSS Feed" href="http://feeds.feedburner.com/creativeapplicationsnet">http://feeds.feedburner.com/creativeapplicationsnet</a>)</li>
<li><a href="http://damieng.com">DamienG</a> (feed: <a title="DamienG RSS Feed" href="http://damieng.com/feed">http://damieng.com/feed</a>)</li>
<li><a href="http://www.25hoursaday.com/weblog/">Dare Obasanjo aka Carnage4Life</a> (feed: <a title="Dare Obasanjo aka Carnage4Life RSS Feed" href="http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetRss">http://www.25hoursaday.com/weblog/SyndicationService.asmx/GetRss</a>)</li>
<li><a href="http://www.dasblonde.net/">dasBlonde</a> (feed: <a title="dasBlonde RSS Feed" href="http://www.dasblonde.net/SyndicationService.asmx/GetRss">http://www.dasblonde.net/SyndicationService.asmx/GetRss</a>)</li>
<li><a href="http://dbvt.com/blog/">Dave Burke</a> (feed: <a title="Dave Burke RSS Feed" href="http://dbvt.com/blog/rss.aspx">http://dbvt.com/blog/rss.aspx</a>)</li>
<li><a href="http://www.delicious.com/popular/programming">Delicious programming popular</a> (feed: <a title="Delicious programming popular RSS Feed" href="http://feeds.delicious.com/v2/rss/popular/programming">http://feeds.delicious.com/v2/rss/popular/programming</a>)</li>
<li><a href="http://www.dev102.com">Dev102.com</a> (feed: <a title="Dev102.com RSS Feed" href="http://feeds.feedburner.com/Dev102feed">http://feeds.feedburner.com/Dev102feed</a>)</li>
<li><a href="http://devlicio.us/blogs/">Devlicio.us</a> (feed: <a title="Devlicio.us RSS Feed" href="http://devlicio.us/blogs/MainFeed.aspx">http://devlicio.us/blogs/MainFeed.aspx</a>)</li>
<li><a href="http://weblogs.asp.net/despos/default.aspx">Dino Esposito&#8217;s WebLog</a> (feed: <a title="Dino Esposito's WebLog RSS Feed" href="http://weblogs.asp.net/despos/rss.aspx">http://weblogs.asp.net/despos/rss.aspx</a>)</li>
<li><a href="http://www.dotnetkicks.com/">DotNetKicks.com</a> (feed: <a title="DotNetKicks.com RSS Feed" href="http://feeds.feedburner.com/dotnetkicks">http://feeds.feedburner.com/dotnetkicks</a>)</li>
<li><a href="http://dotnetslackers.com/">DotNetSlackers Latest ASP.NET News</a> (feed: <a title="DotNetSlackers Latest ASP.NET News RSS Feed" href="http://www.pheedo.com/f/dotnetslackers">http://www.pheedo.com/f/dotnetslackers</a>)</li>
<li><a href="http://www.dustindiaz.com">Dustin Diaz</a> (feed: <a title="Dustin Diaz RSS Feed" href="http://www.dustindiaz.com/feed/">http://www.dustindiaz.com/feed/</a>)</li>
<li><a href="http://www.dzone.com/links/tag/.net.html">dzone.com: .net</a> (feed: <a title="dzone.com: .net RSS Feed" href="http://www.dzone.com/feed/frontpage/.net/rss.xml">http://www.dzone.com/feed/frontpage/.net/rss.xml</a>)</li>
<li><a href="http://software.ericsink.com/">Eric.Weblog()</a> (feed: <a title="Eric.Weblog() RSS Feed" href="http://software.ericsink.com/rss.xml">http://software.ericsink.com/rss.xml</a>)</li>
<li><a href="http://www.fiftyfoureleven.com/weblog">Fiftyfoureleven.com Web Development Weblog</a> (feed: <a title="Fiftyfoureleven.com Web Development Weblog RSS Feed" href="http://feeds.feedburner.com/FiftyfourelevencomWebDevelopmentWeblog-FullPosts">http://feeds.feedburner.com/FiftyfourelevencomWebDevelopmentWeblog-FullPosts</a>)</li>
<li><a href="http://www.peterprovost.org/blog/">Geek Noise</a> (feed: <a title="Geek Noise RSS Feed" href="http://www.peterprovost.org/Rss.aspx">http://www.peterprovost.org/Rss.aspx</a>)</li>
<li><a href="http://pipes.yahoo.com/pipes/pipe.info?_id=cc8f5e2547934bc037c6cda4a9e232c0">HostWisely.com</a> (feed: <a title="HostWisely.com RSS Feed" href="http://feeds.feedburner.com/HostWisely">http://feeds.feedburner.com/HostWisely</a>)</li>
<li><a href="http://blogs.msdn.com/b/ie/">IEBlog</a> (feed: <a title="IEBlog RSS Feed" href="http://blogs.msdn.com/ie/rss.xml">http://blogs.msdn.com/ie/rss.xml</a>)</li>
<li><a href="http://blog.istvan-antal.ro">István Miklós Antal</a> (feed: <a title="István Miklós Antal RSS Feed" href="http://blog.istvan-antal.ro/feed/">http://blog.istvan-antal.ro/feed/</a>)</li>
<li><a href="http://www.jankoatwarpspeed.com/">Janko At Warp Speed</a> (feed: <a title="Janko At Warp Speed RSS Feed" href="http://feeds.feedburner.com/JankoAtWarpSpeed">http://feeds.feedburner.com/JankoAtWarpSpeed</a>)</li>
<li><a href="http://jimmynilsson.com/blog/">Jimmy Nilsson&#8217;s weblog</a> (feed: <a title="Jimmy Nilsson's weblog RSS Feed" href="http://www.jnsk.se/weblog/rss.xml">http://www.jnsk.se/weblog/rss.xml</a>)</li>
<li><a href="http://iunknown.com">John Lam on Software</a> (feed: <a title="John Lam on Software RSS Feed" href="http://www.iunknown.com/rss.xml">http://www.iunknown.com/rss.xml</a>)</li>
<li><a href="http://www.gregcons.com/KateBlog/">Kate Gregory&#8217;s Blog</a> (feed: <a title="Kate Gregory's Blog RSS Feed" href="http://www.gregcons.com/kateblog/SyndicationService.asmx/GetRss">http://www.gregcons.com/kateblog/SyndicationService.asmx/GetRss</a>)</li>
<li><a href="http://blogs.technet.com/kclemson/default.aspx">KC on Exchange and Outlook</a> (feed: <a title="KC on Exchange and Outlook RSS Feed" href="http://blogs.msdn.com/kclemson/Rss.aspx">http://blogs.msdn.com/kclemson/Rss.aspx</a>)</li>
<li><a href="http://www.knowing.net">Knowing.NET</a> (feed: <a title="Knowing.NET RSS Feed" href="http://www.knowing.net/SyndicationService.asmx/GetRss">http://www.knowing.net/SyndicationService.asmx/GetRss</a>)</li>
<li><a href="http://dotnet.sys-con.com/">Latest News from .NET Developer&#8217;s Journal</a> (feed: <a title="Latest News from .NET Developer's Journal RSS Feed" href="http://dotnet.sys-con.com/index.rss">http://dotnet.sys-con.com/index.rss</a>)</li>
<li><a href="http://www.levoltz.com">LeVoltz &#8211; Tips, Hacks, Cracks, Tutorials, downloads, softwares</a> (feed: <a title="LeVoltz - Tips, Hacks, Cracks, Tutorials, downloads, softwares RSS Feed" href="http://feeds.feedburner.com/levoltzblog">http://feeds.feedburner.com/levoltzblog</a>)</li>
<li><a href="http://blog.macronimous.com">Macronimous Web Blog</a> (feed: <a title="Macronimous Web Blog RSS Feed" href="http://blog.macronimous.com/feed/">http://blog.macronimous.com/feed/</a>)</li>
<li><a href="http://www.makinggoodsoftware.com">Making Good Software</a> (feed: <a title="Making Good Software RSS Feed" href="http://feeds.feedburner.com/MakingGoodSoftware">http://feeds.feedburner.com/MakingGoodSoftware</a>)</li>
<li><a href="http://mattberseth.com/">Matt Berseth</a> (feed: <a title="Matt Berseth RSS Feed" href="http://mattberseth.com/atom.xml">http://mattberseth.com/atom.xml</a>)</li>
<li><a href="http://michaelcrump.net/Default.aspx">Michael Crump</a> (feed: <a title="Michael Crump RSS Feed" href="http://geekswithblogs.net/mbcrump/Rss.aspx">http://geekswithblogs.net/mbcrump/Rss.aspx</a>)</li>
<li><a href="http://mrdoob.com">Mr.Doob&#8217;s feed</a> (feed: <a title="Mr.Doob's feed RSS Feed" href="http://mrdoob.com/rss">http://mrdoob.com/rss</a>)</li>
<li><a href="http://www.msdnmagazine.com">MSDN Magazine RSS Feed:</a> (feed: <a title="MSDN Magazine RSS Feed: RSS Feed" href="http://msdn.microsoft.com/en-us/magazine/rss/default.aspx?tags=javascript">http://msdn.microsoft.com/en-us/magazine/rss/default.aspx?tags=javascript</a>)</li>
<li><a href="http://www.nczonline.net/blog">NCZOnline</a> (feed: <a title="NCZOnline RSS Feed" href="http://feeds.nczonline.net/blog/">http://feeds.nczonline.net/blog/</a>)</li>
<li><a href="http://www.nikhilk.net">Nikhil Kothari&#8217;s Weblog</a> (feed: <a title="Nikhil Kothari's Weblog RSS Feed" href="http://www.nikhilk.net/Rss.ashx">http://www.nikhilk.net/Rss.ashx</a>)</li>
<li><a href="http://omaralzabir.com">Omar AL Zabir, Many Variety of Posts (MVP)</a> (feed: <a title="Omar AL Zabir, Many Variety of Posts (MVP) RSS Feed" href="http://msmvps.com/blogs/omar/rss.aspx">http://msmvps.com/blogs/omar/rss.aspx</a>)</li>
<li><a href="http://oreilly.com/archive.csp">O&#8217;Reilly Network Articles</a> (feed: <a title="O'Reilly Network Articles RSS Feed" href="http://feeds.feedburner.com/oreillynet/articles">http://feeds.feedburner.com/oreillynet/articles</a>)</li>
<li><a href="http://panopticoncentral.net/Default.aspx">Panopticon Central</a> (feed: <a title="Panopticon Central RSS Feed" href="http://www.panopticoncentral.net/Rss.aspx">http://www.panopticoncentral.net/Rss.aspx</a>)</li>
<li><a href="http://playgroundblues.com/posts/">Playground Blues feed</a> (feed: <a title="Playground Blues feed RSS Feed" href="http://feeds.feedburner.com/playgroundblues/">http://feeds.feedburner.com/playgroundblues/</a>)</li>
<li><a href="http://www.pluralsight-training.net/community/blogs/">Pluralsight Blogs</a> (feed: <a title="Pluralsight Blogs RSS Feed" href="http://www.pluralsight.com/blogs/mainfeed.aspx">http://www.pluralsight.com/blogs/mainfeed.aspx</a>)</li>
<li><a href="http://10rem.net">POKE 53280,0: Pete Brown&#8217;s Blog</a> (feed: <a title="POKE 53280,0: Pete Brown's Blog RSS Feed" href="http://community.irritatedvowel.com/blogs/pete_browns_blog/rss.aspx">http://community.irritatedvowel.com/blogs/pete_browns_blog/rss.aspx</a>)</li>
<li><a href="http://www.delicious.com/popular/development">Popular development Bookmarks on Delicious</a> (feed: <a title="Popular development Bookmarks on Delicious RSS Feed" href="http://del.icio.us/rss/popular/development">http://del.icio.us/rss/popular/development</a>)</li>
<li><a href="http://blog.programmableweb.com">ProgrammableWeb</a> (feed: <a title="ProgrammableWeb RSS Feed" href="http://feeds2.feedburner.com/ProgrammableWeb">http://feeds2.feedburner.com/ProgrammableWeb</a>)</li>
<li><a href="http://www.riagenic.com">RIAGENIC.com</a> (feed: <a title="RIAGENIC.com RSS Feed" href="http://feeds.feedburner.com/MsMossyblog">http://feeds.feedburner.com/MsMossyblog</a>)</li>
<li><a href="http://www.campbellassociates.ca/blog/">Richard Campbell Blogs Too</a> (feed: <a title="Richard Campbell Blogs Too RSS Feed" href="http://www.campbellassociates.ca/blog/SyndicationService.asmx/GetRss">http://www.campbellassociates.ca/blog/SyndicationService.asmx/GetRss</a>)</li>
<li><a href="http://www.west-wind.com/weblog/">Rick Strahl&#8217;s Web Log</a> (feed: <a title="Rick Strahl's Web Log RSS Feed" href="http://west-wind.com/weblog/Rss.aspx">http://west-wind.com/weblog/Rss.aspx</a>)</li>
<li><a href="http://www.lhotka.net/weblog/">Rockford Lhotka</a> (feed: <a title="Rockford Lhotka RSS Feed" href="http://www.lhotka.net/WeBlog/SyndicationService.asmx/GetRss">http://www.lhotka.net/WeBlog/SyndicationService.asmx/GetRss</a>)</li>
<li><a href="http://blogs.msdn.com/b/saraford/archive/tags/Visual+Studio+2008+Tip+of+the+Day/">Sara Ford&#8217;s WebLog : Visual Studio 2008 Tip of the Day</a> (feed: <a title="Sara Ford's WebLog : Visual Studio 2008 Tip of the Day RSS Feed" href="http://blogs.msdn.com/saraford/rss_tag_Visual+Studio+2008+Tip+of+the+Day.xml">http://blogs.msdn.com/saraford/rss_tag_Visual+Studio+2008+Tip+of+the+Day.xml</a>)</li>
<li><a href="http://www.hanselman.com/blog/">Scott Hanselman&#8217;s Computer Zen</a> (feed: <a title="Scott Hanselman's Computer Zen RSS Feed" href="http://feeds.feedburner.com/ScottHanselman">http://feeds.feedburner.com/ScottHanselman</a>)</li>
<li><a href="http://scottonwriting.net/sowblog/default.aspx">Scott on Writing</a> (feed: <a title="Scott on Writing RSS Feed" href="http://feeds.feedburner.com/ScottOnWriting">http://feeds.feedburner.com/ScottOnWriting</a>)</li>
<li><a href="http://srobbin.com/blog">Scott Robbin</a> (feed: <a title="Scott Robbin RSS Feed" href="http://feeds2.feedburner.com/srobbin">http://feeds2.feedburner.com/srobbin</a>)</li>
<li><a href="http://weblogs.asp.net/scottgu/default.aspx">ScottGu&#8217;s Blog</a> (feed: <a title="ScottGu's Blog RSS Feed" href="http://weblogs.asp.net/scottgu/rss.xml">http://weblogs.asp.net/scottgu/rss.xml</a>)</li>
<li><a href="http://secretGeek.net/index.asp">secretGeek</a> (feed: <a title="secretGeek RSS Feed" href="http://www.secretgeek.net/rss.asp">http://www.secretgeek.net/rss.asp</a>)</li>
<li><a href="http://geekswithblogs.net/shahed/Default.aspx">Shahed Khan (MVP)</a> (feed: <a title="Shahed Khan (MVP) RSS Feed" href="http://geekswithblogs.net/shahed/Rss.aspx">http://geekswithblogs.net/shahed/Rss.aspx</a>)</li>
<li><a href="http://weblogs.asp.net/shijuvarghese/default.aspx">Shiju Varghese&#8217;s Blog</a> (feed: <a title="Shiju Varghese's Blog RSS Feed" href="http://feeds.feedburner.com/ShijuVBlog">http://feeds.feedburner.com/ShijuVBlog</a>)</li>
<li><a href="http://www.pocketsoap.com/weblog/">Simon Fell</a> (feed: <a title="Simon Fell RSS Feed" href="http://www.pocketsoap.com/weblog/rss.xml">http://www.pocketsoap.com/weblog/rss.xml</a>)</li>
<li><a href="http://www.simplegeek.com">simplegeek</a> (feed: <a title="simplegeek RSS Feed" href="http://www.simplegeek.com/BlogxBrowsing.asmx/GetRss">http://www.simplegeek.com/BlogxBrowsing.asmx/GetRss</a>)</li>
<li><a href="http://www.skorks.com">SKORKS</a> (feed: <a title="SKORKS RSS Feed" href="http://feeds.feedburner.com/softwaretechandmore">http://feeds.feedburner.com/softwaretechandmore</a>)</li>
<li><a href="http://www.stephenforte.net/">Stephen Forte`s Blog</a> (feed: <a title="Stephen Forte`s Blog RSS Feed" href="http://www.stephenforte.net/owdasblog/SyndicationService.asmx/GetRss">http://www.stephenforte.net/owdasblog/SyndicationService.asmx/GetRss</a>)</li>
<li><a href="http://stevesmithblog.com/">Steven Smith</a> (feed: <a title="Steven Smith RSS Feed" href="http://blogs.aspadvice.com/ssmith/rss.aspx">http://blogs.aspadvice.com/ssmith/rss.aspx</a>)</li>
<li><a href="http://tekpub.com/">Tekpub</a> (feed: <a title="Tekpub RSS Feed" href="http://tekpub.com/feed/rss">http://tekpub.com/feed/rss</a>)</li>
<li><a href="http://www.codeproject.com">The Code Project Latest Articles</a> (feed: <a title="The Code Project Latest Articles RSS Feed" href="http://www.codeproject.com/webservices/articlerss.aspx?cat=1">http://www.codeproject.com/webservices/articlerss.aspx?cat=1</a>)</li>
<li><a href="http://msdn.microsoft.com">The Developer Life</a> (feed: <a title="The Developer Life RSS Feed" href="http://msdn.microsoft.com/blogs/ericr/rss.xml">http://msdn.microsoft.com/blogs/ericr/rss.xml</a>)</li>
<li><a href="http://blog.mozilla.com">The Mozilla Blog</a> (feed: <a title="The Mozilla Blog RSS Feed" href="http://blog.mozilla.com/feed/">http://blog.mozilla.com/feed/</a>)</li>
<li><a href="http://dotnet.org.za/thea/default.aspx">Thea Burger&#8217;s Blog</a> (feed: <a title="Thea Burger's Blog RSS Feed" href="http://dotnet.org.za/thea/Rss.aspx">http://dotnet.org.za/thea/Rss.aspx</a>)</li>
<li><a href="http://feeds.pheedo.com/techtarget/tssnet/home">TheServerSide.net: News</a> (feed: <a title="TheServerSide.net: News RSS Feed" href="http://www.theserverside.net/rss/theserverside-rss2.xml">http://www.theserverside.net/rss/theserverside-rss2.xml</a>)</li>
<li><a href="http://msdn2.microsoft.com/en-us/vcsharp/bb798022.aspx">Visual C# How Do I Videos</a> (feed: <a title="Visual C# How Do I Videos RSS Feed" href="http://www.microsoft.com/feeds/msdn/en-us/vcsharp/hdi_vcsharp.xml">http://www.microsoft.com/feeds/msdn/en-us/vcsharp/hdi_vcsharp.xml</a>)</li>
<li><a href="http://visualstudiomagazine.com/rss-feeds/columns.aspx">VSM Columns</a> (feed: <a title="VSM Columns RSS Feed" href="http://visualstudiomagazine.com/rss-feeds/columns.aspx">http://visualstudiomagazine.com/rss-feeds/columns.aspx</a>)</li>
<li><a href="http://www.webhostingsecretrevealed.com">W.H.S.R.</a> (feed: <a title="W.H.S.R. RSS Feed" href="http://www.webhostingsecretrevealed.com/feed/">http://www.webhostingsecretrevealed.com/feed/</a>)</li>
<li><a href="http://css.dzone.com/">Web Builder Zone &#8211; Web design, css, html, usability &amp; a touch of Ajax</a> (feed: <a title="Web Builder Zone - Web design, css, html, usability &amp; a touch of Ajax RSS Feed" href="http://feeds.dzone.com/zones/css">http://feeds.dzone.com/zones/css</a>)</li>
<li><a href="http://www.elijahmanor.com/">Web Dev .NET</a> (feed: <a title="Web Dev .NET RSS Feed" href="http://feeds.feedburner.com/webdevnet">http://feeds.feedburner.com/webdevnet</a>)</li>
<li><a href="http://web.appstorm.net">Web.AppStorm</a> (feed: <a title="Web.AppStorm RSS Feed" href="http://feeds2.feedburner.com/webappstorm">http://feeds2.feedburner.com/webappstorm</a>)</li>
<li><a href="http://www.webmonkey.com">webmonkey</a> (feed: <a title="webmonkey RSS Feed" href="http://www.webmonkey.com/rss/blog">http://www.webmonkey.com/rss/blog</a>)</li>
<li><a href="http://www.weirdlover.com">weirdlover</a> (feed: <a title="weirdlover RSS Feed" href="http://feeds.feedburner.com/weirdlover/aoiX">http://feeds.feedburner.com/weirdlover/aoiX</a>)</li>
<li><a href="http://windowsteamblog.com/windows_live/b/developer/default.aspx">Windows Live Dev</a> (feed: <a title="Windows Live Dev RSS Feed" href="http://dev.live.com/blogs/mainfeed.aspx">http://dev.live.com/blogs/mainfeed.aspx</a>)</li>
<li><a href="http://blogs.ipona.com/davids/Default.aspx">writerus drivelus</a> (feed: <a title="writerus drivelus RSS Feed" href="http://blogs.ipona.com/davids/Rss.aspx">http://blogs.ipona.com/davids/Rss.aspx</a>)</li>
<li><a href="http://haacked.com/Default.aspx">you&#8217;ve been HAACKED</a> (feed: <a title="you've been HAACKED RSS Feed" href="http://feeds.haacked.com/haacked/">http://feeds.haacked.com/haacked/</a>)</li>
<li><a href="http://weblogs.asp.net/zowens/default.aspx">Zack Owens</a> (feed: <a title="Zack Owens RSS Feed" href="http://weblogs.asp.net/zowens/rss.aspx">http://weblogs.asp.net/zowens/rss.aspx</a>)</li>
</ol>
<p>Some of these feeds in the Web Development group above I consider &#8220;feed hogs&#8221; because they churn out so many posts everyday that they drown out the other feeds. I keep those ones in a seperate group which I provide below. (Note that these are also included in the Web Development feed above.)</p>
<h2>Web Dev Hogs</h2>
<div style="display:inline-block;"><a class="button" title="Right-click and select 'Save Link As...'" href="https://www.google.com/reader/public/subscriptions/user%2F17743039621789068458%2Fbundle%2FWeb%20Dev%20Hogs">Download OPML file</a> <a class="button" href="https://www.google.com/reader/bundle/user%2F17743039621789068458%2Fbundle%2FWeb%20Dev%20Hogs">Add Bundle to Google Reader</a></div>
<ol>
<li><a href="http://www.dzone.com/links/">DZone: latest front page</a> (feed: <a title="DZone: latest front page RSS Feed" href="http://feeds.dzone.com/dzone/frontpage">http://feeds.dzone.com/dzone/frontpage</a>)</li>
<li><a href="http://www.reddit.com/r/programming/">programming: what&#8217;s new online</a> (feed: <a title="programming: what's new online RSS Feed" href="http://reddit.com/r/programming/.rss">http://reddit.com/r/programming/.rss</a>)</li>
<li><a href="http://thewebblend.com/">The Web Blend &#8211; Submitted news</a> (feed: <a title="The Web Blend - Submitted news RSS Feed" href="http://feeds2.feedburner.com/TheWebBlend">http://feeds2.feedburner.com/TheWebBlend</a>)</li>
<li><a href="http://www.webdesign-ne.ws">Web Design News</a> (feed: <a title="Web Design News RSS Feed" href="http://www.webdesign-ne.ws/feed/">http://www.webdesign-ne.ws/feed/</a>)</li>
<li><a href="http://www.reddit.com/r/web_design/">Reddit Web Design</a> (feed: <a title="Reddit Web Design RSS Feed" href="http://www.reddit.com/r/web_design/.rss">http://www.reddit.com/r/web_design/.rss</a>)</li>
</ol>
<p>Another great one not included in the Web Dev Hogs is &#8220;Delicious popular&#8221; which is one of the best for web design information but it also includes a lot of other stuff, so I actually keep it separate:</p>
<ol>
<li><a href="http://www.delicious.com/popular">Delicious popular</a> (feed: <a title="Delicious popular RSS Feed" href="http://feeds.delicious.com/v2/rss/popular?count=15">http://feeds.delicious.com/v2/rss/popular?count=15</a>)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://websitesmaderight.com/2011/01/350-of-the-best-web-design-feeds/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

