<?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; Web</title>
	<atom:link href="http://michaeldoyle.eu/blog/tag/web/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 Development &#8211; Minimise Load Times</title>
		<link>http://michaeldoyle.eu/blog/web/web-development-minimise-load-times</link>
		<comments>http://michaeldoyle.eu/blog/web/web-development-minimise-load-times#comments</comments>
		<pubDate>Thu, 03 Sep 2009 17:29:38 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Testing]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[requests]]></category>
		<category><![CDATA[slow]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=333</guid>
		<description><![CDATA[Smashing Magazine has tweeted a very informative link on how to minimize web page load times. It lists some great tools which analyse load times.
http://www.uxbooth.com/blog/how-to-minimize-load-time-for-fast-user-experiences/


Related posts:Web Development &#8211; Site Sketch101
Fonts &#8211; Web Safe



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-development-site-sketch101' rel='bookmark' title='Permanent Link: Web Development &#8211; Site Sketch101'>Web Development &#8211; Site Sketch101</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/smashingmag" target="_blank">Smashing Magazine</a> has tweeted a very informative link on how to minimize web page load times. It lists some great tools which analyse load times.</p>
<p><a href="http://www.uxbooth.com/blog/how-to-minimize-load-time-for-fast-user-experiences/" target="_blank">http://www.uxbooth.com/blog/how-to-minimize-load-time-for-fast-user-experiences/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/web-development-site-sketch101' rel='bookmark' title='Permanent Link: Web Development &#8211; Site Sketch101'>Web Development &#8211; Site Sketch101</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/web-development-minimise-load-times/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development &#8211; Javascript</title>
		<link>http://michaeldoyle.eu/blog/web/javascript-web/web-development-javascript</link>
		<comments>http://michaeldoyle.eu/blog/web/javascript-web/web-development-javascript#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:30:47 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=244</guid>
		<description><![CDATA[Noupe has a good resource on a list of articles for beginners of Javascript. Dropdown menus, progress bars, and form validation is covered along with some other good tutorials.
http://www.noupe.com/javascript/javascript-for-designers.html


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Noupe has a good resource on a list of articles for beginners of Javascript. Dropdown menus, progress bars, and form validation is covered along with some other good tutorials.</p>
<p><a href="http://www.noupe.com/javascript/javascript-for-designers.html" target="_blank">http://www.noupe.com/javascript/javascript-for-designers.html</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/javascript-web/web-development-javascript/feed</wfw:commentRss>
		<slash:comments>0</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>Web Design &#8211; Typography</title>
		<link>http://michaeldoyle.eu/blog/web/web-design-typography</link>
		<comments>http://michaeldoyle.eu/blog/web/web-design-typography#comments</comments>
		<pubDate>Fri, 29 May 2009 14:39:38 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=195</guid>
		<description><![CDATA[I've usually just relied on Verdana and eyeballing layouts when taking typography into consideration. At the moment, I'm living and breathing typography for the website I'm currently creating. It's a simple website, but I'm focusing on the rules for typography on the web, web safe fonts, spacing, leading, etc. It's one of my biggest weaknesses [...]


Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/css-improving-typography' rel='bookmark' title='Permanent Link: CSS &#8211; Improving Typography'>CSS &#8211; Improving Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-choosing-web-fonts' rel='bookmark' title='Permanent Link: Design &#8211; Choosing Web Fonts'>Design &#8211; Choosing Web Fonts</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>I've usually just relied on Verdana and eyeballing layouts when taking typography into consideration. At the moment, I'm living and breathing typography for the website I'm currently creating. It's a simple website, but I'm focusing on the rules for typography on the web, web safe fonts, spacing, leading, etc. It's one of my biggest weaknesses when designing websites so I'm researching as much as possible into it at the moment. Some interesting sites I've come across are:</p>
<p>Basic rules for web typography:</p>
<p><a href="http://www.webdesignerdepot.com/2009/02/10-web-typography-rules-every-designer-should-know-2/" target="_blank">http://www.webdesignerdepot.com/2009/02/10-web-typography-rules-every-designer-should-know-2/</a></p>
<p>Browser safe fonts:</p>
<p><a href="http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html" target="_blank">http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html</a></p>
<p>Fonts bundled with Mac, Windows, Adobe and Office:</p>
<p><a href="http://media.24ways.org/2007/17/fontmatrix.html" target="_blank">http://media.24ways.org/2007/17/fontmatrix.html</a></p>
<p>Embedding custom fonts with Javascript:</p>
<p><a href="http://typeface.neocracy.org/" target="_blank">http://typeface.neocracy.org/</a></p>
<p>Smashing Magazine has a great article on 50 different web typography tools:</p>
<p><a href="http://www.smashingmagazine.com/2009/01/27/css-typographic-tools-and-techniques/" target="_blank">http://www.smashingmagazine.com/2009/01/27/css-typographic-tools-and-techniques/</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/css-improving-typography' rel='bookmark' title='Permanent Link: CSS &#8211; Improving Typography'>CSS &#8211; Improving Typography</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/design-choosing-web-fonts' rel='bookmark' title='Permanent Link: Design &#8211; Choosing Web Fonts'>Design &#8211; Choosing Web Fonts</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/web-design-typography/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web &#8211; Modal Windows</title>
		<link>http://michaeldoyle.eu/blog/web/web-modal-windows</link>
		<comments>http://michaeldoyle.eu/blog/web/web-modal-windows#comments</comments>
		<pubDate>Thu, 28 May 2009 13:31:27 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[modal]]></category>
		<category><![CDATA[modal window]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=191</guid>
		<description><![CDATA[Smashing Magazine has a good round up of the different typs of modal windows.
http://www.smashingmagazine.com/2009/05/27/modal-windows-in-modern-web-design/


Related posts:Web Design &#8211; Creating A Portfolio Site
Web Design &#8211; Inspiration
CSS &#8211; Improving Typography



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-2' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/css-improving-typography' rel='bookmark' title='Permanent Link: CSS &#8211; Improving Typography'>CSS &#8211; Improving Typography</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Smashing Magazine has a good round up of the different typs of modal windows.</p>
<p><a href="http://www.smashingmagazine.com/2009/05/27/modal-windows-in-modern-web-design/" target="_blank">http://www.smashingmagazine.com/2009/05/27/modal-windows-in-modern-web-design/</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-2' rel='bookmark' title='Permanent Link: Web Design &#8211; Inspiration'>Web Design &#8211; Inspiration</a></li>
<li><a href='http://michaeldoyle.eu/blog/web/css-improving-typography' rel='bookmark' title='Permanent Link: CSS &#8211; Improving Typography'>CSS &#8211; Improving Typography</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/web-modal-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Improving Typography</title>
		<link>http://michaeldoyle.eu/blog/web/css-improving-typography</link>
		<comments>http://michaeldoyle.eu/blog/web/css-improving-typography#comments</comments>
		<pubDate>Fri, 15 May 2009 17:15:38 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=139</guid>
		<description><![CDATA[AisleOne have a great article on how to improve typography on the web using a simple few steps.
http://www.aisleone.net/2009/design/8-ways-to-improve-your-typography/


Related posts:Web Design &#8211; Typography
Design &#8211; Web Page Headers
Web Testing &#8211; Fixing Layout Problems in IE



Related posts:<ol><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>
<li><a href='http://michaeldoyle.eu/blog/web/web-testing-fixing-layout-problems-in-ie' rel='bookmark' title='Permanent Link: Web Testing &#8211; Fixing Layout Problems in IE'>Web Testing &#8211; Fixing Layout Problems in IE</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>AisleOne have a great article on how to improve typography on the web using a simple few steps.</p>
<p><a href="http://www.aisleone.net/2009/design/8-ways-to-improve-your-typography/" target="_blank">http://www.aisleone.net/2009/design/8-ways-to-improve-your-typography/</a></p>


<p>Related posts:<ol><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>
<li><a href='http://michaeldoyle.eu/blog/web/web-testing-fixing-layout-problems-in-ie' rel='bookmark' title='Permanent Link: Web Testing &#8211; Fixing Layout Problems in IE'>Web Testing &#8211; Fixing Layout Problems in IE</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/css-improving-typography/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO &#8211; Meta Tag Analyzer</title>
		<link>http://michaeldoyle.eu/blog/web/seo/seo-meta-tag-analyzer</link>
		<comments>http://michaeldoyle.eu/blog/web/seo/seo-meta-tag-analyzer#comments</comments>
		<pubDate>Fri, 15 May 2009 16:25:24 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[meta tag]]></category>
		<category><![CDATA[meta tag analyzer]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=137</guid>
		<description><![CDATA[SeoCentro provide a very good resource for checking your meta tags
http://www.seocentro.com/tools/search-engines/metatag-analyzer.html


Related posts:SEO &#8211; Case Study: adobe.com
SEO &#8211; On Page Optimizations
SEO &#8211; Getting banned by Google



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/seo/seo-case-study-adobecom' rel='bookmark' title='Permanent Link: SEO &#8211; Case Study: adobe.com'>SEO &#8211; Case Study: adobe.com</a></li>
<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/seo/seo-getting-banned-by-google' rel='bookmark' title='Permanent Link: SEO &#8211; Getting banned by Google'>SEO &#8211; Getting banned by Google</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>SeoCentro provide a very good resource for checking your meta tags</p>
<p><a href="http://www.seocentro.com/tools/search-engines/metatag-analyzer.html" target="_blank">http://www.seocentro.com/tools/search-engines/metatag-analyzer.html</a></p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/web/seo/seo-case-study-adobecom' rel='bookmark' title='Permanent Link: SEO &#8211; Case Study: adobe.com'>SEO &#8211; Case Study: adobe.com</a></li>
<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/seo/seo-getting-banned-by-google' rel='bookmark' title='Permanent Link: SEO &#8211; Getting banned by Google'>SEO &#8211; Getting banned by Google</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/web/seo/seo-meta-tag-analyzer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

