<?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>Blog of Small Things &#187; Css</title>
	<atom:link href="http://www.offlineblog.net/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.offlineblog.net</link>
	<description>small things to help you live a better life ONLINE</description>
	<lastBuildDate>Tue, 22 Nov 2011 22:47:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Add more &#8220;Style&#8221; to Categories, Make your blog look better</title>
		<link>http://www.offlineblog.net/2009/03/add-more-style-to-categories-make-your-blog-look-better/</link>
		<comments>http://www.offlineblog.net/2009/03/add-more-style-to-categories-make-your-blog-look-better/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:17:58 +0000</pubDate>
		<dc:creator>dinu</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Archive Pages]]></category>
		<category><![CDATA[Background Color]]></category>
		<category><![CDATA[Background Colors]]></category>
		<category><![CDATA[Background Images]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Category 3]]></category>
		<category><![CDATA[Category Archive]]></category>
		<category><![CDATA[Category Id]]></category>
		<category><![CDATA[Dashboard]]></category>
		<category><![CDATA[Images Link]]></category>
		<category><![CDATA[Link Colors]]></category>
		<category><![CDATA[New Style]]></category>
		<category><![CDATA[Pots]]></category>
		<category><![CDATA[Style Sheet]]></category>
		<category><![CDATA[Style Sheets]]></category>
		<category><![CDATA[Stylesheets]]></category>
		<category><![CDATA[Suggestion]]></category>

		<guid isPermaLink="false">http://www.offlineblog.net/?p=1060</guid>
		<description><![CDATA[Adding more styles to your wordpress theme, and why is that &#8220;style&#8221; highlighted ? Simple : because, this post is about making your blog look more stylish, by adding few more stylesheets ie, style sheets for categories. I was reading this post from http://tarskitheme.com about a brilliant plugin : Category Style Sheets. by Benedict  Eastaugh.  It is [...]<p><a href="http://www.offlineblog.net/2009/03/add-more-style-to-categories-make-your-blog-look-better/">Add more &#8220;Style&#8221; to Categories, Make your blog look better</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/sketch22/2082654505/"><img class="alignleft" title="Add Style to your Blog" src="http://farm3.static.flickr.com/2212/2082654505_fc62bd9732.jpg?v=1196667393" alt="" width="350" height="263" /></a></p>
<p><em>Adding more styles to your wordpress theme, and why is that &#8220;style&#8221; highlighted ? Simple : because, this post is about making your blog look more stylish, by adding few more stylesheets ie, style sheets for categories.</em></p>
<p>I was reading <a href="http://tarskitheme.com/2009/03/17/category-stylesheets/">this post</a> from <a href="http://tarskitheme.com">http://tarskitheme.com</a> about a brilliant plugin : <a href="http://gist.github.com/79060">Category Style Sheets</a>. by <a href="http://extralogical.net/">Benedict  Eastaugh</a>.  It is a simple but awesome plugin that allows you to add style sheets for each category of your blog. That means, you can have different background colors, images, link colors etc for individual category archives, and each post in that category.</p>
<p><strong>What I have done, ( So Far )</strong></p>
<p>I have created two style sheets for two of my categories. <a href="http://www.offlineblog.net/category/wordpress/">WordPress</a> &amp; <a href="http://www.offlineblog.net/category/blogging/">Blogging</a>. I have changed background colors for category archive pages, and individual pots in these two categories. Now, go to any blog post in that category and you will see the plugin in action. I have changed only the background color. Should I try more ? Do you have any suggestion ?</p>
<p><strong>How To Do This</strong></p>
<p>All you need to do is,</p>
<p><span id="more-1060"></span></p>
<p>1.  D<a href="http://gist.github.com/79060">ownload the plugin</a>, activate it</p>
<p>2. Create a new style sheet for a category and name it  <code>category-<em>n</em>.css</code> (where <code>n</code> is the category ID). To know the category ID, Go go Dashboard &gt; Categories &gt; Edit category</p>
<p>3. Now, go back to your blog, and check it out.</p>
<p><strong>Next Step, Without the Plugin</strong></p>
<p>I did something else after that 3rd step. I really wanted to learn and test theme functions, ( the functions.php file ) So I created a new functions.php file for <a href="http://www.offlineblog.net/2009/02/what-a-new-theme/">my child theme</a>, and then added the plugin&#8217;s code there. Deleted the original plugin from my <a href="http://www.offlineblog.net/2008/10/self-hosted-wordpress-how-to-plugins/">plugin&#8217;s directory</a>, and tested the feature again  and it worked like a charm !!</p>
<p>I am planning to release this child theme for the wordpress community. However, I am unsure if I can include this feature since I do not have permission from the plugin author for this. I will give it a try, anyways !</p>
<p><strong>It&#8217;s your turn now !!</strong></p>
<p>Yes, go ahead and try this plugin. You will love it !! But don&#8217;t forget to leave a comment here if you liked it, or if you find any trouble while enabling this feature. You can subscribe to this blog to get more updates about this feature, and you can probably grad this feature built in, when I release the theme.</p>
<p><a href="http://www.offlineblog.net/2009/03/add-more-style-to-categories-make-your-blog-look-better/">Add more &#8220;Style&#8221; to Categories, Make your blog look better</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.offlineblog.net%2F2009%2F03%2Fadd-more-style-to-categories-make-your-blog-look-better%2F&amp;title=Add%20more%20%26%238220%3BStyle%26%238221%3B%20to%20Categories%2C%20Make%20your%20blog%20look%20better"><img src="http://www.offlineblog.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p><h3  class="related_post_title">Related Reading</h3><ul class="related_post"><li><a href="http://www.offlineblog.net/2009/07/windows-live-writer-my-new-blogging-buddy/" title="Windows Live Writer, my new blogging buddy">Windows Live Writer, my new blogging buddy</a></li><li><a href="http://www.offlineblog.net/2009/07/tweetbacks-steal-your-comments-from-twitter-what-is-a-tweetback/" title="Tweetbacks : Steal your comments from Twitter !">Tweetbacks : Steal your comments from Twitter !</a></li><li><a href="http://www.offlineblog.net/2009/07/two-google-wave-plugins-for-wordpress-how-to-post-to-wordpress/" title="Two Google Wave Plugins for Wordpress">Two Google Wave Plugins for Wordpress</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.offlineblog.net/2009/03/add-more-style-to-categories-make-your-blog-look-better/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What ? A new theme ?</title>
		<link>http://www.offlineblog.net/2009/02/what-a-new-theme/</link>
		<comments>http://www.offlineblog.net/2009/02/what-a-new-theme/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 11:02:09 +0000</pubDate>
		<dc:creator>dinu</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[New Child]]></category>
		<category><![CDATA[New Theme]]></category>
		<category><![CDATA[Suggestion]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://www.offlineblog.net/?p=941</guid>
		<description><![CDATA[Yes ! that&#8217;s right .. this is a new Child theme built using the Hybrid Theme Framework. Oh, Child theme ? If you do not know what it is, read this post from Ian. But wait, who designed this theme, hmmm  blame this guy. Now, if you have read that post from Ian, you will [...]<p><a href="http://www.offlineblog.net/2009/02/what-a-new-theme/">What ? A new theme ?</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Yes ! that&#8217;s right .. this is a new Child theme built using the <a href="http://themehybrid.com/themes/hybrid">Hybrid Theme Framework</a>. Oh, Child theme ? If you do not know what it is, read <a title="Child Theme" href="http://themeshaper.com/functions-php-wordpress-child-themes/">this post</a> from Ian. But wait, who designed this theme, hmmm  blame this <a href="http://offlineblog.net">guy</a>.</p>
<p>Now, if you have read that post from <a href="http://themeshaper.com">Ian</a>, you will understand how easy it is, to build a powerful theme using the Child theme technique. So, the guy who built this theme did nothing but few css tweaks. The guy who did all the hard work is <a href="http://justintadlock.com/">Justin</a>. Say thanks and congrats to him.</p>
<p>Still, if you want to use this theme, just subscribe to this blog, and the theme will be available for download very soon. Do you like this theme.. ? Do you have any suggestion ?</p>
<p><a href="http://www.offlineblog.net/2009/02/what-a-new-theme/">What ? A new theme ?</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.offlineblog.net%2F2009%2F02%2Fwhat-a-new-theme%2F&amp;title=What%20%3F%20A%20new%20theme%20%3F"><img src="http://www.offlineblog.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p><h3  class="related_post_title">Related Reading</h3><ul class="related_post"><li><a href="http://www.offlineblog.net/2009/03/if-you-were-given-a-chance-to-rename-this-blog/" title="If You Were Given a Chance to Rename This Blog &#8230;">If You Were Given a Chance to Rename This Blog &#8230;</a></li><li><a href="http://www.offlineblog.net/2009/03/add-more-style-to-categories-make-your-blog-look-better/" title="Add more &#8220;Style&#8221; to Categories, Make your blog look better">Add more &#8220;Style&#8221; to Categories, Make your blog look better</a></li><li><a href="http://www.offlineblog.net/2008/05/possible-theme-change/" title="Possible Theme change">Possible Theme change</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.offlineblog.net/2009/02/what-a-new-theme/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>I&#8217;m back !!</title>
		<link>http://www.offlineblog.net/2008/11/im-back/</link>
		<comments>http://www.offlineblog.net/2008/11/im-back/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 14:38:38 +0000</pubDate>
		<dc:creator>dinu</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Fun Ride]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Last Time]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[Reading Ebooks]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[White Space]]></category>

		<guid isPermaLink="false">http://www.offlineblog.net/?p=777</guid>
		<description><![CDATA[Hi there, I am back, and yes, a new theme &#8230;  and probably, you will see another theme here when wordpress 2.7 is out ok ? ( for those who are interested in wordpress 2.7 release, its almost done, and most probably, you will see it before december is here) This theme is one of the [...]<p><a href="http://www.offlineblog.net/2008/11/im-back/">I&#8217;m back !!</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Hi there, I am back, and yes, a new theme &#8230;  and probably, you will see another theme here when wordpress 2.7 is out ok ? ( for those who are interested in <a href="http://www.offlineblog.net/2008/10/waiting-for-wordpress-27/">wordpress 2.7</a> release, its almost done, and most probably, you will see it before december is here) This theme is one of the favorites, of many people here, I saw very good response when I tried this last time, so hopefully, you are okay with this.</p>
<p> </p>
<p><span id="more-777"></span></p>
<p>I&#8217;ve been reading a lot of blogs, about designing, especially the web 2.0 design which made me a fan of themes with more white space. It was a fun ride, reading ebooks, and blogs, about wordpress design and css etc, and I feel I haven&#8217;t learned even 1% of what is available out there !! . But one thing, I can assure you, for those who want to learn, there are lot of resources available, and the community is very very helpful !!. </p>
<p>Now, I need to start reading all your new posts, kept unread on my google reader, see you there !!</p>
<p><a href="http://www.offlineblog.net/2008/11/im-back/">I&#8217;m back !!</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.offlineblog.net%2F2008%2F11%2Fim-back%2F&amp;title=I%26%238217%3Bm%20back%20%21%21"><img src="http://www.offlineblog.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p><h3  class="related_post_title">Related Reading</h3><ul class="related_post"><li><a href="http://www.offlineblog.net/2009/03/your-tweets-make-me-feel-good/" title="Your Tweets Make Me Feel Good">Your Tweets Make Me Feel Good</a></li><li><a href="http://www.offlineblog.net/2009/03/love-you-flickr/" title="Love you, Flickr &#8230;. ">Love you, Flickr &#8230;. </a></li><li><a href="http://www.offlineblog.net/2008/10/self-hosted-wordpress-how-to-themes/" title="Self Hosted Wordpress How to : Themes">Self Hosted Wordpress How to : Themes</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.offlineblog.net/2008/11/im-back/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>BRB</title>
		<link>http://www.offlineblog.net/2008/11/brb/</link>
		<comments>http://www.offlineblog.net/2008/11/brb/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 10:58:02 +0000</pubDate>
		<dc:creator>dinu</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.offlineblog.net/?p=757</guid>
		<description><![CDATA[Its time for a break. I will be working behind the scenes, on design and coding, trying to learn more. More updates about me and my blog, on the other end of the break !! BRB is a post from: Blog of Small Things - Google Wave Plugins Most PopularThank you Reliance Mobile !!Malayalam Fonts [...]<p><a href="http://www.offlineblog.net/2008/11/brb/">BRB</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/gracewong/183286968/"><img class="alignleft" style="border: 2px solid black;" title="On Break" src="http://farm1.static.flickr.com/74/183286968_c1d09a455b.jpg?v=0" alt="" width="240" height="160" /></a></p>
<p>Its time for a break. I will be working behind the scenes, on design and coding, trying to learn more. More updates about me and my blog, on the other end of the break !!</p>
<p><a href="http://www.offlineblog.net/2008/11/brb/">BRB</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.offlineblog.net%2F2008%2F11%2Fbrb%2F&amp;title=BRB"><img src="http://www.offlineblog.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p><h3  class="related_post_title">Most Popular</h3><ul class="related_post"><li><a href="http://www.offlineblog.net/2008/05/thank-you-reliance-mobile/" title="Thank you Reliance Mobile !!">Thank you Reliance Mobile !!</a></li><li><a href="http://www.offlineblog.net/2008/09/malayalam-fonts-and-google-chrome/" title="Malayalam Fonts and Google Chrome">Malayalam Fonts and Google Chrome</a></li><li><a href="http://www.offlineblog.net/2008/07/blogging-in-schools/" title="Blogging in Schools ?">Blogging in Schools ?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.offlineblog.net/2008/11/brb/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Copyblogger theme again, customized.</title>
		<link>http://www.offlineblog.net/2008/10/copyblogger-theme-again-customized/</link>
		<comments>http://www.offlineblog.net/2008/10/copyblogger-theme-again-customized/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 10:35:04 +0000</pubDate>
		<dc:creator>dinu</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[Image Zoom]]></category>
		<category><![CDATA[Zip File]]></category>
		<category><![CDATA[Zoom]]></category>

		<guid isPermaLink="false">http://www.offlineblog.net/?p=636</guid>
		<description><![CDATA[So, here is another customization of copyblogger theme , but who did it ? hmmm well, I did it &#8230;. or, rather, it just happened when I was playing with css and colors. Just have a look and tell me if you liked it. ( Click on the image to zoom in !! ) If [...]<p><a href="http://www.offlineblog.net/2008/10/copyblogger-theme-again-customized/">Copyblogger theme again, customized.</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
]]></description>
			<content:encoded><![CDATA[<p>So, here is <a href="http://www.offlineblog.net/2008/09/no-this-is-not-a-new-theme/">another customization</a> of copyblogger theme , but who did it ? hmmm well, I did it &#8230;. or, rather, it just happened when I was playing with css and colors. Just have a look and tell me if you liked it. ( Click on the image to zoom in !! )</p>
<div id="attachment_637" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.offlineblog.net/wp-content/uploads/2008/10/copybloggerblack.png" target="_blank"><img class="size-medium wp-image-637 center frame" style="margin-top: 2px; margin-bottom: 2px;" title="copyblogger black" src="http://www.offlineblog.net/wp-content/uploads/2008/10/copybloggerblack-300x150.png" alt="copyblogger black" width="300" height="150" /></a><p class="wp-caption-text">copyblogger black</p></div>
<p>If any of you guys wants to use it, let me know, I can send you the theme, eventhough it is not ready for a public release. So, if someone wants to use it, I can make few more changes needed, and then send the zip file.</p>
<p><a href="http://www.offlineblog.net/2008/10/copyblogger-theme-again-customized/">Copyblogger theme again, customized.</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.offlineblog.net%2F2008%2F10%2Fcopyblogger-theme-again-customized%2F&amp;title=Copyblogger%20theme%20again%2C%20customized."><img src="http://www.offlineblog.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p><h3  class="related_post_title">Related Reading</h3><ul class="related_post"><li><a href="http://www.offlineblog.net/2009/09/wave-google-com-redesigned/" title="Wave.google.com has a new Design">Wave.google.com has a new Design</a></li><li><a href="http://www.offlineblog.net/2009/09/google-blue-is-good-but-who-said-there-is-nothing-better-than-that/" title="Google Blue is good, but who said there is nothing better than that ?">Google Blue is good, but who said there is nothing better than that ?</a></li><li><a href="http://www.offlineblog.net/2009/03/add-more-style-to-categories-make-your-blog-look-better/" title="Add more &#8220;Style&#8221; to Categories, Make your blog look better">Add more &#8220;Style&#8221; to Categories, Make your blog look better</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.offlineblog.net/2008/10/copyblogger-theme-again-customized/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>CSS, You are Awesome !!</title>
		<link>http://www.offlineblog.net/2008/09/css-you-are-awesome/</link>
		<comments>http://www.offlineblog.net/2008/09/css-you-are-awesome/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 07:48:25 +0000</pubDate>
		<dc:creator>dinu</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[Beautiful Things]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Bloggers]]></category>
		<category><![CDATA[Classmate]]></category>
		<category><![CDATA[Classmates]]></category>
		<category><![CDATA[Compeition]]></category>
		<category><![CDATA[E Books]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Web]]></category>
		<category><![CDATA[Mad Love]]></category>
		<category><![CDATA[Many Wonders]]></category>
		<category><![CDATA[Sexy]]></category>
		<category><![CDATA[Share Ideas]]></category>
		<category><![CDATA[Web Page]]></category>

		<guid isPermaLink="false">http://www.offlineblog.net/?p=615</guid>
		<description><![CDATA[CSS : This word keeps coming back to me these days. Every time I open google.com, I type something related to css there, and browse through result pages. Call it &#8220;mad about css&#8221; or &#8220;in love with css&#8221; or &#8220;crazy about css&#8221;, I am thinking about it all the time &#8230; I am dreaming about [...]<p><a href="http://www.offlineblog.net/2008/09/css-you-are-awesome/">CSS, You are Awesome !!</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
]]></description>
			<content:encoded><![CDATA[<p>CSS : This word keeps coming back to me these days. Every time I open google.com, I type something related to css there, and browse through result pages. Call it &#8220;mad about css&#8221; or &#8220;in love with css&#8221; or &#8220;crazy about css&#8221;, I am thinking about it all the time &#8230; I am dreaming about it throughout the day.</p>
<p><strong>CSS is awesome.</strong></p>
<p>CSS is really great, and it is awesome. It can do many wonders on your web page. It can make your blog look good or bad, or beautiful or even sexy. There are n number of beautiful things that you can do with CSS. Last week I spent hours looking at CSS wonders that other people have created, and finally decided to learn CSS,<span id="more-615"></span></p>
<p><strong>CSS is fun</strong></p>
<p>I don&#8217;t have trainers. Google and the Web are my teachers. You guys are my classmates, if you are interested. I won&#8217;t be the best student in the class, so no competition from me for ranks.. I swear !!</p>
<p>Classmates share ideas, notes and even help in Exams .. ( kopykats !!!!) &#8230; being in the same class is fun .. right ? think about all your fellow bloggers as your classmates ? everyone in a single classroom ?  will be fun for sure  !!!</p>
<p><strong>Share your notes</strong></p>
<p>So, time to share your notes with me, okay ? Send me links, e books ( anything that comes free, you get the idea now .. right ? ), anything you have, about css.</p>
<p>With Love,<br />
Your classmate, Dinu <img src='http://www.offlineblog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.offlineblog.net/2008/09/css-you-are-awesome/">CSS, You are Awesome !!</a> is a post from: <a href="http://www.offlineblog.net">Blog of Small Things - Google Wave Plugins</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.offlineblog.net%2F2008%2F09%2Fcss-you-are-awesome%2F&amp;title=CSS%2C%20You%20are%20Awesome%20%21%21"><img src="http://www.offlineblog.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p><h3  class="related_post_title">Related Reading</h3><ul class="related_post"><li><a href="http://www.offlineblog.net/2007/09/have-you-tried-google-reader/" title="Google Reader">Google Reader</a></li><li><a href="http://www.offlineblog.net/2009/08/future-of-google-wave-themes-and-then-wave-desktop-clients-adobe-air/" title="Future of Google Wave : Themes and then Wave Desktop Clients">Future of Google Wave : Themes and then Wave Desktop Clients</a></li><li><a href="http://www.offlineblog.net/2008/10/self-hosted-wordpress-how-to-plugins/" title="Self Hosted Wordpress How to : Plugins">Self Hosted Wordpress How to : Plugins</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.offlineblog.net/2008/09/css-you-are-awesome/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
