<?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>VT's Tech Blog &#187; CSS</title>
	<atom:link href="http://blogs.vinuthomas.com/category/programming/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.vinuthomas.com</link>
	<description>My Tech Discovery Blog on PHP, Ajax, Security and Web 2.0</description>
	<lastBuildDate>Thu, 04 Mar 2010 06:39:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get Cross Browser Compatibility Every Time</title>
		<link>http://blogs.vinuthomas.com/2008/07/14/how-to-get-cross-browser-compatibility-every-time/</link>
		<comments>http://blogs.vinuthomas.com/2008/07/14/how-to-get-cross-browser-compatibility-every-time/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 06:08:43 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[FAQs  Help  and Tutorials]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/?p=551</guid>
		<description><![CDATA[
Anthony Short&#8217;s got a great article which shares tips on how to get your CSS cross-browser compliant everytime.
Cross-browser compatibility is one of the most time consuming tasks for any web designer. We’ve seen many different articles over the net describing common problems and fixes. I’ve collated all the information I could find to create some [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right; display: block;"><a href="http://commons.wikipedia.org/wiki/Image:Lucida_Grande_sample.svg"><img style="border: medium none; display: block;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Lucida_Grande_sample.svg/202px-Lucida_Grande_sample.svg.png" alt="Lucida Grande" /></a><span class="zemanta-img-attribution"><a href="http://commons.wikipedia.org/wiki/Image:Lucida_Grande_sample.svg"></a></span></div>
<p>Anthony Short&#8217;s got a great article which shares tips on how to get your <a class="zem_slink" title="Cascading Style Sheets" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a> cross-browser compliant everytime.</p>
<blockquote><p><a class="zem_slink" title="Cross-browser" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cross-browser">Cross-browser</a> compatibility is one of the most time consuming tasks for any web designer. We’ve seen many different articles over the net describing common problems and fixes. I’ve collated all the information I could find to create some coding conventions for ensuring that your site will work first time in every browser. There are some things you should consider for Safari and Firefox also, and IE isn’t always the culprit for your CSS woes.</p></blockquote>
<p>He summarizes the article by saying:</p>
<ol>
<li>Always use strict doctype and <a class="zem_slink" title="Standards-compliant" rel="wikipedia" href="http://en.wikipedia.org/wiki/Standards-compliant">standards-compliant</a> HTML/CSS</li>
<li>Always use a reset at the start of your css</li>
<li>Use -moz-opacity:0.99 on text elements to clean up rendering in Firefox, and text-shadow: #000 0 0 0 in Safari</li>
<li>Never resize images in the CSS or HTML</li>
<li>Check font rendering in every browser. Don&#8217;t use <a class="zem_slink" title="Lucida" rel="wikipedia" href="http://en.wikipedia.org/wiki/Lucida">Lucida</a></li>
<li>Size text as a % in the body, and as em&#8217;s throughout</li>
<li>All layout divs that are floated should include display:inline and overflow:hidden</li>
<li>Containers should have overflow:auto and trigger hasLayout via a width or height</li>
<li>Don&#8217;t use any fancy CSS3 selectors</li>
<li>Don&#8217;t use transparent <a class="zem_slink" title="Portable Network Graphics" rel="wikipedia" href="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a>&#8217;s unless you have loaded the alpha</li>
</ol>
<p>Read the whole article: <a href="http://anthonyshort.com.au/blog/comments/how-to-get-cross-browser-compatibility-everytime/">How to get Cross Browser Compatibility Every Time</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/12074853-6bc9-4baf-940b-b2f1403c2c11/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=12074853-6bc9-4baf-940b-b2f1403c2c11" alt="Zemanta Pixie" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2008/07/14/how-to-get-cross-browser-compatibility-every-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Doctype</title>
		<link>http://blogs.vinuthomas.com/2008/05/16/google-doctype/</link>
		<comments>http://blogs.vinuthomas.com/2008/05/16/google-doctype/#comments</comments>
		<pubDate>Fri, 16 May 2008 03:06:35 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/?p=501</guid>
		<description><![CDATA[


Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library of test cases for checking cross-browser and cross-platform compatibility.
This site&#8217;s currently got some good HOWTOs on Web [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right;"><a href="http://commons.wikipedia.org/wiki/Image:CSS.svg" target="_blank"><img style="border: medium none; display: block;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/86/CSS.svg/202px-CSS.svg.png" alt="A graphical depiction of a very simple css document" /></a><a href="http://commons.wikipedia.org/wiki/Image:CSS.svg" target="_blank"></a></p>
</div>
<p style="text-align: center;"><img class="size-full wp-image-297" title="Google" src="http://blogs.vinuthomas.com/wp-content/uploads/2007/02/logo.gif" alt="" width="130" height="48" /></p>
<p>Google <span class="doctype">Doctype</span> is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library of test cases for checking cross-browser and cross-platform compatibility.</p>
<p>This site&#8217;s currently got some good HOWTOs on Web security, DOM manipulation, CSS  and styles and more. A worthwhile place to check if you&#8217;re looking at some quick reference and help.</p>
<p>Link: <a href="http://code.google.com/doctype/">Google Doctype</a></p>
<fieldset class="zemanta-related" style="margin: 0.5em 0pt 1em; padding: 0pt;">
<legend class="zemanta-title">Related articles</legend>
<ul class="zemanta-article-ul" style="margin: 1em 0pt 1.5em; padding: 0pt;">
<li class="zemanta-article" style="margin: 0.5em 2em;"><a title="Open in new window" href="http://googlesystem.blogspot.com/2008/05/google-doctype-encyclopedia-for-web.html" target="_blank">Google Doctype, an Encyclopedia for Web Developers</a> [via Zemanta]</li>
<li class="zemanta-article" style="margin: 0.5em 2em;"><a title="Open in new window" href="http://google-code-updates.blogspot.com/2008/05/introducing-google-doctype.html" target="_blank">Introducing Google Doctype</a> [via Zemanta]</li>
</ul>
</fieldset>
<div id="zemanta-pixie" style="margin: 5px 0pt; width: 100%;"><a id="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img id="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixie.png?x-id=e5fcec45-7a56-407c-b8cc-8af3ad859c71" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2008/05/16/google-doctype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSSVista</title>
		<link>http://blogs.vinuthomas.com/2007/06/26/cssvista/</link>
		<comments>http://blogs.vinuthomas.com/2007/06/26/cssvista/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 11:46:32 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2007/06/26/cssvista/</guid>
		<description><![CDATA[
A very cool utility for CSS coders &#8211; CssVista allows you to preview your CSS styles on both IE and Firefox side by side.
CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. If you like this, you may be interested [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://blogs.vinuthomas.com/wp-content/uploads/2007/06/cssvista-small.gif" alt="CSS Vista" /></p>
<p>A very cool utility for CSS coders &#8211; CssVista allows you to preview your CSS styles on both IE and Firefox side by side.</p>
<p><em>CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. If you like this, you may be interested in our browser compatibility service, SiteVista. </em></p>
<p>Link: <a href="http://sitevista.com/cssvista/">CSSVista: Live CSS editing with Internet Explorer and Firefox simultaneously</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2007/06/26/cssvista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>53 CSS-Techniques You Couldn’t Live Without</title>
		<link>http://blogs.vinuthomas.com/2007/02/07/53-css-techniques-you-couldn%e2%80%99t-live-without/</link>
		<comments>http://blogs.vinuthomas.com/2007/02/07/53-css-techniques-you-couldn%e2%80%99t-live-without/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 04:00:51 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2007/02/07/53-css-techniques-you-couldn%e2%80%99t-live-without/</guid>
		<description><![CDATA[Are you looking for a list of what you can do with CSS with links to tutorials which show you how to? You must go through the following article from Smashing Magazine.
Over the last few years web-developers have written many articles about CSS and developed many useful techniques, which can save you a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>Are you looking for a list of what you can do with CSS with links to tutorials which show you how to? You must go through the following article from Smashing Magazine.</p>
<blockquote><p>Over the last few years web-developers have written many articles about CSS and developed many useful techniques, which can save you a lot of time &#8211; of course, if you are able to find them in time. Below you’ll find a list of techniques we , as web-architects, really couldn’t live without. They are essential and they indeed make our life easier. Let’s take a look at 53 CSS-based techniques you should always have ready to hand if you develop web-sites.</p></blockquote>
<p>Link: <a href="http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/">53 CSS-Techniques You Couldn’t Live Without | Smashing Magazine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2007/02/07/53-css-techniques-you-couldn%e2%80%99t-live-without/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hoverbox Image Gallery</title>
		<link>http://blogs.vinuthomas.com/2006/05/25/hoverbox-image-gallery/</link>
		<comments>http://blogs.vinuthomas.com/2006/05/25/hoverbox-image-gallery/#comments</comments>
		<pubDate>Thu, 25 May 2006 08:56:22 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2006/05/25/hoverbox-image-gallery/</guid>
		<description><![CDATA[A cool image gallery implemented purely in CSS. The images pop out when you hover over them. There is no Javascript used in this at all.
Link: Hoverbox Image Gallery
If you&#8217;d like to know how this is done, you can go through a mini-tutorial over here:
http://sonspring.com/journal/hoverbox-image-gallery 
Here&#8217;s another example of the same CSS method being used to [...]]]></description>
			<content:encoded><![CDATA[<p>A cool image gallery implemented purely in CSS. The images pop out when you hover over them. There is no Javascript used in this at all.<br />
Link: <a href="http://host.sonspring.com/hoverbox/">Hoverbox Image Gallery</a></p>
<p>If you&#8217;d like to know how this is done, you can go through a mini-tutorial over here:</p>
<p><a target="_blank" href="http://sonspring.com/journal/hoverbox-image-gallery">http://sonspring.com/journal/hoverbox-image-gallery </a></p>
<p>Here&#8217;s another example of the same CSS method being used to create a menu system:</p>
<p>Link: <a target="_blank" href="http://www.designmeme.com/articles/hoverboxmenu/">Hoverbox Menu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2006/05/25/hoverbox-image-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drag &amp; Drop Sortable Lists</title>
		<link>http://blogs.vinuthomas.com/2006/02/26/drag-drop-sortable-lists/</link>
		<comments>http://blogs.vinuthomas.com/2006/02/26/drag-drop-sortable-lists/#comments</comments>
		<pubDate>Sun, 26 Feb 2006 05:08:36 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Designs]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2006/02/26/drag-drop-sortable-lists/</guid>
		<description><![CDATA[Various implementations of Drag &#038; Drop sortable lists using JS and CSS.
&#8220;In Web applications I&#8217;ve seen numerous — and personally implemented a few — ways to rearrange items in a list. All of those were indirect interactions typically involving something like up/down arrows next to each item.  Then I came across Simon Cozens&#8217; example [...]]]></description>
			<content:encoded><![CDATA[<p>Various implementations of Drag &#038; Drop sortable lists using JS and CSS.</p>
<p>&#8220;<em>In Web applications I&#8217;ve seen numerous — and personally implemented a few — ways to rearrange items in a list. All of those were indirect interactions typically involving something like up/down arrows next to each item.  Then I came across Simon Cozens&#8217; example of rearranging a list via drag &#038; drop. I was so inspired I had to try it out myself.</em>&#8221;</p>
<p>Link: <a href="http://tool-man.org/examples/sorting.html">Drag &#038; Drop Sortable Lists with JavaScript and CSS</a></p>
<p>[tags]Javascript, CSS[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2006/02/26/drag-drop-sortable-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Star Rating</title>
		<link>http://blogs.vinuthomas.com/2006/02/26/css-star-rating/</link>
		<comments>http://blogs.vinuthomas.com/2006/02/26/css-star-rating/#comments</comments>
		<pubDate>Sun, 26 Feb 2006 05:04:59 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Designs]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2006/02/26/css-star-rating/</guid>
		<description><![CDATA[Here&#8217;s a good tutorial on now to create an interactive rating system using CSS. You can combine this with Ajax to create a rating system for your site.
Links to the Tutorial:
Creating a Star Rater using CSS
CSS Star Rating Part Deux
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a good tutorial on now to create an interactive rating system using CSS. You can combine this with Ajax to create a rating system for your site.</p>
<p>Links to the Tutorial:<br />
<a href ="http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/">Creating a Star Rater using CSS</a><br />
<a href="http://komodomedia.com/blog/index.php/2006/01/09/css-star-rating-part-deux/">CSS Star Rating Part Deux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2006/02/26/css-star-rating/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick Lookup</title>
		<link>http://blogs.vinuthomas.com/2006/02/26/quick-lookup/</link>
		<comments>http://blogs.vinuthomas.com/2006/02/26/quick-lookup/#comments</comments>
		<pubDate>Sun, 26 Feb 2006 04:57:20 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sites]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2006/02/26/quick-lookup/</guid>
		<description><![CDATA[Another cool site which allows you to look up syntax in PHP, MySQL, Javascript and CSS.
Link: Quick Lookup
[tags]reference, lookup, syntax, PHP, MySQL, Javascript, CSS[/tags]
]]></description>
			<content:encoded><![CDATA[<p>Another cool site which allows you to look up syntax in PHP, MySQL, Javascript and CSS.<br />
Link: <a href="http://ql.aonic.net/">Quick Lookup</a></p>
<p>[tags]reference, lookup, syntax, PHP, MySQL, Javascript, CSS[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2006/02/26/quick-lookup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced CSS Layouts</title>
		<link>http://blogs.vinuthomas.com/2006/01/11/advanced-css-layouts/</link>
		<comments>http://blogs.vinuthomas.com/2006/01/11/advanced-css-layouts/#comments</comments>
		<pubDate>Wed, 11 Jan 2006 03:03:51 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2006/01/11/advanced-css-layouts/</guid>
		<description><![CDATA[Here&#8217;s a good article on advanced layouts using CSS. In this article they aim to create a layout which looks like the following:

&#8220;Rogelio Lizaolo improves on Kwon Ekstrom&#8217;s CSS version of WebRef&#8217;s tabled home page. Months in the making, the final design successfully duplicates WebRef&#8217;s layout without the use of tables. Numerous bugs were discovered [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a good article on advanced layouts using CSS. In this article they aim to create a layout which looks like the following:<br />
<a href="http://img178.imageshack.us/my.php?image=webreftables0kr.gif" target="_blank" rel="lightbox[56]"><img src="http://img178.imageshack.us/img178/768/webreftables0kr.th.gif" border="0" alt="Free Image Hosting at www.ImageShack.us" /></a></p>
<p>&#8220;<em>Rogelio Lizaolo improves on Kwon Ekstrom&#8217;s CSS version of WebRef&#8217;s tabled home page. Months in the making, the final design successfully duplicates WebRef&#8217;s layout without the use of tables. Numerous bugs were discovered in Netscape and Explorer in how they handle CSS, and we found some elegant workarounds to these and other problems. What follows is a step by step CSS layout tutorial that shows how we got to the final design.</em>&#8221;<br />
Link: <a href="http://www.webreference.com/authoring/style/sheets/layout/advanced/">Advanced CSS Layouts: Step by Step &#8211; WebReference.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2006/01/11/advanced-css-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten CSS tricks you may not know</title>
		<link>http://blogs.vinuthomas.com/2005/12/30/ten-css-tricks-you-may-not-know/</link>
		<comments>http://blogs.vinuthomas.com/2005/12/30/ten-css-tricks-you-may-not-know/#comments</comments>
		<pubDate>Fri, 30 Dec 2005 04:20:54 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2005/12/30/ten-css-tricks-you-may-not-know/</guid>
		<description><![CDATA[Here&#8217;s an article by Trenton Moss with 10 excellent tips on CSS. The article covers topics such as CSS shorthand rule, CSS for printing, Image replacement techniques, CSS positioning and much more.
Link: Ten CSS tricks you may not know
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an article by Trenton Moss with 10 excellent tips on CSS. The article covers topics such as CSS shorthand rule, CSS for printing, Image replacement techniques, CSS positioning and much more.</p>
<p>Link: <a href="http://www.webcredible.co.uk/user-friendly-resources/css/css-tricks.shtml">Ten CSS tricks you may not know</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2005/12/30/ten-css-tricks-you-may-not-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unobtrusive Degradable Ajax Style Sheet Switcher</title>
		<link>http://blogs.vinuthomas.com/2005/12/26/unobtrusive-degradable-ajax-style-sheet-switcher/</link>
		<comments>http://blogs.vinuthomas.com/2005/12/26/unobtrusive-degradable-ajax-style-sheet-switcher/#comments</comments>
		<pubDate>Mon, 26 Dec 2005 14:57:37 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2005/12/26/unobtrusive-degradable-ajax-style-sheet-switcher/</guid>
		<description><![CDATA[Here&#8217;s a cool way to swap Stylesheets on the fly using UDASSS(Unobtrusive Degradable Ajax Style Sheet Switcher). Works great even if Javascript is disabled on the browser.
The Unobtrusive Degradable Ajax Style Sheet Switcher combines the power of Server Side processing and DOM scripting to swap style sheets on the fly with the power of Ajax. [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a cool way to swap Stylesheets on the fly using UDASSS(Unobtrusive Degradable Ajax Style Sheet Switcher). Works great even if Javascript is disabled on the browser.</p>
<p><em>The Unobtrusive Degradable Ajax Style Sheet Switcher combines the power of Server Side processing and DOM scripting to swap style sheets on the fly with the power of Ajax. If JavaScript is disabled &#8211; UDASSS degrades gracefully to improve your website accessibility. Needless to say, it is very sexy indeed.</em><br />
Link: <a href="http://dustindiaz.com/udasss">UDASSS Official Documentation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2005/12/26/unobtrusive-degradable-ajax-style-sheet-switcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Variables in your CSS via PHP</title>
		<link>http://blogs.vinuthomas.com/2005/12/17/variables-in-your-css-via-php/</link>
		<comments>http://blogs.vinuthomas.com/2005/12/17/variables-in-your-css-via-php/#comments</comments>
		<pubDate>Sat, 17 Dec 2005 06:56:38 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/2005/12/17/variables-in-your-css-via-php/</guid>
		<description><![CDATA[Randomize CSS styles using PHP. A good one to look at if you want to want to automatically change your site&#8217;s look and feel on the fly.
&#124; Variables in your CSS via PHP
There are a number of ways to use PHP with other web languages and technologies.  I myself use PHP in some of [...]]]></description>
			<content:encoded><![CDATA[<p>Randomize CSS styles using PHP. A good one to look at if you want to want to automatically change your site&#8217;s look and feel on the fly.<br />
<a href="http://www.chrisjdavis.org/2005/10/16/php-in-css/">| Variables in your CSS via PHP</a><br />
There are a number of ways to use PHP with other web languages and technologies.  I myself use PHP in some of my JS scripts and sometimes even in CSS files.</p>
<p>Here&#8217;s another PHP script to automatically adjust the contrast of foreground colors so they can viewed on top of your background colors:<br />
<a href="http://www.barelyfitz.com/projects/csscolor/">CSS Colors: Take Control Using PHP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2005/12/17/variables-in-your-css-via-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>stu nicholls &#124; CSS PLaY &#124; experiments with cascading style sheets</title>
		<link>http://blogs.vinuthomas.com/2005/12/16/stu-nicholls-css-play-experiments-with-cascading-style-sheets/</link>
		<comments>http://blogs.vinuthomas.com/2005/12/16/stu-nicholls-css-play-experiments-with-cascading-style-sheets/#comments</comments>
		<pubDate>Fri, 16 Dec 2005 03:39:29 +0000</pubDate>
		<dc:creator>vinu</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blogs.vinuthomas.com/?p=11</guid>
		<description><![CDATA[There are times while you&#8217;re surfing and you land on a page which make you say &#8220;WOW ! How did he do this????&#8221;. Well I found one like that today while surfing for CSS. Here&#8217;s one person who demonstrates that you can do almost anything with Cascading Style Sheets.
The amount of Demos he&#8217;s got on [...]]]></description>
			<content:encoded><![CDATA[<p>There are times while you&#8217;re surfing and you land on a page which make you say &#8220;WOW ! How did he do this????&#8221;. Well I found one like that today while surfing for CSS. Here&#8217;s one person who demonstrates that you can do almost anything with Cascading Style Sheets.</p>
<p>The amount of Demos he&#8217;s got on stuff you can do through CSS is Huge&#8230;.. you&#8217;ve got to check this one out!<br />
Link: <a href="http://www.cssplay.co.uk/">stu nicholls | CSS PLaY | experiments with cascading style sheets</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.vinuthomas.com/2005/12/16/stu-nicholls-css-play-experiments-with-cascading-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
