<?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>Web Development Learnings &#187; Web Design</title>
	<atom:link href="http://stevethomas.com.au/cat/web-design/feed" rel="self" type="application/rss+xml" />
	<link>http://stevethomas.com.au</link>
	<description>according to Steve Thomas</description>
	<lastBuildDate>Wed, 04 Jan 2012 08:07:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Automatically Submit Google CSE</title>
		<link>http://stevethomas.com.au/web-design/automatically-submit-google-cse.html</link>
		<comments>http://stevethomas.com.au/web-design/automatically-submit-google-cse.html#comments</comments>
		<pubDate>Fri, 27 May 2011 23:55:38 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://stevethomas.com.au/?p=226</guid>
		<description><![CDATA[<p>This tutorial outlines two techniques to customise <a href="http://www.google.com/cse/">Google&#8217;s Custom Search Engine</a>:</p>
<ol>
<li>Generating your own custom styled search form</li>
<li>Fetching the search results on page load rather than the default which requires the Google provided search form to be submitted</li>
</ol>
<p>This enables you to place your custom styled search form anywhere on your site (for example in a global site header), and when the form is submitted the search results are automatically loaded as soon as the user lands on the search page &#8211; as opposed to the default behavior which requires submission of the Google provided search box.</p>
<p>This is a sample global form that I use in my header file, which submits to the url &#8220;/search&#8221;. I will leave the CSS side to your imagination.</p>
<p>On my search page, the following code displays the Google CSE search box and pre-loads the results which are passed in from PHP&#8217;s $_GET. Don&#8217;t forget to replace myUniqueID with your Google CSE unique ID.</p>
]]></description>
		<wfw:commentRss>http://stevethomas.com.au/web-design/automatically-submit-google-cse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Golden Rule of Design: KISS</title>
		<link>http://stevethomas.com.au/web-design/the-golden-rule-of-design-kiss.html</link>
		<comments>http://stevethomas.com.au/web-design/the-golden-rule-of-design-kiss.html#comments</comments>
		<pubDate>Wed, 28 Feb 2007 13:32:30 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://stevethomas.com.au/uncategorized/the-golden-rule-of-design-kiss.html</guid>
		<description><![CDATA[<p>A sincere thanks goes out to my borderline insane visual communication from my latter high school years &#8211; it all started when we had to build a scale house out of paper materials, architecturally acurate to the last detail. What I failed to see was that my fantastic H shaped house had a roof that was incredibly complex, nearly making me overshoot the project deadline trying to figure out how to build a roof for the thing!</p>
<p>My teacher told me something thing that really stuck, and it continues to be a good way of kick starting the creative process when I find myself staring aimlessly into space.</p>
<p><strong>The rule is called KISS &#8211; Keep It Simple, Stupid.</strong></p>
<p>The &#8220;stupid&#8221; part is a reflection of how many of us tend to act out of instinct &#8211; so many ideas are floating around that we want to do everything and anything. When a designer sits down and scribbles down how the design will work, perhaps only one person can make sense of it &#8211; can you guess who? The user is not stupid, the designer is stupid for expecting others to realise their vision.</p>
<p>Can you think of a top site that does not follow the rule of KISS? Look at Google&#8217;s phenomenal growth;  once upon a time there was no Google Tools, Google Maps or Google Earth. Despite these tools being generally easy to use, what could be easier than the original Google search design that has barely changed in years? One logo, one search box, one submit button, and a few  links at the bottom.</p>
<p>What the other major search engines failed / fail to notice, was that this very simple idea worked. This very simple idea kept people coming back over and over again to something that delivered&#8230; <a href="http://stevethomas.com.au/web-design/the-golden-rule-of-design-kiss.html" class="read_more">Read more</a></p>]]></description>
		<wfw:commentRss>http://stevethomas.com.au/web-design/the-golden-rule-of-design-kiss.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

