<?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>WebDesignerss.com &#187; CSS</title>
	<atom:link href="http://www.webdesignerss.com/blog/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignerss.com/blog</link>
	<description>webdesignerss</description>
	<lastBuildDate>Tue, 17 Aug 2010 12:28:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Four Tools for CSS Optimization &amp; Compression</title>
		<link>http://www.webdesignerss.com/blog/2010/01/four-tools-for-css-optimization-compression/</link>
		<comments>http://www.webdesignerss.com/blog/2010/01/four-tools-for-css-optimization-compression/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 20:32:25 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Feeder]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Compression]]></category>
		<category><![CDATA[CSS Optimization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Why optimize your CSS at all? In a nutshell: for faster loading pages. Because, really, anything that can speed up the loading of your site is a good thing. Here, my favorite four tools for CSS optimization and compression:
Clean CSS
A free online serv...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://feedproxy.google.com/~r/Devlounge/~3/WupJ1TOaQFU/four-tools-for-css-optimization-compression" target="blank">Devlounge - Homepage Feed </a></p>

<p>Why optimize your CSS at all? In a nutshell: for faster loading pages. Because, really, <em>anything</em> that can speed up the loading of your site is a good thing. Here, my favorite four tools for CSS optimization and compression:</p>
<h3><a href="http://www.cleancss.com/">Clean CSS</a></h3>
<p>A free online service, and what a service it is: this tool, based on <a href="http://csstidy.sourceforge.net/">CSS Tidy</a>, also helps you with CSS shorthand, in case you haven’t got it memorized yet. A worthy bookmark.</p>
<h3><a href="http://www.cssdrive.com/index.php/main/csscompressor/">CSS Compressor</a></h3>
<p>CSS Drive’s CSS Compressor does just that: compresses your CSS in either Light, Normal or Super Compact modes. I personally prefer their <a href="http://www.cssdrive.com/index.php/main/csscompressoradvanced/">Advanced Tool</a> (also free), which allows you to get specific (e.g. whether or not to leave spaces between selectors and properties, etc.)</p>
<h3><a href="http://juicystudio.com/services/csstest.php">CSS Analyser</a></h3>
<p>This one not only verifies your CSS with the W3C, it also tests your color contrast. Which, if you read <a href="http://www.devlounge.net/design/color-choices-for-better-readability">my last post</a>, is pretty awesome.</p>
<h3><a href="http://services.immike.net/css-checker/">CSS Redundancy Checker</a></h3>
<p>Finally, because redundancy is just not cool, <em>especially</em> when you’re trying to optimize your CSS, this nifty little tool is quick, easy to use, and simple to understand.</p>
<p>How do <em>you</em> optimize your CSS code?</p>
<div>
<a href="http://feeds.feedburner.com/~ff/Devlounge?a=WupJ1TOaQFU:QVPQmG3pyQ8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Devlounge?d=yIl2AUoC8zA" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Devlounge?a=WupJ1TOaQFU:QVPQmG3pyQ8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Devlounge?d=dnMXMwOfBR0" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Devlounge?a=WupJ1TOaQFU:QVPQmG3pyQ8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Devlounge?d=7Q72WNTAKBA" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Devlounge?a=WupJ1TOaQFU:QVPQmG3pyQ8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Devlounge?i=WupJ1TOaQFU:QVPQmG3pyQ8:D7DqB2pKExk" border="0"></a> <a href="http://feeds.feedburner.com/~ff/Devlounge?a=WupJ1TOaQFU:QVPQmG3pyQ8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Devlounge?i=WupJ1TOaQFU:QVPQmG3pyQ8:V_sGLiPBpWU" border="0"></a>
</div><img src="http://feeds.feedburner.com/~r/Devlounge/~4/WupJ1TOaQFU" height="1" width="1">]]></content:encoded>
			<wfw:commentRss>http://www.webdesignerss.com/blog/2010/01/four-tools-for-css-optimization-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Position: fixed CSS templates</title>
		<link>http://www.webdesignerss.com/blog/2009/12/position-fixed-css-templates/</link>
		<comments>http://www.webdesignerss.com/blog/2009/12/position-fixed-css-templates/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 14:14:26 +0000</pubDate>
		<dc:creator>Emil Stenström</dc:creator>
				<category><![CDATA[Feeder]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In 2006 I wrote an article about simulating Frames and Iframes and from time to time, I get questions of how to make modifications to the templates presented. But one big thing has changed since 2006: Perfect support for IE6 is no longer mandatory.So y...]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Link To Full Story:</span> <a href="http://friendlybit.com/css/position-fixed-css-templates/" target="blank">Friendly Bit </a></p>

<p>In 2006 I wrote an article about <a href="http://friendlybit.com/css/frames-or-iframes-with-css/">simulating Frames and Iframes</a> and from time to time, I get questions of how to make modifications to the templates presented. But one big thing has changed since 2006: <strong>Perfect support for <abbr title="Internet Explorer 6">IE6</abbr> is no longer mandatory</strong>.</p><p>So yesterday, when Brandon Cobb of <a href="http://superfighter.com/">Super Fighter Team</a> asked about a design with a fixed header, fixed left column, and scrolling right column, I thought I’d renew my take on <a href="http://friendlybit.com/css/frames-or-iframes-with-css/">simulating frames</a> with CSS (The original article is still good for background information, so I still recommend reading it).</p><h2>Position: fixed CSS templates</h2><p>The idea is this: Instead of specifying what parts of the page should scroll, we can <strong>specify what parts should stay fixed when scrolling</strong>. This makes it easier to deal with several fixed parts of the same layout, but also allows us do to things frames cannot do.</p><p>So what’s the trick? Well, <code>position: fixed</code> does exactly what we want. It works just like <code>position: absolute</code>, but it stays still when the page is scrolled. So it’s really just a matter of making sure things don’t overlap.</p><ul><li><a href="http://friendlybit.com/files/fixed/fixedtopandleft.html">Demo: Fixed top, fixed left, scrolling right</a></li><li><a href="http://friendlybit.com/files/fixed/fixedtop.html">Demo: Fixed top, scrolling bottom</a></li><li><a href="http://friendlybit.com/files/fixed/fixedleft.html">Demo: Fixed left, scrolling right</a></li></ul><p><strong>Try resizing the page, and see how the scrolling works</strong>. The templates have been tested in: Fx 3.5, IE8, IE7, IE6 (see note below), Opera 10, Safari 4; all on Windows. Let me know if you can test it on more browsers, or find bugs.</p><p>You’re of course free to use this templates as you see fit, with or without a link back, commercially or not. Consider it public domain.</p><h2>Fixes for IE6</h2><p>As I’ve said, these designs don’t act the same in IE6. Instead of some parts being fixed, the whole page scrolls in IE6. The good thing about this is that <strong> IE6 users won’t see that your site is “broken”</strong>, they will just get another design. And as the number of IE6 users goes towards zero, your design will be more and more consistent :). The fallback is very simple, IE6 gets <code>position: absolute</code> instead of fixed, using the <a href="http://www.webdevout.net/css-hacks#in_css-important">!important hack</a> (you should probably use <a href="http://www.quirksmode.org/css/condcom.html">conditional comments</a> instead).</p><p>Hope these templates are useful for some of you!</p>]]></content:encoded>
			<wfw:commentRss>http://www.webdesignerss.com/blog/2009/12/position-fixed-css-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
