<?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>Need is the mother of invention ...</title>
	<atom:link href="http://mkbansal.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mkbansal.wordpress.com</link>
	<description>A blog for technical guys, but i also like some fun</description>
	<lastBuildDate>Tue, 06 Jan 2009 15:15:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='mkbansal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8b88448475bb4f46ebec6f9ce94ad607?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Need is the mother of invention ...</title>
		<link>http://mkbansal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mkbansal.wordpress.com/osd.xml" title="Need is the mother of invention &#8230;" />
		<item>
		<title>The World&#8217;s Greatest Business Mind</title>
		<link>http://mkbansal.wordpress.com/2009/01/06/the-worlds-greatest-business-mind/</link>
		<comments>http://mkbansal.wordpress.com/2009/01/06/the-worlds-greatest-business-mind/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:15:11 +0000</pubDate>
		<dc:creator>mkbansal</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://mkbansal.wordpress.com/?p=42</guid>
		<description><![CDATA[Watch and enjoy
http://www.worldsgreatestbusinessmind.com/20090104-Mohit-Bansal-create.html&#38;WT.mc_id=WGBM&#124;Create
Posted in Technical       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mkbansal.wordpress.com&blog=4130360&post=42&subd=mkbansal&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mkbansal.wordpress.com/2009/01/06/the-worlds-greatest-business-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3d1d924cfbe69f4b097ddab513aff81?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkbansal</media:title>
		</media:content>
	</item>
		<item>
		<title>XML Parsing &#8211; Server-Side vs. Client-Side</title>
		<link>http://mkbansal.wordpress.com/2008/08/20/xml-parsing-server-side-vs-client-side/</link>
		<comments>http://mkbansal.wordpress.com/2008/08/20/xml-parsing-server-side-vs-client-side/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 06:50:29 +0000</pubDate>
		<dc:creator>mkbansal</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xml parsing]]></category>

		<guid isPermaLink="false">http://mkbansal.wordpress.com/?p=37</guid>
		<description><![CDATA[Server-side XML gives us even more power then Client-side XML processing. For example, since the processing is done on the server, only the results are sent to the client, so we don&#8217;t have to worry about making our code cross-browser compatible. It is true that processing XML on the server-side transfers some of the load [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mkbansal.wordpress.com&blog=4130360&post=37&subd=mkbansal&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mkbansal.wordpress.com/2008/08/20/xml-parsing-server-side-vs-client-side/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3d1d924cfbe69f4b097ddab513aff81?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkbansal</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax using JQuery</title>
		<link>http://mkbansal.wordpress.com/2008/07/27/ajax-using-jquery/</link>
		<comments>http://mkbansal.wordpress.com/2008/07/27/ajax-using-jquery/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 15:15:11 +0000</pubDate>
		<dc:creator>mkbansal</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://mkbansal.wordpress.com/?p=32</guid>
		<description><![CDATA[Using JQuery, we can simply make Ajax call. JQuery provides us simple methods to make Ajax call using GET or POST. We can use any of these HTTP methods to make Ajax request using JQuery.
1. $.get() : Load a remote page using an HTTP GET request.
Syntax: $.get(String url, Map params, Function callback) returns XMLHttpRequest
Example 1: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mkbansal.wordpress.com&blog=4130360&post=32&subd=mkbansal&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mkbansal.wordpress.com/2008/07/27/ajax-using-jquery/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3d1d924cfbe69f4b097ddab513aff81?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkbansal</media:title>
		</media:content>
	</item>
		<item>
		<title>JQuery script to change the alt attribute of all images</title>
		<link>http://mkbansal.wordpress.com/2008/07/27/jquery-script-to-change-the-alt-attribute-of-all-images/</link>
		<comments>http://mkbansal.wordpress.com/2008/07/27/jquery-script-to-change-the-alt-attribute-of-all-images/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 07:40:59 +0000</pubDate>
		<dc:creator>mkbansal</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[change alt]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image alt]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://mkbansal.wordpress.com/?p=24</guid>
		<description><![CDATA[This is a small script, which change the alt attribute of all img (images) tags on the page:
$(document).ready(function() {
$(&#8220;img&#8221;).each(function(i)   {
this.alt = &#8216;your new alt text&#8217;;
} );
})
Another complex script, which change the alt attribute of all img (images) tags on the page, to the title of the page, if the alt attribute is not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mkbansal.wordpress.com&blog=4130360&post=24&subd=mkbansal&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mkbansal.wordpress.com/2008/07/27/jquery-script-to-change-the-alt-attribute-of-all-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3d1d924cfbe69f4b097ddab513aff81?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkbansal</media:title>
		</media:content>
	</item>
		<item>
		<title>Joke &#124; Current situation of s/w professionals &#124; Girl looking for groom</title>
		<link>http://mkbansal.wordpress.com/2008/07/25/joke-current-situation-of-sw-professionals-girl-looking-for-groom/</link>
		<comments>http://mkbansal.wordpress.com/2008/07/25/joke-current-situation-of-sw-professionals-girl-looking-for-groom/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 14:57:49 +0000</pubDate>
		<dc:creator>mkbansal</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Joke]]></category>

		<guid isPermaLink="false">http://mkbansal.wordpress.com/?p=18</guid>
		<description><![CDATA[



 Vidhya: hey!  what is the matter you have called up all of  a sudden?
Nithya : do  u remember that my parents gave my horoscope, to search for a suitable match, to many people? So  many horoscopes of the groom has come.. in that 4-5 seems to match.. I don&#8217;t  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mkbansal.wordpress.com&blog=4130360&post=18&subd=mkbansal&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mkbansal.wordpress.com/2008/07/25/joke-current-situation-of-sw-professionals-girl-looking-for-groom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3d1d924cfbe69f4b097ddab513aff81?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkbansal</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Jquery ?</title>
		<link>http://mkbansal.wordpress.com/2008/07/24/why-jquery/</link>
		<comments>http://mkbansal.wordpress.com/2008/07/24/why-jquery/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 15:23:39 +0000</pubDate>
		<dc:creator>mkbansal</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://mkbansal.wordpress.com/?p=11</guid>
		<description><![CDATA[There have been a whole bunch of posts on this blog about the differences in code size between jQuery and Prototype. The basic premise of those posts (which I agree with) is that because of the way jQuery code is structured, all sorts of typical Javascript design patterns are rendered shorter and simpler in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mkbansal.wordpress.com&blog=4130360&post=11&subd=mkbansal&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mkbansal.wordpress.com/2008/07/24/why-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3d1d924cfbe69f4b097ddab513aff81?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkbansal</media:title>
		</media:content>
	</item>
		<item>
		<title>Interesting behavior of Umlaut characters</title>
		<link>http://mkbansal.wordpress.com/2008/07/24/interesting-behavior-of-umlaut-characters/</link>
		<comments>http://mkbansal.wordpress.com/2008/07/24/interesting-behavior-of-umlaut-characters/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 10:02:30 +0000</pubDate>
		<dc:creator>mkbansal</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[c#.net]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Umlaut characters]]></category>
		<category><![CDATA[vb.net]]></category>
		<category><![CDATA[vbscript]]></category>

		<guid isPermaLink="false">http://mkbansal.wordpress.com/?p=3</guid>
		<description><![CDATA[I found an interesting behavior with umlaut characters (ö,ü …). When we calculate the length of a string having umlaut characters (using string length function), different language compilers gives the different results.
I did some testing in some programming &#38; scripting languages, and got some interesting results. Have a look
Java 5:
&#8220;ü&#8221;.length();     //output [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mkbansal.wordpress.com&blog=4130360&post=3&subd=mkbansal&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://mkbansal.wordpress.com/2008/07/24/interesting-behavior-of-umlaut-characters/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3d1d924cfbe69f4b097ddab513aff81?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkbansal</media:title>
		</media:content>
	</item>
	</channel>
</rss>