<?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>#if debug &#187; Alistair</title>
	<atom:link href="http://ifdebug.com/articles/author/al/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifdebug.com</link>
	<description>Technical thoughts of a coffee addicted developer</description>
	<lastBuildDate>Sun, 11 Apr 2010 12:53:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cool URIs Don&#8217;t Change Apparently</title>
		<link>http://ifdebug.com/articles/cool-uris-dont-change-apparently/</link>
		<comments>http://ifdebug.com/articles/cool-uris-dont-change-apparently/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 12:36:46 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://ifdebug.com/?p=175</guid>
		<description><![CDATA[The organisation behind a number of the standards that web development relies on in the present were forged through the World Wide Web Consortium or W3C. Over the years they&#8217;ve published countless documents on their web site outlining in great &#8230; <a href="http://ifdebug.com/articles/cool-uris-dont-change-apparently/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://ifdebug.com/articles/google-webmaster-tools-displaying-links-pdf-word-documents/' rel='bookmark' title='Permanent Link: Google Webmaster Tools Displaying PDF &#038; Word Document Links'>Google Webmaster Tools Displaying PDF &#038; Word Document Links</a> <small>Google Webmaster Tools has the ability to explore the internal...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The organisation behind a number of the standards that web development relies on in the present were forged through the World Wide Web Consortium or <a href="http://www.w3.org/">W3C</a>. Over the years they&#8217;ve published countless documents on their web site outlining in great detail the various standards, such as what HTML tags are allowed to be nested within a &lt;table&gt; element in XHTML 1.0 Strict.</p>
<p>At some point they published a great document stating that <a href="http://www.w3.org/Provider/Style/URI">cool URI&#8217;s don&#8217;t change</a>. The general trust of the document, is that once a document is published on the internet &#8211; that URI should be permanently available as you never know who might link to it or consume it. As every user of the internet can attest to, there is nothing more frustrating than following a link from one web site to another and being greeted with the infamous 404 Page Not Found error.</p>
<p>While randomly clicking some links on my blog today, I noticed that I had two links in the footer to the HTML and CSS validation services. I haven&#8217;t clicked on those links for a long time, but for some reason today I did and was greeted with a 404 error. It would appear that over the course of time, W3 have very subtly updated the URI that the CSS validation service exists at:</p>
<ul>
<li>Old: http://jigsaw.w3.org/css-validator/referer</li>
<li>New: http://jigsaw.w3.org/css-validator/check/referer</li>
</ul>
<p>I figure maybe someone at W3C will see this pop up and see that one of their older, heavily referenced URI&#8217;s no longer works properly and they&#8217;ll put in the appropriate redirect.</p>


<p>Related posts:<ol><li><a href='http://ifdebug.com/articles/google-webmaster-tools-displaying-links-pdf-word-documents/' rel='bookmark' title='Permanent Link: Google Webmaster Tools Displaying PDF &#038; Word Document Links'>Google Webmaster Tools Displaying PDF &#038; Word Document Links</a> <small>Google Webmaster Tools has the ability to explore the internal...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/cool-uris-dont-change-apparently/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Land Editorial Quality Dropping</title>
		<link>http://ifdebug.com/articles/search-engine-land-editorial-quality-dropping/</link>
		<comments>http://ifdebug.com/articles/search-engine-land-editorial-quality-dropping/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:47:31 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Commentary]]></category>

		<guid isPermaLink="false">http://ifdebug.com/?p=173</guid>
		<description><![CDATA[In the last week or so there have been a number of publishing errors on Search Engine Land, which I consider to be major mistakes that should have been caught by the authors, writers, editors and good quality work flow. &#8230; <a href="http://ifdebug.com/articles/search-engine-land-editorial-quality-dropping/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p>In the last week or so there have been a number of publishing errors on Search Engine Land, which I consider to be major mistakes that should have been caught by the authors, writers, editors and good quality work flow.</p>
<p>Case in point, the following two articles:</p>
<ul>
<li><a href="http://searchengineland.com/strike-keyword-gold-by-writing-a-simple-story-38882">Strike Keyword Gold By Writing A Simple Story</a><br />
The entire article is duplicated, as if someone has accidentally pasted it twice</li>
<li><a href="http://searchengineland.com/overlooked-but-beneficial-on-page-seo-elements-38286">Overlooked But Beneficial On-Page SEO Elements</a><br />
Half of the article is set out in a monospace font, due to the a malformed closing &lt;/code&gt; element</li>
</ul>
<p>I would have expected that the original authors of those two respective articles would have previewed their work before pushing the publish button. Of course, it is quite possible that the people that wrote the articles don&#8217;t have accounts to login to Search Engine Land, in which case I would have expected them to check their work once one of the editors had published it and provide feedback if necessary.</p>
<p>It appears that hasn&#8217;t happened and the work flow that Search Engine Land have implemented isn&#8217;t solid enough to catch even the most glaring of oversights. It is a shame really because they produce a fantastic web site with valuable content throughout but the simplest of things like the above tarnishes their work in my eyes &#8211; it kind of suggests that they don&#8217;t care about it as much as I would have hoped that they do.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/search-engine-land-editorial-quality-dropping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps Labs</title>
		<link>http://ifdebug.com/articles/google-maps-labs/</link>
		<comments>http://ifdebug.com/articles/google-maps-labs/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 09:12:03 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://ifdebug.com/?p=169</guid>
		<description><![CDATA[In true Google fashion, they have recently extended the reach of their &#8216;labs&#8217; experiments by releasing a Google Maps Labs &#8211; a place for the Google Maps team to experiment with new features that may or may not be ready &#8230; <a href="http://ifdebug.com/articles/google-maps-labs/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://ifdebug.com/articles/google-fusion-tables/' rel='bookmark' title='Permanent Link: Google Fusion Tables'>Google Fusion Tables</a> <small>Google have recently released a new labs product known as...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In true Google fashion, they have recently extended the reach of their &#8216;labs&#8217; experiments by releasing a Google Maps Labs &#8211; a place for the Google Maps team to experiment with new features that may or may not be ready for mainstream use within Google Maps.</p>
<p>The latest extensions available from within Google Maps Labs are:</p>
<ul>
<li>Drag &#8216;n&#8217; Zoom</li>
<li>Aerial Imagery</li>
<li>Back to Beta</li>
<li>Where in the World Game</li>
<li>Rotatable Maps</li>
<li>What&#8217;s Around Here?</li>
<li>LatLng Tooltip</li>
<li>LatLng Marker</li>
<li>Smart Zoom</li>
</ul>
<p>I really like the implementation of the Drag &#8216;n&#8217; Zoom experimental feature and it is something that I think I&#8217;ll definitely leave enabled. The two LatLng lab experiments are going to be very useful to people who use Google Maps a lot and I wouldn&#8217;t be surprised to see the Smart Zoom make its way into Google Maps as a default feature going forward either.</p>
<p>To enabled any of the currently available Google Maps Labs experimental features, look for a link in the top right hand corner of Google Maps beside  your user links such as My Profile, My Account, Help &amp; Sign Out.</p>


<p>Related posts:<ol><li><a href='http://ifdebug.com/articles/google-fusion-tables/' rel='bookmark' title='Permanent Link: Google Fusion Tables'>Google Fusion Tables</a> <small>Google have recently released a new labs product known as...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/google-maps-labs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Fusion Tables</title>
		<link>http://ifdebug.com/articles/google-fusion-tables/</link>
		<comments>http://ifdebug.com/articles/google-fusion-tables/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 12:57:00 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://ifdebug.com/articles/google-fusion-tables/</guid>
		<description><![CDATA[Google have recently released a new labs product known as Fusion Tables. Google Fusion Tables allows users to merge data from numerous data sources, to deliver compelling easy to understand comprehensive visualisations of the merged data set. The announcement for &#8230; <a href="http://ifdebug.com/articles/google-fusion-tables/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://ifdebug.com/articles/google-maps-labs/' rel='bookmark' title='Permanent Link: Google Maps Labs'>Google Maps Labs</a> <small>In true Google fashion, they have recently extended the reach...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google have recently released a new labs product known as <a href="http://tables.googlelabs.com/">Fusion Tables</a>. Google Fusion Tables allows users to merge data from numerous data sources, to deliver compelling easy to understand comprehensive visualisations of the merged data set.</p>
<p>The <a href="http://googlecode.blogspot.com/2009/12/google-fusion-tables-api.html">announcement</a> for Google Fusion Tables notes that it is releasing the API for it, which integrates with a number of existing Google products such as Maps, App Engine, Base Data and the Visualisation APIs to allow for motion charts, timelines, maps with all the data running on Google’s infrastructure.</p>
<p>The <a href="http://www.youtube.com/watch?v=p0xnk9zFQpY&amp;feature=player_embedded">Google Fusion Tables example video</a> provided showcases an incredibly easy to use interface, which interleaves numerous existing data sources with custom data from the user on the fly. While that might be fine for static data sets, Google Fusion Tables also allows for dynamic data sets as well – where data can be synchronised into Fusion Tables in real time as the data is changing.</p>
<p>Recently Microsoft Live Labs released a similar product named <a href="http://www.getpivot.com">Pivot</a>, which provides similar functionality with a completely different user experience. The upfront effort for implementing Microsoft Pivot appears to much greater than Google Fusion Tables, as at least at this stage there doesn’t appear to be a way to simply upload, merge or link data together without providing that data through the Pivot architecture.</p>
<p>Watch this space, I suspect there are going to be some incredibly innovative uses for both products.</p>


<p>Related posts:<ol><li><a href='http://ifdebug.com/articles/google-maps-labs/' rel='bookmark' title='Permanent Link: Google Maps Labs'>Google Maps Labs</a> <small>In true Google fashion, they have recently extended the reach...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/google-fusion-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Webmaster Tools Displaying PDF &amp; Word Document Links</title>
		<link>http://ifdebug.com/articles/google-webmaster-tools-displaying-links-pdf-word-documents/</link>
		<comments>http://ifdebug.com/articles/google-webmaster-tools-displaying-links-pdf-word-documents/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 04:51:33 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://ifdebug.com/?p=163</guid>
		<description><![CDATA[Google Webmaster Tools has the ability to explore the internal links and external links or backlinks information for a given domain, instead of relying on the infrequently updated and wildly inaccurate link: operator within a Google search. Traditionally the link &#8230; <a href="http://ifdebug.com/articles/google-webmaster-tools-displaying-links-pdf-word-documents/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://ifdebug.com/articles/cool-uris-dont-change-apparently/' rel='bookmark' title='Permanent Link: Cool URIs Don&#8217;t Change Apparently'>Cool URIs Don&#8217;t Change Apparently</a> <small>The organisation behind a number of the standards that web...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google Webmaster Tools has the ability to explore the internal links and external links or backlinks information for a given domain, instead of relying on the infrequently updated and wildly inaccurate link: operator within a Google search. Traditionally the link information within Google Webmaster Tools has displayed links, that were sourced or crawled from, what would otherwise be considered standard web formats such as HTML.</p>
<p>For a long time, Google has been indexing numerous non-web specific file formats such as Microsoft Word, Microsoft Excel, Adobe PDF and Macromedia now Adobe Flash file formats. While they were indexing and ranking those documents to show up in search, I have never seen anything to suggest that Google was counting either links or plain text URLs within those documents as a ranking indicator specifically. However, while viewing backlink data for a domain recently I noticed that Google Webmaster Tools was reporting backlinks from Adobe PDF and Microsoft Word documents.</p>
<p>If you&#8217;re in the business of generating a lot of documents to provide to third parties, a certain number of your clients will put the document on their web site for their users. If that happens, you&#8217;ve just gained additional inbound links to your site using the link text of your choice. If it turns out that Google is counting PDF, Word and other file format links as a ranking indicator &#8211; a savvy marketer might even recommend to third parties that they upload the document to their site &#8211; for any number of reasons, least of which is search engine optimisation.</p>


<p>Related posts:<ol><li><a href='http://ifdebug.com/articles/cool-uris-dont-change-apparently/' rel='bookmark' title='Permanent Link: Cool URIs Don&#8217;t Change Apparently'>Cool URIs Don&#8217;t Change Apparently</a> <small>The organisation behind a number of the standards that web...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/google-webmaster-tools-displaying-links-pdf-word-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Local Business Centre Receives Upgrade With Humorous Outage Message</title>
		<link>http://ifdebug.com/articles/google-local-business-centre-receives-upgrade-with-humorous-outage-message/</link>
		<comments>http://ifdebug.com/articles/google-local-business-centre-receives-upgrade-with-humorous-outage-message/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 23:28:38 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://ifdebug.com/articles/google-local-business-centre-receives-upgrade-with-humorous-outage-message/</guid>
		<description><![CDATA[The Google Local Business Centre is currently undergoing maintenance for approximately 60 minutes and instead of a standard maintenance notice, Google engineers have gone for something a little more light hearted: The Google Local Business Center is unavailable for the &#8230; <a href="http://ifdebug.com/articles/google-local-business-centre-receives-upgrade-with-humorous-outage-message/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.google.com/lbc/">Google Local Business Centre</a> is currently undergoing maintenance for approximately 60 minutes and instead of a standard maintenance notice, Google engineers have gone for something a little more light hearted:</p>
<blockquote><p><b>The Google Local Business Center is unavailable for the next hour</b></p>
<p>We appreciate your patience as we perform some routine system maintenance.</p>
<p>More specifically, we&#8217;re updating &#8216;the backend&#8217; (to employ that catchy, catchall moniker coined and lent to us by engineering folks who work on all of the technical fiddly bits behind the scenes but know we communications folks can&#8217;t very well say &#8216;We&#8217;re updating all of the technical fiddly bits behind the scenes&#8217; and expect you, an enlightened Google user, to take us seriously or at least not wonder aloud &#8216; Wait, what sort of bits were those again?&#8217;).</p>
<p>So please check back in sixty minutes. Maybe less, considering the time you&#8217;ve invested in deciphering this message.</p>
</blockquote>
<p>[<a href="http://ifdebug.com/images/google-local-business-centre-humorous-outage-notice.jpg">Screenshot</a>]</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/google-local-business-centre-receives-upgrade-with-humorous-outage-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Search Options Enhanced</title>
		<link>http://ifdebug.com/articles/google-search-options-enhanced/</link>
		<comments>http://ifdebug.com/articles/google-search-options-enhanced/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 13:56:41 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://ifdebug.com/articles/google-search-options-enhanced/</guid>
		<description><![CDATA[Google Search Options allows the user to refine their search to target a subset of the normal search results, such as only showing video, forum or news results in addition to date and time filtering. Today the search options have &#8230; <a href="http://ifdebug.com/articles/google-search-options-enhanced/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="/images/google-contextual-search-options.jpg"><img style="display: inline; margin-left: 0px; margin-right: 0px" src="/images/google-contextual-search-options-thumb.jpg" alt="" align="right" /></a> Google Search Options allows the user to refine their search to target a subset of the normal search results, such as only showing video, forum or news results in addition to date and time filtering.</p>
<p>Today the search options have been enhanced further to allow a user to remove shopping sites such as Amazon from the search results or to see more shopping sites in the search results. By choosing to add additional shopping sites, the layout of the search results changes slightly to be more price focused for comparison.</p>
<p>I came across new category filters that I haven’t previously seen, such as restaurants, retail, apartments, for sale, parking and so on. In this particular example, the additional category filters are contextually relevant to the search – in this case <a href="http://www.google.com.au/search?q=circle%20on%20cavill&amp;hl=en&amp;sa=N&amp;gl=au&amp;ei=Iq3ESr6FKpSHkQWLs_DPDg&amp;oi=tool&amp;resnum=0&amp;ct=tlink&amp;ved=0CCAQpwU">Circle on Cavill</a>.</p>
<p><a href="http://www.mantracircleoncavill.com.au">Circle on Cavill Gold Coast</a> is a residential high rise located in the heart of Surfers Paradise and is of comprised of two towers and complemented by a retail precinct located at the base. As a by product of the type of facility, it offers restaurants, retail shopping, apartments for holiday letting, apartments to purchase to live in, secure under ground car parking and an enormous outdoor big screen hanging between the two towers which plays sport, movies, news and life style shows and much more.</p>
<p>The additional categorisation filters available within the search options are fantastic, allowing a user to see the different types of information that Google knows about a particular search term.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/google-search-options-enhanced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leaving Kubrick</title>
		<link>http://ifdebug.com/articles/leaving-kubrick/</link>
		<comments>http://ifdebug.com/articles/leaving-kubrick/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 14:12:27 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://ifdebug.com/?p=157</guid>
		<description><![CDATA[Since launching #if debug in November 2007, I have been using the default WordPress theme. Initially I didn&#8217;t change the theme because I thought that it was sufficient and after not chaning it for so long &#8211; I had unfortunately &#8230; <a href="http://ifdebug.com/articles/leaving-kubrick/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Since launching #if debug in November 2007, I have been using the default WordPress theme.</p>
<p>Initially I didn&#8217;t change the theme because I thought that it was sufficient and after not chaning it for so long &#8211; I had unfortunately become used to it. I have nothing against the default WordPress theme, but it is used on thousands of different blogs around the world and as a by product &#8211; gives the impression that the owner of the site doesn&#8217;t care a whole lot for their site.</p>
<p>Today I am changing that for good and I vow never to go back to the default WordPress theme again.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/leaving-kubrick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Software Upgrade Process Inefficient</title>
		<link>http://ifdebug.com/articles/firefox-software-upgrade-process-inefficient/</link>
		<comments>http://ifdebug.com/articles/firefox-software-upgrade-process-inefficient/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:49:36 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ifdebug.com/?p=155</guid>
		<description><![CDATA[I&#8217;m using Firefox for the first time on my notebook in quite some time and I noticed that it was downloading an update. Curiously, I checked to see what version I was currently running and it was 3.0.10 and I &#8230; <a href="http://ifdebug.com/articles/firefox-software-upgrade-process-inefficient/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using Firefox for the first time on my notebook in quite some time and I noticed that it was downloading an update.</p>
<p>Curiously, I checked to see what version I was currently running and it was 3.0.10 and I assumed that it was going to update Firefox to the latest 3.5 series but I was mistaken. Instead, it upgraded to 3.0.11 which I thought was odd. As soon as it had completed, I checked for updates again and it said that another was available &#8211; surely this time it&#8217;ll get to Firefox 3.5, no it upgraded to 3.0.12. Checked again and another update was available and finally, it managed to upgrade Firefox to the latest and greatest version.</p>
<p>I&#8217;m sure there is a reason for doing an inline upgrade, however you&#8217;d think if you were going from 3.0 series into 3.5 series of an upgrade that it&#8217;d just make the jump and be done with it.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/firefox-software-upgrade-process-inefficient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hicksdesign Redesigns Without Any Fanfare</title>
		<link>http://ifdebug.com/articles/hicksdesign-redesigns-without-any-fanfare/</link>
		<comments>http://ifdebug.com/articles/hicksdesign-redesigns-without-any-fanfare/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 12:03:49 +0000</pubDate>
		<dc:creator>Alistair</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://ifdebug.com/articles/hicksdesign-redesigns-without-any-fanfare/</guid>
		<description><![CDATA[Jon Hicks, of Hicksdesign fame, has recently redesigned his unique and always creative web site and it appears to have gone unnoticed thus far. Likes The texture applied to the main circular logo, it makes it feel like a heavy &#8230; <a href="http://ifdebug.com/articles/hicksdesign-redesigns-without-any-fanfare/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Jon Hicks, of <a href="http://hicksdesign.co.uk">Hicksdesign</a> fame, has recently redesigned his unique and always creative web site and it appears to have gone unnoticed thus far.</p>
<p><strong>Likes</strong></p>
<ul>
<li>The texture applied to the main circular logo, it makes it feel like a heavy weight cardboard</li>
<li>Fixed sidebar navigation, not unique but uncommon enough to make it interesting</li>
<li>Hickensian is on debut</li>
<li>That the little tree has still made its way into the design, even if it is in a less lavish nature</li>
</ul>
<p><strong>Dislikes</strong></p>
<ul>
<li>Compared to previous versions, the footer of the site now feels bare and unloved.</li>
</ul>
<p>Overall I really like the new design, it is really different in style compared to previous versions of the site however still unmistakably Hicksdesign.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://ifdebug.com/articles/hicksdesign-redesigns-without-any-fanfare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
