<?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; issue</title>
	<atom:link href="http://michaeldoyle.eu/blog/tag/issue/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>Photography &#8211; Focus Test</title>
		<link>http://michaeldoyle.eu/blog/photography/focus-test</link>
		<comments>http://michaeldoyle.eu/blog/photography/focus-test#comments</comments>
		<pubDate>Sun, 03 May 2009 17:29:29 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[back focusing]]></category>
		<category><![CDATA[bob atkins]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[front focusing]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[lens]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=84</guid>
		<description><![CDATA[Here's a good tutorial by Bob Atkins on how to check if you have any back or front focusing issues with a lens/camera.


Related posts:Photography &#8211; Deciding on a new lens



Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/photography/deciding-on-a-new-lens' rel='bookmark' title='Permanent Link: Photography &#8211; Deciding on a new lens'>Photography &#8211; Deciding on a new lens</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://photo.net/learn/focustest/" target="_blank">Here's a good tutorial</a> by Bob Atkins on how to check if you have any back or front focusing issues with a lens/camera.</p>


<p>Related posts:<ol><li><a href='http://michaeldoyle.eu/blog/photography/deciding-on-a-new-lens' rel='bookmark' title='Permanent Link: Photography &#8211; Deciding on a new lens'>Photography &#8211; Deciding on a new lens</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://michaeldoyle.eu/blog/photography/focus-test/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; CSS Reset</title>
		<link>http://michaeldoyle.eu/blog/web/css-reset</link>
		<comments>http://michaeldoyle.eu/blog/web/css-reset#comments</comments>
		<pubDate>Thu, 30 Apr 2009 16:59:07 +0000</pubDate>
		<dc:creator>Michael Doyle</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[broswer issues]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css reset]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://michaeldoyle.eu/blog/?p=70</guid>
		<description><![CDATA[There are many hacks to get past cross-browser compatibility problems. I've run into way too many of them, even though I regularly check sites in both IE and FF. One of the reasons for the problems is that some browsers add padding and margin sizes to certain elements. To remove this Yahoo has a utility [...]


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/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-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>There are many hacks to get past cross-browser compatibility problems. I've run into way too many of them, even though I regularly check sites in both IE and FF. One of the reasons for the problems is that some browsers add padding and margin sizes to certain elements. To remove this Yahoo has a utility called <a href="http://developer.yahoo.com/yui/reset/" target="_blank">Reset CSS</a>. IT removes all added borders, margins, everything to level the playing field so you can precisely define how you want elements defined without anything added by a browser.</p>
<p>UPDATE: After reading some of the comments and advise on resetting, a lot of people have highly recommended <a href="http://meyerweb.com/eric/tools/css/reset/" target="_blank">Eric Meyer's CSS Reset stylesheet</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/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-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/css-reset/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

