<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Now that&#039;s Enjee-nious...</title>
	<atom:link href="http://enjeenious.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://enjeenious.wordpress.com</link>
	<description>Random thoughts about life, the universe and the interweb</description>
	<lastBuildDate>Mon, 21 Mar 2011 22:49:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='enjeenious.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Now that&#039;s Enjee-nious...</title>
		<link>http://enjeenious.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://enjeenious.wordpress.com/osd.xml" title="Now that&#039;s Enjee-nious..." />
	<atom:link rel='hub' href='http://enjeenious.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Such a pretty @font-face</title>
		<link>http://enjeenious.wordpress.com/2011/02/20/such-a-pretty-font-face/</link>
		<comments>http://enjeenious.wordpress.com/2011/02/20/such-a-pretty-font-face/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 05:35:56 +0000</pubDate>
		<dc:creator>Nathan W</dc:creator>
				<category><![CDATA[interface issues]]></category>
		<category><![CDATA[UX design]]></category>
		<category><![CDATA[Webstock2011]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[browser testing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[font-face]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[multilingal content]]></category>
		<category><![CDATA[site design]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://enjeenious.wordpress.com/?p=394</guid>
		<description><![CDATA[Web fonts using @font-face CSS rules A new design opportunity or are we opening a Pandora&#8217;s box? If you were lucky enough to be at Webstock 2011 in Wellington, New Zealand you may have had the chance to sit on &#8230; <a href="http://enjeenious.wordpress.com/2011/02/20/such-a-pretty-font-face/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=394&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Web fonts using @font-face CSS rules</h1>
<h4>A new design opportunity or are we opening a Pandora&#8217;s box?</h4>
<p>If you were lucky enough to be at <a title="Webstock Web Conference" href="http://www.webstock.org.nz" target="_blank">Webstock 2011</a> in Wellington, New Zealand you may have had the chance to sit on Jason Santa Maria&#8217;s talk on typography and that just by using <a href="http://www.w3.org/TR/css3-fonts/#the-font-face-rule" target="_blank">CSS 3 techniques</a> our web pages can be beautiful works of art where the typography itself speaks to your users.<span id="more-394"></span></p>
<p>What Jason didn&#8217;t really explain is that is actually harder than it looks. He did however remind us that just because a font face is available doesn&#8217;t mean we should it. Some fonts are made to big, brash and bold, but they don&#8217;t look so good when the text is small. Equally there are fonts that make your content harder to read no matter how big the font is. And there are fonts that are just plain ugly.</p>
<p><em><strong>Attention to detail is everything.</strong></em></p>
<p>Jason&#8217;s talk got me thinking&#8230;</p>
<blockquote><p>&#8220;Why can&#8217;t I start using this technique with sites I&#8217;m currently working on?&#8221;</p></blockquote>
<p>Enter the complications of working on <a href="http://newzealand.govt.nz" target="_blank">New Zealand Government websites</a>. New Zealand has two official written languages, English and Māori. //[Edit: As Robyn pointed out in the comments below, New Zealand has a third official language, New Zealand sign language.]</p>
<p>To write the word Māori correctly, and many <a title="View the Ngata English Māori dictionary" href="http://www.learningmedia.co.nz/ngata/" target="_blank">other words in &#8220;te reo&#8221; or &#8220;the language&#8221;</a>, a macron over one or more letters in a word is often needed. In order to do this, you need a font that includes an extended character set not just the usual Latin characters A-Z.</p>
<div style="background-color:#b95a25;margin-bottom:1em;padding:5px;">
<h3 style="color:#ffffff;">Proceed with caution</h3>
<div style="background-color:#ffffff;color:#333333;margin:5px;padding:8px;">If you are working on a New Zealand government website, like I do, your task of finding a cool, funky, visually gorgeous typefaces just got a whole lot harder. You might like your chosen font, but your font might not like the content you want it to display.</div>
</div>
<h3>Choose a font that works both visually and technically</h3>
<p>Not all web fonts available include the extended character set. So depending on your design you might get some unexpected results. The macronised characters might just disappear, they might be replaced by a box or in some cases a decorative glyph (like a smiley face, or a flower) may result.</p>
<p>Many New Zealand Government websites include some degree of Te Reo content. Each site seems to approach the issue of multi-lingual content in a different way. I&#8217;m not saying this is a bad thing, provided it is done with the interests of site users in mind—but that&#8217;s a completely different blog post for a later time.</p>
<h3>How to find a suitable font face that works on a NZ government site</h3>
<p><span style="color:#ff0000;"><span style="color:#000000;">Like so many things on the Internet, there is usually more than one place where you can find things, and this is the case with </span></span>web fonts. <span style="color:#ff0000;"><span style="color:#000000;">A quick <a href="http://www.google.com/search?q=web+fonts+css3" target="_blank">search in a common search engine</a> revealed a number of potential sources:</span></span></p>
<ul>
<li><a title="Google's font API" href="http://google.com/webfonts/preview" target="_blank"><span style="color:#ff0000;"><span style="color:#000000;">Google&#8217;s font API &#8211; google.com/webfonts/preview</span></span></a></li>
<li><a title="TypeKit" href="http://www.typekit.com" target="_blank"><span style="color:#ff0000;"><span style="color:#000000;">TypeKit &#8211; typekit.com</span></span></a></li>
<li><a title="MyFonts" href="http://new.myfonts.com" target="_blank"><span style="color:#ff0000;"><span style="color:#000000;">MyFonts &#8211; new.myfonts.com</span></span></a></li>
<li><span style="color:#ff0000;"><span style="color:#000000;"><a title="FontEx" href="http://www.fontex.org" target="_blank">Font<em>EX &#8211; </em>fontex.org</a><br />
</span></span></li>
</ul>
<div style="border:1px solid red;background-color:whitesmoke;margin:1em;padding:1em;">I&#8217;m not suggesting these are the only places you could go to get font faces. I&#8217;m also not endorsing any of the sites mentioned here.</div>
<div style="border:1px solid red;background-color:whitesmoke;margin:1em;padding:1em;">Some of the fonts provided are free, others you will have to pay for as either a one-off purchase or as an ongoing monthly fee. Again, I&#8217;m making no judgment here. Use what is appropriate to the design of your site and your budget.</div>
<h3>Google&#8217;s font API</h3>
<p>The number of fonts available is limited, but growing. I did a sample test of each font family listed <strong>and only 25% of them seem to support macrons</strong>. Of that 25% only a handful of the fonts, in my opinion, would actually be of use on a government website.</p>
<p>Here&#8217;s the list of fonts that worked:</p>
<ul style="width:25%;float:left;">
<li>Cantarell</li>
<li>Coda</li>
<li>Coda Caption</li>
<li>Corben</li>
<li>Covered by Your Grace</li>
<li>Crimson Text</li>
<li>Crushed</li>
<li>Cuprum</li>
</ul>
<ul style="width:25%;float:left;">
<li>Droid Sans Mono</li>
<li>GFS Didot</li>
<li>GFS Neohellenic</li>
<li>Gruppo</li>
<li>Just Another Hand</li>
<li>Just Me Again Down Here</li>
<li>Lekton</li>
<li>Luckiest Guy</li>
</ul>
<ul style="width:25%;float:left;">
<li>Meddon</li>
<li>Molengo</li>
<li>OFC Sports Mill Goudy TT</li>
<li>PT Sans</li>
<li>PT Sans Caption</li>
<li>PT Sans Narrow</li>
<li>Radley</li>
<li>Reenie Beanie</li>
<li>Syncopate</li>
</ul>
<h3 style="clear:both;">Typekit.com</h3>
<p style="clear:both;">Even though the site has the facility for you to enter in your own text which is then used for the preview of each font, the input field not only ignored macron characters, <strong>testing was impossible as it removed the macron characters from the input field</strong>.</p>
<p style="clear:both;">Some classy javascript there TypeKit.</p>
<p style="clear:both;">[Probably means I personally won't use this site to find font faces.]</p>
<h3 style="clear:both;">MyFonts.com</h3>
<p style="clear:both;">The search engine on this site turned out to be pretty useful. Not only can you specify a wide range of criteria, including pricing, format, you can specify whether certain characters are available in the font face.</p>
<p style="clear:both;">I searched for &#8220;webfont&#8221; compatible fonts that included the &#8220;ā&#8221; character.</p>
<p style="clear:both;"><strong>2381 fonts matched the search criteria</strong></p>
<p style="clear:both;">You can  visually preview each font, add other filters, change sort order etc, so finding something that works for you should be pretty straight-forward. Some fonts are free, others you need to buy a license for.<strong> </strong></p>
<h3 style="clear:both;">FontEx.org</h3>
<p>This site seems to have a focus on freely available font faces. Unlike TypeKit, its text entry field doesn&#8217;t strip macrons from characters so it is possible to test out a font face before you download it.</p>
<p>I didn&#8217;t test every font they have available, but looking through a mixture of monospaced, sans-serif, serif and slab-serif fonts <strong>I managed to find 25 fonts, and most of them would work on a government website</strong>. Things may be looking up after all.</p>
<p>Here&#8217;s the list of fonts that worked from Font<em>Ex</em>:</p>
<ul style="width:33%;float:left;">
<li><strong>Monospaced</strong>
<ul>
<li>Anonymous Pro</li>
<li>Droid Sans Mono</li>
<li>Liberation Mono</li>
<li>Luxi Mono</li>
<li>Sax Mono</li>
</ul>
</li>
</ul>
<ul style="width:33%;float:left;">
<li><strong>Sans serif</strong>
<ul>
<li>Capsula</li>
<li>Caviar Dreams</li>
<li>Comfortaa</li>
<li>Jesaya Free</li>
<li>Liberation Sans</li>
<li>Luxi Sans</li>
<li>Molengo</li>
<li>Negotiate</li>
<li>Ubuntu</li>
</ul>
</li>
</ul>
<ul style="width:33%;float:left;">
<li><strong>Serif</strong>
<ul>
<li>Berylium</li>
<li>Credit Valley</li>
<li>Droid Serif</li>
<li>Dustimo Roman</li>
<li>Gentium</li>
<li>Immortal</li>
<li>Liberation Serif</li>
<li>Linux Libertine</li>
<li>Luxi Serif</li>
<li>New Athena</li>
</ul>
</li>
</ul>
<ul style="width:33%;float:left;">
<li><strong>Slab Serif</strong>
<ul>
<li>Charis Sil</li>
</ul>
</li>
</ul>
<h2 style="clear:both;">Found a typeface you want to use?</h2>
<blockquote><p>&#8220;I can just download this font, put it on my web server and start using it. Right?&#8221;</p></blockquote>
<p><strong>Unfortunately no.</strong></p>
<p>The web is not that simple. Even if you are not adhering to the <a href="http://www.webstandards.govt.nz/" target="_blank">New Zealand Government web publishing standards</a>, you need to make sure your design is cross-browser compatible. And guess what? The manufacturers of the main browsers, IE, FireFox, Safari and Opera can&#8217;t agree (or choose not to use) a common standard. Then you need to think about mobile device support.</p>
<p>I&#8217;m starting to think <span style="font-family:Arial;"><strong>Arial</strong></span> and <span style="font-family:Verdana;"><strong>Verdana</strong></span> are both looking kinda pretty again. That said, I&#8217;m still determined to at least try some new type faces out.</p>
<h3>Conversions, trickery and hacks</h3>
<p>Some preliminary research tells me that once you&#8217;ve selected your font you need to convert it into at least two additional formats, and put all of these fonts on your web server.</p>
<p>Then there&#8217;s also some CSS tricky needed to make the variety of browsers behave.</p>
<p>Then because each browser and operating system renders fonts slightly differently, some tweaks and fine tuning might be required, and dare I say some CSS hacks too. Even the suggestion of that leaves a bitter taste in my mouth.</p>
<h3>Head. Desk. Thump.</h3>
<p>Just what we web publishers, designers and coders need. More complexity.</p>
<p>I&#8217;ll bring you more details about implementation when I&#8217;ve had a chance to try a few things out.</p>
<br />Filed under: <a href='http://enjeenious.wordpress.com/category/thoughts-aka-my-brain/interface-issues/'>interface issues</a>, <a href='http://enjeenious.wordpress.com/category/thoughts-aka-my-brain/ux-design/'>UX design</a>, <a href='http://enjeenious.wordpress.com/category/conferences/webstock2011/'>Webstock2011</a> Tagged: <a href='http://enjeenious.wordpress.com/tag/accessibility/'>accessibility</a>, <a href='http://enjeenious.wordpress.com/tag/browser-testing/'>browser testing</a>, <a href='http://enjeenious.wordpress.com/tag/css/'>css</a>, <a href='http://enjeenious.wordpress.com/tag/font-face/'>font-face</a>, <a href='http://enjeenious.wordpress.com/tag/fonts/'>fonts</a>, <a href='http://enjeenious.wordpress.com/tag/multilingal-content/'>multilingal content</a>, <a href='http://enjeenious.wordpress.com/tag/site-design/'>site design</a>, <a href='http://enjeenious.wordpress.com/tag/typography/'>typography</a>, <a href='http://enjeenious.wordpress.com/tag/utf-8/'>utf-8</a>, <a href='http://enjeenious.wordpress.com/tag/web-standards/'>web standards</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/enjeenious.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/enjeenious.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/enjeenious.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/enjeenious.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/enjeenious.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/enjeenious.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/enjeenious.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/enjeenious.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/enjeenious.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/enjeenious.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/enjeenious.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/enjeenious.wordpress.com/394/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/enjeenious.wordpress.com/394/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/enjeenious.wordpress.com/394/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=394&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://enjeenious.wordpress.com/2011/02/20/such-a-pretty-font-face/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<georss:point>-41.290671 174.768906</georss:point>
		<geo:lat>-41.290671</geo:lat>
		<geo:long>174.768906</geo:long>
		<media:content url="http://0.gravatar.com/avatar/82b0cfdacba912521d20c80ae7b9e805?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">enjeenious</media:title>
		</media:content>
	</item>
		<item>
		<title>Button placement on multipage data entry form</title>
		<link>http://enjeenious.wordpress.com/2010/06/11/button-placement-on-multipage-data-entry-form/</link>
		<comments>http://enjeenious.wordpress.com/2010/06/11/button-placement-on-multipage-data-entry-form/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:41:48 +0000</pubDate>
		<dc:creator>Nathan W</dc:creator>
				<category><![CDATA[forms]]></category>
		<category><![CDATA[interface issues]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[user testing]]></category>
		<category><![CDATA[UX design]]></category>
		<category><![CDATA[calls to action]]></category>
		<category><![CDATA[fitt's law]]></category>
		<category><![CDATA[hci]]></category>
		<category><![CDATA[hick's law]]></category>
		<category><![CDATA[user expectations]]></category>
		<category><![CDATA[visual hierarchy]]></category>

		<guid isPermaLink="false">http://enjeenious.wordpress.com/?p=382</guid>
		<description><![CDATA[The form consists of labels and input prompts that are left aligned to the input field, with mandatory questions clearly marked with an asterisk (*) symbol. The primary call to action, the button to move the user to the next &#8230; <a href="http://enjeenious.wordpress.com/2010/06/11/button-placement-on-multipage-data-entry-form/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=382&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_383" class="wp-caption aligncenter" style="width: 510px"><a href="http://enjeenious.files.wordpress.com/2010/06/mockup_2.png"><img class="size-full wp-image-383" title="Example form layout" src="http://enjeenious.files.wordpress.com/2010/06/mockup_2.png?w=500&#038;h=313" alt="Example form showing layout of form fields, command buttons and overall visual hierarchy" width="500" height="313" /></a><p class="wp-caption-text">Example form showing layout of form fields, command buttons and overall visual hierarchy</p></div>
<p>The form consists of labels and input prompts that are left aligned to the input field, with mandatory questions clearly marked with an asterisk (*) symbol.</p>
<p>The primary call to action, the button to move the user to the next screen of the form is placed immediately underneath and left aligned to the last data entry field on the form.</p>
<p>The visual prominence of the button is very strong compared to other elements on the form, in keeping with both <a title="Information on Hick's law @ wikipedia.org (opens in a new window)" href="http://en.wikipedia.org/wiki/Hick%27s_law" target="_blank">Hick&#8217;s</a> and <a title="Information on Fitts's law @ wikipedia.org (opens in a new window)" href="http://en.wikipedia.org/wiki/Fitts%27s_law" target="_blank">Fitt&#8217;s</a> laws of human-computer interaction—keep navigation items close and make them large so they&#8217;re easier to click.</p>
<br />Filed under: <a href='http://enjeenious.wordpress.com/category/thoughts-aka-my-brain/forms/'>forms</a>, <a href='http://enjeenious.wordpress.com/category/thoughts-aka-my-brain/interface-issues/'>interface issues</a>, <a href='http://enjeenious.wordpress.com/category/uncategorized/'>Uncategorized</a>, <a href='http://enjeenious.wordpress.com/category/thoughts-aka-my-brain/user-testing/'>user testing</a>, <a href='http://enjeenious.wordpress.com/category/thoughts-aka-my-brain/ux-design/'>UX design</a> Tagged: <a href='http://enjeenious.wordpress.com/tag/calls-to-action/'>calls to action</a>, <a href='http://enjeenious.wordpress.com/tag/fitts-law/'>fitt's law</a>, <a href='http://enjeenious.wordpress.com/tag/forms/'>forms</a>, <a href='http://enjeenious.wordpress.com/tag/hci/'>hci</a>, <a href='http://enjeenious.wordpress.com/tag/hicks-law/'>hick's law</a>, <a href='http://enjeenious.wordpress.com/tag/user-expectations/'>user expectations</a>, <a href='http://enjeenious.wordpress.com/tag/user-testing/'>user testing</a>, <a href='http://enjeenious.wordpress.com/tag/visual-hierarchy/'>visual hierarchy</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/enjeenious.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/enjeenious.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/enjeenious.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/enjeenious.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/enjeenious.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/enjeenious.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/enjeenious.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/enjeenious.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/enjeenious.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/enjeenious.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/enjeenious.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/enjeenious.wordpress.com/382/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/enjeenious.wordpress.com/382/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/enjeenious.wordpress.com/382/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=382&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://enjeenious.wordpress.com/2010/06/11/button-placement-on-multipage-data-entry-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82b0cfdacba912521d20c80ae7b9e805?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">enjeenious</media:title>
		</media:content>

		<media:content url="http://enjeenious.files.wordpress.com/2010/06/mockup_2.png" medium="image">
			<media:title type="html">Example form layout</media:title>
		</media:content>
	</item>
		<item>
		<title>Design pattern for global navigation</title>
		<link>http://enjeenious.wordpress.com/2010/06/11/design-pattern-for-global-navigation/</link>
		<comments>http://enjeenious.wordpress.com/2010/06/11/design-pattern-for-global-navigation/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 10:31:50 +0000</pubDate>
		<dc:creator>Nathan W</dc:creator>
				<category><![CDATA[IA (information architecture)]]></category>
		<category><![CDATA[interface issues]]></category>
		<category><![CDATA[UX design]]></category>
		<category><![CDATA[global navigation]]></category>
		<category><![CDATA[user expectations]]></category>
		<category><![CDATA[user testing]]></category>

		<guid isPermaLink="false">http://enjeenious.wordpress.com/?p=376</guid>
		<description><![CDATA[Filed under: IA (information architecture), interface issues, UX design Tagged: global navigation, user expectations, user testing<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=376&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_377" class="wp-caption aligncenter" style="width: 510px"><a href="http://enjeenious.files.wordpress.com/2010/06/mockup.png"><img class="size-full wp-image-377 " title="Global nav design pattern" src="http://enjeenious.files.wordpress.com/2010/06/mockup.png?w=500&#038;h=152" alt="An attempt to map out the logic of how I order global navigation items" width="500" height="152" /></a><p class="wp-caption-text">An attempt to map out the logic of how I order global navigation items</p></div>
<br />Filed under: <a href='http://enjeenious.wordpress.com/category/thoughts-aka-my-brain/ia-information-architecture/'>IA (information architecture)</a>, <a href='http://enjeenious.wordpress.com/category/thoughts-aka-my-brain/interface-issues/'>interface issues</a>, <a href='http://enjeenious.wordpress.com/category/thoughts-aka-my-brain/ux-design/'>UX design</a> Tagged: <a href='http://enjeenious.wordpress.com/tag/global-navigation/'>global navigation</a>, <a href='http://enjeenious.wordpress.com/tag/user-expectations/'>user expectations</a>, <a href='http://enjeenious.wordpress.com/tag/user-testing/'>user testing</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/enjeenious.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/enjeenious.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/enjeenious.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/enjeenious.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/enjeenious.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/enjeenious.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/enjeenious.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/enjeenious.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/enjeenious.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/enjeenious.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/enjeenious.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/enjeenious.wordpress.com/376/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/enjeenious.wordpress.com/376/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/enjeenious.wordpress.com/376/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=376&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://enjeenious.wordpress.com/2010/06/11/design-pattern-for-global-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/82b0cfdacba912521d20c80ae7b9e805?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">enjeenious</media:title>
		</media:content>

		<media:content url="http://enjeenious.files.wordpress.com/2010/06/mockup.png" medium="image">
			<media:title type="html">Global nav design pattern</media:title>
		</media:content>
	</item>
		<item>
		<title>If you don&#8217;t have an iPhone please go upstairs&#8230; That would suck.</title>
		<link>http://enjeenious.wordpress.com/2010/02/18/if-you-dont-have-an-iphone-please-go-upstairs-that-would-suck/</link>
		<comments>http://enjeenious.wordpress.com/2010/02/18/if-you-dont-have-an-iphone-please-go-upstairs-that-would-suck/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 23:00:54 +0000</pubDate>
		<dc:creator>Nathan W</dc:creator>
				<category><![CDATA[Webstock2010]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[design approach]]></category>
		<category><![CDATA[lisa herrod]]></category>
		<category><![CDATA[making a difference]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[UX design]]></category>
		<category><![CDATA[WCAG]]></category>

		<guid isPermaLink="false">http://enjeenious.wordpress.com/?p=360</guid>
		<description><![CDATA[Inclusive design We shouldn&#8217;t segregate people based on their (dis)ability. Why is it then that professionals in the UX space haven&#8217;t embraced inclusive design? Why do we use shallow personas? We have users will diverse needs in every pocket of &#8230; <a href="http://enjeenious.wordpress.com/2010/02/18/if-you-dont-have-an-iphone-please-go-upstairs-that-would-suck/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=360&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Inclusive design</h2>
<p>We shouldn&#8217;t segregate people based on their (dis)ability. Why is it then that professionals in the UX space haven&#8217;t embraced inclusive design? Why do we use shallow personas? We have users will diverse needs in every pocket of society.</p>
<h2>Personas have a role</h2>
<p>&#8220;Challenges in the persona&#8221; can identify characteristics of real users and bring it to the forefront when doing design.</p>
<h2>Why oh why?</h2>
<p>Why is disability intimidating? Is it because we don&#8217;t how to approach and engage them?</p>
<p>It doesn&#8217;t take a vast number of people. Lisa reminds us that even one person can make a difference.</p>
<h2>You have just been challenged</h2>
<p>She challenges us. &#8220;What are *you* going to do about it?&#8221;</p>
<p>WCAG 2.0 is a good thing &#8211; but do it sensibly. You don&#8217;t necessarily have to comply with every single item on the check list &#8211; just make what you do that little more accessible. <strong>I have to say I agree.</strong></p>
<h2>Rethink your role in a project</h2>
<p>A response to a survey Lisa is running about UX testing and web projects. From a back-end person, &#8220;Users don&#8217;t see my shit.&#8221; <strong>Are you sure?</strong></p>
<h2>Is Lisa being too ambitious?</h2>
<p>She&#8217;s suggesting we go and and find the users who have disabilities to help us get our designs right. <strong>I agree. </strong></p>
<p>BUT &#8211; How do I convince a project manager though, who won&#8217;t even test their products with users who *DON&#8217;T* have disabilities, go that one-step further? There&#8217;s no perception of cost-benefit, it &#8220;takes too long&#8221; and therefore interferes with the critical path.</p>
<h1>Head. Desk. Thump.</h1>
<h2>Is the problem the way the accessibility guidelines are categorised?</h2>
<p>Lisa suggests one way of dealing with the requirements is to look at who in a team is more suited for checking that part of the checklist.</p>
<p><em>Great for large teams like where I work. What about smaller organisations and smaller projects who don&#8217;t have the resource, or the knowledge and skills required. Im not saying that Lisa is missing the point, but this is not the solution to all our problems either.</em></p>
<p>Lisa&#8217;s suggestion &#8211; if you&#8217;re not on a team, just pick a few things from the WCAG list. You&#8217;re thinking about people more, you&#8217;re doing a better job as a result.</p>
<p>Work ethically. Don&#8217;t be lazy. Be sneaky if you need to <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>I reckon I can do this.</strong></p>
<br />Filed under: <a href='http://enjeenious.wordpress.com/category/conferences/webstock2010/'>Webstock2010</a> Tagged: <a href='http://enjeenious.wordpress.com/tag/accessibility/'>accessibility</a>, <a href='http://enjeenious.wordpress.com/tag/design-approach/'>design approach</a>, <a href='http://enjeenious.wordpress.com/tag/lisa-herrod/'>lisa herrod</a>, <a href='http://enjeenious.wordpress.com/tag/making-a-difference/'>making a difference</a>, <a href='http://enjeenious.wordpress.com/tag/projects/'>projects</a>, <a href='http://enjeenious.wordpress.com/tag/rules/'>rules</a>, <a href='http://enjeenious.wordpress.com/tag/ux/'>UX</a>, <a href='http://enjeenious.wordpress.com/tag/ux-design/'>UX design</a>, <a href='http://enjeenious.wordpress.com/tag/wcag/'>WCAG</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/enjeenious.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/enjeenious.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/enjeenious.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/enjeenious.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/enjeenious.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/enjeenious.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/enjeenious.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/enjeenious.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/enjeenious.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/enjeenious.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/enjeenious.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/enjeenious.wordpress.com/360/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/enjeenious.wordpress.com/360/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/enjeenious.wordpress.com/360/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=360&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://enjeenious.wordpress.com/2010/02/18/if-you-dont-have-an-iphone-please-go-upstairs-that-would-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-41.286480 174.776217</georss:point>
		<geo:lat>-41.286480</geo:lat>
		<geo:long>174.776217</geo:long>
		<media:content url="http://0.gravatar.com/avatar/82b0cfdacba912521d20c80ae7b9e805?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">enjeenious</media:title>
		</media:content>
	</item>
		<item>
		<title>Branding and politics in the same sentence? Scott Thomas at Webstock 2010</title>
		<link>http://enjeenious.wordpress.com/2010/02/18/branding-and-politics/</link>
		<comments>http://enjeenious.wordpress.com/2010/02/18/branding-and-politics/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 20:57:30 +0000</pubDate>
		<dc:creator>Nathan W</dc:creator>
				<category><![CDATA[Webstock2010]]></category>
		<category><![CDATA[barack obama]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[site design]]></category>

		<guid isPermaLink="false">http://enjeenious.wordpress.com/?p=357</guid>
		<description><![CDATA[Branding and politics in the same sentence? Seriously? Scott Thomas is talking at Webstock about Barack Obama&#8217;s Presidential campaign. Branding and politics in the same sentence? It was fundamental to Barack&#8217;s campaign. Looking to the past for inspiration for today &#8230; <a href="http://enjeenious.wordpress.com/2010/02/18/branding-and-politics/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=357&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Branding and politics in the same sentence? Seriously?</h2>
<p>Scott Thomas is talking at Webstock about Barack Obama&#8217;s Presidential campaign. Branding and politics in the same sentence? It was fundamental to Barack&#8217;s campaign.</p>
<h2>Looking to the past for inspiration for today</h2>
<p>As well as modern imagery the campaign looked to the past for inspiration reinterpreting well known images there were already deeply entrenched in the minds&#8217; of American voters. It wasn&#8217;t always perfect, and there were a few aspects to the campaign that might have stepped over the line, at least in terms of design.</p>
<h2>Start by looking at what you already have</h2>
<p>Scott&#8217;s now taking us through some of the design problems with Barack&#8217;s original website. Thirty shades of blue, a little bit of yellow, some scroll bars, and countless number of fonts. A redesign was desperately needed.</p>
<h2>Scott&#8217;s approach to creating a new site</h2>
<p>- understand the problems with the current website &#8211; what was most important for the homepage in terms of outcomes &#8212; persuasion, fund raising, a stong call to action<br />
- IA fundamental to the process, mapping to a grid &#8212; before the detailed design even happens<br />
- colour control &#8212; consistency, consistency, consistency &#8211; blue and red<br />
- typography &#8212; needed to be truly American<br />
- the &#8220;fold&#8221; is dead &#8211; &#8220;its gone&#8221; &#8211; the was just too much information (BUT this is OK)<br />
- constant evolution &#8211; updating the design progressively as the campaign evolved<br />
- associate strong calls to action right beside the rich content &#8211; activates people and generates participation<br />
- analytics essential to validating the design approach &#8211; don&#8217;t leave it to the design director &#8211; test it &#8220;over and over and over again&#8221;<br />
- no matter how complex your problems are, if you have passionate people, you can change not only your website, but maybe the world as well</p>
<h2>Putting it all into perspective</h2>
<p>Scott&#8217;s view of the effect of the design planning and integrated approach to the brand for the Obama campaign? &#8220;Without this, Obama would not likely to have become President.&#8221;</p>
<br />Filed under: <a href='http://enjeenious.wordpress.com/category/conferences/webstock2010/'>Webstock2010</a> Tagged: <a href='http://enjeenious.wordpress.com/tag/barack-obama/'>barack obama</a>, <a href='http://enjeenious.wordpress.com/tag/inspiration/'>inspiration</a>, <a href='http://enjeenious.wordpress.com/tag/site-design/'>site design</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/enjeenious.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/enjeenious.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/enjeenious.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/enjeenious.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/enjeenious.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/enjeenious.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/enjeenious.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/enjeenious.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/enjeenious.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/enjeenious.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/enjeenious.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/enjeenious.wordpress.com/357/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/enjeenious.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/enjeenious.wordpress.com/357/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=enjeenious.wordpress.com&amp;blog=4699345&amp;post=357&amp;subd=enjeenious&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://enjeenious.wordpress.com/2010/02/18/branding-and-politics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-41.286480 174.776217</georss:point>
		<geo:lat>-41.286480</geo:lat>
		<geo:long>174.776217</geo:long>
		<media:content url="http://0.gravatar.com/avatar/82b0cfdacba912521d20c80ae7b9e805?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">enjeenious</media:title>
		</media:content>
	</item>
	</channel>
</rss>
