<?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"
	>

<channel>
	<title>Web 2.0 Tutorials &#187; tool</title>
	<atom:link href="http://tutorialvine.com/category/tool/feed" rel="self" type="application/rss+xml" />
	<link>http://tutorialvine.com</link>
	<description>From Webdesign to how to maximize your revenue streams.</description>
	<pubDate>Mon, 18 Aug 2008 10:30:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Tool to clean your CSS</title>
		<link>http://tutorialvine.com/tool-to-clean-your-css</link>
		<comments>http://tutorialvine.com/tool-to-clean-your-css#comments</comments>
		<pubDate>Wed, 07 May 2008 09:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[tips]]></category>

		<category><![CDATA[tool]]></category>

		<category><![CDATA[webdesign]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[extension]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[help]]></category>

		<category><![CDATA[sitemap]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://tutorialvine.com/?p=123</guid>
		<description><![CDATA[I&#8217;m sure most people that develop web design have had this problem. Working on a huge site can add a lot of redundant code, especially CSS code.
Once you have finished working on your design, its time to optimize your code. Cleaning a CSS file manually can be very cumbersome and you might end with strange [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure most people that develop <a href="http://tutorialvine.com/tag/web-design" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with web design">web design</a> have had this problem. Working on a huge site can add a lot of redundant code, especially <a href="http://tutorialvine.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a> code.</p>
<p>Once you have finished working on your design, its time to optimize your code. Cleaning a <a href="http://tutorialvine.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a> file manually can be very cumbersome and you might end with strange results, going back and forth in your backups to put in a style you should not have removed.</p>
<p>I was about to embark on this task anyway, when I decided to do a little Google search, and actually found a <a href="http://tutorialvine.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with firefox">Firefox</a> <a href="http://tutorialvine.com/tag/extension" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with extension">Extension</a> developed by Sitepoint.</p>
<p>It&#8217;s called <a href="http://www.sitepoint.com/dustmeselectors" target="_blank">Dust-Me Selectors</a> and gives you a <a href="http://tutorialvine.com/tag/tool" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with tool">tool</a> to automatically search a site for its <a href="http://tutorialvine.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a> styles and then present you with a list of redundant styles.</p>
<p>See here for the list it gave me of a site I had been working on, putting selectors in and out, and making it a big mess:</p>
<p><a href="http://tutorialvine.com/wp-content/uploads/2008/05/79unused.jpg" target="_blank"><img style="vertical-align: baseline;" src="http://tutorialvine.com/wp-content/uploads/2008/05/79unused.jpg" alt="79 unused CSS selectors" /></a></p>
<p>The <a href="http://tutorialvine.com/tag/tool" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with tool">tool</a> itself is very simple to use, after installing it in <a href="http://tutorialvine.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with firefox">Firefox</a> you get a nifty little broom <a href="http://tutorialvine.com/tag/tool" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with tool">tool</a> in the bottom of your window.</p>
<p><a href="http://tutorialvine.com/wp-content/uploads/2008/05/statusbar.gif" target="_blank"><img class="alignnone size-medium wp-image-125" title="statusbar" src="http://tutorialvine.com/wp-content/uploads/2008/05/statusbar.gif" alt="" width="115" height="57" /></a></p>
<p><em>(Image courtesy of Sitepoint)</em></p>
<p>The <a href="http://tutorialvine.com/tag/tool" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with tool">tool</a> has many nifty features, such as searching your entire site via your <a href="http://tutorialvine.com/tag/sitemap" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with sitemap">sitemap</a> (.xml format or HTML sitemaps are recognized). This helps you if you have a lot of differently designed subpages, so it does inadvertently advise you to clean a selector you were actually using on a different part of your site.</p>
<p><a href="http://tutorialvine.com/wp-content/uploads/2008/05/spiderdialog.gif" target="_blank"><img class="alignnone size-medium wp-image-126" title="spiderdialog" src="http://tutorialvine.com/wp-content/uploads/2008/05/spiderdialog-300x164.gif" alt="" width="300" height="164" /></a></p>
<p><em>(Image courtesy of Sitepoint)</em></p>
<p>The <a href="http://tutorialvine.com/tag/tool" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with tool">tool</a> is fairly small and uncomplicated, but it does give you the exact tools you need for cleaning your <a href="http://tutorialvine.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a> style sheets.</p>
<p><a href="http://tutorialvine.com/wp-content/uploads/2008/05/statusbar-context.gif" target="_blank"><img class="alignnone size-medium wp-image-127" title="statusbar-context" src="http://tutorialvine.com/wp-content/uploads/2008/05/statusbar-context.gif" alt="" width="292" height="230" /></a></p>
<p><em>(Image courtesy of Sitepoint)</em></p>
<div class="oio-postlinks"><b>&raquo; Post Purchase:</b>&nbsp;&nbsp;<a rel="nofollow" href="http://tutorialvine.com/wp-content/plugins/oiopub-direct/purchase.php?do=link&amp;p=123">Text Link</a></div>
<p>a</p>
<p><a href="http://tutorialvine.com/tool-to-clean-your-css">Tool to clean your CSS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tutorialvine.com/tool-to-clean-your-css/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
