<?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>My Den</title>
	<atom:link href="http://contactnaveen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://contactnaveen.wordpress.com</link>
	<description>Technical related stuffs will be discussed here.</description>
	<lastBuildDate>Tue, 23 Aug 2011 10:48:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='contactnaveen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Den</title>
		<link>http://contactnaveen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://contactnaveen.wordpress.com/osd.xml" title="My Den" />
	<atom:link rel='hub' href='http://contactnaveen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Modernizr &#8211; Javascript toolkit for HTML5 &amp; CSS3</title>
		<link>http://contactnaveen.wordpress.com/2010/10/21/modernizr-javascript-toolkit-for-html5-css3/</link>
		<comments>http://contactnaveen.wordpress.com/2010/10/21/modernizr-javascript-toolkit-for-html5-css3/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 10:40:04 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=184</guid>
		<description><![CDATA[The title says it all Modernizr is a Javascript library that detects various HTML5 and CSS3 features and lets you know if you can use them in that browser. The main aim of &#8220;Modernizr&#8221; is to put a full-stop to &#8220;UA sniffing&#8221; method. Modernizr does feature detection and lets you know what various browsers can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=184&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The title says it all <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.modernizr.com/" target="_blank">Modernizr</a> is a Javascript library that detects various HTML5 and CSS3 features and lets you know if you can use them in that browser. The main aim of &#8220;Modernizr&#8221; is to put a full-stop to &#8220;UA sniffing&#8221; method. Modernizr does feature detection and lets you know what various browsers can and cannot do.</p>
<p>Modernizr makes it convenient for you in a variety of ways,</p>
<ul>
<li>It tests for over 20 next-generation features, all in a matter of milliseconds;</li>
<li>It creates a JavaScript object (named Modernizr) that contains the results of these tests as boolean properties;</li>
<li>It adds classes to the html element that explain precisely what features are and are not natively supported</li>
</ul>
<p><strong>How it works?</strong></p>
<p>To install Modenizr, download the javascript file from <a href="http://www.modernizr.com/downloadfulljs/">this URL</a> and include modernizr-1.5.min.js file in your page as</p>
<p><pre class="brush: xml;">
&lt;script src=&quot;js/modernizr-1.5.min.js&quot;&gt; &lt;script&gt;
</pre></p>
<p>The second step is to add a class of &#8220;no-js&#8221; on your html tag as</p>
<p><pre class="brush: xml;">
&lt;html class=&quot;no-js&quot;&gt;
</pre></p>
<p>Modernizr sets a boolean property for each feature it tests. Thus, checking for &#8220;Drag and Drop&#8221; is pretty straightforward, indeed a one-liner,</p>
<p><pre class="brush: xml;">
if (Modernizr.draganddrop) {
// Browser supports HTML5 DnD.
} else {
// Fallback to a library solution.
}

</pre><br />
Modernizr also allows you to use the new HTML5 elements such as &#8220;<code>header</code>, <code>hgroup</code>, <code>section</code>, <code>footer</code>, <code>video</code>, etc.,&#8221; and style them.But this doesn&#8217;t mean that these HTML5 elements will start working in Internet Explorer. All you can do is to <strong>style </strong>them in such a way that IE will understand them and not ignore them..<br />
<br />
Have a look at <a href="http://www.modernizr.com/docs/" target="_blank">this Modernizr documentation</a> for more details.<br />
<br />
Do you already use <a href="http://www.modernizr.com" target="_blank">Modernizr</a>? If not, how do you deal with browser compatibility?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=184&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2010/10/21/modernizr-javascript-toolkit-for-html5-css3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Chrome Frame</title>
		<link>http://contactnaveen.wordpress.com/2010/10/16/google-chrome-frame/</link>
		<comments>http://contactnaveen.wordpress.com/2010/10/16/google-chrome-frame/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 14:30:22 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[General Information]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Pdts]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=168</guid>
		<description><![CDATA[If you still use IE read on, others may happily skip this post. There are many people who still use IE and can&#8217;t update to a better browser including Google Chrome, Firefox etc.,  For these people Google has released a plugin called Google Chrome Frame. It is an open source browser plugin that brings Google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=168&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you still use IE read on, others may happily skip this post.</p>
<p>There are many people who still use IE and can&#8217;t update to a better browser including Google Chrome, Firefox etc.,  For these people Google has released a plugin called <a href="http://www.google.com/chromeframe" target="_blank">Google Chrome Frame</a>. It is an open source browser plugin that brings Google Chrome&#8217;s open web technologies and speedy Javascript engine to Internet Explorer.</p>
<p>With Google Chrome Frame plugin you can,</p>
<ul>
<li>Start using open web technologies &#8211; like the HTML5 <code>canvas</code> tag &#8211; right away, even technologies that aren&#8217;t yet supported in Internet Explorer 6, 7, or 8.</li>
<li>Take advantage of JavaScript performance improvements to make your apps faster and more responsive.</li>
</ul>
<p>If you&#8217;re a developer you can allow your website to use the plug-in by using the following piece of code in your web pages,</p>
<pre>&lt;meta http-equiv="X-UA-Compatible" content="chrome=1" /&gt;</pre>
<p>When Google Chrome Frame detects this tag it automatically switches to Google Chrome&#8217;s speedy rendering engine.</p>
<p>Google Chrome Frame is already used by many Google services including Google Docs, Google Calendar, Google Reader, etc., <a href="http://blog.chromium.org/2010/09/google-chrome-frame-stable-and-speedy.html" target="_blank">Chromium&#8217;s blog</a> says that the main goals are to &#8220;to improve performance and ease the transition for users as they drop support for legacy browsers&#8221;</p>
<p>Also Google Chrome Frame is now <a href="http://googlesystem.blogspot.com/2010/09/google-chrome-frame-out-of-beta.html" target="_blank">out of beta</a> and is more stable,</p>
<blockquote><p>Today, we’re very happy to take the Beta tag off of Google Chrome Frame and promote it to the Stable channel. This stable channel release provides our most polished version of Google Chrome Frame to date, allowing users to access modern web technologies like HTML5 on legacy browsers. You now can <a href="http://www.google.com/chromeframe/">download the stable version of Google Chrome Frame</a> and users of the Beta will be automatically updated to it in the days ahead. If you’re an IT administrator, we’ve also posted an <a href="http://www.google.com/chromeframe/eula.html?msi=true">MSI installer</a> for deploying Google Chrome Frame in your network.</p></blockquote>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='540' height='334' src='http://www.youtube.com/embed/sjW0Bchdj-w?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<p>Join Google Chrome Frame <a id="nmdp" title="discussion group" href="http://groups.google.com/group/google-chrome-frame">discussion group</a> for any feedback or file any bugs through the Chromium <a id="zm7c" title="issue tracker" href="http://code.google.com/p/chromium/issues/list">issue tracker</a>.</p>
<p>P.S: Switch to <a href="http://www.google.com/chrome" target="_blank">Google Chrome</a> for better browsing experience with speed, security and stability. My next post will be on why to use Google Chrome <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=168&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2010/10/16/google-chrome-frame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>
	</item>
		<item>
		<title>I&#8217;m back :)</title>
		<link>http://contactnaveen.wordpress.com/2010/09/30/im-back/</link>
		<comments>http://contactnaveen.wordpress.com/2010/09/30/im-back/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 12:48:27 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[General Information]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=161</guid>
		<description><![CDATA[Hey folks, Itz been a year since I&#8217;ve written something here! The conversation and easy banter @twitter and @Facebook is enhanced which stopped me from blogging! So blame it on twitter, Facebook or Friendfeed Recently I read an interesting piece of article by Robert Scoble. He says that &#8220;thought leaders should avoid spending a lot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=161&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey folks,</p>
<p>Itz been a year since I&#8217;ve written something here! The conversation and easy banter <a href="http://twitter.com/contactnaveen">@twitter</a> and <a href="http://facebook.com/contactnaveen" target="_blank">@Facebook</a> is enhanced which stopped me from blogging! So blame it on twitter, Facebook or Friendfeed <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Recently I read an interesting piece of <a href="http://scobleizer.com/2009/06/28/real-time-systems-hurting-long-term-knowledge/" target="_blank">article</a> by <a href="http://twitter.com/scobleizer" target="_blank">Robert Scoble</a>. He says that &#8220;thought leaders should avoid spending a lot of time @twitter or @friendfeed because that time will be mostly wasted&#8221;. I totally agree with the fact that any micro-blogging site simply cannot replace a blog. I admit that blogging is not going away and 140 characters just isn&#8217;t enough!</p>
<p>I&#8217;ve decided to post something at least once a week. So if anyones still here, do check back soon. I&#8217;m back <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Naveen</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=161&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2010/09/30/im-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>
	</item>
		<item>
		<title>ReTweet button in webpage.</title>
		<link>http://contactnaveen.wordpress.com/2009/07/14/retweet-button-in-webpage/</link>
		<comments>http://contactnaveen.wordpress.com/2009/07/14/retweet-button-in-webpage/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:59:12 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=156</guid>
		<description><![CDATA[John Resig has released a Javascript solution for adding ReTweet buttons to the webpages. It makes use of Bit.ly JavaScript API for tracking the number of people visiting a blog post from Twitter. There are many such services available like Tweetmeme Button, Backtype Tweetcount which does the same, but JohnResig script is simple and straightforward [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=156&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>John Resig has released a Javascript solution for <span><a href="http://ejohn.org/blog/retweet/" target="_blank">adding ReTweet buttons</a></span> to the webpages. It makes use of <a href="http://code.google.com/p/bitly-api/wiki/JavascriptClientApiDocumentation">Bit.ly JavaScript API</a> for tracking the number of people visiting a blog post from Twitter. There are many such services available like <a href="http://help.tweetmeme.com/2009/04/06/tweetmeme-button/">Tweetmeme Button</a>, <a href="http://www.backtype.com/widgets/tweetcount">Backtype Tweetcount</a> which does the same, but JohnResig script is simple and straightforward and is interesting because of the following reasons</p>
<p><span></p>
<blockquote>
<ul>
<li><strong>Completely Unobtrusive</strong> You can place the script in the &lt;head&gt; of your document instead of inline. The other scripts rely upon document.write() and write out iframes into your document.</li>
<li><strong>Speed</strong> Retweet.js works completely asynchronously, loading data and updating the rendering as it comes in. This means that the buttons won&#8217;t block your page while they&#8217;re loading (unlike the other buttons).</li>
<li><strong>Pure HTML/CSS</strong> The result is just pure HTML styled with CSS &#8211; you can customize it however you wish, no images are required.</li>
<li><strong>Number of clicks, not retweets.</strong> The number of retweets may be interesting to some but it&#8217;s a poor indicator of actual traffic. Instead, the number of clicks coming in is shown instead (a much more useful number).</li>
<li><strong>You control the data</strong> All tracking works directly through Bit.ly, not a third party &#8211; this means that all the clicks and traffic can be stored straight in your bit.ly account, not some third parties.</li>
<li><strong>100% Open Source</strong> This script is released under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a> and is completely open to modification and redistribution. The full source is available <a href="http://github.com/jeresig/retweet/tree/master">on Github</a>.</li>
</ul>
</blockquote>
<p></span></p>
<p>Make use of this script to spread the message as Twitter has become a FREE marketing tool <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=156&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2009/07/14/retweet-button-in-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Aval appadi onrum azhagillai&#8221; from &#8220;Angadi Theru&#8221;</title>
		<link>http://contactnaveen.wordpress.com/2009/06/30/aval-appadi-onrum-azhagillai-from-angadi-theru/</link>
		<comments>http://contactnaveen.wordpress.com/2009/06/30/aval-appadi-onrum-azhagillai-from-angadi-theru/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 09:49:35 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[General Information]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=149</guid>
		<description><![CDATA[One of my friends suggested the song &#8220;Aval appadi onrum azhagillai&#8221; from &#8220;Angadi Theru&#8221;, pheeew what a song it turned out to be.. I keep on looping this song again and again and again #whiletrue. It is a slow and a very melodious song, which has multi-layered emotions ALL penned beautifully Listen to the song [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=149&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of my friends suggested the song &#8220;Aval appadi onrum azhagillai&#8221; from &#8220;Angadi Theru&#8221;, pheeew what a song it turned out to be.. I keep on looping this song again and again and again #whiletrue.</p>
<p>It is a slow and a very melodious song, which has multi-layered emotions ALL penned beautifully <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Listen to the song <span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='540' height='334' src='http://www.youtube.com/embed/snZjsVaif0k?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span></p>
<p>With the help of <a href="http://www.google.com/transliterate/indic/Tamil" target="_blank">transliterate tool</a> from Google, I drafted the lyrics</p>
<p>அவள் அப்படி ஒன்றும் அழகில்லை,<br />
அவளுக்கு யாரும் இணையில்லை,<br />
அவள் அப்படி ஒன்றும் கலர் இல்லை<br />
ஆனால் அது ஒரு குறை இல்லை</p>
<p>அவள் அப்படி ஒன்றும் அழகில்லை,<br />
அவளுக்கு யாரும் இணையில்லை,<br />
அவள் அப்படி ஒன்றும் கலர் இல்லை<br />
ஆனால் அது ஒரு குறை இல்லை</p>
<p>அவள் பெரிதாய் ஒன்றும் படிக்கவில்லை<br />
அவளை படித்தேன் முடிக்கவில்லை<br />
அவள் உடுத்தும் உடைகள் பிடிக்கவில்லை<br />
இருந்தும் கவனிக்க மறுக்கவில்லை</p>
<p>அவள் அப்படி ஒன்றும் அழகில்லை,<br />
அவளுக்கு யாரும் இணையில்லை,<br />
அவள் அப்படி ஒன்றும் கலர் இல்லை<br />
ஆனால் அது ஒரு குறை இல்லை</p>
<p>ந நா&#8230;ந நா</p>
<p>அவள் நாய் குட்டி எதுவும் வளர்க்கவில்லை<br />
நான் காவல் இருந்தால் தடுக்கவில்லை<br />
அவள் பொம்மைகள் அணைத்து உறங்கவில்லை<br />
நான் பொம்மை போலே பிறக்கவில்லை</p>
<p>அவள் கூந்தல் ஒன்றும் நீளமில்லை<br />
அந்த காட்டில் தொலைந்தேன் மீளவில்லை<br />
அவள் கை விரல் மோதிர தங்க விலை<br />
கை பிடித்திடும் ஆசை தூங்கவில்லை</p>
<p>அவள் சொந்தம் இன்றி எதுவுமில்லை<br />
எனக்கு எதுவுமில்லை</p>
<p>அவள் அப்படி ஒன்றும் அழகில்லை,<br />
அவளுக்கு யாரும் இணையில்லை,<br />
அவள் அப்படி ஒன்றும் கலர் இல்லை<br />
ஆனால் அது ஒரு குறை இல்லை</p>
<p>&#8230; (மியூசிக்) ஆத் ஆஆதா</p>
<p>அவள் பட்டு புடிவை என்றும் அணிந்ததில்லை<br />
அவள் சுடிதார் போல எதுவும் சிறந்ததில்லை<br />
அவள் திட்டும் போதும் வலிக்கவில்லை<br />
அந்த அக்கறை போலே வேறுஇல்லை</p>
<p>அவள் வாசம் ரோஜா வாசவிலை<br />
அவள் இல்லாமல் சுவாசம் இல்லை<br />
அவள் சொந்தம் பந்தம் எதுவும் இல்லை<br />
அவள் சொந்தம் இன்றி எதுவும் இல்லை<br />
அவள் சொந்தம் இன்றி எதுவும் இல்லை<br />
எனக்கு எதுவும் இல்லை</p>
<p>அவள் அப்படி ஒன்றும் அழகில்லை,<br />
அவளுக்கு யாரும் இணையில்லை,<br />
அவள் அப்படி ஒன்றும் கலர் இல்லை<br />
ஆனால் அது ஒரு குறை இல்லை</p>
<p>அவள் பெரிதாய் ஒன்றும் படிக்கவில்லை<br />
அவளை படித்தேன் முடிக்கவில்லை<br />
அவள் உடுத்தும் உடைகள் பிடிக்கவில்லை<br />
இருந்தும் கவனிக்க மறுக்கவில்லை</p>
<p>Thanks to Vijay Antony for such a  breezy song with poetic lyrics <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=149&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2009/06/30/aval-appadi-onrum-azhagillai-from-angadi-theru/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Take Zoho everywhere with Zoho Gadgets</title>
		<link>http://contactnaveen.wordpress.com/2009/04/17/take-zoho-everywhere-with-zoho-gadgets/</link>
		<comments>http://contactnaveen.wordpress.com/2009/04/17/take-zoho-everywhere-with-zoho-gadgets/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 12:00:03 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[Zoho]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=142</guid>
		<description><![CDATA[We&#8217;ve launched gadgets for Zoho with the intent to connect Zoho applications with the external applications. To start with, we are offering the following six Zoho gadgets. Zoho Docs (Including Writer, Sheet &#38; Show) Zoho Mail Zoho Calendar Zoho Tasks Zoho Contacts and Zoho Planner Going forward, we do have plans to offer even more [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=142&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve launched gadgets for Zoho with the intent to connect Zoho applications with the external applications. To start with, we are offering the following six Zoho gadgets.</p>
<ul>
<li>Zoho Docs (Including Writer, Sheet &amp; Show)</li>
<li>Zoho Mail</li>
<li>Zoho Calendar</li>
<li>Zoho Tasks</li>
<li>Zoho Contacts and</li>
<li>Zoho Planner</li>
</ul>
<div class="wp-caption alignnone" style="width: 610px"><img title="Zoho Gadgets" src="http://blogs.zoho.com/image/13000000160237/gadgets.jpg" alt="Zoho Gadgets" width="600" height="754" /><p class="wp-caption-text">Zoho Gadgets</p></div>
<p>Going forward, we do have plans to offer even more gadgets for their other applications.</p>
<p>The gadgets are <a href="http://en.wikipedia.org/wiki/OpenSocial">OpenSocial</a> compatible which means you can use these gadgets in any OpenSocial compatible network like iGoogle, Myspace, Blogspot etc., As these gadgets support the authorization standard <a id="yndb" title="OAuth" href="http://oauth.net/">OAuth</a>, you need not enter Zoho login information to access them while you’re in iGoogle or GMail.</p>
<p>Also the gadgets can be embeded in Zoho applications like Zoho Notebook, Wiki, Writer, Show etc., with our standard embed option.</p>
<p>The following Media/blog has covered about ZGadgets release:</p>
<ul>
<li><a href="http://www.readwriteweb.com/archives/zoho_launches_gadgets.php" target="_blank">http://www.readwriteweb.com/archives/zoho_launches_gadgets.php</a></li>
<li><a href="http://venturebeat.com/2009/04/16/add-zoho-to-other-sites-with-zoho-gadgets/" target="_blank">http://venturebeat.com/2009/04/16/add-zoho-to-other-sites-with-zoho-gadgets/</a></li>
<li><a href="http://mashable.com/2009/04/16/zoho-gadgets/" target="_blank">http://mashable.com/2009/04/16/zoho-gadgets/</a></li>
<li><a href="http://blogs.zdnet.com/BTL/?p=16442" target="_blank">http://blogs.zdnet.com/BTL/?p=16442</a></li>
<li><a href="http://www.centernetworks.com/zoho-gadgets" target="_blank">http://www.centernetworks.com/zoho-gadgets</a></li>
<li><a href="http://lifehacker.com/5214698/zoho-gadgets-put-your-web-work-nearly-anywhere" target="_blank">http://lifehacker.com/5214698/zoho-gadgets-put-your-web-work-nearly-anywhere</a></li>
<li><a href="http://www.gadgetell.com/tech/comment/zoho-gagdets-come-to-facebook-and-iGoogle/" target="_blank">http://www.gadgetell.com/tech/comment/zoho-gagdets-come-to-facebook-and-iGoogle/</a></li>
<li><a href="http://www.cio.com/article/489663/Zoho_Apps_Can_Now_Be_Embedded_As_Gadgets" target="_blank">http://www.cio.com/article/489663/Zoho_Apps_Can_Now_Be_Embedded_As_Gadgets</a></li>
<li><a href="http://blogs.bnet.com/businesstips/?p=3350" target="_blank">http://blogs.bnet.com/businesstips/?p=3350</a></li>
<li><a href="http://www.appscout.com/2009/04/zoho_intros_widgets_for_igoogl.php" target="_blank">http://www.appscout.com/2009/04/zoho_intros_widgets_for_igoogl.php</a></li>
<li><a href="http://descary.com/integrez-zoho-partout-avec-zoho-gadgets/" target="_blank">http://descary.com/integrez-zoho-partout-avec-zoho-gadgets/</a></li>
<li><a href="http://www.cloudave.com/link/mohammed-the-mountain-and-zoho-gadgets-gmail-google-facebook" target="_blank">http://www.cloudave.com/link/mohammed-the-mountain-and-zoho-gadgets-gmail-google-facebook</a></li>
</ul>
<p>Also there are flurry of <a href="http://search.twitter.com/search?q=Zoho+Gadgets" target="_blank">tweets</a> abt Zoho Gadgets with the tag line &#8220;T<span class="msgtxt en">ake <strong>Zoho</strong> Apps Anywhere With <strong>Gadgets</strong>&#8221; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />
</span></p>
<p>Please do give <a href="http://gadgets.zoho.com">ZG<span>adgets</span></a> a go and let me know your feedback</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=142&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2009/04/17/take-zoho-everywhere-with-zoho-gadgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>

		<media:content url="http://blogs.zoho.com/image/13000000160237/gadgets.jpg" medium="image">
			<media:title type="html">Zoho Gadgets</media:title>
		</media:content>
	</item>
		<item>
		<title>Cracking Captcha in Javascript!</title>
		<link>http://contactnaveen.wordpress.com/2009/01/24/ocr-and-neural-nets-in-javascript/</link>
		<comments>http://contactnaveen.wordpress.com/2009/01/24/ocr-and-neural-nets-in-javascript/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 09:36:23 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[General Information]]></category>
		<category><![CDATA[Captcha]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[John Resig]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=137</guid>
		<description><![CDATA[Cracking captcha in Javascript: Yes you read it right   Now it is proved that captcha can be cracked by writing an OCR engine using Neural Nets in Javascript. ShaunF has written a GreaseMonkey script that automatically solves the captcha provided by the site Megaupload. Click here to check out the online demo of this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=137&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Cracking captcha in Javascript: Yes you read it right <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Now it is proved that captcha can be cracked by writing an OCR engine using Neural Nets in Javascript.</p>
<p><a href="http://userscripts.org/users/75251">ShaunF</a> has written a <a href="http://userscripts.org/scripts/review/38736" target="_blank">GreaseMonkey script</a> that automatically solves the captcha provided by the site <a href="http://www.megaupload.com/" target="_blank">Megaupload</a>.</p>
<p>Click <a href="http://herecomethelizards.co.uk/mu_captcha/" target="_blank">here</a> to check out the online demo of this hack.</p>
<p>John Resig dissects the neural network Javascript OCR captcha code and <a href="http://ejohn.org/blog/ocr-and-neural-nets-in-javascript/" target="_blank">explained</a> how the hack works.</p>
<ol>
<li>The HTML 5 Canvas <a href="http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-getimagedata">getImageData</a> API is used to get at the pixel data from the Captcha image. Canvas gives you the ability to embed an image into a canvas (from which you can later extract the pixel data back out again).</li>
<li>The script includes an implementation of a <a href="http://en.wikipedia.org/wiki/Artificial_neural_network">neural network</a>, written in pure JavaScript.</li>
<li>The pixel data, extracted from the image using Canvas, is fed into the neural network in an attempt to divine the exact characters being used &#8211; in a sort of crude form of <a href="http://en.wikipedia.org/wiki/Optical_character_recognition">Optical Character Recognition (OCR)</a>.</li>
</ol>
<p>On the related note,  sometime back I&#8217;ve written a post on  &#8220;<a href="http://contactnaveen.wordpress.com/2007/07/22/is-captcha-secure/" target="_blank">Is Captcha Secure</a>?&#8221;</p>
<p>Now it is proved that Captcha isn&#8217;t Secure.  Thanks to <a href="http://userscripts.org/users/75251">ShaunF</a> for his amazing piece of Javascript code <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Naveen. V</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=137&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2009/01/24/ocr-and-neural-nets-in-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>
	</item>
		<item>
		<title>JQuery1.3 released</title>
		<link>http://contactnaveen.wordpress.com/2009/01/14/jquery13-released/</link>
		<comments>http://contactnaveen.wordpress.com/2009/01/14/jquery13-released/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 17:56:56 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[General Information]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=132</guid>
		<description><![CDATA[Few months back I&#8217;ve started using JQuery whenever I handle any client-side code. I was pleased with the way it worked and has written a post &#8220;JQuery Rocks&#8220;. Today John Resig team has done a major release of JQuery 1.3. The major features of this release are Sizzle: A sizzlin’ hot CSS selector engine. Live [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=132&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Few months back I&#8217;ve started using JQuery whenever I handle any client-side code. I was pleased with the way it worked and has written a post &#8220;<a href="http://contactnaveen.wordpress.com/2008/09/09/124/" target="_blank">JQuery Rocks</a>&#8220;.</p>
<p>Today John Resig team has done a major release of JQuery 1.3. The major features of this release are</p>
<ul>
<li>Sizzle: A sizzlin’ hot CSS selector engine.</li>
<li>Live Events: Event delegation with a jQuery twist.</li>
<li>jQuery Event Overhaul: Completely rewired to simplify event handling.</li>
<li>HTML Injection Rewrite: Lightning-fast HTML appending.</li>
<li>Offset Rewrite: Super-quick position calculation.</li>
<li>No More Browser Sniffing: Using feature detection to help jQuery last for many more years to come.</li>
</ul>
<p>The full details of this release can be seen <a href="http://docs.jquery.com/Release:jQuery_1.3" target="_blank">here</a> and the JQuery minified code can be downloaded <a href="http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.min.js" target="_blank">here</a></p>
<p>You can hit &#8220;<a href="http://api.jquery.com" target="_blank">http://api.jquery.com</a>&#8221; to see the latest JQuery and JQuery UI documentation. It has the live running examples and the links to edit and experiment with the code examples given.</p>
<p>Also most importantly, this API site is also available offline as Adobe AIR application. Click <a href="http://api.jquery.com/download/jquery-api-browser.air" target="_blank">here</a> to download and install AIR API browser.</p>
<p>I&#8217;m really excited to try out the new features in the release. If time permits <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I will be playing with JQuery in the next couple of days and will try to integrate it in my existing codebase.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=132&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2009/01/14/jquery13-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>
	</item>
		<item>
		<title>Zoho Mail officially released!</title>
		<link>http://contactnaveen.wordpress.com/2008/10/10/zoho-mail-officially-released/</link>
		<comments>http://contactnaveen.wordpress.com/2008/10/10/zoho-mail-officially-released/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 15:57:26 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[Zoho]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Zoho Mail]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=128</guid>
		<description><![CDATA[Zoho has officially released the most waited ZMail application with Offline and Mobile capabilities! Since I&#8217;m using Twitter in the recent days, I&#8217;ve become a luver of microblogging and write below 140 characters So for more information about the ZMail release check this out.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=128&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://zoho.com" target="_blank">Zoho</a> has officially released the most waited <a href="http://mail.zoho.com" target="_blank">ZMail</a> application with Offline and Mobile capabilities!</p>
<p>Since I&#8217;m using <a href="http://twitter.com/contactnaveen/" target="_blank">Twitter</a> in the recent days, I&#8217;ve become a luver of microblogging and write below 140 characters <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So for more information about the ZMail release check <a href="http://blogs.zoho.com/general/zoho-mail-launches-with-offline-support/" target="_blank">this</a> out.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=128&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2008/10/10/zoho-mail-officially-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>
	</item>
		<item>
		<title>JQuery Rocks !!!</title>
		<link>http://contactnaveen.wordpress.com/2008/09/09/124/</link>
		<comments>http://contactnaveen.wordpress.com/2008/09/09/124/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 13:13:24 +0000</pubDate>
		<dc:creator>contactnaveen</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://contactnaveen.wordpress.com/?p=124</guid>
		<description><![CDATA[I&#8217;ve been playing with JQuery, a Javascript Library for quite sometime and I&#8217;m pleased with the way JQuery works! It really reduces the burden of writing unnecssary JS code Let me brief of what exactly JQuery does and how to make use of it. JQuery is an open source project, created by John Resig in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=124&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with JQuery, a Javascript Library for quite sometime and I&#8217;m pleased with the way JQuery works! It really reduces the burden of writing unnecssary JS code <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Let me brief of what exactly JQuery does and how to make use of it.</p>
<p>JQuery is an open source project, created by John Resig in early 2006. It is very lightweight and provides a wide range of features with cross-platform capability all in a single JS file.</p>
<p>The following can be achieved with the help of JQuery:</p>
<ul>
<li>DOM traversal/selection</li>
<li>Add effects/animation to the webpage</li>
<li>Ajax capability (Retrieving an information from the server without reloading the page)</li>
<li>Modify the appearance of the page (CSS manipulation)</li>
<li>Offers a variety of JS plugins which can be seen <a id="e6l_" title="here" href="http://plugins.jquery.com/">here</a>.</li>
</ul>
<p>The above features exist in just a single 15KB file which can be downloaded <a id="jx94" title="here" href="http://jquery.com/">here</a>.  The JS is dual licensed under GNU Public license and MIT license.</p>
<p>If you are new to JS programming u can check out JQuery documentation <a id="s9xu" title="here" href="http://docs.jquery.com/Main_Page">here</a>.</p>
<p>Jesse Skinner has written an example on <a id="fpi117" href="http://www-128.ibm.com/developerworks/library/x-ajaxjquery.html">Simplify Ajax development with jQuery</a></p>
<p>Im now completely sold on JQuery. Thanks to John Resig for his excellent work <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In my upcoming  posts I will try to explain the main features of JQuery with simple example. Keep watching this space to know more on JQuery <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/contactnaveen.wordpress.com/124/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/contactnaveen.wordpress.com/124/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/contactnaveen.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/contactnaveen.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/contactnaveen.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/contactnaveen.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/contactnaveen.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/contactnaveen.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/contactnaveen.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/contactnaveen.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/contactnaveen.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/contactnaveen.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/contactnaveen.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/contactnaveen.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/contactnaveen.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/contactnaveen.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=contactnaveen.wordpress.com&amp;blog=424154&amp;post=124&amp;subd=contactnaveen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://contactnaveen.wordpress.com/2008/09/09/124/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/87c04aecc0be072b0e0b0ee3f82a0ba5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">contactnaveen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
