<?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>CeeFourBee &#187; Web Design</title>
	<atom:link href="http://ceefourbee.co.uk/tag/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://ceefourbee.co.uk</link>
	<description>The Thoughts and Opinions of Barney Lockwood</description>
	<lastBuildDate>Sat, 05 May 2012 12:23:25 +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>CSS: Submit Button Image Replacement</title>
		<link>http://ceefourbee.co.uk/2009/01/web-design/css-submit-button-image-replacement/</link>
		<comments>http://ceefourbee.co.uk/2009/01/web-design/css-submit-button-image-replacement/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 20:25:07 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/?p=255</guid>
		<description><![CDATA[Before today I had never used CSS to replace the submit button on forms with an image. I&#8217;ve either not styled the button, or just changed the colours the button uses. Today I needed to use an image as part &#8230; <a href="http://ceefourbee.co.uk/2009/01/web-design/css-submit-button-image-replacement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-265" title="Search Button Code" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2009/01/searchbutton-thumb1.png" alt="" width="390" height="121" /></p>
<p>Before today I had never used CSS to replace the submit button on forms with an image. I&#8217;ve either not styled the button, or just changed the colours the button uses. Today I needed to use an image as part of a design and it was very simple. I was quite surprised because I thought it would be a <acronym title="Pain In The Arse">PITA</acronym>. Read more to see my method.<span id="more-255"></span></p>
<p>To start with you need a submit button using something like the following HTML;</p>
<p><code>&lt;input type="submit" value="Search" id="searchButton" /&gt;</code></p>
<p>Then use the following CSS to apply an image over the default button;</p>
<p><code>#searchButton</code><br />
<code>{</code><br />
<code>background: url('directory/yourImage.png') no-repeat center bottom;</code><br />
<code>border: 0 none;</code><br />
<code>width: 22px;</code><br />
<code>height: 20px;</code><br />
<code>margin-left: -1px;</code><br />
<code>padding-top: 20px;</code><br />
<code>overflow: auto;</code><br />
<code>text-indent: -1000px;</code><br />
<code>cursor: pointer;</code><br />
<code>position: absolute;</code><br />
<code>}</code></p>
<p>Set the padding attribute to the same value as the height of the image in order to replace the submit button. The margin and padding attributes are particular to Firefox and I used these to get the submit button to align with the text input. To get the submit button to line up in IE, use a conditional comment in your &lt;head&gt; to apply different position and margin attributes;</p>
<p><code>&lt;!--[if IE]&gt;</code><br />
<code>&lt;style type="text/css"&gt;#searchButton{position: relative; margin-left: -5px;}&lt;/style&gt;</code><br />
<code>&lt;![endif]--&gt;</code></p>
<p>You will have to play around with the text input&#8217;s padding in order to make it the same height as the submit button. But you can see what you can achieve in the following screenshot;</p>
<p><img class="alignnone size-full wp-image-259" title="Search Box" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2009/01/searchbox.png" alt="" width="338" height="44" /></p>
<p>This method works in IE6, 7, 8 and Firefox. It also works in Opera, but I haven&#8217;t got the submit button to align with the text input. Not a great problem for me as this design is part of an intranet that, for the most part, will be accessed on IE.</p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2009/01/web-design/css-submit-button-image-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Review: July</title>
		<link>http://ceefourbee.co.uk/2008/08/web-design/web-review-july/</link>
		<comments>http://ceefourbee.co.uk/2008/08/web-design/web-review-july/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 21:34:06 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Review]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/?p=182</guid>
		<description><![CDATA[You might have read the title and hoped I was talking about an excellent program that was hosted by Jason Bradbury late at night on ITV. But, I&#8217;m not. I&#8217;m actually just going to point myself, and anyone else who &#8230; <a href="http://ceefourbee.co.uk/2008/08/web-design/web-review-july/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/08/newconcept-large.jpg"><img class="alignnone size-full wp-image-183" title="New {Concept}" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/08/newconcept-thumb.jpg" alt="" width="392" height="120" /></a></p>
<p>You might have read the title and <em>hoped</em> I was talking about an excellent program that was hosted by <a title="Jason Bradbury's blog." href="http://www.jasonbradbury.com/">Jason Bradbury</a> late at night on ITV. But, I&#8217;m not. I&#8217;m actually just going to point myself, and anyone else who can bring themselves to read my blog, towards some websites I like. Predominantly, these will just be websites that have a pretty design, but I may feature some for less frivolous reasons. So, here are this months.</p>
<p><span id="more-182"></span><a title="New {Concept} home page." href="http://www.newconcept.hu/">New {Concept}</a> is featured as the headline screenshot and has a lovely navigation menu. Point your mouse over the menu and the hover effect chases you around as you go back and forth. The nice chap behind the website, Szabolcs Bakos, has even provided the <a title="New {Concept} menu code." href="http://www.newconcept.hu/index.php/data/article/the_javascript_navigation_of_my_blog_fancy_menu/">JavaScript behind the menu</a>.</p>
<p><a href="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/08/seanklassen-large.jpg"><img class="alignnone size-full wp-image-186" title="Sean Klassen" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/08/seanklassen-thumb.jpg" alt="" width="392" height="120" /></a></p>
<p><a title="Sean Klassen owns a suit." href="http://seanklassen.com/">Sean Klassen</a>&#8216;s home page is random, but I like that. I also like the fact that Sean Klassen owns a suit. It&#8217;s a simple, clean and to the point website. Nothing too fancy and nothing too busy. Plus there is some really good work in <a title="Sean Klassen's portfolio." href="http://portfolio.seanklassen.com/">the portfolio</a>.</p>
<p><a href="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/08/alexcohaniuc-large.jpg"><img class="alignnone size-full wp-image-189" title="Alex Cohaniuc" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/08/alexcohaniuc-thumb.jpg" alt="" width="392" height="120" /></a></p>
<p><a title="Alec Cohaniuc's website." href="http://www.alexcohaniuc.com/">Alex Cohaniuc</a> has a nice menu/portfolio/gallery section for displaying his work. I also like the fact that there isn&#8217;t a lot going on, on his website. Just examples of work, a very brief <abbr title="biography">bio</abbr> and a contact form. Simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2008/08/web-design/web-review-july/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Dev/Design Firefox Extensions</title>
		<link>http://ceefourbee.co.uk/2008/07/web-design/web-devdesign-firefox-extensions/</link>
		<comments>http://ceefourbee.co.uk/2008/07/web-design/web-devdesign-firefox-extensions/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 19:33:18 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Firefox Extensions]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/?p=156</guid>
		<description><![CDATA[ColorZilla ColorZilla home page ColorZilla Firefox page Use the eyedropper to pick the colour you&#8217;d like to steal from a website. Alternatively, get it to analyse and display all the colours used on a website and steal them that way. &#8230; <a href="http://ceefourbee.co.uk/2008/07/web-design/web-devdesign-firefox-extensions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-157" title="ColorZilla" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/07/colorzilla-thumb.png" alt="" width="392" height="120" /></p>
<h3>ColorZilla</h3>
<ul>
<li><a title="ColorZilla development website." href="http://www.iosart.com/firefox/colorzilla/">ColorZilla home page</a></li>
<li><a title="Firefox add-on repository." href="https://addons.mozilla.org/en-US/firefox/addon/271">ColorZilla Firefox page</a></li>
</ul>
<p>Use the eyedropper to pick the colour you&#8217;d like to steal from a website. Alternatively, get it to analyse and display all the colours used on a website and steal them that way.</p>
<p><span id="more-156"></span></p>
<p><img class="alignnone size-full wp-image-158" title="Firebug" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/07/firebug-thumb.png" alt="" width="392" height="120" /></p>
<h3>Firebug</h3>
<ul>
<li><a title="Firebug development website." href="http://getfirebug.com/">Firebug home page</a></li>
<li><a title="Firefox add-on repository." href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug Firefox page</a></li>
</ul>
<p>View and edit HTML, CSS and JavaScript in Firefox. Great for seeing results of any little changes instantly.</p>
<p><img class="alignnone size-full wp-image-164" title="MeasureIt" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/07/measureit-thumb.png" alt="" width="392" height="120" /></p>
<h3>MeausureIt</h3>
<ul>
<li><a title="MeasureIt development website." href="http://www.kevinfreitas.net/extensions/">MeasureIt home page</a></li>
<li><a title="Firefox add-on repository." href="https://addons.mozilla.org/en-US/firefox/addon/539">MeasureIt Firefox page</a></li>
</ul>
<p>We all know chaps like to measure things, no matter how small. Now you can measure your website.</p>
<p><img class="alignnone size-full wp-image-159" title="Screen grab!" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/07/screengrab-thumb.png" alt="" width="392" height="120" /></p>
<h3>Screen grab!</h3>
<ul>
<li><a title="Sceeen grab! development website." href="http://www.screengrab.org/">Screen grab! home page</a></li>
<li><a title="Firefox add-on repository." href="https://addons.mozilla.org/en-US/firefox/addon/1146">Screen grab! Firefox page</a></li>
</ul>
<p>Great extension for taking a full screenshot of a website &#8211; top to bottom no matter how big. You can also take screenshots of any selections you wish to make.</p>
<p><img class="alignnone size-full wp-image-160" title="Stylish" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/07/stylish-thumb.png" alt="" width="392" height="120" /></p>
<h3>Stylish</h3>
<ul>
<li><a title="Stylish development website." href="http://userstyles.org/stylish/">Stylish home page</a></li>
<li><a title="Firefox add-on repository." href="https://addons.mozilla.org/en-US/firefox/addon/2108">Stylish Firefox page</a></li>
</ul>
<p>Create your own style sheets for websites and customise the way they look. Great for getting rid of adverts or making all the text your favourite colour &#8211; pink!</p>
<p><img class="alignnone size-full wp-image-161" title="Web Developer" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/07/webdeveloper-thumb.png" alt="" width="392" height="120" /></p>
<h3>Web Developer</h3>
<ul>
<li><a title="Web Developer development website." href="http://chrispederick.com/work/web-developer/">Web Developer home page</a></li>
<li><a title="Web Developer development website." href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer Firefox page</a></li>
</ul>
<p>There can&#8217;t be many people who have an interest in web design/development who haven&#8217;t heard of this extension. Invaluable!</p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2008/07/web-design/web-devdesign-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Return of the Mack</title>
		<link>http://ceefourbee.co.uk/2008/07/life/return-of-the-mack/</link>
		<comments>http://ceefourbee.co.uk/2008/07/life/return-of-the-mack/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 14:49:19 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/?p=117</guid>
		<description><![CDATA[Yeah, CeeFourBee is back and I&#8217;m still full of puns. For a few reasons, none of which I can be arsed to list, I stopped posting on my blog and then it disappeared for a while. But now I&#8217;ve come &#8230; <a href="http://ceefourbee.co.uk/2008/07/life/return-of-the-mack/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/07/ceefourbee2007-large.png"><img class="alignnone size-medium wp-image-121" title="CeeFourBee 2007" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2008/07/ceefourbee2007-thumb.png" alt="" width="392" height="120" /></a></p>
<p>Yeah, CeeFourBee is back and I&#8217;m still full of puns. For a few reasons, none of which I can be arsed to list, I stopped posting on my blog and then it disappeared for a while. But now I&#8217;ve come back with a new design, something that I&#8217;d been wanting to do for a while. Although, I did start it back in January this year, but my time became precious and I stopped. You can see the previous design in the above screenshot. Preserved for posterity.</p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2008/07/life/return-of-the-mack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&lt;body&gt; Modification</title>
		<link>http://ceefourbee.co.uk/2007/09/web-design/body-modification/</link>
		<comments>http://ceefourbee.co.uk/2007/09/web-design/body-modification/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 17:43:40 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/2007/09/18/body-modification/</guid>
		<description><![CDATA[Last year there was a thread on OcUK (a forum I frequent) about modifying the default vBulletin theme that is used, changing it from blue to grey. The original idea and CSS was all the idea of Rob Miller. Since &#8230; <a href="http://ceefourbee.co.uk/2007/09/web-design/body-modification/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="OcUK Blue Theme" href="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/09/ocuk-blue.png"><img src="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/09/ocuk-blue-thumb.jpg" alt="OcUK Blue Theme" width="392" height="120" /></a></p>
<p><a title="OcUK Grey Theme" href="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/09/ocuk-grey.png"><img src="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/09/ocuk-grey-thumb.jpg" alt="OcUK Grey Theme" width="392" height="120" /></a></p>
<p>Last year there was a thread on <a title="The Overclcokers UK community" href="http://forums.overclockers.co.uk/">OcUK</a> (a forum I frequent) about modifying the default <a title="Virtual Bulletin forum software" href="http://www.vbulletin.com/">vBulletin</a> theme that is used, <a title="The original Modify OcUK thread" href="http://forums.overclockers.co.uk/showthread.php?t=17569431">changing it from blue to grey</a>. The original idea and CSS was all the idea of <a title="Rob Miller's Blog" href="http://robm.me.uk/">Rob Miller</a>. Since then, people have been adding bits to it and finding ways of doing it in both Firefox and Opera.</p>
<p><span id="more-69"></span>I didn&#8217;t really take that much notice of it to start with, mainly because I was quite happy with the default blue theme. I only got involved once people couldn&#8217;t get hold of an extension Rob Miller had made for Firefox that included extra buttons to go with the new colour scheme. So, I took the original CSS, made some new buttons, hosted them and made the new code available so people could have the new theme complete with matching buttons.</p>
<p>After that, I thought that a lot of the old vBulletin icons didn&#8217;t really fit in with the grey theme. I took some of the silk icons from <a title="Personal website of Mark James" href="http://www.famfamfam.com">FamFamFam</a>, made by Mark James, and started to add them into the theme. I also started to modify some of the default vBulletin icons, changing their colour so that they would fit in with the new grey theme.</p>
<p>A few revisions later and  there was a much better looking vBulletin theme for OcUK. That was until another user pointed out that the method I was using to hide the old images/icons wasn&#8217;t working very well within Opera. That was simply rectified by adding vertical padding as well as the horizontal padding to each hidden image/icon. That still left one pixel of the original images and icons, but it was a big improvement.</p>
<p>A further revision was made after another member, <a title="Augemented's suggestion to use base64" href="http://forums.overclockers.co.uk/showpost.php?p=9967227&amp;postcount=130">Augmented</a>, suggested the use of <a title="Wikipedia entry on base64" href="http://en.wikipedia.org/wiki/Base64">base64</a> to store the small icon files within the CSS file. Making the new theme far more portable, while also saving me the need to host the images for everyone. Along with a few more changes to make the drop down menus in the reply box readable, a tentative final version was released.</p>
<p>If you use either Firefox or Opera and want to modify the default theme for OcUK, then you will need the <a title="CSS file for modifying OcUK default theme" href="http://ceefourbee.co.uk/ocuk-buttons/ocuk.css">Grey Theme CSS file</a>.</p>
<h3>Firefox Users</h3>
<ol>
<li>Download and install <a title="Stylish extension for creating custom style sheets" href="https://addons.mozilla.org/en-US/firefox/addon/2108">Stylish extension</a> then restart Firefox</li>
<li>Open Stylish by clicking the small icon in the bottom right corner of Firefox</li>
<li>Go to &#8220;Manage Styles&#8221;</li>
<li>Choose &#8220;Write&#8221;</li>
<li>Give the new style a name, I used OcUK Grey Icons</li>
<li>Paste the contents of the Grey Theme CSS file into the main text area</li>
<li>Click save. Your changes should appear immediately</li>
</ol>
<h3>Opera Users</h3>
<ol>
<li>You need to save the Grey Theme CSS file somewhere on your computer</li>
<li>Open the CSS file and remove the first and last lines;<br />
<code>@-moz-document domain(forums.overclockers.co.uk) {</code><br />
and<br />
<code>}</code></li>
<li> Go to the website you&#8217;re applying the style to in Opera</li>
<li> Right click on the page and choose &#8220;Edit Site Preferences&#8221;</li>
<li> Go to the &#8220;display&#8221; tab</li>
<li> From the &#8220;My style sheet&#8221; box, use the &#8220;choose&#8221; button to browse your hard drive and find the file you just created</li>
<li> Press &#8220;ok&#8221;. Your changes should appear immediately</li>
</ol>
<p>That&#8217;s it. It enjoy it to your hearts content.<!-- Traffic Statistics --> <!-- End Traffic Statistics --></p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2007/09/web-design/body-modification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do You Want Some Cake?</title>
		<link>http://ceefourbee.co.uk/2007/05/web-design/do-you-want-some-cake/</link>
		<comments>http://ceefourbee.co.uk/2007/05/web-design/do-you-want-some-cake/#comments</comments>
		<pubDate>Thu, 24 May 2007 13:24:18 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/2007/05/24/do-you-want-some-cake/</guid>
		<description><![CDATA[Unfortunately, I don’t have any. I did, however, work with a charity based in Birmingham called G:up to create a CD interface for a resource CD they were putting together. I’d never made an auto run CD before, so that &#8230; <a href="http://ceefourbee.co.uk/2007/05/web-design/do-you-want-some-cake/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Slice of the Cake information pack - designed by Ian Cuthbert." rel="lightbox" href="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/05/gup-slice_of_cake.jpg"><img src="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/05/gup-slice_of_cake-thumb.jpg" alt="Slice of the Cake information pack." width="392" height="120" /></a></p>
<p>Unfortunately, I don’t have any. I did, however, work with a charity based in Birmingham called <a title="Growing Up in the West Midlands." href="http://www.growingupinthewestmidlands.info/">G:up</a> to create a CD interface for a resource CD they were putting together. I’d never made an auto run CD before, so that was interesting to work out, although not that difficult to achieve. It just makes it easier for people to access a lot of useful resources provided on the CD.</p>
<p><span id="more-49"></span></p>
<p><a title="Slice of the Cake CD interface." rel="lightbox" href="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/05/resource_cd.jpg"><img src="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/05/resource_cd-thumb.jpg" alt="Slice of the Cake CD interface." width="392" height="120" /></a></p>
<p>The final product looks great, though. I met the designer, Ian Cuthbert, who was producing the designs for the information pack folder, CD case and CD itself. I transferred his idea for the bold and colourful fonts from the artwork onto the interface; this was mainly so that it was nice and consistent throughout. Everyone seemed to be pleased with the outcome and it turned into a nice little project.</p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2007/05/web-design/do-you-want-some-cake/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wonderfully Webby</title>
		<link>http://ceefourbee.co.uk/2007/05/web-design/wonderfully-webby/</link>
		<comments>http://ceefourbee.co.uk/2007/05/web-design/wonderfully-webby/#comments</comments>
		<pubDate>Fri, 11 May 2007 17:48:48 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/2007/05/11/wonderfully-webby/</guid>
		<description><![CDATA[So, the BBC has managed to win three Webby awards this year. For anybody not in the know *looks down nose at YOU* they are international awards for excellence on the internet, this includes websites, advertising and video. I hadn’t &#8230; <a href="http://ceefourbee.co.uk/2007/05/web-design/wonderfully-webby/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/05/webby-winners.jpg" alt="Webby website screenshot." width="392" height="120" /></p>
<p>So, the BBC has managed to win three <a title="The Internation Webby Awards website." href="http://www.webbyawards.com">Webby</a> awards this year. For anybody not in the know *looks down nose at YOU* they are international awards for excellence on the internet, this includes websites, advertising and video. I hadn’t been clued up on this until I heard it on the news, it seems like a cool idea though. Plus everything else has some sort of awards, so why not this?</p>
<p><span id="more-42"></span>The BBC won awards for their news website, as well as the “Peoples Choice” for this category, and Radio 1 won the best radio award. I can’t really argue with the BBC News website winning, it’s functional and certainly one of the easiest websites around to use. I also like all the content provided online through the Radio 1 website, listen again is a great feature.</p>
<p>Interestingly enough, while I was at a website training day recently people were asked what their favourite websites were, and nearly everyone said the BBC News website. This, however, was just after they all said they don’t like websites full of text, but I can’t blame them for that little lapse.</p>
<p>I really hope the BBC keep up the good work.</p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2007/05/web-design/wonderfully-webby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Design for Beginners</title>
		<link>http://ceefourbee.co.uk/2007/04/web-design/website-design-for-beginners/</link>
		<comments>http://ceefourbee.co.uk/2007/04/web-design/website-design-for-beginners/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 19:09:50 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/2007/04/23/website-design-for-beginners/</guid>
		<description><![CDATA[I just thought I would write a mini guide on useful resources and links for creating your first website. Over at the HGP forum on Overclockers UK a common question is what sort of software and resources somebody needs to &#8230; <a href="http://ceefourbee.co.uk/2007/04/web-design/website-design-for-beginners/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://ceefourbee.co.uk/blog/wp-content/uploads/2007/05/code-view.png" alt="Macromedia Dreamweaver Code View" width="392" height="120" /></p>
<p>I just thought I would write a mini guide on useful resources and links for creating your first website. Over at the <acronym title="Hardware, Graphics and Programming">HGP</acronym> forum on <a title="Overclockers UK forums." href="http://forums.overclockers.co.uk">Overclockers UK</a> a common question is what sort of software and resources somebody needs to design and make attractive websites. This includes the software they need to make a website, as well as good places for learning <acronym title="eXtensible Hyper Text Markup Language">(X)HTML</acronym>, <acronym title="Cascading Style Sheets">CSS</acronym> and web standards.</p>
<p><span id="more-40"></span>There are quite a lot of <acronym title="What You See Is What You Get">WYSIWYG</acronym> editors available to rapidly produce websites; some obvious ones are <a title="Adobe Dreamweaver website development software." href="http://www.adobe.com/products/dreamweaver/">Dreamweaver</a>, <a title="Microsoft Frontpage website development software." href="http://www.microsoft.com/uk/office/frontpage/prodinfo/default.mspx">Frontpage</a> and <a title="Nvu web authoring system." href="http://www.nvu.com/index.php">Nvu</a>. These will have all the tools you need to make a website built in: code editor, design view, link management, site management and <acronym title="File Transfer Protocol">FTP</acronym>.</p>
<p>If you are building a one off website, and don’t have the time to learn to hand code a website, then one of these programs might be the best option for you. If, however, you want to make professional, attractive and accessible websites, then learning to hand code <acronym title="eXtensible Hyper Text Markup Language">(X)HTML</acronym> and <acronym title="Cascading Style Sheets">CSS</acronym> would be the better option. This way you will learn some skills that you can transfer to any web development program, rather than limiting yourself to one.</p>
<p>Some good free text editors for hand coding are:</p>
<ul>
<li><a title="Notepad++, free open source code editor." href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a></li>
<li><a title="Freeware programmer's editor." href="http://www.pspad.com/en/">PSPad</a></li>
<li><a title="SCIntilla based text editor." href="http://www.scintilla.org/SciTE.html">SciTE</a></li>
</ul>
<p>If you need a separate FTP program as well, then I would recommend <a title="Fast and reliable FTP client." href="http://filezilla.sourceforge.net/">FileZilla</a>. It may also be useful to download various web browsers, as you will need to test how your websites are rendered in each one. You will soon find out that not all web browsers will render your website the same way.</p>
<p>The main browsers you will need are <a title="Mozilla's award winning web browser." href="http://www.mozilla.com/en-US/firefox/">Firefox</a>, <a title="Stylish and free web browser." href="http://www.opera.com/">Opera</a>, <a title="Micrsoft Windows Internet Explorer." href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx">Internet Explorer</a>, <a title="Apple's Safari web browser." href="http://www.apple.com/macosx/features/safari/">Safari</a> and <a title="Netscape's flexible and fast web browser." href="http://browser.netscape.com/ns8/">Netscape</a>. Obviously, if you don’t have a Mac you won’t be able to install and run Safari. You can test how your website is rendered in various different browsers and operating systems thanks to <a title="Test your website in different web browsers." href="http://browsershots.org/">Browser Shots</a>. This free website will take screenshots of your website in different browsers, very useful.</p>
<p>I would recommend that you develop and test your website in Firefox, then test it in other browsers and make any alterations needed. Using the <a title="Exremely useful web developer extension for Firefox." href="http://chrispederick.com/work/webdeveloper/">Web Developer Extension</a> with Firefox is also a particularly useful tool for testing and developing your websites.</p>
<p>Once you have your development area set up you can start to look at some tutorials on <acronym title="eXtensible Hyper Text Markup Language">(X)HTML</acronym> and <acronym title="Cascading Style Sheets">CSS</acronym>. The following websites are good places to learn these:</p>
<ul>
<li><a title="Free web building tutorials." href="http://www.w3schools.com/">W3Schools</a></li>
<li><a title="Web designers resource for HTML and CSS." href="http://www.htmldog.com/">HTML Dog</a></li>
<li><a title="Standards based web design, development and training." href="http://css.maxdesign.com.au/">Max Design</a></li>
</ul>
<p>I also recommend that you read about <a title="Recommendations and Best Practices of Developing with Web Standards" href="http://www.456bereastreet.com/lab/developing_with_web_standards/">Developing with Web Standards</a> and the <a title="Semantics, HTML, XHTML and Structure" href="http://brainstormsandraves.com/articles/semantics/structure/">Semantics and Structure of (X)HTML</a>.</p>
<p>The following websites are also useful resources for the design and development of websites:</p>
<ul>
<li><a title="Articles on the design, development and accessibility of websites" href="http://alistapart.com/">A List Apart</a></li>
<li><a title="Articles and news on web standards, accessiblity and usability" href="http://www.456bereastreet.com/">456 Berea Street</a></li>
<li><a title="Articles and news on various design topics" href="http://resource.reh3.com/">Design Principles</a></li>
<li><a title="Articles for web developers and designers" href="http://www.sitepoint.com/">SitePoint</a></li>
</ul>
<p>You may also need some inspiration for ideas on design, graphics and interaction. The following <acronym title="Cascading Style Sheets">CSS</acronym> showcases should give you an idea of what can be achieved:</p>
<ul>
<li><a title="The beauty in CSS design. " href="http://www.csszengarden.com/">CSS Zen Garden</a></li>
<li><a title="Catagorised CSS gallery and examples." href="http://cssdrive.com/">CSS Drive</a></li>
<li><a title="A frech blend of the best CSS web design." href="http://www.cssremix.com/">CSS Remix</a></li>
<li><a title="collection of web sites created by designers that conform with the W3C standards." href="http://w3csites.com/">W3C Sites</a></li>
</ul>
<p>Hopefully this should provide you with a good starting point, as well as the resources you need to start making your first website.</p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2007/04/web-design/website-design-for-beginners/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS Reboot</title>
		<link>http://ceefourbee.co.uk/2006/11/web-development/css-reboot/</link>
		<comments>http://ceefourbee.co.uk/2006/11/web-development/css-reboot/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 18:20:28 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/2006/11/12/css-reboot/</guid>
		<description><![CDATA[So, the November the 1st CSS Reboot has taken place with 426 rebooters producing some pretty good designs because of it. If I had my arse in gear I would have submitted my own, but I didn’t realise it was &#8230; <a href="http://ceefourbee.co.uk/2006/11/web-development/css-reboot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, the November the 1<sup>st</sup> <a title="November 2006 CSS Reboot" href="http://www.cssreboot.com">CSS Reboot</a> has taken place with 426 rebooters producing some pretty good designs because of it. If I had my arse in gear I would have submitted my own, but I didn’t realise it was happening at the start of November &#8211; I think I would have been scared to do so anyway.</p>
<p><span id="more-20"></span>The most popular of the reboots haven’t been decided yet, so I thought I’d mention which are my favourites. I must admit that I haven’t viewed all the websites, but I’ve looked at the ones that caught my eye while I was scanning through. So my favourites in no particular order:</p>
<p><a title="Andy Laub Dot Com" href="http://andylaub.com">Andy Laub Dot Com</a></p>
<p>For some reason I really like pink on websites, there&#8217;s nothing else I like pink on usually, but pink websites do it for me. This one is simple, clean, good-looking and does exactly what it needs to do. Did I mention it&#8217;s also pink?</p>
<p><img id="image33" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2006/11/andy_laub.png" alt="Andy Laun Dot Com" /></p>
<p><a title="Kurt Der Ropa" href="http://kurtderopa.de">Kurt Der Opa</a></p>
<p>I really like the simple, clean and open look of this website. Nice logo and simple navigation at the top, with plenty of open white space below, keeping everything well ordered and organised. It makes me wish my bedroom was this clean.</p>
<p><img id="image38" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2006/11/kurt_der_opa.png" alt="Kurt Der Opa" /></p>
<p><a title="Hyper Ballad" href="http://www.hyper-ballad.com">Hyper Ballad</a></p>
<p>Very subtle colours with a nice pattern blending in nicely with this website. Yet again it&#8217;s been made very simply, but to good effect. It does have a flash music player on it, but at least I can stop it without having too much trouble. I guess I might have to embrace this trend of presenting visual and audio media through flash.</p>
<p><img id="image34" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2006/11/hyper_ballad.png" alt="Hyper Ballad" /></p>
<p><a title="Intervisual" href="http://intervisual.de">Intervisual</a></p>
<p>I really like this design, crisp, clean and my favourite colour: blue. Very easy on the eye and neatly laid out, I wish it was mine!</p>
<p><img id="image35" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2006/11/intervisual.png" alt="Intervisual" /></p>
<p><a title="Kim Fransman" href="http://www.kimfransman.se">Kim Fransman</a></p>
<p>I like this one because it&#8217;s conforming to the usual rectangle shape websites are, but with a slight rebellious kink to it. Makes an interesting use of the space and layout, which is a bit different.</p>
<p><img id="image36" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2006/11/kim_fransman.png" alt="Kim Fransman" /></p>
<p><a title="Kineda" href="http://www.kineda.com">Kineda</a></p>
<p>I&#8217;ve seen this design around for quite a while, so I was surprised to see it featured as a reboot. Nonetheless, it&#8217;s still a very good design making use of all the available space. I also think that someone partially ripped off this website, or at least made one that looks very similar.</p>
<p><img id="image37" src="http://ceefourbee.co.uk/blog/wp-content/uploads/2006/11/kineda.png" alt="Kineda" /></p>
<p>So these are my favourites. Agree, disagree? Feel free to let me know and even suggest your own.</p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2006/11/web-development/css-reboot/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>New Theme for CeeFourBee</title>
		<link>http://ceefourbee.co.uk/2006/09/web-development/new-theme-for-ceefourbee/</link>
		<comments>http://ceefourbee.co.uk/2006/09/web-development/new-theme-for-ceefourbee/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 18:05:20 +0000</pubDate>
		<dc:creator>Barney</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://ceefourbee.co.uk/?p=6</guid>
		<description><![CDATA[So, I installed WordPress two months ago and it’s taken me that long to come up with my own theme for it. Whether this was due to a lack of inspiration or due to a busy finish to my University &#8230; <a href="http://ceefourbee.co.uk/2006/09/web-development/new-theme-for-ceefourbee/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, I installed WordPress two months ago and it’s taken me that long to come up with my own theme for it. Whether this was due to a lack of inspiration or due to a busy finish to my University course I’m not sure, but I think it has all contributed in some way.  The lack of my own theme also hindered my enthusiasm to make entries and maintain the blog. Hopefully now that I have created my own it will motivate me to make more entries for people to read, if anyone is interested of course.</p>
<p>The theme isn’t quite finished, but I think it’s a good start. I certainly need to clean up the <acronym title="Hyper Text Markup Language">HTML</acronym> and <acronym title="Cascading Style Sheets">CSS</acronym>. I had the idea for the slanted header a while ago, it was, however, yellow and black in my mind with a kind of industrial feel to it. Instead, though, I have come up with this cleaner blue version, which I think works well with the other colours selected. I do think it looks too basic at the minute, so I might try and add something to the header or maybe have something at the bottom. Feel free to give me your opinions on how the site currently looks and any suggestions are also welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://ceefourbee.co.uk/2006/09/web-development/new-theme-for-ceefourbee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: ceefourbee.co.uk @ 2012-05-20 00:23:06 -->
