<?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>Gavin Doolan &#187; Web Design / Development</title>
	<atom:link href="http://www.gavindoolan.com/category/web-design-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gavindoolan.com</link>
	<description>Google Analytics &#38; Website Optimiser Specialist</description>
	<lastBuildDate>Wed, 21 Oct 2009 20:18:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Blog Redesign</title>
		<link>http://www.gavindoolan.com/web-design-development/gavin-doolan-redesign.html</link>
		<comments>http://www.gavindoolan.com/web-design-development/gavin-doolan-redesign.html#comments</comments>
		<pubDate>Mon, 24 Mar 2008 15:34:52 +0000</pubDate>
		<dc:creator>Gavin Doolan</dc:creator>
				<category><![CDATA[Web Design / Development]]></category>

		<guid isPermaLink="false">http://www.gavindoolan.com/web-design-development/gavin-doolan-redesign.html</guid>
		<description><![CDATA[For those returning to the site, first of all I thank you  . Secondly you will probably have noticed a new design. If you can&#8217;t see it maybe you need to try a hard refresh in your browser. Just use shift+F5 and you should be ok. Anyway to give a run down on the [...]]]></description>
			<content:encoded><![CDATA[<p>For those returning to the site, first of all I thank you <img src='http://www.gavindoolan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Secondly you will probably have noticed a new design. If you can&#8217;t see it maybe you need to try a hard refresh in your browser. Just use shift+F5 and you should be ok. Anyway to give a run down on the redesign I put together a quick post.<br />
<span id="more-97"></span></p>
<p>To start with the website is currently running <a href="http://www.wordpress.org/" title="Wordpress Blogging Platform">wordpress</a>. Which is an extremely good blogging platform and relatively easy to customise its looks and feel. I say relatively because you need to be able to get your head around some php code. If you have designed a template for a CMS system before it might not be too hard. I was lucky enough to have already created a template or two for  <a href="http://www.joomla.org/" title="Open Source Content Management System">Joomla</a>, which is probably somewhat more difficult to do than wordpress.</p>
<p>The <a href="http://codex.wordpress.org/WordPress_Lessons#Designing_Your_WordPress_Site" title="Wordpress Template Documents">wordpress documentation</a> for creating a layout is quite good, but in all honesty I actually found it alot simpler to follow the <a href="http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/" title="Wordpress designer tutorial">wordpress designer&#8217;s tutorial</a>. If you are somewhat more technically inclined it may appear a bit basic at the beginning, this for me is no big deal because it gets to the core of the task pretty quickly. Its always nice when someone explains something in layman&#8217;s terms.</p>
<p>I deviated slightly from the tutorial myself and went with <a href="http://en.wikipedia.org/wiki/XHTML" title="XHTML explained">XHTML strict instead of transitional</a>. Since wordpress is extremely standards friendly you can pretty much avoid all tables being used for layouts. Let me just say that many people think tables are not XHTML friendly, but in fact this is not the case. Tables can be used for tabular data on a website (such as race results at the local track), they should not be used for layout and design if you use the XHTML strict markup.</p>
<p>I am also considering releasing the template for <a href="http://www.gavindoolan.com/" title="Gavin Doolan's Blog Home">gavindoolan.com</a> to the public, obviously slightly varied with a different logo, but if you are interested in the design or would like to have a copy of the theme, please leave a comment and I&#8217;ll try and get back to you. If there is enough demand I&#8217;ll release a similar version for public use.</p>
<p>Finally feel free to run the website through the <a href="http://validator.w3.org/" title="Validator for W3C">w3c validation service</a>, it should validate perfectly to <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.gavindoolan.com%2F&amp;amp;charset=%28detect+automatically%29&amp;amp;doctype=Inline&amp;amp;group=0" title="See how strict i am">XHTML strict</a>. Also the <a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.gavindoolan.com%2F&amp;amp;profile=css21&amp;amp;usermedium=all&amp;amp;warning=1&amp;amp;lang=en" title="CSS validator">CSS validates</a> perfectly too <img src='http://www.gavindoolan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavindoolan.com/web-design-development/gavin-doolan-redesign.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comparing Open Source Content Management Systems</title>
		<link>http://www.gavindoolan.com/web-design-development/comparing-open-source-cms-joomla-wordpress-drupal-more.html</link>
		<comments>http://www.gavindoolan.com/web-design-development/comparing-open-source-cms-joomla-wordpress-drupal-more.html#comments</comments>
		<pubDate>Thu, 07 Feb 2008 23:36:46 +0000</pubDate>
		<dc:creator>Gavin Doolan</dc:creator>
				<category><![CDATA[Web Design / Development]]></category>

		<guid isPermaLink="false">http://www.gavindoolan.com/web-design-development/comparing-open-source-cms-joomla-wordpress-drupal-more.html</guid>
		<description><![CDATA[Not too long ago, I used to use phpbb a open source bulletin board software system. At that stage it was in the 2.XX version stages and to modify it required manually inserting lines of code at the right point in the right .php file. It was painful when updates would happen because that meant [...]]]></description>
			<content:encoded><![CDATA[<p>Not too long ago, I used to use <a href="http://www.phpbb.com/" title="Open Source Bulletin Board Software">phpbb</a> a open source bulletin board software system. At that stage it was in the 2.XX version stages and to modify it required manually inserting lines of code at the right point in the right .php file. It was painful when updates would happen because that meant reviewing the code changes you made and making sure it didn&#8217;t conflict with updates.</p>
<p><span id="more-90"></span></p>
<p>There must be a better way I thought and there was, but back then I knew alot less about content on the web. So I decided to get out of my static HTML comfort zone which drove the non-forum pages of my site. I started to explore content management systems. I came across many opinions and many websites containing discussions based on what was best.</p>
<p>That was then, and this is now. I&#8217;ve certainly learnt alot about what makes a good cms and what doesn&#8217;t cut the mustard, so to speak!  The purpose of this article is to give you the reader a heads up on what to look for and hopefully make the right decision for your requirements. Because that&#8217;s exactly what&#8217;s important here, is that you pick the right system that suits your needs. Of course you can&#8217;t always plan correctly for the future and your needs may change as your site grows.</p>
<p>Unfortunately that can mean trying to extract data from one content management system&#8217;s database schema into another, not an easy process for someone unfamiliar with sql. It can also cost you a bit if you need to hire a database developer / expert. The message here is <strong>try to pick the best system now as it will cost you later if you don&#8217;t!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavindoolan.com/web-design-development/comparing-open-source-cms-joomla-wordpress-drupal-more.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
