<?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>Red Ice Designs &#187; shorthand</title>
	<atom:link href="http://www.redicedesigns.com/blog/tag/shorthand/feed" rel="self" type="application/rss+xml" />
	<link>http://www.redicedesigns.com/blog</link>
	<description>A blog about web design tips, tricks, tutorials, guides and tools.</description>
	<lastBuildDate>Thu, 09 Sep 2010 20:31:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CSS: Things to Avoid</title>
		<link>http://www.redicedesigns.com/blog/2010/css/css-things-to-avoid</link>
		<comments>http://www.redicedesigns.com/blog/2010/css/css-things-to-avoid#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:47:16 +0000</pubDate>
		<dc:creator>Joe Valdez</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[external style sheet]]></category>
		<category><![CDATA[inline style]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[shorthand]]></category>

		<guid isPermaLink="false">http://www.redicedesigns.com/blog/?p=149</guid>
		<description><![CDATA[<h3>1. Avoid not resetting the browsers default setting.</h3>
<p style="padding-left: 30px;">When creating a new website or web page, the first thing you should do is reset everything to zero. Browsers have their own default settings, mainly for padding and margins. Resetting all the tags to zero will ensure you start from scratch. Once you have used a reset CSS file, you can now start on styling your page.<br />
<code>&#60;link rel="stylesheet" href="style/reset-min.css" type="text/css" media="screen" /&#62;</code></p>
<p><a href="http://www.redicedesigns.com/blog/2009/css/resetting-the-browser-default-style">See our blog posting on this&#8230;</a></p>
<p><a href="http://www.redicedesigns.com/blog/2010/css/css-things-to-avoid" class="more-link">Read more on CSS: Things to Avoid&#8230;</a></p>
    ]]></description>
		<wfw:commentRss>http://www.redicedesigns.com/blog/2010/css/css-things-to-avoid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
