<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Magnet</title>
	<atom:link href="http://kesav.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kesav.wordpress.com</link>
	<description>All that attracts me...</description>
	<lastBuildDate>Mon, 17 May 2010 10:09:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kesav.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Magnet</title>
		<link>http://kesav.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kesav.wordpress.com/osd.xml" title="Magnet" />
	<atom:link rel='hub' href='http://kesav.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Moved to kesavOnline.com</title>
		<link>http://kesav.wordpress.com/2010/05/17/moved-to-kesavonline-com/</link>
		<comments>http://kesav.wordpress.com/2010/05/17/moved-to-kesavonline-com/#comments</comments>
		<pubDate>Mon, 17 May 2010 10:07:57 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/?p=158</guid>
		<description><![CDATA[My blog ( http://kesav.wordpress.com ) is upgraded and moved to http://kesavOnline.com with a new look and feel.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=158&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2010/05/17/moved-to-kesavonline-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>
	</item>
		<item>
		<title>Control re-sizing Textarea in Chrome, safari, and other web-kit browsers</title>
		<link>http://kesav.wordpress.com/2009/04/03/control-re-sizing-textarea-in-chrome-safari-and-other-web-kit-browsers/</link>
		<comments>http://kesav.wordpress.com/2009/04/03/control-re-sizing-textarea-in-chrome-safari-and-other-web-kit-browsers/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 06:19:46 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[resizable textarea]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[textarea]]></category>
		<category><![CDATA[web-kit]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/?p=127</guid>
		<description><![CDATA[We know web-kit browsers like Google Chrome and Safari displays textarea with re-sizable functionality. This is really a cool feature, but still it stinks in specific scenarios when resulting in layout collapse. CSS 3 offers a solution: we can stop resizing the textarea by the following CSS rule, textarea {resize:none;} Yes, resizing can be done [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=127&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2009/04/03/control-re-sizing-textarea-in-chrome-safari-and-other-web-kit-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>
	</item>
		<item>
		<title>All about CSS Sprites for Faster Web &#8211; Part 2</title>
		<link>http://kesav.wordpress.com/2009/03/28/all-about-css-sprites-for-faster-web-part-2/</link>
		<comments>http://kesav.wordpress.com/2009/03/28/all-about-css-sprites-for-faster-web-part-2/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 13:29:08 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS sprites]]></category>
		<category><![CDATA[CSS techniques]]></category>
		<category><![CDATA[Image Optimization]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/?p=93</guid>
		<description><![CDATA[Application of CSS Sprites For easy understanding lets go by a simple example. Image rollovers that are most common in a web page are once handled using JavaScript. Later the same was handled using simple CSS with Pseudo class :hover. Either when JavaScript is used or CSS Pseudo class is used, two images were required [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=93&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2009/03/28/all-about-css-sprites-for-faster-web-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>

		<media:content url="http://kesav.files.wordpress.com/2009/03/image-rollovers.gif" medium="image">
			<media:title type="html">image-rollovers</media:title>
		</media:content>
	</item>
		<item>
		<title>All about CSS Sprites for Faster Web &#8211; Part 1</title>
		<link>http://kesav.wordpress.com/2009/03/21/all-about-css-sprites-for-faster-web-part-1/</link>
		<comments>http://kesav.wordpress.com/2009/03/21/all-about-css-sprites-for-faster-web-part-1/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 01:17:41 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS sprites]]></category>
		<category><![CDATA[CSS techniques]]></category>
		<category><![CDATA[Image Optimization]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/?p=42</guid>
		<description><![CDATA[Optimization on web page performance is a prime focus area of major importance when in it comes to cutting bandwidth costs and reducing download time. All attempts so far made were mainly concentrated in those techniques (C++, ASP, Database, JSP etc )that generate the HTML. Performance analysis reports on some of the major websites showed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=42&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2009/03/21/all-about-css-sprites-for-faster-web-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>
	</item>
		<item>
		<title>Finally IE8 is ready</title>
		<link>http://kesav.wordpress.com/2009/03/20/finally-ie8-is-ready/</link>
		<comments>http://kesav.wordpress.com/2009/03/20/finally-ie8-is-ready/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 04:35:03 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/?p=19</guid>
		<description><![CDATA[IE8 is now ready to download. IE 8 comes with Compatible view that helps to view the site that looks good in IE7. source: http://blogs.msdn.com/ie/archive/2009/03/19/internet-explorer-8-final-available-now.aspx Acid3 test result: 20/100<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=19&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2009/03/20/finally-ie8-is-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>
	</item>
		<item>
		<title>Undo your sent mail in GMail</title>
		<link>http://kesav.wordpress.com/2009/03/20/undo-your-sent-mail-in-gmail/</link>
		<comments>http://kesav.wordpress.com/2009/03/20/undo-your-sent-mail-in-gmail/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 04:25:18 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/?p=17</guid>
		<description><![CDATA[Now you can undo your mail after clicking the send button&#8230; and still more new cool features .. check out in google blog<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=17&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2009/03/20/undo-your-sent-mail-in-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>
	</item>
		<item>
		<title>Safari 4 Beta Released for OS X, Windows</title>
		<link>http://kesav.wordpress.com/2009/02/24/safari-4-beta-released-for-os-x-windows/</link>
		<comments>http://kesav.wordpress.com/2009/02/24/safari-4-beta-released-for-os-x-windows/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 18:06:35 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/?p=10</guid>
		<description><![CDATA[Safari 4 beta is released with 4X faster javascript and a lot of new features like Nitro engine, top sites, cover flow, and much more&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=10&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2009/02/24/safari-4-beta-released-for-os-x-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>
	</item>
		<item>
		<title>Start HTML / CSS from here</title>
		<link>http://kesav.wordpress.com/2009/02/24/start-html-css-from-here/</link>
		<comments>http://kesav.wordpress.com/2009/02/24/start-html-css-from-here/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 16:32:42 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[guide]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/?p=6</guid>
		<description><![CDATA[Site point as usual publishes a great starting point for beginners to Learn HTML and CSS&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=6&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2009/02/24/start-html-css-from-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>
	</item>
		<item>
		<title>Free online text graphics</title>
		<link>http://kesav.wordpress.com/2007/05/18/free-online-text-graphics/</link>
		<comments>http://kesav.wordpress.com/2007/05/18/free-online-text-graphics/#comments</comments>
		<pubDate>Fri, 18 May 2007 10:05:00 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[online tools]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/2007/05/18/free-online-text-graphics/</guid>
		<description><![CDATA[Design your logo online for free within seconds&#8230; http://cooltext.com/ Allows you to design text graphics like, logos and buttons by customizing the provided templates. You can select your font and color&#8230; and just wait to collect your images&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=38&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2007/05/18/free-online-text-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>
	</item>
		<item>
		<title>Find Everything Here&#8230;</title>
		<link>http://kesav.wordpress.com/2007/05/18/find-everything-here/</link>
		<comments>http://kesav.wordpress.com/2007/05/18/find-everything-here/#comments</comments>
		<pubDate>Fri, 18 May 2007 09:43:00 +0000</pubDate>
		<dc:creator>kesav</dc:creator>
				<category><![CDATA[Collection]]></category>
		<category><![CDATA[Search Engine]]></category>

		<guid isPermaLink="false">http://kesav.wordpress.com/2007/05/18/find-everything-here/</guid>
		<description><![CDATA[I got a chance to browse a different type of search site. http://allth.at/ You can see all the search results of most of the popular search engines in one page here. Not only results of search engines, also online shopping sites&#8230;. You have feature to add any of your favourite site to be searched.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kesav.wordpress.com&amp;blog=6180513&amp;post=37&amp;subd=kesav&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kesav.wordpress.com/2007/05/18/find-everything-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cb08c6013ff6ea3e09fc8bc79f426f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Kesav</media:title>
		</media:content>
	</item>
	</channel>
</rss>
