<?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>Is This A Blog? &#187; css</title>
	<atom:link href="http://www.isthisablog.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isthisablog.com</link>
	<description>Web Development and other Inane Topics and Tools</description>
	<lastBuildDate>Thu, 15 Jul 2010 23:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to clear floats for proper footer placement</title>
		<link>http://www.isthisablog.com/2007/12/31/how-to-clear-floats-for-proper-footer-placement/</link>
		<comments>http://www.isthisablog.com/2007/12/31/how-to-clear-floats-for-proper-footer-placement/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 00:07:50 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/31/how-to-clear-floats-for-proper-footer-placement/</guid>
		<description><![CDATA[Most novice CSS users have never even heard of the &#8220;clear&#8221; property. I know in the past, I hadn&#8217;t, and racked my brain for hours trying to get my layout to display correctly with a floating sidebar. Here&#8217;s how it &#8230; <a href="http://www.isthisablog.com/2007/12/31/how-to-clear-floats-for-proper-footer-placement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2007/12/31/how-to-clear-floats-for-proper-footer-placement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cascading Style Sheets</title>
		<link>http://www.isthisablog.com/2007/12/22/cascading-style-sheets/</link>
		<comments>http://www.isthisablog.com/2007/12/22/cascading-style-sheets/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 08:33:53 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/22/cascading-style-sheets/</guid>
		<description><![CDATA[.class1{ font-size:16px; color:lightblue; font-weight:bold; } .class2{ color:blue; text-decoration:underline; } CSS. Cascading Style Sheets. Why are they named that? This is a tutorial on how the cascading part of CSS works, and how to work with multiple classes. The main thing &#8230; <a href="http://www.isthisablog.com/2007/12/22/cascading-style-sheets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2007/12/22/cascading-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy CSS fixed footer</title>
		<link>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/</link>
		<comments>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 22:16:55 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/09/easy-css-fixed-footer/</guid>
		<description><![CDATA[I&#8217;ve seen a lot of tutorials out there for how to have a fixed footer using CSS. Most of them require all kinds of nested div&#8217;s, wrappers, and so on. It&#8217;s really very simple, and this code can be copied &#8230; <a href="http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating a website template you can work with</title>
		<link>http://www.isthisablog.com/2007/11/03/creating-a-website-template-you-can-work-with/</link>
		<comments>http://www.isthisablog.com/2007/11/03/creating-a-website-template-you-can-work-with/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 17:45:31 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/11/03/creating-a-website-template-you-can-work-with/</guid>
		<description><![CDATA[Everyone wants a site that looks good, loads fast, and is easy to work with. It really isn&#8217;t as hard as one might think, as long as you follow some of the basic rules of design that you would with &#8230; <a href="http://www.isthisablog.com/2007/11/03/creating-a-website-template-you-can-work-with/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2007/11/03/creating-a-website-template-you-can-work-with/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On the fly CSS and more</title>
		<link>http://www.isthisablog.com/2007/10/24/on-the-fly-css-and-more/</link>
		<comments>http://www.isthisablog.com/2007/10/24/on-the-fly-css-and-more/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 17:25:43 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[streamlining]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/10/24/on-the-fly-css-and-more/</guid>
		<description><![CDATA[Firebug. Oh Glorious Firebug. You give me a reason to love Firefox, despite its many horrible memory leaks. You give me hope that there are still people out there looking to help out designers/coders. You give me a reason to &#8230; <a href="http://www.isthisablog.com/2007/10/24/on-the-fly-css-and-more/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2007/10/24/on-the-fly-css-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streamlining development</title>
		<link>http://www.isthisablog.com/2007/10/08/streamlining-development/</link>
		<comments>http://www.isthisablog.com/2007/10/08/streamlining-development/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 19:31:42 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/?p=15</guid>
		<description><![CDATA[Time management is key in any business position, whether you are a receptionist for a law firm, or a sole-proprietor in a web development company. I&#8217;m going to assume that as a constant in any business discussion. There have been &#8230; <a href="http://www.isthisablog.com/2007/10/08/streamlining-development/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2007/10/08/streamlining-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy CSS/php default image</title>
		<link>http://www.isthisablog.com/2007/09/24/easy-cssphp-default-image/</link>
		<comments>http://www.isthisablog.com/2007/09/24/easy-cssphp-default-image/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 21:15:33 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/?p=12</guid>
		<description><![CDATA[In the process of developing an e commerce shopping cart, I had the need to make sure an image was displayed at all times&#8230; even if the link is broken for some reason. This easy solution will make sure that &#8230; <a href="http://www.isthisablog.com/2007/09/24/easy-cssphp-default-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2007/09/24/easy-cssphp-default-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Tips and Tricks</title>
		<link>http://www.isthisablog.com/2007/09/24/css-tips-and-tricks/</link>
		<comments>http://www.isthisablog.com/2007/09/24/css-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 19:40:14 +0000</pubDate>
		<dc:creator>Daniel Costalis</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.whathuhstudios.com/press/?p=11</guid>
		<description><![CDATA[I&#8217;ve collected a few of my favorite CSS tricks for use on my own site, yet seem to always be on the look out for other implementations. Seems like you can&#8217;t just lay out a page anymore&#8230; you have to &#8230; <a href="http://www.isthisablog.com/2007/09/24/css-tips-and-tricks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.isthisablog.com/2007/09/24/css-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
