<?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"
	>

<channel>
	<title>Designbit</title>
	<atom:link href="http://designbit.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://designbit.co.uk</link>
	<description>Web Design Blog and Studio</description>
	<pubDate>Tue, 08 Jul 2008 18:53:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Shopping Carts should be Lists?</title>
		<link>http://designbit.co.uk/2008/07/08/shopping-carts-should-be-lists/</link>
		<comments>http://designbit.co.uk/2008/07/08/shopping-carts-should-be-lists/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 16:22:24 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Semantic Web]]></category>

		<category><![CDATA[WP Ecommerce]]></category>

		<category><![CDATA[Semantics]]></category>

		<category><![CDATA[wp-]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/?p=122</guid>
		<description><![CDATA[I have always made the assumption that shopping carts are tabular data and that its ok to use a table tag for that reason, but thinking semantically they are a list of the items your buying and their parameters. So why not use a list. It validates with W3C&#8217;s XHTML validator and the coding is [...]]]></description>
			<content:encoded><![CDATA[<p>I have always made the assumption that shopping carts are tabular data and that its ok to use a table tag for that reason, but thinking semantically they are a list of the items your buying and their parameters. So why not use a list. It validates with W3C&#8217;s XHTML validator and the coding is alot cleaner than most ecommerce websites.</p>
<p><span id="more-122"></span></p>
<p>I wondered for quite a while how to achieve this and firstly had divs and spans everywhere, then I looked at the data and realized that basically theres 3 lists of information; the product name, the quantity and the price. So heres the HTML:</p>
<p><code><br />
&lt;div id="wrapper"&gt;<br />
&lt;ul id="products"&gt;<br />
&lt;li&gt;&lt;h2&gt;Product&lt;/h2&gt;&lt;/li&gt;<br />
&lt;li&gt;black t-shirt - large&lt;/li&gt;<br />
&lt;li&gt;blue t-shirt - large&lt;/li&gt;<br />
&lt;li&gt;red t-shirt - small&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;ul id="quantity"&gt;<br />
&lt;li&gt;&lt;h2&gt;QTY&lt;/h2&gt;&lt;/li&gt;<br />
&lt;li&gt;1&lt;/li&gt;<br />
&lt;li&gt;2&lt;/li&gt;<br />
&lt;li&gt;4&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;ul id="price"&gt;<br />
&lt;li&gt;&lt;h2&gt;Price&lt;/h2&gt;&lt;/li&gt;<br />
&lt;li&gt;£40.20&lt;/li&gt;<br />
&lt;li&gt;£40.20&lt;/li&gt;<br />
&lt;li&gt;£40.40&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
</code></p>
<p>The wrapper div can be set to any width and the shopping cart will stretch to fill the void. Heres the CSS:</p>
<p><code><br />
#wrapper{width: 300px;}<br />
ul{ float: left; margin: 0; padding: 0;}<br />
#products{width: 50%;}<br />
#quantity{width: 25%;}<br />
#price{width: 25%;}<br />
li{list-style:none; }<br />
h2{display: block;  margin: 0; padding: 0;}<br />
</code></p>
<p><a title="view the semantic shopping cart" href="http://designbit.co.uk/semantic-shopping-cart.html">View the semantic shopping cart to see how it looks</a>, I think I could accomplish a lot more advanced shopping cart designs and also that this would be easier to maintain than its tabular equivalent. Your Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2008/07/08/shopping-carts-should-be-lists/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Browser Usability Issue</title>
		<link>http://designbit.co.uk/2008/05/30/web-browser-usability-issue/</link>
		<comments>http://designbit.co.uk/2008/05/30/web-browser-usability-issue/#comments</comments>
		<pubDate>Fri, 30 May 2008 13:53:52 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Web culture]]></category>

		<category><![CDATA[rant]]></category>

		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/?p=114</guid>
		<description><![CDATA[I just wanted to voice my concern that even though Internet Explorer is working on version 8 and Firefox into its terrible 2&#8217;s already, the browser designers are still missing a massive usability issue. One of the most common problems especially with the advent of high res screens and laptop popularity is text size.

Plee to [...]]]></description>
			<content:encoded><![CDATA[<p>I just wanted to voice my concern that even though Internet Explorer is working on version 8 and Firefox into its terrible 2&#8217;s already, the browser designers are still missing a massive usability issue. One of the most common problems especially with the advent of high res screens and laptop popularity is text size.</p>
<p><span id="more-114"></span></p>
<h2>Plee to the Browser Gods</h2>
<p>Please give more emphasis to enlarging text, maybe implement the simple &#8220;3 T&#8217;s&#8221; icon for text adjustment and stop hiding this functionality in a drop down menu out the way, I know Internet Explorer 7 brought it a little more into the limelight but I truly think the &#8220;3 T&#8217;s&#8221; or at least a letter &#8220;T&#8221; maybe with a plus and minor next to it would be a better solution.</p>
<p>The &#8220;3 T&#8217;s&#8221; or the Letter &#8220;T&#8221; have well know meanings as users are used to them in Office Applications. They are common place and a recognized icon for text.</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2008/05/30/web-browser-usability-issue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WP Ecommerce Template Tags</title>
		<link>http://designbit.co.uk/2008/05/22/wp-ecommerce-template-tags/</link>
		<comments>http://designbit.co.uk/2008/05/22/wp-ecommerce-template-tags/#comments</comments>
		<pubDate>Thu, 22 May 2008 10:57:06 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[template tags]]></category>

		<category><![CDATA[WP Ecommerce]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/?p=111</guid>
		<description><![CDATA[A growing list off all the template tags you can use to design and customize wp ecommerce, The plugin is still in its infancy and documentation is a little sparse but its a great ecommerce plugin for adding a shop to Wordpress.

Display Shopping Cart
Description
The template tag nzshpcrt_shopping_basket displays the shopping cart, usually used to add [...]]]></description>
			<content:encoded><![CDATA[<p>A growing list off all the template tags you can use to design and customize <a title="wordpress ecommerce plugin" href="http://www.instinct.co.nz/e-commerce/">wp ecommerce</a>, The plugin is still in its infancy and documentation is a little sparse but its a great ecommerce plugin for adding a shop to Wordpress.</p>
<p><span id="more-111"></span></p>
<h1>Display Shopping Cart</h1>
<h2>Description</h2>
<p>The template tag <strong>nzshpcrt_shopping_basket</strong> displays the shopping cart, usually used to add the cart to the sidebar or header.</p>
<h2>Usage</h2>
<p><code> &lt; ?php echo nzshpcrt_shopping_basket(); ?&gt;<br />
</code><br />
</p>
<h1>Display Category or Brand</h1>
<h2>Description</h2>
<p>The template tag <strong>show_cats_brands</strong> displays a list of the categories and brands. Usually used to list all the categories in a sidebar</p>
<h2>Usage</h2>
<p><code> &lt;?php show_cats_brands(); ? &gt;<br />
</code><br />
</p>
<h1>Display Products from a Category</h1>
<h2>Description</h2>
<p>The template tag <strong>wpsc_category</strong> displays a list of the products from a specified category. Usually used to create category pages.</p>
<h2>Usage</h2>
<p><code> [wpsc_category=2, full ]<br />
</code><br />
</p>
<h1>Display Default Products</h1>
<h2>Description</h2>
<p>The template tag <strong>productspage</strong> displays a list of the products from your default category, you set your default category in shop settings.</p>
<h2>Usage</h2>
<p><code> [ productspage ]<br />
</code><br />
</p>
<h1>Display Homepage Products</h1>
<h2>Description</h2>
<p>The template tag <strong>homepage_products </strong>displays a list of the products you set if &#8220;display on frontpage&#8221; is ticked for each individual product. Usually used for you shop homepage.</p>
<h2>Usage</h2>
<p><code> [homepage_products ]</code><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2008/05/22/wp-ecommerce-template-tags/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DesignBit Logo Concept</title>
		<link>http://designbit.co.uk/2008/05/07/designbit-logo-concept/</link>
		<comments>http://designbit.co.uk/2008/05/07/designbit-logo-concept/#comments</comments>
		<pubDate>Wed, 07 May 2008 14:11:57 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Design process]]></category>

		<category><![CDATA[logo]]></category>

		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/?p=95</guid>
		<description><![CDATA[I thought it would be interesting to show the process of creating a brand identity and thought it would be fun to record the process step by step on the blog, I have given myself 4 steps to complete; come up with an logo concept, mock up the design, add some detail and finally publish [...]]]></description>
			<content:encoded><![CDATA[<p>I thought it would be interesting to show the process of creating a brand identity and thought it would be fun to record the process step by step on the blog, I have given myself 4 steps to complete; come up with an logo concept, mock up the design, add some detail and finally publish onto this website. So this is step one, the logo concept.</p>
<p><span id="more-95"></span></p>
<h2>Initial Logo Ideas</h2>
<p>Firstly I have decided that I want to create a really simple brand that will somehow encompass the initials (DB), I think by shortening the brand name the users association with the brand will be easier to remember.</p>
<p>I also want something more traditional with a feeling of literature to emphasize on the fact that this is a blog, this means the content should have presidency. So no shiny web 2.0 logos, no shiny edges and no reflections.</p>
<h2>Font Styling</h2>
<p>To reflect the tradition of writing or journaling and to embrace the design decisions I have already taken on Designbit I will stick with Serif fonts for the logo. Throughout Designbit I have used Georgia as I like the way the serifs look non anti aliased, and also because I like it in smaller font sizes with lots of letter spacing.</p>
<h2>Color Choice</h2>
<p>As for colors I shall reflect the colors already picked on the design of the blog, white(#ffffff), light blue(#E5F2F8), and bright pink (#FF6AB5). I always keep this website quite monotone and decided a 3 color palette (black / pink / blue) will allow the content more space to breathe.</p>
<h2>Putting Pen to Paper</h2>
<p>I am not an artist and for sake of ridicule I shall keep my scribbles to myself (coincidentally, cameras stopped working), I often get remarks that I write like a doctor or even a 5 year old, but vanity aside I always start brand identity away from the computer with my trusty notepad and pencil, I find now is a good time to go for a walk and for me the more green around me the better.</p>
<p>I am back from my walk with my dog (Puddles) and I have some great ideas for which I have scribbled down as soon as I got through the door:</p>
<p>{insert photo of scribbles - when cameras fixed!}</p>
<h2>Concept 1: Shield</h2>
<p>My first preferred concept is a shield with the brand initials on it - the idea being that the shield represents the tradition of the written word and could be modernized by adding a few cool vector swirls or even some grunge effects, shields do seem to be in vogue at the moment.</p>
<h2>Concept 2: Simplified</h2>
<p>My second preferred concept is taking my original idea of using the intials and simplifying it down to its most basic form, actually getting rid of the second initial and just associating the brand with the first initial (D).</p>
<p>Well I am not completely removing the second initial (B) but intersecting them together.  Its feels like I&#8217;m finding the the lowest common dominator or making the logo into its simplest form by just using one main letter (D).</p>
<h2>Logo Concept Conclusion</h2>
<p>I like the idea of the shield but think it will be a little too jazzy / detailed for the blog design so I&#8217;m going to go with design concept 2, the simple Capital &#8220;D&#8221; with a lowercase &#8220;b&#8221; interjected within.</p>
<p>Just imagine If I could get my brand associated with just a single character - that would be quite an achievement.</p>
<h2>Logo Concept Summary</h2>
<p>So to summarize on the task ahead of me I have a checklist of features the logo should encompass: Serifs, Brand Colors and Extreme Simplicity. I also have my logo concept which fits in with these ideals quite well and I have had some exercise. Watch this space for step 2 : logo mock up.</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2008/05/07/designbit-logo-concept/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Paint</title>
		<link>http://designbit.co.uk/2008/01/30/microsoft-paint/</link>
		<comments>http://designbit.co.uk/2008/01/30/microsoft-paint/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 11:03:05 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Design inspiration]]></category>

		<category><![CDATA[Web culture]]></category>

		<category><![CDATA[paint]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/2008/01/30/microsoft-paint/</guid>
		<description><![CDATA[A unique look into the world of Microsoft software development which focuses on their MS Paint application, from developing the application to actually using its unique features and tools including the eraser tool and the new &#8220;save&#8221; function.



]]></description>
			<content:encoded><![CDATA[<p>A unique look into the world of Microsoft software development which focuses on their MS Paint application, from developing the application to actually using its unique features and tools including the eraser tool and the new &#8220;save&#8221; function.
</p>
<p><span id="more-88"></span></p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Hxx2KcPWWZg&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Hxx2KcPWWZg&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2008/01/30/microsoft-paint/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Design Inspiration: Cubism, Picasso</title>
		<link>http://designbit.co.uk/2007/12/19/what-is-cubism/</link>
		<comments>http://designbit.co.uk/2007/12/19/what-is-cubism/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 10:20:49 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Art]]></category>

		<category><![CDATA[Design inspiration]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/2007/12/19/what-is-cubism/</guid>
		<description><![CDATA[
Cubism is an art movement that i find very inspiring as a designer, the movement took place in the 20th century (1908) and the results of this abstraction or fragmentation of the viewers perspective of the art piece created some amazing works of art. Check out this vid about it&#8217;s humble beginnings.





This is also a [...]]]></description>
			<content:encoded><![CDATA[<p>
Cubism is an art movement that i find very inspiring as a designer, the movement took place in the 20th century (1908) and the results of this abstraction or fragmentation of the viewers perspective of the art piece created some amazing works of art. Check out this vid about it&#8217;s humble beginnings.
</p>
<p><span id="more-87"></span></p>
<p>
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/LkODKN_m_H4&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/LkODKN_m_H4&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>
</p>
<p>This is also a great vid of Picasso&#8217;s work including the cubism movement:</p>
<p>
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Odqhkt3kYiA&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Odqhkt3kYiA&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2007/12/19/what-is-cubism/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Design Podcasts</title>
		<link>http://designbit.co.uk/2007/12/09/web-design-podcasts/</link>
		<comments>http://designbit.co.uk/2007/12/09/web-design-podcasts/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 10:13:13 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Design inspiration]]></category>

		<category><![CDATA[Design process]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Web culture]]></category>

		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/2007/12/09/web-design-podcasts/</guid>
		<description><![CDATA[
I find it very easy to take in information via audio and have found podcast&#8217;s an especially useful resource of great web design and business information and the medium is coming of age nicely. Following is my list of my favourite web design podcasts.


Boagworld Podcast

This podcast aims to provide news and advice on website design [...]]]></description>
			<content:encoded><![CDATA[<p>
I find it very easy to take in information via audio and have found podcast&#8217;s an especially useful resource of great web design and business information and the medium is coming of age nicely. Following is my list of my favourite web design podcasts.
</p>
<p><span id="more-81"></span></p>
<h2><a href="http://www.boagworld.com/podcast/index.html" title="Boag world web design podcast">Boagworld Podcast</a></h2>
<p>
This podcast aims to provide news and advice on website design and management without overwhelming you with techno babble! Hopefully it has something for everybody, whether you design, develop or run websites on a daily basis.
</p>
<h2><a href="http://www.fmstudio.com/" title="Media Artist Secrets">Media Artist Secrets</a></h2>
<p>
This podcast is well presented and is aimed at all media artist&#8217;s, the emphasis is on motivating and inspiring entrepreneurs and also features some great business hints and tips.
</p>
<h2><a href="http://www.netmag.co.uk/zine/podcast" title="dot net web design podcast">.Net Mag</a></h2>
<p>
The .Net Magazine podcast is well put together and usually features industry news and reviews and an in depth interview with a leading web designer / developer.
</p>
<h2><a href="http://www.smallbizpod.co.uk/" title="Small biz podcast">Small Biz Podcast</a></h2>
<p>
The UK&#8217;s first small business podcast. Interviews and practical advice for startups and businesses of all sizes. Real inspiration, real insight and the secrets of success from real entrepreneurs.
</p>
<h2><a href="http://therissingtonpodcast.co.uk/" title="Rissington Podcast">Rissington Podcast</a></h2>
<p>
John Oxton and Jon Hicks, broadcasting from their ex-RAF base office in Upper Rissington. Think of it as a web-geek version of Gardeners Question Time!
</p>
<h2><a href="http://wp-community.org/" title="Wordpress Podcast">Wordpress Podcast</a></h2>
<p>
The Wordpress Podcast is a great way to keep up-to-date on all things Wordpress including plugin releases, updates, news and reviews and sometimes interviews and guest speakers.
</p>
<h2><a href="http://www.tweakcast.com/" title="Tweak Podcast">Tweak Podcast</a></h2>
<p>
Tweak is all about the small stuff, making small adjustements in your life and business can make a big difference. This podcast is excellently presented and covers the process of web design in great detail from a freelance designers perspective.
</p>
<h2><a href="http://2007.sxsw.com/coverage/podcasts/" title="SXSW Podcast">South by South West Podcast</a></h2>
<p>
From the SXSW conference; the speakers are great quality and alot of its great listening from a multitude of web design and technology related industry leaders.</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2007/12/09/web-design-podcasts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Design Mock-ups Dont Work?</title>
		<link>http://designbit.co.uk/2007/11/29/design-mockups-dont-work/</link>
		<comments>http://designbit.co.uk/2007/11/29/design-mockups-dont-work/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 11:53:01 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Design process]]></category>

		<category><![CDATA[Web culture]]></category>

		<category><![CDATA[Mock-up]]></category>

		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/2007/11/29/design-mockups-dont-work/</guid>
		<description><![CDATA[
In the early stages of a web design project most designers I know offer 3 different designs for the client to pick from, the client picks which is their favorite of the three mock ups and this design is used for the project. I think this design process is unproductive for the project, and worse [...]]]></description>
			<content:encoded><![CDATA[<p>
In the early stages of a web design project most designers I know offer 3 different designs for the client to pick from, the client picks which is their favorite of the three mock ups and this design is used for the project. I think this design process is unproductive for the project, and worse it wastes time.
</p>
<p><span id="more-78"></span></p>
<p>
Creating mock-ups usually involves opening up a blank Photoshop of Illustrator document and laying out 2 or 3 different themes as to how the website will look, the mock-ups are often greatly detailed and take up a lot of time to produce. Each Mock-up usually contains a fairly accurate layout structure, a color theme, some even have an initial logo concept.
</p>
<h2>Mock-up Problems</h2>
<p>
If each Mock-up takes 2 or 3 days to complete that&#8217;s a lot of time wasted that could be spent in other areas, I also think the designer is sub consciously laying out the design in the fashion that best suits the theme they are creating and not a layout designed for the websites users.
</p>
<p>
I also believe the more choices you give clients the harder it is for them to choose and you will end up with a mish mash of design elements from each mock-up - don&#8217;t get me wrong the client should have some design control but they are paying you to be an expert in design.
</p>
<p>
What you are really doing in these initial 3 mock ups is proving your design skills by showing off a fashion show to the client - surely that&#8217;s the job of your portfolio.
</p>
<h2>My Mock-up Approach</h2>
<p>
I waste no time making three different mock ups, I don&#8217;t create a load of different styles and I do not make my initial mock-ups detailed at all. I use a three step process to collate specific data and create just one mock-up that represents my proposed design ideas:
</p>
<h3>1. Color and Feeling Chart</h3>
<p>
Instead of wasting my time creating a fashion show I use color theory and any existing companies branding to pick great contrasting colors to make the backbone of the companies brand. I show the client this in the form of a swatch with a description and the color chart that explains my color choices.
</p>
<p>
It also outlines what emotional reactions the colors provoke to the user and what characteristics the colors are associated with and why they are right for the company. I usually use Adobe Illustrator for this and export it as PDF to print off or email. I also discuss this with the client and get the client to sign this off.
</p>
<h3>2. Sitemap</h3>
<p>I create a site map of the website from the data initially gathered from the client and represent this as a black and white chart that outlines the navigational structure and also how each page inter connects -I usually use Microsoft&#8217;s Visio for this and then export it as a PDF to print off or email. This is also signed off by the client.
</p>
<h3> 3. Website Reviews</h3>
<p>I will hand pick from the clients leading competitors websites and ask the client what he likes about different parts of their websites, do you like the curves here? does this sidebar look better on the left or the right? I will also throw in a few websites that I know will answer some questions for instance do you like a minimalistic website like Designbit or a curvy website like some other website?. Do you like straight angles or curly lines? Do you like the type on this website? etc</p>
<p>
I collect this information and this will help determine the clients taste and how they want there website to be themed. After all they are the people paying the bills. I also take what I feel their chosen demographic likes also - but usually find user identification happens a little further along the design path. I outline my findings in a document and get the client to sign off on this too.
</p>
<h2>Its Mock-up Time</h2>
<p>Now I will open up Illustrator and create one mock-up from the data gathered from the three steps above and this is a quick mock-up that showcases the colors we have picked the navigational structure and the theme that the client likes as well as the layout and typography.
</p>
<p>
I explain that until we delve deeper into the data  gathering process we cannot possibly define the exact functionality and therefore most page elements position and importance cannot be calculated properly yet. I will show off how some elements will look but the mock-up concentrates on representing the findings so far plus a little bit of my design flare.
</p>
<p>
The great thing about working with mock-ups in this way is that the client is talked through the whole process and also makes the design choices themselves - they are kept in the loop throughout the whole process and will feel like they have contributed to the design of the mock-up. When you show them the complete mock-up they are happy with it because they are well aware why you used those colors, why you used that theme and why the navigation structure is presented in that way.
</p>
<p>
This process of creating one mock up is really trying to get the message across that if you take more time accessing the clients needs with well planned data gathering / analysis you will get the mock up that&#8217;s a good fit for the company first time. I also find I can complete this whole process in a day or two, and then you have already got some great supporting information to take into the next development phase , the planning.
</p>
<h2>Your Thoughts?</h2>
<p>
Please share your thoughts on design mock-ups and what process of mocking up do you use?, am I the only designer in the world who creates one mock-up?</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2007/11/29/design-mockups-dont-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tips for New Designers</title>
		<link>http://designbit.co.uk/2007/11/23/tips-for-new-designers/</link>
		<comments>http://designbit.co.uk/2007/11/23/tips-for-new-designers/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 10:31:55 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Design process]]></category>

		<category><![CDATA[Website marketing]]></category>

		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://designbit.co.uk/2007/11/23/tips-for-new-designers/</guid>
		<description><![CDATA[
As I am celebrating Designbit&#8217;s birthday and looking back over the journey I have been on over the last year. I realised just how much I have learnt about the technologies and design industry itself, for anybody new to web design I want to save you some time and offer some design tips and hints.


KISS [...]]]></description>
			<content:encoded><![CDATA[<p>
As I am celebrating Designbit&#8217;s birthday and looking back over the journey I have been on over the last year. I realised just how much I have learnt about the technologies and design industry itself, for anybody new to web design I want to save you some time and offer some design tips and hints.
</p>
<p><span id="more-76"></span></p>
<h2>KISS (I meant the acronym)</h2>
<p>
KISS (Keep It Simple Stupid) a lovely term obviously coined by some Yorkshire farmer talking about mud or beef or cheese - but annoying as this phrase is it works well. If your not that confident about your design skills or illustrator / photo-shopping then keeping things simple is the best way forward; simple typography; keep the amount of fonts down to increase neatness.
</p>
<p>
You don&#8217;t have to reinvent the wheel on every project; most companies just want a website that will get their message across and achieve their main goals if they want you to reinvent the wheel they will pay well for the extra work. So layouts can be simple easy to use and dependable, top main navigation a sidebar for lower navigation and obvious content areas.
</p>
<p>One of the most common comments I receive when I show potential clients some of my works is that its &#8220;really simple to use&#8221; and &#8220;obvious&#8221;. You don&#8217;t always have to use flashy graphics with gradients, shiny effects and buttons for links and most the time this is unnecessary as fundamentally the Internet is full of hyper linked web pages linked together by blue underlined links - this is web education 101 and what your mum, brother and grandad will know about how the Internet works.
</p>
<h2>Learn a CMS</h2>
<p>If you want to make any company happy nowadays you will have to supply them with a means of controlling content without having to rely on a expensive web designer to change the coding every time they want to update the website.
</p>
<p>
A Content Management System will allow the client to log in add/edit/delete and manage the whole website from any PC with a Internet connection. This is a big step up from static HTML and probably looks very scary but this will really differentiates you as a designer  to your potential client. I use <a href="http://wordpress.org/">Wordpress</a>, <a href="http://www.shopify.com/">Shopify</a> and <a href="http://joomla.org/">Joomla</a> and have found them invaluable tools.
</p>
<h2>Get a reseller account</h2>
<p>Web hosting can be quite expensive for companies and often the idea of having to pay for hosting as well as your design services to smaller clients will put them off - if you can include web hosting for a year with your design / re-design then it may sway the deal. You can also reliably host your own company website and any extra projects you delve into.
</p>
<h2>Make industry contacts</h2>
<p>
Often you be asked questions by client that you do not know the answer to, the client doesn&#8217;t know how many different subcategories of web design they&#8217;re are and probably doesn&#8217;t know the difference between web design (design and front end) and web development (programming / back-end).
</p>
<p>
If you have a programmer / SEO/ designer / CMS expert /  industry contact then you can say yes to their questions safe in the knowledge that you have the contacts to get the project completed and gain the clients trust with positive answers.
</p>
<p>
You are not lying to get the project, you are being hired to solve their web design needs and everybody in every industry outsources. I have lost count of the amount of times I have picked a industry contacts brain about their specialist subject and it has had a positive effect on my project. I have a handful of developers / designers that I can rely on and I know their rates of pay and how busy they are at all times.
</p>
<h2>Be competitive</h2>
<p>I often challenge my peers to bets about marketing (how many diggs you&#8217;ll get), design competitions (logo design etc) and often lose dreadfully but its a great way to learn from one another and gauge how each other works and if you can work together on future projects.
</p>
<p><h2>Drop the dead donkey</h2>
<p>If you try a side project that&#8217;s soaking up your valuable time and funds that isn&#8217;t working don&#8217;t be scared to drop it - I have just done this with a project I have invested in and now another great idea is getting that attention.
</p>
<h2>Drop the dead donkey</h2>
<p>If the client is really indecisive, rude, overly demanding, wont pay a deposit, then don&#8217;t be scared to drop them - they will be more hassle than the projects worth. They are really nice companies and individuals out there looking for other nice professional people to perform services for them.
</p>
<p>
I cant believe the fantastic clients I often work with, really nice genuine people who are fair and respectful - I didn&#8217;t go freelance to work with anybody else.</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2007/11/23/tips-for-new-designers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Better Google Results</title>
		<link>http://designbit.co.uk/2007/06/26/better-google-results/</link>
		<comments>http://designbit.co.uk/2007/06/26/better-google-results/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 17:52:34 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
		
		<category><![CDATA[Website marketing]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[Search Engines]]></category>

		<guid isPermaLink="false">http://82.110.105.90/scorchbox.com/2007/06/26/better-google-results/</guid>
		<description><![CDATA[If you are searching around for web design coding techniques or want to find a blog on a certain topic Google sometimes seems to miss your search terms completely. Using special characters you can target your terms to return more relevant search results.

Google Basics
If you run a normal search through Google and click “google search” [...]]]></description>
			<content:encoded><![CDATA[<p>If you are searching around for web design coding techniques or want to find a blog on a certain topic Google sometimes seems to miss your search terms completely. Using special characters you can target your terms to return more relevant search results.</p>
<p><span id="more-54"></span></p>
<h2>Google Basics</h2>
<p>If you run a normal search through Google and click “google search” Google will search for every word in your terms: and show pages relevant to your search. If you re-enter some search terms and click “im feeling lucky” Google will pull up the one website that it believes is most relevant to your search terms.</p>
<p>If you searched for &#8220;Web Design Blog&#8221;, the result that is returned will contain all the 3 search terms but not necessarily as a phrase or related in any way.</p>
<p>Google actually performs your search with the words you specify and in the order you have typed them. So to make a search more relevant you should always but the most important term first.</p>
<h2>Google Special Characters</h2>
<p>You can use special characters or operators to find results in a specific way. I will cover 6 special characters that will help you search more accurately.</p>
<h3>Quoted phrases</h3>
<p>If you put your search terms in quotes then Google will return results containing the exact quoted phrase in the order you have specified and containing each search term.</p>
<p>For Example if you search for “Anthony Brewitt” in quotes then the pages that are returned will show that exact phrase, not “Anthony had a dog called Brewitt”.</p>
<h3>+ operator</h3>
<p>If we want Google to search for a particular term we put the addition sign directly in front of the search term, this is usually used if there is a stop word like; the, I, and, Of etc. So if your search term was<br />
&#8220;+the web design blog&#8221; Google will take the stop word “The” as part of the phrase. Note that there should not be any spaces between the operator and the search term.</p>
<h3>- Operator</h3>
<p>The exact opposite of the + operator. If you do not want a word to be in your search term then precede it with the minus operator, For example: &#8220;Book –by a.c grayling&#8221; . The pages returned from Google will not have the search term “by” within them.</p>
<h3>~ Operator</h3>
<p>This is called the tilde operator and is used to search for the word and synonyms of that word, a useful one for technical research. for example: &#8220;~ cat&#8221;. Just in case you didn’t know a synonym is a word that describes the identical or near identical to the original word. For instance Cat could return Feline or Pussy Cat.</p>
<h3>OR operator</h3>
<p>Use an uppercase &#8220;OR&#8221; between search terms and Google will return any of the search terms.  Handy if you want all your search terms to be within your returned results. For example: &#8220;Web OR Design&#8221; will find pages that include either “Web” or “Design” or both terms, but not pages that contain neither search term.</p>
<h3>.. Operator</h3>
<p>A great way of searching Google for a price range. Say you want to search for a new Sony monitor and you have a budget of 100 – 400, you could set your price parameters using this operator. For example: &#8220;Sony Monitor 100..400&#8243;</p>
<h3>Special Character Conclusion</h3>
<p>I hope these special characters will improve your Google searching, I use them often as a lot of the time I agree to projects that will have one or two sections I am a little unsure of, thanks to these special characters I am confident I will find my solutions in Google quickly. Happy Googling.</p>
]]></content:encoded>
			<wfw:commentRss>http://designbit.co.uk/2007/06/26/better-google-results/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
