<?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>Varun on the Web &#187; CSS</title>
	<atom:link href="http://varunkrish.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://varunkrish.com</link>
	<description>Web Technologist Blog</description>
	<lastBuildDate>Mon, 01 Mar 2010 09:59:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Generating CSS on the Fly , Is Dynamism worth the overhead ?</title>
		<link>http://varunkrish.com/generating-css-on-the-fly-is-dynamism-worth-the-overhead.html</link>
		<comments>http://varunkrish.com/generating-css-on-the-fly-is-dynamism-worth-the-overhead.html#comments</comments>
		<pubDate>Fri, 08 Jun 2007 05:36:22 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Dynamic-CSS]]></category>

		<guid isPermaLink="false">http://varunkrish.com/generating-css-on-the-fly-is-dynamism-worth-the-overhead.html</guid>
		<description><![CDATA[As long your site uses limited styles and if your content presentation logic is simple and does not change much with time , you can afford to store your styles in static files.
What do I do when the styles change very often ?
Simple answer . Store all of them in a database table .
Is&#8217;nt a [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/generating-css-on-the-fly-is-dynamism-worth-the-overhead.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recommended XHTML and CSS Practices</title>
		<link>http://varunkrish.com/css-best-practices.html</link>
		<comments>http://varunkrish.com/css-best-practices.html#comments</comments>
		<pubDate>Wed, 30 May 2007 07:47:27 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://varunkrish.com/css-best-practices.html</guid>
		<description><![CDATA[1.Divitis , Classitis, Tagitis
Please think twice before adding a tag to the page.
Bad code

&#160;
&#60;div id=&#34;header&#34;&#62;
&#160;
&#60;div class=&#34;headerTop&#34;&#62;
&#60;h2 class=&#34;headerTxt&#34;&#62;Site Name&#60;/h2&#62;
&#60;/div&#62;
&#160;
&#60;div class=&#34;headerTagline&#34;&#62;
&#60;span class=&#34;tagline&#34;&#62;tagline&#60;/span&#62;
&#60;/div&#62;
&#160;
&#60;/div&#62;

Better Way

&#160;
&#60;div id=&#34;header&#34;&#62;
&#60;h2&#62;Site Name&#60;/h2&#62;
&#60;span class=&#34;tagline&#34;&#62;tagline&#60;/span&#62;
&#60;/div&#62;

2.Tables are okay for tabular data
I see some times that web developers are so passionate about divs and table less designs that they try to fake a table using divs (I was [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/css-best-practices.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cross Platform Open Source (Javascript, HTML, CSS) IDE</title>
		<link>http://varunkrish.com/cross-platform-open-source-javascript-html-css-ide.html</link>
		<comments>http://varunkrish.com/cross-platform-open-source-javascript-html-css-ide.html#comments</comments>
		<pubDate>Sat, 29 Jul 2006 17:48:14 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[dw]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[macromedia]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://varunkrish.com/cross-platform-open-source-javascript-html-css-ide.html</guid>
		<description><![CDATA[
Aptana is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following features: Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions Outliner that gives a snapshot view of your JavaScript, HTML, and CSS code structure Error and warning notification.]]></description>
		<wfw:commentRss>http://varunkrish.com/cross-platform-open-source-javascript-html-css-ide.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Forms and CSS</title>
		<link>http://varunkrish.com/forms-and-css.html</link>
		<comments>http://varunkrish.com/forms-and-css.html#comments</comments>
		<pubDate>Tue, 18 Jul 2006 18:16:44 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web-2.0]]></category>

		<guid isPermaLink="false">http://varunkrish.com/forms-and-css.html</guid>
		<description><![CDATA[Building a form like this using tables is easy ..  scroll down and see the source code &#8230; no table no td no tr &#8230; just plain CSS..
CSS is real fun to play with and powerfull too

[code lang="CSS"]
body{
background-color:#fff;
font-family:Arial;
}
#frmAddress{
background-color:#fee9bd;
padding:0px;
margin:0px;
border:1px solid #FFCC66;
width:50%;
}
#frmAddress h1{
font-size:20px;
background-color:#fff8db;
padding:0px;
margin :0px;
}
.frmin{
width:150px;
background-color:#fff8db;
margin-top:2px;
margin-bottom:4px;
}
label{
background-color:#fff8db;
border:1px solid #ccc;
float: left;
width: 120px;
margin:3px;
padding:3px;
font: bold normal 13px Arial, Helvetica, sans-serif;
}
br{
clear:left;
}
[/code]
[code lang="HTML"]
 @import [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/forms-and-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table-less designs are great !! Kudos to CSS</title>
		<link>http://varunkrish.com/table-less-designs-are-great-kudos-to-css.html</link>
		<comments>http://varunkrish.com/table-less-designs-are-great-kudos-to-css.html#comments</comments>
		<pubDate>Tue, 18 Jul 2006 18:11:02 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web-2.0]]></category>

		<guid isPermaLink="false">http://varunkrish.com/table-less-designs-are-great-kudos-to-css.html</guid>
		<description><![CDATA[What’s so bad about using tables?
Difficult and annoying to change styles.
Positioning is difficult.
Not Search Engine Friendly.
Cannot transform the page to other markup languages easily.
Tables are slower in loading.
They are not flexible or free flowing on screen unlike layers.
Whats so good about CSS and Layers ?
Ease of use &#8211; CSS is far easier to learn and [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/table-less-designs-are-great-kudos-to-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
