<?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>Edan Hewitt&#039;s Web Development Blog</title>
	<atom:link href="http://edanhewitt.com/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://edanhewitt.com/webdev</link>
	<description>JS, CSS3, PHP, HTML5, jQuery</description>
	<lastBuildDate>Tue, 08 Jan 2013 16:31:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>jPanelMenu</title>
		<link>http://edanhewitt.com/webdev/jpanelmenu/</link>
		<comments>http://edanhewitt.com/webdev/jpanelmenu/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 00:07:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=761</guid>
		<description><![CDATA[jPanelMenu is a jQuery plugin that creates panel menus like those of iPhone apps. The thorough plugin features animations, keyboard shortcuts, and even easing effects along with a powerful API. Even though it’s bloated with features, jPanelMenu does seem to be easily implementable so its options, callbacks and the ever-mighty API are more than welcome.]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://jpanelmenu.com/"><strong>jPanelMenu</strong></a> is a <strong>jQuery plugin that creates panel menus like those of iPhone apps.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/jPanelMenu.jpg"><img class="attachment-medium" title="jPanelMenu" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/jPanelMenu-300x196.jpg" alt="jPanelMenu" width="300" height="196" /></a></p>
<p><strong>The thorough plugin features animations, keyboard shortcuts, and even easing effects along with a powerful API.</strong></p>
<p>Even though it’s bloated with features, jPanelMenu does seem to be easily implementable so its options, callbacks and the ever-mighty API are more than welcome.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jpanelmenu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duri.me</title>
		<link>http://edanhewitt.com/webdev/duri-me/</link>
		<comments>http://edanhewitt.com/webdev/duri-me/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 00:06:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Handy]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=758</guid>
		<description><![CDATA[Duri.me is a little and straightforward app that converts images to Base64 files to reduce the amount of requests to the server. The images can be embedded into HTML as strings of characters (the Base 64 is an encoding used to prevent data loss). Duri.me allows for a straightforward way of implementing images directly into [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://duri.me/"><strong>Duri.me</strong></a> is a<strong> little and straightforward app that converts images to Base64 files to reduce the amount of requests to the server.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/durime.jpg"><img class="attachment-medium" title="durime" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/durime-300x178.jpg" alt="durime" width="300" height="178" /></a></p>
<p>The images can be embedded into HTML as strings of characters (the Base 64 is an encoding used to prevent data loss).</p>
<p><strong>Duri.me allows for a straightforward way of implementing images directly into HTML, thereby reducing page load times.</strong></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/duri-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roadcrew.js</title>
		<link>http://edanhewitt.com/webdev/roadcrew-js/</link>
		<comments>http://edanhewitt.com/webdev/roadcrew-js/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 00:04:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=755</guid>
		<description><![CDATA[Roadcrew.js is a library that adds page switching capability to single-page web applications. Roadcrew can be paired with something like Apache Cordova to increase performance by removing the need to reload the page. Roadcrew has some nifty features, such as ‘intercepting pages’ — when a page is loaded, another one appears while it loads, and so [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://grobmeier.github.com/Roadcrew.js/"><strong>Roadcrew.js</strong></a> is a <strong>library that adds page switching capability to single-page web applications.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/roadcrew.jpg"><img class="attachment-medium" title="roadcrew" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/roadcrew-300x120.jpg" alt="roadcrew" width="300" height="120" /></a></p>
<p>Roadcrew can be paired with something like <a href="http://incubator.apache.org/cordova/">Apache Cordova</a> to increase performance by removing the need to reload the page.</p>
<p>Roadcrew has some nifty features, such as ‘intercepting pages’ — when a page is loaded, another one appears while it loads, and so on.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/roadcrew-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Auth</title>
		<link>http://edanhewitt.com/webdev/social-auth/</link>
		<comments>http://edanhewitt.com/webdev/social-auth/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 00:04:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=752</guid>
		<description><![CDATA[Social Auth is a social authentication solution based on social networks. Social Auth offers a convenient way for users to log in with social networks. Once the user has logged in, you can then store the information in a database. This solution can be developed on several apps and supports Twitter, Facebook and Google Plus.]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://docs.sonhlab.com/social-auth-for-php-app/"><strong>Social Auth</strong></a> is a <strong>social authentication solution based on social networks.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/socialauth.jpg"><img class="attachment-medium" title="socialauth" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/socialauth-300x148.jpg" alt="socialauth" width="300" height="148" /></a></p>
<p>Social Auth offers a convenient way for users to log in with social networks. Once the user has logged in, you can then store the information in a database.</p>
<p><strong>This solution can be developed on several apps and supports Twitter, Facebook and Google Plus.</strong></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/social-auth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Garlic.js</title>
		<link>http://edanhewitt.com/webdev/garlic-js/</link>
		<comments>http://edanhewitt.com/webdev/garlic-js/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 00:03:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=749</guid>
		<description><![CDATA[Garlic.js is a library that preserves form values locally with localStorage. The data stored locally is destroyed upon submitting the form. Browser support is admittedly scarce, but then again, the world has to move on. Garlic seems like the perfect plugin to implement in a forum/comment system — we’ve all had a time when we’ve [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://garlicjs.org/"><strong>Garlic.js</strong></a> is a <strong>library that preserves form values locally with localStorage.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/garlicjs.jpg"><img class="attachment-medium" title="garlicjs" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/garlicjs.jpg" alt="garlicjs" width="300" height="151" /></a></p>
<p>The data stored locally is destroyed upon submitting the form. Browser support is admittedly scarce, but then again, the world has to move on.</p>
<p><strong>Garlic seems like the perfect plugin to implement in a forum/comment system</strong> — we’ve all had a time when we’ve spilled our hearts out refuting a non-believer and the text becomes lost once we accidentally hit backspace out of the input context…</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/garlic-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Img jQuery plugin</title>
		<link>http://edanhewitt.com/webdev/responsive-img-jquery-plugin/</link>
		<comments>http://edanhewitt.com/webdev/responsive-img-jquery-plugin/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 00:02:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=746</guid>
		<description><![CDATA[Responsive Img is a jQuery plugin for adding responsive image capability to your designs. Responsive Img uses jQuery + a PHP file to resize images on the fly. There’s no need for extra HTML or CSS markup as the plugin is called upon images you want to be resizable. Alternatively, you can update the markup [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://responsiveimg.com/"><strong>Responsive Img</strong></a> is a <strong>jQuery plugin for adding responsive image capability to your designs.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/responsiveimg.jpg"><img class="attachment-medium" title="responsiveimg" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/responsiveimg-300x108.jpg" alt="responsiveimg" width="300" height="108" /></a><strong></strong></p>
<p><strong>Responsive Img uses jQuery + a PHP file to resize images on the fly</strong>. There’s no need for extra HTML or CSS markup as the plugin is called upon images you want to be resizable.</p>
<p>Alternatively, you can update the markup a bit to decrease page load times.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/responsive-img-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>500 Megabytes of Design Stuff In One Bundle — ByPeople</title>
		<link>http://edanhewitt.com/webdev/500-megabytes-of-design-stuff-in-one-bundle-bypeople/</link>
		<comments>http://edanhewitt.com/webdev/500-megabytes-of-design-stuff-in-one-bundle-bypeople/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 23:59:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=741</guid>
		<description><![CDATA[ByPeople, a design website yet to be released to the public, is giving away a huge pack of design goodies. The free stuff includes all things design: CV templates; divisors; textures; social icons; sliders; patterns; etc. Your email is requested, and they’ll probably send an email upon the website’s opening. It should be worth it, [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://www.bypeople.com/"><strong>ByPeople</strong></a>, a <strong>design website yet to be released to the public, is giving away a huge pack of design goodies.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/bypeople.jpg"><img class="attachment-medium" title="bypeople" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/bypeople-300x150.jpg" alt="bypeople" width="300" height="150" /></a></p>
<p><strong>The free stuff includes all things design: CV templates; divisors; textures; social icons; sliders; patterns; etc.</strong></p>
<p>Your email is requested, and they’ll probably send an email upon the website’s opening. It should be worth it, however.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/500-megabytes-of-design-stuff-in-one-bundle-bypeople/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://edanhewitt.com/webdev/735/</link>
		<comments>http://edanhewitt.com/webdev/735/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 23:58:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=735</guid>
		<description><![CDATA[Long Press is a jQuery plugin for easily adding ‘alternate key’ functionality to web inputs. The idea is the same like in iOS or Android, but with some nifty features that make it viable for the desktop. When the user holds a key for a longer amount of time, the above menu appears that can [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://toki-woki.net/lab/long-press/"><strong>Long Press</strong></a> is a <strong>jQuery plugin for easily adding ‘alternate key’ functionality to web inputs.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/longpress.jpg"><img class="attachment-medium" title="longpress" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/longpress-300x137.jpg" alt="longpress" width="300" height="137" /></a></p>
<p>The idea is the same like in iOS or Android, but with some nifty features that make it viable for the desktop.</p>
<p><strong>When the user holds a key for a longer amount of time, the above menu appears that can be controlled with arrow keys, the mousewheel or the mouse.</strong></p>
<p>This adds much-needed special character functionality to inputs, which is very welcome for international projects.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/735/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heyoffline.js</title>
		<link>http://edanhewitt.com/webdev/heyoffline-js/</link>
		<comments>http://edanhewitt.com/webdev/heyoffline-js/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 23:57:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=732</guid>
		<description><![CDATA[Heyoffline.js is a JavaScript library for warning your users when their connection is interrupted. It’s an MIT-licensed solution for notifying your users in case they go offline, so as to prevent them from losing something. Again, you can implement such a solution anywhere from forums to guestbooks and collaborative interfaces. Heyoffline is a stand-alone library.]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://oskarkrawczyk.github.com/heyoffline.js/"><strong>Heyoffline.js</strong></a> is a <strong>JavaScript library for warning your users when their connection is interrupted.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/heyoffline.jpg"><img class="attachment-medium" title="heyoffline" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/heyoffline-300x150.jpg" alt="heyoffline" width="300" height="150" /></a><strong></strong></p>
<p><strong>It’s an MIT-licensed solution for notifying your users in case they go offline, so as to prevent them from losing something.</strong></p>
<p>Again, you can implement such a solution anywhere from forums to guestbooks and collaborative interfaces. Heyoffline is a stand-alone library.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/heyoffline-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch Icons</title>
		<link>http://edanhewitt.com/webdev/batch-icons/</link>
		<comments>http://edanhewitt.com/webdev/batch-icons/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 23:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Handy]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=728</guid>
		<description><![CDATA[Batch is an icon set for web &#38; UI design full of good stuff you can use in any project. They’re available as PhotoShop shapes, so you can resize them without losses. These generic icons fit for anything from user interfaces to witty designs and, in the end, you may even do some artwork with [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://adamwhitcroft.com/batch/"><strong>Batch</strong></a> is an <strong>icon set for web &amp; UI design full of good stuff you can use in any project.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/batch.jpg"><img class="attachment-medium" title="batch" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/batch-300x116.jpg" alt="batch" width="300" height="116" /></a></p>
<p>They’re available as PhotoShop shapes, so you can resize them without losses.</p>
<p><strong>These generic icons fit for anything from user interfaces to witty designs</strong> and, in the end, you may even do some artwork with them — they’re free!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/batch-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presentz</title>
		<link>http://edanhewitt.com/webdev/presentz/</link>
		<comments>http://edanhewitt.com/webdev/presentz/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 23:55:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=724</guid>
		<description><![CDATA[Presentz is a JS library for syncing videos with slides. As of now, the plugin supports Vimeo, YouTube and custom videos, as well as Slideshare, Speakerdeck and RVL.io for presentations. While available as a library, you can use Presentz online as well — just log in at the library’s homepage.]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://presentz.org/"><strong>Presentz</strong></a> is a <strong>JS library for syncing videos with slides.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/presentz.jpg"><img class="attachment-medium" title="presentz" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/11/presentz.jpg" alt="presentz" width="300" height="184" /></a><strong></strong></p>
<p><strong>As of now, the plugin supports Vimeo, YouTube and custom videos, as well as Slideshare, Speakerdeck and RVL.io for presentations.</strong></p>
<p>While available as a library, you can use Presentz online as well — just log in at the library’s homepage.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/presentz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AppDotNet Post Link Extraction</title>
		<link>http://edanhewitt.com/webdev/appdotnet-post-link-extraction/</link>
		<comments>http://edanhewitt.com/webdev/appdotnet-post-link-extraction/#comments</comments>
		<pubDate>Tue, 06 Nov 2012 22:15:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Linkdumps]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=716</guid>
		<description><![CDATA[Recently my friend David noticed some of his ADN posts turning up as Google search entries. He wanted to make the process easier for GoogleBot to crawl his app.net posts, so he had to extract the post IDs somehow. Since all your app.net data is stored as JSON, it would then be feasible to extract [...]]]></description>
			<content:encoded><![CDATA[<p>Recently my friend David noticed some of his <a href="https://alpha.app.net/dh">ADN posts</a> turning up as Google search entries. He wanted to make the process easier for GoogleBot to crawl his app.net posts, so he had to extract the post IDs somehow.</p>
<p>Since all your <a href="https://alpha.app.net/dh">app.net</a> data is stored as JSON, it would then be feasible to extract the post IDs from that using some sort of selector engine.</p>
<p>We can then use the post IDs to build a list of crawlable links to be used by Google.</p>
<p>Luckily, we have JSON Select, for stripping out the other data we don&#8217;t need. In our case we are only going to be targeting a JSON value called <em>thread_id</em>. Here&#8217;s an example of JSON Select in action:</p>
<p><iframe style="width: 100%; height: 300px" src="http://jsfiddle.net/molokoloco/7PTAQ/embedded/" allowfullscreen="allowfullscreen" frameborder="0"></iframe></p>
<p>He used that fiddle as a base for <a href="http://davidhiggins.me/adn/">this program</a>.</p>
<p>The (now very old) <a href="http://davidhiggins.me/adn/data.js">app.net JSON file can be downloaded here</a>.</p>
<p>For this to work, he had to prepend:</p>
<p><strong>var jsonData = </strong></p>
<p>To the JSON file provided to me by app.net, and rename it to <em>data.js</em></p>
<p><a class="btn green freebie" href="http://davidhiggins.me/adn/">Run my ADN post links generator</a></p>
<p>Here are the app.net Post Links:</p>
<details>
<summary style="-moz-user-select: none;">Show the links</summary>
<p><a href="https://alpha.app.net/dh/post/1413344">https://alpha.app.net/dh/post/1413344</a><br /><a href="https://alpha.app.net/dh/post/1413317">https://alpha.app.net/dh/post/1413317</a><br /><a href="https://alpha.app.net/dh/post/1413085">https://alpha.app.net/dh/post/1413085</a><br /><a href="https://alpha.app.net/dh/post/1413078">https://alpha.app.net/dh/post/1413078</a><br /><a href="https://alpha.app.net/dh/post/1413074">https://alpha.app.net/dh/post/1413074</a><br /><a href="https://alpha.app.net/dh/post/1413069">https://alpha.app.net/dh/post/1413069</a><br /><a href="https://alpha.app.net/dh/post/1413065">https://alpha.app.net/dh/post/1413065</a><br /><a href="https://alpha.app.net/dh/post/1413063">https://alpha.app.net/dh/post/1413063</a><br /><a href="https://alpha.app.net/dh/post/1413060">https://alpha.app.net/dh/post/1413060</a><br /><a href="https://alpha.app.net/dh/post/1413038">https://alpha.app.net/dh/post/1413038</a><br /><a href="https://alpha.app.net/dh/post/1412854">https://alpha.app.net/dh/post/1412854</a><br /><a href="https://alpha.app.net/dh/post/1412667">https://alpha.app.net/dh/post/1412667</a><br /><a href="https://alpha.app.net/dh/post/1397984">https://alpha.app.net/dh/post/1397984</a><br /><a href="https://alpha.app.net/dh/post/1397172">https://alpha.app.net/dh/post/1397172</a><br /><a href="https://alpha.app.net/dh/post/1396235">https://alpha.app.net/dh/post/1396235</a><br /><a href="https://alpha.app.net/dh/post/1396217">https://alpha.app.net/dh/post/1396217</a><br /><a href="https://alpha.app.net/dh/post/1396207">https://alpha.app.net/dh/post/1396207</a><br /><a href="https://alpha.app.net/dh/post/1396183">https://alpha.app.net/dh/post/1396183</a><br /><a href="https://alpha.app.net/dh/post/1396044">https://alpha.app.net/dh/post/1396044</a><br /><a href="https://alpha.app.net/dh/post/1395959">https://alpha.app.net/dh/post/1395959</a><br /><a href="https://alpha.app.net/dh/post/1395932">https://alpha.app.net/dh/post/1395932</a><br /><a href="https://alpha.app.net/dh/post/1395864">https://alpha.app.net/dh/post/1395864</a><br /><a href="https://alpha.app.net/dh/post/1395517">https://alpha.app.net/dh/post/1395517</a><br /><a href="https://alpha.app.net/dh/post/1334798">https://alpha.app.net/dh/post/1334798</a><br /><a href="https://alpha.app.net/dh/post/1172385">https://alpha.app.net/dh/post/1172385</a><br /><a href="https://alpha.app.net/dh/post/1092598">https://alpha.app.net/dh/post/1092598</a><br /><a href="https://alpha.app.net/dh/post/964124">https://alpha.app.net/dh/post/964124</a><br /><a href="https://alpha.app.net/dh/post/963585">https://alpha.app.net/dh/post/963585</a><br /><a href="https://alpha.app.net/dh/post/905199">https://alpha.app.net/dh/post/905199</a><br /><a href="https://alpha.app.net/dh/post/903851">https://alpha.app.net/dh/post/903851</a><br /><a href="https://alpha.app.net/dh/post/903161">https://alpha.app.net/dh/post/903161</a><br /><a href="https://alpha.app.net/dh/post/902952">https://alpha.app.net/dh/post/902952</a><br /><a href="https://alpha.app.net/dh/post/902583">https://alpha.app.net/dh/post/902583</a><br /><a href="https://alpha.app.net/dh/post/902497">https://alpha.app.net/dh/post/902497</a><br /><a href="https://alpha.app.net/dh/post/902416">https://alpha.app.net/dh/post/902416</a><br /><a href="https://alpha.app.net/dh/post/900135">https://alpha.app.net/dh/post/900135</a><br /><a href="https://alpha.app.net/dh/post/891429">https://alpha.app.net/dh/post/891429</a><br /><a href="https://alpha.app.net/dh/post/891388">https://alpha.app.net/dh/post/891388</a><br /><a href="https://alpha.app.net/dh/post/890323">https://alpha.app.net/dh/post/890323</a><br /><a href="https://alpha.app.net/dh/post/889035">https://alpha.app.net/dh/post/889035</a><br /><a href="https://alpha.app.net/dh/post/887373">https://alpha.app.net/dh/post/887373</a><br /><a href="https://alpha.app.net/dh/post/886096">https://alpha.app.net/dh/post/886096</a><br /><a href="https://alpha.app.net/dh/post/884605">https://alpha.app.net/dh/post/884605</a><br /><a href="https://alpha.app.net/dh/post/884342">https://alpha.app.net/dh/post/884342</a><br /><a href="https://alpha.app.net/dh/post/884247">https://alpha.app.net/dh/post/884247</a><br /><a href="https://alpha.app.net/dh/post/882953">https://alpha.app.net/dh/post/882953</a><br /><a href="https://alpha.app.net/dh/post/881207">https://alpha.app.net/dh/post/881207</a><br /><a href="https://alpha.app.net/dh/post/880997">https://alpha.app.net/dh/post/880997</a><br /><a href="https://alpha.app.net/dh/post/880879">https://alpha.app.net/dh/post/880879</a><br /><a href="https://alpha.app.net/dh/post/880771">https://alpha.app.net/dh/post/880771</a><br /><a href="https://alpha.app.net/dh/post/879583">https://alpha.app.net/dh/post/879583</a><br /><a href="https://alpha.app.net/dh/post/878650">https://alpha.app.net/dh/post/878650</a><br /><a href="https://alpha.app.net/dh/post/877186">https://alpha.app.net/dh/post/877186</a><br /><a href="https://alpha.app.net/dh/post/876430">https://alpha.app.net/dh/post/876430</a><br /><a href="https://alpha.app.net/dh/post/876215">https://alpha.app.net/dh/post/876215</a><br /><a href="https://alpha.app.net/dh/post/875881">https://alpha.app.net/dh/post/875881</a><br /><a href="https://alpha.app.net/dh/post/875806">https://alpha.app.net/dh/post/875806</a><br /><a href="https://alpha.app.net/dh/post/875709">https://alpha.app.net/dh/post/875709</a><br /><a href="https://alpha.app.net/dh/post/873146">https://alpha.app.net/dh/post/873146</a><br /><a href="https://alpha.app.net/dh/post/872983">https://alpha.app.net/dh/post/872983</a><br /><a href="https://alpha.app.net/dh/post/864404">https://alpha.app.net/dh/post/864404</a><br /><a href="https://alpha.app.net/dh/post/864347">https://alpha.app.net/dh/post/864347</a><br /><a href="https://alpha.app.net/dh/post/863272">https://alpha.app.net/dh/post/863272</a><br /><a href="https://alpha.app.net/dh/post/861764">https://alpha.app.net/dh/post/861764</a><br /><a href="https://alpha.app.net/dh/post/859993">https://alpha.app.net/dh/post/859993</a><br /><a href="https://alpha.app.net/dh/post/858669">https://alpha.app.net/dh/post/858669</a><br /><a href="https://alpha.app.net/dh/post/857038">https://alpha.app.net/dh/post/857038</a><br /><a href="https://alpha.app.net/dh/post/856751">https://alpha.app.net/dh/post/856751</a><br /><a href="https://alpha.app.net/dh/post/856671">https://alpha.app.net/dh/post/856671</a><br /><a href="https://alpha.app.net/dh/post/855763">https://alpha.app.net/dh/post/855763</a><br /><a href="https://alpha.app.net/dh/post/855454">https://alpha.app.net/dh/post/855454</a><br /><a href="https://alpha.app.net/dh/post/853989">https://alpha.app.net/dh/post/853989</a><br /><a href="https://alpha.app.net/dh/post/853642">https://alpha.app.net/dh/post/853642</a><br /><a href="https://alpha.app.net/dh/post/853308">https://alpha.app.net/dh/post/853308</a><br /><a href="https://alpha.app.net/dh/post/853172">https://alpha.app.net/dh/post/853172</a><br /><a href="https://alpha.app.net/dh/post/851907">https://alpha.app.net/dh/post/851907</a><br /><a href="https://alpha.app.net/dh/post/850765">https://alpha.app.net/dh/post/850765</a><br /><a href="https://alpha.app.net/dh/post/849430">https://alpha.app.net/dh/post/849430</a><br /><a href="https://alpha.app.net/dh/post/848634">https://alpha.app.net/dh/post/848634</a><br /><a href="https://alpha.app.net/dh/post/848456">https://alpha.app.net/dh/post/848456</a><br /><a href="https://alpha.app.net/dh/post/848086">https://alpha.app.net/dh/post/848086</a><br /><a href="https://alpha.app.net/dh/post/847984">https://alpha.app.net/dh/post/847984</a><br /><a href="https://alpha.app.net/dh/post/847866">https://alpha.app.net/dh/post/847866</a><br /><a href="https://alpha.app.net/dh/post/844868">https://alpha.app.net/dh/post/844868</a><br /><a href="https://alpha.app.net/dh/post/841804">https://alpha.app.net/dh/post/841804</a><br /><a href="https://alpha.app.net/dh/post/834134">https://alpha.app.net/dh/post/834134</a><br /><a href="https://alpha.app.net/dh/post/834087">https://alpha.app.net/dh/post/834087</a><br /><a href="https://alpha.app.net/dh/post/832837">https://alpha.app.net/dh/post/832837</a><br /><a href="https://alpha.app.net/dh/post/831182">https://alpha.app.net/dh/post/831182</a><br /><a href="https://alpha.app.net/dh/post/829189">https://alpha.app.net/dh/post/829189</a><br /><a href="https://alpha.app.net/dh/post/827690">https://alpha.app.net/dh/post/827690</a><br /><a href="https://alpha.app.net/dh/post/826171">https://alpha.app.net/dh/post/826171</a><br /><a href="https://alpha.app.net/dh/post/825904">https://alpha.app.net/dh/post/825904</a><br /><a href="https://alpha.app.net/dh/post/825814">https://alpha.app.net/dh/post/825814</a><br /><a href="https://alpha.app.net/dh/post/824759">https://alpha.app.net/dh/post/824759</a><br /><a href="https://alpha.app.net/dh/post/823208">https://alpha.app.net/dh/post/823208</a><br /><a href="https://alpha.app.net/dh/post/822922">https://alpha.app.net/dh/post/822922</a><br /><a href="https://alpha.app.net/dh/post/822783">https://alpha.app.net/dh/post/822783</a><br /><a href="https://alpha.app.net/dh/post/821509">https://alpha.app.net/dh/post/821509</a><br /><a href="https://alpha.app.net/dh/post/821505">https://alpha.app.net/dh/post/821505</a><br /><a href="https://alpha.app.net/dh/post/820354">https://alpha.app.net/dh/post/820354</a><br /><a href="https://alpha.app.net/dh/post/818847">https://alpha.app.net/dh/post/818847</a><br /><a href="https://alpha.app.net/dh/post/817974">https://alpha.app.net/dh/post/817974</a><br /><a href="https://alpha.app.net/dh/post/817771">https://alpha.app.net/dh/post/817771</a><br /><a href="https://alpha.app.net/dh/post/817374">https://alpha.app.net/dh/post/817374</a><br /><a href="https://alpha.app.net/dh/post/817295">https://alpha.app.net/dh/post/817295</a><br /><a href="https://alpha.app.net/dh/post/817188">https://alpha.app.net/dh/post/817188</a><br /><a href="https://alpha.app.net/dh/post/814399">https://alpha.app.net/dh/post/814399</a><br /><a href="https://alpha.app.net/dh/post/42309">https://alpha.app.net/dh/post/42309</a><br /><a href="https://alpha.app.net/dh/post/766977">https://alpha.app.net/dh/post/766977</a><br /><a href="https://alpha.app.net/dh/post/731808">https://alpha.app.net/dh/post/731808</a><br /><a href="https://alpha.app.net/dh/post/726383">https://alpha.app.net/dh/post/726383</a><br /><a href="https://alpha.app.net/dh/post/726228">https://alpha.app.net/dh/post/726228</a><br /><a href="https://alpha.app.net/dh/post/726076">https://alpha.app.net/dh/post/726076</a><br /><a href="https://alpha.app.net/dh/post/722293">https://alpha.app.net/dh/post/722293</a><br /><a href="https://alpha.app.net/dh/post/709110">https://alpha.app.net/dh/post/709110</a><br /><a href="https://alpha.app.net/dh/post/709043">https://alpha.app.net/dh/post/709043</a><br /><a href="https://alpha.app.net/dh/post/707126">https://alpha.app.net/dh/post/707126</a><br /><a href="https://alpha.app.net/dh/post/706097">https://alpha.app.net/dh/post/706097</a><br /><a href="https://alpha.app.net/dh/post/705114">https://alpha.app.net/dh/post/705114</a><br /><a href="https://alpha.app.net/dh/post/704741">https://alpha.app.net/dh/post/704741</a><br /><a href="https://alpha.app.net/dh/post/701662">https://alpha.app.net/dh/post/701662</a><br /><a href="https://alpha.app.net/dh/post/647244">https://alpha.app.net/dh/post/647244</a><br /><a href="https://alpha.app.net/dh/post/618854">https://alpha.app.net/dh/post/618854</a><br /><a href="https://alpha.app.net/dh/post/699461">https://alpha.app.net/dh/post/699461</a><br /><a href="https://alpha.app.net/dh/post/697014">https://alpha.app.net/dh/post/697014</a><br /><a href="https://alpha.app.net/dh/post/696570">https://alpha.app.net/dh/post/696570</a><br /><a href="https://alpha.app.net/dh/post/696421">https://alpha.app.net/dh/post/696421</a><br /><a href="https://alpha.app.net/dh/post/694381">https://alpha.app.net/dh/post/694381</a><br /><a href="https://alpha.app.net/dh/post/691586">https://alpha.app.net/dh/post/691586</a><br /><a href="https://alpha.app.net/dh/post/691356">https://alpha.app.net/dh/post/691356</a><br /><a href="https://alpha.app.net/dh/post/690803">https://alpha.app.net/dh/post/690803</a><br /><a href="https://alpha.app.net/dh/post/690599">https://alpha.app.net/dh/post/690599</a><br /><a href="https://alpha.app.net/dh/post/688519">https://alpha.app.net/dh/post/688519</a><br /><a href="https://alpha.app.net/dh/post/686363">https://alpha.app.net/dh/post/686363</a><br /><a href="https://alpha.app.net/dh/post/683765">https://alpha.app.net/dh/post/683765</a><br /><a href="https://alpha.app.net/dh/post/682282">https://alpha.app.net/dh/post/682282</a><br /><a href="https://alpha.app.net/dh/post/681831">https://alpha.app.net/dh/post/681831</a><br /><a href="https://alpha.app.net/dh/post/681095">https://alpha.app.net/dh/post/681095</a><br /><a href="https://alpha.app.net/dh/post/680914">https://alpha.app.net/dh/post/680914</a><br /><a href="https://alpha.app.net/dh/post/680731">https://alpha.app.net/dh/post/680731</a><br /><a href="https://alpha.app.net/dh/post/675856">https://alpha.app.net/dh/post/675856</a><br /><a href="https://alpha.app.net/dh/post/656622">https://alpha.app.net/dh/post/656622</a><br /><a href="https://alpha.app.net/dh/post/656525">https://alpha.app.net/dh/post/656525</a><br /><a href="https://alpha.app.net/dh/post/656125">https://alpha.app.net/dh/post/656125</a><br /><a href="https://alpha.app.net/dh/post/653975">https://alpha.app.net/dh/post/653975</a><br /><a href="https://alpha.app.net/dh/post/650303">https://alpha.app.net/dh/post/650303</a><br /><a href="https://alpha.app.net/dh/post/647868">https://alpha.app.net/dh/post/647868</a><br /><a href="https://alpha.app.net/dh/post/646901">https://alpha.app.net/dh/post/646901</a><br /><a href="https://alpha.app.net/dh/post/645947">https://alpha.app.net/dh/post/645947</a><br /><a href="https://alpha.app.net/dh/post/642438">https://alpha.app.net/dh/post/642438</a><br /><a href="https://alpha.app.net/dh/post/637666">https://alpha.app.net/dh/post/637666</a><br /><a href="https://alpha.app.net/dh/post/636914">https://alpha.app.net/dh/post/636914</a><br /><a href="https://alpha.app.net/dh/post/636651">https://alpha.app.net/dh/post/636651</a><br /><a href="https://alpha.app.net/dh/post/633292">https://alpha.app.net/dh/post/633292</a><br /><a href="https://alpha.app.net/dh/post/631356">https://alpha.app.net/dh/post/631356</a><br /><a href="https://alpha.app.net/dh/post/631314">https://alpha.app.net/dh/post/631314</a><br /><a href="https://alpha.app.net/dh/post/631025">https://alpha.app.net/dh/post/631025</a><br /><a href="https://alpha.app.net/dh/post/630900">https://alpha.app.net/dh/post/630900</a><br /><a href="https://alpha.app.net/dh/post/629736">https://alpha.app.net/dh/post/629736</a><br /><a href="https://alpha.app.net/dh/post/628659">https://alpha.app.net/dh/post/628659</a><br /><a href="https://alpha.app.net/dh/post/627183">https://alpha.app.net/dh/post/627183</a><br /><a href="https://alpha.app.net/dh/post/626633">https://alpha.app.net/dh/post/626633</a><br /><a href="https://alpha.app.net/dh/post/626529">https://alpha.app.net/dh/post/626529</a><br /><a href="https://alpha.app.net/dh/post/626305">https://alpha.app.net/dh/post/626305</a><br /><a href="https://alpha.app.net/dh/post/626254">https://alpha.app.net/dh/post/626254</a><br /><a href="https://alpha.app.net/dh/post/626182">https://alpha.app.net/dh/post/626182</a><br /><a href="https://alpha.app.net/dh/post/624396">https://alpha.app.net/dh/post/624396</a><br /><a href="https://alpha.app.net/dh/post/618854">https://alpha.app.net/dh/post/618854</a><br /><a href="https://alpha.app.net/dh/post/618582">https://alpha.app.net/dh/post/618582</a><br /><a href="https://alpha.app.net/dh/post/618549">https://alpha.app.net/dh/post/618549</a><br /><a href="https://alpha.app.net/dh/post/617707">https://alpha.app.net/dh/post/617707</a><br /><a href="https://alpha.app.net/dh/post/616772">https://alpha.app.net/dh/post/616772</a><br /><a href="https://alpha.app.net/dh/post/615729">https://alpha.app.net/dh/post/615729</a><br /><a href="https://alpha.app.net/dh/post/614966">https://alpha.app.net/dh/post/614966</a><br /><a href="https://alpha.app.net/dh/post/614093">https://alpha.app.net/dh/post/614093</a><br /><a href="https://alpha.app.net/dh/post/613921">https://alpha.app.net/dh/post/613921</a><br /><a href="https://alpha.app.net/dh/post/613904">https://alpha.app.net/dh/post/613904</a><br /><a href="https://alpha.app.net/dh/post/613836">https://alpha.app.net/dh/post/613836</a><br /><a href="https://alpha.app.net/dh/post/612991">https://alpha.app.net/dh/post/612991</a><br /><a href="https://alpha.app.net/dh/post/612001">https://alpha.app.net/dh/post/612001</a><br /><a href="https://alpha.app.net/dh/post/611809">https://alpha.app.net/dh/post/611809</a><br /><a href="https://alpha.app.net/dh/post/611743">https://alpha.app.net/dh/post/611743</a><br /><a href="https://alpha.app.net/dh/post/610911">https://alpha.app.net/dh/post/610911</a><br /><a href="https://alpha.app.net/dh/post/610046">https://alpha.app.net/dh/post/610046</a><br /><a href="https://alpha.app.net/dh/post/609156">https://alpha.app.net/dh/post/609156</a><br /><a href="https://alpha.app.net/dh/post/608552">https://alpha.app.net/dh/post/608552</a><br /><a href="https://alpha.app.net/dh/post/608441">https://alpha.app.net/dh/post/608441</a><br /><a href="https://alpha.app.net/dh/post/608237">https://alpha.app.net/dh/post/608237</a><br /><a href="https://alpha.app.net/dh/post/608174">https://alpha.app.net/dh/post/608174</a><br /><a href="https://alpha.app.net/dh/post/608111">https://alpha.app.net/dh/post/608111</a><br /><a href="https://alpha.app.net/dh/post/606427">https://alpha.app.net/dh/post/606427</a><br /><a href="https://alpha.app.net/dh/post/581379">https://alpha.app.net/dh/post/581379</a><br /><a href="https://alpha.app.net/dh/post/581366">https://alpha.app.net/dh/post/581366</a><br /><a href="https://alpha.app.net/dh/post/581080">https://alpha.app.net/dh/post/581080</a><br /><a href="https://alpha.app.net/dh/post/580654">https://alpha.app.net/dh/post/580654</a><br /><a href="https://alpha.app.net/dh/post/580180">https://alpha.app.net/dh/post/580180</a><br /><a href="https://alpha.app.net/dh/post/579752">https://alpha.app.net/dh/post/579752</a><br /><a href="https://alpha.app.net/dh/post/579090">https://alpha.app.net/dh/post/579090</a><br /><a href="https://alpha.app.net/dh/post/579008">https://alpha.app.net/dh/post/579008</a><br /><a href="https://alpha.app.net/dh/post/578968">https://alpha.app.net/dh/post/578968</a><br /><a href="https://alpha.app.net/dh/post/578579">https://alpha.app.net/dh/post/578579</a><br /><a href="https://alpha.app.net/dh/post/577967">https://alpha.app.net/dh/post/577967</a><br /><a href="https://alpha.app.net/dh/post/577838">https://alpha.app.net/dh/post/577838</a><br /><a href="https://alpha.app.net/dh/post/577767">https://alpha.app.net/dh/post/577767</a><br /><a href="https://alpha.app.net/dh/post/577331">https://alpha.app.net/dh/post/577331</a><br /><a href="https://alpha.app.net/dh/post/576913">https://alpha.app.net/dh/post/576913</a><br /><a href="https://alpha.app.net/dh/post/576538">https://alpha.app.net/dh/post/576538</a><br /><a href="https://alpha.app.net/dh/post/576310">https://alpha.app.net/dh/post/576310</a><br /><a href="https://alpha.app.net/dh/post/576230">https://alpha.app.net/dh/post/576230</a><br /><a href="https://alpha.app.net/dh/post/576061">https://alpha.app.net/dh/post/576061</a><br /><a href="https://alpha.app.net/dh/post/576021">https://alpha.app.net/dh/post/576021</a><br /><a href="https://alpha.app.net/dh/post/575985">https://alpha.app.net/dh/post/575985</a><br /><a href="https://alpha.app.net/dh/post/575199">https://alpha.app.net/dh/post/575199</a><br /><a href="https://alpha.app.net/dh/post/570298">https://alpha.app.net/dh/post/570298</a><br /><a href="https://alpha.app.net/dh/post/571435">https://alpha.app.net/dh/post/571435</a><br /><a href="https://alpha.app.net/dh/post/571407">https://alpha.app.net/dh/post/571407</a><br /><a href="https://alpha.app.net/dh/post/570914">https://alpha.app.net/dh/post/570914</a><br /><a href="https://alpha.app.net/dh/post/570413">https://alpha.app.net/dh/post/570413</a><br /><a href="https://alpha.app.net/dh/post/570298">https://alpha.app.net/dh/post/570298</a><br /><a href="https://alpha.app.net/dh/post/569865">https://alpha.app.net/dh/post/569865</a><br /><a href="https://alpha.app.net/dh/post/569400">https://alpha.app.net/dh/post/569400</a><br /><a href="https://alpha.app.net/dh/post/569307">https://alpha.app.net/dh/post/569307</a><br /><a href="https://alpha.app.net/dh/post/568840">https://alpha.app.net/dh/post/568840</a><br /><a href="https://alpha.app.net/dh/post/568766">https://alpha.app.net/dh/post/568766</a><br /><a href="https://alpha.app.net/dh/post/568738">https://alpha.app.net/dh/post/568738</a><br /><a href="https://alpha.app.net/dh/post/568279">https://alpha.app.net/dh/post/568279</a><br /><a href="https://alpha.app.net/dh/post/567635">https://alpha.app.net/dh/post/567635</a><br /><a href="https://alpha.app.net/dh/post/567538">https://alpha.app.net/dh/post/567538</a><br /><a href="https://alpha.app.net/dh/post/567486">https://alpha.app.net/dh/post/567486</a><br /><a href="https://alpha.app.net/dh/post/567057">https://alpha.app.net/dh/post/567057</a><br /><a href="https://alpha.app.net/dh/post/566665">https://alpha.app.net/dh/post/566665</a><br /><a href="https://alpha.app.net/dh/post/566193">https://alpha.app.net/dh/post/566193</a><br /><a href="https://alpha.app.net/dh/post/565965">https://alpha.app.net/dh/post/565965</a><br /><a href="https://alpha.app.net/dh/post/565911">https://alpha.app.net/dh/post/565911</a><br /><a href="https://alpha.app.net/dh/post/565782">https://alpha.app.net/dh/post/565782</a><br /><a href="https://alpha.app.net/dh/post/565755">https://alpha.app.net/dh/post/565755</a><br /><a href="https://alpha.app.net/dh/post/565730">https://alpha.app.net/dh/post/565730</a><br /><a href="https://alpha.app.net/dh/post/564806">https://alpha.app.net/dh/post/564806</a><br /><a href="https://alpha.app.net/dh/post/564779">https://alpha.app.net/dh/post/564779</a><br /><a href="https://alpha.app.net/dh/post/561367">https://alpha.app.net/dh/post/561367</a><br /><a href="https://alpha.app.net/dh/post/561352">https://alpha.app.net/dh/post/561352</a><br /><a href="https://alpha.app.net/dh/post/560958">https://alpha.app.net/dh/post/560958</a><br /><a href="https://alpha.app.net/dh/post/560272">https://alpha.app.net/dh/post/560272</a><br /><a href="https://alpha.app.net/dh/post/560222">https://alpha.app.net/dh/post/560222</a><br /><a href="https://alpha.app.net/dh/post/559304">https://alpha.app.net/dh/post/559304</a><br /><a href="https://alpha.app.net/dh/post/558632">https://alpha.app.net/dh/post/558632</a><br /><a href="https://alpha.app.net/dh/post/557918">https://alpha.app.net/dh/post/557918</a><br /><a href="https://alpha.app.net/dh/post/557780">https://alpha.app.net/dh/post/557780</a><br /><a href="https://alpha.app.net/dh/post/557733">https://alpha.app.net/dh/post/557733</a><br /><a href="https://alpha.app.net/dh/post/557167">https://alpha.app.net/dh/post/557167</a><br /><a href="https://alpha.app.net/dh/post/556307">https://alpha.app.net/dh/post/556307</a><br /><a href="https://alpha.app.net/dh/post/556128">https://alpha.app.net/dh/post/556128</a><br /><a href="https://alpha.app.net/dh/post/556069">https://alpha.app.net/dh/post/556069</a><br /><a href="https://alpha.app.net/dh/post/555983">https://alpha.app.net/dh/post/555983</a><br /><a href="https://alpha.app.net/dh/post/555465">https://alpha.app.net/dh/post/555465</a><br /><a href="https://alpha.app.net/dh/post/555034">https://alpha.app.net/dh/post/555034</a><br /><a href="https://alpha.app.net/dh/post/554459">https://alpha.app.net/dh/post/554459</a><br /><a href="https://alpha.app.net/dh/post/554115">https://alpha.app.net/dh/post/554115</a><br /><a href="https://alpha.app.net/dh/post/554029">https://alpha.app.net/dh/post/554029</a><br /><a href="https://alpha.app.net/dh/post/553866">https://alpha.app.net/dh/post/553866</a><br /><a href="https://alpha.app.net/dh/post/553842">https://alpha.app.net/dh/post/553842</a><br /><a href="https://alpha.app.net/dh/post/553805">https://alpha.app.net/dh/post/553805</a><br /><a href="https://alpha.app.net/dh/post/552863">https://alpha.app.net/dh/post/552863</a><br /><a href="https://alpha.app.net/dh/post/549936">https://alpha.app.net/dh/post/549936</a><br /><a href="https://alpha.app.net/dh/post/549338">https://alpha.app.net/dh/post/549338</a><br /><a href="https://alpha.app.net/dh/post/549321">https://alpha.app.net/dh/post/549321</a><br /><a href="https://alpha.app.net/dh/post/548928">https://alpha.app.net/dh/post/548928</a><br /><a href="https://alpha.app.net/dh/post/548280">https://alpha.app.net/dh/post/548280</a><br /><a href="https://alpha.app.net/dh/post/547557">https://alpha.app.net/dh/post/547557</a><br /><a href="https://alpha.app.net/dh/post/546930">https://alpha.app.net/dh/post/546930</a><br /><a href="https://alpha.app.net/dh/post/546349">https://alpha.app.net/dh/post/546349</a><br /><a href="https://alpha.app.net/dh/post/546243">https://alpha.app.net/dh/post/546243</a><br /><a href="https://alpha.app.net/dh/post/546202">https://alpha.app.net/dh/post/546202</a><br /><a href="https://alpha.app.net/dh/post/545676">https://alpha.app.net/dh/post/545676</a><br /><a href="https://alpha.app.net/dh/post/544948">https://alpha.app.net/dh/post/544948</a><br /><a href="https://alpha.app.net/dh/post/544804">https://alpha.app.net/dh/post/544804</a><br /><a href="https://alpha.app.net/dh/post/544738">https://alpha.app.net/dh/post/544738</a><br /><a href="https://alpha.app.net/dh/post/544185">https://alpha.app.net/dh/post/544185</a><br /><a href="https://alpha.app.net/dh/post/543678">https://alpha.app.net/dh/post/543678</a><br /><a href="https://alpha.app.net/dh/post/543174">https://alpha.app.net/dh/post/543174</a><br /><a href="https://alpha.app.net/dh/post/542906">https://alpha.app.net/dh/post/542906</a><br /><a href="https://alpha.app.net/dh/post/542811">https://alpha.app.net/dh/post/542811</a><br /><a href="https://alpha.app.net/dh/post/542679">https://alpha.app.net/dh/post/542679</a><br /><a href="https://alpha.app.net/dh/post/542644">https://alpha.app.net/dh/post/542644</a><br /><a href="https://alpha.app.net/dh/post/542600">https://alpha.app.net/dh/post/542600</a><br /><a href="https://alpha.app.net/dh/post/541634">https://alpha.app.net/dh/post/541634</a><br /><a href="https://alpha.app.net/dh/post/537814">https://alpha.app.net/dh/post/537814</a><br /><a href="https://alpha.app.net/dh/post/537789">https://alpha.app.net/dh/post/537789</a><br /><a href="https://alpha.app.net/dh/post/537233">https://alpha.app.net/dh/post/537233</a><br /><a href="https://alpha.app.net/dh/post/536380">https://alpha.app.net/dh/post/536380</a><br /><a href="https://alpha.app.net/dh/post/535566">https://alpha.app.net/dh/post/535566</a><br /><a href="https://alpha.app.net/dh/post/535155">https://alpha.app.net/dh/post/535155</a><br /><a href="https://alpha.app.net/dh/post/534506">https://alpha.app.net/dh/post/534506</a><br /><a href="https://alpha.app.net/dh/post/534424">https://alpha.app.net/dh/post/534424</a><br /><a href="https://alpha.app.net/dh/post/534391">https://alpha.app.net/dh/post/534391</a><br /><a href="https://alpha.app.net/dh/post/533952">https://alpha.app.net/dh/post/533952</a><br /><a href="https://alpha.app.net/dh/post/533220">https://alpha.app.net/dh/post/533220</a><br /><a href="https://alpha.app.net/dh/post/533122">https://alpha.app.net/dh/post/533122</a><br /><a href="https://alpha.app.net/dh/post/533077">https://alpha.app.net/dh/post/533077</a><br /><a href="https://alpha.app.net/dh/post/532571">https://alpha.app.net/dh/post/532571</a><br /><a href="https://alpha.app.net/dh/post/532137">https://alpha.app.net/dh/post/532137</a><br /><a href="https://alpha.app.net/dh/post/531640">https://alpha.app.net/dh/post/531640</a><br /><a href="https://alpha.app.net/dh/post/531380">https://alpha.app.net/dh/post/531380</a><br /><a href="https://alpha.app.net/dh/post/531297">https://alpha.app.net/dh/post/531297</a><br /><a href="https://alpha.app.net/dh/post/531165">https://alpha.app.net/dh/post/531165</a><br /><a href="https://alpha.app.net/dh/post/531140">https://alpha.app.net/dh/post/531140</a><br /><a href="https://alpha.app.net/dh/post/531117">https://alpha.app.net/dh/post/531117</a><br /><a href="https://alpha.app.net/dh/post/530280">https://alpha.app.net/dh/post/530280</a><br /><a href="https://alpha.app.net/dh/post/523081">https://alpha.app.net/dh/post/523081</a><br /><a href="https://alpha.app.net/dh/post/527179">https://alpha.app.net/dh/post/527179</a><br /><a href="https://alpha.app.net/dh/post/527163">https://alpha.app.net/dh/post/527163</a><br /><a href="https://alpha.app.net/dh/post/526837">https://alpha.app.net/dh/post/526837</a><br /><a href="https://alpha.app.net/dh/post/526259">https://alpha.app.net/dh/post/526259</a><br /><a href="https://alpha.app.net/dh/post/525644">https://alpha.app.net/dh/post/525644</a><br /><a href="https://alpha.app.net/dh/post/525159">https://alpha.app.net/dh/post/525159</a><br /><a href="https://alpha.app.net/dh/post/524722">https://alpha.app.net/dh/post/524722</a><br /><a href="https://alpha.app.net/dh/post/524716">https://alpha.app.net/dh/post/524716</a><br /><a href="https://alpha.app.net/dh/post/524606">https://alpha.app.net/dh/post/524606</a><br /><a href="https://alpha.app.net/dh/post/524582">https://alpha.app.net/dh/post/524582</a><br /><a href="https://alpha.app.net/dh/post/524161">https://alpha.app.net/dh/post/524161</a><br /><a href="https://alpha.app.net/dh/post/523548">https://alpha.app.net/dh/post/523548</a><br /><a href="https://alpha.app.net/dh/post/523446">https://alpha.app.net/dh/post/523446</a><br /><a href="https://alpha.app.net/dh/post/523415">https://alpha.app.net/dh/post/523415</a><br /><a href="https://alpha.app.net/dh/post/523081">https://alpha.app.net/dh/post/523081</a><br /><a href="https://alpha.app.net/dh/post/523071">https://alpha.app.net/dh/post/523071</a><br /><a href="https://alpha.app.net/dh/post/522800">https://alpha.app.net/dh/post/522800</a><br /><a href="https://alpha.app.net/dh/post/522669">https://alpha.app.net/dh/post/522669</a><br /><a href="https://alpha.app.net/dh/post/522185">https://alpha.app.net/dh/post/522185</a><br /><a href="https://alpha.app.net/dh/post/521946">https://alpha.app.net/dh/post/521946</a><br /><a href="https://alpha.app.net/dh/post/521902">https://alpha.app.net/dh/post/521902</a><br /><a href="https://alpha.app.net/dh/post/521774">https://alpha.app.net/dh/post/521774</a><br /><a href="https://alpha.app.net/dh/post/521745">https://alpha.app.net/dh/post/521745</a><br /><a href="https://alpha.app.net/dh/post/521716">https://alpha.app.net/dh/post/521716</a><br /><a href="https://alpha.app.net/dh/post/520810">https://alpha.app.net/dh/post/520810</a><br /><a href="https://alpha.app.net/dh/post/518770">https://alpha.app.net/dh/post/518770</a><br /><a href="https://alpha.app.net/dh/post/518618">https://alpha.app.net/dh/post/518618</a><br /><a href="https://alpha.app.net/dh/post/518611">https://alpha.app.net/dh/post/518611</a><br /><a href="https://alpha.app.net/dh/post/518366">https://alpha.app.net/dh/post/518366</a><br /><a href="https://alpha.app.net/dh/post/518001">https://alpha.app.net/dh/post/518001</a><br /><a href="https://alpha.app.net/dh/post/517456">https://alpha.app.net/dh/post/517456</a><br /><a href="https://alpha.app.net/dh/post/517062">https://alpha.app.net/dh/post/517062</a><br /><a href="https://alpha.app.net/dh/post/516476">https://alpha.app.net/dh/post/516476</a><br /><a href="https://alpha.app.net/dh/post/516382">https://alpha.app.net/dh/post/516382</a><br /><a href="https://alpha.app.net/dh/post/516350">https://alpha.app.net/dh/post/516350</a><br /><a href="https://alpha.app.net/dh/post/515961">https://alpha.app.net/dh/post/515961</a><br /><a href="https://alpha.app.net/dh/post/515541">https://alpha.app.net/dh/post/515541</a><br /><a href="https://alpha.app.net/dh/post/515447">https://alpha.app.net/dh/post/515447</a><br /><a href="https://alpha.app.net/dh/post/515419">https://alpha.app.net/dh/post/515419</a><br /><a href="https://alpha.app.net/dh/post/515119">https://alpha.app.net/dh/post/515119</a><br /><a href="https://alpha.app.net/dh/post/514853">https://alpha.app.net/dh/post/514853</a><br /><a href="https://alpha.app.net/dh/post/514542">https://alpha.app.net/dh/post/514542</a><br /><a href="https://alpha.app.net/dh/post/514538">https://alpha.app.net/dh/post/514538</a><br /><a href="https://alpha.app.net/dh/post/514357">https://alpha.app.net/dh/post/514357</a><br /><a href="https://alpha.app.net/dh/post/514270">https://alpha.app.net/dh/post/514270</a><br /><a href="https://alpha.app.net/dh/post/514168">https://alpha.app.net/dh/post/514168</a><br /><a href="https://alpha.app.net/dh/post/514154">https://alpha.app.net/dh/post/514154</a><br /><a href="https://alpha.app.net/dh/post/514129">https://alpha.app.net/dh/post/514129</a><br /><a href="https://alpha.app.net/dh/post/513432">https://alpha.app.net/dh/post/513432</a><br /><a href="https://alpha.app.net/dh/post/511034">https://alpha.app.net/dh/post/511034</a><br /><a href="https://alpha.app.net/dh/post/511013">https://alpha.app.net/dh/post/511013</a><br /><a href="https://alpha.app.net/dh/post/510252">https://alpha.app.net/dh/post/510252</a><br /><a href="https://alpha.app.net/dh/post/510711">https://alpha.app.net/dh/post/510711</a><br /><a href="https://alpha.app.net/dh/post/510346">https://alpha.app.net/dh/post/510346</a><br /><a href="https://alpha.app.net/dh/post/510252">https://alpha.app.net/dh/post/510252</a><br /><a href="https://alpha.app.net/dh/post/498825">https://alpha.app.net/dh/post/498825</a><br /><a href="https://alpha.app.net/dh/post/509795">https://alpha.app.net/dh/post/509795</a><br /><a href="https://alpha.app.net/dh/post/509383">https://alpha.app.net/dh/post/509383</a><br /><a href="https://alpha.app.net/dh/post/508833">https://alpha.app.net/dh/post/508833</a><br /><a href="https://alpha.app.net/dh/post/508744">https://alpha.app.net/dh/post/508744</a><br /><a href="https://alpha.app.net/dh/post/508709">https://alpha.app.net/dh/post/508709</a><br /><a href="https://alpha.app.net/dh/post/508309">https://alpha.app.net/dh/post/508309</a><br /><a href="https://alpha.app.net/dh/post/507722">https://alpha.app.net/dh/post/507722</a><br /><a href="https://alpha.app.net/dh/post/507633">https://alpha.app.net/dh/post/507633</a><br /><a href="https://alpha.app.net/dh/post/507592">https://alpha.app.net/dh/post/507592</a><br /><a href="https://alpha.app.net/dh/post/507142">https://alpha.app.net/dh/post/507142</a><br /><a href="https://alpha.app.net/dh/post/506803">https://alpha.app.net/dh/post/506803</a><br /><a href="https://alpha.app.net/dh/post/506380">https://alpha.app.net/dh/post/506380</a><br /><a href="https://alpha.app.net/dh/post/506139">https://alpha.app.net/dh/post/506139</a><br /><a href="https://alpha.app.net/dh/post/506050">https://alpha.app.net/dh/post/506050</a><br /><a href="https://alpha.app.net/dh/post/505909">https://alpha.app.net/dh/post/505909</a><br /><a href="https://alpha.app.net/dh/post/505886">https://alpha.app.net/dh/post/505886</a><br /><a href="https://alpha.app.net/dh/post/505852">https://alpha.app.net/dh/post/505852</a><br /><a href="https://alpha.app.net/dh/post/504945">https://alpha.app.net/dh/post/504945</a><br /><a href="https://alpha.app.net/dh/post/501889">https://alpha.app.net/dh/post/501889</a><br /><a href="https://alpha.app.net/dh/post/501870">https://alpha.app.net/dh/post/501870</a><br /><a href="https://alpha.app.net/dh/post/501430">https://alpha.app.net/dh/post/501430</a><br /><a href="https://alpha.app.net/dh/post/500901">https://alpha.app.net/dh/post/500901</a><br /><a href="https://alpha.app.net/dh/post/500284">https://alpha.app.net/dh/post/500284</a><br /><a href="https://alpha.app.net/dh/post/499736">https://alpha.app.net/dh/post/499736</a><br /><a href="https://alpha.app.net/dh/post/499032">https://alpha.app.net/dh/post/499032</a><br /><a href="https://alpha.app.net/dh/post/498865">https://alpha.app.net/dh/post/498865</a><br /><a href="https://alpha.app.net/dh/post/498825">https://alpha.app.net/dh/post/498825</a><br /><a href="https://alpha.app.net/dh/post/498237">https://alpha.app.net/dh/post/498237</a><br /><a href="https://alpha.app.net/dh/post/497603">https://alpha.app.net/dh/post/497603</a><br /><a href="https://alpha.app.net/dh/post/497445">https://alpha.app.net/dh/post/497445</a><br /><a href="https://alpha.app.net/dh/post/497264">https://alpha.app.net/dh/post/497264</a><br /><a href="https://alpha.app.net/dh/post/497191">https://alpha.app.net/dh/post/497191</a><br /><a href="https://alpha.app.net/dh/post/496539">https://alpha.app.net/dh/post/496539</a><br /><a href="https://alpha.app.net/dh/post/495949">https://alpha.app.net/dh/post/495949</a><br /><a href="https://alpha.app.net/dh/post/495305">https://alpha.app.net/dh/post/495305</a><br /><a href="https://alpha.app.net/dh/post/494959">https://alpha.app.net/dh/post/494959</a><br /><a href="https://alpha.app.net/dh/post/494856">https://alpha.app.net/dh/post/494856</a><br /><a href="https://alpha.app.net/dh/post/494635">https://alpha.app.net/dh/post/494635</a><br /><a href="https://alpha.app.net/dh/post/494604">https://alpha.app.net/dh/post/494604</a><br /><a href="https://alpha.app.net/dh/post/494549">https://alpha.app.net/dh/post/494549</a><br /><a href="https://alpha.app.net/dh/post/493180">https://alpha.app.net/dh/post/493180</a><br /><a href="https://alpha.app.net/dh/post/488614">https://alpha.app.net/dh/post/488614</a><br /><a href="https://alpha.app.net/dh/post/488588">https://alpha.app.net/dh/post/488588</a><br /><a href="https://alpha.app.net/dh/post/487630">https://alpha.app.net/dh/post/487630</a><br /><a href="https://alpha.app.net/dh/post/487846">https://alpha.app.net/dh/post/487846</a><br /><a href="https://alpha.app.net/dh/post/487746">https://alpha.app.net/dh/post/487746</a><br /><a href="https://alpha.app.net/dh/post/486909">https://alpha.app.net/dh/post/486909</a><br /><a href="https://alpha.app.net/dh/post/484153">https://alpha.app.net/dh/post/484153</a><br /><a href="https://alpha.app.net/dh/post/484149">https://alpha.app.net/dh/post/484149</a><br /><a href="https://alpha.app.net/dh/post/470360">https://alpha.app.net/dh/post/470360</a><br /><a href="https://alpha.app.net/dh/post/469837">https://alpha.app.net/dh/post/469837</a><br /><a href="https://alpha.app.net/dh/post/469805">https://alpha.app.net/dh/post/469805</a><br /><a href="https://alpha.app.net/dh/post/469759">https://alpha.app.net/dh/post/469759</a><br /><a href="https://alpha.app.net/dh/post/468861">https://alpha.app.net/dh/post/468861</a><br /><a href="https://alpha.app.net/dh/post/45608">https://alpha.app.net/dh/post/45608</a><br /><a href="https://alpha.app.net/dh/post/466403">https://alpha.app.net/dh/post/466403</a><br /><a href="https://alpha.app.net/dh/post/398241">https://alpha.app.net/dh/post/398241</a><br /><a href="https://alpha.app.net/dh/post/466400">https://alpha.app.net/dh/post/466400</a><br /><a href="https://alpha.app.net/dh/post/462113">https://alpha.app.net/dh/post/462113</a><br /><a href="https://alpha.app.net/dh/post/466399">https://alpha.app.net/dh/post/466399</a><br /><a href="https://alpha.app.net/dh/post/464252">https://alpha.app.net/dh/post/464252</a><br /><a href="https://alpha.app.net/dh/post/466397">https://alpha.app.net/dh/post/466397</a><br /><a href="https://alpha.app.net/dh/post/124255">https://alpha.app.net/dh/post/124255</a><br /><a href="https://alpha.app.net/dh/post/466393">https://alpha.app.net/dh/post/466393</a><br /><a href="https://alpha.app.net/dh/post/194603">https://alpha.app.net/dh/post/194603</a><br /><a href="https://alpha.app.net/dh/post/466392">https://alpha.app.net/dh/post/466392</a><br /><a href="https://alpha.app.net/dh/post/466384">https://alpha.app.net/dh/post/466384</a><br /><a href="https://alpha.app.net/dh/post/464902">https://alpha.app.net/dh/post/464902</a><br /><a href="https://alpha.app.net/dh/post/464342">https://alpha.app.net/dh/post/464342</a><br /><a href="https://alpha.app.net/dh/post/462679">https://alpha.app.net/dh/post/462679</a><br /><a href="https://alpha.app.net/dh/post/462165">https://alpha.app.net/dh/post/462165</a><br /><a href="https://alpha.app.net/dh/post/461969">https://alpha.app.net/dh/post/461969</a><br /><a href="https://alpha.app.net/dh/post/461387">https://alpha.app.net/dh/post/461387</a><br /><a href="https://alpha.app.net/dh/post/457941">https://alpha.app.net/dh/post/457941</a><br /><a href="https://alpha.app.net/dh/post/453735">https://alpha.app.net/dh/post/453735</a><br /><a href="https://alpha.app.net/dh/post/452022">https://alpha.app.net/dh/post/452022</a><br /><a href="https://alpha.app.net/dh/post/441699">https://alpha.app.net/dh/post/441699</a><br /><a href="https://alpha.app.net/dh/post/451362">https://alpha.app.net/dh/post/451362</a><br /><a href="https://alpha.app.net/dh/post/451147">https://alpha.app.net/dh/post/451147</a><br /><a href="https://alpha.app.net/dh/post/450872">https://alpha.app.net/dh/post/450872</a><br /><a href="https://alpha.app.net/dh/post/450244">https://alpha.app.net/dh/post/450244</a><br /><a href="https://alpha.app.net/dh/post/450238">https://alpha.app.net/dh/post/450238</a><br /><a href="https://alpha.app.net/dh/post/441699">https://alpha.app.net/dh/post/441699</a><br /><a href="https://alpha.app.net/dh/post/441682">https://alpha.app.net/dh/post/441682</a><br /><a href="https://alpha.app.net/dh/post/441369">https://alpha.app.net/dh/post/441369</a><br /><a href="https://alpha.app.net/dh/post/440906">https://alpha.app.net/dh/post/440906</a><br /><a href="https://alpha.app.net/dh/post/440819">https://alpha.app.net/dh/post/440819</a><br /><a href="https://alpha.app.net/dh/post/440785">https://alpha.app.net/dh/post/440785</a><br /><a href="https://alpha.app.net/dh/post/440475">https://alpha.app.net/dh/post/440475</a><br /><a href="https://alpha.app.net/dh/post/440217">https://alpha.app.net/dh/post/440217</a><br /><a href="https://alpha.app.net/dh/post/439914">https://alpha.app.net/dh/post/439914</a><br /><a href="https://alpha.app.net/dh/post/439706">https://alpha.app.net/dh/post/439706</a><br /><a href="https://alpha.app.net/dh/post/439655">https://alpha.app.net/dh/post/439655</a><br /><a href="https://alpha.app.net/dh/post/439531">https://alpha.app.net/dh/post/439531</a><br /><a href="https://alpha.app.net/dh/post/439511">https://alpha.app.net/dh/post/439511</a><br /><a href="https://alpha.app.net/dh/post/439482">https://alpha.app.net/dh/post/439482</a><br /><a href="https://alpha.app.net/dh/post/438785">https://alpha.app.net/dh/post/438785</a><br /><a href="https://alpha.app.net/dh/post/438544">https://alpha.app.net/dh/post/438544</a><br /><a href="https://alpha.app.net/dh/post/435842">https://alpha.app.net/dh/post/435842</a><br /><a href="https://alpha.app.net/dh/post/435828">https://alpha.app.net/dh/post/435828</a><br /><a href="https://alpha.app.net/dh/post/435435">https://alpha.app.net/dh/post/435435</a><br /><a href="https://alpha.app.net/dh/post/434941">https://alpha.app.net/dh/post/434941</a><br /><a href="https://alpha.app.net/dh/post/434320">https://alpha.app.net/dh/post/434320</a><br /><a href="https://alpha.app.net/dh/post/433800">https://alpha.app.net/dh/post/433800</a><br /><a href="https://alpha.app.net/dh/post/433175">https://alpha.app.net/dh/post/433175</a><br /><a href="https://alpha.app.net/dh/post/433091">https://alpha.app.net/dh/post/433091</a><br /><a href="https://alpha.app.net/dh/post/433049">https://alpha.app.net/dh/post/433049</a><br /><a href="https://alpha.app.net/dh/post/432613">https://alpha.app.net/dh/post/432613</a><br /><a href="https://alpha.app.net/dh/post/432001">https://alpha.app.net/dh/post/432001</a><br /><a href="https://alpha.app.net/dh/post/431896">https://alpha.app.net/dh/post/431896</a><br /><a href="https://alpha.app.net/dh/post/431860">https://alpha.app.net/dh/post/431860</a><br /><a href="https://alpha.app.net/dh/post/431458">https://alpha.app.net/dh/post/431458</a><br /><a href="https://alpha.app.net/dh/post/431182">https://alpha.app.net/dh/post/431182</a><br /><a href="https://alpha.app.net/dh/post/430732">https://alpha.app.net/dh/post/430732</a><br /><a href="https://alpha.app.net/dh/post/430469">https://alpha.app.net/dh/post/430469</a><br /><a href="https://alpha.app.net/dh/post/430378">https://alpha.app.net/dh/post/430378</a><br /><a href="https://alpha.app.net/dh/post/430268">https://alpha.app.net/dh/post/430268</a><br /><a href="https://alpha.app.net/dh/post/430232">https://alpha.app.net/dh/post/430232</a><br /><a href="https://alpha.app.net/dh/post/430199">https://alpha.app.net/dh/post/430199</a><br /><a href="https://alpha.app.net/dh/post/429283">https://alpha.app.net/dh/post/429283</a><br /><a href="https://alpha.app.net/dh/post/429224">https://alpha.app.net/dh/post/429224</a><br /><a href="https://alpha.app.net/dh/post/425879">https://alpha.app.net/dh/post/425879</a><br /><a href="https://alpha.app.net/dh/post/425851">https://alpha.app.net/dh/post/425851</a><br /><a href="https://alpha.app.net/dh/post/425568">https://alpha.app.net/dh/post/425568</a><br /><a href="https://alpha.app.net/dh/post/425434">https://alpha.app.net/dh/post/425434</a><br /><a href="https://alpha.app.net/dh/post/424967">https://alpha.app.net/dh/post/424967</a><br /><a href="https://alpha.app.net/dh/post/424720">https://alpha.app.net/dh/post/424720</a><br /><a href="https://alpha.app.net/dh/post/424279">https://alpha.app.net/dh/post/424279</a><br /><a href="https://alpha.app.net/dh/post/423725">https://alpha.app.net/dh/post/423725</a><br /><a href="https://alpha.app.net/dh/post/423588">https://alpha.app.net/dh/post/423588</a><br /><a href="https://alpha.app.net/dh/post/423183">https://alpha.app.net/dh/post/423183</a><br /><a href="https://alpha.app.net/dh/post/423041">https://alpha.app.net/dh/post/423041</a><br /><a href="https://alpha.app.net/dh/post/422902">https://alpha.app.net/dh/post/422902</a><br /><a href="https://alpha.app.net/dh/post/422845">https://alpha.app.net/dh/post/422845</a><br /><a href="https://alpha.app.net/dh/post/422300">https://alpha.app.net/dh/post/422300</a><br /><a href="https://alpha.app.net/dh/post/422147">https://alpha.app.net/dh/post/422147</a><br /><a href="https://alpha.app.net/dh/post/421660">https://alpha.app.net/dh/post/421660</a><br /><a href="https://alpha.app.net/dh/post/421657">https://alpha.app.net/dh/post/421657</a><br /><a href="https://alpha.app.net/dh/post/421465">https://alpha.app.net/dh/post/421465</a><br /><a href="https://alpha.app.net/dh/post/421304">https://alpha.app.net/dh/post/421304</a><br /><a href="https://alpha.app.net/dh/post/421284">https://alpha.app.net/dh/post/421284</a><br /><a href="https://alpha.app.net/dh/post/421259">https://alpha.app.net/dh/post/421259</a><br /><a href="https://alpha.app.net/dh/post/421221">https://alpha.app.net/dh/post/421221</a><br /><a href="https://alpha.app.net/dh/post/420585">https://alpha.app.net/dh/post/420585</a><br /><a href="https://alpha.app.net/dh/post/420105">https://alpha.app.net/dh/post/420105</a><br /><a href="https://alpha.app.net/dh/post/420065">https://alpha.app.net/dh/post/420065</a><br /><a href="https://alpha.app.net/dh/post/419494">https://alpha.app.net/dh/post/419494</a><br /><a href="https://alpha.app.net/dh/post/419218">https://alpha.app.net/dh/post/419218</a><br /><a href="https://alpha.app.net/dh/post/419145">https://alpha.app.net/dh/post/419145</a><br /><a href="https://alpha.app.net/dh/post/419011">https://alpha.app.net/dh/post/419011</a><br /><a href="https://alpha.app.net/dh/post/418976">https://alpha.app.net/dh/post/418976</a><br /><a href="https://alpha.app.net/dh/post/418938">https://alpha.app.net/dh/post/418938</a><br /><a href="https://alpha.app.net/dh/post/417496">https://alpha.app.net/dh/post/417496</a><br /><a href="https://alpha.app.net/dh/post/413815">https://alpha.app.net/dh/post/413815</a><br /><a href="https://alpha.app.net/dh/post/413799">https://alpha.app.net/dh/post/413799</a><br /><a href="https://alpha.app.net/dh/post/413422">https://alpha.app.net/dh/post/413422</a><br /><a href="https://alpha.app.net/dh/post/412851">https://alpha.app.net/dh/post/412851</a><br /><a href="https://alpha.app.net/dh/post/403426">https://alpha.app.net/dh/post/403426</a><br /><a href="https://alpha.app.net/dh/post/339174">https://alpha.app.net/dh/post/339174</a><br /><a href="https://alpha.app.net/dh/post/338725">https://alpha.app.net/dh/post/338725</a><br /><a href="https://alpha.app.net/dh/post/312714">https://alpha.app.net/dh/post/312714</a><br /><a href="https://alpha.app.net/dh/post/311334">https://alpha.app.net/dh/post/311334</a><br /><a href="https://alpha.app.net/dh/post/311240">https://alpha.app.net/dh/post/311240</a><br /><a href="https://alpha.app.net/dh/post/303523">https://alpha.app.net/dh/post/303523</a><br /><a href="https://alpha.app.net/dh/post/300117">https://alpha.app.net/dh/post/300117</a><br /><a href="https://alpha.app.net/dh/post/300057">https://alpha.app.net/dh/post/300057</a><br /><a href="https://alpha.app.net/dh/post/298367">https://alpha.app.net/dh/post/298367</a><br /><a href="https://alpha.app.net/dh/post/298294">https://alpha.app.net/dh/post/298294</a><br /><a href="https://alpha.app.net/dh/post/290542">https://alpha.app.net/dh/post/290542</a><br /><a href="https://alpha.app.net/dh/post/289659">https://alpha.app.net/dh/post/289659</a><br /><a href="https://alpha.app.net/dh/post/287234">https://alpha.app.net/dh/post/287234</a><br /><a href="https://alpha.app.net/dh/post/287196">https://alpha.app.net/dh/post/287196</a><br /><a href="https://alpha.app.net/dh/post/285886">https://alpha.app.net/dh/post/285886</a><br /><a href="https://alpha.app.net/dh/post/285819">https://alpha.app.net/dh/post/285819</a><br /><a href="https://alpha.app.net/dh/post/278406">https://alpha.app.net/dh/post/278406</a><br /><a href="https://alpha.app.net/dh/post/275231">https://alpha.app.net/dh/post/275231</a><br /><a href="https://alpha.app.net/dh/post/275184">https://alpha.app.net/dh/post/275184</a><br /><a href="https://alpha.app.net/dh/post/274542">https://alpha.app.net/dh/post/274542</a><br /><a href="https://alpha.app.net/dh/post/274402">https://alpha.app.net/dh/post/274402</a><br /><a href="https://alpha.app.net/dh/post/274389">https://alpha.app.net/dh/post/274389</a><br /><a href="https://alpha.app.net/dh/post/274382">https://alpha.app.net/dh/post/274382</a><br /><a href="https://alpha.app.net/dh/post/273941">https://alpha.app.net/dh/post/273941</a><br /><a href="https://alpha.app.net/dh/post/273882">https://alpha.app.net/dh/post/273882</a><br /><a href="https://alpha.app.net/dh/post/266755">https://alpha.app.net/dh/post/266755</a><br /><a href="https://alpha.app.net/dh/post/264007">https://alpha.app.net/dh/post/264007</a><br /><a href="https://alpha.app.net/dh/post/263972">https://alpha.app.net/dh/post/263972</a><br /><a href="https://alpha.app.net/dh/post/262852">https://alpha.app.net/dh/post/262852</a><br /><a href="https://alpha.app.net/dh/post/262792">https://alpha.app.net/dh/post/262792</a><br /><a href="https://alpha.app.net/dh/post/256853">https://alpha.app.net/dh/post/256853</a><br /><a href="https://alpha.app.net/dh/post/200150">https://alpha.app.net/dh/post/200150</a><br /><a href="https://alpha.app.net/dh/post/253661">https://alpha.app.net/dh/post/253661</a><br /><a href="https://alpha.app.net/dh/post/253612">https://alpha.app.net/dh/post/253612</a><br /><a href="https://alpha.app.net/dh/post/252036">https://alpha.app.net/dh/post/252036</a><br /><a href="https://alpha.app.net/dh/post/251973">https://alpha.app.net/dh/post/251973</a><br /><a href="https://alpha.app.net/dh/post/244720">https://alpha.app.net/dh/post/244720</a><br /><a href="https://alpha.app.net/dh/post/240610">https://alpha.app.net/dh/post/240610</a><br /><a href="https://alpha.app.net/dh/post/240584">https://alpha.app.net/dh/post/240584</a><br /><a href="https://alpha.app.net/dh/post/239273">https://alpha.app.net/dh/post/239273</a><br /><a href="https://alpha.app.net/dh/post/239210">https://alpha.app.net/dh/post/239210</a><br /><a href="https://alpha.app.net/dh/post/232471">https://alpha.app.net/dh/post/232471</a><br /><a href="https://alpha.app.net/dh/post/229364">https://alpha.app.net/dh/post/229364</a><br /><a href="https://alpha.app.net/dh/post/229313">https://alpha.app.net/dh/post/229313</a><br /><a href="https://alpha.app.net/dh/post/228012">https://alpha.app.net/dh/post/228012</a><br /><a href="https://alpha.app.net/dh/post/227937">https://alpha.app.net/dh/post/227937</a><br /><a href="https://alpha.app.net/dh/post/221285">https://alpha.app.net/dh/post/221285</a><br /><a href="https://alpha.app.net/dh/post/217994">https://alpha.app.net/dh/post/217994</a><br /><a href="https://alpha.app.net/dh/post/217923">https://alpha.app.net/dh/post/217923</a><br /><a href="https://alpha.app.net/dh/post/216280">https://alpha.app.net/dh/post/216280</a><br /><a href="https://alpha.app.net/dh/post/216214">https://alpha.app.net/dh/post/216214</a><br /><a href="https://alpha.app.net/dh/post/208454">https://alpha.app.net/dh/post/208454</a><br /><a href="https://alpha.app.net/dh/post/204865">https://alpha.app.net/dh/post/204865</a><br /><a href="https://alpha.app.net/dh/post/204850">https://alpha.app.net/dh/post/204850</a><br /><a href="https://alpha.app.net/dh/post/204843">https://alpha.app.net/dh/post/204843</a><br /><a href="https://alpha.app.net/dh/post/203796">https://alpha.app.net/dh/post/203796</a><br /><a href="https://alpha.app.net/dh/post/203739">https://alpha.app.net/dh/post/203739</a><br /><a href="https://alpha.app.net/dh/post/198210">https://alpha.app.net/dh/post/198210</a><br /><a href="https://alpha.app.net/dh/post/195551">https://alpha.app.net/dh/post/195551</a><br /><a href="https://alpha.app.net/dh/post/195530">https://alpha.app.net/dh/post/195530</a><br /><a href="https://alpha.app.net/dh/post/194636">https://alpha.app.net/dh/post/194636</a><br /><a href="https://alpha.app.net/dh/post/194603">https://alpha.app.net/dh/post/194603</a><br /><a href="https://alpha.app.net/dh/post/189875">https://alpha.app.net/dh/post/189875</a><br /><a href="https://alpha.app.net/dh/post/187518">https://alpha.app.net/dh/post/187518</a><br /><a href="https://alpha.app.net/dh/post/187495">https://alpha.app.net/dh/post/187495</a><br /><a href="https://alpha.app.net/dh/post/186376">https://alpha.app.net/dh/post/186376</a><br /><a href="https://alpha.app.net/dh/post/186329">https://alpha.app.net/dh/post/186329</a><br /><a href="https://alpha.app.net/dh/post/179792">https://alpha.app.net/dh/post/179792</a><br /><a href="https://alpha.app.net/dh/post/176559">https://alpha.app.net/dh/post/176559</a><br /><a href="https://alpha.app.net/dh/post/176523">https://alpha.app.net/dh/post/176523</a><br /><a href="https://alpha.app.net/dh/post/175082">https://alpha.app.net/dh/post/175082</a><br /><a href="https://alpha.app.net/dh/post/175025">https://alpha.app.net/dh/post/175025</a><br /><a href="https://alpha.app.net/dh/post/166224">https://alpha.app.net/dh/post/166224</a><br /><a href="https://alpha.app.net/dh/post/162304">https://alpha.app.net/dh/post/162304</a><br /><a href="https://alpha.app.net/dh/post/162228">https://alpha.app.net/dh/post/162228</a><br /><a href="https://alpha.app.net/dh/post/160517">https://alpha.app.net/dh/post/160517</a><br /><a href="https://alpha.app.net/dh/post/160452">https://alpha.app.net/dh/post/160452</a><br /><a href="https://alpha.app.net/dh/post/149845">https://alpha.app.net/dh/post/149845</a><br /><a href="https://alpha.app.net/dh/post/145092">https://alpha.app.net/dh/post/145092</a><br /><a href="https://alpha.app.net/dh/post/145028">https://alpha.app.net/dh/post/145028</a><br /><a href="https://alpha.app.net/dh/post/142702">https://alpha.app.net/dh/post/142702</a><br /><a href="https://alpha.app.net/dh/post/142599">https://alpha.app.net/dh/post/142599</a><br /><a href="https://alpha.app.net/dh/post/141315">https://alpha.app.net/dh/post/141315</a><br /><a href="https://alpha.app.net/dh/post/129919">https://alpha.app.net/dh/post/129919</a><br /><a href="https://alpha.app.net/dh/post/125525">https://alpha.app.net/dh/post/125525</a><br /><a href="https://alpha.app.net/dh/post/125462">https://alpha.app.net/dh/post/125462</a><br /><a href="https://alpha.app.net/dh/post/123641">https://alpha.app.net/dh/post/123641</a><br /><a href="https://alpha.app.net/dh/post/123559">https://alpha.app.net/dh/post/123559</a><br /><a href="https://alpha.app.net/dh/post/114399">https://alpha.app.net/dh/post/114399</a><br /><a href="https://alpha.app.net/dh/post/111383">https://alpha.app.net/dh/post/111383</a><br /><a href="https://alpha.app.net/dh/post/111365">https://alpha.app.net/dh/post/111365</a><br /><a href="https://alpha.app.net/dh/post/110102">https://alpha.app.net/dh/post/110102</a><br /><a href="https://alpha.app.net/dh/post/110067">https://alpha.app.net/dh/post/110067</a><br /><a href="https://alpha.app.net/dh/post/110017">https://alpha.app.net/dh/post/110017</a><br /><a href="https://alpha.app.net/dh/post/105470">https://alpha.app.net/dh/post/105470</a><br /><a href="https://alpha.app.net/dh/post/101170">https://alpha.app.net/dh/post/101170</a><br /><a href="https://alpha.app.net/dh/post/100935">https://alpha.app.net/dh/post/100935</a><br /><a href="https://alpha.app.net/dh/post/100928">https://alpha.app.net/dh/post/100928</a><br /><a href="https://alpha.app.net/dh/post/100663">https://alpha.app.net/dh/post/100663</a><br /><a href="https://alpha.app.net/dh/post/100117">https://alpha.app.net/dh/post/100117</a><br /><a href="https://alpha.app.net/dh/post/97534">https://alpha.app.net/dh/post/97534</a><br /><a href="https://alpha.app.net/dh/post/96314">https://alpha.app.net/dh/post/96314</a><br /><a href="https://alpha.app.net/dh/post/96284">https://alpha.app.net/dh/post/96284</a><br /><a href="https://alpha.app.net/dh/post/95474">https://alpha.app.net/dh/post/95474</a><br /><a href="https://alpha.app.net/dh/post/94799">https://alpha.app.net/dh/post/94799</a><br /><a href="https://alpha.app.net/dh/post/94702">https://alpha.app.net/dh/post/94702</a><br /><a href="https://alpha.app.net/dh/post/94637">https://alpha.app.net/dh/post/94637</a><br /><a href="https://alpha.app.net/dh/post/93870">https://alpha.app.net/dh/post/93870</a><br /><a href="https://alpha.app.net/dh/post/93817">https://alpha.app.net/dh/post/93817</a><br /><a href="https://alpha.app.net/dh/post/93430">https://alpha.app.net/dh/post/93430</a><br /><a href="https://alpha.app.net/dh/post/93083">https://alpha.app.net/dh/post/93083</a><br /><a href="https://alpha.app.net/dh/post/93076">https://alpha.app.net/dh/post/93076</a><br /><a href="https://alpha.app.net/dh/post/92781">https://alpha.app.net/dh/post/92781</a><br /><a href="https://alpha.app.net/dh/post/92779">https://alpha.app.net/dh/post/92779</a><br /><a href="https://alpha.app.net/dh/post/92459">https://alpha.app.net/dh/post/92459</a><br /><a href="https://alpha.app.net/dh/post/91837">https://alpha.app.net/dh/post/91837</a><br /><a href="https://alpha.app.net/dh/post/88563">https://alpha.app.net/dh/post/88563</a><br /><a href="https://alpha.app.net/dh/post/86325">https://alpha.app.net/dh/post/86325</a><br /><a href="https://alpha.app.net/dh/post/71577">https://alpha.app.net/dh/post/71577</a><br /><a href="https://alpha.app.net/dh/post/71257">https://alpha.app.net/dh/post/71257</a><br /><a href="https://alpha.app.net/dh/post/71013">https://alpha.app.net/dh/post/71013</a><br /><a href="https://alpha.app.net/dh/post/71011">https://alpha.app.net/dh/post/71011</a><br /><a href="https://alpha.app.net/dh/post/70809">https://alpha.app.net/dh/post/70809</a><br /><a href="https://alpha.app.net/dh/post/70801">https://alpha.app.net/dh/post/70801</a><br /><a href="https://alpha.app.net/dh/post/70696">https://alpha.app.net/dh/post/70696</a><br /><a href="https://alpha.app.net/dh/post/70428">https://alpha.app.net/dh/post/70428</a><br /><a href="https://alpha.app.net/dh/post/68081">https://alpha.app.net/dh/post/68081</a><br /><a href="https://alpha.app.net/dh/post/66549">https://alpha.app.net/dh/post/66549</a><br /><a href="https://alpha.app.net/dh/post/66517">https://alpha.app.net/dh/post/66517</a><br /><a href="https://alpha.app.net/dh/post/65659">https://alpha.app.net/dh/post/65659</a><br /><a href="https://alpha.app.net/dh/post/64677">https://alpha.app.net/dh/post/64677</a><br /><a href="https://alpha.app.net/dh/post/64620">https://alpha.app.net/dh/post/64620</a><br /><a href="https://alpha.app.net/dh/post/64600">https://alpha.app.net/dh/post/64600</a><br /><a href="https://alpha.app.net/dh/post/64279">https://alpha.app.net/dh/post/64279</a><br /><a href="https://alpha.app.net/dh/post/64169">https://alpha.app.net/dh/post/64169</a><br /><a href="https://alpha.app.net/dh/post/63782">https://alpha.app.net/dh/post/63782</a><br /><a href="https://alpha.app.net/dh/post/63702">https://alpha.app.net/dh/post/63702</a><br /><a href="https://alpha.app.net/dh/post/63215">https://alpha.app.net/dh/post/63215</a><br /><a href="https://alpha.app.net/dh/post/62893">https://alpha.app.net/dh/post/62893</a><br /><a href="https://alpha.app.net/dh/post/62892">https://alpha.app.net/dh/post/62892</a><br /><a href="https://alpha.app.net/dh/post/62506">https://alpha.app.net/dh/post/62506</a><br /><a href="https://alpha.app.net/dh/post/62500">https://alpha.app.net/dh/post/62500</a><br /><a href="https://alpha.app.net/dh/post/62238">https://alpha.app.net/dh/post/62238</a><br /><a href="https://alpha.app.net/dh/post/61768">https://alpha.app.net/dh/post/61768</a><br /><a href="https://alpha.app.net/dh/post/59023">https://alpha.app.net/dh/post/59023</a><br /><a href="https://alpha.app.net/dh/post/56017">https://alpha.app.net/dh/post/56017</a><br /><a href="https://alpha.app.net/dh/post/42867">https://alpha.app.net/dh/post/42867</a><br /><a href="https://alpha.app.net/dh/post/42309">https://alpha.app.net/dh/post/42309</a><br /><a href="https://alpha.app.net/dh/post/42294">https://alpha.app.net/dh/post/42294</a><br /><a href="https://alpha.app.net/dh/post/41902">https://alpha.app.net/dh/post/41902</a><br /><a href="https://alpha.app.net/dh/post/41884">https://alpha.app.net/dh/post/41884</a><br /><a href="https://alpha.app.net/dh/post/41520">https://alpha.app.net/dh/post/41520</a><br /><a href="https://alpha.app.net/dh/post/40838">https://alpha.app.net/dh/post/40838</a><br /><a href="https://alpha.app.net/dh/post/39968">https://alpha.app.net/dh/post/39968</a><br /><a href="https://alpha.app.net/dh/post/39966">https://alpha.app.net/dh/post/39966</a><br /><a href="https://alpha.app.net/dh/post/38829">https://alpha.app.net/dh/post/38829</a><br /><a href="https://alpha.app.net/dh/post/36680">https://alpha.app.net/dh/post/36680</a><br /><a href="https://alpha.app.net/dh/post/32562">https://alpha.app.net/dh/post/32562</a><br /><a href="https://alpha.app.net/dh/post/37258">https://alpha.app.net/dh/post/37258</a><br /><a href="https://alpha.app.net/dh/post/36710">https://alpha.app.net/dh/post/36710</a><br /><a href="https://alpha.app.net/dh/post/36692">https://alpha.app.net/dh/post/36692</a><br /><a href="https://alpha.app.net/dh/post/36685">https://alpha.app.net/dh/post/36685</a><br /><a href="https://alpha.app.net/dh/post/36680">https://alpha.app.net/dh/post/36680</a><br /><a href="https://alpha.app.net/dh/post/36003">https://alpha.app.net/dh/post/36003</a><br /><a href="https://alpha.app.net/dh/post/35977">https://alpha.app.net/dh/post/35977</a><br /><a href="https://alpha.app.net/dh/post/23872">https://alpha.app.net/dh/post/23872</a><br /><a href="https://alpha.app.net/dh/post/33135">https://alpha.app.net/dh/post/33135</a><br /><a href="https://alpha.app.net/dh/post/33077">https://alpha.app.net/dh/post/33077</a><br /><a href="https://alpha.app.net/dh/post/32562">https://alpha.app.net/dh/post/32562</a><br /><a href="https://alpha.app.net/dh/post/32521">https://alpha.app.net/dh/post/32521</a><br /><a href="https://alpha.app.net/dh/post/31958">https://alpha.app.net/dh/post/31958</a><br /><a href="https://alpha.app.net/dh/post/31954">https://alpha.app.net/dh/post/31954</a><br /><a href="https://alpha.app.net/dh/post/31900">https://alpha.app.net/dh/post/31900</a></p>
</details>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/appdotnet-post-link-extraction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HubSearch</title>
		<link>http://edanhewitt.com/webdev/hubsearch/</link>
		<comments>http://edanhewitt.com/webdev/hubsearch/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 01:18:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=710</guid>
		<description><![CDATA[HubSearch is an open source web app for conducting a search for GitHub repositories. If you have a library/plugin idea but you aren’t sure if it hasn’t been done before, HubSearch can help aid as a research tool. The tool also excels if you want to look up some statistics or find a library. HubSearch [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://projects.jga.me/hubsearch"><strong>HubSearch</strong></a> is an <strong>open source web app for conducting a search for GitHub repositories.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/hubsearch.jpg"><img class="attachment-medium" title="hubsearch" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/hubsearch-300x111.jpg" alt="hubsearch" width="300" height="111" /></a><strong></strong></p>
<p><strong>If you have a library/plugin idea but you aren’t sure if it hasn’t been done before, HubSearch can help aid as a research tool. </strong></p>
<p>The tool also excels if you want to look up some statistics or find a library. HubSearch runs on Node, and uses HTML for user views.</p>
<p>The only thing missing now is an aggregator that streams services like GitHub, Google Code, and others into a single service…</p>
<ul>
<li>Website: <a href="http://projects.jga.me/hubsearch">http://projects.jga.me/hubsearch</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/hubsearch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oriDomi</title>
		<link>http://edanhewitt.com/webdev/oridomi/</link>
		<comments>http://edanhewitt.com/webdev/oridomi/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 01:02:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=706</guid>
		<description><![CDATA[oriDomi is a DOM library for making objects fold like paper; it supports jQuery and Ender, too. Weighing less than 15kb, oriDomi manages to pull a staggering set of features out of its sleeve — iOS support, image/GIF/and webfont folding, as well as support for two different libraries. However, oriDomi only works on browsers where [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://oridomi.com/"><strong>oriDomi</strong></a> is a <strong>DOM library for making objects fold like paper; it supports jQuery and Ender, too.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/oridomi.jpg"><img class="attachment-medium" title="oridomi" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/oridomi-300x196.jpg" alt="oridomi" width="300" height="196" /></a></p>
<p>Weighing less than 15kb, oriDomi manages to pull a staggering set of features out of its sleeve — <strong>iOS support, image/GIF/and webfont folding, as well as support for two different libraries.</strong></p>
<p>However, oriDomi only works on browsers where 3D CSS transforms are supported.</p>
<ul>
<li>Website: <a href="http://oridomi.com/">http://oridomi.com/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/oridomi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chirp.js</title>
		<link>http://edanhewitt.com/webdev/chirp-js/</link>
		<comments>http://edanhewitt.com/webdev/chirp-js/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 01:01:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linkdumps]]></category>
		<category><![CDATA[Tweets]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=703</guid>
		<description><![CDATA[Chirp.js is a standalone library for displaying tweets on your website. Chirp uses the Twitter API, obviously, to collect tweets. The library allows using templates and employs client-side caching for less server bandwidth. Weighing only 4.3kb minified, Chirp stands among the most easy and most lightweight Twitter plugins out there. Website: http://lab.rog.ie/chirp/]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://lab.rog.ie/chirp/"><strong>Chirp.js</strong></a> is a<strong> standalone library for displaying tweets on your website.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/chirpjs.jpg"><img class="attachment-medium" title="chirpjs" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/chirpjs-300x200.jpg" alt="chirpjs" width="300" height="200" /></a></p>
<p>Chirp uses the Twitter API, obviously, to collect tweets. <strong>The library allows using templates and employs client-side caching for less server bandwidth.</strong></p>
<p>Weighing only 4.3kb minified, Chirp stands among the most easy and most lightweight Twitter plugins out there.</p>
<ul>
<li>Website: <a href="http://lab.rog.ie/chirp/">http://lab.rog.ie/chirp/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/chirp-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avgrund</title>
		<link>http://edanhewitt.com/webdev/avgrund/</link>
		<comments>http://edanhewitt.com/webdev/avgrund/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 01:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=700</guid>
		<description><![CDATA[Avgrund is a modal UI library for making dialogues with a neat “depth” effect. Avgrund, Swedish for ‘abyss’, isn’t really meant for practical use, but rather for toying around with CSS transforms and filters. Whatever the reasoning behind this plugin, it works really well and offers a fresh way of creating modal dialogues.  Website: http://lab.hakim.se/avgrund/]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://lab.hakim.se/avgrund/"><strong>Avgrund</strong></a> is a <strong>modal UI library for making dialogues with a neat “depth” effect.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/avgrund.jpg"><img class="attachment-medium" title="avgrund" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/avgrund-300x147.jpg" alt="avgrund" width="300" height="147" /></a></p>
<p>Avgrund, Swedish for ‘abyss’, isn’t really meant for practical use, but rather for toying around with CSS transforms and filters.</p>
<p>Whatever the reasoning behind this plugin,<strong> it works really well and offers a fresh way of creating modal dialogues. </strong></p>
<ul>
<li>Website: <a href="http://lab.hakim.se/avgrund/">http://lab.hakim.se/avgrund/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/avgrund/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigScreen</title>
		<link>http://edanhewitt.com/webdev/bigscreen/</link>
		<comments>http://edanhewitt.com/webdev/bigscreen/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:59:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=697</guid>
		<description><![CDATA[BigScreen is a minuscule plugin for using the JS FullScreen API. The plugin has a few important fallbacks, like the one for video tags if the browser has a different API for full-screen video. BigScreen is light, easy to use, and works on most modern browsers–what’s not to love? Website: http://brad.is/coding/BigScreen/]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://brad.is/coding/BigScreen/"><strong>BigScreen</strong></a> is a <strong>minuscule plugin for using the JS FullScreen API.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/bigscreen.jpg"><img class="attachment-medium" title="bigscreen" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/bigscreen-300x222.jpg" alt="bigscreen" width="300" height="222" /></a><br />
<strong>The plugin has a few important fallbacks</strong>, like the one for video tags if the browser has a different API for full-screen video.</p>
<p>BigScreen is light, easy to use, and works on most modern browsers–what’s not to love?</p>
<ul>
<li>Website: <a href="http://brad.is/coding/BigScreen/">http://brad.is/coding/BigScreen/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/bigscreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced File Upload Techniques — Chunked Uploading</title>
		<link>http://edanhewitt.com/webdev/advanced-file-upload-techniques-chunked-uploading/</link>
		<comments>http://edanhewitt.com/webdev/advanced-file-upload-techniques-chunked-uploading/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:58:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=694</guid>
		<description><![CDATA[The folks at CreativeJS have posted a wonderful tutorial showcasing the development of a failure-resilient file uploader. The tutorial has only a single part as of now, but it sheds light on chunked uploading and pausing/resuming uploads. Only JavaScript and HTML are used for achieving this. Stay tuned for the next chapters of this enlightening tutorial. Website: [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><strong>The folks at <a href="http://creativejs.com">CreativeJS</a> have</strong> <strong>posted <a href="http://creativejs.com/tutorials/advanced-uploading-techniques-part-1/">a wonderful tutorial</a> showcasing the development of a failure-resilient file uploader.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/multi_upload-300x282.png"><img class="attachment-medium" title="multi_upload-300x282" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/multi_upload-300x282.png" alt="multi_upload-300x282" width="300" height="282" /></a></p>
<p>The tutorial has only a single part as of now, but it<strong> sheds light on chunked uploading and pausing/resuming uploads.</strong></p>
<p>Only JavaScript and HTML are used for achieving this. Stay tuned for the next chapters of this enlightening tutorial.</p>
<ul>
<li>Website: <a href="http://creativejs.com/tutorials/advanced-uploading-techniques-part-1/">http://creativejs.com/tutorials/advanced-uploading-techniques-part-1/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/advanced-file-upload-techniques-chunked-uploading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cerebral.js</title>
		<link>http://edanhewitt.com/webdev/cerebral-js/</link>
		<comments>http://edanhewitt.com/webdev/cerebral-js/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:58:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=691</guid>
		<description><![CDATA[Cerebral.js is an application framework built upon the shoulders of Require.js, Backbone, jQuery and the likes. I’m a bit dubious about the usage of ‘framework’ when referring to Cerebral, but ‘library’ doesn’t do it justice here. At any rate, Cerebral is a library for creating apps. It provides a modular structure and the necessary tools for [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://gorillatron.github.com/cerebral/"><strong>Cerebral.js</strong></a> is <strong>an application framework built upon the shoulders of Require.js, Backbone, jQuery and the likes.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/cerebral.jpg"><img class="attachment-medium" title="cerebral" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/cerebral-300x103.jpg" alt="cerebral" width="300" height="103" /></a></p>
<p>I’m a bit dubious about the usage of ‘framework’ when referring to Cerebral, but ‘library’ doesn’t do it justice here.</p>
<p>At any rate, Cerebral is a library for creating apps. It <strong>provides a modular structure and the necessary tools for building publish/subscribe style applications.</strong> As <a href="http://dailyjs.com/">DailyJS</a> notes, Cerebral’s structure ‘encourages building loosely coupled applications’.</p>
<ul>
<li>Website: <a href="http://gorillatron.github.com/cerebral/">http://gorillatron.github.com/cerebral/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/cerebral-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enquire.js</title>
		<link>http://edanhewitt.com/webdev/enquire-js/</link>
		<comments>http://edanhewitt.com/webdev/enquire-js/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:57:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=688</guid>
		<description><![CDATA[enquire.js is a standalone library for handling CSS media queries. enquire makes a designer’s job easier by providing a responsive, mobile-first design framework. If support for older browsers is important for the success of your design, enquire.js assists older browsers with media queries. By pairing this with Modernizr and a PolyFill, you’ve got a powerful [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://wickynilliams.github.com/enquire.js/"><strong>enquire.js</strong></a> is a <strong>standalone library for handling CSS media queries.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/enquire.jpg"><img class="attachment-medium" title="enquire" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/enquire-300x104.jpg" alt="enquire" width="300" height="104" /></a></p>
<p><strong>enquire makes a designer’s job easier by providing a responsive, mobile-first design framework.</strong> If support for older browsers is important for the success of your design, enquire.js assists older browsers with media queries.</p>
<p>By pairing this with Modernizr and a PolyFill, you’ve got a powerful library for controlling media queries here.</p>
<ul>
<li>Website: <a href="http://wickynilliams.github.com/enquire.js/">http://wickynilliams.github.com/enquire.js/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/enquire-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jsPDF</title>
		<link>http://edanhewitt.com/webdev/jspdf/</link>
		<comments>http://edanhewitt.com/webdev/jspdf/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:56:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=685</guid>
		<description><![CDATA[jsPDF is a JavaScript library for generating PDF on the client-side. While alternatives like html2pdf exist on the server side for eons upon eons, jsPDF is one of the few PDF-generation libraries that works on the client side. Besides the obvious use of running a PDF-generator app, the plugin is great for, e.g., creating invoices [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://jspdf.com/"><strong>jsPDF</strong></a> is a <strong>JavaScript library for generating PDF on the client-side.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/jspdf.jpg"><img class="attachment-medium" title="jspdf" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/jspdf-300x133.jpg" alt="jspdf" width="300" height="133" /></a></p>
<p>While alternatives like <a href="http://www.html2pdf.fr/en">html2pdf</a> exist on the server side for eons upon eons, <strong>jsPDF is one of the few PDF-generation libraries that works on the client side.</strong></p>
<p>Besides the obvious use of running a PDF-generator app, the plugin is great for, e.g., creating invoices and formatting books without putting extra workload on the server.</p>
<ul>
<li>Website: <a href="http://jspdf.com/">http://jspdf.com/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jspdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TideSDK</title>
		<link>http://edanhewitt.com/webdev/tidesdk/</link>
		<comments>http://edanhewitt.com/webdev/tidesdk/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:49:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Handy]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=672</guid>
		<description><![CDATA[TideSDK, a software development kit formerly known as Titanium, is a framework for building desktop apps with web programming languages. Although the new docs consist mainly of Titanium tutorials, TideSDK boasts new features that should interest anyone who’s fed up with learning a dozen languages for porting their apps: A well-developed API; Filesystem control; Development [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://www.tidesdk.org/"><strong>TideSDK</strong></a>, a software development kit formerly known as <a href="http://webification.com/build-native-apps-with-web-programming-appcelerator-titanium">Titanium</a>, is a <strong>framework for building desktop apps with web programming languages.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/appcelerator.jpg"><img class="attachment-medium" title="appcelerator" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/appcelerator-300x156.jpg" alt="appcelerator" width="300" height="156" /></a></p>
<p>Although the new docs consist mainly of Titanium tutorials, TideSDK boasts new features that should interest anyone who’s fed up with learning a dozen languages for porting their apps:</p>
<div>
<ul>
<li><strong>A well-developed API;</strong></li>
<li><strong>Filesystem control;</strong></li>
<li><strong>Development of webkit-based apps through TideSDK;</strong></li>
<li><strong>Major OS support (including Linux and Mac OS)</strong></li>
<li>etc.</li>
</ul>
</div>
<div>It certainly appears that the developers have made great progress since Titanium.</div>
<ul>
<li>Website: <a href="http://www.tidesdk.org/">http://www.tidesdk.org/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/tidesdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vanilla JS</title>
		<link>http://edanhewitt.com/webdev/vanilla-js/</link>
		<comments>http://edanhewitt.com/webdev/vanilla-js/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:47:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=668</guid>
		<description><![CDATA[Vanilla JS is a JavaScript framework that will reshape the way you look at code. Vanilla.js weighs a whopping 0 bytes (or 25 gzipped), meaning you can choose not to implement it at all, as every browser has it pre-installed. It is, of course, a joke, a joke on jQuery and other popular frameworks which [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://vanilla-js.com/"><strong>Vanilla JS</strong></a> is a <strong>JavaScript framework that will reshape the way you look at code.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/vanillajs.jpg"><img class="attachment-medium" title="vanillajs" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/vanillajs-300x138.jpg" alt="vanillajs" width="300" height="138" /></a><strong></strong></p>
<p><strong>Vanilla.js weighs a whopping 0 bytes (or 25 gzipped)</strong>, meaning you can choose not to implement it at all, as every browser has it pre-installed.</p>
<p>It is, of course, a joke, a joke on jQuery and other popular frameworks which sometimes aren’t the right tools to code with — but most often, I reckon, they are.</p>
<ul>
<li>Website: <a href="http://vanilla-js.com/">http://vanilla-js.com/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/vanilla-js/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Forward</title>
		<link>http://edanhewitt.com/webdev/forward/</link>
		<comments>http://edanhewitt.com/webdev/forward/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:46:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=665</guid>
		<description><![CDATA[F0rward is an open-source e-commerce platform still in the private beta. Although still in the beta, Forward seems very promising for developers who are used to wasting time making countless additions to the existing e-commerce systems. Forward emphasizes flexibility and customization — including customization in the admin panel — and all in all looks like [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://getfwd.com/"><strong>F0rward</strong></a> is an <strong>open-source e-commerce platform still in the private beta.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/forward.jpg"><img class="attachment-medium" title="forward" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/forward-300x109.jpg" alt="forward" width="300" height="109" /></a></p>
<p>Although still in the beta, Forward seems very promising for developers who are used to wasting time making countless additions to the existing e-commerce systems.</p>
<p><strong>Forward emphasizes flexibility and customization</strong> — including customization in the admin panel — and all in all looks like a very promising project; the open beta will start in January 2013, so be prepared.</p>
<ul>
<li>Website: <a href="http://getfwd.com/">http://getfwd.com/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/forward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foggy</title>
		<link>http://edanhewitt.com/webdev/foggy/</link>
		<comments>http://edanhewitt.com/webdev/foggy/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:44:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=657</guid>
		<description><![CDATA[Foggy is a jQuery plugin that blurs out page elements. You can set the opacity and the blur radius for the background page. The plugin uses the -webkit-filer:blur attribute for creating the blur, but falls back to manual mode for unsupported browsers. Foggy is obviously a great plugin for ‘see more when you log-in/subscribe’ pages, [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://nbartlomiej.github.com/foggy/"><strong>Foggy</strong></a> is a <strong>jQuery plugin that blurs out page elements.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/Foggy.jpg"><img class="attachment-medium" title="Foggy" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/Foggy-300x94.jpg" alt="Foggy" width="300" height="94" /></a></p>
<p>You can set the opacity and the blur radius for the background page. The plugin uses the <em>-webkit-filer:blur</em> attribute for creating the blur, but falls back to manual mode for unsupported browsers.</p>
<p><strong>Foggy is obviously a great plugin for ‘see more when you log-in/subscribe’ pages</strong>, especially if combined with a plugin that disables text select.</p>
<ul>
<li>Website: <a href="http://nbartlomiej.github.com/foggy/">http://nbartlomiej.github.com/foggy/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/foggy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strapdown.js</title>
		<link>http://edanhewitt.com/webdev/strapdown-js/</link>
		<comments>http://edanhewitt.com/webdev/strapdown-js/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:43:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=654</guid>
		<description><![CDATA[Strapdown.js is a script that makes making Markdown documents a cinch. Strapdown uses Twitter Bootstrap for styling, so it also has a number of themes you can use. The script is used just by making pages with the snippet above. It’s SEO-friendly, works on most browsers, and operates upon the tools many developers use daily [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://strapdownjs.com/"><strong>Strapdown.js</strong></a> is a <strong>script that makes making Markdown documents a cinch.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/strapdown.jpg"><img class="attachment-medium" title="strapdown" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/strapdown-300x202.jpg" alt="strapdown" width="300" height="202" /></a></p>
<p>Strapdown uses Twitter Bootstrap for styling, so it also has a number of themes you can use.</p>
<p><strong>The script is used just by making pages with the snippet above.</strong></p>
<p>It’s SEO-friendly, works on most browsers, and operates upon the tools many developers use daily — what’s not to love?</p>
<ul>
<li>Website: <a href="http://strapdownjs.com/">http://strapdownjs.com/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/strapdown-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bower</title>
		<link>http://edanhewitt.com/webdev/bower/</link>
		<comments>http://edanhewitt.com/webdev/bower/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:42:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=651</guid>
		<description><![CDATA[Bower is a package manager for web developers. Bower is a super-low-level tool for managing your dependencies. However, it’s convenient: typing ‘bower install jquery’ will download jQuery to a specified path, etc. Bower runs on Node and isn’t restricted to loading JavaScript packages — it also allows easily installing assets such as images and CSS. [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://twitter.github.com/bower/"><strong>Bower</strong></a> is a <strong>package manager for web developers.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/bower.jpg"><img class="attachment-medium" title="bower" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/bower-300x102.jpg" alt="bower" width="300" height="102" /></a></p>
<p>Bower is a super-low-level tool for managing your dependencies. However, it’s convenient: typing ‘bower install jquery’ will download jQuery to a specified path, etc.</p>
<p><strong>Bower runs on Node and isn’t restricted to loading JavaScript packages — it also allows easily installing assets such as images and CSS.</strong></p>
<p>While similar tools already exist, Bower remains a more accessible, first come, first serve-based tool that in theory should save you a lot of time.</p>
<ul>
<li>Website: <a href="http://twitter.github.com/bower/">http://twitter.github.com/bower/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/bower/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tampon</title>
		<link>http://edanhewitt.com/webdev/tampon/</link>
		<comments>http://edanhewitt.com/webdev/tampon/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:41:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=648</guid>
		<description><![CDATA[Tampon is an easy-to-use tweet scheduler app good for corporate and mogul twitter accounts. While tweet scheduling takes away from the spontaneous nature of Twitter, some people just can’t afford to waste their time on it. At any rate, Tampon runs on Backbone.js and MongoDB. Tweets can be re-ordered with drag&#38;drop functionality, or posted instantly. [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://tamponapp.com/"><strong>Tampon</strong></a> is an <strong>easy-to-use tweet scheduler app good for corporate and mogul twitter accounts.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/tamponapp.jpg"><img class="attachment-medium" title="tamponapp" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/tamponapp-300x159.jpg" alt="tamponapp" width="300" height="159" /></a></p>
<p>While tweet scheduling takes away from the spontaneous nature of Twitter, some people just can’t afford to waste their time on it.</p>
<p>At any rate,<strong> Tampon runs on Backbone.js and MongoDB.</strong></p>
<p>Tweets can be re-ordered with drag&amp;drop functionality, or posted instantly.</p>
<ul>
<li>Website: <a href="http://tamponapp.com/">http://tamponapp.com/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/tampon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meny</title>
		<link>http://edanhewitt.com/webdev/meny/</link>
		<comments>http://edanhewitt.com/webdev/meny/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:41:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=645</guid>
		<description><![CDATA[Meny is a space efficient, three dimensional menu that uses CSS 3D transforms. It works best on browsers with 3D transforms, but fallback to 2D is available, too. What’s more, Meny comes with support for touch events on mobile devices, which makes it a perfect companion for iOS/Android-related websites. Website: http://lab.hakim.se/meny/]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://lab.hakim.se/meny/"><strong>Meny</strong></a> is a <strong>space efficient, three dimensional menu that uses CSS 3D transforms.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/meny.png"><img class="attachment-medium" title="meny" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/meny-300x141.png" alt="meny" width="300" height="141" /></a></p>
<p><strong>It works best on browsers with 3D transforms, but fallback to 2D is available, too.</strong></p>
<p>What’s more, Meny comes with support for touch events on mobile devices, which makes it a perfect companion for iOS/Android-related websites.</p>
<ul>
<li>Website: <a href="http://lab.hakim.se/meny/">http://lab.hakim.se/meny/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/meny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tres</title>
		<link>http://edanhewitt.com/webdev/tres/</link>
		<comments>http://edanhewitt.com/webdev/tres/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:40:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=642</guid>
		<description><![CDATA[Tres is a mobile web framework for developing JavaScript apps. Tres features an array of classes for working with touch gestures. It provides space for working with the different resolutions mobile devices tend to come with. It works with Sass stylesheets and offers convenient ways of implementing mobile-compatible forms, lists and so on. Website: http://tres.io/]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://tres.io/"><strong>Tres</strong></a> is a <strong>mobile web framework for developing JavaScript apps.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/tres.jpg"><img class="attachment-medium" title="tres" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/tres-300x122.jpg" alt="tres" width="300" height="122" /></a><strong></strong></p>
<p><strong>Tres features an array of classes for working with touch gestures.</strong> It provides space for working with the different resolutions mobile devices tend to come with.</p>
<p>It works with Sass stylesheets and offers convenient ways of implementing mobile-compatible forms, lists and so on.</p>
<ul>
<li>Website: <a href="http://tres.io/">http://tres.io/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/tres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DocPad</title>
		<link>http://edanhewitt.com/webdev/docpad/</link>
		<comments>http://edanhewitt.com/webdev/docpad/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:39:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=637</guid>
		<description><![CDATA[DocPad is a quick &#38; efficient build module for creating websites and web apps. DocPad’s main strength is its ease of use, compact structure and the availability of features whilst not bogging you down with them. The builder has a file-based structure and allows users to choose between numerous website structures, such as the HTML5 [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="https://github.com/bevry/docpad"><strong>DocPad</strong></a> is a <strong>quick &amp; efficient build module for creating websites and web apps.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/docpad.jpg"><img class="attachment-medium" title="docpad" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/docpad-300x96.jpg" alt="docpad" width="300" height="96" /></a></p>
<p>DocPad’s main strength is its ease of use, compact structure and the availability of features whilst not bogging you down with them.</p>
<p><strong>The builder has a file-based structure and allows users to choose between numerous website structures, such as the HTML5 Boilerplate, Bootstrap, Hogan, etc.</strong></p>
<p>Seriously, if my grandparents ever wanted to create a website, I’d direct them to DocPad. Splendid docs, easy building, DocPad has it all.</p>
<ul>
<li>Website: <a href="https://github.com/bevry/docpad">https://github.com/bevry/docpad</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/docpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XLSX.js</title>
		<link>http://edanhewitt.com/webdev/xlsx-js/</link>
		<comments>http://edanhewitt.com/webdev/xlsx-js/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:38:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=634</guid>
		<description><![CDATA[XLSX.js is a JS library for writing and reading XLSX spreadsheets. XLSX is a format that basically operates by placing a number of XML files into a ZIP file, so this library uses JSZip for reading and writing *.XLSX files. The library converts base64 strings into XLSX files. The developers explain that their choice for this [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://blog.innovatejs.com/?page_id=7"><strong>XLSX.js</strong></a> is a <strong>JS library for writing and reading XLSX spreadsheets.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/xlxs.png"><img class="attachment-medium" title="xlxs" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/xlxs.png" alt="xlxs" width="215" height="80" /></a></p>
<p>XLSX is a format that basically operates by placing a number of XML files into a ZIP file, so this library uses JSZip for reading and writing *.XLSX files.</p>
<p><strong>The library converts base64 strings into XLSX files.</strong> The developers explain that their choice for this way of doing things is that base64 opens up more possibilities, but without a doubt it will create headaches for any interested developers.</p>
<ul>
<li>Website: <a href="http://blog.innovatejs.com/?page_id=7">http://blog.innovatejs.com/?page_id=7</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/xlsx-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fokus Plugin</title>
		<link>http://edanhewitt.com/webdev/fokus-plugin/</link>
		<comments>http://edanhewitt.com/webdev/fokus-plugin/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:38:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=631</guid>
		<description><![CDATA[Fokus is a plugin that emphasizes the selected text by making the rest of it semi-transparent. Also available as a Chrome extension, Fokus aims to increase productivity and emphasizes focus on the text on the client side. It’s great for text-based websites that don’t have many tables which interfere with selecting content. The good news [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://lab.hakim.se/fokus/"><strong>Fokus</strong></a> is a <strong>plugin that emphasizes the selected text by making the rest of it semi-transparent.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/fokus.jpg"><img class="attachment-medium" title="fokus" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/fokus-300x146.jpg" alt="fokus" width="300" height="146" /></a>Also available as a Chrome extension, Fokus aims to increase productivity and emphasizes focus on the text on the client side.</p>
<p>It’s great for text-based websites that don’t have many tables which interfere with selecting content.</p>
<p>The good news is that Fokus doesn’t work on input fields, so it won’t interfere with any input activities, like writing articles such as this.</p>
<ul>
<li>Website: <a href="http://lab.hakim.se/fokus/">http://lab.hakim.se/fokus/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/fokus-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TypeScript</title>
		<link>http://edanhewitt.com/webdev/typescript/</link>
		<comments>http://edanhewitt.com/webdev/typescript/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:37:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=627</guid>
		<description><![CDATA[TypeScript is a language built on top of JavaScript, offering several new features — debugging included. Supporting several development environments, such as Node and Visual Studio 2012, TypeScript offers a rich array of features like debugging, scalability and a clean editing. TypeScript introduces explicit OOP patterns to JavaScript. Those include interfaces, constructors and classes. Website: [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://www.typescriptlang.org/"><strong>TypeScript</strong></a> is a <strong>language built on top of JavaScript, offering several new features — debugging included.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/typescript.jpg"><img class="attachment-medium" title="typescript" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/typescript-300x98.jpg" alt="typescript" width="300" height="98" /></a>Supporting several development environments, such as Node and Visual Studio 2012, TypeScript offers a rich array of features like debugging, scalability and a clean editing.</p>
<p><strong>TypeScript introduces explicit OOP patterns to JavaScript</strong>. Those include interfaces, constructors and classes.</p>
<ul>
<li>Website: <a href="http://www.typescriptlang.org/">http://www.typescriptlang.org/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/typescript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pXY.js</title>
		<link>http://edanhewitt.com/webdev/pxyj/</link>
		<comments>http://edanhewitt.com/webdev/pxyj/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:35:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=620</guid>
		<description><![CDATA[pXY.js is a library for analyzing canvas elements. The developer states that pXY.js is useful for (rather obscure) actions like document feature extraction and OCR segmentation. The documentation is well-detailed with examples. If not useful right away, pXY at least serves as an introduction to algorithm visualization. Website: http://o-0.me/pXY/]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://o-0.me/pXY/"><strong>pXY.js</strong></a> is a<strong> library for analyzing canvas elements.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/pxyjs.jpg"><img class="attachment-medium" title="pxyjs" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/pxyjs-300x161.jpg" alt="pxyjs" width="300" height="161" /></a>The developer states that <strong>pXY.js is useful for (rather obscure) actions like document feature extraction and OCR segmentation.</strong></p>
<p>The documentation is well-detailed with examples. If not useful right away, pXY at least serves as an introduction to algorithm visualization.</p>
<ul>
<li>Website: <a href="http://o-0.me/pXY/">http://o-0.me/pXY/</a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/pxyj/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proton++</title>
		<link>http://edanhewitt.com/webdev/proton/</link>
		<comments>http://edanhewitt.com/webdev/proton/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:34:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=616</guid>
		<description><![CDATA[Proton++ is a C++ framework for multi-touch gesture implementation. It uses tablature and regular expressions to make room for simpler, faster touch implementations. Available for Android and iOS, Proton++ is a very useful tool for developers that want to implement complex touch gestures with a simpler rule set. While we wait for the concept to [...]]]></description>
			<content:encoded><![CDATA[<p><a onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://vis.berkeley.edu']);" href="http://vis.berkeley.edu/papers/protonPlusPlus/"><strong>Proton++</strong></a> is a <strong>C++ framework for multi-touch gesture implementation.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/touchplusplus.jpg"><img class="attachment-medium" title="touchplusplus" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/touchplusplus-300x123.jpg" alt="touchplusplus" width="300" height="123" /></a></p>
<p>It uses tablature and regular expressions to make room for simpler, faster touch implementations.</p>
<p><strong>Available for Android and iOS, Proton++ is a very useful tool for developers that want to implement complex touch gestures with a simpler rule set.</strong></p>
<p>While we wait for the concept to spread — and, thus, possibly get a port to JS — <a onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.youtube.com']);" href="http://www.youtube.com/watch?v=vq8gUlwprdk">the introduction video</a> does well to clear up any questions about the nature of this framework.</p>
<div style="clear: both;"></div>
<ul>
<li>Website: <a onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://vis.berkeley.edu']);" href="http://vis.berkeley.edu/papers/protonPlusPlus/">http://vis.berkeley.edu/papers/protonPlusPlus/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/proton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sheetsee</title>
		<link>http://edanhewitt.com/webdev/sheetsee/</link>
		<comments>http://edanhewitt.com/webdev/sheetsee/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 00:33:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=613</guid>
		<description><![CDATA[Sheetsee.js is a content visualization library that works with Google Docs’ spreadsheets. Using a plethora of libraries (well, actually, four) like tabletop.js and raphael.js for visualization, as well as mustache.js for creating data templates, Sheetsee actually works like a small CMS that updates data every time you update the spreadsheets. Sheetsee.js looks like a very [...]]]></description>
			<content:encoded><![CDATA[<p><a onclick="javascript:_gaq.push(['_trackEvent','download','http://github.com/jllord/sheetsee.js']);" href="https://github.com/jllord/sheetsee.js"><strong>Sheetsee.js</strong></a> is a <strong>content visualization library that works with Google Docs’ spreadsheets.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/sheetsee.jpg"><img class="attachment-medium" title="sheetsee" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/10/sheetsee-300x151.jpg" alt="sheetsee" width="300" height="151" /></a>Using a plethora of libraries (well, actually, four) like tabletop.js and raphael.js for visualization, as well as mustache.js for creating data templates, <strong>Sheetsee actually works like a small CMS that updates data every time you update the spreadsheets.</strong></p>
<p><strong>Sheetsee.js looks like a very powerful (and convenient) tool for data visualization</strong>, as the data updates in real-time and Google’s Docs are very compatible with any data-fetching solutions.</p>
<div style="clear: both;"></div>
<ul>
<li>Website: <a onclick="javascript:_gaq.push(['_trackEvent','download','http://github.com/jllord/sheetsee.js']);" href="https://github.com/jllord/sheetsee.js">https://github.com/jllord/sheetsee.js</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/sheetsee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>prettyCheckable</title>
		<link>http://edanhewitt.com/webdev/prettycheckable/</link>
		<comments>http://edanhewitt.com/webdev/prettycheckable/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 02:09:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=603</guid>
		<description><![CDATA[prettyCheckable is a jQuery plugin for styling checkboxes and radio buttons. The plugin features four ready-made color options and of course customization, which is done through editing a PSD. prettyCheckable aims to provide a larger area for touchscreen users, as well as offers a better look &#38; size (arguably) than the default checkboxes and radio [...]]]></description>
			<content:encoded><![CDATA[<p><a onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://arthurgouveia.com']);" href="http://arthurgouveia.com/prettyCheckable/"><strong>prettyCheckable</strong></a> is a <strong>jQuery plugin for styling checkboxes and radio buttons.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/09/checkcheckcheck1.jpg"><img class="attachment-medium" title="checkcheckcheck1" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/09/checkcheckcheck1-300x127.jpg" alt="checkcheckcheck1" width="300" height="127" /></a><strong>The plugin features four ready-made color options and of course customization, which is done through editing a PSD.</strong></p>
<p>prettyCheckable aims to provide a larger area for touchscreen users, as well as offers a better look &amp; size (arguably) than the default checkboxes and radio buttons.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/prettycheckable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixel-perfect Vector Icons — Crisp Icon Set</title>
		<link>http://edanhewitt.com/webdev/pixel-perfect-vector-icons-crisp-icon-set/</link>
		<comments>http://edanhewitt.com/webdev/pixel-perfect-vector-icons-crisp-icon-set/#comments</comments>
		<pubDate>Fri, 10 Aug 2012 20:17:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=583</guid>
		<description><![CDATA[Crisp Icon Set is a neat set of 108 scaleable and generic vector icons. The icons come in four formats — CSH, PSD, retina and PNG — as well as three pixel sizes. These generic icons are perfect for any web/mobile app, and as you can resize them freely, the Crisp icons are also great [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.icondeposit.com/theicondeposit:108"><strong>Crisp Icon Set</strong></a> is <strong>a neat set of 108 scaleable and generic vector icons.</strong></p>
<p><a href="http://www.icondeposit.com/theicondeposit:108"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/08/crispiconset.jpg" alt="" title="crispiconset" width="400" height="151" class="alignnone size-full wp-image-584" /></a></p>
<p><strong><br />
The icons come in four formats — CSH, PSD, retina and PNG — as well as three pixel sizes.<br />
</strong></p>
<p>These generic icons are perfect for any web/mobile app, and as you can resize them freely, the Crisp icons are also great to use in a logo or anywhere else where you’d need to surpass the usual icon size.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/pixel-perfect-vector-icons-crisp-icon-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pie Charts For Favicons — Piecon</title>
		<link>http://edanhewitt.com/webdev/pie-charts-for-favicons-piecon/</link>
		<comments>http://edanhewitt.com/webdev/pie-charts-for-favicons-piecon/#comments</comments>
		<pubDate>Fri, 10 Aug 2012 20:13:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=580</guid>
		<description><![CDATA[Piecon is a tiny JS library that dynamically generates pie charts for your favicons. The library falls back to title updates if the pie icons aren’t supported. Piecon is tested to work on Chrome 15+, Opera 11+ and FireFox 9+. This is a great way to replace a loader; however, I think developers &#160;wouldn’t want [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lipka.github.com/piecon/"><strong>Piecon</strong></a> is a <strong>tiny JS library that dynamically generates pie charts for your favicons.</strong></p>
<p><a href="http://lipka.github.com/piecon/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/08/piecon.jpg" alt="" title="piecon" width="311" height="71" class="alignnone size-full wp-image-581" /></a></p>
<p>The library falls back to title updates if the pie icons aren’t supported. Piecon is tested to work on Chrome 15+, Opera 11+ and FireFox 9+.</p>
<p><strong>This is a great way to replace a loader;</strong> however, I think developers &nbsp;wouldn’t want their tab to become lost among others while their game/app is loading.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/pie-charts-for-favicons-piecon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome And Customizable Gauges — justGage</title>
		<link>http://edanhewitt.com/webdev/awesome-and-customizable-gauges-justgage/</link>
		<comments>http://edanhewitt.com/webdev/awesome-and-customizable-gauges-justgage/#comments</comments>
		<pubDate>Fri, 10 Aug 2012 20:12:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Handy]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=576</guid>
		<description><![CDATA[justGage is a JS plugin built on top of Raphael; it’s used for creating awesome SVG gauges. justGage creates animated gauges which can supplement your website or app. The graphics are pure SVG, so they work in many browsers. Although the developers emphasize responsive design, my recent version of Chrome doesn’t update the gauges responsively. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.justgage.com/"><strong>justGage</strong></a> is a <strong>JS plugin built on top of Raphael; it’s used for creating awesome SVG gauges.</strong></p>
<p><a href="http://www.justgage.com/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/08/justgage.jpg" alt="" title="justgage" width="400" height="177" class="alignnone size-full wp-image-577" /></a></p>
<p><strong>justGage creates animated gauges which can supplement your website or app.</strong></p>
<p>The graphics are pure SVG, so they work in many browsers. Although the developers emphasize responsive design, my recent version of Chrome doesn’t update the gauges responsively.</p>
<p>However, the plugin does provide a way of customizing the gauges, but that’s done with JS.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/awesome-and-customizable-gauges-justgage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sort CSS Properties In Specific Order — CSScomb</title>
		<link>http://edanhewitt.com/webdev/sort-css-properties-in-specific-order-csscomb/</link>
		<comments>http://edanhewitt.com/webdev/sort-css-properties-in-specific-order-csscomb/#comments</comments>
		<pubDate>Fri, 10 Aug 2012 20:11:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=573</guid>
		<description><![CDATA[CSScomb is an online tool for sorting CSS properties in a given order. CSScomb re-parses the code and arranges it the way you want it. Commented expressions are parsed, too. What’s more, CSScomb leaves the initial code structure and arrangement totally intact, abiding to the way you structured your CSS before. The tool is also [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://csscomb.com/"><strong>CSScomb</strong> </a>is an <strong>online tool for sorting CSS properties in a given order.</strong></p>
<p><strong>CSScomb re-parses the code and arranges it the way you want it. Commented expressions are parsed, too.</strong></p>
<p><a href="http://csscomb.com/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/08/csscomb.jpg" alt="" title="csscomb" width="400" height="223" class="alignnone size-full wp-image-574" /></a></p>
<p>What’s more, CSScomb leaves the initial code structure and arrangement totally intact, abiding to the way you structured your CSS before.</p>
<p>The tool is also available as a plugin for numerous desktop editors, including Notepad++, Sublime Text 2, Textmate, and others.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/sort-css-properties-in-specific-order-csscomb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HubInfo</title>
		<link>http://edanhewitt.com/webdev/hubinfo/</link>
		<comments>http://edanhewitt.com/webdev/hubinfo/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:47:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=536</guid>
		<description><![CDATA[Following the onslaught of GitHub-related plugins and browser extensions…&#160;enter HubInfo. HubInfo is a jQuery plugin for showing information about GitHub repos. The plugin is pretty simple in its functions, as it only displays info about a repository + links. There’s also an example that shows how to include Twitter sharing, too. HubInfo is pretty useful [...]]]></description>
			<content:encoded><![CDATA[<p>Following the onslaught of GitHub-related plugins and browser extensions…&nbsp;<em>enter</em> HubInfo.</p>
<p><strong><a href="http://projects.jga.me/hubinfo/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://projects.jga.me']);">HubInfo</a> is a jQuery plugin for showing information about GitHub repos.</strong></p>
<p><a href="http://projects.jga.me/hubinfo/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/hubinfo.png" alt="" title="hubinfo" width="400" height="81" class="alignnone size-full wp-image-537" /></a></p>
<p>The plugin is pretty simple in its functions, as <strong>it only displays info about a repository + links</strong>.</p>
<p>There’s also an example that shows how to include Twitter sharing, too.</p>
<p>HubInfo is pretty useful if you want to showcase all your GitHub repos in one page or if you run a website such as Webification.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/hubinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sortable Lists With Drag&amp;Drop — HTML5 Sortable</title>
		<link>http://edanhewitt.com/webdev/sortable-lists-with-dragdrop-html5-sortable/</link>
		<comments>http://edanhewitt.com/webdev/sortable-lists-with-dragdrop-html5-sortable/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:46:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=533</guid>
		<description><![CDATA[HTML5 has impressive drag and drop capability, used in web apps such as Gmail, Netflix, and file uploading services. HTML5 Sortable is a&#160;plugin that uses drag&#38;drop for creating sortable lists.]]></description>
			<content:encoded><![CDATA[<p><strong>HTML5 has impressive drag and drop capability, used in web apps such as Gmail, Netflix, and file uploading services.</strong></p>
<p><a href="http://farhadi.ir/projects/html5sortable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://farhadi.ir']);"><strong>HTML5 Sortable</strong></a> is a<strong>&nbsp;plugin that uses drag&amp;drop for creating sortable lists.</strong></p>
<p><a href="http://farhadi.ir/projects/html5sortable"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/html5sortable.png" alt="" title="html5sortable" width="314" height="205" class="alignnone size-full wp-image-534" /%</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/sortable-lists-with-dragdrop-html5-sortable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roundabout Plugin</title>
		<link>http://edanhewitt.com/webdev/roundabout-plugin/</link>
		<comments>http://edanhewitt.com/webdev/roundabout-plugin/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:45:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=530</guid>
		<description><![CDATA[Roundabout&#160;is a jQuery plugin that converts unordered lists into nice-looking turntables. Roundabout features a handy API for managing the turntables. Addons that enhance Roundabout’s turntables are also available. As seen in the picture, the plugin works with images as well. As well as for showcasing shop items or recent articles, Roundabout can be used for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fredhq.com/projects/roundabout/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://fredhq.com']);"><strong>Roundabout</strong></a>&nbsp;is a <strong>jQuery plugin that converts unordered lists into nice-looking turntables.</strong></p>
<p><a href="http://fredhq.com/projects/roundabout/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/roundabout.png" alt="" title="roundabout" width="400" height="278" class="alignnone size-full wp-image-531" /></a></p>
<p>Roundabout features a handy API for managing the turntables. Addons that enhance Roundabout’s turntables are also available.</p>
<p>As seen in the picture, the plugin works with images as well.</p>
<p><strong>As well as for showcasing shop items or recent articles, Roundabout can be used for fun animations and as a form element.&nbsp;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/roundabout-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sidetap Mobile Library</title>
		<link>http://edanhewitt.com/webdev/sidetap-mobile-library/</link>
		<comments>http://edanhewitt.com/webdev/sidetap-mobile-library/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:43:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=527</guid>
		<description><![CDATA[Sidetap is a minuscule (2kb) mobile framework that works upon jQuery or Zepto.js. Sidetap is an implementation of the popular side menu navigation like that of Facebook and Sparrow. The framework is device-agnostic, and features a simple structure to make design decisions easier (and customization not achievable). You’ll like the easy syntax and the small [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sidetap.it/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://sidetap.it']);"><strong>Sidetap</strong></a> is a <strong>minuscule (2kb) mobile framework that works upon jQuery or Zepto.js.</strong></p>
<p><a href="http://sidetap.it/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/sidetap.png" alt="" title="sidetap" width="400" height="219" class="alignnone size-full wp-image-528" /></a></p>
<p>Sidetap is an implementation of the popular side menu navigation like that of Facebook and Sparrow.</p>
<p>The framework is device-agnostic, and features a simple structure to make design decisions easier (and customization not achievable).</p>
<p>You’ll like the easy syntax and the small size. Although many things are missing from Sidetap, the development roadmap is optimistic, especially the bit about leaving the side navigation open on tablets like the iPad.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/sidetap-mobile-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Table of Contents</title>
		<link>http://edanhewitt.com/webdev/jquery-table-of-contents/</link>
		<comments>http://edanhewitt.com/webdev/jquery-table-of-contents/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=524</guid>
		<description><![CDATA[Tocify is a plugin that creates a neat table of contents with just a few lines. The table of contents features subsections, and updates while the user is scrolling through the page. The plugin works upon jQuery’s UI, and, what’s more, supports themes, as well as the back/forward buttons on the browser if you opt [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gregfranko.com/jquery.tocify.js/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://gregfranko.com']);"><strong>Tocify</strong></a> is a <strong>plugin that creates a neat table of contents with just a few lines.</strong></p>
<p><a href="http://gregfranko.com/jquery.tocify.js/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/tocify.png" alt="" title="tocify" width="400" height="152" class="alignnone size-full wp-image-525" /></a></p>
<p><strong>The table of contents features subsections, and updates while the user is scrolling through the page.</strong></p>
<p>The plugin works upon jQuery’s UI, and, what’s more, supports themes, as well as the back/forward buttons on the browser if you opt to include history.js.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jquery-table-of-contents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hallojs</title>
		<link>http://edanhewitt.com/webdev/hallojs/</link>
		<comments>http://edanhewitt.com/webdev/hallojs/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:40:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>
		<category><![CDATA[Handy]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=519</guid>
		<description><![CDATA[Hallo.js is a JavaScript library for inline content editing. Hallo.js uses the jQuery UI and HTML5′s ContentEditable functionality to edit web content. It can be used to edit Markdown content as well. The plugin operates with sub-plugins, which are very easy to code, and is altogether peachy and dandy, except for the fact that it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hallojs.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://hallojs.org']);"><strong>Hallo.js</strong></a> is a <strong>JavaScript library for inline content editing.</strong></p>
<p><a href="http://hallojs.org/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/hallojs.png" alt="" title="hallojs" width="400" height="149" class="alignnone size-full wp-image-520" /></a></p>
<p><strong>Hallo.js uses the jQuery UI and HTML5′s ContentEditable functionality to edit web content.</strong></p>
<p><strong></strong>It can be used to edit Markdown content as well.</p>
<p>The plugin operates with sub-plugins, which are very easy to code, and is altogether peachy and dandy, except for the fact that it cannot format links as of now.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/hallojs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharrre</title>
		<link>http://edanhewitt.com/webdev/sharrre/</link>
		<comments>http://edanhewitt.com/webdev/sharrre/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:38:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=516</guid>
		<description><![CDATA[Sharrre is a jQuery plugin for easily creating sharing buttons. The plugin helps creating uniform buttons for use in websites. Sharrre supports all major browsers and IE6. Besides providing a comprehensive, all-in-one tool for creating share buttons, the plugin is highly customizable and easy to implement.]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharrre.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://sharrre.com']);"><strong>Sharrre</strong></a> is a <strong>jQuery plugin for easily creating sharing buttons.</strong></p>
<p><a href="http://sharrre.com/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/Untitled1.png" alt="" title="Untitled1" width="250" height="100" class="alignnone size-full wp-image-517" /></a></p>
<p>The plugin helps creating uniform buttons for use in websites. Sharrre supports all major browsers and IE6.</p>
<p>Besides providing a comprehensive, all-in-one tool for creating share buttons, the plugin is highly customizable and easy to implement.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/sharrre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>termsfeed</title>
		<link>http://edanhewitt.com/webdev/termsfeed/</link>
		<comments>http://edanhewitt.com/webdev/termsfeed/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:37:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=513</guid>
		<description><![CDATA[Termsfeed is a web app that generates Terms of Service and privacy policies for use in websites. Usually the process of creating the ToS is time-consuming, but the website provides an easy-to-use vanilla template you can later modify with your attorney if you have one. Termsfeed makes the process quicker and takes about a minute [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://termsfeed.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://termsfeed.com']);"><strong>Termsfeed</strong></a> is a <strong>web app that generates Terms of Service and privacy policies for use in websites.</strong></p>
<p><a href="http://termsfeed.com/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/termsfeed1.png" alt="" title="termsfeed1" width="250" height="66" class="alignnone size-full wp-image-514" /></a></p>
<p>Usually the process of creating the ToS is time-consuming, but the website provides an easy-to-use vanilla template you can later modify with your attorney if you have one.</p>
<p>Termsfeed makes the process quicker and takes about a minute to generate the stuff that few people bother to read anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/termsfeed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MaxImage Slider</title>
		<link>http://edanhewitt.com/webdev/maximage-slider/</link>
		<comments>http://edanhewitt.com/webdev/maximage-slider/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:36:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=510</guid>
		<description><![CDATA[Maximage 2.0 is the newest version of Aaron Vanderzwan’s plugin for fullscreen background cycling. The library uses jQuery. Both HTML elements and images are supported for the background. Options and events are there as well, but there’s not much customization to do for a plugin like this.]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.aaronvanderzwan.com/2012/07/maximage-2-0/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://blog.aaronvanderzwan.com']);"><strong>Maximage 2.0</strong></a> is the <strong>newest version of Aaron Vanderzwan’s plugin for fullscreen background cycling.</strong></p>
<p><a href="ttp://blog.aaronvanderzwan.com/2012/07/maximage-2-0/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/maximage.png" alt="" title="maximage" width="400" height="104" class="alignnone size-full wp-image-511" /></a></p>
<p>The library uses jQuery. Both HTML elements and images are supported for the background. Options and events are there as well, but there’s not much customization to do for a plugin like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/maximage-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ambiance Notifications</title>
		<link>http://edanhewitt.com/webdev/ambiance-notifications/</link>
		<comments>http://edanhewitt.com/webdev/ambiance-notifications/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:34:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=507</guid>
		<description><![CDATA[Ambiance is a plugin for creating notifications the easy way. The plugin has seven options, which are actually more than enough for giving simple notifications. Three self-explanatory notification types — error, success, and default — along with the easy styling make the plugin straightforward, easy to use, and effective.]]></description>
			<content:encoded><![CDATA[<p><a href="http://richardhsu.github.com/jquery.ambiance/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://richardhsu.github.com']);"><strong>Ambiance</strong></a> is a <strong>plugin for creating notifications the easy way.</strong></p>
<p><a href="http://richardhsu.github.com/jquery.ambiance/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/ambiance.png" alt="" title="ambiance" width="329" height="198" class="alignnone size-full wp-image-508" /></a></p>
<p>The plugin has seven options, which are actually more than enough for giving simple notifications.</p>
<p>Three self-explanatory notification types — error, success, and default — along with the easy styling make the plugin straightforward, easy to use, and effective.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/ambiance-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stickyMojo</title>
		<link>http://edanhewitt.com/webdev/stickymojo/</link>
		<comments>http://edanhewitt.com/webdev/stickymojo/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:33:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=504</guid>
		<description><![CDATA[stickyMojo is a jQuery plugin for adding a sticky sidebar to a page. stickyMojo supports Chrome, IE8+, and FireFox. Graceful degradation is supported for older versions of IE.]]></description>
			<content:encoded><![CDATA[<p><a href="http://mojotech.github.com/stickymojo/"><strong>stickyMojo</strong></a> is a <strong>jQuery plugin for adding a sticky sidebar to a page.</strong></p>
<p><a href="http://mojotech.github.com/stickymojo/"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/stickymojo.png" alt="" title="stickymojo" width="400" height="119" class="alignnone size-full wp-image-505" /></a></p>
<p>stickyMojo <strong>supports Chrome, IE8+, and FireFox</strong>. Graceful degradation is supported for older versions of IE.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/stickymojo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iconmonstr</title>
		<link>http://edanhewitt.com/webdev/iconmonstr/</link>
		<comments>http://edanhewitt.com/webdev/iconmonstr/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:31:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=501</guid>
		<description><![CDATA[iconmonstr is an icon set from Alexander Kahlkopf. It features a number of stylish icons for use in your web projects. iconmonstr features more than 600 icons for use in your projects. Although they aren’t downloadable in a bundle, there’s a search engine for easier icon finding.&#160;The icons are available in .PNG and .SVG file [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://iconmonstr.com/"><strong>iconmonstr</strong></a> is an <strong>icon set from Alexander Kahlkopf. </strong></p>
<p>It features a number of stylish icons for use in your web projects.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/iconmonstr.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/iconmonstr.png" alt="" title="iconmonstr" width="231" height="132" class="alignnone size-full wp-image-502" /></a></p>
<p><strong>iconmonstr features more than 600 icons for use in your projects.</strong> Although they aren’t downloadable in a bundle, there’s a search engine for easier icon finding.&nbsp;The icons are available in .PNG and .SVG file formats.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/iconmonstr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Framewarp</title>
		<link>http://edanhewitt.com/webdev/framewarp/</link>
		<comments>http://edanhewitt.com/webdev/framewarp/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 00:29:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Handy]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=498</guid>
		<description><![CDATA[FrameWarp is a plugin for showing separate pages in a LightBox-like environment. It is released as a tutorial, explaining the whys and hows of making such a plugin. Although FrameWarp is basically a LightBox plugin, it still has interesting features like a JavaScript fallback and a cache system for subsequent loads. FrameWarp is a neater [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tutorialzine.com/2012/07/framewarp-jquery-plugin/"><strong>FrameWarp</strong></a> is a <strong>plugin for showing separate pages in a LightBox-like environment.</strong></p>
<p>It is released as a tutorial, explaining the whys and hows of making such a plugin.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/framewarp.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/framewarp.png" alt="" title="framewarp" width="400" height="226" class="alignnone size-full wp-image-499" /></a></p>
<p>Although FrameWarp is basically a LightBox plugin, it still has interesting features like a JavaScript fallback and a cache system for subsequent loads.</p>
<p>FrameWarp is a neater way of loading separate pages than a LightBox.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/framewarp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unitools</title>
		<link>http://edanhewitt.com/webdev/unitools/</link>
		<comments>http://edanhewitt.com/webdev/unitools/#comments</comments>
		<pubDate>Mon, 23 Jul 2012 17:54:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=495</guid>
		<description><![CDATA[Unitools is a suite of tools for working with Unicode in the browser. This is a collection of tools gathered from different sources on the net, and put onto one page for quick reference. The tools are a reaction to the increasing problem of resources disappearing from the net only never to be seen again. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://u-n-i.co/de/"><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/unilogo.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/07/unilogo.png" alt="" title="unilogo" width="187" height="50" class="alignnone size-full wp-image-496" /></a></a></p>
<p><a href="http://u-n-i.co/de/">Unitools</a> is a suite of tools for working with Unicode in the browser. This is a collection of tools gathered from different sources on the net, and put onto one page for quick reference. The tools are a reaction to the increasing problem of resources disappearing from the net only never to be seen again.
               </p>
<p><a href="http://u-n-i.co/de/">Unitools</a> is also an evolution of an old site, <a href="http://davidhiggins.me/unicode">Unicode Tools</a>, released in late 2011. The only difference is, all the tools are on one page, and this means less link-hopping, and an overall better experience for the user. It also makes the project easier to maintain, as new tools arrive all the time.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/unitools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handpicked jQuery Plugins Repository</title>
		<link>http://edanhewitt.com/webdev/handpicked-jquery-plugins-repository/</link>
		<comments>http://edanhewitt.com/webdev/handpicked-jquery-plugins-repository/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 00:13:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=491</guid>
		<description><![CDATA[One of the greatest things about jQuery is the ever-expanding user-base. In the past it was common for libraries to have a small following, with only a handful of plugins and widgets made by advocates of the library. Now it seems everyone has their own jQuery plugin. You only have to look on Github to [...]]]></description>
			<content:encoded><![CDATA[<p><a title="The Handpicked jQuery Plugins Repository" href="http://iwantaneff.in/repo" target="_blank"><img class="alignnone size-full wp-image-492" title="handpicked-jquery-plugins" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/handpicked-jquery-plugins.png" alt="" width="362" height="171" /></a></p>
<p>One of the greatest things about jQuery is the ever-expanding user-base. In the past it was common for libraries to have a small following, with only a handful of plugins and widgets made by advocates of the library. Now it seems everyone has their own jQuery plugin. You only have to look on Github to see many programmers have thrown their two-cents into the jQuery community. It seems you have the dabblers who make small plugins to test their skill, and (usually) end-up creating something truly awesome, and the aficionados who only do jQuery stuff (and only very rarely throw out good code, though some do).</p>
<p>Over the past three or so years I have been assimilating and trying to make sense of the sheer volume of these plugins, and over the course of my constant checking of del.icio.us, and various other javascript related sites, I came up with a jQuery project of my own. I couldn’t help it, I had to respond to this phenomenon. You see, I collect jQuery plugins that I find interesting, and if time permits, use them extensively in my projects. It turns out, I only like good jQuery plugins, that is, plugins which bring something new to the table, or offer a unique way of interacting with a website that hasn’t been done before.</p>
<p>Sadly, some plugin authors don’t get the exposure they deserve for their work, as usually references to a particular plugin are drowned by the noise of the dreaded ‘link list’ / ’roundup’ type post. Hands up how many people discovered a plugin they really liked by wading through a huge list on some blog? (Puts hands up). If the web-as-app needs better discover-ability techniques, then surely we must get rid of bloated content farms serving up the ‘coolest jQuery plugins of 2011′ type posts, and actually create something a bit more human and above all, of high quality.</p>
<p>This is a ‘handpicked’ repository of jQuery scripts, so don’t be offended when you see a script you don’t like. If you’re annoyed certain plugins didn’t make the list, create your own repo! I’ve even made the entire site’s source code available so you can do just that.</p>
<p><a href="http://iwantaneff.in/repo" target="_blank">The Handpicked jQuery Plugins Repository</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/handpicked-jquery-plugins-repository/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DDSlick</title>
		<link>http://edanhewitt.com/webdev/ddslick/</link>
		<comments>http://edanhewitt.com/webdev/ddslick/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 17:22:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=488</guid>
		<description><![CDATA[ddSlick is a jQuery plugin for creating dropdown menus with images and descriptions. The plugin sports a rather attractive default design, along with callbacks and GET/SET method support. Data is passed to ddSlick as JSON, and keyboard support is coming “soon”. ddSlick is indeed a slick alternative to default drop down select boxes.]]></description>
			<content:encoded><![CDATA[<p><a href="http://designwithpc.com/Plugins/ddSlick" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://designwithpc.com']);">ddSlick</a></strong> is a <strong>jQuery plugin for creating dropdown menus with images and descriptions.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/ddslick.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/ddslick.png" alt="" title="ddslick" width="320" height="257" class="alignnone size-full wp-image-489" /></a></p>
<p><strong>The plugin sports a rather attractive default design, along with callbacks and GET/SET method support.</strong></p>
<p>Data is passed to ddSlick as JSON, and keyboard support is coming “soon”.</p>
<p>ddSlick is indeed a slick alternative to default drop down select boxes.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/ddslick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple WYSIWYG — Redactor</title>
		<link>http://edanhewitt.com/webdev/simple-wysiwyg-redactor/</link>
		<comments>http://edanhewitt.com/webdev/simple-wysiwyg-redactor/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 17:21:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=485</guid>
		<description><![CDATA[Redactor is a jQuery-powered WYSIWYG editor.&#160; Redactor is actually quite a monumental plugin with numerous options and extensive docs. Among the most notable features, Redactor holds the following: File Uploading; Autosave; Keyboard shortcuts; An extensive API; It’s clear that Redactor is a juggernaut of a plugin, and can easily be an all-round choice if an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://redactorjs.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://redactorjs.com']);">Redactor</a></strong> is a <strong>jQuery-powered WYSIWYG editor.&nbsp;</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/redactor.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/redactor.png" alt="" title="redactor" width="400" height="259" class="alignnone size-full wp-image-486" /></a></p>
<p>Redactor is actually quite a monumental plugin with numerous options and extensive docs.</p>
<p>Among the most notable features, Redactor holds the following:</p>
<ul>
<li>File Uploading;</li>
<li>Autosave;</li>
<li>Keyboard shortcuts;</li>
<li>An extensive API;</li>
</ul>
<p>It’s clear that Redactor is a juggernaut of a plugin, and can easily be an all-round choice if an app needs a WYSIWYG editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/simple-wysiwyg-redactor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GMaps</title>
		<link>http://edanhewitt.com/webdev/gmaps/</link>
		<comments>http://edanhewitt.com/webdev/gmaps/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 17:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=482</guid>
		<description><![CDATA[gmaps.js is a wrapper library around the Google Maps API. It simplifies making Google-Maps powered, customized maps. gmaps.js can be used to apply polyfills, routes, overlays, etc. to Google Maps, and is a useful library for website development from small company websites to transport and delivery companies where maps play an important role in customer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hpneo.github.com/gmaps/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://hpneo.github.com']);">gmaps.js</a></strong> is a<strong> wrapper library around the Google Maps API.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/gmaps.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/gmaps.png" alt="" title="gmaps" width="400" height="154" class="alignnone size-full wp-image-483" /></a></p>
<p><strong>It simplifies making Google-Maps powered, customized maps</strong>.</p>
<p>gmaps.js can be used to apply polyfills, routes, overlays, etc. to Google Maps, and is a useful library for website development from small company websites to transport and delivery companies where maps play an important role in customer interaction.</p>
<p>See the&nbsp;<a href="http://hpneo.github.com/gmaps/examples.html" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://hpneo.github.com']);">examples page</a>&nbsp;for a better idea of what to look for in this library.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/gmaps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>happy.js</title>
		<link>http://edanhewitt.com/webdev/happy-js/</link>
		<comments>http://edanhewitt.com/webdev/happy-js/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 17:19:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=479</guid>
		<description><![CDATA[Happy.js is a lightweight&#160;library for easy form validation using jQuery or Zepto. Happy.js makes the validation process remarkably simple: for fields that have to be filled, simply set required: true; similarly, provide a test argument for email fields, etc. The argumentation behind this plugin is, as the developer puts it, “It’s hard to be happy [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://happyjs.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://happyjs.com']);">Happy.js</a></strong> is a <strong>lightweight&nbsp;library for easy form validation using jQuery or Zepto.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/happyjs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/happyjs.png" alt="" title="happyjs" width="400" height="122" class="alignnone size-full wp-image-480" /></a></p>
<p>Happy.js makes the validation process remarkably simple: for fields that have to be filled, simply set required: true; similarly, provide a test argument for email fields, etc.</p>
<p>The argumentation behind this plugin is, as the developer puts it, “It’s hard to be happy when you’re bloated.”</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/happy-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Percentage Loader</title>
		<link>http://edanhewitt.com/webdev/percentage-loader/</link>
		<comments>http://edanhewitt.com/webdev/percentage-loader/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 17:17:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=476</guid>
		<description><![CDATA[Percentage Loader is a jQuery plugin for displaying data loading process in an engaging way. Percentage Loader uses HTML5 canvas to create a graphically engaging experience in just about 10 kilobytes minified. As vectors not images are used, percentage loaders can be created at any size preferred.]]></description>
			<content:encoded><![CDATA[<p><a href="http://widgets.better2web.com/loader/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://widgets.better2web.com']);">Percentage Loader</a></strong> is a <strong>jQuery plugin for displaying data loading process in an engaging way.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/percentageloader.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/percentageloader.png" alt="" title="percentageloader" width="400" height="210" class="alignnone size-full wp-image-477" /></a></p>
<p><strong>Percentage Loader uses HTML5 canvas to create a graphically engaging experience in just about 10 kilobytes minified.</strong></p>
<p>As vectors not images are used, percentage loaders can be created at any size preferred.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/percentage-loader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimalist Social Media Icon Set</title>
		<link>http://edanhewitt.com/webdev/minimalist-social-media-icon-set/</link>
		<comments>http://edanhewitt.com/webdev/minimalist-social-media-icon-set/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 17:16:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=473</guid>
		<description><![CDATA[The Leest Icon-Set is an icon set featuring social media icons in a minimalist format. The icons are shipped in .PNG; the lack of PSD files is slightly disappointing, but they’re beautiful all the same. As for the motivation behind these generic-use icons, the developer states: “[...] obviously, it was the leest I could do. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bl.gg/2012/05/the-leest-icon-set" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://bl.gg']);">The Leest Icon-Set</a></strong> is an <strong>icon set featuring social media icons in a minimalist format.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/leest-icon-set.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/06/leest-icon-set.png" alt="" title="leest-icon-set" width="332" height="69" class="alignnone size-full wp-image-474" /></a></p>
<p>The icons are shipped in .PNG; the lack of PSD files is slightly disappointing, but they’re beautiful all the same.</p>
<p>As for the motivation behind these generic-use icons, the developer states: “[...] obviously, it was the leest I could do. =)”</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/minimalist-social-media-icon-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hogan.js</title>
		<link>http://edanhewitt.com/webdev/hogan/</link>
		<comments>http://edanhewitt.com/webdev/hogan/#comments</comments>
		<pubDate>Tue, 01 May 2012 18:24:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=462</guid>
		<description><![CDATA[Hogan.js is a templating engine developed at Twitter. hoganjs A Twitter developed Node Templating Engine Hogan.js Hogan.js is wrapped around Mustache, and provides a nice interface for the prior. The library is minuscule at only 2.5 kilobytes. Its functionality is fully based upon Mustache, yet the results are without a doubt quicker.]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.github.com/hogan.js/">Hogan.js</a> is a templating engine developed at Twitter.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/hoganjs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/hoganjs.png" alt="" title="hoganjs" width="400" height="175" class="alignnone size-full wp-image-463" /></a></p>
<p>hoganjs A Twitter developed Node Templating Engine Hogan.js</p>
<p>Hogan.js is wrapped around Mustache, and provides a nice interface for the prior.</p>
<p>The library is minuscule at only 2.5 kilobytes. Its functionality is fully based upon Mustache, yet the results are without a doubt quicker.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/hogan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finch.js</title>
		<link>http://edanhewitt.com/webdev/finch-js/</link>
		<comments>http://edanhewitt.com/webdev/finch-js/#comments</comments>
		<pubDate>Tue, 01 May 2012 18:23:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=458</guid>
		<description><![CDATA[Finch.js is a JavaScript routing library for building web apps with twice less the fuss. finchjs Simple And Powerful JavaScript Routing Finch.js Finch’s strong side is its straight-to-the-point use of routes, as parent routes are aptly loaded before the child routes, and are as well multi-leveled (grand-parent routes). Routes can be cached, too. This eliminates [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stoodder.github.com/finchjs/">Finch.js</a> is a JavaScript routing library for building web apps with twice less the fuss.<br />
<a href="http://stoodder.github.com/finchjs/"><br />
<a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/finchjs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/finchjs.png" alt="" title="finchjs" width="281" height="265" class="alignnone size-full wp-image-459" /></a></a></p>
<p>finchjs Simple And Powerful JavaScript Routing Finch.js</p>
<p>Finch’s strong side is its straight-to-the-point use of routes, as parent routes are aptly loaded before the child routes, and are as well multi-leveled (grand-parent routes).</p>
<p>Routes can be cached, too. This eliminates some of the most often encountered problems with other routing systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/finch-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bgStretcher</title>
		<link>http://edanhewitt.com/webdev/bgstretcher/</link>
		<comments>http://edanhewitt.com/webdev/bgstretcher/#comments</comments>
		<pubDate>Tue, 01 May 2012 18:21:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=455</guid>
		<description><![CDATA[bgStretcher is a jQuery plugin for adding background images and re-sizing them to fit the entire window area. bgstretcher Background Image Adding And Stretching bgStretcher You can add either a single image or a set of images; the latter effectively turns bgStretcher into a rather large slideshow. bgStretcher’s options include preloading, pagination, proportional re-sizing, etc. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ajaxblender.com/bgstretcher-2-jquery-stretch-background-plugin-updated.html">bgStretcher</a> is a jQuery plugin for adding background images and re-sizing them to fit the entire window area.</p>
<p><a href="http://www.ajaxblender.com/bgstretcher-2-jquery-stretch-background-plugin-updated.html"><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/bgstretcher.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/bgstretcher.png" alt="" title="bgstretcher" width="450" height="196" class="alignnone size-full wp-image-456" /></a></a></p>
<p>bgstretcher Background Image Adding And Stretching bgStretcher</p>
<p>You can add either a single image or a set of images; the latter effectively turns bgStretcher into a rather large slideshow.</p>
<p>bgStretcher’s options include preloading, pagination, proportional re-sizing, etc.</p>
<p>Overall, the plugin is a nice and greatly configurable solution. However, for multi-platform projects, a way of compressing images or using different versions of them would be more than welcome–performance can become a very real issue if bgStretcher isn’t used carefully.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/bgstretcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colllor</title>
		<link>http://edanhewitt.com/webdev/451/</link>
		<comments>http://edanhewitt.com/webdev/451/#comments</comments>
		<pubDate>Tue, 01 May 2012 18:19:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Handy]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=451</guid>
		<description><![CDATA[Colllor is a neat little web application for finding alternative colors to a given color. colllor Advanced Color Picking For Advanced Combinations Colllor You can supply either the hex color, or type up its name in plain English. Creating consistent color schemes is very easy with Colllor, as well as finding alternative colors for added [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://colllor.com/">Colllor</a> is a neat little web application for finding alternative colors to a given color.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/colllor.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/colllor.png" alt="" title="colllor" width="450" height="186" class="alignnone size-full wp-image-452" /></a></p>
<p>colllor Advanced Color Picking For Advanced Combinations Colllor</p>
<p>You can supply either the hex color, or type up its name in plain English.</p>
<p>Creating consistent color schemes is very easy with Colllor, as well as finding alternative colors for added design variety.</p>
<p>This must-bookmark web app can very well become an irreplaceable tool in any web designer’s arsenal.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/451/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Easy To Use Photo Gallery – PhotoShow</title>
		<link>http://edanhewitt.com/webdev/an-easy-to-use-photo-gallery-photoshow/</link>
		<comments>http://edanhewitt.com/webdev/an-easy-to-use-photo-gallery-photoshow/#comments</comments>
		<pubDate>Tue, 01 May 2012 18:18:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=448</guid>
		<description><![CDATA[PhotoShow is a DropBox-compatible, feature-rich and easy to use photo gallery. dragndrop An Easy To Use Photo Gallery PhotoShow PhotoShow’s admin interface is intuitive and allows administrators to sort, manage and delete images with just the mouse. The web gallery doesn’t require a database to run, as the files are sorted exclusively through the file [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.photoshow-gallery.com/">PhotoShow</a> is a DropBox-compatible, feature-rich and easy to use photo gallery.</p>
<p><a href="http://www.photoshow-gallery.com/"><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/dragndrop.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/dragndrop.png" alt="" title="dragndrop" width="450" height="247" class="alignnone size-full wp-image-449" /></a></a></p>
<p>dragndrop An Easy To Use Photo Gallery PhotoShow</p>
<p>PhotoShow’s admin interface is intuitive and allows administrators to sort, manage and delete images with just the mouse.</p>
<p>The web gallery doesn’t require a database to run, as the files are sorted exclusively through the file system.</p>
<p>A proxy system allows managing user permissions on a ‘mechanical’ level, meaning the photos can really stay private, that is, if they aren’t stored in a public directory.</p>
<p>Overall, PhotoShow is a powerful web gallery which could definitely be a top choice for the prolific artist’s portfolio.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/an-easy-to-use-photo-gallery-photoshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizer</title>
		<link>http://edanhewitt.com/webdev/resizer/</link>
		<comments>http://edanhewitt.com/webdev/resizer/#comments</comments>
		<pubDate>Tue, 01 May 2012 18:16:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=445</guid>
		<description><![CDATA[Resizer is a bookmarklet that resizes the size of the screen for responsive design testing. resizer An Useful Bookmarklet For Responsive Design Tests Resizer It’s very easy to use and features standard screen sizes like 320×480 (mobile), 460×640 (small tablet), tabled (768×1024), and others. Resizer is also available as a Chrome plugin and is without [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codebomber.com/jquery/resizer/">Resizer</a> is a bookmarklet that resizes the size of the screen for responsive design testing.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/resizer.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/resizer.png" alt="" title="resizer" width="326" height="125" class="alignnone size-full wp-image-446" /></a></p>
<p>resizer An Useful Bookmarklet For Responsive Design Tests Resizer</p>
<p>It’s very easy to use and features standard screen sizes like 320×480 (mobile), 460×640 (small tablet), tabled (768×1024), and others.</p>
<p>Resizer is also available as a Chrome plugin and is without a doubt the bookmarklet if you’re designing responsive pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/resizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sequencejs</title>
		<link>http://edanhewitt.com/webdev/sequence/</link>
		<comments>http://edanhewitt.com/webdev/sequence/#comments</comments>
		<pubDate>Tue, 01 May 2012 18:14:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=440</guid>
		<description><![CDATA[Sequence.js is a fully-customizable and feature-rich jQuery slider plugin. sequencejs jQuery Slider Gallery With Infinite Style Sequence.js Among notable features of Sequence.js are support of multiple instances, non-JS fallbacks, responsiveness and touch support. The documentation is well-written and includes sound advice on how to go about creating a customized gallery with Sequence.js. Overall, Sequence.js is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sequencejs.com/">Sequence.js</a> is a fully-customizable and feature-rich jQuery slider plugin.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/sequencejs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/05/sequencejs.png" alt="" title="sequencejs" width="450" height="276" class="alignnone size-full wp-image-441" /></a></p>
<p>sequencejs jQuery Slider Gallery With Infinite Style Sequence.js</p>
<p>Among notable features of Sequence.js are support of multiple instances, non-JS fallbacks, responsiveness and touch support.</p>
<p>The documentation is well-written and includes sound advice on how to go about creating a customized gallery with Sequence.js.</p>
<p>Overall, Sequence.js is a better gallery than most in terms of customizability and features: for example, in the picture you can see icons used as representatives of slides. Awesome!</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/sequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jobberBase</title>
		<link>http://edanhewitt.com/webdev/jobberbase/</link>
		<comments>http://edanhewitt.com/webdev/jobberbase/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 17:15:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=437</guid>
		<description><![CDATA[jobberBase is a free script that allows you to build your own job board. jobberBase, however, doesn’t provide oDesks’s useful desktop interface, but is useful for many either way. Features that ship with this script include RSS feeds, javascript widgets, location management, and more. With some updates, you can easily turn jobberBase into a quite [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jobberbase.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.jobberbase.com']);">jobberBase</a></strong> is a <strong>free script that allows you to build your own job board.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/jobberbase.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/jobberbase.png" alt="" title="jobberbase" width="450" height="263" class="alignnone size-full wp-image-438" /></a></p>
<p>jobberBase, however, doesn’t provide oDesks’s useful desktop interface, but is useful for many either way.</p>
<p>Features that ship with this script include RSS feeds, javascript widgets, location management, and more.</p>
<p>With some updates, you can easily turn jobberBase into a quite powerful job board.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jobberbase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://edanhewitt.com/webdev/434/</link>
		<comments>http://edanhewitt.com/webdev/434/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 17:07:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=434</guid>
		<description><![CDATA[Brewer.js is a neat library for managing your project files, including stylesheets. Brewer compiles your LESS or Stylus stylesheets, CoffeeScript files, and bundles all your code to a single file, and, optionally, compresses it. The author states that more useful features will come in the near future, including automatic dependency updates, as well as template [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://brewerjs.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://brewerjs.org']);">Brewer.js</a></strong> is a <strong>neat library for managing your project files, including stylesheets.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/brewerjs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/brewerjs.png" alt="" title="brewerjs" width="380" height="83" class="alignnone size-full wp-image-435" /></a></p>
<p><strong>Brewer compiles your LESS or Stylus stylesheets, CoffeeScript files, and bundles all your code to a single file, and, optionally, compresses it.</strong></p>
<p>The <a href="http://www.matehat.com/blog/2012/02/16/introducing-brewerjs/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.matehat.com']);">author states</a> that more useful features will come in the near future, including automatic dependency updates, as well as template management.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/434/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PageScroller</title>
		<link>http://edanhewitt.com/webdev/pagescroller/</link>
		<comments>http://edanhewitt.com/webdev/pagescroller/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 17:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=431</guid>
		<description><![CDATA[PageScroller is a jQuery plugin for smooth and easy navigation. smoothpagescrolling Smooth Scrolling With jQuery Page Scroller By default the plugin provides you with four navigation types, all of which are useful in some circumstances. For example, ‘next &#038; prev’ navigation is quite handy for mobile phones, and so on. PageScroller ships with several useful [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pagescroller.com/">PageScroller</a> is a jQuery plugin for smooth and easy navigation.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/smoothpagescrolling.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/smoothpagescrolling.png" alt="" title="smoothpagescrolling" width="450" height="281" class="alignnone size-full wp-image-432" /></a></p>
<p>smoothpagescrolling Smooth Scrolling With jQuery Page Scroller</p>
<p>By default the plugin provides you with four navigation types, all of which are useful in some circumstances.</p>
<p>For example, ‘next &#038; prev’ navigation is quite handy for mobile phones, and so on.</p>
<p>PageScroller ships with several useful options and easing functions. The code and the wrapper are both dead simple; this is an excelling plugin, at least from a brief glimpse.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/pagescroller/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fugue Icons</title>
		<link>http://edanhewitt.com/webdev/fugue-icons/</link>
		<comments>http://edanhewitt.com/webdev/fugue-icons/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:22:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=425</guid>
		<description><![CDATA[Fugue icons is a huge collection of 3,320 icons in PNG format sized at 16×16 pixels.]]></description>
			<content:encoded><![CDATA[<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/image-01.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/image-01.png" alt="" title="image-01" width="620" height="232" class="alignnone size-full wp-image-426" /></a></p>
<p><a href="http://p.yusukekamiyamane.com/">Fugue icons</a> is a huge collection of 3,320 icons in PNG format sized at 16×16 pixels.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/fugue-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Collapse</title>
		<link>http://edanhewitt.com/webdev/collapse/</link>
		<comments>http://edanhewitt.com/webdev/collapse/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:20:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=422</guid>
		<description><![CDATA[Collapse is a lightweight jQuery plugin that makes it simple to expand and collapse content. When used with the jQuery cookie plugin, it even remembers the state of the content that is expanded or collapsed between page loads. An invaluable example of how to correctly display hidden content unobtrusively is also provided.]]></description>
			<content:encoded><![CDATA[<p><a href="http://webcloud.se/code/jQuery-Collapse/">Collapse</a> is a lightweight jQuery plugin that makes it simple to expand and collapse content.</p>
<p>When used with the jQuery cookie plugin, it even remembers the state of the content that is expanded or collapsed between page loads.</p>
<p>An invaluable example of how to correctly display hidden content unobtrusively is also provided.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/collapse.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/collapse.jpg" alt="" title="collapse" width="460" height="275" class="alignnone size-full wp-image-423" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/collapse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hovercard</title>
		<link>http://edanhewitt.com/webdev/hovercard/</link>
		<comments>http://edanhewitt.com/webdev/hovercard/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:14:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=419</guid>
		<description><![CDATA[Hovercard is a jQuery plugin that displays a hover card with related information when a HTML link or other element is hovered over. Data can be loaded from static text or via ajax and the position of the card can be automatically adjusted depending on the edges of the view port. It also has built [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://designwithpc.com/Plugins/Hovercard">Hovercard</a> is a jQuery plugin that displays a hover card with related information when a HTML link or other element is hovered over.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/hovercard.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/hovercard.jpg" alt="" title="hovercard" width="460" height="210" class="alignnone size-full wp-image-420" /></a></p>
<p>Data can be loaded from static text or via ajax and the position of the card can be automatically adjusted depending on the edges of the view port.</p>
<p>It also has built in options to display Facebook information or tweets from twitter.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/hovercard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Placeholder</title>
		<link>http://edanhewitt.com/webdev/placeholder/</link>
		<comments>http://edanhewitt.com/webdev/placeholder/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:12:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=416</guid>
		<description><![CDATA[Placeholder is a jQuery plugin, and polyfill that replicates the place holder behaviour that is natively provided by the HTML5 attribute in modern browsers and supports it in legacy browsers such as IE6+, Firefox 3 &#038; Safari 3.]]></description>
			<content:encoded><![CDATA[<p><a href="http://webcloud.se/code/jQuery-Placeholder/">Placeholder</a> is a jQuery plugin, and polyfill that replicates the place holder behaviour that is natively provided by the HTML5 attribute in modern browsers and supports it in legacy browsers such as IE6+, Firefox 3 &#038; Safari 3.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/placeholder.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/placeholder.jpg" alt="" title="placeholder" width="460" height="312" class="alignnone size-full wp-image-417" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/placeholder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>320 and up – HTML5 Boilerplate Extension</title>
		<link>http://edanhewitt.com/webdev/320-and-up-html5-boilerplate-extension/</link>
		<comments>http://edanhewitt.com/webdev/320-and-up-html5-boilerplate-extension/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:11:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=413</guid>
		<description><![CDATA[320 and up is an extension to the HTML5 boilerplate&#160;that starts with a style sheet for small screen devices and then uses progressive enhancement by using media queries to load enhanced layout and assets as they are required. 320 and up can be used standalone or by using it with the HTML5 boilerplate, in which [...]]]></description>
			<content:encoded><![CDATA[<p>320 and up is an extension to the <a title="HTML Boilerplate" href="http://html5boilerplate.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://html5boilerplate.com/']);" target="_blank">HTML5 boilerplate</a>&nbsp;that starts with a style sheet for small screen devices and then uses progressive enhancement by using media queries to load enhanced layout and assets as they are required.</p>
<p>320 and up can be used standalone or by using it with the HTML5 boilerplate, in which case some files need to be replaced within the boilerplate package.</p>
<p>It includes:</p>
<ul>
<li>five media query increments: 480, 600, 768, 992 &amp; 1382 pixels</li>
<li>a vertical grid based on Less Framework 4</li>
<li>either a single&nbsp;style sheet&nbsp;with multiple media queries or&nbsp;multiple linked&nbsp;style sheets</li>
<li>combined HTML5 boilerplate and mobile boilerplate components</li>
<li>typography preset styles</li>
<li><a href="http://unstoppablerobotninja.com/entry/fluid-images/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://unstoppablerobotninja.com/entry/fluid-images/']);">imgsizer.js</a>&nbsp;to&nbsp;improve&nbsp;<abbr title="Internet Explorer">IE</abbr>’s rendering of&nbsp;resizeable&nbsp;images</li>
<li><a href="http://selectivizr.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://selectivizr.com/']);">selectivizr.js</a>&nbsp;-&nbsp;bootstrap CSS3 selector support</li>
<li><a href="https://github.com/keithclark/JQuery-Extended-Selectors" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://github.com/keithclark/JQuery-Extended-Selectors']);">jquery-extra-selectors.js</a>&nbsp;to boost Selectivizr</li>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/320.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/320.jpg" alt="" title="320" width="460" height="145" class="alignnone size-full wp-image-414" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/320-and-up-html5-boilerplate-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modern Pictograms – Free Open Type Font</title>
		<link>http://edanhewitt.com/webdev/modern-pictograms-free-open-type-font/</link>
		<comments>http://edanhewitt.com/webdev/modern-pictograms-free-open-type-font/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:09:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=410</guid>
		<description><![CDATA[Modern Pictograms is a free open type front that contains common images used in web interfaces. It can be used by designers or to create wire frames and is also compatible with @font-face.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fontsquirrel.com/fonts/modern-pictograms">Modern Pictograms</a> is a free open type front that contains common images used in web interfaces.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/pictograms.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/pictograms.jpg" alt="" title="pictograms" width="460" height="252" class="alignnone size-full wp-image-411" /></a></p>
<p>It can be used by designers or to create wire frames and is also compatible with @font-face.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/modern-pictograms-free-open-type-font/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://edanhewitt.com/webdev/noty/</link>
		<comments>http://edanhewitt.com/webdev/noty/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=406</guid>
		<description><![CDATA[Noty is a jQuery plugin that makes it easy to create alert, success, error and confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. The notifications can be positioned at the top, bottom, centre, top left or top right. There are lots of other options in the API [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://needim.github.com/noty/">Noty</a> is a jQuery plugin that makes it easy to create alert, success, error and confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/noty.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/noty.jpg" alt="" title="noty" width="460" height="271" class="alignnone size-full wp-image-407" /></a></p>
<p>The notifications can be positioned at the top, bottom, centre, top left or top right.</p>
<p>There are lots of other options in the API to customise the text, animation, speed, buttons and much more.</p>
<p>It also has various callbacks for the buttons, opening closing the notifications and queue control.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/noty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infinite Drag</title>
		<link>http://edanhewitt.com/webdev/infinite-drag/</link>
		<comments>http://edanhewitt.com/webdev/infinite-drag/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:05:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=403</guid>
		<description><![CDATA[Infinite Drag is a jQuery plugin that creates an infinite scrolling space within a view port by adding tiles as the view port is dragged. As new tiles are created, a function is executed where code can be run to generate new content within the tile.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ianli.com/infinitedrag/">Infinite Drag</a> is a jQuery plugin that creates an infinite scrolling space within a view port by adding tiles as the view port is dragged.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/infinite-scroll.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/infinite-scroll.jpg" alt="" title="infinite-scroll" width="460" height="224" class="alignnone size-full wp-image-404" /></a></p>
<p>As new tiles are created, a function is executed where code can be run to generate new content within the tile.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/infinite-drag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lion Bars</title>
		<link>http://edanhewitt.com/webdev/lion-bars/</link>
		<comments>http://edanhewitt.com/webdev/lion-bars/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:02:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=400</guid>
		<description><![CDATA[Lion Bars is a simple jQuery plugin to create OSX style scroll bars. It is cross browser compatible and lightweight (8kb minified). It has options to auto hide and methods to load content when the end of scroll has been reached (to create endless scroll capability).]]></description>
			<content:encoded><![CDATA[<p><a href="http://iwantaneff.in/repo/plugins/scrollbars-onscroll/antiscroll/index.html">Lion Bars</a> is a simple jQuery plugin to create OSX style scroll bars.</p>
<p><a href="http://iwantaneff.in/repo/plugins/scrollbars-onscroll/antiscroll/index.html"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/lionbars1.jpg" alt="" title="lionbars1" width="460" height="132" class="alignnone size-full wp-image-401" /></a></p>
<p>It is cross browser compatible and lightweight (8kb minified).</p>
<p>It has options to auto hide and methods to load content when the end of scroll has been reached (to create endless scroll capability).</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/lion-bars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glisse</title>
		<link>http://edanhewitt.com/webdev/glisse/</link>
		<comments>http://edanhewitt.com/webdev/glisse/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 15:00:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=397</guid>
		<description><![CDATA[Glisse is a jQuery photo gallery plugin that uses seven different CSS3 animations using keyframes. It features keyboard navigation and works with the apple touch devices with android support coming soon. It is responsive and scales to fit the viewport. Currently it only supports CSS3 and will not work with legacy browsers but the developer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://glisse.victorcoulon.fr/">Glisse</a> is a jQuery photo gallery plugin that uses seven different CSS3 animations using keyframes.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/glisse.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/glisse.jpg" alt="" title="glisse" width="460" height="180" class="alignnone size-full wp-image-398" /></a></p>
<p>It features keyboard navigation and works with the apple touch devices with android support coming soon.</p>
<p>It is responsive and scales to fit the viewport. Currently it only supports CSS3 and will not work with legacy browsers but the developer has plans to also add JavaScript animation support in the future.</p>
<p>The plugin can be customised with options to change the speed and type of animation.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/glisse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Symbols Typeface</title>
		<link>http://edanhewitt.com/webdev/web-symbols-typeface/</link>
		<comments>http://edanhewitt.com/webdev/web-symbols-typeface/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:44:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=394</guid>
		<description><![CDATA[Web Symbols Typeface is a&#160;vector html-compliant typeface&#160;that includes icons and symbols that are commonly used in web interfaces. It is compatible with @font-face and can be used in your sites with the following snippet: @font-face{ font-family: 'WebSymbolsRegular'; src: url('/fonts/websymbols-regular-webfont.eot'); src: url('/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/websymbols-regular-webfont.woff') format('woff'), url('/fonts/websymbols-regular-webfont.ttf') format('truetype'), url('/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg'); }]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.justbenicestudio.com/studio/websymbols/">Web Symbols Typeface</a> is a&nbsp;vector html-compliant typeface&nbsp;that includes icons and symbols that are commonly used in web interfaces.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/websymbols.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/websymbols.jpg" alt="" title="websymbols" width="460" height="191" class="alignnone size-full wp-image-395" /></a></p>
<p>It is compatible with @font-face and can be used in your sites with the following snippet:</p>
<p><code>@font-face{<br />
font-family: 'WebSymbolsRegular';<br />
src: url('/fonts/websymbols-regular-webfont.eot');<br />
src: url('/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),<br />
url('/fonts/websymbols-regular-webfont.woff') format('woff'),<br />
url('/fonts/websymbols-regular-webfont.ttf') format('truetype'),<br />
url('/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/web-symbols-typeface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook / Twitter Style Mentions Input – jQuery Plugin</title>
		<link>http://edanhewitt.com/webdev/facebook-twitter-style-mentions-input-jquery-plugin/</link>
		<comments>http://edanhewitt.com/webdev/facebook-twitter-style-mentions-input-jquery-plugin/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:42:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=391</guid>
		<description><![CDATA[Mentions Input is an auto-complete form input jQuery plugin that recreates the @mention used in Twitter and Facebook. Unlike a traditional auto-complete widget, it is triggered with a character such as @ – but this can be changed in the configuration options. The data store can be local or it can be retrieved remotely with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://podio.github.com/jquery-mentions-input/">Mentions Input</a> is an auto-complete form input jQuery plugin that recreates the @mention used in Twitter and Facebook.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/mentions.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/mentions.jpg" alt="" title="mentions" width="460" height="106" class="alignnone size-full wp-image-392" /></a></p>
<p>Unlike a traditional auto-complete widget, it is triggered with a character such as @ – but this can be changed in the configuration options.</p>
<p>The data store can be local or it can be retrieved remotely with AJAX. An image such as an avatar can also be returned and displayed in the drop-down results.</p>
<p>The plugin has a number of options and callbacks which makes it an extremely useful UI component.</p>
<p>It wont work in legacy browsers such as IE6 &#038; IE7 without a poly-fill as it requires the HTML 5 input event but this is also included.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/facebook-twitter-style-mentions-input-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Topup – jQuery UI Lightbox</title>
		<link>http://edanhewitt.com/webdev/topup-jquery-ui-lightbox/</link>
		<comments>http://edanhewitt.com/webdev/topup-jquery-ui-lightbox/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:41:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=388</guid>
		<description><![CDATA[Topup is a cross browser compatible jQuery and jQuery UI lightbox gallery plugin that features a draggable and resizable modal window. The modal window is capable of displaying images, flash, HTML content and movies with a smooth transition effect. The API has extensive documentation and examples.]]></description>
			<content:encoded><![CDATA[<p><a href="http://gettopup.com/">Topup</a> is a cross browser compatible jQuery and jQuery UI lightbox gallery plugin that features a draggable and resizable modal window.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/topup.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/topup.jpg" alt="" title="topup" width="460" height="314" class="alignnone size-full wp-image-389" /></a></p>
<p>The modal window is capable of displaying images, flash, HTML content and movies with a smooth transition effect.</p>
<p>The API has extensive documentation and examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/topup-jquery-ui-lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Backstretch</title>
		<link>http://edanhewitt.com/webdev/jquery-backstretch/</link>
		<comments>http://edanhewitt.com/webdev/jquery-backstretch/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:39:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=385</guid>
		<description><![CDATA[Backstretch is a lightweight (1.2kb minified) jQuery plugin that will stretch an image to fit the size of the page and will automatically resize it if the window size is changed. It can also display images as a slideshow or change the image on a click event. It currently has options to configure the fade [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://srobbin.com/jquery-plugins/backstretch/">Backstretch</a> is a lightweight (1.2kb minified) jQuery plugin that will stretch an image to fit the size of the page and will automatically resize it if the window size is changed.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/backstretch.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/backstretch.jpg" alt="" title="backstretch" width="460" height="242" class="alignnone size-full wp-image-386" /></a></p>
<p>It can also display images as a slideshow or change the image on a click event.</p>
<p>It currently has options to configure the fade in speed and the axis on which to center to image.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jquery-backstretch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Credit Card Validator</title>
		<link>http://edanhewitt.com/webdev/jquery-credit-card-validator/</link>
		<comments>http://edanhewitt.com/webdev/jquery-credit-card-validator/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:36:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=382</guid>
		<description><![CDATA[jQuery Credit Card Validator is a plugin to validate card numbers by card type, number length and luhn checksum. It works by testing these three parameters and returning them as an object on each key-press event. The following card types are supported: American Express Diners Club Carte Blanche Diners Club International Diners Club United States [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://paweldecowski.github.com/jQuery-CreditCardValidator/">jQuery Credit Card Validator</a> is a plugin to validate card numbers by card type, number length and luhn checksum.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/creditcard.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/creditcard.jpg" alt="" title="creditcard" width="460" height="394" class="alignnone size-full wp-image-383" /></a></p>
<p>It works by testing these three parameters and returning them as an object on each key-press event.</p>
<p>The following card types are supported:</p>
<p>    American Express<br />
    Diners Club Carte Blanche<br />
    Diners Club International<br />
    Diners Club United States &#038; Canada<br />
    Discover Card<br />
    JCB<br />
    Laser<br />
    Maestro<br />
    MasterCard<br />
    Visa<br />
    Visa Electron</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jquery-credit-card-validator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table Sorter jQuery Plugin</title>
		<link>http://edanhewitt.com/webdev/table-sorter-jquery-plugin/</link>
		<comments>http://edanhewitt.com/webdev/table-sorter-jquery-plugin/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:34:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=379</guid>
		<description><![CDATA[Table Sorter is a jQuery plugin for client side sorting of data within a table. One of the benefits of table sorter is that it supports many types of data and automatically detects them. This is something that some of the more popular table sorting plugins do not handle well without extensions. It also works [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tablesorter.com/docs/">Table Sorter</a> is a jQuery plugin for client side sorting of data within a table.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/tablesorter.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/tablesorter.jpg" alt="" title="tablesorter" width="460" height="93" class="alignnone size-full wp-image-380" /></a></p>
<p>One of the benefits of table sorter is that it supports many types of data and automatically detects them. This is something that some of the more popular table sorting plugins do not handle well without extensions.</p>
<p>It also works well in legacy browsers supporting IE6 and Firefox 2.</p>
<p>One of the negatives of this table sorting plugin is that it’s features are limited and it currently does not support paging out of the box.</p>
<p>The options are well documented and has several working examples.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/table-sorter-jquery-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootbox – Botstrap Replacement for JavaScript Alerts</title>
		<link>http://edanhewitt.com/webdev/bootbox-botstrap-replacement-for-javascript-alerts/</link>
		<comments>http://edanhewitt.com/webdev/bootbox-botstrap-replacement-for-javascript-alerts/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:28:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=376</guid>
		<description><![CDATA[Bootbox. Documentation is provided on usage and a new version has been released which is coincidentally based on Bootstrap 2 and contains changes &#038; additions to the API.]]></description>
			<content:encoded><![CDATA[<p><a href="http://bootboxjs.com/">Bootbox</a>. Documentation is provided on usage and a new version has been released which is coincidentally based on Bootstrap 2 and contains changes &#038; additions to the API.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/bootbox1.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/bootbox1.jpg" alt="" title="bootbox1" width="460" height="193" class="alignnone size-full wp-image-377" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/bootbox-botstrap-replacement-for-javascript-alerts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wookmark</title>
		<link>http://edanhewitt.com/webdev/wookmark/</link>
		<comments>http://edanhewitt.com/webdev/wookmark/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:25:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=373</guid>
		<description><![CDATA[Wookmark is a jQuery plugin that helps you to create a responsive grid layout based on the width of the container or window. The plugin can be customised by specifying the width of the column and the spacing in between. The number of columns will automatically update as the browser is resized and the height [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wookmark.com/jquery-plugin">Wookmark</a> is a jQuery plugin that helps you to create a responsive grid layout based on the width of the container or window.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/wookmark.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/wookmark.jpg" alt="" title="wookmark" width="460" height="536" class="alignnone size-full wp-image-374" /></a></p>
<p>The plugin can be customised by specifying the width of the column and the spacing in between.</p>
<p>The number of columns will automatically update as the browser is resized and the height of the columns will remain approximately equal.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/wookmark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date Picker Extension for Bootstrap</title>
		<link>http://edanhewitt.com/webdev/date-picker-extension-for-bootstrap/</link>
		<comments>http://edanhewitt.com/webdev/date-picker-extension-for-bootstrap/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:24:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bootstrap]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=370</guid>
		<description><![CDATA[Date Picker is another jQuery powered Bootstrap extension that requires no explanation. It features options to customise the date format &#38; start day of the week and has show, hide &#38; ChangeDate events.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eyecon.ro/bootstrap-datepicker/"><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/datepicker.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/datepicker.jpg" alt="" title="datepicker" width="460" height="194" class="alignnone size-full wp-image-371" /></a></a></p>
<p>Date Picker is another jQuery powered Bootstrap extension that requires no explanation.</p>
<p>It features options to customise the date format &amp; start day of the week and has show, hide &amp; ChangeDate events.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/date-picker-extension-for-bootstrap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pow JS</title>
		<link>http://edanhewitt.com/webdev/pow-js/</link>
		<comments>http://edanhewitt.com/webdev/pow-js/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 14:22:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=367</guid>
		<description><![CDATA[Pow.js is a jQuery plugin that uses CSS and Canvas to generate a sunburst background image. The website also has a form where you can modify the fields to generate an image on the fly.]]></description>
			<content:encoded><![CDATA[<p><a href="http://obadger.com/pow/" target="_blank">Pow.js</a> is a jQuery plugin that uses CSS and Canvas to generate a sunburst background image.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/pow.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/pow.jpg" alt="" title="pow" width="460" height="204" class="alignnone size-full wp-image-368" /></a></p>
<p>The website also has a form where you can modify the fields to generate an image on the fly.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/pow-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Book Guide</title>
		<link>http://edanhewitt.com/webdev/html5-book-guide/</link>
		<comments>http://edanhewitt.com/webdev/html5-book-guide/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 18:08:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=364</guid>
		<description><![CDATA[HTML5 isn’t finished but a lot of books about it are. Books written about HTML5 in 2010 may feel a little out of touch since&#160;the state of HTML5 is still under development.&#160;This is why my HTML5 Book Guide is only covering 2011 and 2012 HTML5 books. Learn about the best HTML5 books. HTML5 Books for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/html5-books.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/html5-books.jpg" alt="" title="html5-books" width="543" height="862" class="alignnone size-full wp-image-365" /></a></p>
<p>HTML5 isn’t finished but a lot of books about it are. Books written about HTML5 in 2010 may feel a little out of touch since&nbsp;the state of HTML5 is still under development.&nbsp;This is why my HTML5 Book Guide is only covering 2011 and 2012 HTML5 books. Learn about the best HTML5 books.<span id="more-647"></span></p>
<h3><strong>HTML5 Books for Beginners</strong></h3>
<div class="twocol-one">
<a href="http://www.amazon.com/gp/product/0321784421/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0321784421" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0321784421&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321784421&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0321784421/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0321784421" rel="nofollow" target="_blank">Introducing HTML5</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321784421&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"></strong><br />
This book is written by two of the more entertaining characters in the HTML5osphere, Bruce Lawson and Remy Sharp. It gives you a brief overview of why HTML5 exists and then dives into showing you how to start implementing the HTML5 language. This is the second edition which will be released October, 20th, 2011.<br />
<a href="http://www.amazon.com/gp/product/1615640843/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1615640843" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1615640843&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1615640843&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1615640843/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1615640843" rel="nofollow" target="_blank">The Complete Idiot’s Guide<br />
to HTML5 and CSS</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1615640843&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>According to the title, if your an idiot and need a HTML5 guide, this is the book for you. This is not a book that is solely about HTML5. It is however a pleasant surprise for people who just starting to learn about the web in the year 2011. The book starts with a section on web hosting and finishes up teaching you how to make your web pages load faster. It even features a 16-page color insert and a “Speak Like a Geek” glossary.<br />
<a href="http://www.amazon.com/gp/product/0470647825/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0470647825" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0470647825&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0470647825&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0470647825/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0470647825" rel="nofollow" target="_blank">HTML5 24-Hour Trainer</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0470647825&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"></strong>Who doesn’t want to finish learning something in 24 hours? This book has a nice angle and is terrific for HTML beginners.<br />
<a href="http://www.amazon.com/gp/product/1449390544/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1449390544" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1449390544&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1449390544&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1449390544/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1449390544" rel="nofollow" target="_blank">Head First HTML5 Programming: Building Web Apps with JavaScript</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1449390544&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>If I had an intermediate HTML5 book category for my guide, this book would fit right in. Building web apps with JavaScript isn’t child’s play but the way the material is presented in this book could work for some HTML5 beginners. It gets released in October so the HTML5 covered should be fresh.<br />
<a href="http://www.amazon.com/gp/product/0735645264/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399381&amp;creativeASIN=0735645264" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0735645264&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0735645264&amp;camp=217145&amp;creative=399381" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0735645264/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399381&amp;creativeASIN=0735645264" rel="nofollow" target="_blank">HTML5 Step by Step</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0735645264&amp;camp=217145&amp;creative=399381" alt="" border="0" height="1" width="1"><br />
</strong> This step by step HTML5 guide is from Microsoft. Yes, Microsoft has an HTML5 book. They should as we just found out recently that are putting Flash out to pasture by closing the door on plugins with their release of Metro Internet Explorer In Windows 8. All the book’s practice files are ready to download and there is a fully searchable online edition of the book.<br />
<a href="http://www.amazon.com/gp/product/0321719611/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399381&amp;creativeASIN=0321719611" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0321719611&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321719611&amp;camp=217145&amp;creative=399381" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0321719611/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399381&amp;creativeASIN=0321719611" rel="nofollow" target="_blank">HTML5: Visual QuickStart Guide</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321719611&amp;camp=217145&amp;creative=399381" alt="" border="0" height="1" width="1"><br />
</strong>This HTML5 book doesn’t come out until December but it might be worth the wait. It will have a pleasant visual format and step-by-step, task-based instructions for learning HTML5 fast. You’ll create and use images, links, styles, lists, tables, frames, and forms. You’ll also add video, audio, and other multimedia to your site. New elements and form input types in HTML5 will be covered.<br />
<a href="http://www.amazon.com/gp/product/0321793935/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0321793935" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0321793935&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321793935&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0321793935/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0321793935" rel="nofollow" target="_blank">HTML5 Multimedia: Develop and Design</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321793935&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"></strong>Multimedia is a major reason why HTML5 is catching on like wildfire. This HTML5 book promises to be an approachable guide to building native HTML5 multimedia into a website. Get detailed information about HTML5 video and HTML5 audio including how to use the HTML5 Media JavaScript API to create custom controls.<br />
<a href="http://www.amazon.com/gp/product/1449302394/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1449302394" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1449302394&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1449302394&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1449302394/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1449302394" rel="nofollow" target="_blank">HTML5: The Missing Manual</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1449302394&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>Wouldn’t it be nice if everything had a manual? This book covers the basics of HTML5. Learn how to add audio and video without plugins, build playback pages that work in every browser and draw with Canvas. You will also learn how to build web apps with rich desktop features and let your users work with your app offline. This would be a handy book to have if you are just getting started with HTML5.</div>
<div class="twocol-one last">
<a href="http://www.amazon.com/gp/product/1118012526/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1118012526" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1118012526&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1118012526&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1118012526/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1118012526" rel="nofollow" target="_blank">HTML5 For Dummies</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1118012526&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"></strong><br />
Are you a HTML5 dummy? Do you want other people to know? Then this book is for you! This is a HTML5 quick reference guide that does a good job of covering the basics.<br />
<a href="http://www.amazon.com/gp/product/0956895611/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0956895611" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0956895611&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0956895611&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0956895611/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0956895611" rel="nofollow" target="_blank">HTML5 Crash Course</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0956895611&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>The highlight of this HTML5 book is that it is written in 20 self-contained lectures. It begins with a thorough introduction to HTML, before moving onto HTML5. The book is great for people who need to learn HTML5 fast. In addition to the paperback and Kindle editions, you can get the HTML5 Crash Course app for the iPhone and iPad. There is also an online video course that goes along with the book on Udemy.<br />
<a href="http://www.amazon.com/gp/product/0980846900/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0980846900" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0980846900&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0980846900&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0980846900/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0980846900" rel="nofollow" target="_blank">HTML5 &amp; CSS3 For The Real World</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0980846900&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong> This HTML5 book is from SitePoint. It shows you how to create dynamic websites using HTML5 and CSS. Learn about HTML5 video and find out how to build intelligent web forms.<br />
<a href="http://www.amazon.com/gp/product/0137003382/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0137003382" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0137003382&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0137003382&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0137003382/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0137003382" rel="nofollow" target="_blank">Basics of Web Design: HTML5 and CSS3</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0137003382&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>You may be required to purchase this book if you are taking a beginning web design or web development course. The price is higher than most if not all the other HTML5 books listed in my guide. The book is a sound teaching tool. There is even a website to go along with the book that has a page for each chapter with hyperlinks for websites listed in the book, information on emerging trends, additional examples, corrections, and review games. HTML5 teachers can pick up instructor materials from the publisher’s website.<br />
<a href="http://www.amazon.com/gp/product/1118063325/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1118063325" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1118063325&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1118063325&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1118063325/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1118063325" rel="nofollow" target="_blank">Teach Yourself Visually HTML5 </a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1118063325&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>This is a nice book for aspiring web designers who are visual learners. The full-color screen shots, two-page lessons, and tips section should make HTML5 easier to learn.<br />
<a href="http://www.amazon.com/gp/product/1118016181/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1118016181" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1118016181&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1118016181&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1118016181/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1118016181" rel="nofollow" target="_blank">HTML5 Digital Classroom</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1118016181&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>What is the easiest way for you to learn something? The best method for me is by watching videos with coded examples. If video combined with book learning works for you, this should be the product you get. HTML5 Digital Classroom is a complete training package with a full-color book and instructional DVD that teaches you the basics of HTML5. There are 15 lessons in full color, supported by video tutorials and lesson files on the DVD which makes it easy to learn at your own pace. I love rewinding!<br />
<a href="http://www.amazon.com/gp/product/1935182897/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1935182897" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1935182897&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1935182897&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1935182897/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1935182897" rel="nofollow" target="_blank">Quick &amp; Easy HTML5 and CSS3</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1935182897&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong> Don’t you wish everything was quick and easy? This book promises a fast, example-oriented introduction to the new HTML and CSS features. This HTML5 book will be released in February, 2012.<br />
<a href="http://www.amazon.com/gp/product/0321769384/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0321769384" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0321769384&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321769384&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0321769384/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0321769384" rel="nofollow" target="_blank">HTML5 Developer’s Cookbook</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321769384&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"></strong>I love cookbooks! It is the one type of book that really makes sense to own as hardcover rather than paperback. This is an HTML5 cookbook. It covers semantics, browser handling, CSS3, animation, web forms, HTML drawing, video and audio, geolocation, client-side storage, Web Sockets, the Web Workers API, and file and device APIs.<br />
<a href="http://www.amazon.com/gp/product/0470952229/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0470952229" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0470952229&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0470952229&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0470952229/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0470952229" rel="nofollow" target="_blank">HTML5: Your visual blueprint for designing rich Web pages and applications</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0470952229&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong> This HTML5 book is for visual learners. It includes hundreds of screen shots in order to illustrate each task step-by-step. It also has a companion website that contains all the code needed to learn the HTML5 in the book.
</p>
</div>
<div class="woo-sc-divider flat"></div>
<h3><strong>HTML5 Books for Advanced Web Developers and Designers</strong></h3>
<div class="woo-sc-divider flat"></div>
<div class="twocol-one">
<a href="http://www.amazon.com/gp/product/144939390X/ref=as_li_qf_sp_asin_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399381&amp;creativeASIN=144939390X" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=144939390X&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=144939390X&amp;camp=217145&amp;creative=399381" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/144939390X/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399381&amp;creativeASIN=144939390X" rel="nofollow" target="_blank">HTML5 Canvas</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=144939390X&amp;camp=217145&amp;creative=399381" alt="" border="0" height="1" width="1"><br />
</strong>The Canvas element is one of the most attractive things about HTML5. This book teaches you how to build interactive multimedia applications using this element to draw, render text, manipulate images, and create animation.<br />
<a href="http://www.amazon.com/gp/product/146360405X/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=146360405X" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=146360405X&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=146360405X&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/146360405X/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=146360405X" rel="nofollow" target="_blank">HTML5 for Masterminds</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=146360405X&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong><br />
This HTML5 book goes over the 400 page mark. In it you will learn how to structure your documents with HTML5, style them with CSS3, and work with Javascript APIs. Get new techniques for building wonderful websites and web apps. This book takes the cake when it comes to content.<br />
<a href="http://www.amazon.com/gp/product/1430232919/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430232919" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1430232919&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430232919&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1430232919/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430232919" rel="nofollow" target="_blank">Foundation HTML5 Canvas: For Games and Entertainment</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430232919&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>This book shows you how to have fun with HTML5. Chapter 8 teaches you how to create a space bowling game and in chapter 9 you will learn how to make an asteroid avoidance game.<br />
<a href="http://www.amazon.com/gp/product/1119975085/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1119975085" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1119975085&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1119975085&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1119975085/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1119975085" rel="nofollow" target="_blank">HTML5 Games – Creating Fun with HTML5, CSS3 and WebGL</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1119975085&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>This book guides you through the process of creating a game from scratch using Canvas, HTML5 Audio, WebGL, and WebSockets. Learn about the different aspects of the game your creating like user input, sound, multiplayer functionality, and 2D and 3D graphics. It doesn’t get released until early 2012.<br />
<a href="http://www.amazon.com/gp/product/0132761610/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0132761610" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0132761610&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0132761610&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0132761610/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0132761610" rel="nofollow" target="_blank">Core HTML5: Volume 1: Canvas</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0132761610&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong> This is another HTML5 book that gets released in early 2012. Learn how to draw and paint, apply shadows, patterns, and gradients, manipulate images, create smooth animations, implement video games, develop custom controls, process video in real time, and use off-screen buffers. The book also comes with a companion website which gives you access to book’s source code, videos about HTML5 Canvas, and live demonstrations from the book. The website is currently under construction but I would expect it to be fully functional upon the books release.<br />
<a href="http://www.amazon.com/gp/product/1430240385/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430240385" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1430240385&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430240385&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1430240385/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430240385" rel="nofollow" target="_blank">Learn HTML5 and JavaScript for iOS</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430240385&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>There are a lot of HTML5 books being released in the next several months. This book is probably the one I am most excited about. It will help you build, fine-tune, and publish your app for iPhone, iPad, or iPod touch. Get tips for iOS usability as well as performance.<br />
<a href="http://www.amazon.com/gp/product/024081813X/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=024081813X" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=024081813X&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=024081813X&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/024081813X/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=024081813X" rel="nofollow" target="_blank">HTML5 Mobile Websites</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=024081813X&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong> This book has the potential to be very handy for developer and designer. Learn how to apply frameworks like Sencha Touch, JQTouch, jQuery Mobile, and iUI to rapidly build your mobile websites. The HTML5 book provides color illustrations of its detailed techniques and also has a companion website where you practice what you learned.</div>
<div class="twocol-one last">
<a href="http://www.amazon.com/gp/product/1430233869/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430233869" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1430233869&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430233869&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1430233869/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430233869" rel="nofollow" target="_blank">HTML5 Solutions: Essential Techniques for HTML5 Developers</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430233869&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>This book is geared towards web developers and designers. It provides you with HTML5 solutions. Every solution includes sample code that can be applied to many projects.<br />
<a href="http://www.amazon.com/gp/product/0321767365/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0321767365"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=0321767365&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321767365&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/0321767365/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=0321767365" rel="nofollow" target="_blank">Learning HTML5 Game Programming</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=0321767365&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>Learn how to build online games with Canvas, SVG, and WebGL. If you are serious about HTML5 game development, a good book could come in handy.<br />
<a href="http://www.amazon.com/gp/product/1449304753/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1449304753" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1449304753&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1449304753&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://pre-prod.amazon.com/gp/product/1449304753/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1449304753" rel="nofollow" target="_blank">Making Isometric Social Real-Time Games with HTML5, CSS3, and Javascript</a><img style="border: medium none ! important; margin: 0px ! important;" src="http://impression-recorder-master.amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1449304753&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"></strong>If you are serious about game design this book could be for you. Learn how to build games using isometric map making, sprite animations, networking, social network integration, and high performance rendering.<br />
<a href="http://www.amazon.com/gp/product/1430239603/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430239603" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1430239603&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430239603&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1430239603/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430239603" rel="nofollow" target="_blank">The Definitive Guide to HTML5</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430239603&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong>This gets released in November so it will be the definitive guide for at least several months. HTML5 is not suppose to be completed anytime soon so it is difficult to put the HTML5 and the word definitive in the same sentence. Learn how to use all of the core features of HTML5, make the most of the APIs that surround HTML5, such as geolocation, WebStorage, and drag and drop, and how to leverage the media capabilities of Canvas, SVG, HTML5 audio, and HTML5 video.<br />
<a href="http://www.amazon.com/gp/product/1430238615/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430238615" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1430238615&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430238615&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1430238615/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430238615" rel="nofollow" target="_blank">HTML5 Mastery: Semantics, Standards, and Styling</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430238615&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong> This book comes out in October and will introduce the new markup elements of HTML5 including the rare elements. It will show you where and how to use them. You will also learn how to create fabulous forms using the new HTML5 elements and client-side validation. The book also explores the power of associated APIs.<br />
<a href="http://www.amazon.com/gp/product/007175282X/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=007175282X" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=007175282X&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=007175282X&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/007175282X/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=007175282X" rel="nofollow" target="_blank">HTML5 Multimedia Developers Guide</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=007175282X&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong> This HTML5 book doesn’t come out until April, 2012 but I want this blog post to remain fresh so I decided to include it. Learn how to develop desktop and mobile web applications, deliver streaming video and animation with HTML5, and create iPhone and iPad apps.<br />
<a href="http://www.amazon.com/gp/product/1430240806/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430240806" rel="nofollow" target="_blank"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1430240806&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430240806&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1430240806/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1430240806" rel="nofollow" target="_blank">Beginning Web Applications</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1430240806&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong> Apps are the future of the web. So you better get started! This HTML5 book will show you how to make use of more client-side data with application caching and WebStorage. It will also teach you how to talk to a server application asynchronously with WebSockets.<br />
<a href="http://www.amazon.com/gp/product/1849691266/ref=as_li_tf_il?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1849691266"><img class=" gtvsrvrhhzezlntagbyh" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&amp;Format=_SL160_&amp;ASIN=1849691266&amp;MarketPlace=US&amp;ID=AsinImage&amp;WS=1&amp;tag=hb06c-20&amp;ServiceVersion=20070822" alt="" border="0"></a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1849691266&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
<strong><a href="http://www.amazon.com/gp/product/1849691266/ref=as_li_tf_tl?ie=UTF8&amp;tag=hb06c-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=1849691266">HTML5 Games Development by Example</a><img class=" gtvsrvrhhzezlntagbyh" style="border: medium none ! important; margin: 0px ! important;" src="http://www.assoc-amazon.com/e/ir?t=hb06c-20&amp;l=as2&amp;o=1&amp;a=1849691266&amp;camp=217145&amp;creative=399373" alt="" border="0" height="1" width="1"><br />
</strong> Don’t you just love examples! This HTML5 book shows you how to create 6 fun games using the latest HTML5, Canvas, CSS, and JavaScript techniques. It covers puzzle games, action games, multiplayer games, and Box 2D physics.
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/html5-book-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some freebies for you (Free download) ♥</title>
		<link>http://edanhewitt.com/webdev/freebies/</link>
		<comments>http://edanhewitt.com/webdev/freebies/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 17:35:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=352</guid>
		<description><![CDATA[Download some really neat resources you can use in your projects: GUI ICONS ⬇ SOCIAL MEDIA ICONS ⬇ 80 x 15 BUTTONS ⬇]]></description>
			<content:encoded><![CDATA[<p>Download some really neat resources you can use in your projects:</p>
<p><a class="btn green freebie" href="http://isharefil.es/Busk" target="_blank">GUI ICONS ⬇</a></p>
<p><a class="btn green freebie" href="http://isharefil.es/Bt4i" target="_blank">SOCIAL MEDIA ICONS ⬇</a></p>
<p><a class="btn green freebie" href="http://isharefil.es/C3PF" target="_blank">80 x 15 BUTTONS ⬇</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/freebies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Logo Parodies</title>
		<link>http://edanhewitt.com/webdev/html5-logo-parodies/</link>
		<comments>http://edanhewitt.com/webdev/html5-logo-parodies/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 17:27:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=340</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://edanhewitt.com/webdev/html5-logo-parodies/html5_logo/' title='HTML5_logo'><img width="150" height="150" src="http://edanhewitt.com/webdev/wp-content/uploads/2012/04/HTML5_logo-150x150.jpg" class="attachment-thumbnail" alt="HTML5_logo" title="HTML5_logo" /></a>
<a href='http://edanhewitt.com/webdev/html5-logo-parodies/html5_logo_128/' title='HTML5_Logo_128'><img width="128" height="128" src="http://edanhewitt.com/webdev/wp-content/uploads/2012/04/HTML5_Logo_128.png" class="attachment-thumbnail" alt="HTML5_Logo_128" title="HTML5_Logo_128" /></a>
<a href='http://edanhewitt.com/webdev/html5-logo-parodies/html5_logo_256/' title='HTML5_Logo_256'><img width="150" height="150" src="http://edanhewitt.com/webdev/wp-content/uploads/2012/04/HTML5_Logo_256-150x150.png" class="attachment-thumbnail" alt="HTML5_Logo_256" title="HTML5_Logo_256" /></a>
<a href='http://edanhewitt.com/webdev/html5-logo-parodies/html5-round/' title='html5-round'><img width="150" height="150" src="http://edanhewitt.com/webdev/wp-content/uploads/2012/04/html5-round-150x150.png" class="attachment-thumbnail" alt="html5-round" title="html5-round" /></a>
<a href='http://edanhewitt.com/webdev/html5-logo-parodies/js-logo-badge-512/' title='js-logo-badge-512'><img width="150" height="150" src="http://edanhewitt.com/webdev/wp-content/uploads/2012/04/js-logo-badge-512-150x150.png" class="attachment-thumbnail" alt="js-logo-badge-512" title="js-logo-badge-512" /></a>
<a href='http://edanhewitt.com/webdev/html5-logo-parodies/shot_1295521274/' title='shot_1295521274'><img width="150" height="150" src="http://edanhewitt.com/webdev/wp-content/uploads/2012/04/shot_1295521274-150x150.jpg" class="attachment-thumbnail" alt="shot_1295521274" title="shot_1295521274" /></a>
<a href='http://edanhewitt.com/webdev/html5-logo-parodies/shot_1295880930/' title='shot_1295880930'><img width="150" height="150" src="http://edanhewitt.com/webdev/wp-content/uploads/2012/04/shot_1295880930-150x150.jpg" class="attachment-thumbnail" alt="shot_1295880930" title="shot_1295880930" /></a>
<a href='http://edanhewitt.com/webdev/html5-logo-parodies/tumblr_lfc19vzfn91qz4zguo1_500/' title='tumblr_lfc19vzFN91qz4zguo1_500'><img width="150" height="150" src="http://edanhewitt.com/webdev/wp-content/uploads/2012/04/tumblr_lfc19vzFN91qz4zguo1_500-150x150.png" class="attachment-thumbnail" alt="tumblr_lfc19vzFN91qz4zguo1_500" title="tumblr_lfc19vzFN91qz4zguo1_500" /></a>
<a href='http://edanhewitt.com/webdev/html5-logo-parodies/whoops-microsofts-internet-explorer-invaded-html5-jpg-300x207/' title='whoops-microsofts-internet-explorer-invaded-html5.jpg-300x207'><img width="150" height="150" src="http://edanhewitt.com/webdev/wp-content/uploads/2012/04/whoops-microsofts-internet-explorer-invaded-html5.jpg-300x207-150x150.png" class="attachment-thumbnail" alt="whoops-microsofts-internet-explorer-invaded-html5.jpg-300x207" title="whoops-microsofts-internet-explorer-invaded-html5.jpg-300x207" /></a>

]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/html5-logo-parodies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Browser Wars</title>
		<link>http://edanhewitt.com/webdev/browser-wars/</link>
		<comments>http://edanhewitt.com/webdev/browser-wars/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 17:25:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=337</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/glue.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/glue.jpg" alt="" title="glue" width="682" height="495" class="alignnone size-full wp-image-338" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/browser-wars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site buttons</title>
		<link>http://edanhewitt.com/webdev/site-buttons/</link>
		<comments>http://edanhewitt.com/webdev/site-buttons/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 17:24:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=327</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/bt_rss1.gif"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/bt_rss1.gif" alt="" title="bt_rss" width="61" height="16" class="alignnone size-full wp-image-333" /></a></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/btn-home1.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/btn-home1.png" alt="" title="btn-home" width="56" height="15" class="alignnone size-full wp-image-334" /></a></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/btn-sitemap1.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/btn-sitemap1.png" alt="" title="btn-sitemap" width="63" height="15" class="alignnone size-full wp-image-335" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/site-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Fist</title>
		<link>http://edanhewitt.com/webdev/html5-fist/</link>
		<comments>http://edanhewitt.com/webdev/html5-fist/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 17:22:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=324</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/513636061_98d07f7966.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/513636061_98d07f7966.jpg" alt="" title="513636061_98d07f7966" width="256" height="268" class="alignnone size-full wp-image-325" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/html5-fist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML6 Logo</title>
		<link>http://edanhewitt.com/webdev/html6-logo/</link>
		<comments>http://edanhewitt.com/webdev/html6-logo/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 17:21:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=321</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/6.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/6.png" alt="" title="6" width="500" height="330" class="alignnone size-full wp-image-322" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/html6-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Web Development Freebies (Drupal Logo)</title>
		<link>http://edanhewitt.com/webdev/some-web-development-freebies-drupal-logo/</link>
		<comments>http://edanhewitt.com/webdev/some-web-development-freebies-drupal-logo/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 17:21:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Freebies]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=318</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/drupalhtml5logo.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/drupalhtml5logo.jpg" alt="" title="drupalhtml5logo" width="480" height="480" class="alignnone size-full wp-image-319" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/some-web-development-freebies-drupal-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Powered Web Apps</title>
		<link>http://edanhewitt.com/webdev/html5-powered-web-apps/</link>
		<comments>http://edanhewitt.com/webdev/html5-powered-web-apps/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 00:01:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=315</guid>
		<description><![CDATA[Sounds pretty cool, but what HTML5 can do actually? Well, this post is going to satisfy your curiosity about the power of HTML5 by showing you a series of practical HTML5-powered web applications such as drawing application, chart creating application and time management application. So there’s no technical document anymore, let your eyes witness the [...]]]></description>
			<content:encoded><![CDATA[<p>Sounds pretty cool, but what HTML5 can do actually? Well, this post is going to satisfy your curiosity about the power of HTML5 by showing you a series of practical HTML5-powered web applications such as drawing application, chart creating application and time management application. So there’s no technical document anymore, let your eyes witness the true potential of HTML5!</p>
<p><span id="more-9745"/></p>
<h4><a href="http://muro.deviantart.com/" rel="external" target="_blank">DeviantART muro</a></h4>
<p>Muro is HTML5-based sketching app that works in all modern browsers, and you can dive in and start drawing on a blank canvas, all without Flash or any other plugin. There are several brushes available to everyone, but to access more advanced features, you’ll need a DeviantArt account.</p>
<p><img width="600" height="419" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="deviantart muro HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/deviantart-muro.jpg"/></p>
<h4><a href="http://hootsuite.com/" rel="external" target="_blank">HootSuite</a></h4>
<p>HTML5-based social media dashboard with some great features: geo-location tweet searching, choice between new and old style retweets, connection to Google Analytics, drag and drop editing, custom interface and much more. Perfect online tool for professional brand management.</p>
<p><img width="600" height="324" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="hootsuite HTML5 Powered Web Applications: 19 Early Adopters" src="http://media02.hongkiat.com/html5-web-apps/hootsuite.jpg"/></p>
<h4><a href="http://x-worlds.com/" rel="external" target="_blank">X-Worlds</a></h4>
<p>Something cool and interesting for kids of all sizes. You can submit a drawing of your character and watch it transform into an awesome illustration. Be the next X-world superhero! </p>
<p><img width="600" height="392" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="x worlds HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/x-worlds.jpg"/></p>
<h4><a href="http://www.aviary.com/tools/image-editor" rel="external" target="_blank">Aviary’s Image Editor</a></h4>
<p>HTML5-powered <a onmouseout="self.status=''" onmouseover="self.status='http://www.hongkiat.com/blog/more/photography-mani.html?=qrcgu&amp;3=raqsynt&amp;%23038;2=qrcgu&amp;%23038;1=qrcgu&amp;%23038;0=qrcgu';return true;" rel="nofollow" target="_blank" style="" href="http://www.hongkiat.com/blog/more/photography-mani.html?=qrcgu&amp;3=raqsynt&amp;%23038;2=qrcgu&amp;%23038;1=qrcgu&amp;%23038;0=qrcgu">photo</a> editor which is easy to use and surprisingly powerful. Beyond its use of HTML5 (as opposed to Flash, Silverlight or other RIA frameworks), what sets this app apart is that it’s designed to be portable so developers can directly integrate it into their sites or apps.</p>
<p><img width="600" height="450" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="aviary image editor HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/1T2h1C002H2D1X2s0G2a/aviary-image-editor.jpg"/></p>
<h4><a href="http://csswarp.eleqtriq.com/" rel="external" target="_blank">CSSWarp</a></h4>
<p>CSSWarp is online tool that allows you to attach any text to a curved path or a circle, then create warped text with pure CSS and HTML.</p>
<p><img width="600" height="450" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="csswarp HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/csswarp.jpg"/></p>
<h4><a href="http://www.gabereiser.com/flickr/" rel="external" target="_blank">Flickr Browser</a></h4>
<p>Flickr Browser is an unique HTML5 app for browsing Flickr <a onmouseout="self.status=''" onmouseover="self.status='http://www.hongkiat.com/blog/more/photography-manipulation';return true;" rel="nofollow" target="_blank" style="" href="http://www.hongkiat.com/blog/more/photography-manipulation">photos</a> with cool approach.</p>
<p><img width="600" height="350" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="flickr browser HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/flickr-browser.jpg"/></p>
<h4><a href="http://www.css3maker.com/" rel="external" target="_blank">CSS3.0 Maker</a></h4>
<p>A great app for developers. It makes use of sliders and even a live preview area to generate cross-browser markup.</p>
<p><img width="600" height="399" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="css3 maker HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/coolendar.jpg<br />
http://f.cl.ly/items/2T410c3j3t1r2x1O260r/css3-maker.jpg"/></p>
<h4><a href="http://www.coolendar.com/" rel="external" target="_blank">Coolendar</a></h4>
<p>A HTML5-based calendar web app. Simple and clean interface and useful features for effective time management.</p>
<p><img width="600" height="369" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="coolendar HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/coolendar.jpg"/></p>
<h4><a href="http://www.twimbow.com/" rel="external" target="_blank">Twimbow</a></h4>
<p>Twimbow is a colorful,  HTML5 and CSS3 based Twitter client with a focus on filtering. The interface looks similar to TweetDeck and Seesmic, but its main distinction lies in its colourful interface. You can assign different colours to different users and groups, and also change the colour of tweets by adding a color tag!</p>
<p><img width="600" height="324" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="twimbow HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/twimbow.jpg"/></p>
<h4><a href="http://mugtug.com/sketchpad/" rel="external" target="_blank">Sketchpad</a></h4>
<p>Sketchpad by Mugtug is a Pixelmator-like application that has desktop-like tools, colour selection, patterns, swatches and much more.</p>
<p><img width="600" height="426" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="sketchpad HTML5 Powered Web Applications: 19 Early Adopters" src="http://media02.hongkiat.com/html5-web-apps/sketchpad.jpg"/></p>
<h4><a href="http://www.cloud-canvas.com/" rel="external" target="_blank">CloudCanvas</a></h4>
<p>Cloud Canvas is a free HTML-5 based cloud image editor. This is a fully featured online image editor that allows you to create and save digital media. All content saved will be in PNG and XML format and stored in Google Documents.</p>
<p><img width="600" height="442" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="cloudcanvas HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/cloudcanvas.jpg"/></p>
<h4><a href="http://lislis.sakura.ne.jp/canvas/paint/paint.html" rel="external" target="_blank">Lislis Painter</a></h4>
<p>Another interesting web app based on HTML5. Basic tools, layers and other features make this app an useful sketching tool online.</p>
<p><img width="600" height="335" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="lislis painter HTML5 Powered Web Applications: 19 Early Adopters" src="http://media02.hongkiat.com/html5-web-apps/lislis-painter.jpg"/></p>
<h4><a href="http://www.scribd.com/doc/30964170/Scribd-in-HTML5" rel="external" target="_blank">Scribd</a></h4>
<p>This version of Scribd is a Flash and HTML5-based web app that provides in-browser access to all sorts of documents and e-books uploaded by users.</p>
<p><img width="600" height="435" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="scribd HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/scribd.jpg"/></p>
<h4><a href="http://bodybrowser.googlelabs.com/" rel="external" target="_blank">Google Body Browser</a></h4>
<p>Google Body Browser is a cool web app powered with WebGL for study use. WebGL is a cross-platform low-level 3D graphics API that is designed to bring plugin-free 3D to the web. It uses the HTML5 Canvas element and does not require Flash, Java or other graphical plugins to run.</p>
<p><img width="600" height="296" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="google body browser HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/google-body-browser.jpg"/></p>
<h4><a href="http://www.lucidchart.com/" rel="external" target="_blank">LucidChart</a></h4>
<p>LucidChart is a great online tool for creating charts and diagrams. It works very fast and smooth, a perfect tool for team collaboration online.<a href="http://diagramo.com/" rel="external" target="_blank"/></p>
<p><img width="600" height="442" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="lucidchart HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/lucidchart.jpg"/></p>
<h4><a href="http://diagramo.com/" rel="external" target="_blank">Diagramo</a></h4>
<p>Diagramo is an interactive online application, which allows you to make diagrams and flowcharts from within a web browser. It also allows you to create, edit and share diagrams, organizational charts, network diagrams and graphs. The diagrams can be saved for a lifetime.</p>
<p><img width="600" height="367" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="diagramo HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/diagramo.jpg"/></p>
<h4><a href="http://www.colorzilla.com/gradient-editor/" rel="external" target="_blank">Ultimate CSS Gradient Generator</a></h4>
<p>Colorzilla has designed this very easy to use CSS3 gradient generator. It uses sliders and color pickers just like Photoshop and is highly recommended.</p>
<p><img width="600" height="485" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="ultimate css gradient generator HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/ultimate-css-gradient-generator.jpg"/></p>
<h4><a href="http://www.citicles.com/" rel="external" target="_blank">Citicles</a></h4>
<p>Citicles is an experimental HTML5 visualizator that aggregates basic information about a city and displays it in a simple circle design. Each circle encloses the city’s population, temperature, time, elevation, latitude and longitude.</p>
<p><img width="600" height="258" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="citicles HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/citicles.jpg"/></p>
<h4><a href="http://www.tinyfluidgrid.com/" rel="external" target="_blank">Tiny Fluid Grid</a></h4>
<p>This grid generator with great design lets you generate a grid framework using simple options and even includes a preview page for you to make sure your grid looks perfect.</p>
<p><img width="600" height="258" title="HTML5 Powered Web Applications: 19 Early Adopters" alt="tiny fluid grid HTML5 Powered Web Applications: 19 Early Adopters" src="http://f.cl.ly/items/2T410c3j3t1r2x1O260r/tiny-fluid-grid.jpg"/></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/html5-powered-web-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DZSlides</title>
		<link>http://edanhewitt.com/webdev/dzslides/</link>
		<comments>http://edanhewitt.com/webdev/dzslides/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:27:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=312</guid>
		<description><![CDATA[DZSlides is a HTML template to build slides in HTML5 and CSS3. &#8216;template.html&#8217; is the only file you need. Shells are extensions. You don&#8217;t need them for a basic usage. The project contains two shells to handle your slides : * &#8216;shells/embedder.html&#8217; to embed a presentation in a web page * &#8216;shells/onstage.html&#8217; to show your [...]]]></description>
			<content:encoded><![CDATA[<p>DZSlides is a HTML template to build slides in HTML5 and CSS3.<br />
&#8216;template.html&#8217; is the only file you need.<br />
Shells are extensions. You don&#8217;t need them for a basic usage.</p>
<p>The project contains two shells to handle your slides :</p>
<p>* &#8216;shells/embedder.html&#8217; to embed a presentation in a web page<br />
* &#8216;shells/onstage.html&#8217; to show your slides with a control panel</p>
<p>For a complete presentation, see:  <a href="http://paulrouget.com/dzslides" target="_blank">http://paulrouget.com/dzslides</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/dzslides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropkick JS</title>
		<link>http://edanhewitt.com/webdev/dropkick-js/</link>
		<comments>http://edanhewitt.com/webdev/dropkick-js/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:26:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=310</guid>
		<description><![CDATA[Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. DropKick  removes the tedium and lets you focus on making s@#t look good. Requirements: DropKick requires the latest version of jQuery, available at jQuery.com. Other than jQuery, you [...]]]></description>
			<content:encoded><![CDATA[<p>Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. <a href="https://github.com/JamieLottering/DropKick" target="_blank">DropKick</a>  removes the tedium and lets you focus on making s@#t look good.</p>
<h2>Requirements:</h2>
<p>DropKick requires the latest version of jQuery, available at jQuery.com. Other than jQuery, you should include scrollability.js if you want to enable scrolling on iOS devices (you do).</p>
<h2>How it works:</h2>
<p>DropKick works by transforming your existing, boring <code>&lt;select&gt;</code> lists into beautiful, customizable HTML dropdowns. The name attribute is the only one that is required. You should also set a tabindex attribute to enable navigation via tabbing.<br />
When an option is selected in a DropKick menu, the corresponding <code>&lt;select&gt;</code> value is updated. This means that your forms and AJAX requests should work the same without having to make any changes. However, if you previously had<br />
an <code>onchange</code> event bound to your <code>&lt;select&gt;</code> list, you will have to instead use a DropKick change event. Please see examples.html for usage</p>
<h2>Features:</h2>
<ul>
<li><em>Keyboard Navigation:</em><br />
Keyboard navigation in DropKick is very similar to native <code>&lt;select&gt;</code> navigation.<br />
While highlighted, pressing enter, up, or down on your keyboard will open the dropdown.<br />
While opened, pressing up or down will navigate through the options, and pressing enter will select the currently highlighted option.</li>
<li><em>Themeing:</em><br />
DropKick was made to be easily theme-able and supports dynamic theme changing.</li>
<li><em>Custom Callbacks</em></li>
</ul>
<h2>Compatibility:</h2>
<p>DropKick was tested on Opera 10+, Google Chrome 10+, FireFox 5+, Safari 5+, and Internet Explorer 7 &#8211; 8. IE6 is not supported and will simply continue using your plain dropdowns instead.</p>
<h2>Known Issues:</h2>
<ul>
<li>Opened DropKick menus on Internet Explorer 7 will be covered by other DropKick containers if they are vertically stacked and too close together.</li>
</ul>
<p>Found a bug? Please <a href="https://github.com/JamieLottering/DropKick/issues">let me know</a>.</p>
<h2>How to use:</h2>
<p>Please see examples.html or <a href="http://jamielottering.github.com/DropKick/">the DropKick homepage</a> for usage</p>
<h2>What next:</h2>
<p>Got an idea for improving DropKick? Or maybe a bug fix? Please feel free to fork a copy and submit a pull request!</p>
<h2>Created by:</h2>
<p><a href="http://twitter.com/jamielottering">Jamie Lottering</a>, default theme designed by <a href="http://twitter.com/addisonkowalski">Addison Kowalski</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/dropkick-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cutter JS</title>
		<link>http://edanhewitt.com/webdev/cutter-js/</link>
		<comments>http://edanhewitt.com/webdev/cutter-js/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:25:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=307</guid>
		<description><![CDATA[Cutter.js is a standalone JavaScript plugin for truncating text (view more…). Cutter.js optionally generates a ‘view full content’ link, and is an immensely useful plugin for any news website, as it allows for more flexibility when designing and doesn’t limit your articles in terms of word count. The plugin is lightweight (1.5kb gzipped) and the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tcorral.github.com/Cutter.js/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://tcorral.github.com']);">Cutter.js</a></strong> is a <strong>standalone JavaScript plugin for truncating text (<em>view more…</em>).</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/cutterjs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/cutterjs.png" alt="" title="cutterjs" width="347" height="108" class="alignnone size-full wp-image-308" /></a></p>
<p>Cutter.js optionally generates a ‘view full content’ link, and is an immensely useful plugin for any news website, as it allows for more flexibility when designing and doesn’t limit your articles in terms of word count.</p>
<p>The plugin is lightweight (1.5kb gzipped) and the markup is extremely easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/cutter-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SwipeJS</title>
		<link>http://edanhewitt.com/webdev/swipejs/</link>
		<comments>http://edanhewitt.com/webdev/swipejs/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:24:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=304</guid>
		<description><![CDATA[Swipe is a library-agnostic JavaScript tool for bringing touch movement to your apps and websites. The library offers native 1:1 scrolling, as well as resistant bounds which, much like on the iPhone, signal the user if the end of the scrollbar has been reached. A key feature of Swipe is scroll prevention, a feature which [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://swipejs.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://swipejs.com']);">Swipe</a></strong> is a <strong>library-agnostic JavaScript tool for bringing touch movement to your apps and websites.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/swipe.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/swipe.png" alt="" title="swipe" width="400" height="236" class="alignnone size-full wp-image-305" /></a></p>
<p><strong>The library offers native 1:1 scrolling, as well as resistant bounds which, much like on the iPhone, signal the user if the end of the scrollbar has been reached.</strong></p>
<p>A key feature of Swipe is scroll prevention, a feature which detects if the user is trying to slide content vertically or horizontall</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/swipejs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chyrp</title>
		<link>http://edanhewitt.com/webdev/chyrp/</link>
		<comments>http://edanhewitt.com/webdev/chyrp/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:22:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=301</guid>
		<description><![CDATA[Chyrp is a lightweight, PHP-powered blogging engine that’s easy to extend and maintain. Chyrp comes with a beautiful default template, and actually has quite a lot of themes for a relatively unknown CMS. Notable features include: import old posts from WordPress/Tumblr; as well as user management features that really make Chyrp stand out among other [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chyrp.net/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://chyrp.net']);">Chyrp</a></strong> is a <strong>lightweight, PHP-powered blogging engine that’s easy to extend and maintain.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/chyrp.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/chyrp.png" alt="" title="chyrp" width="271" height="123" class="alignnone size-full wp-image-302" /></a></p>
<p>Chyrp comes with a beautiful default template, and actually has quite a lot of themes for a relatively unknown CMS.</p>
<p>Notable features include: import old posts from WordPress/Tumblr; as well as user management features that really make Chyrp stand out among other smaller CMSes.</p>
<p>The blogging engine is well-documented and seems simple enough to use to at least give it a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/chyrp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chico UI</title>
		<link>http://edanhewitt.com/webdev/chico-ui/</link>
		<comments>http://edanhewitt.com/webdev/chico-ui/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:22:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=298</guid>
		<description><![CDATA[Chico UI is a set of open source user interface components made with jQuery. Chico features a number of useful widgets — like auto complete, calendar, carousel, and more –, as well as Mesh, a CSS ‘framework’ that holds a number of basic CSS templates. The idea seems great, and the project is well-documented. The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chico-ui.com.ar/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://chico-ui.com.ar']);">Chico UI</a></strong> is a <strong>set of open source user interface components made with jQuery.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/chicoui.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/chicoui.png" alt="" title="chicoui" width="400" height="287" class="alignnone size-full wp-image-299" /></a></p>
<p><strong>Chico features a number of <a href="http://chico-ui.com.ar/widgets" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://chico-ui.com.ar']);">useful widgets</a> — like auto complete, calendar, carousel, and more –, </strong>as well as <a href="http://chico-ui.com.ar/mesh" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://chico-ui.com.ar']);">Mesh</a>, a CSS ‘framework’ that holds a number of basic CSS templates.</p>
<p>The idea seems great, and the project is well-documented. The only thing that’s missing is an example ‘to-do’ app, as, I imagine, applications is what you would write with Chico.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/chico-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Terminal</title>
		<link>http://edanhewitt.com/webdev/css-terminal/</link>
		<comments>http://edanhewitt.com/webdev/css-terminal/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:20:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Github]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=295</guid>
		<description><![CDATA[___ ___ ___ / __/ __/ __&#124; &#124; (__\__ \__ \ \___&#124;___/___/ T E R M I N A L Description CSS Terminal is a bookmarklet that allows you to inject CSS rules directly into a live web page. It&#8217;s handy for rapid CSS development, prototyping and debugging. Homepage You can read about it, see [...]]]></description>
			<content:encoded><![CDATA[<pre>
  ___ ___ ___
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
T E R M I N A L
</pre>
<h4>Description</h4>
<p><a href="http://barberboy.github.com/css-terminal">CSS Terminal</a> is a bookmarklet that allows you to inject CSS rules directly<br />
into a live web page. It&#8217;s handy for rapid CSS development, prototyping<br />
and debugging.</p>
<h4>Homepage</h4>
<p>You can read about it, see it in action and install it at the<br />
<a href="http://barberboy.github.com/css-terminal">project home page</a>.</p>
<h4>About</h4>
<p>The CSS Terminal bookmarklet was written by Ben Barber while working at<br />
<a href="http://www.vipasolutions.com">i2rd / Vipa Solutions</a>. The code was generously donated to the<br />
community under the MIT license.</p>
<p>The terminal source is written in <a href="http://jashkenas.github.com/coffee-script/">CoffeeScript</a> and resulting<br />
JavaScript is minified using <a href="http://code.google.com/closure/compiler/docs/gettingstarted_app.html">Google&#8217;s Closure Compiler</a>.<br />
<a href="http://jashkenas.github.com/docco/">Docco</a> is used to generate the documentation from the CoffeeScript<br />
source.</p>
<p>The <a href="https://github.com/barberboy/css-terminal">source code and project page</a> are hosted on <a href="http://github.com">GitHub</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/css-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Thief</title>
		<link>http://edanhewitt.com/webdev/color-thief/</link>
		<comments>http://edanhewitt.com/webdev/color-thief/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:19:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=293</guid>
		<description><![CDATA[A script for grabbing the dominant color or a representative color palette from an image. Uses javascript and canvas. See a Demo Usage Get Dominant Color js getDominantColor(sourceImage) returns {r: num, g: num, b: num} Uses the median cut algorithm provided by quantize.js to cluster similar colors and return the base color from the largest [...]]]></description>
			<content:encoded><![CDATA[<p>A script for grabbing the dominant color or a representative color palette from an image. Uses javascript and canvas.</p>
<h3><a href="http://lokeshdhakar.com/projects/color-thief">See a Demo</a></h3>
<h3>Usage</h3>
<h4>Get Dominant Color</h4>
<p><code>js<br />
getDominantColor(sourceImage)</code><br />
returns {r: num, g: num, b: num}</p>
<p>Uses the median cut algorithm provided by quantize.js to cluster similar<br />
colors and return the base color from the largest cluster.</p>
<h4>Create Palette</h4>
<p>&#8220;`js<br />
createPalette(sourceImage, colorCount)</p>
<p>&#8220;`<br />
returns array[ {r: num, g: num, b: num}, {r: num, g: num, b: num}, ...]</p>
<p>Use the median cut algorithm provided by quantize.js to cluster similar<br />
colors.</p>
<p>BUGGY: Function does not always return the requested amount of colors. It can be +/- 2.</p>
<h3>License</h3>
<p>Licensed under the <a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/color-thief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chosen</title>
		<link>http://edanhewitt.com/webdev/chosen/</link>
		<comments>http://edanhewitt.com/webdev/chosen/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:18:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=291</guid>
		<description><![CDATA[Chosen is a library for making long, unwieldy select boxes more user friendly. jQuery support: 1.4+ Prototype support: 1.7+ For documentation, usage, and examples, see: http://harvesthq.github.com/chosen Contributing to Chosen Contributions and pull requests are very welcome. Please follow these guidelines when submitting new code. Make all changes in Coffeescript files, not JavaScript files. For feature [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://github.com/harvesthq/chosen" target="_blank">Chosen</a> is a library for making long, unwieldy select boxes more user friendly.</p>
<ul>
<li>jQuery support: 1.4+</li>
<li>Prototype support: 1.7+</li>
</ul>
<p>For documentation, usage, and examples, see:</p>
<p>http://harvesthq.github.com/chosen</p>
<h3>Contributing to Chosen</h3>
<p>Contributions and pull requests are very welcome. Please follow these guidelines when submitting new code.</p>
<ol>
<li>Make all changes in Coffeescript files, <strong>not</strong> JavaScript files.</li>
<li>For feature changes, update both jQuery <em>and</em> Prototype versions</li>
<li>Use &#8216;cake build&#8217; to generate Chosen&#8217;s JavaScript file and minified version.</li>
<li>Don&#8217;t touch the VERSION file</li>
<li>Submit a Pull Request using GitHub.</li>
</ol>
<h3>Using CoffeeScript &amp; Cake</h3>
<p>First, make sure you have the proper CoffeeScript / Cake set-up in place.</p>
<ol>
<li>Install Coffeescript: the <a href="http://jashkenas.github.com/coffee-script/">CoffeeScript documentation</a> provides easy-to-follow instructions.</li>
<li>Install UglifyJS: <code>npm -g install uglify-js</code></li>
<li>Verify that your $NODE_PATH is properly configured using <code>echo $NODE_PATH</code></li>
</ol>
<p>Once you&#8217;re configured, building the JavasScript from the command line is easy:</p>
<div class="codehilite">
<pre>cake build                # build Chosen from source
cake watch                # watch coffee/ for changes and build Chosen
</pre>
</div>
<p>If you&#8217;re interested, you can find the recipes in Cakefile.</p>
<h3>Chosen Credits</h3>
<ul>
<li>Built by <a href="http://www.getharvest.com/">Harvest</a>. Want to work on projects like this? <a href="http://www.getharvest.com/careers">We’re hiring</a>!</li>
<li>Concept and development by <a href="http://www.patrickfiller.com/">Patrick Filler</a></li>
<li>Design and CSS by <a href="http://matthewlettini.com/">Matthew Lettini</a></li>
</ul>
<h3>Notable Forks</h3>
<ul>
<li><a href="https://github.com/julesjanssen/chosen">Chosen for MooTools</a>, by Jules Janssen</li>
<li><a href="http://drupal.org/project/chosen">Chosen Drupal 7 Module</a>, by Pol Dell&#8217;Aiera, Arshad Chummun, Bart Feenstra, Kálmán Hosszu, etc.</li>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/chosen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful web type</title>
		<link>http://edanhewitt.com/webdev/beautiful-web-type/</link>
		<comments>http://edanhewitt.com/webdev/beautiful-web-type/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:17:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=289</guid>
		<description><![CDATA[There are currently 500+ typefaces in the Google web fonts directory. Many of them are awful. But there are also high-quality typefaces that deserve a closer look. Here are examples of these typefaces in action. Featured typefaces Open Sans Gentium Book Basic Vollkorn Lato Gravitas One Old Standard TT Abril Fatface PT Sans PT Sans [...]]]></description>
			<content:encoded><![CDATA[<p>There are currently 500+ typefaces in the Google web fonts directory. Many of them are awful. But there are also high-quality typefaces that deserve a closer look. Here are examples of these typefaces in action.</p>
<h2>Featured typefaces</h2>
<ul>
<li><a href="http://www.google.com/webfonts/specimen/Open+Sans">Open Sans</a></li>
<li><a href="http://www.google.com/webfonts/specimen/Gentium+Book+Basic">Gentium Book Basic</a></li>
<li><a href="http://www.google.com/webfonts/specimen/Vollkorn">Vollkorn</a></li>
<li><a href="http://www.google.com/webfonts/specimen/Lato">Lato</a></li>
<li><a href="http://www.google.com/webfonts/specimen/Gravitas+One">Gravitas One</a></li>
<li><a href="http://www.google.com/webfonts/specimen/Old+Standard+TT">Old Standard TT</a></li>
<li><a href="http://www.google.com/webfonts/specimen/Abril+Fatface">Abril Fatface</a></li>
<li><a href="http://www.google.com/webfonts/specimen/PT+Sans">PT Sans</a></li>
<li><a href="http://www.google.com/webfonts/specimen/PT+Sans+Narrow">PT Sans Narrow</a></li>
<li><a href="http://www.google.com/webfonts/specimen/PT+Serif">PT Serif</a></li>
</ul>
<h2>View the samples: <a href="http://hellohappy.org/beautiful-web-type" target="_blank">http://hellohappy.org/beautiful-web-type</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/beautiful-web-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Textarea Eeditor</title>
		<link>http://edanhewitt.com/webdev/jquery-textarea-eeditor/</link>
		<comments>http://edanhewitt.com/webdev/jquery-textarea-eeditor/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:16:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=286</guid>
		<description><![CDATA[griffin.editor is a no-frills jQuery textarea editor with an easy setup and Markdown support. The editor supports the jQuery UI, automatically enhancing the look of, e.g., the ‘add link’ dialog if jQuery’s UI components are included. Another great feature is the preview pane and configurable access keys. Best of all, griffin doesn’t clog you down [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.gauffin.org/2012/02/introducing-griffin-editor-a-jquery-textarea-plugin/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://blog.gauffin.org']);">griffin.editor</a></strong> is a <strong>no-frills jQuery textarea editor with an easy setup and Markdown support.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/griffin.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/griffin.png" alt="" title="griffin" width="621" height="256" class="alignnone size-full wp-image-287" /></a></p>
<p>The editor supports the jQuery UI, automatically enhancing the look of, e.g., the ‘add link’ dialog if jQuery’s UI components are included.</p>
<p>Another great feature is the preview pane and configurable access keys.</p>
<p>Best of all, <strong>griffin doesn’t clog you down with these features, and you can turn them on and off as you please</strong> if you want to sa</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jquery-textarea-eeditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SoundJS</title>
		<link>http://edanhewitt.com/webdev/soundjs/</link>
		<comments>http://edanhewitt.com/webdev/soundjs/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:10:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=283</guid>
		<description><![CDATA[SoundJS is a JavaScript library for working with HTML5 audio. Its key features include channel management, batch loading, and master volume control. If you’ve tinkered around with HTML5′s audio, you know how much of a pain in the ass&#160;is dealing with different ways that browsers react to the same code. The most important component of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://soundjs.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://soundjs.com']);">SoundJS</a></strong> is a <strong>JavaScript library for working with HTML5 audio.</strong></p>
<p>Its key features include channel management, batch loading, and master volume control.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/soundjs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/soundjs.png" alt="" title="soundjs" width="304" height="98" class="alignnone size-full wp-image-284" /></a></p>
<p>If you’ve tinkered around with HTML5′s audio, you know how much of a pain <del>in the ass</del>&nbsp;is dealing with different ways that browsers react to the same code.</p>
<p>The <strong>most important component of SoundJS is, thus, the API, which provides something of a one-size-fits-all cross-browser interface for working with sounds.</strong></p>
<p>SoundJS is intended to be a part of a larger whole — <a href="http://createjs.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://createjs.com']);">CreateJS</a> — which is yet to be released.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/soundjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweenJS</title>
		<link>http://edanhewitt.com/webdev/tweenjs/</link>
		<comments>http://edanhewitt.com/webdev/tweenjs/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:10:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=280</guid>
		<description><![CDATA[TweenJS is a library for tweening and animation in HTML5 and JavaScript. TweenJS offers a chainable API for sequencing animations, and as well provides some CSS support. Although basically taking another Flash feature to JavaScript, TweenJS is a very welcome library indeed, as it’s very simple to use — yet the results are amazing. TweenJS [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tweenjs.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://tweenjs.com']);">TweenJS</a></strong> is a <strong>library for tweening and animation in HTML5 and JavaScript.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/tweenjs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/tweenjs.png" alt="" title="tweenjs" width="250" height="94" class="alignnone size-full wp-image-281" /></a></p>
<p>TweenJS offers a chainable API for sequencing animations, and as well provides some CSS support.</p>
<p>Although basically taking another Flash feature to JavaScript, TweenJS is a very welcome library indeed, as it’s very simple to use — yet the results are amazing.</p>
<p>TweenJS is also a part of the upcoming <a href="http://createjs.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://createjs.com']);">CreateJS</a> HTML5 designing suite.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/tweenjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>noUI Slider</title>
		<link>http://edanhewitt.com/webdev/noui-slider/</link>
		<comments>http://edanhewitt.com/webdev/noui-slider/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:08:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=277</guid>
		<description><![CDATA[noUiSLider is a jQuery plugin for turning an HTML object into a nice range slider. The plugin is well-built, featuring a callback for every possible thing the user can do with the slider. Of course, you can build a more powerful slider with jQuery’s UI library, but this alternative weighs only 6 kb, and is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://refreshless.com/nouislider/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://refreshless.com']);">noUiSLider</a></strong> is a <strong>jQuery plugin for turning an HTML object into a nice range slider.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/nouislider.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/nouislider.png" alt="" title="nouislider" width="200" height="33" class="alignnone size-full wp-image-278" /></a></p>
<p>The plugin is well-built, featuring a callback for every possible thing the user can do with the slider.</p>
<p>Of course, you can build a more powerful slider with jQuery’s UI library, but this alternative weighs only 6 kb, and is thus a better fit if you simply need a slider.</p>
<p><strong>The slider is stylable via CSS, and, of course, allows reading values from the slider.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/noui-slider/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3D Accordion Effect</title>
		<link>http://edanhewitt.com/webdev/3d-accordion-effect/</link>
		<comments>http://edanhewitt.com/webdev/3d-accordion-effect/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:05:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=273</guid>
		<description><![CDATA[3D Accordion Effect &#8211; UX Lab 006 I posted the following experiment as a way of demonstrating just how far the line has blurred between web based animation and OS based animation. I saw Dribbble shots (one and two) by Indian designer Pranav Pramod and was inspired to replicate the effect in CSS3. Unfortunately nothing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://taitems.github.com/UX-Lab/3DAccordion/index.html" target="_blank"><br />
<h2 class="post-title">3D Accordion Effect &#8211; UX Lab 006</h2>
<p></a></p>
<p>I posted the following experiment as a way of demonstrating just how far the line has blurred between web based animation and OS based animation. I saw Dribbble shots (<a href="http://dribbble.com/shots/209716-Calendar-Idea" target="_blank">one</a> and <a href="http://dribbble.com/shots/478763-UI-Abstraction" target="_blank">two</a>) by Indian designer <a href="http://dribbble.com/pranav" target="_blank">Pranav Pramod</a> and was inspired to replicate the effect in CSS3.</p>
<p><img src="http://media.tumblr.com/tumblr_m1qjl1MCCG1qawqhu.png"></p>
<p>Unfortunately nothing is ever as easy as it seems. If it was, someone else would have already posted a similar effect. The problem is that when animating something with a 3D transform with a forced perspective, there is no way to measure or mirror the actual height represented in the browser using CSS. If you animate the parent element from 0px in height to 30px, it’s a straightforward linear animation. The 3D transform, on the other hand, changes on a non-linear scale because of the perspective.</p>
<p>There are two solutions, <em>neither of which are desirable</em>.</p>
<p>The first involves JavaScript, which frankly I had tried to avoid. In this example, the animation is triggered by the addition of a CSS class via JavaScript &#8211; but could just as easily be bound to an :active:target CSS event. The only way to get the actual browser rendered height of the element is to get it via JavaScript with the obj.clientHeight getter. While discussion pointed to wrapping the object in a parent element and not needing JavaScript at all, this does not work in all browsers.</p>
<p>Instead the JavaScript method involves binding a function with requestAnimationFrame which sets the parent objects height to mirror the calculated height of the transformed object. Accurate, but if we wanted to perform calculations many times per second, why did we bother animating with CSS at all?</p>
<p>The other method, considerably less accurate and very fiddly, is to match the easing or timing of the two animations. It may be possible to create a custom timing function using cubic-bezier which matches the rate of easing of a 30px tall object, rotating from -90deg to 0deg, with a perspective of 400 units. But why would you? That’s shit house.</p>
<p>Maybe in this instance a flat out Canvas animation would have been much more sensible. You’re still performing a function every ‘x’ milliseconds, but at least the canvas itself may be hardware accelerated. Until CSS animation matures, we will most likely have to abuse the JavaScript add-ons such as the one described earlier. Or even better yet, sever the ties with HTML and CSS and &#8211; get this right &#8211; use graphical languages for what they’re intended.</p>
<p><strong>Ninja Edit:</strong> Also, you can’t yet animate background gradients so the whole 3D effect on the depth of the flaps is kind of impossible for now.</p>
<p><strong>Sad-face Edit:</strong> The second I posted this, someone posted pretty much the exact same thing to Hacker News in a much more polished way. Check out <a href="https://developer.mozilla.org/en-US/demos/detail/paperfold-css/launch" target="_blank">Paperfold CSS</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/3d-accordion-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AntiScroll</title>
		<link>http://edanhewitt.com/webdev/antiscroll/</link>
		<comments>http://edanhewitt.com/webdev/antiscroll/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:02:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=270</guid>
		<description><![CDATA[Cross-browser native OSX Lion scrollbars Antiscroll fixes a fundamental problem JavaScript UI developers commonly face: how do I customize scrollbars so that they get out of the way (for example, for different form widgets), but retain their native scrolling properties (like OS widge scrolling velocity, or OS specific inertia)? Antiscroll addresses this issue by providing [...]]]></description>
			<content:encoded><![CDATA[<div class="instapaper_body entry-content">
<h1>Cross-browser native OSX Lion scrollbars</h1>
<p>Antiscroll fixes a fundamental problem JavaScript UI developers commonly face:<br />
how do I customize scrollbars so that they get out of the way (for example, for<br />
different form widgets), but retain their native scrolling properties (like OS<br />
widge scrolling velocity, or OS specific inertia)?</p>
<p>Antiscroll addresses this issue by providing a cross-browser implementation of<br />
the scrollbars popularized by OS X Lion that retains native properties.</p>
<h2>Features</h2>
<ul>
<li>Supports mousewheels, trackpads, other input devices natively.</li>
<li>Total size is <strong>1kb</strong> minified and gzipped.</li>
<li>Doesn&#8217;t magically autowrap your elements with divs (manual wrapping is necessary,<br />
please see <code>index.html</code> demo)</li>
<li>Fade in/out controlled with CSS3 animations.</li>
<li>Shows scrollbars upon hovering.</li>
<li>Scrollbars are draggable.</li>
<li>Size of container can be dynamically adjusted and scrollbars will adapt.</li>
<li>Supports IE7+, Firefox 3+, Chrome, Safari</li>
</ul>
<h2>Demo</h2>
<p>Please click <a href="http://learnboost.github.com/antiscroll/">here</a> to see it in<br />
action.</p>
<h2>What does it look like?</h2>
<p><strong>Firefox 8 <code>overflow: scroll</code> and antiscroll on OS X</strong></p>
<p><img src="http://f.cl.ly/items/3R0y1P1U3r2c0O3Z2533/Image%202011.11.23%208:42:51%20AM.png" alt="" /><br />
<img src="http://f.cl.ly/items/262V403n221p1F3T2S3K/Image%202011.11.23%208:43:32%20AM.png" alt="" /></p>
<p><strong>IE 9 <code>overflow: scroll</code> and antiscroll</strong></p>
<p><img src="http://f.cl.ly/items/0M0z2t2X42110X3R0313/Image%202011.11.23%2010:35:39%20AM.png" alt="" width="568" height="274" /></p>
<h2>How does it work?</h2>
<p>The idea behind Antiscroll is to leverage real scrollbars, but hide them from the<br />
view. The implementation consists of 3 steps.</p>
<h3>1. Measure scrollbars width</h3>
<p>In order to measure scrollbars width we use the following technique:</p>
<ol>
<li>Insert a div with a fixed width and measure the inner width</li>
<li>Force <code>overflow: scroll</code></li>
<li>Measure the inner width. The difference is the scrollbar width</li>
</ol>
<p>The caveat of this technique is precisely OSX Lion. Since the scrollbars<br />
<em>float</em> on top of the content, their width is always zero but they still<br />
overlay your content. To address this issue we add an aditional step which<br />
consists of declaring <code>::-webkit-scrollbar</code> and <code>::scrollbar</code> CSS<br />
pseudo-properties that set the width of the scrollbars to zero for modern<br />
browsers.</p>
<h3>2. Adjust the width of the inner element</h3>
<p>The parent element receives <code>overflow: hidden</code> and the desired width and height<br />
for the widget.</p>
<p>The inner <code>.antiscroll-inner</code> element receives the same width and height, but<br />
the script augments this two values with the size of the scrollbars,<br />
effectively hiding them.</p>
<p><img src="http://f.cl.ly/items/431G35281X3t052m3J1V/Image%202011.11.23%2010:42:52%20AM.png" alt="" width="600" height="346" /></p>
<p>The inner element is always <code>overflow: scroll</code>.</p>
<h3>3. Listen on the scroll event</h3>
<p>We attach the <code>scroll</code> event to the scrollable element, and we create our<br />
scrollbars as absolutely positioned divs. We update our scrollbars based on the<br />
detected <code>scrollLeft</code> and <code>scrollTop</code> of the element.</p>
<h2>Credits</h2>
<p>This technique was inspired by Facebook&#8217;s chat sidebar/ticker, which also reproduces<br />
Lion&#8217;s scrollbars, but relying on setting the width of the inner container to an<br />
arbitrarily large width, therefore allowing scrolling of a single axis<br />
(vertical).</p>
<p>Scrollbar size detection based on the work of <a href="http://jdsharp.us/jQuery/minute/calculate-scrollbar-width.php">Jonathan<br />
Sharp</a>.</p>
<h2>Dependencies</h2>
<ul>
<li><a href="http://github.com/jquery/query">jQuery</a></li>
<li><a href="https://github.com/brandonaaron/jquery-mousewheel">jquery-mousewheel</a>: optional,<br />
only needed if you want to block further scrolling when you reach the boundaries<br />
of scrollable element.</li>
</ul>
<h2>TODO</h2>
<ul>
<li>Automatically leverage Joe Hewitt&#8217;s<br />
<a href="https://github.com/joehewitt/scrollability">scrollability</a> as a replacement<br />
technique if a touch-enabled browser is detected.</li>
<li>IE6 support</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/antiscroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AddClear</title>
		<link>http://edanhewitt.com/webdev/addclear/</link>
		<comments>http://edanhewitt.com/webdev/addclear/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 21:01:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Github]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=268</guid>
		<description><![CDATA[Add Clear Author: Stephen Korecky Website: http://stephenkorecky.com Plugin Website: http://github.com/skorecky/Add-Clear Contributers: scoman81 About Version 1.1 Add Clear is a jQuery plugin that adds a input clearing button on any input you apply it to. It clears the value, and returns focus to that field. How to use Load jQuery into your project Load Add Clear [...]]]></description>
			<content:encoded><![CDATA[<h2 class="instapaper_title">Add Clear</h2>
<div class="instapaper_body entry-content">
<p><strong>Author:</strong> Stephen Korecky</p>
<p><strong>Website:</strong> <a href="http://stephenkorecky.com " target="_blank">http://stephenkorecky.com </a></p>
<p><strong>Plugin Website:</strong> <a href="http://github.com/skorecky/Add-Clear " target="_blank">http://github.com/skorecky/Add-Clear </a></p>
<p><strong>Contributers:</strong> <a href="https://github.com/scoman81">scoman81</a></p>
<h2>About</h2>
<p><strong>Version 1.1</strong></p>
<p>Add Clear is a jQuery plugin that adds a input clearing button on any input you apply it to. It clears the value, and returns focus to that field.</p>
<h2>How to use</h2>
<ul>
<li>Load jQuery into your project</li>
<li>Load Add Clear plugin into your project</li>
<li>Setup which elements you would like to apply this plugin to.</li>
</ul>
<h3>Usage</h3>
<div class="codehilite">
<pre>&lt;script type="text/javascript" charset="utf-8"&gt;
  $(document).ready(function(){
    $("input").addClear();
  });

  // Example onClear option usage
  $("input").addClear({
    onClear: function(){
      alert("call back!");
    }
  });
&lt;/script&gt;</pre>
</div>
<h3>Available Options</h3>
<table>
<tbody>
<tr>
<th>Option</th>
<th>Default</th>
<th>Type</th>
</tr>
<tr>
<td>closeImage</td>
<td>clear.png</td>
<td>string</td>
</tr>
<tr>
<td>top</td>
<td>0</td>
<td>number</td>
</tr>
<tr>
<td>right</td>
<td>4</td>
<td>number</td>
</tr>
<tr>
<td>returnFocus</td>
<td>true</td>
<td>boolean</td>
</tr>
<tr>
<td>showOnLoad</td>
<td>false</td>
<td>boolean</td>
</tr>
<tr>
<td>onClear</td>
<td>null</td>
<td>function</td>
</tr>
</tbody>
</table>
<h4>Using Options</h4>
<div class="codehilite">
<pre>$("input").addClear({closeImage : "/image/path/close.png",top : -2, right : 6});</pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/addclear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blur JS</title>
		<link>http://edanhewitt.com/webdev/blur-js/</link>
		<comments>http://edanhewitt.com/webdev/blur-js/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:59:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=264</guid>
		<description><![CDATA[blur.js is a jQuery plugin that produces “pseud-transparent blurred” elements over other elements. Blur requires canvas support, and there’s, sadly, no fallback as of now. However, blur.js is a flexible and powerful plugin either way: along with specifying a blur radius and making the element draggable, blur.js can change the overlay color–which is quite the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blurjs.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.blurjs.com']);">blur.js</a></strong> is a <strong>jQuery plugin that produces “pseud-transparent blurred” elements over other elements.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/blurjs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/blurjs.png" alt="" title="blurjs" width="319" height="113" class="alignnone size-full wp-image-265" /></a></p>
<p>Blur requires canvas support, and there’s, sadly, no fallback as of now.</p>
<p>However, <strong>blur.js is a flexible and powerful plugin</strong> either way: along with specifying a blur radius and making the element draggable, blur.js can change the overlay color–which is quite the feature for any designer.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/blur-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backstretch</title>
		<link>http://edanhewitt.com/webdev/backstretch/</link>
		<comments>http://edanhewitt.com/webdev/backstretch/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:58:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=261</guid>
		<description><![CDATA[Backstretch is a jQuery plugin for adding a dynamically-resized background image to any page. The plugin can also be used for creating a slider. The images are fetched after the page is loaded, so the visitors won’t have to wait for the image downloads to complete. Backstretch resizes the images automatically — so mobile browsers [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://srobbin.com/jquery-plugins/backstretch/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://srobbin.com']);">Backstretch</a></strong> is a <strong>jQuery plugin for adding a dynamically-resized background image to any page.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/backstretch.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/backstretch.png" alt="" title="backstretch" width="448" height="169" class="alignnone size-full wp-image-262" /></a></p>
<p>The plugin can also be used for creating a slider.</p>
<p>The images are fetched after the page is loaded, so the visitors won’t have to wait for the image downloads to complete.</p>
<p>Backstretch resizes the images automatically — so mobile browsers are also supported.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/backstretch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Camera Plugin</title>
		<link>http://edanhewitt.com/webdev/camera-plugin/</link>
		<comments>http://edanhewitt.com/webdev/camera-plugin/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:57:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=257</guid>
		<description><![CDATA[Camera is a jQuery slideshow that features a number of useful options, is customizable, and has a powerful API. Camera features about 30 options, such as pagination, pause on hover, auto advance, callbacks, and so on. The API is quite simple and allows changing the data types used in the slides; the API is also [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pixedelic.com/plugins/camera/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.pixedelic.com']);">Camera</a></strong> is a <strong>jQuery slideshow that features a number of useful options, is customizable, and has a powerful API.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/camera.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/camera.png" alt="" title="camera" width="450" height="238" class="alignnone size-full wp-image-258" /></a></p>
<p><strong>Camera features about 30 options, such as pagination, pause on hover, auto advance, callbacks, and so on.</strong></p>
<p>The API is quite simple and allows changing the data types used in the slides; the API is also used for manipulating the transitions.</p>
<p>As Camera is so rich with features that it seems that it’d be bloated in terms of size. However, the minified version weighs about 38kb — which is quite alright for a thorough library like this.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/camera-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShareNice</title>
		<link>http://edanhewitt.com/webdev/sharenice/</link>
		<comments>http://edanhewitt.com/webdev/sharenice/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:55:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=254</guid>
		<description><![CDATA[shareNice is a project/sharing widget without an intrusive nature. This sharing widget is different from others in the way that it doesn’t give away any extra information to third party services, and features a transparent sharing interface, ensuring that every user sees what exactly he’s sharing — or not. shareNice supports sharing with&#160;facebook.com, digg.com, by [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharenice.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://sharenice.org']);">shareNice</a></strong> is a <strong>project/sharing widget without an intrusive nature.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/sharenice1.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/sharenice1.png" alt="" title="sharenice1" width="220" height="138" class="alignnone size-full wp-image-255" /></a></p>
<p>This sharing widget is different from others in the way that it doesn’t give away any extra information to third party services, and features a transparent sharing interface, ensuring that every user sees what exactly he’s sharing — or not.</p>
<p><strong>shareNice supports sharing with&nbsp;facebook.com, digg.com, by email, delicious.com, twitter.com, and other social portals.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/sharenice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Painter</title>
		<link>http://edanhewitt.com/webdev/jquery-painter/</link>
		<comments>http://edanhewitt.com/webdev/jquery-painter/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:54:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=251</guid>
		<description><![CDATA[wPaint is a jQuery plugin for creating a basic painting interface. The plugin can take an image file for the background of the canvas element.&#160;wPaint also comes with ‘save’ and ‘load’ functions, and a color picker. Even if the plugin itself isn’t as interesting, you can learn a lot from the source code. Websanova, the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.websanova.com/plugins/paint/html5" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.websanova.com']);">wPaint</a></strong> is a <strong>jQuery plugin for creating a basic painting interface.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/wpaint.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/wpaint.png" alt="" title="wpaint" width="400" height="197" class="alignnone size-full wp-image-252" /></a></p>
<p>The plugin can take an image file for the background of the canvas element.&nbsp;wPaint also comes with ‘save’ and ‘load’ functions, and a color picker.</p>
<p>Even if the plugin itself isn’t as interesting, you can learn a lot from the source code.</p>
<p>Websanova, the developers of wPaint, have quite a host of other useful jQuery plugins available at their homepage –&nbsp;<a href="http://www.websanova.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.websanova.com']);">do check them out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jquery-painter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Slides</title>
		<link>http://edanhewitt.com/webdev/html5-slides/</link>
		<comments>http://edanhewitt.com/webdev/html5-slides/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:43:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=248</guid>
		<description><![CDATA[Slides is a simple and effective presentation framework written in JavaScript. It uses curl.js for transitions and requirejs for loading slides and other dependencies. The one and only question is — why use this framework instead of PowerPoint or Keynote? The developer says that he made this framework because he “Got fed up with using [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Slides</strong> is a <strong>simple and effective presentation framework written in JavaScript.</strong></p>
<p>It uses curl.js for transitions and requirejs for loading slides and other dependencies.</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/slides.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/slides.png" alt="" title="slides" width="400" height="145" class="alignnone size-full wp-image-249" /></a></p>
<p>The one and only question is — why use this framework instead of PowerPoint or Keynote?</p>
<p>The developer says that he made this framework because he “Got fed up with using Powerpoint and Keynote to make and give presentations.”</p>
<p>However, there are also some practical reasons for choosing this framework:</p>
<ul>
<li><strong>Easy slide linking with a working “back” button;&nbsp;</strong></li>
<li><strong>Linking between slides easily;&nbsp;</strong></li>
<li><strong>Mobile support;&nbsp;</strong></li>
<li><strong>Worldwide availability of your presentations.</strong><br />
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/html5-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery File Upload</title>
		<link>http://edanhewitt.com/webdev/jquery-file-upload/</link>
		<comments>http://edanhewitt.com/webdev/jquery-file-upload/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:42:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=245</guid>
		<description><![CDATA[jQuery File Upload is a comprehensive file upload kit that works in most server-side environments. The most notable features include: Multiple file upload; Drag &#38; Drop support; Cross-site file uploads; Resumable and cancelable uploads. The library was built purely with jQuery and Twitter’s Bootstrap. Overall, jQuery File Upload provides a surprisingly comprehensive file uploading interface, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blueimp.github.com/jQuery-File-Upload/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://blueimp.github.com']);">jQuery File Upload</a></strong> is a <strong>comprehensive file upload kit that works in most server-side environments.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/fileupload.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/fileupload.png" alt="" title="fileupload" width="450" height="205" class="alignnone size-full wp-image-246" /></a></p>
<p>The most notable features include:</p>
<ul>
<li><strong>Multiple file upload;</strong></li>
<li><strong>Drag &amp; Drop support;</strong></li>
<li><strong>Cross-site file uploads;</strong></li>
<li><strong>Resumable and cancelable uploads.</strong></li>
</ul>
<p>The library was built purely with jQuery and Twitter’s Bootstrap.</p>
<p>Overall, jQuery File Upload provides a surprisingly comprehensive file uploading interface, suitable for most backends and applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jquery-file-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dot Dot Dot JS</title>
		<link>http://edanhewitt.com/webdev/dot-dot-dot-js/</link>
		<comments>http://edanhewitt.com/webdev/dot-dot-dot-js/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:38:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=242</guid>
		<description><![CDATA[jQuery.dotdotdot is a library for beautifying ugly multiple-line content. The plugin simply truncates the excess text; basically, it’s like using overflow:hidden, but with extra features. Different layouts are also supported, and, among the few options, dotdotdot features events and monitoring the content for changes (sweet). dotdotdot is a nice plugin with a slick markup, and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dotdotdot.frebsite.nl/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://dotdotdot.frebsite.nl']);">jQuery.dotdotdot</a></strong> is a <strong>library for beautifying ugly multiple-line content.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/dotdotdot.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/dotdotdot.png" alt="" title="dotdotdot" width="324" height="100" class="alignnone size-full wp-image-243" /></a></p>
<p>The plugin simply truncates the excess text; basically, it’s like using overflow:hidden, but with extra features.</p>
<p>Different layouts are also supported, and, among the few options, <strong>dotdotdot features events and monitoring the content for changes (sweet).</strong></p>
<p>dotdotdot is a nice plugin with a slick markup, and almost every comprehensive website needs such functionality at one stage or another.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/dot-dot-dot-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS FX</title>
		<link>http://edanhewitt.com/webdev/css-fx/</link>
		<comments>http://edanhewitt.com/webdev/css-fx/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:37:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=239</guid>
		<description><![CDATA[cssFx.js is a CSS3 property polyfill that inserts vendor-specific functionality into older browsers. For those out of it, a polyfill is,&#160;according to Paul Irish, “A shim that mimics a future API providing fallback functionality to older browsers.” cssFx.js brings much needed functionality to older browsers: Box shadows; Border radius; Flexible box; Gradients; etc. This is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://imsky.github.com/cssFx/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://imsky.github.com']);">cssFx.js</a></strong> is a <strong>CSS3 property polyfill that inserts vendor-specific functionality into older browsers.</strong></p>
<p>For those out of it, a polyfill is,&nbsp;<a href="http://paulirish.com/i/7570.png" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://paulirish.com']);">according</a> to <a href="http://paulirish.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://paulirish.com']);">Paul Irish</a>, “A shim that mimics a future API providing fallback functionality to older browsers.”</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/cssfx.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/cssfx.png" alt="" title="cssfx" width="359" height="117" class="alignnone size-full wp-image-240" /></a></p>
<p>cssFx.js brings much needed functionality to older browsers:</p>
<ul>
<li>Box shadows;</li>
<li>Border radius;</li>
<li>Flexible box;</li>
<li>Gradients;</li>
<li>etc.</li>
</ul>
<p>This is a surprisingly comprehensive library that’s certainly not the worst tool for a designer who has encountered browser-compatibility issues (that means every designer out there).</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/css-fx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mailcheck JS</title>
		<link>http://edanhewitt.com/webdev/mailcheck-js/</link>
		<comments>http://edanhewitt.com/webdev/mailcheck-js/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:35:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=236</guid>
		<description><![CDATA[mailcheck.js is a nice and compact jQuery library for&#160;spell-checking&#160;email domain names in input elements. mailcheck.js supports a virtually unlimited amount of domain names — they are passed to the plugin in an array–, and this makes the library especially useful for local projects. The markup is rather simple, and the plugin adds much-needed extra security [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://github.com/Kicksend/mailcheck" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://github.com']);">mailcheck.js</a></strong> is a <strong>nice and compact jQuery library for&nbsp;spell-checking&nbsp;email domain names in input elements.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/mailcheck.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/mailcheck.png" alt="" title="mailcheck" width="407" height="78" class="alignnone size-full wp-image-237" /></a></p>
<p><strong>mailcheck.js supports a virtually unlimited amount of domain names — they are passed to the plugin in an array–, and this makes the library especially useful for local projects.</strong></p>
<p>The markup is rather simple, and the plugin adds much-needed extra security to sign-up forms.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/mailcheck-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hammer JS</title>
		<link>http://edanhewitt.com/webdev/hammer-js/</link>
		<comments>http://edanhewitt.com/webdev/hammer-js/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:32:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=231</guid>
		<description><![CDATA[Hammer.js is a JavaScript library for multi-touch gestures. Hammer.js is lightweight (just 2kb) and easy to implement in most projects. It only serves for multi-touch gestures, and supports the following gestures: Tap; Double Tap; Hold; Drag; Transform. Overall, Hammer.js is a focused library that makes itself even more useful by doing only a number of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://eightmedia.github.com/hammer.js/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://eightmedia.github.com']);">Hammer.js</a></strong> is a <strong>JavaScript library for multi-touch gestures.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/hammerjs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/hammerjs.png" alt="" title="hammerjs" width="400" height="117" class="alignnone size-full wp-image-232" /></a></p>
<p>Hammer.js is lightweight (just 2kb) and easy to implement in most projects.</p>
<p><strong>It only serves for multi-touch gestures, and supports the following gestures:</strong></p>
<ul>
<li>Tap;</li>
<li>Double Tap;</li>
<li>Hold;</li>
<li>Drag;</li>
<li>Transform.</li>
</ul>
<p>Overall, Hammer.js is a focused library that makes itself even more useful by doing only a number of tasks, but doing them well.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/hammer-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skrivr</title>
		<link>http://edanhewitt.com/webdev/skrivr/</link>
		<comments>http://edanhewitt.com/webdev/skrivr/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:31:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=228</guid>
		<description><![CDATA[Skrivr is a publishing platform that publishes posts via DropBox. What you’ll like about Skrivr: An efficient&#38;responsive theme engine; Clean URLs; Custom domains; Unlimited site traffic. What you won’t like: Invite only as of now; Confusing start-up; Limited customization options. Skrivr is, as I famously predicted, just the very beginning of DropBox-based apps, and we [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://skrivr.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://skrivr.com']);">Skrivr</a></strong> is a <strong>publishing platform that publishes posts via DropBox.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/skrivr.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/skrivr.png" alt="" title="skrivr" width="400" height="117" class="alignnone size-full wp-image-229" /></a></p>
<p><strong>What you’ll like about Skrivr:</strong></p>
<ul>
<li>An efficient&amp;responsive theme engine;</li>
<li>Clean URLs;</li>
<li>Custom domains;</li>
<li>Unlimited site traffic.</li>
</ul>
<p><strong>What you won’t like:</strong></p>
<ul>
<li>Invite only as of now;</li>
<li>Confusing start-up;</li>
<li>Limited customization options.</li>
</ul>
<p>Skrivr is, <a href="http://webification.com/a-simple-online-tool-for-dropbox-based-blogging-scriptogr-am">as I famously predicted</a>, just the very beginning of DropBox-based apps, and we can expect many more in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/skrivr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sigma JS</title>
		<link>http://edanhewitt.com/webdev/sigma-js/</link>
		<comments>http://edanhewitt.com/webdev/sigma-js/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=225</guid>
		<description><![CDATA[Sigma.js is a lightweight JavaScript library for drawing highly functional graphs on HTML5′s canvas. The library can import some specific graph formats, like those produced by Gephi, and features a number of useful functions: jQuery-like event management system; A public API; Methods for complete customization; Chainable methods; etc. Sigma is a rather interesting library, and, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sigmajs.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://sigmajs.org']);">Sigma.js</a></strong> is a <strong>lightweight JavaScript library for drawing highly functional graphs on HTML5′s canvas.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/sigmajs.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/sigmajs.png" alt="" title="sigmajs" width="400" height="189" class="alignnone size-full wp-image-226" /></a></p>
<p>The library can import some specific graph formats, like those produced by <a href="http://gephi.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://gephi.org']);">Gephi</a>, and features a number of useful functions:</p>
<ul>
<li>jQuery-like event management system;</li>
<li>A public API;</li>
<li>Methods for complete customization;</li>
<li>Chainable methods;</li>
<li>etc.</li>
</ul>
<p>Sigma is a rather interesting library, and, it seems, has already gathered quite a following (for a new project, that is) with 147 watchers on GitHub.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/sigma-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formalize</title>
		<link>http://edanhewitt.com/webdev/formalize/</link>
		<comments>http://edanhewitt.com/webdev/formalize/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:29:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=222</guid>
		<description><![CDATA[Formalize is a neat set of libraries for making forms consistent over different web browsers. Formalize is compatible with a number of popular libraries, and requires either Dojo, jQuery, MooTools, Prototype, or YUI to operate. Forms can be a pain in the ass processor, and Formalize offers a great solution that gives you control over [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://formalize.me/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://formalize.me']);">Formalize</a></strong> is a <strong>neat set of libraries for making forms consistent over different web browsers.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/formalize.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/formalize.png" alt="" title="formalize" width="311" height="97" class="alignnone size-full wp-image-223" /></a></p>
<p><strong>Formalize is compatible with a number of popular libraries</strong>, and requires either Dojo, jQuery, MooTools, Prototype, or YUI to operate.</p>
<p>Forms can be a pain in the <del>ass</del> processor, and Formalize offers a great solution that gives you control over the appearance of forms in different browsers.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/formalize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scroll Path</title>
		<link>http://edanhewitt.com/webdev/scroll-path/</link>
		<comments>http://edanhewitt.com/webdev/scroll-path/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:27:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=219</guid>
		<description><![CDATA[Scroll Path is a plugin for creating scroll paths with a simpler markup than you’d expect. The paths are marked on a canvas element, and the plugin supports rotation on some browsers. Once the plugin is initialized, you can point to specific points in the path, and ease or animate to them. Scroll Path is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://joelb.me/scrollpath/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://joelb.me']);">Scroll Path</a></strong> is a <strong>plugin for creating scroll paths with a simpler markup than you’d expect.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/scrollpath.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/scrollpath.png" alt="" title="scrollpath" width="438" height="122" class="alignnone size-full wp-image-220" /></a></p>
<p>The paths are marked on a canvas element, and the plugin supports rotation on some browsers.</p>
<p><strong>Once the plugin is initialized, you can point to specific points in the path, and ease or animate to them.</strong></p>
<p>Scroll Path is a very interesting plugin if you don’t mind taking the time to draw the actual scrolling paths.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/scroll-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtrify</title>
		<link>http://edanhewitt.com/webdev/filtrify/</link>
		<comments>http://edanhewitt.com/webdev/filtrify/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:26:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=216</guid>
		<description><![CDATA[Filtrify is a plugin for advanced tag filtering. It is advanced in the way that it supports filtering tags within tags (this demo shows what I mean). Filtrify uses the new HTML5′s “data” attribute for storing the metadata, and passes it through (neat) JavaScript for advanced tag filtering. It then produces a search menu where [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://luis-almeida.github.com/filtrify/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://luis-almeida.github.com']);">Filtrify</a></strong> is a <strong>plugin for advanced tag filtering. </strong></p>
<p>It is advanced in the way that it supports filtering tags within tags (<a href="http://luis-almeida.github.com/filtrify/music.html" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://luis-almeida.github.com']);">this demo</a> shows what I mean).</p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/filtrify.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/filtrify.png" alt="" title="filtrify" width="228" height="78" class="alignnone size-full wp-image-217" /></a></p>
<p><strong>Filtrify uses the new HTML5′s “data” attribute for storing the metadata, and passes it through (neat) JavaScript for advanced tag filtering.</strong></p>
<p>It then produces a search menu where all of the available tags are stored.</p>
<p>The library seems quite exquisite in terms of functionality, and is a must-have when building websites for social use.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/filtrify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JigSoar</title>
		<link>http://edanhewitt.com/webdev/jigsoar/</link>
		<comments>http://edanhewitt.com/webdev/jigsoar/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:24:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=213</guid>
		<description><![CDATA[Jigsoar icons is a set of 60 vector icons that are perfect for the web. The set consists of ‘general’ icons that are suitable for many occasions. The icons come in PNG: 16px, 24px, 48px, and 64px. They’re available as Adobe Illustrator vector files. These icons are registered under the CC license, and require attribution, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jigsoaricons.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.jigsoaricons.com']);">Jigsoar</a></strong> icons is a <strong>set of 60 vector icons that are perfect for the web.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/jigsoar.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/jigsoar.png" alt="" title="jigsoar" width="400" height="236" class="alignnone size-full wp-image-214" /></a></p>
<p>The set consists of ‘general’ icons that are suitable for many occasions.</p>
<p>The icons come in PNG: 16px, 24px, 48px, and 64px. They’re available as Adobe Illustrator vector files.</p>
<p>These icons are registered under the CC license, and require attribution, but merely as a comment in the CSS file.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/jigsoar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canvas Fireworks</title>
		<link>http://edanhewitt.com/webdev/canvas-fireworks/</link>
		<comments>http://edanhewitt.com/webdev/canvas-fireworks/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:22:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=209</guid>
		<description><![CDATA[Canvas Fireworks is a remarkable HTML5 experiment from Jack Rugile. The idea is to produce fireworks that abide to certain qualities defined by the user. Although the source&#160;of the fireworks-engine&#160;isn’t annotated, it’s at least well written in terms of structure. Overall, this is a very pretty — and, it seems, efficient, — HTML5 demo, and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jackrugile.com/lab/fireworks-v1/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://jackrugile.com']);">Canvas Fireworks</a></strong> is a <strong>remarkable HTML5 experiment from <a href="http://jackrugile.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://jackrugile.com']);">Jack Rugile</a>.<br />
</strong></p>
<p><strong>The idea is to produce fireworks that abide to certain qualities defined by the user.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/canvasfireworks.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/canvasfireworks.png" alt="" title="canvasfireworks" width="400" height="253" class="alignnone size-full wp-image-210" /></a></p>
<p>Although <a href="http://jackrugile.com/lab/fireworks-v1/fireworks.js" onclick="javascript:_gaq.push(['_trackEvent','download','http://jackrugile.com/lab/fireworks-v1/fireworks.js']);">the source</a>&nbsp;of the fireworks-engine&nbsp;isn’t annotated, it’s at least well written in terms of structure.</p>
<p>Overall, this is a very pretty — and, it seems, efficient, — HTML5 demo, and the source is likely to contain canvas answers you’ve sought for ages.</p>
<div style="clear: both;"></div>
<ul>
<li>Website: <a href="http://jackrugile.com/lab/fireworks-v1/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://jackrugile.com']);">http://jackrugile.com/lab/fireworks-v1/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/canvas-fireworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timeline JS</title>
		<link>http://edanhewitt.com/webdev/timeline-js/</link>
		<comments>http://edanhewitt.com/webdev/timeline-js/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:21:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=206</guid>
		<description><![CDATA[Timeline is a jQuery&#160;library for creating functional timelines with ease. Perhaps the most likable thing about Timeline is its support of Google spreadsheets as data sources, as well as JSON. The markup is quite easy, and even if you don’t know a thing about JSON, it’s quite easy to create beautiful presentations with it. Among [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://timeline.verite.co/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://timeline.verite.co']);">Timeline</a></strong> is a <strong>jQuery&nbsp;library for creating functional timelines with ease.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/timeline.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/timeline.png" alt="" title="timeline" width="400" height="144" class="alignnone size-full wp-image-207" /></a></p>
<p>Perhaps <strong>the most likable thing about Timeline is its support of Google spreadsheets as data sources</strong>, as well as JSON.</p>
<p>The markup is quite easy, and even if you don’t know a thing about JSON, it’s quite easy to create beautiful presentations with it.</p>
<p>Among other features, <strong>Timeline also allows pulling content from Twitter, YouTube, Vimeo, etc., with ease.</strong></p>
<p>There are some pitfalls, as of now, the two main being a lack of iPhone and IE8 compatibility.</p>
<div style="clear: both;"></div>
<ul>
<li>Website: <a href="http://timeline.verite.co/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://timeline.verite.co']);">http://timeline.verite.co/</a></li>
<li>Demo: <a href="http://timeline.verite.co/#examples" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://timeline.verite.co']);">http://timeline.verite.co/#examples</a><br />
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/timeline-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Image Tooltips</title>
		<link>http://edanhewitt.com/webdev/tooltips/</link>
		<comments>http://edanhewitt.com/webdev/tooltips/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:19:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=202</guid>
		<description><![CDATA[iPicture is a new fancy jQuery plugin for adding tooltips to set locations on your images. iPicture sports a configuration wizard which allows you to drag’n&#8217;drop tooltips on the fly, then take the source code and use it on your website. The tooltips can be modified with CSS, and you can basically do anything you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ipicture.justmybit.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://ipicture.justmybit.com']);">iPicture</a></strong> is a <strong>new fancy jQuery plugin for adding tooltips to set locations on your images.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/ipicture.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/ipicture.png" alt="" title="ipicture" width="285" height="129" class="alignnone size-full wp-image-203" /></a></p>
<p>iPicture sports a configuration wizard which allows you to drag’n&#8217;drop tooltips on the fly, then take the source code and use it on your website.</p>
<p>The tooltips can be modified with CSS, and you can basically do anything you want with them: animate them, change their appearance, and change their behavior upon user interaction.</p>
<p>In fact, we’d encourage you to change some things up, as the default tooltips seem quite lacking in taste, visually.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/tooltips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ingrid CSS3 Layout Framework</title>
		<link>http://edanhewitt.com/webdev/ingrid-css3-layout-framework/</link>
		<comments>http://edanhewitt.com/webdev/ingrid-css3-layout-framework/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:12:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=199</guid>
		<description><![CDATA[Ingrid is a fluid and lightweight CSS layout system. Ingrid’s main task is, as]]></description>
			<content:encoded><![CDATA[<p><a href="http://piira.se/projects/ingrid/">Ingrid</a></strong> is a <strong>fluid and lightweight CSS layout system.</strong></p>
<p><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/ingrid.png" alt="" title="ingrid" width="400" height="153" class="alignnone size-full wp-image-200" /></a></p>
<p>Ingrid’s main task is, as <a href="https://twitter.com/#%21/robertpiira"<a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/ingrid.png">the developer</a> puts it, “to reduce the use of classes on individual units.”</strong></p>
<p>That’s not everything that Ingrid does, though, as the library also provides some features for responsive designs.</p>
<p>It’s rather easy to implement, and, with its hierarchical approach to CSS thinking, makes for an easy-to-use CSS mini framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/ingrid-css3-layout-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CAN JS</title>
		<link>http://edanhewitt.com/webdev/can-js/</link>
		<comments>http://edanhewitt.com/webdev/can-js/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:07:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=195</guid>
		<description><![CDATA[CanJS is a JavaScript framework for creating rich web applications with ease. CanJS provides the following features: Inheritable constructor functions; Key-value binding; Back button and bookmarking support; etc. CanJS works together with several different libraries — jQuery, mooTools, YUI, and others, — and has a different version for each parent library. The framework also ships [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://canjs.us/">CanJS</a></strong> is a <strong>JavaScript framework for creating rich web applications with ease.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/logo.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/logo.png" alt="" title="logo" width="108" height="45" class="alignnone size-full wp-image-196" /></a></p>
<p><strong>CanJS provides the following features:</strong></p>
<ul>
<li>Inheritable constructor functions;</li>
<li>Key-value binding;</li>
<li>Back button and bookmarking support;</li>
<li>etc.</li>
</ul>
<p><strong>CanJS works together with several different libraries</strong> — jQuery, mooTools, YUI, and others, — and has a different version for each parent library. The framework also ships with several plugins, such as those for validation and data adjustment.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/can-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Responsive Slider w/o JavaScript</title>
		<link>http://edanhewitt.com/webdev/191/</link>
		<comments>http://edanhewitt.com/webdev/191/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:04:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=191</guid>
		<description><![CDATA[CSScience have made a fresh post with a responsive slider that doesn’t use JavaScript for operating. In its core, the slider is just like any other JavaScript slider: it floats all of the content areas (articles) next to each other, and then hides the overflow. Unlike other such experiments, this slider uses radio buttons instead [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://csscience.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://csscience.com']);">CSScience</a></strong> have made a <strong><a href="http://csscience.com/responsiveslidercss3/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://csscience.com']);">fresh post</a> with a responsive slider that doesn’t use JavaScript for operating.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/css3responsiveslider.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/css3responsiveslider.png" alt="" title="css3responsiveslider" width="400" height="177" class="alignnone size-full wp-image-192" /></a></p>
<p>In its core, the slider is just like any other JavaScript slider: it floats all of the content areas (articles) next to each other, and then hides the overflow.</p>
<p><strong>Unlike other such experiments, this slider uses radio buttons instead of :target and anchor links</strong>, meaning that the back button works properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/191/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rhino Slider</title>
		<link>http://edanhewitt.com/webdev/rhino-slider/</link>
		<comments>http://edanhewitt.com/webdev/rhino-slider/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:02:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=188</guid>
		<description><![CDATA[Rhinoslider is a flexible jQuery slider — but if you believe the developers, it’s “the&#160;most flexible jQuery slider”. Rhinoslider does seem to leave many choices to the user, and, although the fact is not good only by itself, it’s a welcome change for larger projects where customization is not only necessary but inevitable. Rhinoslider is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rhinoslider.com/">Rhinoslider</a></strong> is a <strong>flexible jQuery slider — but if you believe the developers, it’s “the&nbsp;most flexible jQuery slider”.</strong></p>
<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/rhinoslider.png"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/rhinoslider.png" alt="" title="rhinoslider" width="352" height="136" class="alignnone size-full wp-image-189" /></a></p>
<p><strong>Rhinoslider does seem to leave many choices to the user</strong>, and, although the fact is not good only by itself, it’s a welcome change for larger projects where customization is not only <em>necessary</em> but <em>inevitable</em>.</p>
<p>Rhinoslider is also well-build in terms of usability and transition effects, and also provides thorough event handling.</p>
<p>The developers have realized that code-based customization can scare away some potential users, and have created a superb <a href="http://rhinoslider.com/demo-download/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://rhinoslider.com']);">generator</a> that writes the code for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/rhino-slider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KineticJS</title>
		<link>http://edanhewitt.com/webdev/kineticjs/</link>
		<comments>http://edanhewitt.com/webdev/kineticjs/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 19:58:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=185</guid>
		<description><![CDATA[KineticJS is an HTML5 Canvas JavaScript library that extends the 2d context by enabling canvas interactivity for desktop and mobile applications. You can draw your own shapes or images using the existing canvas API, add event listeners to them, move them, scale them, and rotate them independently from other shapes to support high performance animations, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/kineticjs_full.jpg"><img src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/kineticjs_full.jpg" alt="" title="kineticjs_full" width="590" height="358" class="alignnone size-full wp-image-186" /></a></p>
<p><a href="http://www.kineticjs.com/">KineticJS</a> is an HTML5 Canvas JavaScript library that extends the 2d context by enabling canvas interactivity for desktop and mobile applications. You can draw your own shapes or images using the existing canvas API, add event listeners to them, move them, scale them, and rotate them independently from other shapes to support high performance animations, even if your application uses thousands of shapes.  Served hot with a side of awesomeness.</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/kineticjs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia Maps Alien</title>
		<link>http://edanhewitt.com/webdev/nokia-maps-alien/</link>
		<comments>http://edanhewitt.com/webdev/nokia-maps-alien/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 19:55:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://edanhewitt.com/blog/?p=181</guid>
		<description><![CDATA[Rumour has it there’s a bit of an easter egg lurking in Nokia Maps. The kind that reveals an alien spaceship to fly around the map. A pretty fun one if you ask us! Type “we come in peace” in the search field and you can try flying around your neighbourhood, or anywhere else on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://maps.nokia.com/alien" target="_blank"><img class="alignnone  wp-image-182" title="nokia_alien" src="http://edanroot.eiremedia.netdna-cdn.com/webdev/wp-content/uploads/2012/04/nokia_alien.jpg" alt="" width="600" height="200" /></a></p>
<p>Rumour has it there’s a bit of an easter egg lurking in Nokia Maps. The kind that reveals an alien spaceship to fly around the map. A pretty fun one if you ask us! Type “we come in peace” in the search field and you can try flying around your neighbourhood, or anywhere else on earth, in a spaceship.</p>
<p>It started out as a fun internal project and just landed on the live site yesterday. Built using GameJS and Box2D, a small canvas is placed on top of the map to give you a spaceship to fly around. I’m pretty sure the aliens are the friendly kind, they observe a strict 40mph speed limit while exploring the maps.</p>
<p>Go give it a try! Find your favourite destination on Nokia Maps and enter “we come in peace”. Or if you’re feeling lazy, skip directly to the aliens. The ship also turns up if you search for “explore area 51″. I’m sure you can guess where that one takes you <img src='http://edanhewitt.com/webdev/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can summon the alien ship with just about any modern browser (Firefox, Chrome, Safari, IE9+, Opera). There’s no sign of the extraterrestrials on the mobile version yet, but who knows where they might turn up later!</p>
]]></content:encoded>
			<wfw:commentRss>http://edanhewitt.com/webdev/nokia-maps-alien/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
