<?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>Andy McFeeAndy McFee - HTML, CSS, web design and everything else</title>
	<atom:link href="http://andymcfee.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://andymcfee.com</link>
	<description>HTML, CSS, web design and everything else</description>
	<lastBuildDate>Fri, 04 May 2012 14:21:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Evil Web Design</title>
		<link>http://andymcfee.com/2012/05/04/evil-web-design/</link>
		<comments>http://andymcfee.com/2012/05/04/evil-web-design/#comments</comments>
		<pubDate>Fri, 04 May 2012 12:26:32 +0000</pubDate>
		<dc:creator>Andy McFee</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://andymcfee.com/?p=286</guid>
		<description><![CDATA[At work, we have a very basic internal HTML page that we use to list out our staging servers so that developers can see what is currently staged on what server.  It looks like this: 

<iframe src="http://dabblet.com/gist/2577227" style="width:100%;height:300px;" frameborder="0"></iframe>

How boring.

I quickly found the obviously developer-created stylesheet and began to manipulate it about once a week to spice things up a bit. It didn't take long for the devs to start to notice my "improvements."]]></description>
		<wfw:commentRss>http://andymcfee.com/2012/05/04/evil-web-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS3 Toggle Switch &#8211; A UI Alternative to Checkboxes</title>
		<link>http://andymcfee.com/2012/05/01/css3-toggle-switch-a-ui-alternative-to-checkboxes/</link>
		<comments>http://andymcfee.com/2012/05/01/css3-toggle-switch-a-ui-alternative-to-checkboxes/#comments</comments>
		<pubDate>Tue, 01 May 2012 20:43:54 +0000</pubDate>
		<dc:creator>Andy McFee</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[adjacent selector]]></category>
		<category><![CDATA[checkbox replacement]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://andymcfee.com/?p=245</guid>
		<description><![CDATA[Recently, the adjacent selector (+) and I have become the best of friends. When first I learned of the adjacent selector back in the day, I found little use for simply targeting the element next to another element in my markup.  However, once I realized that, when used with psudeo-class selectors such as :checked, the adjacent selector can be quite powerful, a whole world of opportunities opened up.]]></description>
		<wfw:commentRss>http://andymcfee.com/2012/05/01/css3-toggle-switch-a-ui-alternative-to-checkboxes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Login Form Design</title>
		<link>http://andymcfee.com/2012/04/05/login-form-design/</link>
		<comments>http://andymcfee.com/2012/04/05/login-form-design/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 22:23:31 +0000</pubDate>
		<dc:creator>Andy McFee</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://andymcfee.com/?p=232</guid>
		<description><![CDATA[I haven&#8217;t been doing enough actual designing lately so I decided to design and build a simple login form using Twitter Bootstrap. Turned out pretty well I think. Let me know what you think.]]></description>
		<wfw:commentRss>http://andymcfee.com/2012/04/05/login-form-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icon Fonts, Pseudo-Elements and IE8</title>
		<link>http://andymcfee.com/2012/04/04/icon-fonts-pseudo-elements-and-ie8/</link>
		<comments>http://andymcfee.com/2012/04/04/icon-fonts-pseudo-elements-and-ie8/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 22:54:37 +0000</pubDate>
		<dc:creator>Andy McFee</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Icon Font]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://andymcfee.com/?p=166</guid>
		<description><![CDATA[I love icon fonts. Who doesn&#8217;t? Nobody. That&#8217;s who. They are just super and they pretty much work in every browser (IE has supported @font-face since IE 4! Chew on that for a while.) and I could talk about them for hours, but that&#8217;s not why I&#8217;m writing this post. No, I&#8217;m writing this because [...]]]></description>
		<wfw:commentRss>http://andymcfee.com/2012/04/04/icon-fonts-pseudo-elements-and-ie8/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Web Design and Development Conference Round-Up 2012</title>
		<link>http://andymcfee.com/2012/03/29/front-end-web-conferences-and-what-not-2012/</link>
		<comments>http://andymcfee.com/2012/03/29/front-end-web-conferences-and-what-not-2012/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 20:53:34 +0000</pubDate>
		<dc:creator>Andy McFee</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://andymcfee.com/?p=137</guid>
		<description><![CDATA[A buddy of mine recently had the opportunity to go to SXSW a few weeks ago.  I was insanely jealous (and furious when he complained afterwards about it &#8220;not really being his thing&#8221;&#8230; what an ass). I&#8217;ve never been to a real web conference, mainly because the opportunity has never really presented itself.  Sure, I&#8217;ve [...]]]></description>
		<wfw:commentRss>http://andymcfee.com/2012/03/29/front-end-web-conferences-and-what-not-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

