<?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>MakeUseOf &#187; stylesheet</title>
	<atom:link href="http://www.makeuseof.com/tags/stylesheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Top 5 Sites To Learn CSS Online</title>
		<link>http://www.makeuseof.com/tag/top-5-sites-to-learn-some-css-programming/</link>
		<comments>http://www.makeuseof.com/tag/top-5-sites-to-learn-some-css-programming/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 23:01:00 +0000</pubDate>
		<dc:creator>Daniel Pataki</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[MakeUseOf Lists]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=13925</guid>
		<description><![CDATA[Web design might not be the most accessible area to everyone, but CSS and HTML can be very useful, and these are two parts of coding which are really easy. I mean to change the color of your font you just need to type: &#8220;color:red&#8221;, does it get easier than that? Well actually, it gets [...]]]></description>
			<content:encoded><![CDATA[<p>Web design might not be the most accessible area to everyone, but CSS and HTML can be very useful, and these are two parts of coding which are really easy. I mean to change the color of your font you just need to type: &#8220;color:red&#8221;, does it get easier than that?</p>
<p>Well actually, it gets harder but it&#8217;s worth taking a look, since you can customize everything from your blog to your Google Docs documents with a tiny bit of CSS knowledge.  Let&#8217;s take a look at where you learn css online free and get CSS tutorials for beginners.</p>
<h2><strong>W3Schools</strong></h2>
<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/03/w3schools.gif?323f2c" alt="learn css online free" vspace="5" align="left" /> <a href="http://w3schools.com/css/default.asp">W3Schools</a> is a great site. They have lots of tutorials from HTML to PHP and you can be sure that everything you read is up to standards since the site is maintained by the W3C, responsible for the web standards of today.</p>
<p>The CSS lessons are pretty detailed and will take you through most of what you need to know, but since this is more of a technical page you will see less examples than elsewhere and the examples they do have are a bit constrained.</p>
<p>If you already know some CSS though this is a great reference source.</p>
<h2><strong>Tizag</strong></h2>
<p>I come across this website a lot when looking up things and I had a look at their CSS tutorials, which I found slightly better structured than W3School&#8217;s. The basic information is the same, but if you are an absolute beginner you might want to start here.</p>
<p><a href="http://www.tizag.com/cssT/">Tizag</a> in my eyes is a bit less formal. It seems to me that their examples are closer to real life and the tone is friendlier. There are also helpful tutorials on many other languages like HTML and MySQL, so if you liked the CSS bit you can stay on for the same quality in other languages.</p>
<h2><strong>CSS Zen Garden</strong></h2>
<p>This site is very different from the tutorial sites I mentioned before. On <a href="http://www.csszengarden.com/">CSS Zen Garden</a> you can put your knowledge to the test or learn from the code written by others. The whole idea is that there is one static and unchangeable HTML file and you have to create a separate look for it using only CSS.</p>
<p>You can upload your work and it will be showcased, and you can download others&#8217; files to take a look at how they did this and that. This is really useful because I myself learned way more by example than by actually learning. The same goes for WordPress templates &#8211; if you like one, download it and take a peek in style.css to see how things are done.</p>
<h2><strong>CSS Play</strong></h2>
<p><img style="margin-left:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/03/cssplay.gif?323f2c" alt="" vspace="5" align="right" /><a href="http://www.cssplay.co.uk/">CSS Play</a> is a website in between Zen Garden and the tutorial sites because it shows off specific functionalities in CSS and allows you to view the source code.</p>
<p>Instead of having a whole page or a whole site, you can take a look at examples of flyout menus, opacity examples, IE specific workarounds and so on.</p>
<p>If you need a specific functionality and want to get in the know, this website might be the best place to start. It has a fair share of ads which can be a bit distracting, but the info there is solid, and a lot of times the code, or at least the method is very thoroughly explained.</p>
<h2><strong>Google</strong></h2>
<p>That&#8217;s right, plain old <a href="http://google.com">Google Search</a> can be a great companion to learning CSS online and finding CSS tutorials for beginners. Aside from obviously being able to research things you need, you can also look at how specific CSS properties work. Don&#8217;t know what values &#8220;overflow&#8221; can have? Just type &#8220;css overflow&#8221; or &#8220;css overflow property&#8221; and the first result will tell you what you need to know.</p>
<p>The same goes for actually all programming languages, I use this for PHP and MySQL as well, and I don&#8217;t think the first result has ever failed me yet.</p>
<p>So there you are, no more excuses, it&#8217;s time to learn some CSS! You can add your own Google Docs templates, modify your WordPress templates, and do such a lot more, happy CSS-ing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/top-5-sites-to-learn-some-css-programming/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>11 Useful Tools To Check, Clean &amp; Optimize Your CSS File</title>
		<link>http://www.makeuseof.com/tag/useful-tools-to-check-clean-and-optimize-your-css-file/</link>
		<comments>http://www.makeuseof.com/tag/useful-tools-to-check-clean-and-optimize-your-css-file/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 18:01:23 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Cool Linux Apps & Tips]]></category>
		<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[MakeUseOf Lists]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=10864</guid>
		<description><![CDATA[Minimizing the filesize of the CSS stylesheet has been regarded by many as a good way to increase your site loading speed. Indeed, by reducing the CSS file by several kilobytes, the server will take a shorter time to load and result in a faster webpage. In the event that your articles hit the Digg [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/csscorner.png?323f2c" border="0" alt="css tools" vspace="10" align="left" />Minimizing the filesize of the CSS stylesheet has been regarded by many as a good way to increase your site loading speed. Indeed, by reducing the CSS file by several kilobytes, the server will take a shorter time to load and result in a faster webpage.</p>
<p>In the event that your articles hit the Digg frontpage, this could also be one of the few deciding factors (there are many more) whether your server will crash or not.</p>
<p>Some of the most common methods used to minimize/ optimize a CSS stylesheet involves eliminating unused selectors, unwanted whitespace, tabs, comments and change the longhand declaration to shorthand notations.</p>
<p>I know that some of you here are not tech-savvy enough to edit your own CSS code, so here I will provide you with some of the useful tools that you can use to optimize your CSS code, even if you have completely no knowledge of CSS coding.</p>
<h2><strong>Check your CSS code</strong></h2>
<h3><a href="http://jigsaw.w3.org/css-validator/" target="_blank"><strong>W3C CSS Validator</strong></a></h3>
<p>The W3C CSS validator is a tool that you can use to validate your CSS. You can either download the Java validator to your computer and use it offline, or use the online form to check your CSS code.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/w3cvalidator.jpg?323f2c" border="0" alt="w3c-validator - check css code" /></p>
<h3><a href="https://addons.mozilla.org/en-US/firefox/addon/2289" target="_blank"><strong>CSS Validator Firefox Add-On</strong></a></h3>
<p>To make it easier for you to validate your CSS code, there is this Firefox extension &#8211; CSS Validator &#8211; that you can install on your browser. Once installed, you can easily and quickly check your code with a right click of the mouse.</p>
<h3><a href="http://www.htmlhelp.com/tools/csscheck/" target="_blank"><strong>CSSCheck</strong></a></h3>
<p>Even though your CSS code is validated, it does not mean that it is free from error. The validation only means that it complies with the CSS standards set by the W3C. If you want to validate as well as looking into a few browser compatibility issues with your stylesheet, then CSSCheck is a good tool for you.</p>
<h3><a href="http://juicystudio.com/services/csstest.php" target="_blank"><strong>CSS Analyzer</strong></a></h3>
<p>CSS Analyzer is an useful tool that allows you to validate your stylesheet against the W3C&#8217;s standard, perform a color contrast test, and a test to ensure that relevant sizes are specified in relative units of measurement.</p>
<p>In case you are wondering, the color contrast test is to check that the foreground and background color combinations provide sufficient contrast when viewed by someone having color deficits, or when viewed on a black and white screen.</p>
<h2><strong>Clean up your CSS code</strong></h2>
<h3><a href="http://www.sitepoint.com/dustmeselectors/" target="_blank"><strong>Dust-Me Selectors</strong></a></h3>
<p>Dust-Me Selectors is a Firefox extension that finds unused CSS selectors on the page that you are viewing. As you test subsequent pages of the same domain, the result is cross-checked with the previous data and any selectors encountered are crossed off from the list. You can use it to test individual pages or get it to spider the whole site.</p>
<p>In the end, you will get a report on the selectors that are not used anywhere in the site. You can then remove those selectors from your stylesheet (lesser code means smaller filesize).</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/dustmeselector.jpg?323f2c" border="0" alt="clean css tool" /></p>
<h3><a href="http://services.immike.net/css-checker/ " target="_blank"><strong>CSS Redundancy Checker</strong></a></h3>
<p>Similar to Dust-Me Selectors, this tool checks your site for unused and redundant CSS selectors. The only thing that is different is that you need to manually enter the URI for each page that you want to test.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/csschecker.jpg?323f2c" border="0" alt="css-checker" /></p>
<h2><strong>Optimize and Compress your CSS code</strong></h2>
<p>Once you have completed checking the validity of your CSS and cleaned up unnecessary code, it&#8217;s time to optimize CSS file and reduce it to the smallest possible size.</p>
<h3><a href="http://csstidy.sourceforge.net/" target="_blank"><strong>CSS Tidy</strong></a></h3>
<p>CSS Tidy is an open source software that you can use to optimize and compress your CSS file. It is available in .exe format (Windows only) and a zipped php script format (all platforms, for Web developers). What CSS Tidy does is mainly remove the comment, unnecessary whitespace and change some of the code to shorthand. During compression, you can choose between code readability or maximum compression. Depending on the length of your code, you can easily achieve a compression ratio of up to 30% or more.</p>
<p>Since CSS Tidy is an open source project, there have been several websites that use the code and turned it into an online tool for people to use. Here are some of them:</p>
<ul>
<li><a href="http://www.cleancss.com/" target="_blank">CLEAN CSS</a></li>
<li><a href="http://www.codebeautifier.com/" target="_blank">Code Beautifier</a></li>
<li><a href="http://www.cssportal.com/generators/optimize.htm" target="_blank">CSS Formatter and Optimizer</a> from CSS Portal</li>
<li><a href="http://floele.flyspray.org/csstidy//css_optimiser.php" target="_blank">CSS Formatter and Optimizer</a> from Flyspray</li>
</ul>
<h2><strong>Other CSS Optimizers</strong></h2>
<h3><a href="http://flumpcakes.co.uk/css/optimiser/" target="_blank"><strong>FlumpCakes CSS Optimizer</strong></a></h3>
<p>A simple optimizer that comes with several options for you to choose from.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/01/flumpcakescsscompressor.jpg?323f2c" border="0" alt="flumpcakes-css-compressor" /></p>
<h3><a href="http://iceyboard.no-ip.org/projects/css_compressor" target="_blank"><strong>Robson CSS Compressor</strong></a></h3>
<p>While it may look the same as others, I have found the compression rate for Robson CSS Compressor to be the highest among them all. Although it comes with several options for you to tweak the setting, leaving all the options untouched (all options checked) always produces the best result.</p>
<h3><a href="http://www.cssdrive.com/index.php/main/csscompressor/" target="_blank"><strong>CSS Drive CSS Compressor</strong></a></h3>
<p>The CSS Compressor offered by CSS Drive comes in two modes that you can use: Regular and Advanced. In the Regular mode, you only need to select which level of compression you want (Light, Normal or Super Compact) and the CSS Compressor will do the rest. In the Advanced mode, you are given more options and a greater say on how you want your stylesheet to be optimized.</p>
<h3><a href="http://mabblog.com/cssoptimizer/" target="_blank"><strong>CSS Optimizer</strong></a></h3>
<p>The CSS Optimizer from <a href="http://mabblog.com" target="_blank">mabblog.com</a> is a command line application for Mac and Linux. It is meant for those who are more comfortable with the terminal rather than an online interface. There is also a simple online version available for those who want to quickly get it over and done with.</p>
<p>Hopefully the tools listed here are enough for you to tweak and optimize your CSS stylesheet. If you have used any other tools that are more useful than those mentioned above, share them with us in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/useful-tools-to-check-clean-and-optimize-your-css-file/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/13 queries in 0.015 seconds using apc
Object Caching 317/336 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-11 00:15:13 -->
