<?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>Techtites &#187; CSS</title>
	<atom:link href="http://techtites.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtites.com</link>
	<description>Your daily dose of web and tech.</description>
	<lastBuildDate>Fri, 10 Sep 2010 17:24:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Speed up your site with Scriptalizer.com</title>
		<link>http://techtites.com/2009/03/11/speed-up-your-site-with-scriptalizercom/</link>
		<comments>http://techtites.com/2009/03/11/speed-up-your-site-with-scriptalizercom/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 05:10:00 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Techtites Daily]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wednesday]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://techtites.com/?p=2028</guid>
		<description><![CDATA[Aren&#039;t we all trying very hard to speed up our websites. You&#039;ll find several tips to speed up your site, but one thing that really works is using a single CSS and a single JS. Whenever you have multiple CSS and JavaScript files, to download each file, your browser makes a separate request to the [...]]]></description>
			<content:encoded><![CDATA[<p>Aren&#039;t we all trying very hard to speed up our websites. You&#039;ll find several tips to speed up your site, but one thing that really works is using a single CSS and a single JS.</p>
<p>Whenever you have multiple CSS and JavaScript files, to download each file, your browser makes a separate request to the web server for each of these files. This entire process increases the time to load your file. Hence, by converting all the CSS files to a single file and all the JS files to a single file, you cut down the number of requests.</p>
<p>This is where <a href="http://www.scriptalizer.com/">Scriptalizer.com</a> comes in.</p>
<h4>What does it do?</h4>
<p>Turn this&#8230;</p>
<div class="dean_ch" style="white-space: wrap;">&lt;script type=&quot;text/javascript&quot; src=&quot;/js/jquery/jquery.js&quot;&gt;&lt;/script&gt; &lt;script type=&quot;text/javascript&quot; src=&quot;/js/jquery/jquery.form.js&quot;&gt;&lt;/script&gt; &lt;script type=&quot;text/javascript&quot; src=&quot;/js/myOwnScriptFile.js&quot;&gt;&lt;/script&gt;</div>
<div class="dean_ch" style="white-space: wrap;">&lt;link rel=&quot;stylesheet&quot; href=&quot;/style/longstylesheet.css&quot; type=&quot;text/css&quot; /&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;/style/anotherlongstylesheet.css&quot; type=&quot;text/css&quot; /&gt;</div>
<p>Into this&#8230;</p>
<div class="dean_ch" style="white-space: wrap;">&lt;script type=&quot;text/javascript&quot; src=&quot;/js/scriptalizer.js&quot; &gt;&lt;/script&gt;</div>
<div class="dean_ch" style="white-space: wrap;">&lt;link rel=&quot;stylesheet&quot; href=&quot;/style/scriptalizer.css&quot; type=&quot;text/css&quot; /&gt;</div>
<p>Using Scriptalizer.com is really simple. All you need to do is upload your JS and CSS files to Scriptalizer and it will combine these into a single JS and a single CSS file respectively.</p>
<p>As an additional feature, it even minifies the resultant JS and CSS file to further reduce the total file size. Thus, the resultant is an extra speed boost to your site.</p>
<p>Sadly, the problem is that you need to upload your files, which is a manual process. So, it won&#039;t work automatically with all the files on your site. However, on the plus side is that you need to do this only once.</p>
<p class="source">Via: <a href="http://www.andyjarrett.com/andy/blog/index.cfm/2009/3/9/Minify-your-Javascript-and-CSS">Andy Jarrett</a></p>
<p><strong><em>Our Friend</em></strong>:  <a href="http://wzdomains.net/">WebberZone Domains</a><em> </em>- .com, .net, .org, .biz domains at $8.95/yr only! Private Registration FREE!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://techtites.com/2009/01/31/dynamic-javascript-with-php/" rel="bookmark" class="crp_title">Dynamic JavaScript with PHP</a></li><li><a href="http://techtites.com/2009/01/18/google-analytics-tracking-code-updated/" rel="bookmark" class="crp_title">Google Analytics Tracking Code Updated</a></li><li><a href="http://techtites.com/2009/01/03/how-to-add-a-tabbed-interface-to-your-blog/" rel="bookmark" class="crp_title">How to add a Tabbed Interface to your Blog</a></li><li><a href="http://techtites.com/2007/03/17/service-saturday-grazr/" rel="bookmark" class="crp_title">Service Saturday: Grazr</a></li><li><a href="http://techtites.com/2007/02/24/service-saturday-poll-daddy/" rel="bookmark" class="crp_title">Service Saturday: Poll Daddy</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="shr-publisher-2028"></div>
	Tags: <a href="http://techtites.com/tag/code/" title="code" rel="tag">code</a>, <a href="http://techtites.com/tag/convert/" title="convert" rel="tag">convert</a>, <a href="http://techtites.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://techtites.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://techtites.com/tag/website/" title="website" rel="tag">website</a><br />
<hr style="border-top:black solid 1px" /><a href="http://techtites.com/2009/03/11/speed-up-your-site-with-scriptalizercom/">Speed up your site with Scriptalizer.com</a> was first posted on March 11, 2009 at 10:40 am.<br />&copy; 2006-2009 "<a href="http://techtites.com">Techtites</a>". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please <a href="http://ajaydsouza.com/contact/">contact us</a> with the details.<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://techtites.com/2009/03/11/speed-up-your-site-with-scriptalizercom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS 3 &#8211; Making our life easier, one line of code at a time&#8230;</title>
		<link>http://techtites.com/2009/01/26/css-3-making-our-life-easier-one-line-of-code-at-a-time/</link>
		<comments>http://techtites.com/2009/01/26/css-3-making-our-life-easier-one-line-of-code-at-a-time/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 11:40:09 +0000</pubDate>
		<dc:creator>Nikhil</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://techtites.com/?p=1363</guid>
		<description><![CDATA[There are plenty of articles out there written by great CSS masters that will tell you about whatâ€™s, why&#039;s and whoâ€™s of CSS. So if you want an in-depth analysis of CSS you&#039;d better off reading an article by Eric Meyer or by some of the other CSS greats out there. This article is about [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1364 alignnone" src="http://techtites.com/wp-content/uploads/css3.jpg" alt="css3" width="400" height="200" /></p>
<p>There are plenty of articles out there written by great CSS masters that will tell you about whatâ€™s, why&#039;s and whoâ€™s of CSS. So if you want an in-depth analysis of CSS you&#039;d better off reading an article by <a href="http://meyerweb.com/">Eric Meyer</a> or by some of the other CSS greats out there.</p>
<p>This article is about bringing you up to speed with CSS 3 and how it makes the life of an average graphic designer who has to deal with css on a daily basis, easier.</p>
<p>In truth, I&#039;m no CSS wizard. My CSS programming skills are just a little better than average, at best. I have no problems with converting a design into basic html and CSS and can even hack it for IE6, but that&#039;s about it.</p>
<p>However, CSS 3 has made life a lot easier for most of us designers. And hopefully with the introduction of IE 8, IE 6 will gracefully go to its resting place and the internet will become a better place.</p>
<p>Here are some of the features of CSS 3, for more information you can always check out <a href="http://www.w3schools.com/w3c/w3c_css.asp">w3schools</a> or <a href="http://www.css3.info/">css3.info</a>.</p>
<ul>
<li>You can now have rounded corners without having to use images. This is by far the most exciting feature of css 3, for me. You now don&#039;t have to worry about creating images for all the rounded corners in your design. You can just program it in.</li>
<li>You can now have multiple background images for a single element. You no longer require multiple divs just for your backgrounds; you can have different images separated just by commas.</li>
<li>You can now have an image as a border. That&#039;s right; you can now use an image as a border style. This should definitely make for some interesting designs.</li>
<li>You can now adjust the transparency of your images or elements using CSS. You no longer have to create transparent gifs or pngs to place in your design. Not to mention, soon enough you won&#039;t have to write a separate style sheet for IE6 to fix your transparent pngs.</li>
<li>You can now use a drop shadow effect using CSS. This has to be one of the coolest features of CSS 3. Being able to use a drop shadow effect just using a couple of extra lines of code is so much easier than rendering your images, slicing them up and then worrying about how your pngs will display in different browsers.</li>
</ul>
<p>And finally,</p>
<ul>
<li>You can use custom fonts in your design and have css call the font in from an online font directory using @Font-Face. This will make for some new an interesting designs and sites. You&#039;re no longer restricted to that handful of fonts that are used all over the internet.</li>
</ul>
<p><strong>Some downsides:</strong> Not to spoil everyone&#039;s fun, but as things stand right now, not all of the new CSS 3 features are supported by all the browsers. For the IE users, most of these features will work only with IE 8. Even for the others, there&#039;s still a short wait until all browsers are CSS 3 compliant.</p>
<p>Not to mention, with all these new features there&#039;s a chance that people will overuse the preset effects.</p>
<p>To quote <a href="http://www.spoongraphics.co.uk/">Chris Spooner</a> from the popular <a href="http://www.blog.spoongraphics.co.uk/">BlogSpoonGraphics</a>,</p>
<blockquote><p>Just as is done with traditional Photoshop filters, the use of these new styling features could result in some eye-wrenching designs. Drop shadows in particular ring warning bells for us; weâ€™re not looking forward to seeing the Marketing Departmentâ€™s choices with that one!</p></blockquote>
<p><strong><em>Our Friend</em></strong>:  <a href="http://wzdomains.net/">WebberZone Domains</a><em> </em>- .com, .net, .org, .biz domains at $8.95/yr only! Private Registration FREE!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://techtites.com/2009/04/22/making-fonts-made-easy-with-fontstruct/" rel="bookmark" class="crp_title">Making Fonts Made Easy With FontStruct</a></li><li><a href="http://techtites.com/2009/09/29/review-and-catalog-all-of-your-installed-fonts-with-myfontbook/" rel="bookmark" class="crp_title">Review and Catalog all of your installed fonts with MyFontBook</a></li><li><a href="http://techtites.com/2009/02/10/top-6-tools-utilities-to-make-a-designers-my-life-easier/" rel="bookmark" class="crp_title">Top 6 tools / utilities to make a designer&#039;s (My) life easier</a></li><li><a href="http://techtites.com/2009/08/12/how-to-easily-grab-webpage-embedded-media-in-firefox/" rel="bookmark" class="crp_title">How to easily grab webpage embedded media in Firefox</a></li><li><a href="http://techtites.com/2009/04/10/create-free-flyers-to-advertise-your-party/" rel="bookmark" class="crp_title">Create Free Flyers to advertise your party</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="shr-publisher-1363"></div>
	Tags: <a href="http://techtites.com/tag/coding/" title="coding" rel="tag">coding</a>, <a href="http://techtites.com/tag/css/" title="CSS" rel="tag">CSS</a><br />
<hr style="border-top:black solid 1px" /><a href="http://techtites.com/2009/01/26/css-3-making-our-life-easier-one-line-of-code-at-a-time/">CSS 3 &#8211; Making our life easier, one line of code at a time&#8230;</a> was first posted on January 26, 2009 at 5:10 pm.<br />&copy; 2006-2009 "<a href="http://techtites.com">Techtites</a>". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please <a href="http://ajaydsouza.com/contact/">contact us</a> with the details.<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://techtites.com/2009/01/26/css-3-making-our-life-easier-one-line-of-code-at-a-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a Tabbed Interface to your Blog</title>
		<link>http://techtites.com/2009/01/03/how-to-add-a-tabbed-interface-to-your-blog/</link>
		<comments>http://techtites.com/2009/01/03/how-to-add-a-tabbed-interface-to-your-blog/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 15:21:18 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Saturday]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Techtites Daily]]></category>
		<category><![CDATA[Tips and Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://techtites.com/?p=1059</guid>
		<description><![CDATA[You must have seen the tabbed interface on several professional blogs. The same is also present on this blog in the sidebar to the right. In fact, I&#039;ve had this running on this blog as well as my personal blog for a long time now, where I displayed post details. Would you like to run [...]]]></description>
			<content:encoded><![CDATA[<p>You must have seen the tabbed interface on several professional blogs. The same is also present on this blog in the sidebar to the right.</p>
<p>In fact, I&#039;ve had this running on this blog as well as <a href="http://ajaydsouza.com/">my personal blog</a> for a long time now, where I displayed post details.</p>
<p>Would you like to run this on your blog? Well, here&#039;s how you can do that.</p>
<p>One highly popular JavaScript that is used for this is called <a href="http://www.barelyfitz.com/projects/tabber/">Tabber</a>.</p>
<h3>Features</h3>
<ul>
<li>Converts your HTML into a dynamic tabbed interface.</li>
<li>Does not require you to set up a list of links, or anchors for the tabs.</li>
<li>Plug and play: no need to know JavaScript, just make a few simple changes to  your HTML.</li>
<li>Use CSS to customize the appearance of the tabs.</li>
<li>Gracefully degrades if JavaScript is not present and allows a different set  of styles to be applied when JavaScript is not present.</li>
<li>Gracefully supports printing (try a print preview on the example.html page)  and allows a different set of styles to be applied when printing.</li>
<li>Multiple tab sets on a page &#8211; you can even nest one tab set within another.</li>
<li>Set the initial tab to be displayed.</li>
<li>Use javascript to control which tab is displayed.</li>
<li>Define onLoad and onClick callback functions to perform more advanced  functions, such as loading the tab content dynamically using AJAX.</li>
<li>Use a cookie to remember which tab was selected so it remains selected when  you return to the page.</li>
<li>Object-oriented, extensively-commented code.</li>
<li>MIT license so you can modify and use in commercial projects.</li>
</ul>
<h3>Implementation</h3>
<p>Implementing Tabber on your website or blog is extremely simple. You just need basic HTML knowledge.</p>
<p>Start off by adding the following code in the between the <code>&lt;head</code>&gt; and <code>&lt;/head</code>&gt; section of your page.</p>
<div class="dean_ch" style="white-space: wrap;">&lt;script type=<span class="st0">&quot;text/javascript&quot;</span>&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw2">var</span> tabberOptions = <span class="br0">&#123;</span>manualStartup:<span class="kw2">true</span><span class="br0">&#125;</span>;<br />
&lt;/script&gt;<br />
&lt;script type=<span class="st0">&quot;text/javascript&quot;</span> src=<span class="st0">&quot;tabber.js&quot;</span>&gt;&lt;/script&gt;<br />
&lt;link rel=<span class="st0">&quot;stylesheet&quot;</span> href=<span class="st0">&quot;tabber.css&quot;</span> type=<span class="st0">&quot;text/css&quot;</span> media=<span class="st0">&quot;screen&quot;</span> /&gt;</div>
<p>The script above includes the tabber.js file. We also disable automatic startup.</p>
<p>Just before the <code>&lt;/body&gt;</code> tag, add the following code. The code will cause tabber to run.</p>
<div class="dean_ch" style="white-space: wrap;">&lt;script type=<span class="st0">&quot;text/javascript&quot;</span>&gt;<br />
tabberAutomatic<span class="br0">&#40;</span>tabberOptions<span class="br0">&#41;</span>;<br />
&lt;/script&gt;</div>
<p>The following HTML code will generate the necessary tabbed interface.</p>
<div class="dean_ch" style="white-space: wrap;">&lt;div <span class="kw2">class</span>=<span class="st0">&quot;tabber&quot;</span>&gt;<br />
&nbsp; &lt;span <span class="kw2">class</span>=<span class="st0">&quot;highlight&quot;</span>&gt;&lt;div <span class="kw2">class</span>=<span class="st0">&quot;tabbertab&quot;</span>&gt;&lt;/span&gt;<br />
&nbsp; &nbsp; &lt;h3&gt;Section One&lt;/h3&gt;<br />
&nbsp; &nbsp; Section one content.<br />
&nbsp; &lt;span <span class="kw2">class</span>=<span class="st0">&quot;highlight&quot;</span>&gt;&lt;<span class="re0">/div&gt;&lt;/</span>span&gt;<br />
&nbsp; &lt;span <span class="kw2">class</span>=<span class="st0">&quot;highlight&quot;</span>&gt;&lt;div <span class="kw2">class</span>=<span class="st0">&quot;tabbertab&quot;</span> title=<span class="st0">&quot;MyTabTitle&quot;</span>&gt;&lt;/span&gt;<br />
&nbsp; &nbsp; Section two content.<br />
&nbsp; &lt;span <span class="kw2">class</span>=<span class="st0">&quot;highlight&quot;</span>&gt;&lt;<span class="re0">/div&gt;&lt;/</span>span&gt;<br />
&lt;/div&gt;</div>
<p>You have two ways of creating the titles of the tabs as the code shows above. The first is using the <code>&lt;h3&gt;</code> tag. The second is to use the <code>title</code> attribute for the <code>div</code>. I prefer using the <code>&lt;h3&gt;</code> tag as it makes the text better formatted in case the your website visitor doesn&#039;t have JavaScript enabled.</p>
<p>Setting the <code>class="tabbertab"</code> for the div will create a new tab when tabber activates.</p>
<p>The best part about tabber is that you can create as many tabbed interfaces on your blog as you need.</p>
<p>There are several advanced uses of Tabber. However, for creating simple tabbed interfaces, this is all you need <img src='http://techtites.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can however cover one more step of customizing the look of your tabbed interface by editing the included CSS file (simply rename <strong>example.css</strong> to <strong>tabber.css</strong>.</p>
<p>Do you have tabber implemented on your blog? Or do you use any other script for the same?
<p><strong><em>Our Friend</em></strong>:  <a href="http://wzdomains.net/">WebberZone Domains</a><em> </em>- .com, .net, .org, .biz domains at $8.95/yr only! Private Registration FREE!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://techtites.com/2009/01/31/dynamic-javascript-with-php/" rel="bookmark" class="crp_title">Dynamic JavaScript with PHP</a></li><li><a href="http://techtites.com/2009/01/18/google-analytics-tracking-code-updated/" rel="bookmark" class="crp_title">Google Analytics Tracking Code Updated</a></li><li><a href="http://techtites.com/2009/03/11/speed-up-your-site-with-scriptalizercom/" rel="bookmark" class="crp_title">Speed up your site with Scriptalizer.com</a></li><li><a href="http://techtites.com/2010/01/17/wordpress-picks-for-the-week-0117/" rel="bookmark" class="crp_title">WordPress Picks for the Week [01/17]</a></li><li><a href="http://techtites.com/2009/01/14/add-multimedia-to-your-website-with-apture/" rel="bookmark" class="crp_title">Add Multimedia to Your Website with Apture</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="shr-publisher-1059"></div>
	Tags: <a href="http://techtites.com/tag/code/" title="code" rel="tag">code</a>, <a href="http://techtites.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://techtites.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a><br />
<hr style="border-top:black solid 1px" /><a href="http://techtites.com/2009/01/03/how-to-add-a-tabbed-interface-to-your-blog/">How to add a Tabbed Interface to your Blog</a> was first posted on January 3, 2009 at 8:51 pm.<br />&copy; 2006-2009 "<a href="http://techtites.com">Techtites</a>". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please <a href="http://ajaydsouza.com/contact/">contact us</a> with the details.<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://techtites.com/2009/01/03/how-to-add-a-tabbed-interface-to-your-blog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Remember your favorite colors with Color Archiver</title>
		<link>http://techtites.com/2008/11/26/remember-your-favorite-colors-with-color-archiver/</link>
		<comments>http://techtites.com/2008/11/26/remember-your-favorite-colors-with-color-archiver/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 05:44:37 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Techtites Daily]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Wednesday]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://techtites.com/?p=863</guid>
		<description><![CDATA[I&#039;m a big fan of tiny utilities that are designed for one purpose to do what they promise to do without eating up a tonne of your bandwidth to download and use. Color Archiver is one such utility. Developed by Priya Ranjan, Color Archiver allows you to pick and save colors and thereby create a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#039;m a big fan of tiny utilities that are designed for one purpose to do what they promise to do without eating up a tonne of your bandwidth to download and use.</p>
<p><a href="http://www.freewarefiles.com/Color-Archiver_program_43342.html">Color Archiver</a> is one such utility. Developed by <a href="http://www.geocities.com/ranjandd2002/">Priya Ranjan</a>, Color Archiver allows you to pick and save colors and thereby create a color palette. You can then quickly browse and select these colors for your future usage.</p>
<p><img title="Color Archiver" src="http://techtites.com/wp-content/uploads/screenshots/ColorArchiver.gif" alt="Color Archiver" width="315" height="370" /></p>
<p>Color Archiver becomes a perfect tool when you are designing your website and / or working with CSS files.</p>
<p>It also includes a search feature to help you find colors by name thus finding those already existing ones.</p>
<p class="downloads"><a href="http://www.freewarefiles.com/downloads_counter.php?programid=43342">Download Color Archiver</a></p>
<p><strong><em>Our Friend</em></strong>:  <a href="http://wzdomains.net/">WebberZone Domains</a><em> </em>- .com, .net, .org, .biz domains at $8.95/yr only! Private Registration FREE!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://techtites.com/2008/11/30/sunday-summary-nov-24-2008-nov-29-2008/" rel="bookmark" class="crp_title">Sunday Summary: Nov 24, 2008 &#8211; Nov 29, 2008</a></li><li><a href="http://techtites.com/2007/01/09/tool-tuesday-color-selector/" rel="bookmark" class="crp_title">Tool Tuesday: Color Selector</a></li><li><a href="http://techtites.com/2009/10/14/cssdrive-provides-an-easy-way-to-extract-colors-online/" rel="bookmark" class="crp_title">CSSdrive Provides an Easy way to Extract Colors Online</a></li><li><a href="http://techtites.com/2010/02/08/how-to-change-the-color-combination-of-any-website/" rel="bookmark" class="crp_title">For Chrome: How To Change The Color Combination of Any Website</a></li><li><a href="http://techtites.com/2008/12/18/how-to-change-the-default-color-scheme-of-word/" rel="bookmark" class="crp_title">How to change the default color scheme of Word</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="shr-publisher-863"></div>
	Tags: <a href="http://techtites.com/tag/color/" title="color" rel="tag">color</a>, <a href="http://techtites.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://techtites.com/tag/tool/" title="Tool" rel="tag">Tool</a>, <a href="http://techtites.com/tag/utilities/" title="Utilities" rel="tag">Utilities</a>, <a href="http://techtites.com/tag/utility/" title="utility" rel="tag">utility</a><br />
<hr style="border-top:black solid 1px" /><a href="http://techtites.com/2008/11/26/remember-your-favorite-colors-with-color-archiver/">Remember your favorite colors with Color Archiver</a> was first posted on November 26, 2008 at 11:14 am.<br />&copy; 2006-2009 "<a href="http://techtites.com">Techtites</a>". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please <a href="http://ajaydsouza.com/contact/">contact us</a> with the details.<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://techtites.com/2008/11/26/remember-your-favorite-colors-with-color-archiver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Techtites Daily: Summary Sunday</title>
		<link>http://techtites.com/2007/04/29/techtites-daily-summary-sunday-3/</link>
		<comments>http://techtites.com/2007/04/29/techtites-daily-summary-sunday-3/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 18:55:35 +0000</pubDate>
		<dc:creator>Rishi</dc:creator>
				<category><![CDATA[Sunday]]></category>
		<category><![CDATA[Techtites Daily]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[money making]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[surf]]></category>
		<category><![CDATA[techtites]]></category>
		<category><![CDATA[Techtites-Daily]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://techtites.com/2007/04/29/techtites-daily-summary-sunday-3/</guid>
		<description><![CDATA[If you have missed reading the Techtites Daily this week, below is a list of everything I covered this week. Apr 23 &#8211; Money Making Monday: Get paid to surf Apr 24 &#8211; Test drive the new Google design Apr 24 &#8211; Tool Tuesday: Opimize your CSS with CleanCSS Apr 26 &#8211; Tip Thursday: Shae [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://techtites.com/wp-content/uploads/daily/sunday.png" alt="http://techtites.com/wp-content/uploads/daily/sunday.png" /></p>
<p>If you have missed reading the Techtites Daily this week, below is a list of everything I covered this week.</p>
<p><strong>Apr 23</strong> &#8211; <a href="http://techtites.com/2007/04/23/money-making-monday-get-paid-to-surf/">Money Making Monday: Get paid to surf<br />
</a></p>
<p><strong>Apr 24</strong> &#8211; <a href="http://techtites.com/2007/04/24/test-drive-the-new-google-design/">Test drive the new Google design </a></p>
<p><strong>Apr 24</strong> &#8211; <a href="http://techtites.com/2007/04/24/tool-tuesday-optimize-your-css-with-cleancss/">Tool Tuesday: Opimize your CSS with CleanCSS</a><a href="http://techtites.com/2007/01/17/wordpress-wednesday-speed-up-blog-posting-with-clutter-free/"></a></p>
<p><strong>Apr 26</strong> &#8211; <a href="http://techtites.com/2007/04/26/tip-thursday-share-your-feedburner-feed-via-twitter/">Tip Thursday: Shae your Feedburner feed via Twitter<br />
</a></p>
<p>Have you liked the articles so far? Do you have any suggestions for us? Do <a href="http://techtites.com/tip/">write in</a> and let us know.
<p><strong><em>Our Friend</em></strong>:  <a href="http://wzdomains.net/">WebberZone Domains</a><em> </em>- .com, .net, .org, .biz domains at $8.95/yr only! Private Registration FREE!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://techtites.com/2007/01/14/techtites-daily-summary-sunday/" rel="bookmark" class="crp_title">Techtites Daily: Summary Sunday</a></li><li><a href="http://techtites.com/2007/01/21/techtites-daily-summary-sunday-2/" rel="bookmark" class="crp_title">Techtites Daily: Summary Sunday</a></li><li><a href="http://techtites.com/2007/01/28/sunday-summary-week-4-2006/" rel="bookmark" class="crp_title">Sunday Summary: Week 4, 2006</a></li><li><a href="http://techtites.com/2007/02/18/summary-sunday-2006-week-7/" rel="bookmark" class="crp_title">Summary Sunday: 2006: Week 7</a></li><li><a href="http://techtites.com/2007/01/07/tectites-daily-summary-sunday-4/" rel="bookmark" class="crp_title">Tectites Daily: Summary Sunday</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="shr-publisher-383"></div>
	Tags: <a href="http://techtites.com/tag/articles/" title="Articles" rel="tag">Articles</a>, <a href="http://techtites.com/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://techtites.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://techtites.com/tag/design/" title="Design and Development" rel="tag">Design and Development</a>, <a href="http://techtites.com/tag/feed/" title="feed" rel="tag">feed</a>, <a href="http://techtites.com/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://techtites.com/tag/google/" title="Google" rel="tag">Google</a>, <a href="http://techtites.com/tag/im/" title="IM" rel="tag">IM</a>, <a href="http://techtites.com/tag/it/" title="IT" rel="tag">IT</a>, <a href="http://techtites.com/tag/money/" title="money" rel="tag">money</a>, <a href="http://techtites.com/tag/money-making/" title="money making" rel="tag">money making</a>, <a href="http://techtites.com/tag/reading/" title="reading" rel="tag">reading</a>, <a href="http://techtites.com/tag/sun/" title="Sun" rel="tag">Sun</a>, <a href="http://techtites.com/tag/surf/" title="surf" rel="tag">surf</a>, <a href="http://techtites.com/tag/techtites/" title="techtites" rel="tag">techtites</a>, <a href="http://techtites.com/tag/techtites-daily/" title="Techtites-Daily" rel="tag">Techtites-Daily</a>, <a href="http://techtites.com/tag/tool/" title="Tool" rel="tag">Tool</a>, <a href="http://techtites.com/tag/twitter/" title="twitter" rel="tag">twitter</a>, <a href="http://techtites.com/tag/wordpress/" title="WordPress" rel="tag">WordPress</a><br />
<hr style="border-top:black solid 1px" /><a href="http://techtites.com/2007/04/29/techtites-daily-summary-sunday-3/">Techtites Daily: Summary Sunday</a> was first posted on April 29, 2007 at 12:25 am.<br />&copy; 2006-2009 "<a href="http://techtites.com">Techtites</a>". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please <a href="http://ajaydsouza.com/contact/">contact us</a> with the details.<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://techtites.com/2007/04/29/techtites-daily-summary-sunday-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool Tuesday: Optimize your CSS with CleanCSS</title>
		<link>http://techtites.com/2007/04/24/tool-tuesday-optimize-your-css-with-cleancss/</link>
		<comments>http://techtites.com/2007/04/24/tool-tuesday-optimize-your-css-with-cleancss/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 11:57:41 +0000</pubDate>
		<dc:creator>Rishi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Techtites Daily]]></category>
		<category><![CDATA[Tuesday]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[spa]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[techtites]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://techtites.com/2007/04/24/tool-tuesday-optimize-your-css-with-cleancss/</guid>
		<description><![CDATA[CSS (Cascading Style Sheets), a very effective thing for a site / blog these days. They give you the chance to be completely consistent with the look and feel of your pages, while giving you much more control over the layout and design than straight HTML ever did. The speed of your site also depends [...]]]></description>
			<content:encoded><![CDATA[<p>CSS (Cascading Style Sheets), a very effective thing for a site / blog these days. They give you the chance to be completely consistent with the look and feel of your pages, while giving you much more control over the layout and design than straight HTML ever did.</p>
<p>The speed of your site also depends on your CSS, the complex the code, the slower is the site. Using repeated tagsTo make your site without loosing any CSS juice, you will need to optimize your CSS, make it simple and clean.</p>
<p><code>margin-top: 10px;<br />
margin-right: 20px;<br />
margin-bottom: 10px;<br />
margin-left: 20px;</code></p>
<p>This is sometimes the default code style generated by softwares and even written by coders. But isn&#039;t it too much heavy? How about trying this which is a optimized code instead of the above code:</p>
<p><code>margin: 10px 20px 10px 20px;</code></p>
<p>But on a part it is impossible to find all the silly errors in a CSS file of any theme. So for that there is a website / tool called <a href="http://cleancss.com">CleanCSS</a>.</p>
<p><img src="http://techtites.com/wp-content/uploads/cleancss.jpg" alt="Optimize your CSS with CleanCSS" /></p>
<p><a href="http://cleancss.com">CleanCSS</a> optimizes the code, merge similar selectors, remove whitespace, remove useless properties etc. The interface of the website is also very easy, just paste your CSS in the box given, select the properties you want to clean, click the Process CSS button and bingo! It will find all errors and unnecessary things from your CSS and will remove it and will give you a error-free optimized CSS. You can even check that is your<a href="http://jigsaw.w3.org/css-validator/" title="CSS Validator"> CSS valid or not</a> ( I&#039;m sure your CSS will be valid after being processed by CleanCSS <img src='http://techtites.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<p><em>Note : Hi, My name is Rishi and I am thankful to Ajay for giving me the opportunity to blog @ Techtites. I maintain a tech blog and call it <a href="http://www.rishiraj.info/">Rishiraj</a>. I hope that you will like my posts over here and the once already @<a href="http://www.rishiraj.info/"> Rishiraj</a>. <img src='http://techtites.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </em>
<p><strong><em>Our Friend</em></strong>:  <a href="http://wzdomains.net/">WebberZone Domains</a><em> </em>- .com, .net, .org, .biz domains at $8.95/yr only! Private Registration FREE!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://techtites.com/2007/04/23/money-making-monday-get-paid-to-surf/" rel="bookmark" class="crp_title">Money Making Monday: Get paid to surf</a></li><li><a href="http://techtites.com/2007/04/29/techtites-daily-summary-sunday-3/" rel="bookmark" class="crp_title">Techtites Daily: Summary Sunday</a></li><li><a href="http://techtites.com/2007/03/21/wordpress-wednesday-implementing-asides-in-3-steps/" rel="bookmark" class="crp_title">WordPress Wednesday: Implementing Asides in 3 Steps</a></li><li><a href="http://techtites.com/2005/11/05/please-give-me-some-valid-themes-wordpresscom/" rel="bookmark" class="crp_title">Please give me some Valid Themes WordPress.com!!</a></li><li><a href="http://techtites.com/2008/12/10/optimize-html-with-guitidy-web-wednesday/" rel="bookmark" class="crp_title">Optimize HTML with GuiTidy (Web Wednesday)</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="shr-publisher-380"></div>
	Tags: <a href="http://techtites.com/tag/blog/" title="blog" rel="tag">blog</a>, <a href="http://techtites.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://techtites.com/tag/im/" title="IM" rel="tag">IM</a>, <a href="http://techtites.com/tag/it/" title="IT" rel="tag">IT</a>, <a href="http://techtites.com/tag/software/" title="Software" rel="tag">Software</a>, <a href="http://techtites.com/tag/spa/" title="spa" rel="tag">spa</a>, <a href="http://techtites.com/tag/tags/" title="tags" rel="tag">tags</a>, <a href="http://techtites.com/tag/techtites/" title="techtites" rel="tag">techtites</a>, <a href="http://techtites.com/tag/theme/" title="theme" rel="tag">theme</a>, <a href="http://techtites.com/tag/tool/" title="Tool" rel="tag">Tool</a>, <a href="http://techtites.com/tag/web-applications/" title="web applications" rel="tag">web applications</a>, <a href="http://techtites.com/tag/webdesign/" title="webdesign" rel="tag">webdesign</a>, <a href="http://techtites.com/tag/website/" title="website" rel="tag">website</a><br />
<hr style="border-top:black solid 1px" /><a href="http://techtites.com/2007/04/24/tool-tuesday-optimize-your-css-with-cleancss/">Tool Tuesday: Optimize your CSS with CleanCSS</a> was first posted on April 24, 2007 at 5:27 pm.<br />&copy; 2006-2009 "<a href="http://techtites.com">Techtites</a>". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please <a href="http://ajaydsouza.com/contact/">contact us</a> with the details.<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://techtites.com/2007/04/24/tool-tuesday-optimize-your-css-with-cleancss/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CSS 101: Handling multiple rules for the same element</title>
		<link>http://techtites.com/2007/03/06/css-101-handling-multiple-rules-for-the-same-element/</link>
		<comments>http://techtites.com/2007/03/06/css-101-handling-multiple-rules-for-the-same-element/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 19:48:23 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Linkyloo]]></category>

		<guid isPermaLink="false">http://techtites.com/2007/03/06/css-101-handling-multiple-rules-for-the-same-element/</guid>
		<description><![CDATA[In CSS 101: Handling multiple rules for the same element, Tony Patton explains how multiple CSS rules for the same element are handled. Related Posts:Vista Ultimate &#8211; Ultimate in PriceFree Million PixelsMore than one Inbox in GmailHow To Have Remarkable Control Over A Website’s LayoutCSS 3 &#8211; Making our life easier, one line of code [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://articles.techrepublic.com.com/5100-3513_11-6164216.html">CSS 101: Handling multiple rules for the same element</a>, Tony Patton explains how multiple CSS rules for the same element are handled. </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://techtites.com/2007/01/31/vista-ultimate-ultimate-in-price/" rel="bookmark" class="crp_title">Vista Ultimate &#8211; Ultimate in Price</a></li><li><a href="http://techtites.com/2006/12/20/free-million-pixels/" rel="bookmark" class="crp_title">Free Million Pixels</a></li><li><a href="http://techtites.com/2009/02/07/more-than-one-inbox-in-gmail/" rel="bookmark" class="crp_title">More than one Inbox in Gmail</a></li><li><a href="http://techtites.com/2010/08/31/how-to-have-remarkable-control-over-a-website%e2%80%99s-layout/" rel="bookmark" class="crp_title">How To Have Remarkable Control Over A Website’s Layout</a></li><li><a href="http://techtites.com/2009/01/26/css-3-making-our-life-easier-one-line-of-code-at-a-time/" rel="bookmark" class="crp_title">CSS 3 &#8211; Making our life easier, one line of code at a time&#8230;</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="shr-publisher-330"></div>
	Tags: <a href="http://techtites.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://techtites.com/tag/design/" title="Design and Development" rel="tag">Design and Development</a><br />
<hr style="border-top:black solid 1px" /><a href="http://techtites.com/2007/03/06/css-101-handling-multiple-rules-for-the-same-element/">CSS 101: Handling multiple rules for the same element</a> was first posted on March 6, 2007 at 1:18 am.<br />&copy; 2006-2009 "<a href="http://techtites.com">Techtites</a>". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please <a href="http://ajaydsouza.com/contact/">contact us</a> with the details.<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://techtites.com/2007/03/06/css-101-handling-multiple-rules-for-the-same-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should be working in IE6 now</title>
		<link>http://techtites.com/2006/11/14/should-be-working-in-ie6-now/</link>
		<comments>http://techtites.com/2006/11/14/should-be-working-in-ie6-now/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 17:48:27 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://techtites.com/2006/11/14/should-be-working-in-ie6-now/</guid>
		<description><![CDATA[I complained about a major bug with this design in Internet Explorer 6. The sidebar kept scrolling to the bottom. I didn&#039;t have IE6 with me and hence was stuck. Tracked down Luminus who spent a good deal of time and bandwidth over his bad internet connection patiently hitting Ctrl+F5 everytime I asked him to. [...]]]></description>
			<content:encoded><![CDATA[<p>I complained about a major bug with this design in <a href="http://techtites.com/2006/11/11/template-problems-in-ie6/">Internet Explorer 6</a>. The sidebar kept scrolling to the bottom.</p>
<p>I didn&#039;t have IE6 with me and hence was stuck. Tracked down <a href="http://www.olumidealabi.com/">Luminus</a> who spent a good deal of time and bandwidth over his bad internet connection patiently hitting Ctrl+F5 everytime I asked him to.</p>
<p>And, I was finally able to debug the problem. For those interested, this was caused because I missed the <code>overflow: hidden</code> in the <code>#content div</code>.</p>
<p>Additionally the advertisement to the top was placed within the content div causing the page to be stretched. IE6 got confused with the CSS (it never understands the idea of width and just expands any content greater than the width of the div. So it conveniently pushed the sidebar to the bottom.</p>
<p>To solved the problem I did two things. One, move the ad outside the <code>#content</code> and added the <code>overflow: hidden</code>.</p>
<p>The problem should be fixed now and you will be able to browse this site without any problem in all major browsers and operating systems.</p>
<p>If you do find a problem, please do comment and let me know. It&#039;s difficult with the limited access to browsers that I have!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://techtites.com/2006/11/11/template-problems-in-ie6/" rel="bookmark" class="crp_title">Template Problems in IE6</a></li><li><a href="http://techtites.com/2005/12/18/connections-reloaded-122-released/" rel="bookmark" class="crp_title">Connections Reloaded 1.2.2 released</a></li><li><a href="http://techtites.com/2005/11/05/please-give-me-some-valid-themes-wordpresscom/" rel="bookmark" class="crp_title">Please give me some Valid Themes WordPress.com!!</a></li><li><a href="http://techtites.com/2007/01/29/upgraded-to-ella-she-sure-gave-me-trouble/" rel="bookmark" class="crp_title">Upgraded to Ella; She sure gave me trouble!</a></li><li><a href="http://techtites.com/2007/01/25/tip-thursday-aboutblank-saves-bandwidth/" rel="bookmark" class="crp_title">Tip Thursday: about:blank saves bandwidth</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="shr-publisher-88"></div>
	Tags: <a href="http://techtites.com/tag/browsers/" title="Browsers" rel="tag">Browsers</a>, <a href="http://techtites.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://techtites.com/tag/design/" title="Design and Development" rel="tag">Design and Development</a>, <a href="http://techtites.com/tag/internet-explorer/" title="Internet Explorer" rel="tag">Internet Explorer</a><br />
<hr style="border-top:black solid 1px" /><a href="http://techtites.com/2006/11/14/should-be-working-in-ie6-now/">Should be working in IE6 now</a> was first posted on November 14, 2006 at 11:18 pm.<br />&copy; 2006-2009 "<a href="http://techtites.com">Techtites</a>". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please <a href="http://ajaydsouza.com/contact/">contact us</a> with the details.<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://techtites.com/2006/11/14/should-be-working-in-ie6-now/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Template Problems in IE6</title>
		<link>http://techtites.com/2006/11/11/template-problems-in-ie6/</link>
		<comments>http://techtites.com/2006/11/11/template-problems-in-ie6/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 07:37:35 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://techtites.com/2006/11/11/template-problems-in-ie6/</guid>
		<description><![CDATA[I&#039;m rather frustrated. I&#039;ve been using Internet Explorer 7 at home and didn&#039;t realize that this site is all screwed in Internet Explorer 6 until it was pointed out to me. I&#039;m at a friends place trying to debug the problem, but it just doesn&#039;t seem to want to go away! I&#039;m totally clueless about [...]]]></description>
			<content:encoded><![CDATA[<p>I&#039;m rather frustrated.</p>
<p>I&#039;ve been using Internet Explorer 7 at home and didn&#039;t realize that this site is all screwed in Internet Explorer 6 until it was pointed out to me.</p>
<p>I&#039;m at a friends place trying to debug the problem, but it just doesn&#039;t seem to want to go away!</p>
<p>I&#039;m totally clueless about how to get the site to display properly on IE6. There are no issues with Opera, Firefox and IE7.</p>
<p>In IE6 the sidebar goes to the bottom and the top menu button gets narrow in height when there is an image.</p>
<p>Any CSS experts out here would like to help me debug this problem?</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://techtites.com/2006/11/14/should-be-working-in-ie6-now/" rel="bookmark" class="crp_title">Should be working in IE6 now</a></li><li><a href="http://techtites.com/2007/04/03/tool-tuesday-ie-netrenderer/" rel="bookmark" class="crp_title">Tool Tuesday: IE NetRenderer</a></li><li><a href="http://techtites.com/2006/11/22/beware-ie-and-firefox-can-help-steal-your-password/" rel="bookmark" class="crp_title">Beware: IE and Firefox can help steal your password!</a></li><li><a href="http://techtites.com/2009/02/11/download-all-versions-of-internet-explorer/" rel="bookmark" class="crp_title">Download all versions of Internet Explorer</a></li><li><a href="http://techtites.com/2007/01/25/tip-thursday-aboutblank-saves-bandwidth/" rel="bookmark" class="crp_title">Tip Thursday: about:blank saves bandwidth</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div><div class="shr-publisher-76"></div>
	Tags: <a href="http://techtites.com/tag/css/" title="CSS" rel="tag">CSS</a>, <a href="http://techtites.com/tag/internet-explorer/" title="Internet Explorer" rel="tag">Internet Explorer</a>, <a href="http://techtites.com/tag/webdesign/" title="webdesign" rel="tag">webdesign</a><br />
<hr style="border-top:black solid 1px" /><a href="http://techtites.com/2006/11/11/template-problems-in-ie6/">Template Problems in IE6</a> was first posted on November 11, 2006 at 1:07 pm.<br />&copy; 2006-2009 "<a href="http://techtites.com">Techtites</a>". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please <a href="http://ajaydsouza.com/contact/">contact us</a> with the details.<br /><br /><span style="font-size: 0.8em">Feed enhanced by the <a href="http://ajaydsouza.com/wordpress/plugins/add-to-feed/">Add To Feed Plugin</a> by <a href="http://ajaydsouza.com/">Ajay D'Souza</a></span><br />]]></content:encoded>
			<wfw:commentRss>http://techtites.com/2006/11/11/template-problems-in-ie6/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
