<?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>Infect The System &#187; CSS</title>
	<atom:link href="http://infectthesystem.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://infectthesystem.com</link>
	<description>Your source for everything web</description>
	<lastBuildDate>Tue, 08 Dec 2009 09:36:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What you need to know about CSS !</title>
		<link>http://infectthesystem.com/2009/what-you-need-to-know-about-css/</link>
		<comments>http://infectthesystem.com/2009/what-you-need-to-know-about-css/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 11:56:12 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[about]]></category>
		<category><![CDATA[know]]></category>
		<category><![CDATA[need]]></category>

		<guid isPermaLink="false">http://infectthesystem.com/2009/what-you-need-to-know-about-css/</guid>
		<description><![CDATA[Style sheet is a progressive breakthrough for the advancement of web. Today, more and more browsers are implementing style sheets, opening authors&#8217; eyes to unique features that allow influence over presentation while preserving platform independence. The advantages of style sheets have become &#8211; apparent &#8212; and the disadvantage of continually creating more HTML tags &#8212; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfectthesystem.com%2F2009%2Fwhat-you-need-to-know-about-css%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfectthesystem.com%2F2009%2Fwhat-you-need-to-know-about-css%2F" height="61" width="51" /></a></div><p>Style sheet is a progressive breakthrough for the advancement of web. Today, more and more browsers are implementing style sheets, opening authors&#8217; eyes to unique features that allow influence over presentation while preserving platform independence. The advantages of style sheets have become &#8211; apparent &#8212; and the disadvantage of continually creating more <strong>HTML</strong> tags &#8212; galore &#8212; for presentation effects with the gradual development of <strong>CSS</strong>. </p>
<p>&#13;</p>
<p>Let&#8217;s understand <strong>CSS</strong> in the right perspective. </p>
<p>&#13;</p>
<p><strong>Style sheets in retrospect </strong></p>
<p>&#13;</p>
<p>Style sheets have been around in one form or another since the beginnings of <strong>HTML</strong> in the early 1990s. </p>
<p>&#13;</p>
<p>As the <strong>HTML</strong> language grew, however, it came to encompass a wider variety of stylistic capabilities to meet the demands of <strong>web developers </strong>. With such capabilities, style sheets became less important, and an external language for the purposes of defining style attributes was not widely accepted until the development of <strong>CSS</strong>. </p>
<p>&#13;</p>
<p><strong>Teething problems with implementation of CSS </strong></p>
<p>&#13;</p>
<p>Many implementations of <strong>CSS</strong> are fraught with inconsistencies, bugs and other Authors have commonly had to use hacks and workarounds in order to obtain consistent results across web browsers and platforms. </p>
<p>&#13;</p>
<p>One of the most well-known <strong>CSS</strong> bugs is the Internet Explorer box model bug; box widths are interpreted incorrectly in several versions of the browser, resulting in blocks which appear as expected in most browsers, but are too narrow when viewed in Internet Explorer. The bug can be avoided, but not without some cost in terms of functionality. </p>
<p>&#13;</p>
<p>This is just one of hundreds of <strong>CSS</strong> bugs that have been documented in various versions of Internet Explorer,Netscape Mozilla , and Opera, many of which reduce the legibility of documents. The proliferation of such bugs in <strong>CSS</strong> implementations has made it difficult for designers to achieve a consistent appearance across platforms. </p>
<p>&#13;</p>
<p>Currently there is strong competition between Mozilla&#8217;s Gecko layout engine, Opera&#8217;s Presto layout engine, and the KHTML engine used in both Apple&#8217;s Safari and the Linux Konqueror browsers &#8211; each of them is leading in different aspects of <strong>CSS</strong>. Internet Explorer remains the worst at rendering <strong>CSS</strong> by standards set down by World Wide Web Consortium as of 2005. </p>
<p>&#13;</p>
<p><strong>Some breakthroughs </strong>&#8230; </p>
<p>&#13;</p>
<p>These problems have preisely led the W3C to revise the <strong>CSS2</strong> standard into <strong>CSS2.1</strong>, which may be regarded as something of a working snapshot of current <strong>CSS</strong> support. <strong>CSS2</strong> properties which no browser had successfully implemented were dropped, and in a few cases, defined behaviours were changed to bring the standard into line with the predominant existing implementations.. </p>
<p>&#13;</p>
<p><strong>What makes style sheets significant enough? </strong></p>
<p>&#13;</p>
<p>Style sheet represents an enormous step forward for the Web. With the separation of content and presentation between <strong>HTML</strong> and style sheets, the Web no longer needs to drift away from the strong ideal of platform independence that provided the medium with its initial push of popularity. Authors can finally influence the presentation of documents without leaving pages unreadable to users </p>
<p>&#13;</p>
<p>A style sheet is made up of style rules that tell a browser how to present a document. There are various ways of linking these style rules to your HTML documents, but the simplest method for starting out is to use <strong>HTML&#8217;s</strong> STYLE element. This element is placed in the document HEAD, and it contains the style rules for the page. </p>
<p>&#13;</p>
<p><strong>Functionality and Usage of CSS </strong></p>
<p>&#13;</p>
<p><strong>CSS</strong> is well-designed to allow the separation of presentation and structure. Prior to <strong>CSS</strong>, nearly all of the presentational attributes of an <strong>HTML</strong> document were contained within the <strong>HTML</strong> code; all font colors, background styles, element alignments, borders and sizes had to be explicitly described, often repeatedly, in the midst of the <strong>HTML</strong> code. </p>
<p>&#13;</p>
<p><strong>CSS</strong> allows authors to move much of that information to a stylesheet, resulting in considerably simpler <strong>HTML</strong> code. The <strong>HTML</strong> documents become much smaller and web browsers will usually cache sites&#8217; <strong>CSS</strong> stylesheets. This leads to a reduction in network traffic and noticeably quicker page downloads. </p>
<p>&#13;</p>
<p>For example, the <strong>HTML</strong> element h2 specifies that the text contained within it is a level two heading. It has a lower level of importance than h1 headings, but a higher level of importance than h3 headings. This aspect of the h2 element is structural . </p>
<p>&#13;</p>
<p>Customarily, headings are rendered in decreasing order of size, with h1 as the largest, because larger headings are usually interpreted to have greater importance than smaller ones. Headings are also typically rendered in a bold font in order to give them additional emphasis. The h2 element may be rendered in bold face, and in a font larger than h3 but smaller than h1 . This aspect of the h2 element is presentational . </p>
<p>&#13;</p>
<p>Prior to <strong>CSS</strong>, document authors who wanted to assign a specific color, font, size, or other characteristic to all h2 headings had to use the <strong>HTML</strong> font element for each occurrence of that heading type. </p>
<p>&#13;</p>
<p>Moreover, <strong>CSS</strong> can be used with XML, to allow such structured documents to be rendered with full stylistic control over layout, typography, color, and so forth in any suitable user agent or web browser. </p>
<p>CSS has its share of inconsistencies as well &#13;</p>
<p><strong>CSS</strong> may at times be misused, particularly by the author of web documents. Some developers who are accustomed to designing documents strictly in <strong>HTML</strong> may overlook or ignore the enabling features of <strong>CSS</strong>. For instance, a document author who is comfortable with <strong>HTML</strong> markup that mixes presentation with structure may opt to use strictly embedded <strong>CSS</strong> styles in all documents. While this may be an improvement over using deprecated <strong>HTML</strong> presentational markup, it suffers from some of the same problems that mixed-markup <strong>HTML</strong> does; specifically, it entails a similar amount of document maintenance. </p>
<p>&#13;</p>
<p><strong>Discrepancies compared: CSS vs programming languages </strong></p>
<p>&#13;</p>
<p><strong>CSS</strong> also shares some pitfalls common with programming languages. In particular, the problem of choosing appropriate names for <strong>CSS</strong> classes and identifiers may afflict <strong>CSS</strong> authors. In the attempt to choose descriptive names for <strong>CSS</strong> classes, authors might associate the class name with desired presentational attributes; for example, a <strong>CSS</strong> class to be applied to emphasized text might be named &#8220;bigred,&#8221; implying that it is rendered in a large red font. </p>
<p>&#13;</p>
<p>While such a choice of naming may be intuitive to the document author, it can cause problems if the author later decides that the emphasized text should instead be green; the author is left with a <strong>CSS</strong> class called &#8220;bigred&#8221; that describes something that is green. In this instance, a more appropriate class name might have been &#8220;emphasized,&#8221; to better describe the purpose or intent of the class, rather than the appearance of elements of that class. </p>
<p>&#13;</p>
<p>In a programming language, such a misuse might be analogous to using a variable name &#8220;five&#8221; for a variable which contains the value 5; however, if the value of the variable changes to 7, the name is no longer appropriate. </p>
<p>&#13;</p>
<p><strong>CSS in a nutshell </strong></p>
<p>&#13;</p>
<p><strong>CSS</strong> is used by both the authors and readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document structure (written in <strong>HTML</strong> or a similar markup language) from document presentation (written in <strong>CSS</strong>). </p>
<p>&#13;</p>
<p>This separation provides a number of benefits, including improved content accessibility, greater flexibility and control in the specification of presentational characteristics, and reduced complexity of the structural content. <strong>CSS</strong> is also capable of controlling the document&#8217;s style separately in alternative rendering methods, such as on-screen in print, by voice (when read out by a speech-based browser or screen reader) and on braille based, tactile devices. </p>
<p>&#13;</p>
<p><strong>CSS</strong> allows complete and total control over the style of a hypertext document. The only way this can be illustrated in a way that gets people excited is by demonstrating what it can truly be, once the reins are placed in the hands of those able to create beauty from structure.</p>
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<div class="text">Deepak Sharma is a <a onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="" http:="">Web Designer</a> at BlueApple, a <a onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.blueappleonline.com/">Web Design and Development Company</a> with a well connected development infrastructure in India having a strong offering superior web services and solutions at competitive costs.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://infectthesystem.com/2009/what-you-need-to-know-about-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Your Business Website Ready for Css?</title>
		<link>http://infectthesystem.com/2009/is-your-business-website-ready-for-css/</link>
		<comments>http://infectthesystem.com/2009/is-your-business-website-ready-for-css/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:57:10 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Ready]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://infectthesystem.com/2009/is-your-business-website-ready-for-css/</guid>
		<description><![CDATA[What is CSS ?
CSS or Cascading Style Sheets is a great tool to add a unique look to your web pages.  CSS enhances fonts, colors, and even the spacing of your web pages.  It is a useful tool to let you separate your HTML content from your style. For example, you can use your HTML [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfectthesystem.com%2F2009%2Fis-your-business-website-ready-for-css%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfectthesystem.com%2F2009%2Fis-your-business-website-ready-for-css%2F" height="61" width="51" /></a></div><p>What is CSS ?</p>
<p>CSS or Cascading Style Sheets is a great tool to add a unique look to your web pages.  CSS enhances fonts, colors, and even the spacing of your web pages.  It is a useful tool to let you separate your HTML content from your style. For example, you can use your HTML file to create and organize the content, but all of the visual presentation including the background, fonts, colors, link effects, text formatting, and spacing are created with a CSS file.</p>
<p>Benefits of CSS</p>
<p>As discussed, CSS makes it easy for you to separate the style and layout of your HTML files from their informational content.  This means you can determine the look of your site in one file, and change the whole site by modifying that single file. It also means you can make your HTML changes by accessing one file.</p>
<p>This structure provided by CSS also means that you can work with your web pages so that they look good on any browser.  For example, a page on Mozilla can look very different than a page seen on internet explorer.  CSS eliminates that difference.</p>
<p>CSS gives you more control over how your pages look because it is a more detailed mechanism than HTML.  HTML wasn’t designed for style, it was designed for document structure.  CSS was designed for style.  This means it is easier for you as a business owner seeking brand development and recognition to define your “look” and give it a unique and consistent feel.</p>
<p>Users say that CSS also prints better than HTML documents.  Important if visitors are accessing your content, which they hopefully are, printing it, and taking it with them or better yet – sharing it with their friends and associates.  Additionally, the pages allow visitors to print the entire page as opposed to the partial pages that HTML often prints.</p>
<p>CSS decreases your page size significantly, making it easier for your visitors to load your site and all relevant graphics and copy.  It also means that your web pages can be seen quickly and clearly with handheld browsers.  This is huge because many people are now surfing the internet on their cell phones, smart phones, and PDAs.  If your site doesn’t load quickly, chances are people are going to leave.  If your site is quickly and clearly accessible – you may have a new customer!  Additionally, it will take up less space on your server if you’re running close to your limit – and save you less money if you’re being charge by bandwidth.  This is because CSS requires less code.</p>
<p>CSS enables you to position the code for your content at the top making your page search engine friendly. Properly marked up, HTML pages can easily found and properly categorized by search engines.</p>
<p>It is also fairly easy for anyone to learn because CSS already uses well-known coding elements and principals.</p>
<p>The benefits of CSS include making your web site:<br />• Faster to create<br />• Easier to maintain or change<br />• More adaptable to fit new and emerging technologies<br />• Compact<br />• Neater and cleaner in the HTML code</p>
<p>How do I use CSS ?</p>
<p>Cascading Style Sheets can be used in two ways &#8211; internally or externally. When used internally the CSS code is placed within the ‘head’ tags of each HTML file. The HTML code basically looks just like this:<br />&lt;head&gt;<br />&lt;title&gt;&lt;/title&gt;<br />&lt;style type=”text/css”&gt;<br />Place your CSS CONTENT HERE<br />&lt;/style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;</p>
<p>Externally, your CSS code that would be placed in the HTML file is now placed in a separate file and linked to the location. The file type for the CSS code can be created with any text or HTML editor such as Notepad. Once created there are two ways you can link to your CSS file:</p>
<p>1. In the head section of every (X)HTML file, appearing as:</p>
<p>&lt;head&gt;<br />&lt;title&gt;&lt;/title&gt;<br />&lt;link rel=”stylesheet” type=”text/css”onClick=&#8221;javascript:pageTracker._trackPageview(&#8217;/outgoing/article_exit_link&#8217;);&#8221; href=”style.css” mce_onClick=&#8221;javascript:pageTracker._trackPageview(&#8217;/outgoing/article_exit_link&#8217;);&#8221; href=”style.css” /&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />2. Using the @import method, appearing as:</p>
<p>&lt;head&gt;<br />&lt;title&gt;&lt;/title&gt;<br />&lt;style type=”text/css”&gt; @import url(Path to stylesheet.css) &lt;/style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;</p>
<p>So what method do you choose?  That depends on what you need.  For example, internal is used when a designer needs to style only one page, or different pages with different styles.  Web page designers tend to prefer an external cascading style sheet. This is because, as noted earlier in the benefits list, you will only need to edit one CSS file to change the entire website. Webmasters also find external is better because they are easier to maintain, they’re more compact, and generally the appearance is easier to control and stylize.</p>
<p>Potential Concerns</p>
<p>Not all browsers can read CSS.  This is a real concern; however, the percentage has decreased to the point where less than 1% of browsers are affected.  What sites are affected?  Older browser versions, created before CSS was standard, including Netscape 4.0.  Because the vast majority of browsers are significantly newer than this, and because the World Wide Web Consortium has recommended the use of CSS, making it a widely acceptable and recognizable mechanism around the world, all concerns about using CSS are negligible.</p>
<p>Bottom Line</p>
<p>CSS is a tool that will make your web pages easier to organize and maintain, your website easier to change, your brand potentially stronger, your website more compact and easier to load, your search engine optimization will improve, oh and your pages will just look better.  There really isn’t a reason to not experiment with CSS and integrate it into your web site.  Once you begin using and designing with  CSS, you’ll likely find building sites is more fun, faster, and they look amazing.</p>
<p> &#13;
<div style="margin:5px;padding:5px;border:1px solid #c1c1c1;font-size: 10px;">
<div class="text">
<p>Want to launch, reinvent &amp; grow your online biz dramatically? Discover a breakthrough <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.surefirewealth.com">membership site</a> considered as the #1 source of supply for most hot-selling digital information products on the web. Go to <a rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.surefirewealth.com"></a><a rel="nofollow" target="_blank" onclick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.surefirewealth.com">http://www.surefirewealth.com</a> and skyrocket your profits now!</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://infectthesystem.com/2009/is-your-business-website-ready-for-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 Best CSS Organizational Tips</title>
		<link>http://infectthesystem.com/2009/top-5-best-css-organizational-tips/</link>
		<comments>http://infectthesystem.com/2009/top-5-best-css-organizational-tips/#comments</comments>
		<pubDate>Thu, 14 May 2009 07:20:30 +0000</pubDate>
		<dc:creator>Adam Gardiner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS Tricks]]></category>

		<guid isPermaLink="false">http://infectthesystem.com/?p=132</guid>
		<description><![CDATA[<a href=http://infectthesystem.com/2009/top-5-best-css-organizational-tips/><img src=http://infectthesystem.com/wp-content/uploads/2009/05/icon-css.png class=imgtfe hspace=5 align=left width=100  border=0></a>Being a web designer, with a possible light case of ADD, i noticed that in the past I had used a different organizational method for my css files on almost every website I built. Hell, in some cases there was no organization what-so-ever.
As is often the case when you repeat a task over and over, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfectthesystem.com%2F2009%2Ftop-5-best-css-organizational-tips%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfectthesystem.com%2F2009%2Ftop-5-best-css-organizational-tips%2F" height="61" width="51" /></a></div><p><img class="alignnone size-full wp-image-251" style="float:left; margin:0 10px 10px 0;" title="icon-css" src="http://infectthesystem.com/wp-content/uploads/2009/05/icon-css.png" alt="icon-css" width="128" height="128" />Being a web designer, with a possible light case of ADD, i noticed that in the past I had used a different organizational method for my css files on almost every website I built. Hell, in some cases there was no organization what-so-ever.</p>
<p>As is often the case when you repeat a task over and over, I got better at organizing my files to make them easier for me to build and edit. I am going to share some of my organizational tips with you here today, and hopefully they will save you some time in the long run.<span id="more-132"></span></p>
<ol type="1">
<li><a href="#_1._Organize_by">Organize CSS by page      element, not by style</a></li>
<li><a href="#_2._Put_Similar">Put similar CSS elements on      the same line</a></li>
<li><a href="#_3._Organize_CSS">Organize CSS in order of      element layout</a></li>
<li><a href="#_4._Name_your">Name your CSS based on      structure not design</a></li>
<li><a href="#_5._Comment_your">Comment your CSS code</a></li>
</ol>
<h2><a name="_1._Organize_by"></a>1. Organize by page element, not by style</h2>
<p>Below is an example of one way I have seen many web designers organize their CSS files.</p>
<p><strong>/* Containers */</strong><strong><br />
<span style="color: #339966;">#header-container { }</span></strong><span style="color: #339966;"><strong><br />
#navigation-container { }<br />
#footer-container { }</strong></span></p>
<p><strong>/* Links */</strong><strong><br />
<span style="color: #339966;">#header a:link, #header a:visisted { }</span></strong><span style="color: #339966;"><strong>#navigation a:link, #navigation a:visisted { }<br />
#footer a:link, #footer a:visisted { }</strong></span></p>
<p><strong>/* Fonts */</strong><strong><br />
<span style="color: #339966;">.header-text { }<br />
</span></strong><span style="color: #339966;"><strong>.navigation-text { }<br />
.footer-text { }</strong></span></p>
<p>So, maybe you&#8217;re thinking to yourself, &#8220;Gee Adam, this looks alright to me&#8221;. And sure, it does look visually appealing. But when it comes time to change everything in the header, your now stuck scrolling up and down, looking for each &#8220;header&#8221; element.</p>
<p>Instead, try using the method below and it will ensure you won&#8217;t waste time scrolling the page up and down.</p>
<p><strong>/* Header */</strong><strong><br />
<span style="color: #339966;">#header-container { }<br />
#header a:link, #header a:visisted { }<br />
.header-text { }</span></strong></p>
<p><strong>/* Navigation */</strong><strong><br />
<span style="color: #339966;">#navigation-container { }<br />
#navigation a:link, #navigation a:visisted { }<br />
.navigation-text { }</span></strong></p>
<p><strong>/* Footer */</strong><strong><br />
<span style="color: #339966;">#footer-container { }<br />
#footer a:link, #footer a:visisted { }<br />
.footer-text { }</span></strong></p>
<h2><a name="_2._Put_Similar"></a>2. Put Similar Elements on the Same Line</h2>
<p>If you aren&#8217;t writing your CSS on 1 line, then you can use this next trick.</p>
<p>Many CSS elements are related or similar to each other, and therefore, can be organized together when we write our CSS code.<br />
Instead of this:</p>
<p><strong>#header-container {</strong><strong><br />
width:800px;</strong><strong><br />
height:600px;<br />
margin:0; </strong><strong>padding:0;<br />
}</strong></p>
<p>Try this:</p>
<p><strong>#header-container {</strong><strong><br />
width:800px; height:600px;</strong><strong><br />
margin:0;padding:0;<br />
}</strong></p>
<p>Not only does this cut down the number of total lines in the CSS file, it also makes finding and editing related elements much much quicker.</p>
<p>I wish I could take credit for this tip, but alas I can not. I read this tip on a blog somewhere, sometime ago. I tried looking for the article again, but I was not able to find it. If you or someone you know wrote the article, please let me know and I will gladly give credit.</p>
<h2><a name="_3._Organize_CSS"></a>3. Organize CSS in order of element layout</h2>
<p>This is almost so obvious it&#8217;s not worth mentioning, but unfortunately I still see CSS written without any thought to having to go back and edit it later. It is similar to when car manufaturers build a part that has to have 20 other parts removed in order to reach the part you are trying to fix.</p>
<p>If you are only using 1 CSS file, then for god sakes, ORGANIZE! Put your header definitions at the top of the file, and your footer definitions at the bottom of the file, everything else goes in the middle.</p>
<h2><a name="_4._Name_your"></a>4. Name your CSS based on purpose not design</h2>
<p>I, like many CSS designers out there, have been guilty of naming a CSS definitions based on their design, and not by their structure and/or purpose.</p>
<p>For example I would name a CSS element like this:</p>
<p><strong>.text-purple {}</strong></p>
<p>Instead of naming the CSS element like this:</p>
<p><strong>.author-name {}</strong></p>
<p>The reason for this is simple, over time when you decide purple isin&#8217;t the right color for the authors names, and you want to change the purple to yellow, your CSS definition is still named text-purple which is definitely confusing.</p>
<p>Sure you might think to yourself, &#8220;well i can always just remember I changed purple to yellow&#8221;, but over time, and after working on countless other websites, I can almost guarantee that you will forget the change, and especially if and when there are more than one change, you will be all but lost.</p>
<h2><a name="_5._Comment_your"></a>5. Comment your CSS code</h2>
<p>Commenting is one of the most important factors when attempting to organize your CSS files effectively, and there is more than one way to use comments in a CSS file.</p>
<p><strong>Section Dividers</strong><br />
This is one of the more standard uses of comments in CSS files. Use markup like this to label different sections of your CSS file.</p>
<p><span style="color: #339966;"><strong>/*  Header */</strong></span></p>
<p><strong>Explanations </strong></p>
<p>This is a common use for comments in programming languages such as PHP.</p>
<p><span style="color: #339966;"><strong>/* This style definition is needed to fix a problem in IE6 */</strong></span></p>
<p>This is by no means a complete list, but it is a list of some of my favorite CSS tips!</p>
<p>If you have you own tips to share, please do and if I like them, I will add them to the post giving the author link credit.</p>
]]></content:encoded>
			<wfw:commentRss>http://infectthesystem.com/2009/top-5-best-css-organizational-tips/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to center a CSS Div Horizontally</title>
		<link>http://infectthesystem.com/2009/how-to-center-a-css-div-horizontally/</link>
		<comments>http://infectthesystem.com/2009/how-to-center-a-css-div-horizontally/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 22:30:20 +0000</pubDate>
		<dc:creator>Adam Gardiner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[CSS Tricks]]></category>

		<guid isPermaLink="false">http://infectthesystem.com/?p=158</guid>
		<description><![CDATA[<a href=http://infectthesystem.com/2009/how-to-center-a-css-div-horizontally/><img src=http://infectthesystem.com/wp-content/uploads/2009/05/icon-css.png class=imgtfe hspace=5 align=left width=100  border=0></a>How do I center a CSS Div Horizontally? This is a question I hear from my readers in both emails, and comments somewhat frequently. There are already at least 10 (probably more like 100) other websites that tell you how to do this, but the question still comes up.
So being that I am such a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfectthesystem.com%2F2009%2Fhow-to-center-a-css-div-horizontally%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfectthesystem.com%2F2009%2Fhow-to-center-a-css-div-horizontally%2F" height="61" width="51" /></a></div><p><img class="alignnone size-full wp-image-251" style="float:left; margin:0 10px 10px 0;" title="icon-css" src="http://infectthesystem.com/wp-content/uploads/2009/05/icon-css.png" alt="icon-css" width="128" height="128" />How do I center a CSS Div Horizontally? This is a question I hear from my readers in both emails, and comments somewhat frequently. There are already at least 10 (probably more like 100) other websites that tell you how to do this, but the question still comes up.</p>
<p>So being that I am such a nice guy, I figured I would write a blog post about the subject instead of just answering emails, and comments all day.</p>
<p>The code to center a div horizontally is really simple. It should be noted that you <strong>MUST</strong> have a fixed width div for this to work.</p>
<p><span style="color: #339966;"><strong>#div-container {<br />
width:800px;<br />
margin: 0 auto;<br />
}</strong></span></p>
<p>The margin CSS values I used above were written in CSS Shorthand, but you could also write the code without shorthand, in which case the code would look like this:</p>
<p><span style="color: #339966;"><strong>#div-container {<br />
width:800px;<br />
margin: 0 auto 0 auto;<br />
}</strong></span></p>
<p><span style="color: #000000;">Now just insert a DIV into your html with the ID  given a value of div-container like is shown in the example below.<strong></strong></span></p>
<p><span style="color: #339966;"><strong>&lt;div id=&#8221;div-container&#8221;&gt;<br />
Place your newly centered div&#8217;s content here<br />
&lt;/div&gt;</strong></span><strong></strong></p>
<p><span style="color: #000000;">So that&#8217;s the long and short of it. Pretty simple and upfront. Hopefully I won&#8217;t get any more emails about this, but as always feel free to email or comment if you have any questions or comments.<strong><br />
</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://infectthesystem.com/2009/how-to-center-a-css-div-horizontally/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Gradient Buttons</title>
		<link>http://infectthesystem.com/2008/web-20-gradient-buttons/</link>
		<comments>http://infectthesystem.com/2008/web-20-gradient-buttons/#comments</comments>
		<pubDate>Thu, 15 May 2008 07:42:44 +0000</pubDate>
		<dc:creator>Adam Gardiner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://infectthesystem.com/2008/web-20-gradient-buttons/</guid>
		<description><![CDATA[<a href=http://infectthesystem.com/2008/web-20-gradient-buttons/><img src=http://infectthesystem.com/wp-content/uploads/2008/05/web_20_buttons.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>Need some Web 2.0 style buttons? So did I, so I made a few different versions for the redesign of my website ITS Net Services. I only ended up using 1 of them, so I figured I might as well give the rest away.
They all come in 1 Photoshop file and include all the buttons [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfectthesystem.com%2F2008%2Fweb-20-gradient-buttons%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfectthesystem.com%2F2008%2Fweb-20-gradient-buttons%2F" height="61" width="51" /></a></div><p>Need some Web 2.0 style buttons? So did I, so I made a few different versions for the redesign of my website <a title="ITS Net Services" href="http://itsnetservices.com" target="_blank">ITS Net Services</a>. I only ended up using 1 of them, so I figured I might as well give the rest away.</p>
<p>They all come in 1 Photoshop file and include all the buttons separated in their own folders.<br />
<span id="more-94"></span></p>
<p><a title="WEB 2.0 Buttons" href="http://infectthesystem.com/downloads/web_20_buttons/web_20_buttons.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/05/web_20_buttons.jpg" border="0" alt="Web 2.0 Buttons" width="315" height="250" /></a><br />
<div style="float: right; width: 200px; margin: 10px; text-align: center">
	<p><a rel="nofollow" title="Download version 0.1 of web_20_buttons.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/web_20_buttons/web_20_buttons.zip');" href="http://infectthesystem.com/downloads/web_20_buttons/web_20_buttons.zip"><img src="http://infectthesystem.com/wp-content/plugins/drain-hole/images/download.png" alt="download" width="128" height="128"/></a></p>

	<table class="download">
		<tr>
			<th>Download:</th>
			<td><a rel="nofollow" title="Download version 0.1 of web_20_buttons.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/web_20_buttons/web_20_buttons.zip');" href="http://infectthesystem.com/downloads/web_20_buttons/web_20_buttons.zip">web_20_buttons.zip</a></td>
		</tr>
		<tr>
			<th>Version:</th>
			<td>0.1</td>
		</tr>
		<tr>
			<th>Updated:</th>
			<td>May 15, 2008</td>
		</tr>
		<tr>
			<th>Size:</th>
			<td>70.48 KB</td>
		</tr>
	</table>
	
	</div>

<p>I made most of these using the <a title="Ultimate Web 2.0 Gradients &amp; Styles" href="http://www.dezinerfolio.com/2007/03/14/ultimate-web-20-gradients-free-download/" target="_blank">Ultimate Web 2.0 Gradients and Styles</a> available to download for free from <a href="http://www.dezinerfolio.com/" target="_blank">Deziner Folio</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://infectthesystem.com/2008/web-20-gradient-buttons/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>20 Free CSS Containers</title>
		<link>http://infectthesystem.com/2008/20-free-css-containers/</link>
		<comments>http://infectthesystem.com/2008/20-free-css-containers/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 01:22:28 +0000</pubDate>
		<dc:creator>Adam Gardiner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://infectthesystem.com/2008/20-free-css-containers/</guid>
		<description><![CDATA[<a href=http://infectthesystem.com/2008/20-free-css-containers/><img src=http://infectthesystem.com/wp-content/uploads/2008/02/black_container.png class=imgtfe hspace=5 align=left width=100  border=0></a>I&#8217;m back again with more FREE CSS Containers to download. Unlike my previous set of FREE Content Boxes, these boxes were designed to be able to stretch as wide as need be. Simply adjust the size of the container css value to the width you need, or remove it completely to have it auto adjust [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfectthesystem.com%2F2008%2F20-free-css-containers%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfectthesystem.com%2F2008%2F20-free-css-containers%2F" height="61" width="51" /></a></div><p>I&#8217;m back again with more FREE CSS Containers to download. Unlike my previous set of <a href="http://infectthesystem.com/2008/free-css-content-boxes/" target="_blank" title="FREE CSS Content Boxes">FREE Content Boxes</a>, these boxes were designed to be able to stretch as wide as need be. Simply adjust the size of the container css value to the width you need, or remove it completely to have it auto adjust its width. I have also remade the original boxes in this auto stretch way.<br />
<span id="more-66"></span></p>
<p><strong>You may use these boxes for any purpose, and you do not have to credit me. However, you may not redistribute these on another website, or hotlink directly to these files.</strong></p>
<table border="0" width="100%">
<tr>
<td align="center">
<h3>Black Round</h3>
<p><strong>  <a rel="nofollow" title="Download version 0.1 of black_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/black_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/black_container.zip">DOWNLOAD</a></strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Black Square</h3>
<p><strong> <a rel="nofollow" title="Download version 0.1 of black_sqaure_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/black_sqaure_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/black_sqaure_container.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/black_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/black_container.png" alt="Free CSS Content Box :: Black Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/black_sqaure_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/black_sqaure.png" alt="Free CSS Content Box :: Black Square" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>Blue Round</h3>
<p><strong> <a rel="nofollow" title="Download version 0.1 of blue_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/blue_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/blue_container.zip">DOWNLOAD</a></strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Blue Square</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of blue_square_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/blue_square_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/blue_square_container.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/blue_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/blue_container.png" alt="Free CSS Content Box :: Blue Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/blue_square_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/blue_square.png" alt="Free CSS Content Box :: Blue Square" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>Green Round</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of green_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/green_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/green_container.zip">DOWNLOAD</a> </strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Green Square</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of green_square_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/green_square_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/green_square_container.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/green_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/green_container.png" alt="Free CSS Content Box :: Green Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/green_square_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/green_square.png" alt="Free CSS Content Box :: Green Square" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>Grey Round</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of grey_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/grey_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/grey_container.zip">DOWNLOAD</a></strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Grey Square</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of grey_square_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/grey_square_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/grey_square_container.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/grey_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/grey_container.png" alt="Free CSS Content Box :: Grey Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/grey_square_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/grey_square.png" alt="Free CSS Content Box :: Grey Square" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>Olive Round</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of olive_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/olive_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/olive_container.zip">DOWNLOAD</a></strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Olive Square</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of olive_square_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/olive_square_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/olive_square_container.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/olive_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/olive_container.png" alt="Free CSS Content Box :: Olive Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/olive_square_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/olive_square.png" alt="Free CSS Content Box :: Olive Square" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>Orange Round</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of orange_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/orange_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/orange_container.zip">DOWNLOAD</a></strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Orange Square</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of orange_square_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/orange_square_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/orange_square_container.zip">DOWNLOAD</a> </strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/orange_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/orange_container.png" alt="Free CSS Content Box :: Orange Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/orange_square_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/orange_square.png" alt="Free CSS Content Box :: Orange Square" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>Pink Round</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of pink_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/pink_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/pink_container.zip">DOWNLOAD</a> </strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Pink Square</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of pink_square_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/pink_square_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/pink_square_container.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/pink_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/pink_container.png" alt="Free CSS Content Box :: Pink Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/pink_square_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/pink_square.png" alt="Free CSS Content Box :: Pink Square" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>Purple Round</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of purple_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/purple_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/purple_container.zip">DOWNLOAD</a></strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3> Purple Square</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of purple_square_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/purple_square_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/purple_square_container.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/purple_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/purple_container.png" alt="Free CSS Content Box :: Purple Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/purple_square_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/purple_square.png" alt="Free CSS Content Box :: Purple Square" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>Red Round</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of red_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/red_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/red_container.zip">DOWNLOAD</a>  </strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Red Square</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of red_square_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/red_square_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/red_square_container.zip">DOWNLOAD</a> </strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/red_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/red_container.png" alt="Free CSS Content Box :: Red Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/red_square_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/red_square.png" alt="Free CSS Content Box :: Red Square" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>White Round</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of white_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/white_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/white_container.zip">DOWNLOAD</a></strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>White Square</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of white_square_container.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/stretch_contentbox/white_square_container.zip');" href="http://infectthesystem.com/downloads/stretch_contentbox/white_square_container.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/white_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/white_container.png" alt="Free CSS Content Box :: White Round" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/stretch_contentbox/white_square_container.zip"><img src="http://infectthesystem.com/wp-content/uploads/2008/02/white_square.png" alt="Free CSS Content Box :: White Square" /></a></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://infectthesystem.com/2008/20-free-css-containers/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>FREE CSS Content Boxes</title>
		<link>http://infectthesystem.com/2008/free-css-content-boxes/</link>
		<comments>http://infectthesystem.com/2008/free-css-content-boxes/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 02:33:02 +0000</pubDate>
		<dc:creator>Adam Gardiner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://infectthesystem.com/?p=57</guid>
		<description><![CDATA[<a href=http://infectthesystem.com/2008/free-css-content-boxes/><img src=http://infectthesystem.com/wp-content/uploads/2008/01/contentbox_black.png class=imgtfe hspace=5 align=left width=100  border=0></a>I have created a selection of FREE to download CSS Content Boxes. These were designed to be used for side bar areas, but if you know your photoshop decently enough you can easily modify the headers to stretch as wide as you need. These CSS Content Boxes are all 100% XHTML &#38; CSS Validated.



 Black [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfectthesystem.com%2F2008%2Ffree-css-content-boxes%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfectthesystem.com%2F2008%2Ffree-css-content-boxes%2F" height="61" width="51" /></a></div><p>I have created a selection of FREE to download CSS Content Boxes. These were designed to be used for side bar areas, but if you know your photoshop decently enough you can easily modify the headers to stretch as wide as you need. These CSS Content Boxes are all 100% XHTML &amp; CSS Validated.</p>
<table align="center" border="0" width="100%">
<tr>
<td align="center">
<h3> Black Content Box</h3>
<p><strong> <a rel="nofollow" title="Download version 0.1 of contentbox_black.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/contentbox_black.zip');" href="http://infectthesystem.com/downloads/contentbox_black.zip">DOWNLOAD</a></strong></td>
<td>&nbsp;</td>
<td align="center">
<h3>  Blue Content Box</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of contentbox_blue.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/contentbox_blue.zip');" href="http://infectthesystem.com/downloads/contentbox_blue.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/contentbox_black.zip" title="FREE CSS Black Content Box"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/contentbox_black.png" alt="Free CSS Content Box :: Black" /></a></td>
<td>&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/contentbox_blue.zip" title="FREE CSS Blue Content Box"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/contentbox_blue.png" alt="Free CSS Content Box :: Blue" /></a></td>
</tr>
<tr>
<td align="center"><strong><br />
</strong></td>
<td>&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3> Green Content Box</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of contentbox_green.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/contentbox_green.zip');" href="http://infectthesystem.com/downloads/contentbox_green.zip">DOWNLOAD</a></strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Pink Content Box</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of contentbox_pink.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/contentbox_pink.zip');" href="http://infectthesystem.com/downloads/contentbox_pink.zip">DOWNLOAD</a></strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/contentbox_green.zip" title="FREE CSS Green Content Box"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/contentbox_green.png" alt="Free CSS Content Box :: Green" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/contentbox_pink.zip" title="FREE CSS Pink Content Box"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/contentbox_pink.png" alt="Free CSS Content Box :: Pink" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center">
<h3>Purple Content Box</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of contentbox_purple.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/contentbox_purple.zip');" href="http://infectthesystem.com/downloads/contentbox_purple.zip">DOWNLOAD</a></strong></td>
<td align="center">&nbsp;</td>
<td align="center">
<h3>Orange Content Box</h3>
<p><strong><a rel="nofollow" title="Download version 0.1 of contentbox_orange.zip" onclick="if (window.urchinTracker) urchinTracker ('http://infectthesystem.com/downloads/contentbox_orange.zip');" href="http://infectthesystem.com/downloads/contentbox_orange.zip">DOWNLOAD</a> </strong></td>
</tr>
<tr>
<td align="center"><a href="http://infectthesystem.com/downloads/contentbox_purple.zip" title="FREE CSS Purple Content Box"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/contentbox_purple.png" alt="Free CSS Content Box :: Purple" /></a></td>
<td align="center">&nbsp;</td>
<td align="center"><a href="http://infectthesystem.com/downloads/contentbox_orange.zip" title="FREE CSS Orange Content Box"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/contentbox_orange.png" alt="Free CSS Content Box :: Orange" /></a></td>
</tr>
<tr>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
<td align="center">&nbsp;</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://infectthesystem.com/2008/free-css-content-boxes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CSS Quiz &#8211; Test your CSS Skillz</title>
		<link>http://infectthesystem.com/2008/css-quiz-test-your-css-skillz/</link>
		<comments>http://infectthesystem.com/2008/css-quiz-test-your-css-skillz/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 00:49:18 +0000</pubDate>
		<dc:creator>Adam Gardiner</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://infectthesystem.com/?p=51</guid>
		<description><![CDATA[Over at W3 Schools, they have setup a small CSS Quiz to test your skills. It&#8217;s all pretty basic stuff.
I got 19 out of 20 which resulted in a 95%, but I claim shenanigans! One of the questions was worded to be a little tricky and if you don&#8217;t pay attention and read carefully, you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfectthesystem.com%2F2008%2Fcss-quiz-test-your-css-skillz%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfectthesystem.com%2F2008%2Fcss-quiz-test-your-css-skillz%2F" height="61" width="51" /></a></div><p>Over at W3 Schools, they have setup a small CSS Quiz to test your skills. It&#8217;s all pretty basic stuff.</p>
<p>I got 19 out of 20 which resulted in a 95%, but I claim shenanigans! One of the questions was worded to be a little tricky and if you don&#8217;t pay attention and read carefully, you might just have the same outcome. I could take it again, but I know I would get a 100% since I know what I read wrong.</p>
<p>So go over to the site here:</p>
<p><a href="http://www.w3schools.com/css/css_quiz.asp" target="_blank" title="W3 Schools Quiz">W3 Schools Quiz</a></p>
<p>And test your skills!</p>
<p>Feel free to post your results here..</p>
<h4>*Update</h4>
<p>So it seems more and more people are trying to cheat this test by searching for the answers on Google. I mean, are you serious? Why bother cheating on a test like this? You aren&#8217;t being graded by a teacher. This is just a test to see how much you know. If you are failing the test, it&#8217;s obvious that you need to learn a little more. The test is just about the easiest test on CSS I have seen. Just today alone I received about 5 new hits from Google with the search term of CSS Quiz Answers.</p>
<p>I hope you people out there are just trying to learn, and not cheat.</p>
<p>On a side note, I will be putting together my own CSS Quiz in the very near future. And it will get harder as the test goes on, to really test your skills.</p>
]]></content:encoded>
			<wfw:commentRss>http://infectthesystem.com/2008/css-quiz-test-your-css-skillz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Free CSS Tools &amp; Sites</title>
		<link>http://infectthesystem.com/2007/great-free-css-tools-sites/</link>
		<comments>http://infectthesystem.com/2007/great-free-css-tools-sites/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 20:38:29 +0000</pubDate>
		<dc:creator>Adam Gardiner</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://infectthesystem.com/?p=9</guid>
		<description><![CDATA[<a href=http://infectthesystem.com/2007/great-free-css-tools-sites/><img src=http://infectthesystem.com/wp-content/uploads/2008/01/www_dynamicdrive_com.jpg class=imgtfe hspace=5 align=left width=100  border=0></a>The really is no limit to the amount of information you can stumble upon and consume, and completely free no less!]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Finfectthesystem.com%2F2007%2Fgreat-free-css-tools-sites%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Finfectthesystem.com%2F2007%2Fgreat-free-css-tools-sites%2F" height="61" width="51" /></a></div><p>The web, such a bountiful source of free information. The really is no limit to the amount of information you can stumble upon and consume, and completely free no less!</p>
<p>After years and years of being a web designer, I have gathered quite a collection of links to websites that offer me unlimited amounts of css tips, tricks, and free downloads. I have decided to share my list with the rest of you. I hope you enjoy them, as much as I do.</p>
<p>This page will be updated regularly</p>
<h3><strong style="color: #758d38">Last Updated 1/25/08</strong></h3>
<hr noshade="noshade" size="1" width="100%" />
<h3><a href="http://www.dynamicdrive.com/"><br />
</a><strong><a href="http://www.dynamicdrive.com/">Dynamic Drive</a></strong></h3>
<p><strong> </strong>An amazing archive of numerous free css based scripts, menus, layouts and much much more. Some of my personal favorites are the ones that are inside the Dynamic category.</p>
<p><a href="http://www.dynamicdrive.com/" target="_blank"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/www_dynamicdrive_com.jpg" alt="Dynamic Drive" height="59" width="323" /></a></p>
<hr noshade="noshade" size="1" width="100%" />
<h3><a href="http://blog.html.it/layoutgala/"><strong> Layout Gala</strong></a></h3>
<p>Free CSS layouts to download</p>
<p><a href="http://blog.html.it/layoutgala/"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/blog_html_it_layoutgala.jpg" alt="Layout Gala" height="66" width="293" /></a></p>
<hr noshade="noshade" size="1" width="100%" />
<h3><a href="http://www.stickmanlabs.com/lightwindow/" target="_blank" title="Light Window">LightWindow</a></h3>
<p>Of all the LightBox scripts, I think this is so far my favorite. It supports video, flash, external websites, forms, inline content (divs) and of course images. And it also looks amazing as well. Definitely a highly recommended script.</p>
<p><a href="http://www.stickmanlabs.com/lightwindow/" target="_blank" title="Light Window"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/lightwindow.jpg" alt="Light Window" /></a></p>
<hr noshade="noshade" size="1" width="100%" />
<h3><a href="http://mjijackson.com/shadowbox/" target="_blank" title="ShadowBox">ShadowBox</a></h3>
<p>I really like this lightbox script. It might be in contest for my favorite lightbox script with the LightWindow one above. Best thing about this one though, is that its html will validate, which lets face it is increasingly important these day.</p>
<p><a href="http://mjijackson.com/shadowbox/" target="_blank" title="ShadowBox"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/shadowbox.png" alt="ShadowBox" /></a></p>
<hr noshade="noshade" size="1" width="100%" />
<h3><a href="http://www.nickstakenburg.com/projects/lightview/" target="_blank" title="LightView"> Lightview</a></h3>
<p>This is yet another script that can be used to overlay image on top of the current pag. It is very similar to Lightbox, Thickbox, and Greybox.</p>
<p>Before I get to the bad stuff, I will talk about the good parts about the script. The interface is quite nice looking, with white rounded corners and borders. The animation effect is also quite smooth and nice to look at.</p>
<p>However, I have tested this script on both IE6, and FF2 and I must say that it works better on IE6. On Firefox the animation is a little bit jittery, and gives a very strange effect outside of the borders. It almost looks like a magnifying glass is being put over the outside edge for a quick second, but after the animation is over, it looks great!. I suspect this is a bug that will be worked out in the near future. So defintely don&#8217;t hesitate to try this script out for yourself!</p>
<p><a href="http://www.nickstakenburg.com/projects/lightview/" target="_blank" title="LightView"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/lightview.png" alt="Lightview" height="76" width="188" /><br />
</a></p>
<hr noshade="noshade" size="1" width="100%" /> <a href="http://www.huddletogether.com/projects/lightbox/"></a></p>
<h3><a href="http://famspam.com/facebox" target="_blank" title="Facebox"><strong>Facebox</strong></a><a href="http://www.huddletogether.com/projects/lightbox/"><strong><br />
</strong></a></h3>
<p>Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.It&#8217;s simple to use and easy on the eyes. Download the tarball, view the examples, then start enjoying the curves.</p>
<p><a href="http://famspam.com/facebox" target="_blank" title="Facebox"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/facebox.png" alt="Facebox" /></a></p>
<hr noshade="noshade" size="1" width="100%" />
<h3><a href="http://www.huddletogether.com/projects/lightbox/"><strong>Lightbox</strong></a></h3>
<p><a href="http://infectthesystem.com/?attachment_id=11" rel="attachment wp-att-11" title="Layout Gala"> </a>Lightbox is a very simple script that can be used to overlay an image on top of the current page to keep users from being linked to other pages. It is an exceptionally clean way to show off your pictures, designs, and more.</p>
<p><a href="http://www.huddletogether.com/projects/lightbox/"><img src="http://infectthesystem.com/wp-content/uploads/2007/12/www_huddletogether_com_projects_lightbox.png" alt="Lightbox Script" height="54" width="335" /></a></p>
<hr noshade="noshade" size="1" width="100%" />
<h3><strong><a href="http://jquery.com/demo/thickbox/">Thick Box</a></strong></h3>
<p>Another version of the Lightbox script. This version adds support for more than just images, you can include iFrames, div&#8217;s and many other text based pieces of content.</p>
<p><a href="http://jquery.com/demo/thickbox/" target="_blank"><img src="http://infectthesystem.com/wp-content/uploads/2007/12/jquery_com_demo_thickbox.png" alt="Thick Box" height="55" width="233" /><br />
</a></p>
<hr noshade="noshade" size="1" width="100%" /><a href="http://jquery.com/demo/thickbox/" target="_blank"></a></p>
<h3><strong><a href="http://orangoo.com/labs/GreyBox/">Greybox</a></strong></h3>
<p>Yet another version of the Lightbox script. This one is probably one of the most well rounded versions I have seen. You can display external pages in the pop ups, and the gallery setup is just plain beautiful.</p>
<p><a href="http://orangoo.com/labs/GreyBox/"><img src="http://infectthesystem.com/wp-content/uploads/2007/12/orangoo_com_labs_greybox.png" alt="Greybox gallery script" height="98" width="254" /></a></p>
<hr noshade="noshade" size="1" width="100%" />
<h3><a href="http://www.phatfusion.net/multibox/" target="_blank" title="MultiBox">MultiBox</a></h3>
<p>This is one of the best incarnations of the Lightbox scripts I have seen so far. I am very impressed with this one, and suggest trying it out. Lightbox that supports images, flash, video, mp3s, html.</p>
<p><a href="http://www.phatfusion.net/multibox/" target="_blank" title="MultiBox"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/phatfusion.jpg" alt="MultBox" /></a></p>
<hr noshade="noshade" size="1" width="100%" /><a href="http://orangoo.com/labs/GreyBox/"></a></p>
<h3><a href="http://vikjavev.no/highslide/" target="_blank" title="HighSlide"> HighSlide</a></h3>
<p>Highslide JS is an open source JavaScript software, offering a Web 2.0 approach to popup windows. It streamlines the use of thumbnail images and HTML popups on web pages.</p>
<p><a href="http://vikjavev.no/highslide/" target="_blank" title="Highslide"><img src="http://infectthesystem.com/wp-content/uploads/2008/01/highslide.jpg" alt="HighSlide" /></a></p>
<hr noshade="noshade" size="1" width="100%" />
<h3><a href="http://www.dhtmlgoodies.com/index.html"><br />
</a><strong><a href="http://www.dhtmlgoodies.com/index.html">DHTML Goodies</a></strong></h3>
<p>DHTML Goodies has a high quality assortment of CSS / DHTML / AJAX scripts all available to download for free.</p>
<p><a href="http://www.dhtmlgoodies.com/index.html"><img src="http://infectthesystem.com/wp-content/uploads/2007/12/www_dhtmlgoodies_com_index_html.png" alt="DHTML Goodies, Free CSS, DHTML, AJAX scripts" height="98" width="341" /></a></p>
<hr noshade="noshade" size="1" width="100%" /><a href="http://www.dhtmlgoodies.com/index.html"></a></p>
<h3><strong><a href="http://www.designdetector.com/2005/09/css-gradients-demo.php">CSS Gradients</a></strong></h3>
<p>Think you need images to have gradients in your designs? So did I, at least I used to until a friend of mine told me about this website.</p>
<p><a href="http://www.designdetector.com/2005/09/css-gradients-demo.php"><img src="http://infectthesystem.com/wp-content/uploads/2007/12/www_designdetector_com_demos_php.png" alt="CSS Gradients" height="115" width="308" /></a></p>
<hr noshade="noshade" size="1" width="100%" /><a href="http://www.designdetector.com/2005/09/css-gradients-demo.php"><br />
</a><a href="http://infectthesystem.com/?attachment_id=16" rel="attachment wp-att-16" title="CSS Gradients"><!--adsensestart--><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://infectthesystem.com/2007/great-free-css-tools-sites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
