<?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>Design Woop &#124; The Web Design and Development Blog &#187; HTML</title>
	<atom:link href="http://designwoop.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://designwoop.com</link>
	<description>The Web design blog brought to you by Stu Greenham</description>
	<lastBuildDate>Mon, 06 Sep 2010 11:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Give Your Website A Custom iPhone Icon With/Without The Gloss Effect</title>
		<link>http://designwoop.com/2010/05/give-your-website-a-custom-iphone-icon-withwithout-the-gloss-effect/</link>
		<comments>http://designwoop.com/2010/05/give-your-website-a-custom-iphone-icon-withwithout-the-gloss-effect/#comments</comments>
		<pubDate>Tue, 25 May 2010 21:29:36 +0000</pubDate>
		<dc:creator>Stu Greenham</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=1780</guid>
		<description><![CDATA[What is becoming just as popular is to add a custom iPhone icon that will appear on your iPhone's Home Screen. This post will show you how to do this and how you can customise it so that it doesn't have the default gloss effect.]]></description>
			<content:encoded><![CDATA[<p>When creating a website, it is more common then not now that we will add a custom favicon that will display in the browser tab alongside the website page title, this is fairly simple in fact only one line of code as below:</p>
<pre class="brush: php;">
&lt;link rel=&quot;icon&quot; href=&quot;/favicon.png&quot; type=&quot;image/vnd.microsoft.icon&quot; /&gt;
</pre>
<p>What is becoming just as popular is to add a custom iPhone icon that will appear on your iPhone&#8217;s Home Screen. Again this is very straight forward with one line of code in between your header tags, as shown below:</p>
<pre class="brush: php;">
&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;/iphone_icon.png&quot;/&gt;
</pre>
<p>If you use an image of anything around 50px by 50px in size that will be, as the iPhone will resize and round off the corners for you on the fly. To add your site to your Home Screen, simply visit the webpage on your iPhone, then select the <strong>plus</strong> sign, followed by <strong>Add to Home Screen</strong>. You will get a prompt now and your icon should show, to finish, simply click add. </p>
<p>You will now be taken to your Home Screen where the icon should now be appearing. Here is the example below for Design Woop:</p>
<p><img src="http://designwoop.com/uploads/2010/05/photo-1.png" alt="" title="Normal Icon" width="320" height="480" class="alignnone size-full wp-image-1782" /></p>
<p>Now if your a picky sod like me, you will notice the horrible gloss effect that Apple adds to the icon by default. Until today I was using jQTouch to remove this until I came across <a href="http://developer.apple.com/safari/library/documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html">this page on Apple.com</a> which brought my attention to the additional -precomposed option. This stops mobile Safari adding any effects to the icon which is just what I was after! The line of code we use for this is now:</p>
<pre class="brush: php;">
&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;/iphone_icon.png&quot;/&gt;
</pre>
<p>After refreshing the page and re-saving it to my iPhone Home Screen I was left with the much nicer&#8230;</p>
<p><img src="http://designwoop.com/uploads/2010/05/photo-2.png" alt="" title="iPhone 2" width="320" height="480" class="alignnone size-full wp-image-1784" /></p>
<p>I hope you agree with me but I think the no gloss icons are nicer!</p>
<h2  class="related_post_title">Here are some related <em>posts:</em></h2><ul class="related_post"><li><a href="http://designwoop.com/2010/08/popout-details-on-hover-w-css/" title="Popout Details on Hover w/ CSS">Popout Details on Hover w/ CSS</a></li><li><a href="http://designwoop.com/2010/07/supersize-that-background-please/" title="Supersize that Background, Please!">Supersize that Background, Please!</a></li><li><a href="http://designwoop.com/2010/07/code-an-email-newsletter-from-psd-to-html/" title="Code an Email Newsletter from PSD to HTML">Code an Email Newsletter from PSD to HTML</a></li><li><a href="http://designwoop.com/2010/07/iphone-made-with-css3-only/" title="iPhone Made With CSS3 Only">iPhone Made With CSS3 Only</a></li><li><a href="http://designwoop.com/2010/06/jquery-text-change-event/" title="jQuery Text Change Event">jQuery Text Change Event</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2010/05/give-your-website-a-custom-iphone-icon-withwithout-the-gloss-effect/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Show me whatcha got! HTML 5 vs. Flash Showcase</title>
		<link>http://designwoop.com/2010/04/show-me-whatcha-got-html-5-vs-flash-showcase/</link>
		<comments>http://designwoop.com/2010/04/show-me-whatcha-got-html-5-vs-flash-showcase/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:20:24 +0000</pubDate>
		<dc:creator>Karen Myers</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[showcase]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=1591</guid>
		<description><![CDATA["HTML 5 vs. Flash" topic has been actively discussed in the global web dev circles lately. Apple devices don’t support Flash and this adds the fuel to the discussion fire. And while the advocates of the Open Standards are prophesying the near end of Flash, Adobe Flash fans are desperately defending their platform.]]></description>
			<content:encoded><![CDATA[<p>&#8220;HTML 5 vs. Flash&#8221; topic has been actively discussed in the global web dev circles lately. Apple devices don’t support Flash and this adds the fuel to the discussion fire. And while the advocates of the Open Standards are prophesying the near end of Flash, Adobe Flash fans are desperately defending their platform.</p>
<p>We decided to stay dispassionate and take a look at the current achievements of both platforms. In this post you can find a showcase of some well-designed websites that implement HTML 5 and Flash features at their best. This is by no means an attempt to put any of the platforms in a favorable light, but an endeavor to see what advantages each of them is actually able to deliver to the end-user at this stage.<br />
Hopefully, the following collection will highlight the benefits of HTML 5 and Flash to you and give you some visual inspiration for your own projects as well.</p>
<h3>Websites built with HTML 5</h3>
<h4><a href="http://eyestylesllc.com/" rel="nofollow">Eye Styles</a></h4>
<p>Unique eyewear shop Eye Styles from Portland, Oregon shows wonderful rollover effects implemented by means of HTML 5. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_1.jpg" alt="Eye Styles" title="Eye Styles" width="428" height="258" class="alignnone size-full wp-image-1600" /></p>
<h4><a href="http://clearideaz.com/" rel="nofollow">Clearideaz</a></h4>
<p>This is a personal portfolio of French designer Olivier Gorzalka. Very good markup can be observed on this site which is powered by WordPress, by the way.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_2.jpg" alt="Clearideaz" title="Clearideaz" width="428" height="269" class="alignnone size-full wp-image-1601" /></p>
<h4><a href="http://www.iamjamie.co.uk/" rel="nofollow">Jamie Wright</a></h4>
<p>By viewing the portfolio of the British web designer Jamie Wright in Google Chrome or Safari 4.0 you will be able to enjoy this vivid and colorful website to the fullest. The latest version of Firefox reveals the roughness of typography, while Opera breaks the text positioning altogether.</p>
<p><a href="http://designwoop.com/uploads/2010/04/flashvhtml_3.jpg"><img src="http://designwoop.com/uploads/2010/04/flashvhtml_3.jpg" alt="Jamie Wright" title="Jamie Wright" width="428" height="276" class="alignnone size-full wp-image-1602" /></a></p>
<h4><a href="http://catcubed.com/" rel="nofollow">CatCubed</a></h4>
<p>Unlike the previous website, Colin Fahrion’s HTML 5 powered personal blog feels best in Firefox 3.6 and Google Chrome.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_4.jpg" alt="CatCubed" title="CatCubed" width="428" height="425" class="alignnone size-full wp-image-1603" /></p>
<h4><a href="http://www.scoslow.com/" rel="nofollow">Shannen Coslow</a></h4>
<p>The portfolio of Pennsylvania-based designer Shannen Coslow is fully coded in HTML 5 and has an orderly structure and an beautiful, minimalist design.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_5.jpg" alt="Shannen Coslow" title="Shannen Coslow" width="428" height="372" class="alignnone size-full wp-image-1607" /></p>
<h4><a href="http://nathanstaines.com/" rel="nofollow">Nathan Staines</a></h4>
<p>The personal site of Starkers HTML5 theme developer Nathan Staines is simple and elegant. Besides a great implementing of HTML 5 markup it displays a stylish monochrome color-scheme with felicitous color inclusions.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_6.jpg" alt="Nathan Staines" title="Nathan Staines" width="428" height="305" class="alignnone size-full wp-image-1608" /></p>
<h4><a href="http://www.slimkiwi.com/" rel="nofollow">Slim Kiwi</a></h4>
<p>The site of the web studio Slim Kiwi has a unique and eye-catching design mostly due to the beautiful graphic elements used in it.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_7.jpg" alt="Slim Kiwi" title="Slim Kiwi" width="428" height="285" class="alignnone size-full wp-image-1609" /></p>
<h4><a href="http://www.go-on-web.com/" rel="nofollow">Go On Web</a></h4>
<p>French web design agency Go On Web created its website with HTML 5 and used some lovely little interaction features.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_8.jpg" alt="Go On Web" title="Go On Web" width="428" height="235" class="alignnone size-full wp-image-1610" /></p>
<h4><a href="http://www.sheepindisguise.com/" rel="nofollow">Sheep in Disguise</a></h4>
<p>Website of the web design and development studio Sheep in Disguise shows a neat layout and stylish typography, and of course, HTML 5 well using a number of the new structural elements.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_9-e1271871572941.jpg" alt="Sheep in Disguise" title="Sheep in Disguise" width="428" height="251" class="alignnone size-full wp-image-1611" /></p>
<h4><a href="http://www.nzfestival.nzpost.co.nz/" rel="nofollow">New Zealand International Art Festival</a></h4>
<p>Even though you can see some Flash components on this website, it still shows a solid implementation of new HTML standards and better browser accessibility might be a reason for the use of flash files here.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_10.jpg" alt="New Zealand International Art Festival" title="New Zealand International Art Festival" width="428" height="226" class="alignnone size-full wp-image-1612" /></p>
<h4><a href="http://cameronchamberlain.com/newsite/" rel="nofollow">Cameron Chamberlain</a></h4>
<p>In spite of being the most anticipated feature in HTML 5, video tag is still rare to see on live websites. Cameron Chamberlain’s personal site contains the new video element implemented using Video for Everybody.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_11.jpg" alt="Cameron Chamberlain" title="Cameron Chamberlain" width="428" height="253" class="alignnone size-full wp-image-1613" /></p>
<h4><a href="http://www.zoewithdots.com/" rel="nofollow">Zoe Ann Baker</a></h4>
<p>This website is clean and beautiful, big arrows pointing at post sections when you hover a mouse over menu categories are a nice touch.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_12.jpg" alt="Zoe Ann Baker" title="Zoe Ann Baker" width="428" height="333" class="alignnone size-full wp-image-1614" /></p>
<h4><a href="http://welove.02cst.com/" rel="nofollow">We love 02 SCT</a></h4>
<p>This website belongs to the community of graduate students of Jimei University (China), 2002 Computer Science and Technology.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_13.jpg" alt="We love 02 SCT" title="We love 02 SCT" width="428" height="389" class="alignnone size-full wp-image-1615" /></p>
<h4><a href="http://www.elladesign.com/" rel="nofollow">Ella Design</a></h4>
<p>This site shows a sleek use of HTML 5 and CSS 3, truly an eye-candy.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_14.jpg" alt="Ella Design" title="Ella Design" width="428" height="286" class="alignnone size-full wp-image-1616" /></p>
<h4><a href="http://narkoba.be/happy_love" rel="nofollow">Narkoba</a></h4>
<p>On Narkoba website you can find various audio samples, videos, snippets and other DJ music stuff. On a page Happy Love visitors can play with some audio and video elements which are quite fun despite being experimental. Thus, you can trigger audio loops directing the mouse at the white border rectangles and you can also launch video by typing “happy love” on the keyboard.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_15.jpg" alt="Narkoba" title="Narkoba" width="428" height="305" class="alignnone size-full wp-image-1617" /></p>
<h4><a href="http://9elements.com/io/projects/html5/canvas/" rel="nofollow">9elements.com Project</a></h4>
<p>This is  a sweet online experiment showing the great possibilities HTML 5 provides for audio &#038; canvas. It loads 100 tweets related to HTML5 and displays them using a javascript-based particle engine. Each particle represents a tweet – click on one of them and it’ll appear on the screen.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_16.jpg" alt="9elements.com Project" title="9elements.com Project" width="428" height="251" class="alignnone size-full wp-image-1631" /></p>
<h3>Flash Sites</h3>
<h4><a href="https://www.canv-as.com/" rel="nofollow">Canvas</a></h4>
<p>Canvas is a unique poster shopping website featuring an amazing user interaction process.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_17.jpg" alt="Canvas" title="Canvas" width="428" height="193" class="alignnone size-full wp-image-1632" /></p>
<h4><a href="http://www.bk.com/" rel="nofollow">Burger King</a></h4>
<p>Visitors of the Burger King website can literally customize it on the fly. Using three basic sliders you can control the subject area of the content to display. What a clever navigation solution!</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_18.jpg" alt="Burger King" title="Burger King" width="428" height="295" class="alignnone size-full wp-image-1633" /></p>
<h4><a href="http://www.pepperworks.pl/" rel="nofollow">PepperWorks</a></h4>
<p>Website of the Polish media agency PepperWorks is done in an elegant, minimalist style. Great use of high-quality photos and fast loading provide a pleasant browsing experience. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_19.jpg" alt="PepperWorks" title="PepperWorks" width="428" height="258" class="alignnone size-full wp-image-1618" /></p>
<h4><a href="http://www.shaunfynn.com/" rel="nofollow">Fynn</a></h4>
<p>Another example of uncluttered and usable Flash website design.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_20.jpg" alt="Fynn" title="Fynn" width="428" height="328" class="alignnone size-full wp-image-1619" /></p>
<h4><a href="http://mnatwork.com/" rel="nofollow">magneticNorth</a></h4>
<p>A creative navigation mechanism can be observed on magneticNorth website – a user can access the content drawing various shapes with the help of a mouse. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_21.jpg" alt="magneticNorth" title="magneticNorth" width="428" height="193" class="alignnone size-full wp-image-1620" /></p>
<h4><a href="http://www.simonds.com.au/" rel="nofollow">Simods Homes</a></h4>
<p>Flash can work well for business and the site of the Australian construction company Simonds Homes proves this. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_22.jpg" alt="Simods Homes" title="Simods Homes" width="428" height="299" class="alignnone size-full wp-image-1621" /></p>
<h4><a href="http://wereallfans.com/" rel="nofollow">We Are All Fans</a></h4>
<p>Flash can also be a good tool to render streaming content. This is well illustrated on the We Are All Fans website. Here portraits of selected Grammy-nominated artists are created in real time from social media content generated by fans across the web. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_23.jpg" alt="We Are All Fans" title="We Are All Fans" width="428" height="227" class="alignnone size-full wp-image-1622" /></p>
<h4><a href="http://www.thebluesmaker.com/" rel="nofollow">The Blues Maker</a></h4>
<p>This is a funny Flash application you can use to compose your own blues song.</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_24.jpg" alt="The Blues Maker" title="The Blues Maker" width="428" height="226" class="alignnone size-full wp-image-1623" /></p>
<h4><a href="http://www.converse.com/" rel="nofollow">Converse</a></h4>
<p>Converse online store is Flash-based, still the shopping process and website usability are on a very high level here. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_251.jpg" alt="Converse" title="Converse" width="428" height="338" class="alignnone size-full wp-image-1637" /></p>
<h4><a href="http://legoclick.com/" rel="nofollow">Lego Click</a></h4>
<p>Lego Click website contains information on art and creativity, mostly Lego-inspired. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_26.jpg" alt="Lego Click" title="Lego Click" width="428" height="249" class="alignnone size-full wp-image-1638" /></p>
<h4><a href="http://www.smetana.net/" rel="nofollow">Andreas Smetana</a></h4>
<p>Website of the well-known photographer Anreas Smetana features an original navigation and full-screen photo galleries for the best visual impact. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_27.jpg" alt="Andreas Smetana" title="Andreas Smetana" width="428" height="235" class="alignnone size-full wp-image-1639" /></p>
<h4><a href="http://www.djeco.com/" rel="nofollow">Djeco</a></h4>
<p>Website of the toy brand Djeco is a celebration of interactive design. Besides, it shows awesome illustrations and work with sound. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_28.jpg" alt="Djeco" title="Djeco" width="428" height="214" class="alignnone size-full wp-image-1624" /></p>
<h4><a href="http://www.plateinteractive.com/" rel="nofollow">Plate Interactive</a></h4>
<p>A good bunch of elegance and beauty in this one. After all, what else can be expected from a globally renowned interactive agency Plate?</p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_29.jpg" alt="Plate Interactive" title="Plate Interactive" width="428" height="193" class="alignnone size-full wp-image-1625" /></p>
<h4><a href="http://www.bandit3.com/" rel="nofollow">F.One – Bandit 3 Most Wanted</a></h4>
<p>Promo website of the kiteboarding brand F.One has a spectacular 3D designs and brings an excellent interaction experience to users. By the way, be sure to watch the video in the category Cinema – it’s a masterpiece indeed! </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_30.jpg" alt="F.One – Bandit 3 Most Wanted" title="F.One – Bandit 3 Most Wanted" width="428" height="191" class="alignnone size-full wp-image-1626" /></p>
<h4><a href="http://www.adhemas.com/" rel="nofollow">Adhemas Batista</a></h4>
<p>The artworks of Adhemas Batista used to design his personal website are enough to give it a remarkable look. </p>
<p><img src="http://designwoop.com/uploads/2010/04/flashvhtml_31.jpg" alt="Adhemas Batista" title="Adhemas Batista" width="428" height="256" class="alignnone size-full wp-image-1627" /></p>
<p>As you might see, HTML 5 has a lot of wonderful features to offer and it’s surely worth anticipating. However, people declaring HTML 5 will kill Flash are grossly exaggerating. Why don’t we just try think more positively and assume that both Flash and HTML 5 will exist in harmony to the glory of the Web. After all, none of the platforms can be a solution to everything. Each of them is just a tool with a certain amount of capabilities and it’s up to you, dear designers and developers, to decide which tool will help to achieve the best results in your job. </p>
<p>Written exclusively for Design Woop by FlashMint, the top-class provider of flash templates and flash components. </p>
<h2  class="related_post_title">Here are some related <em>posts:</em></h2><ul class="related_post"><li><a href="http://designwoop.com/2010/08/beautiful-vintage-design-showcase-and-resources/" title="Beautiful Vintage Design: Showcase and Resources">Beautiful Vintage Design: Showcase and Resources</a></li><li><a href="http://designwoop.com/2010/07/40-excellent-examples-of-single-page-websites/" title="40 Excellent Examples of Single Page Websites">40 Excellent Examples of Single Page Websites</a></li><li><a href="http://designwoop.com/2010/07/30-examples-of-excellent-website-navigation/" title="30 Examples of Excellent Website Navigation">30 Examples of Excellent Website Navigation</a></li><li><a href="http://designwoop.com/2010/07/40-inspiring-blog-designs/" title="40 Inspiring Blog Designs">40 Inspiring Blog Designs</a></li><li><a href="http://designwoop.com/2010/07/40-tasty-restaurant-websites-to-inspire-you/" title="40 Tasty Restaurant Websites to Inspire You">40 Tasty Restaurant Websites to Inspire You</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2010/04/show-me-whatcha-got-html-5-vs-flash-showcase/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Favourite Links 1</title>
		<link>http://designwoop.com/2009/12/favourite-links-of-the-week-1/</link>
		<comments>http://designwoop.com/2009/12/favourite-links-of-the-week-1/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 13:34:12 +0000</pubDate>
		<dc:creator>Stu Greenham</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=636</guid>
		<description><![CDATA[I am going to start a set of weekly posts that will show you my favourite links I have found, been sent or have used myself at some point. Please, if you have time to take a few minutes to help spread my posts using the share links at the bottom of the page I would be very greatful! Right heres my #1 set of links...]]></description>
			<content:encoded><![CDATA[<p>I am going to start a set of weekly posts that will show you my favourite links I have found, been sent or have used myself at some point. Please, if you have time to take a few minutes to help spread my posts using the share links at the bottom of the page I would be very greatful! Right heres my #1 set of links&#8230;.</p>
<h4>New Growl Styles</h4>
<p>Visit Source: <a href="http://fixedgear.ca/">http://fixedgear.ca</a></p>
<p>Christopher Lobay has posted two new notification styles for the popular Mac app <a href="http://growl.info/">Growl</a> which can be downloaded for free.</p>
<p><a href="http://fixedgear.ca/"><img alt="Growl Notification Styles" src="http://designwoop.com/images/posts/links-1/growl.jpg" class="alignnone visit-link" width="428" height="295" /></a></p>
<h4>10 Fresh Must Read Blogs For Creatives</h4>
<p>Visit Source: <a href="http://www.inspiredm.com/2009/12/15/10-fresh-must-read-blogs-for-creatives-the-december-edition/">http://www.inspiredm.com</a></p>
<p>InspiredMag have posted a great article showcasing 10 &#8216;Must Read&#8217; blogs that are great for us &#8216;Creatives&#8217;. There are some great reads here and lots of useful resources worth bookmarking.</p>
<p><a href="http://www.inspiredm.com/2009/12/15/10-fresh-must-read-blogs-for-creatives-the-december-edition/"><img alt="10 Must Read Creative Blogs" src="http://designwoop.com/images/posts/links-1/must-reads.jpg" class="alignnone visit-link" width="428" height="156" /></a></p>
<h4>Exobotics</h4>
<p>Visit Source: <a href="http://www.exopolis.com/holiday/2007/factory.html">www.exopolis.com</a></p>
<p>A very clever site built in Flash that lets you build a robot (Cool I know) and then bust some moves with it to a nice dance beat. Give it a try, very cooly designed!</p>
<p><a href="http://www.exopolis.com/holiday/2007/factory.html"><img alt="Build a Robot" src="http://designwoop.com/images/posts/links-1/robots.jpg" class="alignnone visit-link" width="428" height="285" /></a></p>
<h4>35 CSS-based Layouts that Look Awesome</h4>
<p>Visit Source: <a href="http://net.tutsplus.com/articles/web-roundups/35-css-based-layouts-that-look-awesome/">http://net.tutsplus.com</a></p>
<p>Nettuts+ posted a article showcasing 35 awsum CSS based websites! Another great article to bookmark for inspiration at a later date. There is a whole range of differently styled sites here so something for everyone.</p>
<p><a href="http://net.tutsplus.com/articles/web-roundups/35-css-based-layouts-that-look-awesome/"><img alt="35 CSS Based Websites" src="http://designwoop.com/images/posts/links-1/nettuts-css.jpg" class="alignnone visit-link" width="428" height="317" /></a></p>
<h4>Outstanding Website Background Guide: 60+ Impressive Resources</h4>
<p>Visit Source: <a href="http://www.noupe.com/design/outstanding-website-background-guide-60-impressive-resources.html">http://www.noupe.com</a></p>
<p>Noupe&#8217;s article on Website Background&#8217;s offers tonnes of great links and resources for getting the perfect website background. There are plenty of Tutorials, Texture Packs and Links where you can get loads of free background tiles/images.</p>
<p><a href="http://www.noupe.com/design/outstanding-website-background-guide-60-impressive-resources.html"><img alt="Outstanding Website Background Guide: 60+ Impressive Resources" src="http://designwoop.com/images/posts/links-1/noupe-bg.jpg" class="alignnone visit-link" width="428" height="221" /></a></p>
<h4>30 Website Navigations that Make You Wanna Click It</h4>
<p>Visit Source: <a href="http://webdesignledger.com/inspiration/30-website-navigations-that-make-you-wanna-click-it">http://webdesignledger.com</a></p>
<p>Web Design Ledger (One of my favourite subscribed to websites) posted this awesome article showcasing 30 Websites with class Navigation menu&#8217;s. A great post and really good source of inspiration when building a design concept.</p>
<p><a href="http://webdesignledger.com/inspiration/30-website-navigations-that-make-you-wanna-click-it"><img alt="30 Website Navigations" src="http://designwoop.com/images/posts/links-1/navigation.jpg" class="alignnone visit-link" width="428" height="238" /></a></p>
<h4>Hacked STOP Signs</h4>
<p>Visit Source: <a href="http://www.urlesque.com/2009/12/28/hacked-stop-signs-photos/">http://www.urlesque.com</a></p>
<p>Great set of Stop Sign&#8217;s that have been modified and there are some funny ones! My favourite is &#8220;STOP! Hammertime!&#8221;.</p>
<p><a href="http://www.urlesque.com/2009/12/28/hacked-stop-signs-photos/"><img alt="Hacked Stop Signs" src="http://designwoop.com/images/posts/links-1/stop-signs.jpg" class="alignnone visit-link" width="428" height="303" /></a></p>
<h4>Rio Ferdinand Online Magazine</h4>
<p>Visit Source: <a href="http://www.rioferdinand.com/">http://www.rioferdinand.com</a></p>
<p>Not design related but a cool site anyways. Footballer Rio Ferdinand has started an online magazine which is a great read. He interviews different celebs each edition and covers alot of general stuff.</p>
<p><a href="http://www.rioferdinand.com/"><img alt="Rio Ferdinand Magazine" src="http://designwoop.com/images/posts/links-1/rio-mag.jpg" class="alignnone visit-link" width="428" height="268" /></a></p>
<h4>24 Ways: CSS Animations</h4>
<p>Visit Source: <a href="http://24ways.org/2009/css-animations">http://24ways.org</a></p>
<p>Tim Van Damme posted this cool article on 24ways about CSS Animations, showing you how to create one yourself. A great read and this is definately going to be something that we will start to see more and more of.</p>
<p><a href="http://24ways.org/2009/css-animations"><img alt="CSS Animations" src="http://designwoop.com/images/posts/links-1/css-animations.jpg" class="alignnone visit-link" width="428" height="290" /></a></p>
<h4>7 Open Source And Free URL Shortener Scripts To Create Your Own</h4>
<p>Visit Source: <a href="http://www.webresourcesdepot.com/7-open-source-and-free-url-shortener-scripts-to-create-your-own/">http://www.webresourcesdepot.com</a></p>
<p>Web Resource Depot posted this article reviewing 7 open source URL Shortener scripts that are all free. I went for Yourls myself but a handy link for anyone else wanting to get on the URL Shortening bandwagon :)</p>
<p><a href="http://www.webresourcesdepot.com/7-open-source-and-free-url-shortener-scripts-to-create-your-own/"><img alt="URL Shortener Scripts" src="http://designwoop.com/images/posts/links-1/url-scripts.jpg" class="alignnone" width="428" height="272" /></a></p>
<h2  class="related_post_title">Here are some related <em>posts:</em></h2><ul class="related_post"><li><a href="http://designwoop.com/2010/07/iphone-made-with-css3-only/" title="iPhone Made With CSS3 Only">iPhone Made With CSS3 Only</a></li><li><a href="http://designwoop.com/2010/07/the-960-grid-system-made-easy/" title="The 960 Grid System Made Easy">The 960 Grid System Made Easy</a></li><li><a href="http://designwoop.com/2010/05/give-your-website-a-custom-iphone-icon-withwithout-the-gloss-effect/" title="Give Your Website A Custom iPhone Icon With/Without The Gloss Effect">Give Your Website A Custom iPhone Icon With/Without The Gloss Effect</a></li><li><a href="http://designwoop.com/2010/05/html5-an-introduction-from-a-designers-perspective/" title="HTML5: An Introduction From a Designer&#8217;s Perspective">HTML5: An Introduction From a Designer&#8217;s Perspective</a></li><li><a href="http://designwoop.com/2010/05/different-stylesheets-for-differently-sized-browser-windows/" title="Different Stylesheets for Differently Sized Browser Windows">Different Stylesheets for Differently Sized Browser Windows</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2009/12/favourite-links-of-the-week-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Clearing the Textarea value onFocus</title>
		<link>http://designwoop.com/2009/12/clearing-form-textarea-value-onfocus/</link>
		<comments>http://designwoop.com/2009/12/clearing-form-textarea-value-onfocus/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 22:16:23 +0000</pubDate>
		<dc:creator>Stu Greenham</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[onfocus]]></category>
		<category><![CDATA[quick tips]]></category>
		<category><![CDATA[textarea]]></category>

		<guid isPermaLink="false">http://designwoop.com/?p=606</guid>
		<description><![CDATA[Quick tip that will always come in handy when creating forms. More often then not you will see a textarea that initially has some text in, something like... 'Type your message here...'. On some websites, I have noticed that when you go to type in that same textarea you have to first remove the message before you start typing yours which I find very frustratings.]]></description>
			<content:encoded><![CDATA[<p>Quick tip that will always come in handy when creating forms. More often then not you will see a textarea that initially has some text in, something like&#8230; &#8216;Type your message here&#8230;&#8217;. On some websites, I have noticed that when you go to type in that same textarea you have to first remove the message before you start typing yours which I find very frustratings.</p>
<p>There is a simple line of code that will fix this and clear your message when they click on the textarea box. First you need to create your form, below I have included some sample form code:</p>
<pre class="brush: php;">
&lt;form name=&quot;test_form&quot;&gt;
	&lt;dl&gt;
		&lt;dt&gt;&lt;label for=&quot;field_one&quot;&gt;Field One&lt;/label&gt;&lt;/dt&gt;
		&lt;dd&gt;&lt;input type=&quot;text&quot; name=&quot;field_one&quot; value=&quot;&quot; size=&quot;100&quot; /&gt;&lt;/dd&gt;

		&lt;dt&gt;&lt;label for=&quot;field_two&quot;&gt;Field Two&lt;/label&gt;&lt;/dt&gt;
		&lt;dd&gt;&lt;textarea name=&quot;field_two&quot; rows=&quot;10&quot; cols=&quot;100&quot;&gt;Type your message here...&lt;/textarea&gt;&lt;/dd&gt;
	&lt;/dl&gt;
&lt;/form&gt;
</pre>
<p>To make the text disappear on click we use the event handler <strong>onFocus</strong> which will basically run once the Textarea is in an &#8216;active&#8217; state. We need to add in the following to our form:</p>
<pre class="brush: php;">
onFocus=&quot;this.value=''; return false;&quot;
</pre>
<p>Add it inside the opening textarea tag so you will end up with a form looking like this&#8230;.</p>
<pre class="brush: php;">
&lt;form name=&quot;test_form&quot;&gt;
	&lt;dl&gt;
		&lt;dt&gt;&lt;label for=&quot;field_one&quot;&gt;Field One&lt;/label&gt;&lt;/dt&gt;
		&lt;dd&gt;&lt;input type=&quot;text&quot; name=&quot;field_one&quot; value=&quot;&quot; size=&quot;100&quot; /&gt;&lt;/dd&gt;

		&lt;dt&gt;&lt;label for=&quot;field_two&quot;&gt;Field Two&lt;/label&gt;&lt;/dt&gt;
		&lt;dd&gt;&lt;textarea name=&quot;field_two&quot; rows=&quot;10&quot; cols=&quot;100&quot; onFocus=&quot;this.value=''; return false;&quot;&gt;Type your message here...&lt;/textarea&gt;&lt;/dd&gt;
	&lt;/dl&gt;
&lt;/form&gt;
</pre>
<p>Thats it done, nice and simple! You can download the source code for this below or view a demo <a href="http://designwoop.com/labs/textarea-onfocus/">here</a>.</p>
<div class="tutorial-files">
<p class="demo"><a href="http://designwoop.com/labs/textarea-onfocus/">View Demo</a></p>
<p class="source"><a href="http://designwoop.com/labs/textarea-onfocus/source.zip">Source Code</a></p>
</div>
<h2  class="related_post_title">Here are some related <em>posts:</em></h2><ul class="related_post"><li><a href="http://designwoop.com/2010/05/give-your-website-a-custom-iphone-icon-withwithout-the-gloss-effect/" title="Give Your Website A Custom iPhone Icon With/Without The Gloss Effect">Give Your Website A Custom iPhone Icon With/Without The Gloss Effect</a></li><li><a href="http://designwoop.com/2010/05/html5-an-introduction-from-a-designers-perspective/" title="HTML5: An Introduction From a Designer&#8217;s Perspective">HTML5: An Introduction From a Designer&#8217;s Perspective</a></li><li><a href="http://designwoop.com/2010/03/best-practices-for-hints-and-validation-in-web-forms/" title="Best Practices for Hints and Validation in Web Forms">Best Practices for Hints and Validation in Web Forms</a></li><li><a href="http://designwoop.com/2009/12/favourite-links-of-the-week-1/" title="Favourite Links 1">Favourite Links 1</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://designwoop.com/2009/12/clearing-form-textarea-value-onfocus/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
