<?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>Michael Doyle &#124; Blog &#187; Design</title>
	<atom:link href="http://michaeldoyle.eu/blog/tag/design/feed" rel="self" type="application/rss+xml" />
	<link>http://michaeldoyle.eu/blog</link>
	<description>Well, I&#039;m not sure whether to call this a blog or a sideblog. Either way, it&#039;s my personal, never-ending, post-it note, so that when I learn something interesting, it&#039;ll find its way here.</description>
	<lastBuildDate>Mon, 30 Nov 2009 01:44:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery &#8211; A Beginners Guide</title>
		<link>http://michaeldoyle.eu/blog/web/jquery-web/jquery-a-beginners-guide</link>
		<comments>http://michaeldoyle.eu/blog/web/jquery-web/jquery-a-beginners-guide#comments</comments>
		<pubDate>Mon, 30 Nov 2009 01:44:31 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=406</guid>
		<description><![CDATA[Long time, no post! Freelancing, tight deadlines, christmas, etc.
What is it?
jQuery is a javascript framework, it all happens on the client side, and allows developers to enhance the user experience of a website. Scrolling, sliding, fading, etc. it has a lot of cool features that can really add to the overall feel of a website. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Long time, no post! Freelancing, tight deadlines, christmas, etc.</p>
<h4>What is it?</h4>
<p>jQuery is a javascript framework, it all happens on the client side, and allows developers to enhance the user experience of a website. Scrolling, sliding, fading, etc. it has a lot of cool features that can really add to the overall feel of a website. I've just done my first tuorial tonight and it seems all pretty straight forward.</p>
<p>Here's a short, interesting interview with Karl Swedberg (he runs <a href="http://www.learningjquery.com/" target="_blank">learningjquery.com</a>):</p>
<ul>
<li><a href="http://carsonified.com/blog/dev/jquery/karl-swedberg-on-jquery/" target="_blank">http://carsonified.com/blog/dev/jquery/karl-swedberg-on-jquery/</a></li>
</ul>
<h4>Tutorials</h4>
<p>I've used <a href="http://mootools.net/" target="_blank">MooTools</a> (another javascript framework) before and found it nice and pleasant to use. Since then, everyone has been raving about jQuery (actually, I'm about 6 months late here), so I looked up a beginners guide to it. The tutorial I did is located here:</p>
<ul>
<li><a href="http://woorkup.com/2009/11/22/jquery-for-beginners-making-your-website-cool/" target="_blank">http://woorkup.com/2009/11/22/jquery-for-beginners-making-your-website-cool/</a></li>
</ul>
<p><a href="http://michaeldoyle.eu/blog/wp-content/uploads/2009/11/jquery_lesson.php" target="_blank">Here's the result of the tutorial</a> (I changed it a little)</p>
<p>Here's a tutorial on how to build  an image/content slider:</p>
<ul>
<li><a href="http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider/" target="_blank">http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider/</a></li>
</ul>
<p>Or you could try searhing twitter for a list of up to date tutorials</p>
<ul>
<li><a href="http://twitter.com/#search?q=jquery%20tutorial" target="_blank">http://twitter.com/#search?q=jquery%20tutorial</a> (it really is a testament to it's popularity when you see the amount of tutorials)</li>
</ul>
<h4>jQuery Plugins</h4>
<p>Tripwiremagazine has a list of some plugins for jQuery that are useful (although some can be achieved with css). Here is the link:</p>
<ul>
<li><a href="http://www.tripwiremagazine.com/2009/11/is-top-rated-jquery-plugins-the-best.html" target="_blank">http://www.tripwiremagazine.com/2009/11/is-top-rated-jquery-plugins-the-best.html</a></li>
</ul>
<p>Noupe also has a larger list of plugins:</p>
<ul>
<li><a href="http://www.noupe.com/ajax/37-more-shocking-jquery-plugins.html" target="_blank">http://www.noupe.com/ajax/37-more-shocking-jquery-plugins.html</a></li>
</ul>
<p>Or you can learn how to create your own:</p>
<ul>
<li><a href="http://woorkup.com/2009/11/19/jquery-lesson-series-how-to-implement-your-first-plugin/" target="_blank">http://woorkup.com/2009/11/19/jquery-lesson-series-how-to-implement-your-first-plugin/</a></li>
</ul>
<h4>Overuse</h4>
<p>I've come across a lot of sites that use jQuery just for the sake of it, it does make a site look a little slicker but only when used right. When its overused, it can get really tiresome and completely removes it's impact. I've seen a few sites with only one UI element utilising jQuery that really impressed me.</p>
<h4>Conclusion</h4>
<p>This is the first time I've used jQuery, and I'm really impressed. The huge interest and large amount tutorials make it look like it's hear to stay. It has <a href="http://www.google.com/trends?q=jquery%2C+scriptalicious%2C+mootools" target="_blank">easily overtaken MooTools and Scriptalicious</a> and it's developer base is growing rapidly.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/jquery-web/jquery-a-beginners-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design &#8211; Wireframing (A Beginners Guide)</title>
		<link>http://michaeldoyle.eu/blog/web/web-design-wireframing-a-beginners-guide</link>
		<comments>http://michaeldoyle.eu/blog/web/web-design-wireframing-a-beginners-guide#comments</comments>
		<pubDate>Sat, 19 Sep 2009 12:54:47 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[wireframes]]></category>
		<category><![CDATA[wireframing]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=359</guid>
		<description><![CDATA[Smashing magazine had a lengthy post about wireframing (which I mentioned previously), BuildInternet have a crash course on wireframing.
http://buildinternet.com/2009/09/why-your-next-website-should-be-designed-with-wireframes/
In the article, a great online wireframing application is recommended called HotGloo. Signup is required, but it is free and you get your own subdomain name which allows you to share your projects with clients.


Related posts:Web Design [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-wireframing' rel='bookmark' title='Permanent Link: Web Design &#8211; Wireframing'>Web Design &#8211; Wireframing</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-5' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Smashing magazine had a lengthy post about wireframing (<a title="which I mentioned earlier" href="http://michaeldoyle.eu/blog/?p=328">which I mentioned previously</a>), BuildInternet have a crash course on wireframing.</p>
<p><a href="http://buildinternet.com/2009/09/why-your-next-website-should-be-designed-with-wireframes/" target="_blank">http://buildinternet.com/2009/09/why-your-next-website-should-be-designed-with-wireframes/</a></p>
<p>In the article, a great online wireframing application is recommended called <a href="http://www.hotgloo.com" target="_blank">HotGloo</a>. Signup is required, but it is free and you get your own subdomain name which allows you to share your projects with clients.</p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-wireframing' rel='bookmark' title='Permanent Link: Web Design &#8211; Wireframing'>Web Design &#8211; Wireframing</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-5' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/web-design-wireframing-a-beginners-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inspiration &#8211; 12 Tips for Creating a Great Portfolio</title>
		<link>http://michaeldoyle.eu/blog/web/design/inspiration-12-tips-for-creating-a-great-portfolio</link>
		<comments>http://michaeldoyle.eu/blog/web/design/inspiration-12-tips-for-creating-a-great-portfolio#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:48:52 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=355</guid>
		<description><![CDATA[Noupe has a good article covering some essential tips for portfolios. THere's also a showcase section of good portfolios with the pros and cons of each.
http://www.noupe.com/design/12-tips-for-creating-a-great-portfolio-site.html


Related posts:Web Design &#8211; Creating A Portfolio Site
Web Design &#8211; Inspiration
Web Design &#8211; Creating the Web 2.0 Look



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-creating-a-portfolio-site' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating A Portfolio Site'>Web Design &#8211; Creating A Portfolio Site</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-5' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Noupe has a good article covering some essential tips for portfolios. THere's also a showcase section of good portfolios with the pros and cons of each.</p>
<p><a href="http://www.noupe.com/design/12-tips-for-creating-a-great-portfolio-site.html" target="_blank">http://www.noupe.com/design/12-tips-for-creating-a-great-portfolio-site.html</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-creating-a-portfolio-site' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating A Portfolio Site'>Web Design &#8211; Creating A Portfolio Site</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-5' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/design/inspiration-12-tips-for-creating-a-great-portfolio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design &#8211; Inspiration</title>
		<link>http://michaeldoyle.eu/blog/web/web-design-inspiration-5</link>
		<comments>http://michaeldoyle.eu/blog/web/web-design-inspiration-5#comments</comments>
		<pubDate>Tue, 01 Sep 2009 14:00:00 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=326</guid>
		<description><![CDATA[Six Revisions have a good article covering the design of various great looking portfolios online.
http://sixrevisions.com/web_design/five-popular-design-portfolio-website-styles/


Related posts:Inspiration &#8211; 12 Tips for Creating a Great Portfolio
Web Design &#8211; Inspiration
Web Design &#8211; Inspiration



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/design/inspiration-12-tips-for-creating-a-great-portfolio' rel='bookmark' title='Permanent Link: Inspiration &#8211; 12 Tips for Creating a Great Portfolio'>Inspiration &#8211; 12 Tips for Creating a Great Portfolio</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-2' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Six Revisions have a good article covering the design of various great looking portfolios online.</p>
<p><a href="http://sixrevisions.com/web_design/five-popular-design-portfolio-website-styles/" target="_blank">http://sixrevisions.com/web_design/five-popular-design-portfolio-website-styles/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/design/inspiration-12-tips-for-creating-a-great-portfolio' rel='bookmark' title='Permanent Link: Inspiration &#8211; 12 Tips for Creating a Great Portfolio'>Inspiration &#8211; 12 Tips for Creating a Great Portfolio</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-2' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/web-design-inspiration-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design &#8211; Wireframing</title>
		<link>http://michaeldoyle.eu/blog/web/web-design-wireframing</link>
		<comments>http://michaeldoyle.eu/blog/web/web-design-wireframing#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:56:26 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[wireframes]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=328</guid>
		<description><![CDATA[Smashing Magazine has a great article about wireframing, tools to create wireframes and why it's better to design wireframes first.
http://www.smashingmagazine.com/2009/09/01/35-excellent-wireframing-resources/


Related posts:Web Design &#8211; Wireframing (A Beginners Guide)
Web Design &#8211; Typography
Web Design &#8211; Proportions



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-wireframing-a-beginners-guide' rel='bookmark' title='Permanent Link: Web Design &#8211; Wireframing (A Beginners Guide)'>Web Design &#8211; Wireframing (A Beginners Guide)</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-proportions' rel='bookmark' title='Permanent Link: Web Design &#8211; Proportions'>Web Design &#8211; Proportions</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Smashing Magazine has a great article about wireframing, tools to create wireframes and why it's better to design wireframes first.</p>
<p><a href="http://www.smashingmagazine.com/2009/09/01/35-excellent-wireframing-resources/" target="_blank">http://www.smashingmagazine.com/2009/09/01/35-excellent-wireframing-resources/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-wireframing-a-beginners-guide' rel='bookmark' title='Permanent Link: Web Design &#8211; Wireframing (A Beginners Guide)'>Web Design &#8211; Wireframing (A Beginners Guide)</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-proportions' rel='bookmark' title='Permanent Link: Web Design &#8211; Proportions'>Web Design &#8211; Proportions</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/web-design-wireframing/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Design &#8211; Creating A Portfolio Site</title>
		<link>http://michaeldoyle.eu/blog/web/web-design-creating-a-portfolio-site</link>
		<comments>http://michaeldoyle.eu/blog/web/web-design-creating-a-portfolio-site#comments</comments>
		<pubDate>Tue, 04 Aug 2009 16:13:02 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=239</guid>
		<description><![CDATA[Elliot Jay Stocks made an interesting 2 part video on how to make a portfolio site. Very good information  and things to think about in them:
http://carsonified.com/blog/design/how-to-design-a-portfolio-site/
http://carsonified.com/blog/design/how-to-design-a-portfolio-site-part-2/


Related posts:Inspiration &#8211; 12 Tips for Creating a Great Portfolio
Web Design &#8211; Creating the Web 2.0 Look
SEO &#8211; Getting your site out there



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/design/inspiration-12-tips-for-creating-a-great-portfolio' rel='bookmark' title='Permanent Link: Inspiration &#8211; 12 Tips for Creating a Great Portfolio'>Inspiration &#8211; 12 Tips for Creating a Great Portfolio</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/seo/seo-getting-your-site-out-there' rel='bookmark' title='Permanent Link: SEO &#8211; Getting your site out there'>SEO &#8211; Getting your site out there</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Elliot Jay Stocks made an interesting 2 part video on how to make a portfolio site. Very good information  and things to think about in them:</p>
<p><a href="http://carsonified.com/blog/design/how-to-design-a-portfolio-site/" target="_blank">http://carsonified.com/blog/design/how-to-design-a-portfolio-site/</a></p>
<p><a href="http://carsonified.com/blog/design/how-to-design-a-portfolio-site-part-2/" target="_blank">http://carsonified.com/blog/design/how-to-design-a-portfolio-site-part-2/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/design/inspiration-12-tips-for-creating-a-great-portfolio' rel='bookmark' title='Permanent Link: Inspiration &#8211; 12 Tips for Creating a Great Portfolio'>Inspiration &#8211; 12 Tips for Creating a Great Portfolio</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/seo/seo-getting-your-site-out-there' rel='bookmark' title='Permanent Link: SEO &#8211; Getting your site out there'>SEO &#8211; Getting your site out there</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/web-design-creating-a-portfolio-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design &#8211; Inspiration</title>
		<link>http://michaeldoyle.eu/blog/web/web-design-inspiration-3</link>
		<comments>http://michaeldoyle.eu/blog/web/web-design-inspiration-3#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:55:41 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=236</guid>
		<description><![CDATA[Seen a few of these before, but still worth a mention
http://carsonified.com/blog/design/how-to-make-your-web-design-stand-out-from-the-crowd/


Related posts:Web Design &#8211; Inspiration
Web Design &#8211; Inspiration
Web Design &#8211; Inspiration



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-2' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-5' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Seen a few of these before, but still worth a mention</p>
<p><a href="http://carsonified.com/blog/design/how-to-make-your-web-design-stand-out-from-the-crowd/" target="_blank">http://carsonified.com/blog/design/how-to-make-your-web-design-stand-out-from-the-crowd/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-2' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-inspiration-5' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/web-design-inspiration-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development &#8211; Site Sketch101</title>
		<link>http://michaeldoyle.eu/blog/web/web-development-site-sketch101</link>
		<comments>http://michaeldoyle.eu/blog/web/web-development-site-sketch101#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:50:08 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=234</guid>
		<description><![CDATA[Just don't have the time at the moment to go through a vast array of good articles on:
http://www.sitesketch101.com/
I will soon though


Related posts:Web Design &#8211; Creating A Portfolio Site
Web Development &#8211; Developing from a PS design
Web Development &#8211; htaccess



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-creating-a-portfolio-site' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating A Portfolio Site'>Web Design &#8211; Creating A Portfolio Site</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-development-htaccess' rel='bookmark' title='Permanent Link: Web Development &#8211; htaccess'>Web Development &#8211; htaccess</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just don't have the time at the moment to go through a vast array of good articles on:</p>
<p><a href="http://www.sitesketch101.com/" target="_blank">http://www.sitesketch101.com/</a></p>
<p>I will soon though</p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-design-creating-a-portfolio-site' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating A Portfolio Site'>Web Design &#8211; Creating A Portfolio Site</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-development-developing-from-a-ps-design' rel='bookmark' title='Permanent Link: Web Development &#8211; Developing from a PS design'>Web Development &#8211; Developing from a PS design</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-development-htaccess' rel='bookmark' title='Permanent Link: Web Development &#8211; htaccess'>Web Development &#8211; htaccess</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/web-development-site-sketch101/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design &#8211; Choosing Web Fonts</title>
		<link>http://michaeldoyle.eu/blog/web/design-choosing-web-fonts</link>
		<comments>http://michaeldoyle.eu/blog/web/design-choosing-web-fonts#comments</comments>
		<pubDate>Tue, 04 Aug 2009 10:51:58 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=232</guid>
		<description><![CDATA[This article covers the basics of using fonts on web sites, basic but important stuff:
http://www.admixweb.com/2009/08/02/things-to-consider-when-choosing-font-for-your-website/


Related posts:Fonts &#8211; Web Safe
Web Design &#8211; Typography
Design &#8211; Web Page Headers



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-safe-fonts' rel='bookmark' title='Permanent Link: Fonts &#8211; Web Safe'>Fonts &#8211; Web Safe</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-web-page-headers' rel='bookmark' title='Permanent Link: Design &#8211; Web Page Headers'>Design &#8211; Web Page Headers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This article covers the basics of using fonts on web sites, basic but important stuff:</p>
<p><a href="http://www.admixweb.com/2009/08/02/things-to-consider-when-choosing-font-for-your-website/" target="_blank">http://www.admixweb.com/2009/08/02/things-to-consider-when-choosing-font-for-your-website/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-safe-fonts' rel='bookmark' title='Permanent Link: Fonts &#8211; Web Safe'>Fonts &#8211; Web Safe</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-web-page-headers' rel='bookmark' title='Permanent Link: Design &#8211; Web Page Headers'>Design &#8211; Web Page Headers</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/design-choosing-web-fonts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design &#8211; Web Page Headers</title>
		<link>http://michaeldoyle.eu/blog/web/design-web-page-headers</link>
		<comments>http://michaeldoyle.eu/blog/web/design-web-page-headers#comments</comments>
		<pubDate>Tue, 21 Jul 2009 17:48:08 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[header]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=218</guid>
		<description><![CDATA[I'm begining to redesign my portfolio. I'm basing it on the 960 grid system. I've placed an notice on my site which has the basic color scheme of things at the moment. The typography needs further work, but I'll leave it for the moment.
I'll be pixel obsessing for a while. First thing's first, I found [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/seo/learning-seo' rel='bookmark' title='Permanent Link: SEO &#8211; On Page Optimizations'>SEO &#8211; On Page Optimizations</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I'm begining to redesign my <a href="http://wwww.michaeldoyle.eu" target="_blank">portfolio</a>. I'm basing it on the <a href="http://960.gs/" target="_blank">960 grid system</a>. I've placed an notice on my site which has the basic color scheme of things at the moment. The typography needs further work, but I'll leave it for the moment.</p>
<p>I'll be pixel obsessing for a while. First thing's first, I found a good article on the size of headers in web pages:</p>
<p><a href="http://desizntech.info/2009/03/how-improtant-the-header-is/" target="_blank">http://desizntech.info/2009/03/how-improtant-the-header-is/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/seo/learning-seo' rel='bookmark' title='Permanent Link: SEO &#8211; On Page Optimizations'>SEO &#8211; On Page Optimizations</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-how-to-create-the-web-20-look-in-photoshop' rel='bookmark' title='Permanent Link: Web Design &#8211; Creating the Web 2.0 Look'>Web Design &#8211; Creating the Web 2.0 Look</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/web-design-typography' rel='bookmark' title='Permanent Link: Web Design &#8211; Typography'>Web Design &#8211; Typography</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/design-web-page-headers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

