<?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>Sean McCullough</title>
	<atom:link href="http://seanmccullough.ca/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://seanmccullough.ca/blog</link>
	<description>Learn, Understand, Apply, Share and repeat</description>
	<lastBuildDate>Mon, 21 Sep 2009 20:28:03 +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>Styling Ordered Lists</title>
		<link>http://seanmccullough.ca/blog/?p=42</link>
		<comments>http://seanmccullough.ca/blog/?p=42#comments</comments>
		<pubDate>Mon, 21 Sep 2009 20:28:03 +0000</pubDate>
		<dc:creator>smccullo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Quick tips]]></category>

		<guid isPermaLink="false">http://seanmccullough.ca/blog/?p=42</guid>
		<description><![CDATA[Styling ordered lists?....but want a fancy styling on the list numbers themselves?
Try this:
[CSS]
ol { font: italic 1em Trebuchet MS, Times, serif;  color: #000000; }
ol span { font: normal .75em Arial, Helvetica, sans-serif; color: #7e7e7e; }
[HTML]
&#60;ol&#62;
&#60;li&#62;
&#60;span&#62;First, check out the great purple sun its awesome&#60;/span&#62;
&#60;/li&#62;
&#60;li&#62;
&#60;span&#62;Secondly, its purple&#60;/span&#62;
&#60;/li&#62;
&#60;li&#62;
&#60;span&#62;Thirdly, it tastes like grapes&#60;/span&#62;
&#60;/li&#62;
&#60;/ol&#62;
ol {
font: italic 1em Trebuchet MS, Times, serif;
color: #000000;
}
ol span {
font: normal .75em [...]]]></description>
		<wfw:commentRss>http://seanmccullough.ca/blog/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Print Preview shortcut in most browsers</title>
		<link>http://seanmccullough.ca/blog/?p=40</link>
		<comments>http://seanmccullough.ca/blog/?p=40#comments</comments>
		<pubDate>Tue, 15 Sep 2009 18:16:27 +0000</pubDate>
		<dc:creator>smccullo</dc:creator>
				<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[FF3.5]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[print preview]]></category>

		<guid isPermaLink="false">http://seanmccullough.ca/blog/?p=40</guid>
		<description><![CDATA[Print preview shortcut for most browsers]]></description>
		<wfw:commentRss>http://seanmccullough.ca/blog/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wacky margins in IE6?</title>
		<link>http://seanmccullough.ca/blog/?p=26</link>
		<comments>http://seanmccullough.ca/blog/?p=26#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:47:45 +0000</pubDate>
		<dc:creator>smccullo</dc:creator>
				<category><![CDATA[Quick Fixes]]></category>

		<guid isPermaLink="false">http://seanmccullough.ca/blog/?p=26</guid>
		<description><![CDATA[IE6 messing up your margins?]]></description>
		<wfw:commentRss>http://seanmccullough.ca/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.clearfix</title>
		<link>http://seanmccullough.ca/blog/?p=21</link>
		<comments>http://seanmccullough.ca/blog/?p=21#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:04:02 +0000</pubDate>
		<dc:creator>smccullo</dc:creator>
				<category><![CDATA[Quick Fixes]]></category>

		<guid isPermaLink="false">http://seanmccullough.ca/blog/?p=21</guid>
		<description><![CDATA[Ever have a div or another HTML element that WILL NOT listen to a set height?]]></description>
		<wfw:commentRss>http://seanmccullough.ca/blog/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery&#8217;s curvycorners issue with the IE&#8217;s</title>
		<link>http://seanmccullough.ca/blog/?p=15</link>
		<comments>http://seanmccullough.ca/blog/?p=15#comments</comments>
		<pubDate>Mon, 13 Apr 2009 20:15:27 +0000</pubDate>
		<dc:creator>smccullo</dc:creator>
				<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://seanmccullough.ca/blog/?p=15</guid>
		<description><![CDATA[Fix to a frustrating little bug I uncovered while playing with an other wise handy plug-in for jQuery.]]></description>
		<wfw:commentRss>http://seanmccullough.ca/blog/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Scroll bars in IE vs. FireFox</title>
		<link>http://seanmccullough.ca/blog/?p=4</link>
		<comments>http://seanmccullough.ca/blog/?p=4#comments</comments>
		<pubDate>Wed, 04 Mar 2009 16:17:49 +0000</pubDate>
		<dc:creator>smccullo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[scroll bars]]></category>
		<category><![CDATA[scrollbars]]></category>
		<category><![CDATA[scrolling]]></category>

		<guid isPermaLink="false">http://seanmccullough.ca/blog/?p=4</guid>
		<description><![CDATA[FireFox applies scroll bars to just the <body> tag of your html where as IE applies them to the <html> tag.]]></description>
		<wfw:commentRss>http://seanmccullough.ca/blog/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
