<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sydney Web Design, Development, SEO &#38; Web Marketing Blog &#124; Elastique Web Design Blog Sydney</title>
	<atom:link href="http://elastique.com.au/web-design-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://elastique.com.au/web-design-blog</link>
	<description>Sydney Web Design, Development, SEO &#38; Web Marketing Blog &#124; Elastique Web Design Blog Sydney</description>
	<lastBuildDate>Tue, 24 Feb 2009 15:24:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Robots.txt file: The good, the bad, The Whitehouse</title>
		<link>http://elastique.com.au/web-design-blog/robotstxt-file-the-good-bad-the-whitehouse/</link>
		<comments>http://elastique.com.au/web-design-blog/robotstxt-file-the-good-bad-the-whitehouse/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:18:22 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[Search engine optimization]]></category>
		<category><![CDATA[Search engine ranking]]></category>
		<category><![CDATA[Whitehouse]]></category>

		<guid isPermaLink="false">http://elastique.com.au/web-design-blog/?p=315</guid>
		<description><![CDATA[After being in web design for so long it still amazes us that there are web-savvy developers (and designers) who don&#8217;t realise the importance of a robots.txt file.  Whilst it isn&#8217;t the be all and end all of a web design strategy, a clean, correctly-formatted robots file can help search engine robots, affectionately known as [...]]]></description>
			<content:encoded><![CDATA[<p>After being in web design for so long it still amazes us that there are web-savvy developers (and designers) who don&#8217;t realise the importance of a robots.txt file.  Whilst it isn&#8217;t the be all and end all of a web design strategy, a clean, correctly-formatted robots file can help search engine robots, affectionately known as <em>bots</em> to weed through the information on your site quicker; and more importantly, <strong>not</strong> weed through the places you don&#8217;t want them looking &#8211; for example, your &#8216;/cgi-bin&#8217; folder or that folder where you store all your secret CIA-level documentation; &#8216;/c14-files&#8217;, naturally : )</p>
<p>In essence, the gist behind a robots.txt file is simple: Also known as the Robots Exclusion Protocol, or robots.txt protocol, the file is a standard, nothing-special text file which has a certain format to it and is used to prevent (willing) web spiders and other web robots from accessing all or part of a website which would otherwise be open to the general public.<span id="more-315"></span></p>
<h2>A simple example</h2>
<p>Say you&#8217;re running a competition site and you don&#8217;t want Google (or any other search engine, for that matter) to access the list of competitions you currently run which sits on a sub-directory called /comp-list/ <em>[and bear with us on this one, it's just an example!]</em>. All you&#8217;d have to do is not allow any bots/spiders to <em>crawl</em> that page, or more importantly, anything in that folder by <em><strong>disallowing</strong></em> access to it. The way you do that could not be simpler; all you do is create a robots.txt file, which will sit in your main root directory, with the following information:</p>
<pre>User-agent: Name-of-bot-or spider, i.e. Googlebot
Disallow: /path</pre>
<p>In the above example, &#8216;User-agent&#8217;, simply dictates <em>who</em> it is you are targeting with this rule, whilst &#8216;Disallow&#8217; is a special keyword which becomes an action of that target. So putting that all together, your robots.txt file should look something like this:</p>
<pre>User-agent: Googlebot
Disallow: /comp-list</pre>
<p>Or, to make it so that <em><strong>no </strong></em>robots/spiders can crawl the folder, simply replace Googlebot, below with an asterisk, or &#8220;*&#8221; which is in programming terms a visual representation of &#8220;all&#8221;.</p>
<pre>User-agent: *
Disallow: /comp-list</pre>
<p>That&#8217;s pretty much it! Well, if all you wanted to do was hide that page/folder that would pretty much be it. However, herein is the rub &#8212; What most people tend to forget is that, just because you stop Google or other engines from accessing your site, (and most common search engines inc. MSN Live, Google and Yahoo! <em>will</em> listen to what your robots.txt file says) &#8211; it does <em>not</em> stop people from opening your robots.txt file and finding our what you&#8217;re trying to hide from the world.</p>
<p>That&#8217;s pretty important to realise, especially when you are putting away invoices, or anything else to good use in a folder called &#8216;/secret-stash&#8217;. Google and other bots might not post it for the world to see, but it doesn&#8217;t mean anyone who sees your file can&#8217;t find it! So be weary of that when you are working on your robots file. The question that begs to be answered is why you&#8217;d put your invoices in a folder called &#8216;/secret-stash&#8217;, <em>online</em> in the first place, obviously : ).</p>
<p>Another important thing to remember is that robots.txt does <em>not</em> guarantee privacy! It works on the simple basis of search engine cooperation; having said that however, the big players in the search game at this stage do support it!</p>
<h2>An intriguing scenario</h2>
<p>One thing that never ceased to amaze me was how &#8216;thorough&#8217; the Whitehouse&#8217;s official robots.txt file was- and we stress &#8216;was&#8217;. After eight years in power, President Bush and his web boffins had racked up nearly 2400 lines worth of search engine exclusions in the robots.txt file, which include:</p>
<pre>User-agent: *
Disallow: /cgi-bin
Disallow: /search
Disallow: /query.html
Disallow: /omb/search
Disallow: /omb/query.html
Disallow: /expectmore/search
Disallow: /expectmore/query.html
Disallow: /results/search
Disallow: /results/query.html
Disallow: /earmarks/search
Disallow: /earmarks/query.html
Disallow: /help
Disallow: /360pics/text
Disallow: /911/911day/text
Disallow: /911/heroes/text
...</pre>
<p>And even more&#8230; Now some would say there&#8217;s a big conspiracy going on with political staff trying to hide information to the public about 9/11 or results, or most importantly, &#8220;expectmore&#8221; &#8211; which is sort of ironic, considering you are getting less information? No? Anyhow, We&#8217;ve recently taken a look at the new Obama<em>fied</em> version of the same document and it now looks a lot leaner; in fact, very much leaner&#8230; This much leaner:</p>
<pre>User-agent: *
Disallow: /includes/
Disallow: /search/
Disallow: /omb/search/</pre>
<p>However, on a side note, the last two entries were recently added in addendum to &#8216;/includes/&#8217;. Interesting to say the least right? I mean it may seem like a stupid/childish topic to even get into, but there is a method to the madness of this discussion.</p>
<p>We wondered if this showed a changing nature of how the world- or at least &#8216;The Whitehouse&#8217; is viewing the whole process of information gathering, retrieval and dissemination &#8211;  or more importantly, perhaps trying to be more open? And then I found this <a title="BBC" href="http://news.bbc.co.uk/1/hi/technology/7844280.stm">article on BBC</a> which went something along the lines of:</p>
<blockquote><p><em><span style="color: #1d8fe1;">&#8220;Searching for data about the Obama administration should get easier as the Whitehouse.gov website gets overhauled.<br />
Barack Obama&#8217;s new media team is letting search engines index almost everything on the site.<br />
By contrast, after eight years of government the Bush administration was stopping huge swathes of data from being searchable.<br />
<strong>The move is part of President Obama&#8217;s larger push to make the US government more open and transparent.</strong>&#8220;</span></em></p></blockquote>
<p>And then it hit home! Maybe there really is a change coming? Point is, at least the team at Obama headquarters knows how these things work and believe me that&#8217;s a good start!  Puts a whole new spin to &#8216;The Freedom of Information Act&#8217;.</p>
<p>Either way, maybe it&#8217;s an important strategy, or perhaps it&#8217;s just Obama&#8217;s team weeding out any last remains of the old administrations&#8217; <em>shortcomings? </em>What it does show is that government, whether locally or overseas is realising the importance the web plays in our daily lives, especially in accessing information, and is taking every step they possibly can to rectify any mistakes which may have caused a roadblock of sorts in the past. And in anyone&#8217;s books, that can&#8217;t be a bad thing.</p>
<p>Read more about<a title="Search engine optimization: Getting the process right from scratch" href="http://www.cheb.com.au/search-engine-optimization-get-the-process-right-from-scratch-part-1/"> search engine optimization and robots.txt</a> procedures or check out <a title="The Web Robots" href="http://www.robotstxt.org">The Web Robots</a> page for more information on robots.txt.</p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/robotstxt-file-the-good-bad-the-whitehouse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Your website design sucks because&#8230; users can&#8217;t find crap!</title>
		<link>http://elastique.com.au/web-design-blog/website-design-sucks-users-find-crap/</link>
		<comments>http://elastique.com.au/web-design-blog/website-design-sucks-users-find-crap/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 15:01:48 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Design Review]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=251</guid>
		<description><![CDATA[I know ayh! A great title to start of another year of C2.0 Web Design Blog! : -) To kick off the new year in Web Design, I thought it would be best to go through a couple of my tell-tale signs that can help you gauge if and when your website&#8217;s design sucks. Obviously, [...]]]></description>
			<content:encoded><![CDATA[<p>I know ayh! A great title to start of another year of C2.0 Web Design Blog! : -)</p>
<p>To kick off the new year in Web Design, I thought it would be best to go through a couple of my tell-tale signs that can help you gauge if and when your website&#8217;s design sucks. Obviously, &#8220;Website design&#8221; in this concept does not only include the graphical elements of the page, but of course the Information architecture, usability, accessibility, etc. So without further ado&#8211; Let&#8217;s get going with round one of &#8220;Your website design sucks because&#8230;&#8221; with Your website design sucks because users can&#8217;t find crap!<span id="more-265"></span></p>
<h2>1. What the heck are you thinking?!</h2>
<p>Whether or not you are running a corporate information site or a 15,000 page e-Commerce store- your content should be easy to find! The biggest problem is people think that you ALWAYS need a search box. Search on a website comes in many flavours, and sure; a search box would be awesome- <em>as long as the results are easy to understand and filter to the right place.</em> Having said that, not all great websites have search boxes or website search for that matter &#8211; but most <em>if not all </em>of them [great websites, that is] make the user experience worthwhile by making their content easy to find. Here are a few tips:</p>
<ul>
<li>If you are running a blog, make sure there is <em>at least</em> a way for the user to find an archive of all your content. After all, one of the main calling-cards, if you like &#8211; of a blog, is the fact that it is a chronological listing of posts or entries. Other important elements that help users searching for content is Tags and Categories. Try to make sure your posts only belong to one parent category. I.e. Not &#8220;<a title="Sydney Web Design" href="http://www.elastique.com.au">Sydney Web Design</a>&#8221; AND &#8220;Web Design&#8221; &#8212; after all, 99% of the time, one of the two (or more) categories makes the most sense. Tags help users by allowing to search for <em>other </em>posts which they might find interesting based on a common interest; i.e. Usability.</li>
<li>If you are running a website; other than a we<strong>b log</strong> , make sure that there is a common, geographical structure to your pages. I.e. there should always be the same header and footer on all pages &#8211; including any side-navigation or side elements. Doing this makes sure that users <em>learn</em> where things are and helps elevate any problems in looking for things all over your website.</li>
</ul>
<h2>2. Some conventional wisdom</h2>
<p>Most webmasters and/or designers <em>usually </em>get search from a UI point of view under control. I mean come on! It&#8217;s basically three elements&#8211; A label &#8220;search for:&#8221;, a text box, usually pre-filled with &#8220;type query here&#8221; or something of the sort, and finally a &#8220;go/search/find&#8221; submit button&#8230; Easy, right? Wrong! Whilst the front-end features of site search are seen as simple, most websites/intranets (even the big players) crash and burn on the search results page.</p>
<h2>3. A case study in Search Usability: Australia Post</h2>
<p>Ahh, good old Australia Post! I love the fact that they deliver to anywhere in the world and the prices are not <em>too</em> bad &#8212; and I haven&#8217;t had anything major get lost whilst sending out *so far*. However, one thing that drives me insane about Australia Post is their website; http://www.austpost.com.au &#8212; not only is this website in need of a &#8220;major&#8221; overhaul. Let&#8217;s start with the essentials of this particular topic; Search.</p>
<p>The search on AustPost is located at: http://search.auspost.com.au. Nothing wrong with that so far- In fact, it&#8217;s smart to have search on either a sub-domain or a sub-folder at search.domain.com or domain.com/search. Moving right along. <strong>Oh wait! </strong>That domain does not work (Under Construction!!) unless you append the following to it: &#8220;/cse/auspost/&#8221; making the FULL-URI <a title="Australia Post" href="http://search.auspost.com.au/cse/auspost/">http://search.auspost.com.au/cse/auspost/</a> &#8211; Tsk, tsk AP!</p>
<p>If you type &#8220;test&#8221; in the search box and click the search button of the main page you get diverted to a search results page; which is okay so far&#8211; However, the diverted results page is a TOTALLY DIFFERENT website (in terms of overall look and feel). Check it out for yourself.</p>
<div id="attachment_257" class="wp-caption alignnone" style="width: 465px"><img class="size-full wp-image-257" title="Australia Post Search Box - Main Page" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2009/01/search1.jpg" alt="Australia Post Search Box - Main Page" width="455" height="96" /><p class="wp-caption-text">Australia Post Search Box - Main Page</p></div>
<p>All good so far&#8230; Let&#8217;s see what happens when we get diverted to the &#8216;actual&#8217; search page.</p>
<div id="attachment_258" class="wp-caption alignnone" style="width: 465px"><img class="size-full wp-image-258" title="Australia Post Search Results Page - Search.austpost.com.au" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2009/01/search2.jpg" alt="Australia Post Search Results Page - Search.austpost.com.au" width="455" height="96" /><p class="wp-caption-text">Australia Post Search Results Page - Search.austpost.com.au</p></div>
<p><strong>Oops!</strong> Something went completely wrong. Did I, as the user kill the site? Or is it meant to be a completely different site followed by a completely different user experience? [Both valid questions you don't need a visitor to your website, especially your <em>search</em> page asking!].</p>
<p>As Homer Simpson would say in a time of crisis; Doh! Different Logo, Different colour scheme, Different tab system, Different IA&#8230; Well, at least the logo is <em>generally</em> in the same place as before. Granted, I don&#8217;t know the reasoning behind this&#8211; Maybe they are in the process of moving sites across to a newer(?) design &#8211; but nonetheless, I think being a government corporation, this is pretty bad usability!<br />
Anyway, let&#8217;s move right along&#8230; As if that first problem wasn&#8217;t bad enough, let&#8217;s see the search results form. Below is a screenshot of the &#8220;general&#8221; search form. By general search form I&#8217;m referring to the <em>non-advanced </em>variety!</p>
<div id="attachment_261" class="wp-caption alignnone" style="width: 465px"><img class="size-full wp-image-261" title="Search Results Box" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2009/01/searchresultbox.jpg" alt="Search Results Box" width="455" height="88" /><p class="wp-caption-text">Search Results Box</p></div>
<p>Wow, okay &#8212; where to start, where to start. Let&#8217;s rattle off some of the issues with this <a title="Search tag @ Elastique Web Design Blog" href="http://www.elastique.com.au/web-design-blog/tag/search/">search</a> box/form.</p>
<ol>
<li>Why have a &#8220;Show search options &gt;&gt;&#8221; <strong>as well as </strong>&#8220;&#8216;Advanced Search&#8221;. That is not only confusing, but a waste of visual space/real estate. Why not make general search easy to use with no extra-ordinary features, and leave advanced search for those people that need to dig deeper into the data mine. Ahhh, I slowly started to realise why, and you will see why soon!</li>
<li>See the &#8220;Select All&#8221; and &#8220;Clear All&#8221; check boxes? They only select/deselect <em>one</em> option &#8212; and that is the &#8220;Australia Post Website&#8221; check box. <strong>WHAT WERE YOU THINKING AUSTPOST DESIGNERS/DEVELOPERS!!!</strong> Give me three good reasons why this is necessary on this page (in its current format) and I will stop using Facebook for a month&#8230; Okay, a week! <img src='http://elastique.com.au/web-design-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Not only is this <em>stupid</em> from a <a title="Usability tag @ Elastique Web Design Blog" href="http://www.elastique.com.au/web-design-blog/tag/usability/">usability</a>/<a title="Information Architecture @ Elastique Web Design Blog" href="http://www.elastique.com.au/web-design-blog/tag/ia/">IA</a> point of view, but it&#8217;s NOT needed here. Why?, you ask?
<ol>
<li>When you actually decide to click on &#8220;Search&#8221; you really DON&#8217;T end up having a choice in the matter, because the &#8220;Australia Post Website&#8221; check box is auto-ticked when the page has reloaded with the search results! Oh Oh!</li>
<li>It&#8217;s a waste of a control to begin with! The same thing could be easily achieved with one button which <em>toggles</em> through the selections. I.e. starts off as &#8220;Select all options&#8221; then changes to &#8220;De-select all options&#8221; upon click&#8230; However&#8230;</li>
<li>There is NO need for the control at all since there is NO other option/area to search from. I.e. If there was &#8220;Australia Post Website&#8221; and &#8220;Australia Post PO Box Search&#8221;, etc., then it would make sense &#8212; however, there is no other option!</li>
</ol>
</li>
<li>The &#8220;Exact Phrase&#8221; check box control is USELESS in all formats of the word! In theory, the &#8220;Exact phrase&#8221; should let you search for the term &#8220;test&#8221; instead of the term test. What this ultimately means is that in reality, &#8220;Exact Phrase&#8221; should only find the search query if it exists EXACTLY in that format, and not part of other words, or as part of a phrase, etc. The only problem with this is that selecting &#8220;Exact Phrase&#8221; does NOT change the result set; in essence, returning the SAME number of results as well as in the same order! Yay for happy searching &#8212; Not!</li>
<li>Clicking &#8220;Show search options &gt;&gt;&#8221; reveals two fields/controls which are apparently meant to help the user whilst searching but <em>not</em> be enough to warrant the name &#8220;Advanced Search&#8221;. When you click this link, two new fields pop down; a) Format, and b) Modified. Fair enough, you say. They are letting the user choose what type of file format to search; i.e. PDF, Word, etc. as well as the &#8216;age&#8217; of the document(s) in question or when they were last updated. So what&#8217;s the problem here? Let&#8217;s take a peek!</li>
<div id="attachment_264" class="wp-caption alignnone" style="width: 464px"><img class="size-full wp-image-264" title="Search Results - Modified drop-down" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2009/01/search-result-age.jpg" alt="Search Results - Modified drop-down" width="454" height="308" /><p class="wp-caption-text">Search Results - Modified drop-down</p></div>
<p>Wow! That&#8217;s probably the best word to describe this drop-down. Sure, Australia Post must feel great giving thier users so many options to choose from, but on what planet would you be from if you need THAT many options in sorting last modified periods? Surely, a) &#8220;Anytime&#8221;, b) Past 24 hours, c) Past week, d) Past month, and e) Past year &#8211; would suffice? No? Granularity of options is something worth your time as an Information architect or Website designer/developer investing in! The more options you give the user that they don&#8217;t necessarily need or will never use, the more they have to think. The experience should <em>not </em>make them think! Just give them results, and quick!</p>
<li>Don&#8217;t even get me started on the &#8220;Advanced Search&#8221; link! Let&#8217;s just say that it&#8217;s a little more <em>advanced</em> than what an &#8220;advanced search&#8221; needs to be. So much so that a PhD in Comp. Science would definitely help! I mean for Pete&#8217;s sake, there is a field called &#8220;Custom query&#8221; which lets you, quote &#8220;Create a query using search operators (and, or, not, near, quotes and parenthesis) and system fields.&#8221; unquote! WHAT THA?!?! Sure, I may get it, hell you might even get it as a developer or designer, but your average Joe who might need just that little bit more input into his or her search would most likely freak out! Take it off PLEASE! I&#8217;m not searching the CIA Central Repository here, people!</li>
</ol>
<h2>3. In conclusion&#8230;</h2>
<p>Okay, so I must admit at this point in time that I&#8217;m getting a little bit more critical and more importantly a touch &#8220;harsher&#8221; in my blogging and reviews &#8212; but I think it&#8217;s important to look at problems like these that normal web browsers would AND DO encounter on a day-to-day basis surfing the Interweb! So hopefully you have picked up a few pointers from this blog post that will help you with your upcoming search page design/re-design. Remember, these are above all just some ideas of what not to do, but the field is huge! Make sure you get people with limited Internet experience to trial all software you create (if possible!) but more importantly, keep in mind some of these ideas for next time and I&#8217;m sure your users will thank you!</p>
<p>Thanks for comin&#8217; back guys. Please leave your comments or critisisms below &#8211; and be sure to <a title="Subscribe to the Elastique Web Design Blog RSS Feed" href="http://www.elastique.com.au/feed/">Subscribe to the RSS feed</a> so you can keep up-to-date on all the latest goss and posts from Elastique <a title="Web Design Blog" href="http://www.elastique.com.au/web-design-blog">Web Design Blog</a>. Till next time, Cheb.</p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/website-design-sucks-users-find-crap/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Web design inspiration: Top 10 ways to get your groove back!</title>
		<link>http://elastique.com.au/web-design-blog/web-design-inspiration-top-10-ways-to-get-your-groove-back/</link>
		<comments>http://elastique.com.au/web-design-blog/web-design-inspiration-top-10-ways-to-get-your-groove-back/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 01:50:30 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Design Inspiration]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=230</guid>
		<description><![CDATA[Hello hello&#8230; It&#8217;s been a long time and  boy have I missed blogging. There have been a couple of endeavours I have been working on for the past couple of months which have kept me busy &#8212; enough that as much as I&#8217;d love to, I just don&#8217;t have any hours left over to blog. [...]]]></description>
			<content:encoded><![CDATA[<p>Hello hello&#8230;<br />
It&#8217;s been a long time and  boy have I missed blogging. There have been a couple of endeavours I have been working on for the past couple of months which have kept me busy &#8212; enough that as much as I&#8217;d love to, I just don&#8217;t have any hours left over to blog. Hopefully a change is on the way and we see a bit more blogs going up!</p>
<p>We are  going to start this week by tackling the issue web designers (and developers) for that matter always face at some stage in their careers; a loss of creative juices. Sometimes losing your creative juices can&#8217;t come at a worst time; i.e. you have an appointment to go through a concept with your boss in 1 hour and you haven&#8217;t started! Oh Oh!</p>
<p>So let&#8217;s get going and look at a couple of ways which have helped me get my creative juices flowing in the past.<span id="more-230"></span></p>
<h2><strong>Web design inspiration: Getting your groove back&#8230;</strong></h2>
<h3>1. Look around you for inspiration</h3>
<p>Where we live, work, eat, sleep and more has a lot to offer in terms of inspiration. Whether it be the retro &#8216;Astro Boy&#8217; poster on your wall or pattern-infused bed sheets &#8211; look around you and you will find something that will get your visual and creative juices flowing. Next time you are on a trip in the car or on a bus/train, look around you. Signage, foliage, Zebra-stripes and more can help.</p>
<h3><span style="font-weight: normal; ">2</span><span style="font-weight: normal;">. Check out <a title="Web Design Sydney Australia" href="http://www.elastique.com.au">web design</a> galleries</span></h3>
<p>Web design galleries have been shown to offer tons of inspiration. Galleries like: <a title="CSS Remix" href="http://www.cssremix.com">CSS Remix</a>, <a title="CSS Mania" href="http://www.CSSmania.com">CSS Mania</a>, <a title="CSS Drive" href="http://www.cssdrive.com">CSS Drive</a>, <a title="CSS Elite" href="http://www.CSSelite.com">CSS Elite</a>, <a title="CSS Beauty" href="http://www.cssbeauty.com">CSS Beauty</a>, <a title="CSS Vault" href="http://www.CSSVault.com">CSS Vault</a>, <a title="CSS Import" href="http://www.cssimport.com">CSS Import</a>, <a title="Screenfluent" href="http://www.screenfluent.com">Screenfluent</a>, <a title="Screenalicio.us" href="http://www.screenalicio.us">Screenalicio.us</a>, <a title="We Love WordPress" href="http://www.welovewp.com">We Love WP</a>, <a title="Design Snack" href="http://www.designsnack.com">Design Snack</a>, <a title="Web Creme" href="http://www.webcreme.com">Web Creme</a>, <a title="Best Web Gallery" href="http://www.bestwebgallery.com">Best Web Gallery</a> and more showcase some exceptional design work which will definitely give you a bit of an edge when designing your own websites.</p>
<h3>3. Visit your local record store</h3>
<p>You may think this is a bit left-field, but there have been numerous times when I have rummaged through a record store for inspiration. Record stores hold a lot of design inspiration in the form of CD/DVD album art. I have found that many alternative/rock bands have cool album art &#8211; generally not a physical representation of the band, but a graphical or uber-cool concept art. Here are some examples of cool album art that can offer plenty of design inspiration.</p>
<div id="attachment_233" class="wp-caption alignnone" style="width: 310px"><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/09/2320970519_780dc932da.jpg"><img class="size-medium wp-image-233" title="We shot the moon album art" src="http://www.cheb.com.au/wp-content/uploads/2008/09/2320970519_780dc932da-300x300.jpg" alt="We shot the moon album art" width="300" height="300" /></a><p class="wp-caption-text">We shot the moon album art</p></div>
<div id="attachment_234" class="wp-caption alignnone" style="width: 310px"><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/09/cover-story-album-art.jpg"><img class="size-medium wp-image-234" title="Joint effort album art" src="http://www.cheb.com.au/wp-content/uploads/2008/09/cover-story-album-art-300x299.jpg" alt="Joint effort album art" width="300" height="299" /></a><p class="wp-caption-text">Joint effort album art</p></div>
<div id="attachment_236" class="wp-caption alignnone" style="width: 310px"><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/09/coverblunt-1.jpg"><img class="size-medium wp-image-236" title="James Blunt - All the lost souls album art" src="http://www.cheb.com.au/wp-content/uploads/2008/09/coverblunt-1-300x300.jpg" alt="James Blunt - All the lost souls album art" width="300" height="300" /></a><p class="wp-caption-text">James Blunt - All the lost souls album art</p></div>
<div id="attachment_237" class="wp-caption alignnone" style="width: 310px"><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/09/dashboard.jpg"><img class="size-medium wp-image-237" title="Dashboard Confessional - The shade of poison trees album art" src="http://www.cheb.com.au/wp-content/uploads/2008/09/dashboard-300x268.jpg" alt="Dashboard Confessional - The shade of poison trees album art" width="300" height="268" /></a><p class="wp-caption-text">Dashboard Confessional - The shade of poison trees album art</p></div>
<h3>4. Visit an art gallery or museum</h3>
<p>Art galleries are a great place to find inspiration. Whether it be a painting, or a statue of a 15th-century water creature &#8211; but above all, the buildings themselves! &#8211; as they say, don&#8217;t knock it till you&#8217;ve tried it!</p>
<div id="attachment_239" class="wp-caption alignnone" style="width: 310px"><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/09/272926880_k4bes-m.jpg"><img class="size-medium wp-image-239" title="Denver Art Museum" src="http://www.cheb.com.au/wp-content/uploads/2008/09/272926880_k4bes-m-300x198.jpg" alt="Denver Art Museum" width="300" height="198" /></a><p class="wp-caption-text">Denver Art Museum</p></div>
<h3>5. Buy some books</h3>
<p>Books are always great for inspiration &#8211; even non design-based books! Anything from the spine of the book to the front or back cover can provide inspiration &#8211; however, actual books based on designs are great too.</p>
<p>Some of the best books I&#8217;ve read/found to help with inspiration include:<br />
<object width="430" height="324" data="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Fcheb20-20%2F8003%2F43c3a67d-b722-445f-869c-04614056da11&amp;Operation=GetDisplayTemplate" type="application/x-shockwave-flash"><param name="id" value="Player_43c3a67d-b722-445f-869c-04614056da11" /><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Fcheb20-20%2F8003%2F43c3a67d-b722-445f-869c-04614056da11&amp;Operation=GetDisplayTemplate" /></object></p>
<h3>6. Check out other designer&#8217;s work</h3>
<p>This is an important one&#8230; There is nothing like looking at your peers&#8217; designs for inspiration. Start with sites like <a title="Deviant Art" href="http://www.deviantart.com">Deviant Art</a> and  <a title="Threadless" href="http://www.threadless.com">Threadless</a> &#8211; both design communities which are constantly updated with heaps, and I mean <em>heaps</em> of design and other forms of inspiration.</p>
<h3>7. Take some photographs of interesting objects and textures</h3>
<p>Next time you&#8217;re out on a walk or driving around with mates, keep a camera handy. It doesn&#8217;t have to be a $900 SLR or anything like that &#8211; just anything which is capable of taking, ahh, photos! This is an important step in getting your groove back because you just never know what you come across that offers some sort/form of inspiration. It could be as simple as graffiti which gets those juices flowing, or maybe the sun setting above green pastures. Seriously &#8211; what do you have to lose? Try it!</p>
<h3>8. Walk around a thrifty or antique store</h3>
<p>You know those beaten-down stores that you might have to travel 20km or miles to get to? Yup, those stores that only seem to invite in old(er), men or women &#8211; or in certain cases, maybe your mum (or dad, for that matter) seeking that something special. Perhaps a dog-eared special edition of a novel which you cannot find anywhere else, or maybe that Tibetan-inspired lamp. Rummage through these stores for ideas &#8211; you will never know how much visual &#8216;gold&#8217; they store until you walk into one.</p>
<p>As they say, one person&#8217;s  trash, is another man&#8217;s treasure. If you don&#8217;t want to buy something, at least take a notepad and a pencil, or perhaps a camera and take happy snaps&#8230; As long as the shop owner doesn&#8217;t mind, that is!</p>
<h3>9. Plan out your designs by creating wireframes and prototypes</h3>
<p>I feel that when I have a mental blank and can&#8217;t come up with any design goodness, i mockup a few ideas around grid-based designs. <a title="Axure RP" href="http://www.axure.com">Axure</a> or <a title="Microsoft Visio" href="http://office.microsoft.com/en-us/visio/default.aspx">Microsoft Visio</a> are great tools to do this on.</p>
<p>Just remember, designs don&#8217;t always start out in Photoshop (or whatever you use!). Great designs have a back-story; a skelaton, per say. Start by laying down the basic foundations &#8211; i.e. logotype on the top left, search/login on the top right, navigation, sub-navigation, content area and footer &#8211; and you will find you are half way there. Simple ideas such as effects on hovers, etc. will guide your design juices into the right direction. Combine that with some imagery and a bit of flair, and you&#8217;re suddenly the main actor in &#8216;How Stella Got Her Groove Back II&#8217;.</p>
<h3>10. Check out other types of media for inspiration</h3>
<p>Turn on the TV, check out the local newspaper &#8211; heck, even listen to the radio. You will most likely see or hear something that will get you off the beaten track. I find magazines and newspapers have plenty of inspiration. Something as simple as a telephone advert in a newspaper can give you ideas about your next gig. It&#8217;s that simple. I know it sounds like something every designer shoud know &#8211; but apparently some designers believe that the only medium they can seek an oracle on is the &#8216;net. Reality check, anyone?</p>
<p>So there you go guys &#8211; another one bites the dust. I will hopefully have a bit more time on my hands to draft up some more inspiration but for now <a title="Sign up to the RSS feed @ Elastique Web Design Blog" href="http://www.elastique.com.au/web-design-blog/feed/">sign up to the RSS Feed</a> for more news and articles. Till next time, C.</p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/web-design-inspiration-top-10-ways-to-get-your-groove-back/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Project management: What is it? Part 1</title>
		<link>http://elastique.com.au/web-design-blog/project-management-what-is-it-part-1/</link>
		<comments>http://elastique.com.au/web-design-blog/project-management-what-is-it-part-1/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 07:02:41 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Critical Path]]></category>
		<category><![CDATA[SDLC]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=198</guid>
		<description><![CDATA[Hey 2.0&#8242;ers! I&#8217;m back and it&#8217;s time to blog again. Today we are going to kick things off by talking about Project Management; What is it, methodologies involved and breaking down the life cycle. In this, part 1, we will be dissecting the first two phases: Project Initiation and Project Planning. Hang around for part [...]]]></description>
			<content:encoded><![CDATA[<p>Hey 2.0&#8242;ers!</p>
<p>I&#8217;m back and it&#8217;s time to blog again. Today we are going to kick things off by talking about <a title="Project Management" href="http://www.elastique.com.au/web-design-blog/tag/project-management/">Project Management</a>; What is it, methodologies involved and breaking down the life cycle. In this, part 1, we will be dissecting the first two phases: Project Initiation and Project Planning. Hang around for part 2, which will finalise the phases with Project execution and control, and Project closure.</p>
<p>So without further ado, let&#8217;s kick things off.</p>
<h2>What is <a title="Project Management" href="http://www.elastique.com.au/web-design-blog/tag/project-management/">Project Management</a>?</h2>
<p>Put simply, project management is the discipline of planning, leading, monitoring and organizing a team and resources in order to effectively bring about the successful completion of a project based on predefined budget, time, quality, scope and resources allocated.<span id="more-198"></span></p>
<h2>What is the project management life cycle?</h2>
<p>That&#8217;s a question I get asked quite a lot when consulting with firms on project management and procedural process management alike. In theory, the project management life cycle is dependant on the industry, the methodology used by the manager and other factors &#8211; however, there are generally four stages of the project management life cycle. These include Project Initiation, Project Planning, Project execution and control, and Project closure. Let&#8217;s take a look at the first two:</p>
<h3>1. Project Initiation</h3>
<p>In kicking off a project,  the scope of the project is considered very important. Depending on the scenario and the work environment, a project manager is usually chosen with a number of pre-selected team members whose skills the company believes will meet the objectives required to be completed for the project to be successful. However, there are times when the project manager also has the oppurtunity to select his/her team, or just has to settle with who ever is free to be resourced at that time; (generally what happens in the <strong><a title="Sydney Web Design" href="http://www.elastique.com.au">Sydney Web Design</a></strong> and general web design industry).</p>
<p>It is at this stage of the game that the tools required or methodologies which are to be followed (for example PRINCE 2) are selected.</p>
<p>Some documents you should expect as a project manager to complete or work on include:</p>
<ul>
<li>Project Charter/Definition
<ul>
<li>This will be a document containing a statement of the scope (the total work needed to complete a project), the projects&#8217; objectives and a listing of team members involved in the project.</li>
</ul>
</li>
<li>Business Plan
<ul>
<li>A plan of the business goals and how they are going to be achieved &#8211; whether short term or long term. I.e. drop legacy systems, etc.</li>
</ul>
</li>
</ul>
<h3>2. Project Planning</h3>
<p>The second phase of project management, the planning phase is one of the most important phases. Planning a project correctly can truly mean the difference between failure and success!</p>
<p>Project management planning IDE&#8217;s and applications such as <a title="Microsoft Project" href="http://office.microsoft.com/project">Microsoft Project</a> will help you to lay out your project in WBS format. WBS stands for Work Breakdown Structure; an important, principal project management tool which help you to structure a project in a way to define groups of work to be done.</p>
<p>For example, generally speaking a project working off the general SDLC (Software development life cycle) would probably be laid out in the following tree-line structure:</p>
<ol>
<li>Planning</li>
<li>Analysis &amp; Information Architecture</li>
<li>Design</li>
<li>Implementation/development</li>
<li>Support/Quality Assurance/Launch</li>
</ol>
<p>What WBS allows you to control is everything from the subordinate costs for each task as well as materials needed and resources to allocate the work to. In essence, what you see above will obviously then be broken down into smaller, objective-based tasks; hence the &#8216;breakdown&#8217;.</p>
<p>if you are interesed in getting more acquainted the Work Breakdown Structure, head over to another article discussing the <a title="Critical Path Method of Project Management" href="http://cheb.com.au/project-management-101-critical-path-method/">Critical Path Method of Project Management</a>.</p>
<p>So there you go guys! Keep clicking around for part 2 which will talk more about project planning and the last two phases of the project management life cycle &#8211; as well as more exciting blogging coming up soon!</p>
<p>Don&#8217;t forget to <a title="Subscribe to the Elastique Web Design Blog RSS Feed" href="http://www.elastique.com.au/web-design-blog/feed/">Subscribe to our RSS feed</a> for more content as soon as it gets posted!</p>
<p>Thanks for reading, C2.0</p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/project-management-what-is-it-part-1/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Web design inspiration: classic online advertising</title>
		<link>http://elastique.com.au/web-design-blog/web-design-inspiration-classic-online-advertising/</link>
		<comments>http://elastique.com.au/web-design-blog/web-design-inspiration-classic-online-advertising/#comments</comments>
		<pubDate>Thu, 08 May 2008 04:39:40 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Design Inspiration]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=151</guid>
		<description><![CDATA[Hey guys, Thank you all for the lovely comments and feedback I have been receiving! I thought I&#8217;d take a bit of a change from the normal tutorials and/or reference articles for one post and go through just some online (as well as offline) advertising I really like. I hope that these ads will inspire [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>Thank you all for the lovely comments and feedback I have been receiving! I thought I&#8217;d take a bit of a change from the normal tutorials and/or reference articles for one post and go through just some online (as well as offline) advertising I really like.<br />
I hope that these ads will inspire you to create great designs or inspire you to think a little bit outside the box; because that is what makes them impressive to me. Not only that &#8211; but great web designers achieve <a title="Web design inspiration" href="http://www.elastique.com.au/web-design-blog/tag/inspiration/">design inspiration</a> from the world around them, and more importantly, other great design; whether it&#8217;s a web page or billboard.</p>
<p>Online advertising as well as other forms are great for igniting that creative spark you may need to get you through those rough times!<span id="more-151"></span></p>
<p>Feel free to drop me a comment and let me know what you think of them or head over to <a title="Ads of the world" href="http://adsoftheworld.com/">Ads of the World</a> for more.</p>
<h2>Bandaid &#8211; Sweat Proof</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/bandaidsweatproof.jpg"><img class="alignnone size-medium wp-image-152" title="bandaidsweatproof" src="http://www.cheb.com.au/wp-content/uploads/2008/05/bandaidsweatproof-300x211.jpg" alt="Bandaid Sweat Proof" width="300" height="211" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Awesome concept and art direction.</p>
<p><strong>What is the ad trying to portray? </strong>That Bandaid&#8217;s are so sweat-proof that they are being used for a undercover bust!</p>
<p><strong>Rating:</strong> 5/5</p>
<h2>Bic Shaver</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/bicshave.jpg"><img class="alignnone size-medium wp-image-153" title="Bic Shaver" src="http://www.cheb.com.au/wp-content/uploads/2008/05/bicshave-300x212.jpg" alt="Bic Shaver" width="300" height="212" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>This ad might not make sense to everyone, but regardless, still a memorable one! Great marketing ploy to connect two product segments.</p>
<p><strong>What is the ad trying to portray? </strong>Bic make shavers, but they also make those notable Bic pens. Appearing as a &#8216;running gag&#8217; over multiple pages, the man has suddenly looks &#8216;well shaven&#8217;!</p>
<p><strong>Rating:</strong> 3.5/5 (Not everyone will get the &#8216;Bic also makes pens&#8217; bit!)</p>
<h2>Brisbane Council &#8211; Boy Meets Girl &amp; Short Story</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/brisbaneboy.jpg"><img class="alignnone size-medium wp-image-154" title="Brisbane Council - Boy Meets Girl" src="http://www.cheb.com.au/wp-content/uploads/2008/05/brisbaneboy-212x300.jpg" alt="Brisbane Council - Boy Meets Girl" width="212" height="300" /></a></p>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/brisbaneshort.jpg"><img class="alignnone size-medium wp-image-155" title="Brisbane Council - Short Story" src="http://www.cheb.com.au/wp-content/uploads/2008/05/brisbaneshort-212x300.jpg" alt="Brisbane Council - Short Story" width="212" height="300" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>The first one is a &#8216;Romeo and Juliet&#8217; classic, followed by a &#8216;Lord of the Rings&#8217; style ad. Great direction and Photoshop work but the idea is heavily overdone.</p>
<p><strong>What is the ad trying to portray? </strong>If you worked for Brisbane Council you would actually have time to read the books/novels rather than having to hear the &#8216;two second&#8217; intro, plot and conclusion in one.</p>
<p><strong>Rating:</strong> 4/5</p>
<h2>Comedy Central &#8211; The chair</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/comedychair.jpg"><img class="alignnone size-medium wp-image-156" title="Comedy Central - The chair" src="http://www.cheb.com.au/wp-content/uploads/2008/05/comedychair-300x209.jpg" alt="Comedy Central - The chair" width="300" height="209" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Another running gag, this one is a crowd-pleaser. Smart, easy on the eyes, and effective &#8211; it sells the Comedy Channel!</p>
<p><strong>What is the ad trying to portray? </strong>This one is a funny one. The first page shows two pins on a chair; classic school-boy trick on a teacher! A few pages later, it get&#8217;s funnier, with the pins now spot-on where it is going to <em>really</em> hurt the person who is going to sit on the chair! &#8211; Hilarious to think about.</p>
<p>Basically, it is saying that there is funny, then there is <em>funny!</em> &#8211; I.e. Comedy Central funny!</p>
<p><strong>Rating:</strong> 5/5</p>
<h2>Ford Expedition &#8211; Rearview camera Kitten and Tricycle</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/expedition-rearview-kitten-low.jpg"><img class="alignnone size-medium wp-image-157" title="Ford Expedition - Rearview camera Kitten and Bicycle" src="http://www.cheb.com.au/wp-content/uploads/2008/05/expedition-rearview-kitten-low-300x186.jpg" alt="Ford Expedition - Rearview camera Kitten and Tricycle" width="300" height="186" /></a></p>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/expedition-rearview-tricycle-low.jpg"><img class="alignnone size-medium wp-image-158" title="Ford Expedition - Rearview camera Kitten and Tricycle" src="http://www.cheb.com.au/wp-content/uploads/2008/05/expedition-rearview-tricycle-low-300x185.jpg" alt="Ford Expedition - Rearview camera Kitten and Tricycle" width="300" height="185" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Another set from Ford. Great direction and even better retouching. I like!</p>
<p><strong>What is the ad trying to portray? </strong>The rear view camera on the Ford Expedition is so good that small things like a cat or kitten, and a child on a tricycle are now <em>huge</em> comparatively.</p>
<p><strong>Rating:</strong> 4.5/5 (Some people may think this is a little misleading!) [Note: I stress "<em>some</em>"]</p>
<h2>Gardena &#8211; Quite Mower</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/gardenaquiet.jpg"><img class="alignnone size-medium wp-image-159" title="Gardena Quiet Mower" src="http://www.cheb.com.au/wp-content/uploads/2008/05/gardenaquiet-300x212.jpg" alt="Gardena Quiet Mower" width="300" height="212" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Cool, simple post-production work. Good use of white space.</p>
<p><strong>What is the ad trying to portray? </strong>Gardena lawn mowers are so quiet that not only are they mowing the lawn, but they are also silencing the &#8216;lawn&#8217; or the sound frequency, from high<em>er</em> to silent in the areas that are freshly cut!</p>
<p><strong>Rating:</strong> 4/5</p>
<h2>Nestle Kit-Kat &#8211; Have a break&#8230;</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/nestlekitkatbreak.jpg"><img class="alignnone size-medium wp-image-160" title="Nestle Kit-Kat - Have a break..." src="http://www.cheb.com.au/wp-content/uploads/2008/05/nestlekitkatbreak-300x150.jpg" alt="Nestle Kit-Kat - Have a break..." width="300" height="150" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Another great use of white space as well as needing to use nothing more visually than the product&#8217;s logotype/tag line and the product itself.</p>
<p><strong>What is the ad trying to portray? </strong>Simple! a pair of Kit-Kat&#8217;s setup in the &#8216;Pause&#8217; position, as you would normally see on a audio player, etc. It is simply saying pause your life, take a break, and have a Kit-Kat!</p>
<p><strong>Rating:</strong> 5/5</p>
<h2>Olympus Zoom &#8211; Koala (Australia)</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/olympus-zoom-koala_3.jpg"><img class="alignnone size-medium wp-image-161" title="Olympus Zoom - Koala (Australia)" src="http://www.cheb.com.au/wp-content/uploads/2008/05/olympus-zoom-koala_3-300x204.jpg" alt="Olympus Zoom - Koala (Australia)" width="300" height="204" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Great post-production and Photoshop work.</p>
<p><strong>What is the ad trying to portray? </strong>Olympus binoculars and more importantly their zoom-factor is so good, that the object you are viewing; in this case a Koala will appear &#8216;right before your eyes&#8217;, or again, in this case, ON the binoculars! In this actual ad, it appears as though the Koala has been catapulted into tourist&#8217;s face!</p>
<p><strong>Rating:</strong> 5/5</p>
<h2>Pain without borders &#8211; Cambodia</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/paincambodia.jpg"><img class="alignnone size-medium wp-image-162" title="Pain without borders - Cambodia" src="http://www.cheb.com.au/wp-content/uploads/2008/05/paincambodia-300x225.jpg" alt="Pain without borders - Cambodia" width="300" height="225" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Great 3D rendering, animation, and post-production work</p>
<p><strong>What is the ad trying to portray? </strong>Pain in Cambodia is a continuous cycle. There seems to always be grief and suffering and it is shown clearly by the revolving belt.</p>
<p><strong>Rating:</strong> 5/5</p>
<h2>Pedestrian Council of Australia &#8211; Don&#8217;t Speed</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/pcabars.jpg"><img class="alignnone size-medium wp-image-163" title="Pedestrian Council of Australia - Don\'t Speed" src="http://www.cheb.com.au/wp-content/uploads/2008/05/pcabars-300x158.jpg" alt="Pedestrian Council of Australia - Don\'t Speed" width="300" height="158" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Great concept, direction and implementation.</p>
<p><strong>What is the ad trying to portray? </strong>Another simple one. The crossing itself has become the jail cell for the &#8216;purpotretor&#8217; &#8211; who we can only imagine has ran over someone whilst speeding and as a result of his actions has been sentenced. This obviously is more of a concept rather than a real case &#8211; but is a reality of what is possible if you speed.</p>
<p>Great use of ambiance and everyday scenarios.</p>
<p><strong>Rating:</strong> 5/5</p>
<h2>Rolling Stone &#8211; Steve</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/rssteve.jpg"><img class="alignnone size-medium wp-image-164" title="Rolling Stone - Steve" src="http://www.cheb.com.au/wp-content/uploads/2008/05/rssteve-300x200.jpg" alt="Rolling Stone - Steve" width="300" height="200" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Cool idea. Simple, but unfortunately places a little too much emphasis on the object and not as much on the product itself.</p>
<p><strong>What is the ad trying to portray? </strong>The masked-man in this ad, Steve, can now benefit from Rolling Stone&#8217;s guide to restaurants, cinemas, books, etc and does not have to waste time downloading at work&#8217;s expense!</p>
<p><strong>Rating:</strong> 3.5/5</p>
<h2>Surf -White Nurse</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/surfnurse.jpg"><img class="alignnone size-medium wp-image-165" title="Surf -White Nurse" src="http://www.cheb.com.au/wp-content/uploads/2008/05/surfnurse-300x211.jpg" alt="Surf -White Nurse" width="300" height="211" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Excellent direction! Love the nurse&#8217;s facial expression and the doctor&#8217;s looking so &#8216;deep in thought&#8217; only adds realism.</p>
<p><strong>What is the ad trying to portray? </strong>Surf leaves your whites looking so white that you can be used as a X-Ray light screen and save your hospital electricity bills! ;p</p>
<p><strong>Rating:</strong> 5/5</p>
<h2>Vegemite &#8211; Cricket car</h2>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/vegemitecar.jpg"><img class="alignnone size-medium wp-image-166" title="Vegemite - Cricket car" src="http://www.cheb.com.au/wp-content/uploads/2008/05/vegemitecar-212x300.jpg" alt="Vegemite - Cricket car" width="212" height="300" /></a></p>
<p><strong>Cheb&#8217;s thoughts: </strong>Finally, another nice ambient shot with great post-production and Photoshop effects to boot.</p>
<p><strong>What is the ad trying to portray? </strong>Vegemite, an Australian icon, is known to have vitamins which support growth and strength. Obviously the ad is targeted for an Australian audience, and lovers of Cricket.</p>
<p>The ad is trying to say that the Australian side must have had thier Vegemite before the game, because they have so much strength that the shot flew out of the stadium; shown in the background!</p>
<p><strong>Rating:</strong> 4.5/5</p>
<p>So there you go guys, another design inspiration post! Feel free to share this post with a friend and <a title="Elastique Web Design Blog RSS Feed - Keep Updated!" href="http://www.elastique.com.au/web-design-blog/feed/">subscribe to our RSS feed</a> for further posts.</p>
<p>Till next time, Cheb.</p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/web-design-inspiration-classic-online-advertising/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Really wicked Photoshop glow lighting effect and Pen tool introduction</title>
		<link>http://elastique.com.au/web-design-blog/wicked-photoshop-glow-lighting-effect-pen-tool-introduction/</link>
		<comments>http://elastique.com.au/web-design-blog/wicked-photoshop-glow-lighting-effect-pen-tool-introduction/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 15:01:56 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Effects]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=133</guid>
		<description><![CDATA[Hey guys, I&#8217;ve been playing with glow effects lately for an upcoming website redesign, and I&#8217;ve been noticing quite a bit of work being done with Photoshop&#8217;s pen tool and cool lighting effects, so I figured I&#8217;d share some introduction to the pen tool itself as well as a glow/lighting technique which can be used [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I&#8217;ve been playing with glow effects lately for an upcoming website redesign, and I&#8217;ve been noticing quite a bit of work being done with Photoshop&#8217;s pen tool and cool lighting effects, so I figured I&#8217;d share some introduction to the pen tool itself as well as a glow/lighting technique which can be used in many, many ways with you guys. Sit back, relax, and enjoy another <a title="Posts tagged 'Photoshop' on Elastique Web Design Blog" href="http://www.elastique.com.au/web-design-blog/tag/photoshop/">Photoshop tutorial</a>.</p>
<p>Just as a sneak peak, this is what we are going to be creating&#8230;<span id="more-133"></span></p>
<p><img class="alignnone size-full wp-image-134" title="Cheb 2 Glow Effect - Final Result" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/04/cheb2-glow-final.jpg" alt="Cheb 2 Glow Effect - Final Result" width="460" height="460" /></p>
<p>Okay, Let&#8217;s start from the top!</p>
<p>If you&#8217;ve never used the pen tool in Photoshop before, you are definitely missing out. The pen tool is great for working with vectors as well as creative bezier curves.</p>
<p>Considering the pen tool in itself is usually classed as a intermediate/advanced tool in Photoshop, we will just touch up on the basics so you can get going with this tutorial.</p>
<h2>The Pen Tool</h2>
<p>The Pen tool has the following five options:</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-135" title="pen-tool-options" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/04/pen-tool-options.jpg" alt="" width="254" height="178" /></p>
<ol>
<li>The <strong>Pen tool </strong>is mostly likely going to be the main tool you use. The &#8216;Pen Tool&#8217; allows you to create straight lines and curves that make up most your paths.</li>
<li>The <strong>Freeform Pen too</strong>l is designed to let you create paths quickly by just drawing freehand with the mouse. The main downside is that it&#8217;s hard to create accurate paths and especially curves due to the nature of drawing with a mouse.</li>
<li>The <strong>Add Anchor Point Tool</strong> allows you to insert additional anchor points into your path, basically splitting a line segment into two. This helps you when you have already started a curve but you want to convert this into a more complex shape.</li>
<li>The <strong>Delete Anchor Point Tool</strong> removes anchor points from your path. What happens as you remove an anchor point is that the anchors on either side of the removed anchor join up to form one longer line segment, as if you have just snapped them into a single line. This tool helps you when you have too many anchor points on your path.</li>
<li>The <strong>Convert Point Tool</strong> allows you to convert a smooth anchor point to a corner anchor point, and convert a corner anchor point into a smooth one.</li>
</ol>
<p>Even though that was a gentle introduction to the pen tool; today, we will mainly work with the Pen tool itself &#8211; so create a new document, 460&#215;460 and let&#8217;s go! Try to create the following easy curves and lines by following the simple steps.</p>
<p>If you can get these down-pat, it&#8217;ll make the next part easy as anything! NB: I have created a little compass to help you with the angles of the curves. :0) Good luck!</p>
<p><img class="alignnone size-full wp-image-136" title="Examples of the pen tool" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/04/curves.gif" alt="Examples of the pen tool" width="460" height="460" /></p>
<p>If you have made it this far, I&#8217;m assuming that you can now make a straight line, a simple curve, and take a curve a little bit further and create a wave of sorts! Well done..</p>
<p>Okay, let&#8217;s create a new document, 460&#215;460 and set background colour to black, #000000. Before we get kicking, let&#8217;s make sure we have some settings where they need to be.</p>
<p><img class="alignnone size-full wp-image-138" title="Pen tool settings" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/04/pentoolsettings.gif" alt="" width="460" height="168" /></p>
<p>Firstly, when you click the pen tool or press P on your keyboard you should see the preceding options on the top of your screen. Make sure you select the second option of the three &#8216;squares&#8217; &#8211; the &#8216;Paths&#8217; option highlighted in green above. Then make sure that &#8216;Pen tool&#8217; is selected, which should be on by default anyway. Finally, click on the down-ward arrow after the custom shape icon; the star-looking icon. This buttom (down-ward arrow) is tool settings, and as you can see there is a &#8216;Rubber Band&#8217; option.</p>
<h2>What&#8217;s the Rubber Band option for?</h2>
<p>The Rubber Band option is used to help show you where the curve is heading and how it&#8217;s looking before you click to set it on the next segment or anchor. This is a good option for beginners because it helps to show you where the path will go next. The Rubber Band option might be hard to begin with, because even when you are done with a curve, the line just &#8216;follows&#8217; you. Click escape, ESC, on your keyboard when you are done with a curve and that will get rid of the stalker!</p>
<p>Just a little tip &#8211; when you are done with paths and this effect, and you want to draw shapes, make sure you select the first of the three squares, or &#8216;Shape Layers&#8217; and not &#8216;Paths&#8217;. Obviously we can keep &#8216;Paths&#8217; on for now because we need this option.</p>
<p>So back to your 460&#215;460 canvas with a black background.</p>
<p>Making sure to incorporate a new layer for each object, draw three objects on the canvas, separating them across the canvas if you can. We want to draw what we have just learnt; a straight line, a curve and a wave.</p>
<p>Don&#8217;t worry about the foreground colour for now because we will apply layer styles later to dress each one up. So obviously, create a new layer, call it &#8216;straight line&#8217; or something, draw the straight line and then create a new layer for the curve, and another for the wave. If done right, you should see something like below.</p>
<p><a href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/04/step1-curves.gif"><img class="alignnone size-full wp-image-139" title="step1-curves" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/04/step1-curves.gif" alt="Step one - curve demo" width="460" height="460" /></a></p>
<p>If that&#8217;s what you see on your screen, well done! Let&#8217;s keep going.</p>
<p>Click the brush tool and select a soft round brush, 5 pixels in size &#8211; or if you have a later version of Photoshop, simply select the brush tool, (press B), and then right click on the canvas and change the &#8216;Master Diameter&#8217; to 5px and leave hardness at 0% (obviously! it&#8217;s soft, right!). Select white, or #FFFFFF [thanks Hank!] for the foreground colour for now so we can straight away see a result, then click back into the pen tool.</p>
<p>This is the fun part! You might be wondering why we setup the brush? Well worry no longer, we are about to find out why!</p>
<p>[flashvideo filename="http://www.cheb.com.au/wp-content/uploads/2008/04/Untitled.flv" /]</p>
<p>Okay, let&#8217;s recap.</p>
<p>If you right click on the paths you should see a &#8216;Stroke Path&#8217;. What this will do is just what it says; Stroke the path you have made using the option you tell it to. Because we edited brush settings beforehand, we choose &#8216;Brush&#8217; and make sure we keep &#8216;Simulate Pressure&#8217; ticked. After that, you&#8217;ll want to right click again and &#8216;Delete Path&#8217; because we now have a stroked layer in its place and don&#8217;t need the &#8216;guide&#8217; anymore!</p>
<h2>What exactly is simulate pressure?</h2>
<p>Simulate pressure simply gives the curve a more realistic stroke. It does this by tapering-off the ends of the curve/line as if the pressure has started off light, and then eased-off on the end of the curve. Trust me, you want to keep this selected &#8211; it makes everything look much better!</p>
<p>Okay, if you followed the video, you should now have something like below.</p>
<p><img class="alignnone size-full wp-image-143" title="curves-stroked" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/04/curves-stroked.gif" alt="" width="460" height="312" /></p>
<p>Cool hah? Okay, let&#8217;s get some glowing happening.</p>
<p>If you apply the following Layer effects to your now-stroked paths, your glow should start forming.</p>
<p><img class="alignnone size-full wp-image-144" title="layerstyle_glow_1" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/layerstyle_glow_1.jpg" alt="Glow effect layer style 1" width="460" height="341" /></p>
<p><img class="alignnone size-full wp-image-145" title="layerstyle_glow_2" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/layerstyle_glow_2.jpg" alt="Glow effect layer style 2" width="460" height="341" /></p>
<p><img class="alignnone size-full wp-image-146" title="layerstyle_glow_3" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/layerstyle_glow_3.jpg" alt="Glow effect layer style 3" width="460" height="341" /></p>
<p><img class="alignnone size-full wp-image-147" title="layerstyle_glow_4" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/layerstyle_glow_4.jpg" alt="Glow effect layer style 4" width="460" height="341" /></p>
<p>When you select the above layer styles; if the paths are all on one layer (even though we talked about splitting them up before), as an example, should start looking something like this:</p>
<p><img class="alignnone size-full wp-image-148" title="Paths - final glow effect" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/curve-glow-finalised.gif" alt="Paths - final glow effect" width="460" height="312" /></p>
<p>Cool hah?</p>
<h2>Quick Tip 2.0</h2>
<p>If you want to make your life easier, you can click the &#8220;New Style&#8221; button as seen in the above Layer style selection screens; immediatly under &#8216;Cancel&#8217;. This will let you clone all the settings that are open on the current Layer style screen to be used on another layer/path, etc. When you want to re-use the settings, go to: &#8216;Layer &gt; Layer Style &gt; Blending Options&#8217;, click on the &#8216;Styles&#8217; tab, on top of &#8216;Drop Shadow&#8217;, and &#8216;Inner Shadow&#8217;, etc &#8211; and then select your new style from the list; press &#8216;OK&#8217; and you&#8217;re done!</p>
<p>So there you go! Experiment with your curve, brush master diameter and type, and also your lighting (fill/layer effects) and you could come up with something like below&#8230;</p>
<p><img class="alignnone size-full wp-image-149" title="Curves - example 1" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/curves-exampl1.jpg" alt="Curves - example 1" width="460" height="312" /></p>
<p><img class="alignnone size-full wp-image-150" title="Curves - example 2" src="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/05/curves-exampl2.jpg" alt="Curves - example 2" width="460" height="312" /></p>
<p>So there you go people, hope you learnt something about the pen tool today and some effects you can create using stroke paths.</p>
<p>Enjoy and drop a comment if you liked the tutorial or you need something explained &#8211; or feel free to share it with your mates. Get on the <a title="Elastique Web Design Blog RSS Feed" href="http://www.elastique.com.au/web-design-blog/feed/">RSS Feed</a> to keep up to date about when I next post!</p>
<p>Thanks for reading, Cheb.</p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/wicked-photoshop-glow-lighting-effect-pen-tool-introduction/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>What makes a great website?</title>
		<link>http://elastique.com.au/web-design-blog/what-makes-a-great-website/</link>
		<comments>http://elastique.com.au/web-design-blog/what-makes-a-great-website/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 03:35:21 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=128</guid>
		<description><![CDATA[We all know how important it is to have a website be able to communicate with the world. A good website just &#8216;does the job&#8217; &#8211; a great website exceeds all expectations and thus has a far better return! The million dollar question is however; what makes a great website? No, really &#8211; What makes [...]]]></description>
			<content:encoded><![CDATA[<p>We all know how important it is to have a website be able to communicate with the world. A good website just &#8216;does the job&#8217; &#8211; a great website exceeds all expectations and thus has a far better return! The million dollar question is however; what makes a great website?</p>
<h2>No, really &#8211; What makes a great website?</h2>
<p>That really is the million dollar question. Many people have tried to tie this down to mitigating factors &#8211; but at the end of the day, in my opinion &#8211; a great website is one which meets the following rules:</p>
<h2>Content</h2>
<h3><strong>Content is easy to find</strong></h3>
<p>It&#8217;s simple &#8211; if a user can&#8217;t find information they are looking for, they have no reason to be on your site. You need to make sure content is easy to find; and in a variety of ways. For example, on <a title="Cheb 2.0 Web Design Blog" href="http://www.cheb.com.au">Cheb 2.0</a>, you can search the site for any keyword which will return a list of matching articles/posts, or you can click on &#8216;<a title="Elastique Web Design Blog Archives" href="http://elastique.com.au/web-design-blog/archives-web-design-blog/">Archives</a>&#8216; menu here on Elastique&#8217;s blog to show every article posted sorted by date. Further to that, there is a tag cloud to search by keyword or a direct link to each month with the number of posts that were published during that month.</p>
<p>You might be wondering why I have left that as a way to search for posts? Well, in essence it was a really easy decision. Not only does it just add another form of search &#8211; but there are times when monthly archives make sense. For example, if a website regular was to go on holidays for 2 weeks in one month and then come back to your website next month, all they want to see is what they missed out on &#8211; and this is where monthly-archiving achieves a sense of purpose.<span id="more-128"></span></p>
<p>Besides, my reporting/stats definitely show people are using it! 172 uniques can&#8217;t be wrong, right?</p>
<p>All in all, make sure you take every step you can possible to make sure the user experience is a good one; allowing them to find content easily will definitely help that endeavour.</p>
<h3><strong>Original and fresh content that brings people back</strong></h3>
<p>Elastique has lots of <a title="Subscribe to the Elastique RSS feed!" href="http://www.elastique.com.au/web-design-blog/feed/">RSS subscribers</a>. I&#8217;m a huge advocate of RSS feeds! It means people can stay in touch with your website/blog/online endeavour and not have to worry about constantly reloading for new content. On the flip-side, it&#8217;s that new content that keeps people coming back. Whether or not they actually physically click on your site to see it, or read it through their RSS; they are still a visitor and they still have to be tracked!</p>
<p>Google itself considers the freshness of a link a <em>massive</em> importance when determining <a title="Search engine optimization (SEO) terms and glossary - Cheb 2.0" href="http://www.cheb.com.au/search-engine-optimization-seo-terms-glossary/">PageRank and relevance</a>. Make sure you set yourself a blogging/posting/editing schedule and follow it to the best of your ability! SEO-wise, make sure you keep your homepage fresh and beaming with new content &#8211; but importantly, do not neglect your inner pages as well.</p>
<p>When I say inner pages, I don&#8217;t mean to go back and worry about a blog post you did 10 months ago; we&#8217;re talking about your &#8216;About&#8217; page, or your &#8216;Services&#8217; page! Keeping those integral pages fresh makes sure: 1) they don&#8217;t fall into supplemental results, and 2) Google and other search engines show you some love for those pages too!</p>
<h2>Aesthetics/Look and feel</h2>
<h3><strong>The website is physically appealing to look at</strong></h3>
<p>Let&#8217;s face it &#8211; the only reason people still visit <a title="UseIt.com" href="http://www.useit.com">UseIt</a> &#8211; Jakob&#8217;s usability portal is because of his tremendous advise. No one is going there to admire his website design!</p>
<p>Unless you are an online giant who already has a user-base that will never deplete, i.e. Google, (who when you think about it has great website design because it&#8217;s <em><strong><a title="Fit For Purpose Testing - Wikipedia article" href="http://en.wikipedia.org/wiki/Fitness_For_Purpose_Testing">fit for purpose</a></strong></em>) &#8211; you really need to make sure you look into your website design. It doesn&#8217;t have to be glitzy and glow; just appealing to look at.</p>
<p>I mean you might have people looking at the screen whilst browsing your site or blog for more than 5 minutes on end (or you hope, anyway!). Do you want them to not come back because they found the site looked a little too 1998?</p>
<p>I&#8217;ve seen numerous websites my friends have set up with an amazing idea, or great content that have simply given way due to the in-assurances that come along with badly-designed websites.</p>
<h3><strong>Things are where the user expects them to be</strong></h3>
<p>This is an important one. If you can&#8217;t get your website to look &#8216;amazing&#8217; &#8211; meet the user half way and at least promote a sense of structure and conformity. You need to make sure you set out your page elements to be where the user expects to see them. Unless you are going for an &#8216;outlandish&#8217; theme or look which you are trying to get noticed for [i.e. Cheb 2.0] &#8211; make sure you take into consideration what I&#8217;m going to call the &#8217;6 section grid model for website layout&#8217;.</p>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/04/6-section-model.gif"><img class="alignnone size-medium wp-image-127 alignright" style="float: right;" title="6-section-grid-model" src="http://www.cheb.com.au/wp-content/uploads/2008/04/6-section-model-300x293.gif" alt="6-section-grid-model" width="300" height="293" /></a></p>
<p>As you can see to the right [click to maximise], web users are now confortable with the following grid on many websites. Unless you are trying to break the Interweb apart [laughs] &#8211; make sure your logo is on the top-most left section of the website. Same goes for your site search (if any) and top-level navigation.</p>
<p>You might be thinking &#8211; but why doesn&#8217;t <a title="Cheb 2.0 Web Design Blog" href="http://www.cheb.com.au">Cheb 2.0</a> have navigation directly to the right of the logo? Obviously that&#8217;s not the point I&#8217;m trying to make. My navigation is easily recognisable, as well as still sticking to the top right section of the page. Please keep in mind these grids are only meant to be a guide and are not meant to be followed to the &#8216;tee&#8217;.</p>
<p>As long as content is easy to find, sections are split into bite-sized chunks of similarly-grouped information, and your content area is the most-prominent section of your layout, you should be good to go!</p>
<h3><strong>Consistency in colours and scheme</strong></h3>
<p>Make sure you try to keep everything consistent! Colours, headings, everything! Sometimes plugins, and other things like Google ads might not help you because they only allow you to change certain bits of detail. Don&#8217;t let that stop you from making sure everything that is in your power is consistent. There&#8217;s nothing worse than 43.5 different types of link styles. You don&#8217;t want one link to have an underline, one not!</p>
<p>Consistency above all means that users find it easier to connect to your website and also get more a feel for how everything works and what stands for what &#8211; e.g. links.</p>
<h2>User-centered</h2>
<h3><strong>Usability and accessibility is practiced</strong></h3>
<p>This one is important for many reasons. Check that you have taken adequate steps to enhance the usability and accessibility of your website. If you have forgotten the difference between accessibility and usability, check out &#8216;<a title="10 reasons to justify a website redesign" href="http://www.cheb.com.au/10-reasons-to-justify-a-website-redesign/">10 reasons to justify a website redesign</a>&#8216;. I will be blogging in more detail about accessibility more than anything else in a future post &#8211; but for now, a little teaser:</p>
<p>Make sure you check how your website, and more importantly, links &#8211; look to someone who suffers from varying degrees of colour blindness.</p>
<p><a rel="lightbox" href="http://elastique.com.au/web-design-blog/wp-content/uploads/2008/04/cheb2-protanopia.jpg"><img class="alignnone size-thumbnail wp-image-129 alignleft" style="float: left;" title="cheb2-protanopia" src="http://www.cheb.com.au/wp-content/uploads/2008/04/cheb2-protanopia-150x150.jpg" alt="cheb2-protanopia" width="150" height="150" /></a></p>
<p>For example, the thumbnail on the left shows how Cheb 2.0 looks to someone suffering from Protanopia (Red-Green colour blindness).</p>
<p>You might think that checking things like that are &#8216;way too left-field&#8217; &#8211; but something as simple as this can be checked in 10 seconds and can mean the difference between someone with colour-blindness not being able to distinguish between your linked content and non-linked content! You still thinking it&#8217;s not worth it?</p>
<p>If there was anything I could do to give everyone equal chance of viewing my content/website or what I had to offer &#8211; then of course I&#8217;m going to do everything in my power to achieve that!</p>
<p>Look carefully at the link colour on &#8220;Continue reading Facebook launches chat toolbar. Now they&#8217;re talking!&#8221;. Notice how it&#8217;s already changed from the real, default colour that non-colour blind people should make out?</p>
<h3><strong>The user always has an opportunity to right their wrongs</strong></h3>
<p>Make sure there is always a way out for the user. A top navigation, side navigation, search and links back home are great players in this field. No matter how good your website is, there will always be users who get lost along the way. Depending on the type of site you are running, you might want to try the Hansel and Gretel tactics of &#8216;breadcrumbs&#8217;. Whatever you choose, make sure the user has ways to right any wrongs they create along the way getting them off-track!</p>
<h3><strong>Meaningful file names</strong></h3>
<p>This isn&#8217;t only great for SEO; it works wonders for the user experience. The address http://www.cheb.com.au/what-makes-a-great-website/ is a lot better than http://www.cheb.com.au/index.php?pageid=283&amp;level=2. I mean it&#8217;s not rocket science! Make your URL&#8217;s as easy to follow as possible. I should know what the link is about before I even click it! Cloaking or hiding information in strange URL&#8217;s kill the user experience and kill user-confidence in your website. Don&#8217;t do it!</p>
<h2>Site architecture</h2>
<h3><strong>Logical site structure</strong></h3>
<p>Make sure your website structure makes sense. Top-down, there should be a logical flow. The header should come first, followed by navigation (if not already part of your header section), followed by the content with any sidebars or side-navigation, and ultimately followed by the footer of the page.</p>
<p>Footers are just as important as headers. a good footer helps the user determine if the page has fully loaded. If the user doesn&#8217;t see what they are used to seeing at the base of your page, they should know that the page has not fully loaded yet; bet you didn&#8217;t think about that one!</p>
<h3><strong>Folksonomy and taxonomy</strong></h3>
<p>Tag your content as much as you can. Tagged content means related content. Try to relate articles wherever you can. It doesn&#8217;t have to be a &#8216;Related articles&#8217; or &#8216;related posts&#8217; section. It could be as easy as linking the user to <em>relevant</em> articles/web pages based on the current content of the page. Don&#8217;t just link-out for the fun of it &#8211; or to get more hits!</p>
<p>The way you classify and connect your information is just as important as the information itself! Keep that in mind when you are writing your next article or designing your upcoming website.</p>
<h2>Purpose</h2>
<p>At the end of the day, if there is no purpose to your website, then it won&#8217;t survive for long. Find a niche if you can and tackle it. if you are dealing with something that is &#8216;way beyond your marker&#8217; or something which is totally hard to place yourself in; whether it be &#8216;Web design&#8217; or &#8216;Get rich quick schemes&#8217;; the process is the same: find a reason to bring visitors back for me! Whether it is super-cool, fresh, relevant content, or a cool flash game that people just can&#8217;t get enough of!</p>
<p>Everything you create online should have an ultimate purpose to succeed!</p>
<h2>Tracking and reporting</h2>
<p>Finally, great websites learn from their mistakes! Use tools such as Google Analytics to help you determine popular and not-so-popular sections of your website. See if you can get down to the reason why &#8216;x&#8217; is not as popular as &#8216;y&#8217;.</p>
<p>Good webmasters compare pages that work and don&#8217;t work and will simply weed-out or unpublish something which just isn&#8217;t pulling in the visitors as it did before. <em>Great </em>webmasters/designers will isolate the page and find out WHY it is failing.</p>
<p>Did you recently put some plugins such as text-ads or any other plugins which may have affected that page? Is there even a way to reach that particular page from other prominent sections of your website?</p>
<p>Put it this way: articles which you may have written 12 months ago, may become tomorrow&#8217;s most popular article online! History <em>can</em> and does repeat itself. What was last year&#8217;s news may, for whatever reason become popular again. Do not unpublish articles or remove pages simply because &#8216;they are getting too old&#8217; or &#8216;you are running out of space&#8217;. Get more space!</p>
<p>There you go guys &#8211; another one bites the dust. Hopefully these articles/tutorials are hoping you achieve the best you can out of your website and online experience. Please digg/stumble this post if you enjoyed it and <a title="Elastique Web Design Blog RSS Feed - Keep Updated!" href="http://www.elastique.com.au/web-design-blog/feed/">subscribe to the RSS feed</a> to keep updated.</p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/what-makes-a-great-website/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Content is king: SEO-driven blog writing techniques</title>
		<link>http://elastique.com.au/web-design-blog/seo-driven-blog-writing-techniques-seo-google/</link>
		<comments>http://elastique.com.au/web-design-blog/seo-driven-blog-writing-techniques-seo-google/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 13:14:42 +0000</pubDate>
		<dc:creator>Elastique</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[optimisation]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.cheb.com.au/?p=97</guid>
		<description><![CDATA[Hello 2.0&#8242;ers! Today we are going to look at ways you could improve your website, as well as your outlook on your site in general through SEO-driven blog writing techniques and more importantly linking techniques with search engine optimization (SEO) in mind. Content Is King We&#8217;ve all heard the saying before &#8211; but how many [...]]]></description>
			<content:encoded><![CDATA[<p>Hello 2.0&#8242;ers!  Today we are going to look at ways you could improve your website, as well as your outlook on your site in general through SEO-driven blog writing techniques and more importantly linking techniques with <a title="Search engine optimization (SEO)" href="http://www.elastique.com.au/web-design-blog/tag/seo/" target="_self">search engine optimization (SEO)</a> in mind.</p>
<h3>Content Is King</h3>
<p>We&#8217;ve all heard the saying before &#8211; but how many of us actually believe it? 9/10 times, the reason visitors come back is good content. It could mean the difference between a one-time viewer and a subscriber to your blog. Make sure your content is clear, and well written. More importantly, find out which writing style you want to tackle and stick with it &#8211; whether it be informative, educative, personal, or friendly &#8211; you will find your writing style can and <em>does</em> bring visitors back time after time.  Well written content adds credibility to your list of &#8216;reasons to come back to this blog/site&#8217;. The most important thing that I find most people forget is the whole notion of target audience.  In most circumstances, you should try to make sure your content is accessible to search engines &#8211; i.e. internal linking, well-structured blog posts (header, section, content, etc) and sure, sometimes you may change your writing style to &#8216;help push&#8217; the search engine result up; but the main thing to remember is to <strong>write your content for people first, search engines second!</strong><span id="more-97"></span> In essence, you need to make sure that your content is understandable to humans. A good example of this is in one blog post/article &#8211; trying to link the user to a related topic:</p>
<h2><strong>The two most-used blog writing techniques/methods</strong></h2>
<h3><strong>The SEO/search engine bot friendly approach:</strong></h3>
<blockquote><p><span style="color: #333333;"><strong><span>Example A</span></strong></span><!--more--> <strong><span style="color: #003366;">&#8230; More info on <span style="text-decoration: underline;">Search engine optimization here</span>.</span></strong></p></blockquote>
<p>Sure, you might think the quicker you get the link across the better, right? Wrong! Firstly, that&#8217;s not only incorrect linking, but means nothing to the viewer! In <em>Example A</em>, What is the article going to be about? Will it be relevant to what they want to read? Is there a chance you are just trying to spam them into a click?  Too many choices in the viewer&#8217;s mind = bad start! It means a) potentially missing out on a link-out to content on those all important internal pages, as well as b) It&#8217;s not helping your SEO one bit! (Well, okay, maybe <em>one</em> bit!)  Let&#8217;s look at another alternative&#8230;</p>
<h3><strong>The human-friendly &amp; SEO/search engine bot friendly approach:</strong></h3>
<blockquote><p><span style="color: #333333;"><strong><span>Example B</span></strong></span> <strong><span style="color: #003366;">&#8230; It&#8217;s really not that hard to get <span style="text-decoration: underline;">Search engine optimization</span> right, if you take your time. Feel free to check out a <span style="text-decoration: underline;">previous article</span> on the topics of SEO and backlinks.</span></strong> or better yet,  <span style="color: #333333;"><strong><span>Example C</span></strong></span> <strong><span style="color: #003366;">&#8230; If you take your time with it, It&#8217;s really not that hard to get <span style="text-decoration: underline;">Search engine optimization</span> right! If <span style="text-decoration: underline;">backlinks and their affect on SEO</span> tickle your fancy, check out <span style="text-decoration: underline;">this previous article</span> on the topic.</span></strong></p></blockquote>
<p><strong>Now we&#8217;re talking! Let&#8217;s review Example B!</strong> With <em>Example B,</em> the first thing that is awesome is that we have wrapped up the previous paragraph nicely. So you are coming down to the end of your post; that&#8217;s the best way to wrap things up! You basically say something along the lines of: &#8216;and as you can see, it&#8217;s easy to &#8230;.&#8221; or &#8220;finally, it&#8217;s clear that a is better than b&#8230;&#8221; &#8211; by doing that, it gives you a great launching pad into another article &#8211; which ultimately means the viewer doesn&#8217;t stop reading!  Moving on, we have provided ourself with not one, but two (hopefully internal) links! The first link, &#8216;Search engine <a title="Optimisation/Optimization" href="http://www.elastique.com.au/web-design-blog/tag/optimisation/" target="_self">optimization</a>&#8216; could easily link to our SEO tag or category pages!? <a title="Google" href="http://www.google.com.au" target="_blank">Google</a> <em>loves</em> that!!! The second link &#8216;previous article&#8217; can then direct the user to the actual article! Cool ayh? We can even go one better!  <em>Example C</em> goes one step further and then some! By re-thinking what you are trying to link to, as well as the current flow of your article/blog post you can come across not only sounding more professional, but boost your SEO-power as well!  <strong>Let&#8217;s collect our thoughts on the uber Example C:</strong> a) As unimportant as you might think it is, by simply re-wording the fragment, we have created a sense of &#8216;inspiration&#8217; with our writing style, and that always helps to keep readers interested in what you have to say!  b) The first link &#8216;Search engine optimization&#8217;, just like before, can lead us to the blog&#8217;s tag or category page on the topic. This is crazy for your SEO (in the good way!) as it leads on to every other post, which we&#8217;d hope would be related content! Not only that, it means (unless you have disallowed them in your robots.txt file), <a title="What is Googlebot? | Googlebot article at Wikipedia" href="http://en.wikipedia.org/wiki/Googlebot" target="_blank">Googlebot</a> and other Search engine robots, have just crawled all those other posts as well! Wicked! <img src='http://elastique.com.au/web-design-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   c) The second link, &#8216;backlinks and their affect on SEO&#8217; is an important one! Let&#8217;s think about it logically &#8211; we humans type very weird things into search engines &#8211; and believe it or not, looking through my logs, I have been on the receiving end of 93 unique hits for that <em>exact</em> phrase typed into Google!  What I&#8217;m trying to say is that it is fairly easy to make it into high SERP&#8217;s in search engines like Google and Yahoo! The best way to do that is to afford yourself some key terms which link out; both, encouraging users to click &#8211; and at the same time, fulfilling thier click-through &#8211; i.e. getting them to some place meaningful, not tricking them for your benefit!  <img src="http://www.cheb.com.au/wp-content/uploads/2008/03/seo.jpg" alt="SEO banner" /> In wrapping up the second link of <em>Example C</em>, &#8216;backlinks and their affect on SEO&#8217;, we can see we have got three great, connected keywords: backlinks, affect, SEO. It&#8217;s easy to see how all that can mean inbound traffic from search engines! And you didn&#8217;t even have to try hard!  c) Lastly, the final link &#8216;this previous article&#8217; can either be the same link as &#8216;backlinks and their affect on SEO&#8217; or, if the second link has taken the user to another section of the blog/site discussing SEO and what affects it, then the final link can, and really <em>should</em> be the actual link to the previous article.  Gosh, I nearly confused myself there! In simple terms &#8211; both links can go to the same place, or not! it&#8217;s really up to you; the best part is you have another link to play with!  However, as you can see, the paragraph says: &#8216;check out this previous article on the topic&#8217; &#8211; hence, logically, it should take the user to that article. Please don&#8217;t get &#8216;shifty&#8217; and do something else! You will possibly lose a potential subscriber/reader and probably do some harm to your search engine rankings.</p>
<h3><strong><strong>Closing statements </strong></strong></h3>
<p>So there you have it! Putting it all together might be a little crazy at first &#8211; but if you follow these simple steps to success; It might be slow at first, but you should start to notice small changes in your search engine results position (SERP). Just stick at it, take it one day at a time, and remember, you don&#8217;t have to be a billion dollar corporation to make it into Google! All it takes is some thought and determination.  <a title="Subscribe to the RSS feed" href="http://www.elastique.com.au/web-design-blog/feed/" target="_self">Subscribe to the RSS feed</a> for more updates and/or Stumbleupon/digg this page (bookmark button, below) if you enjoyed it! Thanks for your company! <img src='http://elastique.com.au/web-design-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://elastique.com.au/web-design-blog/seo-driven-blog-writing-techniques-seo-google/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

