<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Web International Awards</title>
	
	<link>http://www.webia.info</link>
	<description />
	<lastBuildDate>Tue, 10 Nov 2009 21:34:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WebInternationalAwards" type="application/rss+xml" /><feedburner:emailServiceId>WebInternationalAwards</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Forms. Can’t live with them. Can’t live without them.</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/NYfI43f4-a4/</link>
		<comments>http://www.webia.info/articles/usability/forms-cant-live-with-them-cant-live-without-them/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:25:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[inline]]></category>
		<category><![CDATA[left aligned]]></category>
		<category><![CDATA[right aligned]]></category>
		<category><![CDATA[top aligned]]></category>
		<category><![CDATA[webform]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=832</guid>
		<description><![CDATA[
What language does your local store clerk speak? Your own language you say. What language do the web forms you build speak? Do they speak the same language as your site's visitors? Your clerk greets you with a smile. Do your forms smile to your clients?

It is fascinating how bad web forms look and work [...]]]></description>
			<content:encoded><![CDATA[<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/form_labels_top.jpg"><img src="http://www.webia.info/wp-content/uploads/2009/11/form_labels_top.jpg" alt="Edward Pistachio contact form screenshot" /></a></p>
<p>What language does your local store clerk speak? Your own language you say. What language do the web forms you build speak? Do they speak the same language as your site's visitors? Your clerk greets you with a smile. Do your forms smile to your clients?</p>

<p>It is fascinating how bad web forms look and work on most sites that are out there. The problem is that they are usually on the last place on the to-do or check-up list, which is totally wrong. Let me explain why this approach is wrong. A web form is practically the clerk of a site, whether it is a simple site or a huge e-commerce website. As you have the clerk in the supermarket to handle check out, you have web forms on the web to handle all sorts of things, from contacts, to payment processing, to newsletters signups and so on. All these features inside your site are powerful tools for your business.</p>

<h2>Not caring for your web forms is not caring for your clients! Not caring for your clients is not caring for your business!</h2>

<p>Put yourself into your customer's shoes. From now on, you will have to build web forms accordingly, because better web forms will attract more prospects, which will end up in more sales, and better business. This sounds great given the financial crysis that has got many businesses bankrupt.</p>

<p>This article will cover all you will need in order to create useful, beautiful forms. The first part will handle the theoretical part, describing different scenarios and structures web forms could have. The second part will cover the XHTML / CSS implementation of all forms, and the last part will cover the validation and processing of the forms.</p>

<span id="more-832"></span>

<h2>PART I</h2>
<p>If you got here, you know that web forms suck. I don't like them, you don't like them, our customers don't like them. Nobody likes web forms. That usually happens because we don't design them the right way. Most of us make forms to get information about everything, then do something with it when our goal should be getting everybody through the form as quickly and easily as possible. We want a lot of information from our customers, but they are facing a stranger. They are facing a stranger who wants their information. Why should they give it to us.</p>

<p>When someone comes to a form, they want to get passed it and do whatever they were promised to be able to do before completing the form. That's why the number one priority when building a form should be keeping it simple. And now comes the hard part. Forms can be designed in many ways, but which one is the simplest? Well, to tell you the truth, I haven't found the answer yet. But hey, at least I tested some options.</p>

<p>First thing's first. Make sure you strip out content that you don't really need! Don't think about sending an email to your client? Don't ask them their email. Don't want to fax them? Don't ask for fax numbers. Once you have the few questions you really need to ask, you can outline them in different ways inside an online form.</p>

<h2>The 4-ways of forms</h2>
<p>If you look around all forms on the internet, they all share something. A bunch of them have right-aligned labels, some other have left-aligned labels, some have top-aligned labels, and lately, there's some forms out there that have labels inside the input fields. But which one is best? That depends on the purpose of each form. So lets check out each and every one of them.</p>

<h2>Inline labels</h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/inline_label.jpg" title="Inline labels, best suited for small forms like a login form"><img src="http://www.webia.info/wp-content/uploads/2009/11/inline_label.jpg" alt="inline labels screenshot" /></a></p>
<p>Inline labels are great, because they can reduce the amount of space your form spans across. However, these forms are usually handled with a relatively big amount of coding. We have two scenarios for these kind of forms.</p>

<h2>Static text within input fields</h2>
<p>What happens here when a user clicks inside a label is, well, nothing. Given the "username" field, clicking it means that the user has to first delete the text, and then input his actual username. This is ok for small forms, but doing this on a huge form will definitely scare you off.</p>

<h2>Dynamic text within input fields</h2>
<p>These input fields work like magic, because when the user clicks the input field, the "username" label text just disappears, and they can input their username quickly. Great.</p>

<p>The downside of both solutions is that we practically cannot use this kind of design on long forms. Short forms like searching or logging could really use this design technique, but long forms no. That is simply because when you're finished and want to check the form before submitting, there's a big chance you don't remember what the questions were.</p>

<h2>Pros for inline labels</h2>
<ol>
<li>Reduce the space required by the form</li>
</ol>

<h2>Cons for inline labels</h2>
<ol>
<li>Not knowing what you answered for</li>
<li>Label text doesn't go away, and distracts the user while typing</li>
<li>Label text goes away on click, and doesn't come back if the user didn't type anything</li>
</ol>

<h2>Left-aligned labels</h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/left_aligned_labes.jpg" title="Left aligned labels allow easier scanning for required information"><img src="http://www.webia.info/wp-content/uploads/2009/11/left_aligned_labes.jpg" alt="left aligned labels screenshot" /></a></p>
<p>These forms are best if you request god knows what information, and the users need to check out personal documents in order to know how to answer your questions. Left aligned labels help because all questions are one below each other, and input fields do not interfere. This way, users can scan to see what they are asked for, and get prepared before setting on the quest of completing your form.</p>

<p>The next thing these forms are good at is reducing vertical space. However, if you have long questions, this may be an issue as the width of the form will extend, and sometimes the overall layout of a form could be completely messed up. Nowadays however, browser screen resolution is pretty big, so this issue probably isn't a big problem. But make sure that the percent of mobile visitors is low if you're willing to adopt such a form.</p>

<h2>Pros for left-aligned labels</h2>
<ol>
<li>Reduce vertical span of the form</li>
<li>Easy scan the questions before doing anything else</li>
</ol>

<h2>Cons for left-aligned labels</h2>
<ol>
<li>Harder to connect the labels with their adjacent input field</li>
<li>Increased horizontal space the forms spans on</li>
</ol>

<h2>Right-aligned labels</h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/right_aligned_labels.jpg" title="Right aligned labels example"><img src="http://www.webia.info/wp-content/uploads/2009/11/right_aligned_labels.jpg" alt="Right aligned labels screenshot" /></a></p>
<p>Right-aligned labels have the same disadvantage as left-forms do, so if the horizontal space is not generous, they are not an option. On the other side, if the left-aligned forms are bad in terms of connecting each label with its corresponding input field, right aligned labels don't suffer from that, as they are inches away from the input fields. However, these forms cannot be easily scanned. Basically, these one are the exact opposite of left-aligned labels. Well, not exactly, but you'll see why further along.</p>

<h2>Pros for right-aligned labels</h2>
<ol>
<li>Reduce vertical span of the form</li>
<li>Easy to connect the labels with their adjacent input field</li>
</ol>

<h2>Cons for right-aligned labels</h2>
<ol>
<li>Hard to scan the questions before doing anything else</li>
<li>Increased horizontal space the forms spans on</li>
</ol>

<h2>Left/Right or Right/Left</h2>
<p>Now, in the western world, we read text from left to right. Therefore, we can scan left-aligned labels very fast. However, have in mind that Arabic and Hebrew are read from right to left, so right-aligned labels are scanned easier in such a case. Make sure you make the right choice based on what language your visitors speak.</p>

<h2>Top-aligned labels</h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/top_aligned_labels.jpg" title="Example of top aligned labels inside a group"><img src="http://www.webia.info/wp-content/uploads/2009/11/top_aligned_labels.jpg" alt="top algined labels screenshot" /></a></p>
<p>Top aligned labels are great. They are somewhat easy to scan through. They can have long questions, without worries of destroying the overall layout. Some questions, like city and zip code or phone and ext. could be grouped together on the same line. Having the labels on top of input fields means faster and easier processing. So, you should probably use these kind of forms whenever you want to get the thing done fast, and vertical space is not an issue, because yes, they do take up quite some vertical space.</p>

<h2>Pros for top-aligned labels</h2>
<ol>
<li>Can have long questions.</li>
<li>Can group together similar information</li>
<li>Fast processing</li>

<h2<Cons for top-aligned labels</h2>
<ol>
<li>They need a lot of vertical space</li>
<li>They can't be long just for the above reason</li>
</ol>

<h2>Completion times of all 4 types</h2>
<p>Left aligned labels could have quite some span between them and their adjacent input field, so users are forced to take more time when interacting with the form. The right aligned labels reduce the eye fixations imposed by the left aligned labels to almost a half, and reduce the cognitive load users need to complete the form. Top aligned labels allow users to capture the label and input field at once, with only one eye movement. Inline fields are a better than top aligned labels, but remember when you must not use them. For further info on completion times, you can check out Matteo Penzo's article <a href="http://www.uxmatters.com/mt/archives/2006/07/label-placement-in-forms.php" target="_new">Label Placement in Forms</a>.</p>

<h2>Must read</h2>
<p>I totally recommend you read Luke Wrobleski's book <a href="http://www.lukew.com/resources/web_form_design.asp" target="_new">Web Form Design: Filling in the Blanks</a>. The amount of valuable information it contains is priceless.</p>

<h2>Conclusion</h2>
<p>We are now done with the theoretical part of web forms design. Well, we know the basics of web forms design. In the next part of this tutorial we will discuss how to implement using XHTML and CSS all the 4 types of forms described above. Stay toned.</p>

<h2>PART II and PART III</h2>
<p>Part two and part three of this series will contain the XHTML &#038; CSS for the forms and form validation. If you liked this article you can stay updated and get new content via our <a href="http://feeds2.feedburner.com/WebInternationalAwards" target="_new">RSS feed</a>.</p>

<h2>Comments</h2>
<p>Now if you reached this far, I really recommend reading forward the comments section two, because there's plenty of useful information shared there as well.</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/NYfI43f4-a4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/articles/usability/forms-cant-live-with-them-cant-live-without-them/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.webia.info/articles/usability/forms-cant-live-with-them-cant-live-without-them/</feedburner:origLink></item>
		<item>
		<title>Showcase of beautiful horizontal scrolling websites</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/vDuJsDgDGwQ/</link>
		<comments>http://www.webia.info/showcase/showcase-of-beautiful-horizontal-scrolling-websites/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:20:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[showcase]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=755</guid>
		<description><![CDATA[We just published a great interview about horizontal websites in which Tyler Finck has shared his knowledge and thoughts with us. Keeping that topic, today we are showcasing 25 26 27 gorgeous websites that don't make you scroll down, but aside.

Blue Vertigo


CSS Zen Garden - ex 1


CSS Zen Garden - ex 2


CSS Zen Garden - [...]]]></description>
			<content:encoded><![CDATA[<p>We just published a great interview about <a href="http://www.webia.info/interviews/awesome-interview-with-tyler-finck-horizontal-websites-enthousiast-and-developer/" target="_new">horizontal websites</a> in which <a href="http://www.sursly.com/" target="_new">Tyler Finck</a> has shared his knowledge and thoughts with us. Keeping that topic, today we are showcasing <del datetime="2009-11-06T12:26:27+00:00">25</del> <del datetime="2009-11-06T12:48:08+00:00">26</del> 27 gorgeous websites that don't make you scroll down, but aside.</p>

<h2><a href="http://www.bluevertigo.com.ar/bluevertigo.htm" target="_new">Blue Vertigo</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/bluevertigo.jpg" title="Blue Vertigo website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/bluevertigo.jpg" alt="Blue Vertigo website screenshot" /></a></p>

<h2><a href="http://www.csszengarden.com/?cssfile=/088/088.css" target="_new">CSS Zen Garden - ex 1</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/csszengarden1.jpg" title="CSS Zen Garden website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/csszengarden1.jpg" alt="CSS Zen Garden website screenshot" /></a></p>

<h2><a href="http://www.csszengarden.com/?cssfile=/019/019.css" target="_new">CSS Zen Garden - ex 2</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/csszengarden2.jpg" title="CSS Zen Garden website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/csszengarden2.jpg" alt="CSS Zen Garden website screenshot" /></a></p>

<h2><a href="http://www.csszengarden.com/?cssfile=/037/037.css" target="_new">CSS Zen Garden - ex 3</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/csszengarden3.jpg" title="CSS Zen Garden website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/csszengarden3.jpg" alt="CSS Zen Garden website screenshot" /></a></p>

<h2><a href="http://www.ctrln.com.ar" target="_new">ctrl+N</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/ctrln.jpg" title="ctrl+N website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/ctrln.jpg" alt="ctrl+N website screenshot" /></a></p>

<h2><a href="http://www.cibervoluntarios.org" target="_new">Ciber Voluntarios</a>[added on 6th NOV 09]</h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/cibervoluntarios.jpg" title="Ciber Voluntarios website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/cibervoluntarios.jpg" alt="Ciber Voluntarios website screenshot" /></a></p>

<h2><a href="http://www.deanoakley.com" target="_new">Dean Oakley</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/deanoakley.jpg" title="Dean Oakley website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/deanoakley.jpg" alt="Dean Oakley website screenshot" /></a></p>

<span id="more-755"></span>

<h2><a href="http://www.eoloperfido.com/portfolio.htm" target="_new">Eolo Perfido</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/eoloperfido.jpg" title="Eolo Perfido website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/eoloperfido.jpg" alt="Eolo Perfido website screenshot" /></a></p>

<h2><a href="http://www.faub.org" target="_new">Faub</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/faub.jpg" title="Faub website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/faub.jpg" alt="Faub website screenshot" /></a></p>

<h2><a href="http://www.album.alexflueras.ro/" target="_new">Alex Flueras</a>[added on 6th NOV 09]</h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/alexflueras.jpg" title="Alex Flueras website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/alexflueras.jpg" alt="Alex Flueras website screenshot" /></a></p>

<h2><a href="http://www.graphic-evidence.co.uk" target="_new">Graphic Evidence</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/graphicevidence.jpg" title="Graphic Evidence website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/graphicevidence.jpg" alt="Graphic Evidence website screenshot" /></a></p>

<h2><a href="http://www.graphictherapy.com/index2.html" target="_new">Graphic Therapy</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/graphictherapy.jpg" title="Graphic Therapy website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/graphictherapy.jpg" alt="Graphic Therapy website screenshot" /></a></p>

<h2><a href="http://www.hautes.mynes.free.fr" target="_new">Les Hautes Mynes</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/hautesmynes.jpg" title="Les Hautes Mynes website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/hautesmynes.jpg" alt="Les Hautes Mynes website screenshot" /></a></p>

<h2><a href="http://www.inside.nile.ru/#years-2008/" target="_new">Inside Nile</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/insidenile.jpg" title="Inside Nile website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/insidenile.jpg" alt="Inside Nile website screenshot" /></a></p>

<h2><a href="http://www.japihonoo.com" target="_new">Japi Honoo</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/japihonoo.jpg" title="Japi Honoo website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/japihonoo.jpg" alt="Japi Honoo website screenshot" /></a></p>

<h2><a href="http://www.kirsanov.com/sites.html" target="_new">Kirsanov</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/kirsanov.jpg" title="Kirsanov website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/kirsanov.jpg" alt="Kirsanov website screenshot" /></a></p>

<h2><a href="http://www.kottke.org/portfolio/portfolio.html" target="_new">Jason Kottke</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/kottke.jpg" title="Jason Kottke website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/kottke.jpg" alt="Jason Kottke website screenshot" /></a></p>

<h2><a href="http://lonnroth.info/beca/" target="_new">Beca</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/lonnroth.jpg" title="Beca website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/lonnroth.jpg" alt="Beca website screenshot" /></a></p>

<h2><a href="http://www.miguelperez.es" target="_new">Miguel Perez</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/miguelperez.jpg" title="Miguel Perez website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/miguelperez.jpg" alt="Miguel Perez website screenshot" /></a></p>

<h2><a href="http://www.modularpeople.com/03/07.htm" target="_new">Modular People</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/modularpeople.jpg" title="Modular People website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/modularpeople.jpg" alt="Modular People website screenshot" /></a></p>

<h2><a href="http://www.neu-e.de/" target="_new">Neu E</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/neue.jpg" title="Neu E website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/neue.jpg" alt="Neu E website screenshot" /></a></p>

<h2><a href="http://www.sockho.com" target="_new">St&eacute;phane Bucco</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/sockho.jpg" title="St&eacute;phane Bucco website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/sockho.jpg" alt="St&eacute;phane Bucco website screenshot" /></a></p>

<h2><a href="http://www.suiepaparude.ro" target="_new">Suie Paparude</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/suiepaparude.jpg" title="Suie Paparude website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/suiepaparude.jpg" alt="Suie Paparude website screenshot" /></a></p>

<h2><a href="http://www.thehorizontalway.com" target="_new">The Horizontal Way</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/thehorizontalway.jpg" title="The Horizontal Way website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/thehorizontalway.jpg" alt="The Horizontal Way website screenshot" /></a></p>

<h2><a href="http://www.visuall.be" target="_new">Visuall</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/visuall.jpg" title="Visuall website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/visuall.jpg" alt="Visuall website screenshot" /></a></p>

<h2><a href="http://www.workatplay.com" target="_new">Work at Play</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/workatplay.jpg" title="Work at Play website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/workatplay.jpg" alt="Work at Play website screenshot" /></a></p>

<h2><a href="http://www.worm.bluesfear.com/index2.html" target="_new">Bluesfear Worm</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/11/bluesfearworm.jpg" title="Bluesfear Worm website screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/11/bluesfearworm.jpg" alt="Bluesfear Worm website screenshot" /></a></p>

<h2>Resources</h2>
<ul>
<li><a href="http://www.webia.info/interviews/awesome-interview-with-tyler-finck-horizontal-websites-enthousiast-and-developer/" target="new">Interview about horizontal websites with Tyler Finck</a> published a few weeks back</li>
<li><a href="http://css-tricks.com/how-to-create-a-horizontally-scrolling-site/" target="_new">How to create a horizontal scrolling website</a>@CSS-Tricks</li>
</ul>
<p>Similar posts will follow. I could use a helping hand in finding really unique and original pieces of material so please let me know about any websites you may have similar to these ones. If you liked this article you can subscribe to our <a href="http://feeds2.feedburner.com/WebInternationalAwards" target="_new">RSS feed</a> and stay updated as new articles get published.</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/vDuJsDgDGwQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/showcase/showcase-of-beautiful-horizontal-scrolling-websites/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://www.webia.info/showcase/showcase-of-beautiful-horizontal-scrolling-websites/</feedburner:origLink></item>
		<item>
		<title>Awesome interview with Tyler Finck, horizontal websites enthousiast and developer</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/rqprqa_t_TM/</link>
		<comments>http://www.webia.info/interviews/awesome-interview-with-tyler-finck-horizontal-websites-enthousiast-and-developer/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 09:29:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[interviews]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[tyler finck]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=719</guid>
		<description><![CDATA[

Webia: Hello Tyler. Tell us something about yourself and your background?

Tyler: I grew up outside Portland, Maine (USA) in an environment that promoted creativity: arts, crafts, music, space to explore. I left Maine to pursue a film degree which I received from Ithaca College, New York (USA). However, I ended up enjoying the fine arts [...]]]></description>
			<content:encoded><![CDATA[<p class="imgpreview"><a title="Tyler's website" href="http://www.webia.info/wp-content/uploads/2009/10/tyler_finck.jpg"><img src="http://www.webia.info/wp-content/uploads/2009/10/tyler_finck.jpg" alt="Tyler Finck's website screenshot" /></a></p>

<p><strong>Webia: Hello Tyler. Tell us something about yourself and your background?</strong><br />

<p><strong>Tyler:</strong> I grew up outside Portland, Maine (USA) in an environment that promoted creativity: arts, crafts, music, space to explore. I left Maine to pursue a film degree which I received from Ithaca College, New York (USA). However, I ended up enjoying the fine arts - such as drawing, designing or music - more than cinema. I did pick up a basic web development class along the way which started with notepad HTML building and concluded with Dreamweaver rollover buttons. From that point forward, everything I learned technically I picked up on my own or by watching someone better do it. Creatively I've been continually inspired by music and analog design though I still appreciate a wonderful website.</p>

<p><strong>Webia: You grew up in a creative environment. Does thinking back to those days help your inspiration or were those days just the kick you needed to pursue a creative career?</strong><br />

<p><strong>Tyler:</strong> Those days were pretty special but at the same time I was learning so much in the process, whether it was structured or not. While I'm still learning now I think less about "how" to get something to look or feel the way I want. I definitely think back to those times for inspiration, for "why" my work looks or feels the way it does.</p>

<p><strong>Webia: You're inspired by analog design. Are there any galleries you go trough in search of inspiration? Offline or online.</strong><br />

<p><strong>Tyler:</strong> There aren't any places I turn to but rather two completely different offline sources: my son and music. With a four year-old I'm constantly reminded to look at things from a younger, simpler perspective. That has allowed me to relax a bit as a designer and artist. Music has a huge impact on my visual world, both listening to it and creating it. I'm still really inspired by what design accompanies musicians, whether it is album art, hard copy or electronic, concert posters or videos from YouTube, Facebook, Vimeo or wherever bands are posting them.
<p class="imgpreview"><a title="Gavin Castleton's website" href="http://www.webia.info/wp-content/uploads/2009/10/gavin_castleton.jpg"><img src="http://www.webia.info/wp-content/uploads/2009/10/gavin_castleton.jpg" alt="gavincastleton.com screenshot" /></a></p>

<p><strong>Webia: Your site <a href="http://www.sursly.com" target="_new">Sursly</a> and <a href="http://www.gavincastleton.com" target="_new">Gavin's</a> are quite unique. Their navigation systems are unique. Tell us about how you came up with the idea of such a navigation system.</strong><br />

<p><strong>Tyler:</strong> I had seen a lot of vertical smooth scrolling websites and while I loved them, I just wanted to move sideways. I stumbled upon <a href="http://www.thehorizontalway.com" target="_new">The Horizontal Way</a> and realized that I could have a little fun during that transition between "frames". I developed my site about 6 months before Gavin's site, so I learned a lot in the process. His site uses a different script that actually allows for diagonal scrolling, vertical and horizontal. It was developed by the folks at <a href="http://scripterlative.com" target="_new">ScripterLative</a> and works differently than similar scripts. I actually tried to get in touch with those site developers, with no results unfortunately, because a friend and I modified the script to center the target destination horizontally in the browser.</p>
<span id="more-719"></span>
<p><strong>Webia: The two sites have navigation in common, but sursly.com has some nice smooth lines and transitions and lots of whitespace while Gavin's site impresses with loads of visual elements and fast movements. If this is no secret, could you describe the difficulties that appeared while developing these two sites?</strong><br />

<p><strong>Tyler:</strong> Constant challenges with both sites were and still are bandwidth and load times. Keeping the graphics as small as possible on both sites is something I wrestled with and somewhat ignored in the end. My site has changed code-wise over the past year since I built it somewhat rushed, so it has always been a work in progress and was never meant to see the amount of attention and criticism that it has received, but that is okay. Gavin's site had to be a lot closer to "finished" on launch, even though I don't think a site is or should ever be finished. But because of that, I had a lot of content to work with which is always wonderful and challenging.</p>

<p><strong>Webia: So you think a website should always be in progress as opposed to finished and forgotten. Why is that? Simply because there are always new technologies? Are you a perfectionist?</strong><br />

<p><strong>Tyler:</strong> I can be a bit of a perfectionist but I'm more concerned with keeping content updated and visuals fresh. Easier said than done, I know and I urge clients, friends and anyone else with a web presence to not think their site or blog are set in stone. At the same time it is self-serving as you're hurting yourself by having a copyright in the footer that is two years old. Laziness shows, every time.</p>

<p><strong>Webia: Why jQuery to power such sites? Flash can do basically the same things, and you get to play visually in order to build it, while jQuery needs programming, math and so on.</strong><br />
<p class="imgpreview"><a title="Carrot Creative's website" href="http://www.webia.info/wp-content/uploads/2009/10/carrot_creative.jpg"><img src="http://www.webia.info/wp-content/uploads/2009/10/carrot_creative.jpg" alt="carrotcreative.com screenshot" /></a></p>

<p><strong>Tyler:</strong> Even though I'm comfortable in Flash and could have accomplished something similar with both sites in half the time, it just wasn't new to me, or interesting. I think a lot of people probably followed me on Twitter or sent emails because it wasn't Flash, which is kind of what I was going for. I didn't focus on iphones or mobile, flash-less platforms as a delivery method, but I'm happy that the site at least shows up, broken or not, on a lot of devices. A big "sorry" out there to you folks with slow internet though.</p>

<p><strong>Webia: What are your favorite blogs you're subscribed to and would warmly recommend?</strong><br />

<p><strong>Tyler:</strong> <a href="http://www.smashingmagazine.com" target="_new">Smashing Magazine</a> is always a decent resource, even if they're not necessarily the first ones to find something. The amount of useful information over there is overwhelming. I've been lurking around Khoi Vinh, Veerle Pieters, and Elliot Jay Stocks blogs for years now, never disappointed… And there is a wonderful cactus blogging at <a href="http://wendythecactus.blogspot.com" target="_new">Wendy the Cactus</a> that I can't get enough of.</p>

<p><strong>Webia: What are your favorite horizontal scrolling websites?</strong><br />

<p><strong>Tyler:</strong> The only horizontal one I can think of off the top of my head and really enjoy is <a href="http://carrotcreative.com" target="_new">Carrot Creative</a>. Very well done.</p>

<p><strong>Webia: To round things up, any tips and tricks, things to look out when developing a horizontal scrolling website?</strong><br />

<p><strong>Tyler:</strong>Less is WAY more, leave Flash behind, and try something different.</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/rqprqa_t_TM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/interviews/awesome-interview-with-tyler-finck-horizontal-websites-enthousiast-and-developer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.webia.info/interviews/awesome-interview-with-tyler-finck-horizontal-websites-enthousiast-and-developer/</feedburner:origLink></item>
		<item>
		<title>Improve your forgot password forms</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/ceVMevH99ps/</link>
		<comments>http://www.webia.info/articles/usability/improve-your-forgot-password-forms/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 11:01:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[techniques]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[forgot email]]></category>
		<category><![CDATA[forgot password]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[improve]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=575</guid>
		<description><![CDATA[
Sooner or later, you will forget your password for that one site you haven't used in ages. When that happens, you'll have trouble even recalling what email address you used to register. Happily, you know your username, hit forgot password, and then you get that crazy message that says that the new password was sent [...]]]></description>
			<content:encoded><![CDATA[<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/email_unknown.jpg"><img src="http://www.webia.info/wp-content/uploads/2009/10/email_unknown.jpg" alt="girl on steps thinking" /></a></p>
<p>Sooner or later, you will forget your password for that one site you haven't used in ages. When that happens, you'll have trouble even recalling what email address you used to register. Happily, you know your username, hit forgot password, and then you get that crazy message that says that the new password was sent to the <strong>email address on file</strong>. But which email address is it? You have no clues whatsoever.</p>
<p>There are a number of solutions for such an issue. One would be adding a forgot email form that asks you some personal information available in your account, so that you can prove you are indeed... yourself. This won't really work as it would require the user to input more unnecessary information upon registration. This results in bigger forms and lower conversion rates.</p>
<p>A second option would be using the email address to identify the user that requests a new password. Yet again, this isn't perfect as one may have multiple addresses and bad memory. I wouldn't want to go trough my 20 (just a number) email addresses only to figure out the last one I try was the one used with this site.</p>
<h2>The perfect solution</h2>
<p>I think the best way to fix these problems would be by using either one of the username and email address fields, or perhaps both of them. If one doesn't remember the email address, but knows the username, the form would respond to something like: <strong>your new password has been sent to partly**********@********visible.mail</strong>. Now when you see part of your email address over there, you know where to look for a new password.</p>
<p>I hope you enjoyed this article. If you have any other solutions, please share them using the comments. You can also stay updated to upcoming articles via the <a href="http://feeds2.feedburner.com/WebInternationalAwards" target="_new">rss feed</a>.</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/ceVMevH99ps" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/articles/usability/improve-your-forgot-password-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webia.info/articles/usability/improve-your-forgot-password-forms/</feedburner:origLink></item>
		<item>
		<title>How to build a navigation menu with jQuery, with progressive enhancements</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/bdpebHnuf3Q/</link>
		<comments>http://www.webia.info/articles/tutorials/how-to-build-a-navigation-menu-with-jquery-with-progressive-enhancements/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 06:59:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=698</guid>
		<description><![CDATA[
I just published a new tutorial over Freelancer Magazine. The tutorial covers building a menu with lists, styling them and applying some jQuery goodness to make it shine. Here's how you can build an awesome navigation menu with jQuery. Please note that this is the first part of a two part tutorial which will help [...]]]></description>
			<content:encoded><![CDATA[<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/jQuery_menu.jpg" title="Preview of the final menu"><img src="http://www.webia.info/wp-content/uploads/2009/10/jQuery_menu.jpg" alt="jQuery awesome menu screenshot" /></a></p>
<p>I just published a new tutorial over <a href="http://www.freelancermagazine.com/" target="_new">Freelancer Magazine</a>. The tutorial covers building a menu with lists, styling them and applying some jQuery goodness to make it shine. Here's how you can build an <a href="http://www.freelancermagazine.com/building-an-awesome-navigation-menu-with-jquery-part-1/" target="_new">awesome navigation menu with jQuery</a>. Please note that this is the first part of a two part tutorial which will help you build a complex menu.</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/bdpebHnuf3Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/articles/tutorials/how-to-build-a-navigation-menu-with-jquery-with-progressive-enhancements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webia.info/articles/tutorials/how-to-build-a-navigation-menu-with-jquery-with-progressive-enhancements/</feedburner:origLink></item>
		<item>
		<title>Javascript DOs and DONTs. Complete with 17 examples from real web</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/i8G4SYTo5yk/</link>
		<comments>http://www.webia.info/articles/javascript-articles/javascript-dos-and-donts-complete-with-17-examples-from-real-web/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:17:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[showcase]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[degradation]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[don't]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[progressive enhancement]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[worst practices]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=598</guid>
		<description><![CDATA[I've talked about accessibility a couple of times, especially when the main technology used to build a site was flash. You can check the first and the second flash degradation articles before reading this one. In this article I will cover some DOs and DONTs with regard to javascript enhanced websites.
There's only around 5% of [...]]]></description>
			<content:encoded><![CDATA[<p>I've talked about accessibility a couple of times, especially when the main technology used to build a site was flash. You can check the <a href="http://www.webia.info/articles/usability/graceful-flash-degradation/">first</a> and the <a href="http://www.webia.info/articles/graceful-flash-degradation-reloaded/">second</a> flash degradation articles before reading this one. In this article I will cover some DOs and DONTs with regard to javascript enhanced websites.</p>
<p>There's only around 5% of internet users which do not have javascript turned on, but that doesn't mean you should disregard them and create a beautifully working site with javascript which fails completely if javascript is not available.</p>
<p>In order to fully understand what I am talking about, you should visit the sites showcased in this article, view them with javascript on, then turn off javascript and refresh to see the difference. Some sites, as you'll see, do a better job then others when it comes to working properly without javascript. All these sites are impressive if javascript is on, but may be completely useless if javascript is off.</p>
<h2>Really good examples of javascript enhanced sites</h2>

<h2><a href="http://www.loewy.com/" target="_new">Helloewy</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_helloewy.jpg" title="loewy.com screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_helloewy.jpg" alt="loewy.com screenshot" /></a></p>
<p>Helloewy is the blog of Loewy, a NY web development company. They created an accordion for the entire posts structure of the blog which works quite well. I've seen many accordions across the web, but this one's the first one that also automatically scrolls your page and adjusts its position accordingly to the tab you just clicked. The best thing is that with javascript off, there's no accordion, but all the content is there in the exact layout. It's just that it is all expanded, which doesn't bother me - the what is javascript user? - at all.</p>

<h2><a href="http://www.youlove.us/one" target="_new">Youlove</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_youlove.jpg" title="youlove.us/one screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_youlove.jpg" alt="youlove.us/one screenshot" /></a></p>
<p>Youlove's older version of the site was bundled with awesome transparencies, animations, sliders and scrollers which resulted in a visual aesthetic that took your breath away. The new version is similar, but for me, its not that bright as the previous one. With javascript off, that first version gave nothing up in terms of usability and available content. It just got rid of animations, sliders and scrollers. Transparency was preserved as it was built using CSS not javascript. Awesome website!</p>

<h2><a href="http://www.alexcohaniuc.com/" target="_new">Alexandru Cohaniuc</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_alex_cohaniuc.jpg" title="alexcohaniuc.com screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_alex_cohaniuc.jpg" alt="alexcohaniuc.com screenshot" /></a></p>
<p>Alex's website is similar to the first one presented just before. It also uses an accordion to group his portfolio on categories, all tabs beeing expanded if javascript is off. It is a one page website, and the little javascript tricks add some spices to its design and make it beautiful.</p>

<h2><a href="www.tedxbucharest.com" target="_new">TEDx Bucharest</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_tedx.jpg" title="tedxbucharest.com screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_tedx.jpg" alt="tedxbucharest.com screenshot" /></a></p>
<p>TEDx Bucharest has and interesting and original concept in terms of layout, structure and navigation. Funny thing is it uses javascript for a small amount of the website, which is flying in a few thumbnails on the homepage / guests page, and to create some sort of a tooltip while hovering those thumbnails. Besides the flying in effect, the strange tooltip could have been easily created with some tricky css. The important point here is that with javascript off all functionalities are preserved. Nothing too extraordinary, but the concept and progressive enhancement cannot be disregarded.</p>

<p>The full article will contain more example of website that do a bad job when using javascript, and some who are right on the edge of falling in the same category, but are not quite there yet.</p>
<span id="more-598"></span>

<h2>Really bad examples of javascript enhanced sites</h2>
<h2><a href="http://unowhy.com/" target="_new">U No Why</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_unowhy.jpg" title="unowhy.com screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_unowhy.jpg" alt="unowhy.com screenshot" /></a></p>
<p>U No Why is simply Amazing! It has a totally original navigation concept. It moves so smoothly and responds fast to user's mouse, is bundled with lots of visual effects and subtle transparencies but unfortunately turns into a screenshot if javascript is off. In fact, if javascript is off, you can either look at one photo, click the logo or close the browser. Which one would you choose?</p>

<h2><a href="http://www.engageinteractive.co.uk/" target="_new">Engage Interactive</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_engage_interactive.jpg" title="engageinteractice.co.uk screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_engage_interactive.jpg" alt="engageinteractice.co.uk screenshot" /></a></p>
<p>Engage interactive is entirely constructed on sliding doors, panels and slideshows. All are powered by jQuery. There's quite some JS work behind this site. Very well thought off, javascript tags are located at the end of the source files. On the other hand with javascript off parts of their site are inaccessible the menu being nowhere to be found. You could still check out a part of their portfolio though, if that's any good because they fail the ultimate goal, which is allowing visitors to contact them. Twitter link doesn't count here!</p>

<h2><a href="http://www.inaldjafar.com/" target="_new">Djafar Inal</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_djafar_inal.jpg" title="inaldjafar.com screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_djafar_inal.jpg" alt="inaldjafar.com screenshot" /></a></p>
<p>I gave two examples of websites that successfully use accordions to enhance user experience. Here's one that fails almost completely. Inal's website fails because if javascript is off, there's only one tab of the accordion fully expanded. This may be due to the fact that Inal's website uses a horizontal accordion as opposed to Alex's and Helloewy's websites above which have vertical accordions. However, a few css tricks and if javascript were off, those tabs on Inal's website could have all been expanded and placed vertically.</p>

<h2><a href="http://madebyelephant.com/" target="_new">Made by Elephant</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_made_by_elephant.jpg" title="madebyelephant.com screenshot. Looking a bit messed up with javascript off"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_made_by_elephant.jpg" alt="madebyelephant.com screenshot" /></a></p>
<p>Another website that uses jQuery a lot. Sliding doors, tabs, forms. It looks and feels great if you have javascript available. The moment it's gone, the whole site gets scrambled. No thank you!</p>

<h2><a href="http://www.sourcebits.com/nerve/" target="_new">Nerve Music Store</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_nerve.jpg" title="Nerve Music Store screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_nerve.jpg" alt="Nerve Music Store screenshot" /></a></p>
<p>Nerve is a music store that has its entire UI developed using javascript. That's great because the interactivity provided is awesome and could rival easily with Beatport. Just turn your javascript off and then you get a spinning gear that spins and spins and spins...Forever.</p>

<h2><a href="http://eyedraw.eu/" target="_new">Eyedraw</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_eyedraw.jpg" title="eyedraw.eu screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_eyedraw.jpg" alt="eyedraw.eu screenshot" /></a></p>
<p>Eyedraw is yet another site that uses plenty of sliders and sliding doors. These features make it look chic. Unfortunately, with javascript off you're left to viewing a few thumbnails and no ability to contact the designer. Auch!</p>

<h2><a href="http://www.webalon.com/" target="_new">Webalon</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_webalon.jpg" title="webalon.com screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_webalon.jpg" alt="webalon.com screenshot" /></a></p>
<p>Webalon uses javascript to create a huge dynamic slider on their homepage and some nifty fading effects. Apart from that, it appears that they should have some sort of lightbox in their portfolio section, which unfortunately doesn't work even with javascript available. Needless to say, with javascript unavailable there's no fading and the content slider completely vanishes into a dark mist.</p>

<h2><a href="http://www.bonadiesarchitect.com/" target="_new">Bonadies Architect</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_bonadies.jpg" title="bonadiesarchitect.com screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_bonadies.jpg" alt="bonadiesarchitect.com screenshot" /></a></p>
<p>What was the first thing that crossed your mind when you saw the above screenshot? Hmm, let me check this minimal website? Well, please do check it with javascript off, because there's nothing more to see than what you just saw in the screenshot. Useless website if you do not have a decent modern browser with javascript on. I must say that it is really interesting if you are lucky enough to use a modern browser. Transitions, animations, elements moving around.</p>

<h2><a href="www.bestbefore.ro" target="_new">Best Before</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_bestbefore.jpg" title="bestbefore.ro screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_bestbefore.jpg" alt="bestbefore.ro screenshot" /></a></p>
<p>Best Before has a really, really interesting website. Smooth animations, fading elements, movement of elements around the page make sliders look dull. Too bad the site turns into a blank page if javascript's off.</p>

<h2>Those who remained neutral: neither good, nor bad</h2>
<h2><a href="http://www.jaboh.it" target="_new">Jaboh</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_jaboh.jpg" title="jaboh.it screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_jaboh.jpg" alt="jaboh.it screenshot" /></a></p>
<p>It was a little bit hard to put this site into a category. I was going first for failure to use progressive enhancements, but then I said. Ok, it does have progressive enhancement in certain areas. Now, it depends if the homepage is considered a vital part or not. So is it? I am asking because this minimal site that "abuses" of sliders, slideUps and slideDowns throughout its content areas and navigation has one major problem when javascript is off. The content on the homepage suddenly disappears. Call for Sherlock Holmes guys!</p>

<h2><a href="http://www.loewydesign.com/" target="_new">Loewy design</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_loewy.jpg" title="loewydesign.com screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_loewy.jpg" alt="loewydesign.com screenshot" /></a></p>
<p>Does Loewy sound familiar? yes it does. And it does because they did a great job with their blog, which is showcased up in this article. Anyhow, the agency seems to lack consistency as their main website has some issues. While javascript is on the site is bundled with smooth animations, a nice navigation and sorting menu in their portfolio section and more. If javascript's not available some features like the aforementioned sorting menu stop working. The most important fact here is that the site remains accessible. One can navigate wherever would like, use the contact form, but those little details that made the site interesting are gone.</p>

<h2><a href="http://www.adamrix.com/" target="_new">Adam Rix</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_adamrix.jpg" title="adamrix.com screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_adamrix.jpg" alt="adamrix.com screenshot" /></a></p>
<p>Adamrix is a full page slideshow that showcases the portfolio of a talented designer from Manchester. The site lacks navigation and means for making contact if javascript is off.</p>

<h2><a href="http://www.position-relative.net" target="_new">Position Relative</a></h2>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/js_positionrelative.jpg" title="position-relative.net screenshot"><img src="http://www.webia.info/wp-content/uploads/2009/10/js_positionrelative.jpg" alt="position-relative.net screenshot" /></a></p>
<p>Position Relative uses javascript to animate navigation - it is a one page website - and to create a nice lightbox, which I think is custom made. With javascript off, there's no animations and the lightbox turns into links to new pages. The navigation also meets some issues because without javascript, jumping to the exact location of the correct section is not pixel perfect. Scrolling with the mouse fixes this issue.</p>

<p>Similar posts will follow. I could use a helping hand in finding really unique and original pieces of material so please let me know about any websites you may have similar to these ones. If you liked this article you can subscribe to our <a href="http://feeds2.feedburner.com/WebInternationalAwards" target="_new">RSS feed</a> and stay updated as new articles get published.</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/i8G4SYTo5yk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/articles/javascript-articles/javascript-dos-and-donts-complete-with-17-examples-from-real-web/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.webia.info/articles/javascript-articles/javascript-dos-and-donts-complete-with-17-examples-from-real-web/</feedburner:origLink></item>
		<item>
		<title>Better home link buttons (4)</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/y6cvMUQ6ILc/</link>
		<comments>http://www.webia.info/articles/usability/better-home-link-buttons-4/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 09:13:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[home link]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[link button]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=621</guid>
		<description><![CDATA[This is the fourth article in a series that showcases some very well thought out buttons to link the home page from within the site. You may check the first, second and the third articles on the subject or you can simply check out the following home button of Pro Blog Design.

I hope you enjoyed [...]]]></description>
			<content:encoded><![CDATA[<p>This is the fourth article in a series that showcases some very well thought out buttons to link the home page from within the site. You may check the <a href="http://www.webia.info/articles/usability/better-home-link-buttons/">first</a>, <a href="http://www.webia.info/articles/usability/better-home-link-buttons-2/">second</a> and the <a href="http://www.webia.info/articles/usability/better-home-link-buttons-3/">third</a> articles on the subject or you can simply check out the following home button of <a href="http://www.problogdesign.com" target="_new">Pro Blog Design</a>.</p>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/home_button_problogdesign.jpg" title="Pro Blog Design's logo emphasizes that clicking it will take you to the homepage"><img src="http://www.webia.info/wp-content/uploads/2009/10/home_button_problogdesign.jpg" alt="Pro Blog Design's logo screenshot" /></a></p>
<p>I hope you enjoyed this article. Let me know what you think about it in the comments. If you liked this one, you can stay updated to upcoming articles via the <a href="http://feeds2.feedburner.com/WebInternationalAwards" target="_new">rss feed</a>.</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/y6cvMUQ6ILc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/articles/usability/better-home-link-buttons-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webia.info/articles/usability/better-home-link-buttons-4/</feedburner:origLink></item>
		<item>
		<title>How to waste 1.000.000 Euros on TV spots!</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/yuPCrW_kQz0/</link>
		<comments>http://www.webia.info/articles/advertising/how-to-waste-1-000-000-euros-on-tv-spots/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 12:11:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[advertising]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[croatia]]></category>
		<category><![CDATA[eurosport]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[land of choice]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[romania]]></category>
		<category><![CDATA[spot]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[waste]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=591</guid>
		<description><![CDATA[
I waited quite some time to publish this post just because I wanted to see if some SEO will be done for this huge ad campaign on Eurosport. I am talking about a recent publicity campaign the Romanian Government contracted on Eurosport. It all started at the end of May this year, during Roland Garros. [...]]]></description>
			<content:encoded><![CDATA[<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/land_of_choice.jpg" title="Searching for >land of choice< on Google displays Croatian site #1, not Romanian"><img src="http://www.webia.info/wp-content/uploads/2009/10/land_of_choice.jpg" alt="land of choice key phrase search on Google screenshot" /></a></p>
<p>I waited quite some time to publish this post just because I wanted to see if some SEO will be done for this huge ad campaign on Eurosport. I am talking about a recent publicity campaign the Romanian Government contracted on Eurosport. It all started at the end of May this year, during Roland Garros. The Government has contracted some company to create a few TV ads, and then signed a contract with Eurosport to run them more than 1000 times. I don't know the costs of the actual ads, but I do know the costs of running them in prime time on Eurosport accross the entire European Union. 1 Million Euros. That is quite a lot compared to Croatia running almost as much ads as Romania on the same TV channel for half the money.</p>
<h2>Spent 1.000.000 on TV ads to raise awareness on your country and slogan!</h2>
<p>The most important aspect, totally neglected by the Government, was what to do next when the ads are finished. Seeing over and over again a TV ad with one distinct phrase: "Land of choice", tying that up to beautiful landscapes, architecture and events makes you want to know where is the so called "Land of choice" and how can you get there!</p>
<p>This is where the Government had a huge flaw in their thinking. Their campaign site for <a href="http://www.romaniatourism.com/" target="_new">Land of choice</a> is not optimized for search engines. In fact, "Land of choice" key phrase doesn't show up on the site once. I am not sure about this, but I think the first backlink with the text "Land of choice" is the one I just posted above in this post.</p>
<h2>Conclusion</h2>
<p>Basically, Romania spent 1 million Euros for a TV campaign that brought no tourists because they had a hard time identifying where "Land of choice" is, and the main fault for that is the fact that if you search for this key phrase on Google you end up in Croatia! Such a complete waste of money, but hands down for entrepreneurs in Croatia who picked up on the slogan ran on TV and incorporated it into their sites, their offers, their business!</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/yuPCrW_kQz0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/articles/advertising/how-to-waste-1-000-000-euros-on-tv-spots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webia.info/articles/advertising/how-to-waste-1-000-000-euros-on-tv-spots/</feedburner:origLink></item>
		<item>
		<title>Improve iPhone’s UX with custom TLD</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/QBblIIZXZvI/</link>
		<comments>http://www.webia.info/articles/usability/improve-iphones-ux-with-custom-tld/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:48:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=577</guid>
		<description><![CDATA[
I think the iPhone's user experience is the best I've ever come across. Everything seems polished, and with each new OS update they refine it even more. I do love how the keyboard changes from landscape mode to portrait mode. I do love how the keyboard changes its contents based on the application you're currently [...]]]></description>
			<content:encoded><![CDATA[<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/tld_original.jpg" title="Here's how iPhone keyboard looks like by default in address bar field"><img src="http://www.webia.info/wp-content/uploads/2009/10/tld_original.jpg" alt="iPhone keyboard original, screnshot" /></a></p>
<p>I think the iPhone's user experience is the best I've ever come across. Everything seems polished, and with each new OS update they refine it even more. I do love how the keyboard changes from landscape mode to portrait mode. I do love how the keyboard changes its contents based on the application you're currently using.</p>
<p>However, I do not like the hot TLD key in Safari. While typing in the address bar the bottom row of the keyboard contains the hotlink for symbol keys, point (.) key, forward slash (/) key, .com hotlink key for TLDs and the Go button. Clicking the .com key will input in the address bar the full tld, while clicking and holding will reveal additional TLDs to select from. This is the part I don't really like and the one that can be improved. The additional TLDs provided are .net, .edu, .org and the traditional .com that is easily accessible. I don't remember ever going to a .edu site on my iPhone. I do visit quite a lot of Romanian sites, ending in .ro TLD.</p>
<p>What I'd love for the iPhone to do is to take note of the sites I visit and their TLDs and display instead of the current .com the TLD most frequently used, and the other three ones revealed after clicking and holding the primary TLD button to be the next ones in frequency of usage. Did you hear that Steve? The next image is self explanatory.</p>
<p class="imgpreview"><a href="http://www.webia.info/wp-content/uploads/2009/10/tld_modified.jpg" title="Modified iPhone keyboard that 'learns' most visited TLDs"><img src="http://www.webia.info/wp-content/uploads/2009/10/tld_modified.jpg" alt="iPhone keyboard modified, screenshot" /></a></p>
<p>Let me know what you think about the idea in the comments section just below. If you liked this article you can subscribe to the full content <a href="http://feeds2.feedburner.com/WebInternationalAwards" target="_new">rss feed</a> and stay updated as we post new information.</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/QBblIIZXZvI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/articles/usability/improve-iphones-ux-with-custom-tld/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.webia.info/articles/usability/improve-iphones-ux-with-custom-tld/</feedburner:origLink></item>
		<item>
		<title>Follow us on Twitter</title>
		<link>http://feedproxy.google.com/~r/WebInternationalAwards/~3/1EfzcJy12VI/</link>
		<comments>http://www.webia.info/misc/follow-us-on-twitter/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 11:49:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.webia.info/?p=594</guid>
		<description><![CDATA[We have added a new way for you to track our articles, via Twitter. Unfortunately webia was taken, so we had to go webia_info for our account. There's a huge icon in the sidebar of the site with a direct link to our Twitter account. Stay tooned!]]></description>
			<content:encoded><![CDATA[<p>We have added a new way for you to track our articles, via Twitter. Unfortunately webia was taken, so we had to go <a href="http://www.twitter.com/webia_info" target="_blank">webia_info</a> for our account. There's a huge icon in the sidebar of the site with a direct link to our Twitter account. Stay tooned!</p><img src="http://feeds.feedburner.com/~r/WebInternationalAwards/~4/1EfzcJy12VI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.webia.info/misc/follow-us-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.webia.info/misc/follow-us-on-twitter/</feedburner:origLink></item>
	</channel>
</rss>
