<?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>Vinothbabu's Desk! &#187; My World</title>
	<atom:link href="http://vinothbabu.com/category/my-world/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinothbabu.com</link>
	<description>When Smart is Dumb</description>
	<lastBuildDate>Fri, 16 Jul 2010 10:14:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating flex components in runtime using XML</title>
		<link>http://vinothbabu.com/2010/05/18/creating-flex-components-in-runtime-using-xml/</link>
		<comments>http://vinothbabu.com/2010/05/18/creating-flex-components-in-runtime-using-xml/#comments</comments>
		<pubDate>Tue, 18 May 2010 20:36:22 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=296</guid>
		<description><![CDATA[Today i was going through an requirement on how to create components in runtime where we have parse an XML as input and then create components in the stage. Live Demo Application source]]></description>
			<content:encoded><![CDATA[<p><img src='http://vinothbabu.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/296.png&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>Today i was going through an requirement on how to create components in runtime where we have parse an XML as input and then create components in the stage.<span id="more-296"></span><div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">Code block</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://vinothbabu.com/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://vinothbabu.com/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://vinothbabu.com/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://vinothbabu.com/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><span class="sy0">&lt;?</span>xml <span class="kw7">version</span>=<span class="st0">&quot;1.0&quot;</span> encoding=<span class="st0">&quot;utf-8&quot;</span><span class="sy0">?&gt;</span><br />
<span class="sy0">&lt;</span>mx<span class="sy0">:</span>Application xmlns<span class="sy0">:</span>mx=<span class="st0">&quot;http://www.adobe.com/2006/mxml&quot;</span><br />
&nbsp;creationComplete=<span class="st0">&quot;creationCompleteHandler()&quot;</span><span class="sy0">&gt;</span><br />
<br />
&nbsp;<span class="sy0">&lt;</span>mx<span class="sy0">:</span>Script<span class="sy0">&gt;</span><br />
&nbsp;<span class="sy0">&lt;!</span><span class="br0">&#91;</span>CDATA<span class="br0">&#91;</span><br />
<br />
&nbsp;<span class="kw1">import</span> <span class="kw6">flash.display</span><span class="sy0">.</span><a href="http://www.google.com/search?q=displayobject%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:displayobject.html"><span class="kw5">DisplayObject</span></a><span class="sy0">;</span><br />
&nbsp;<span class="kw1">import</span> mx<span class="sy0">.</span>core<span class="sy0">.</span>UIComponent<span class="sy0">;</span><br />
&nbsp;<span class="kw1">import</span> mx<span class="sy0">.</span>controls<span class="sy0">.</span>ComboBox<span class="sy0">;</span> ComboBox<span class="sy0">;</span><br />
&nbsp;<span class="kw1">import</span> mx<span class="sy0">.</span>controls<span class="sy0">.</span>RadioButton<span class="sy0">;</span> RadioButton<span class="sy0">;</span><br />
&nbsp;<span class="kw1">import</span> mx<span class="sy0">.</span>controls<span class="sy0">.</span>CheckBox<span class="sy0">;</span> CheckBox<span class="sy0">;</span><br />
&nbsp;<span class="kw1">import</span> mx<span class="sy0">.</span>controls<span class="sy0">.</span>TextArea<span class="sy0">;</span> TextArea<span class="sy0">;</span><br />
<br />
&nbsp;<span class="kw1">protected</span> <span class="kw3">function</span> creationCompleteHandler<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">:</span><span class="kw1">void</span><br />
&nbsp;<span class="br0">&#123;</span><br />
&nbsp;<span class="kw2">var</span> components<span class="sy0">:</span><a href="http://www.google.com/search?q=array%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:array.html"><span class="kw5">Array</span></a> = getComponentsFromXML<span class="br0">&#40;</span>xml<span class="sy0">.</span>component<span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> i<span class="sy0">:</span><a href="http://www.google.com/search?q=int%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:int.html"><span class="kw5">int</span></a> = <span class="nu0">0</span><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> n<span class="sy0">:</span><a href="http://www.google.com/search?q=int%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:int.html"><span class="kw5">int</span></a> = components<span class="sy0">.</span><span class="kw7">length</span><span class="sy0">;</span><br />
&nbsp;<span class="kw1">for</span> <span class="br0">&#40;</span>i<span class="sy0">;</span> i <span class="sy0">&lt;</span> n<span class="sy0">;</span> i<span class="sy0">++</span><span class="br0">&#41;</span><br />
&nbsp;<span class="br0">&#123;</span><br />
&nbsp;panel<span class="sy0">.</span><span class="kw7">addChild</span><span class="br0">&#40;</span>components<span class="br0">&#91;</span>i<span class="br0">&#93;</span> <span class="kw1">as</span> <a href="http://www.google.com/search?q=displayobject%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:displayobject.html"><span class="kw5">DisplayObject</span></a><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="br0">&#125;</span><br />
&nbsp;<span class="br0">&#125;</span><br />
<br />
&nbsp;<span class="coMULTI">/**<br />
&nbsp;*  Parses an XML string, returns array of new components.<br />
&nbsp;*/</span><br />
&nbsp;<span class="kw1">public</span> <span class="kw3">function</span> getComponentsFromXML<span class="br0">&#40;</span>components<span class="sy0">:</span><a href="http://www.google.com/search?q=xmllist%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:xmllist.html"><span class="kw5">XMLList</span></a><span class="br0">&#41;</span><span class="sy0">:</span><a href="http://www.google.com/search?q=array%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:array.html"><span class="kw5">Array</span></a><br />
&nbsp;<span class="br0">&#123;</span><br />
&nbsp;<span class="kw2">var</span> result<span class="sy0">:</span><a href="http://www.google.com/search?q=array%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:array.html"><span class="kw5">Array</span></a> = <span class="br0">&#91;</span><span class="br0">&#93;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> <span class="kw7">child</span><span class="sy0">:</span><a href="http://www.google.com/search?q=object%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:object.html"><span class="kw5">Object</span></a><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> component<span class="sy0">:</span>UIComponent<span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> <span class="kw7">type</span><span class="sy0">:</span><a href="http://www.google.com/search?q=string%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:string.html"><span class="kw5">String</span></a><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> clazz<span class="sy0">:</span><a href="http://www.google.com/search?q=class%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:class.html"><span class="kw5">Class</span></a><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> i<span class="sy0">:</span><a href="http://www.google.com/search?q=int%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:int.html"><span class="kw5">int</span></a> = <span class="nu0">0</span><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> n<span class="sy0">:</span><a href="http://www.google.com/search?q=int%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:int.html"><span class="kw5">int</span></a> = components<span class="sy0">.</span><span class="kw7">length</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw1">for</span> <span class="br0">&#40;</span>i<span class="sy0">;</span> i <span class="sy0">&lt;</span> n<span class="sy0">;</span> i<span class="sy0">++</span><span class="br0">&#41;</span><br />
&nbsp;<span class="br0">&#123;</span><br />
&nbsp;<span class="kw7">child</span> = components<span class="br0">&#91;</span>i<span class="br0">&#93;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw7">type</span> = <span class="kw7">child</span><span class="sy0">.</span>@<span class="kw7">type</span><span class="sy0">;</span><br />
&nbsp;<span class="kw1">try</span> <span class="br0">&#123;</span><br />
&nbsp;clazz = <span class="kw6">flash.utils</span><span class="sy0">.</span><span class="kw7">getDefinitionByName</span><span class="br0">&#40;</span><span class="kw7">type</span><span class="br0">&#41;</span> <span class="kw1">as</span> <a href="http://www.google.com/search?q=class%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:class.html"><span class="kw5">Class</span></a><span class="sy0">;</span><br />
&nbsp;<span class="br0">&#125;</span> <span class="kw1">catch</span> <span class="br0">&#40;</span><span class="kw7">error</span><span class="sy0">:</span><a href="http://www.google.com/search?q=referenceerror%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:referenceerror.html"><span class="kw5">ReferenceError</span></a><span class="br0">&#41;</span> <span class="br0">&#123;</span><br />
&nbsp;traceImportError<span class="br0">&#40;</span><span class="kw7">type</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="br0">&#125;</span><br />
<br />
&nbsp;component = <span class="kw1">new</span> clazz<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span> <span class="co1">// dynamic</span><br />
<br />
&nbsp;<span class="kw2">var</span> properties<span class="sy0">:</span><a href="http://www.google.com/search?q=xmllist%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:xmllist.html"><span class="kw5">XMLList</span></a> = <span class="kw7">child</span><span class="sy0">.</span><span class="kw7">elements</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> property<span class="sy0">:</span><a href="http://www.google.com/search?q=xml%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:xml.html"><span class="kw5">XML</span></a><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> <span class="kw7">name</span><span class="sy0">:</span><a href="http://www.google.com/search?q=string%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:string.html"><span class="kw5">String</span></a><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> <span class="kw7">value</span><span class="sy0">:</span><a href="http://www.google.com/search?q=object%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:object.html"><span class="kw5">Object</span></a><span class="sy0">;</span><br />
<br />
&nbsp;<span class="co1">// for each child node</span><br />
&nbsp;<span class="kw1">for</span> <span class="kw1">each</span> <span class="br0">&#40;</span>property <span class="kw1">in</span> properties<span class="br0">&#41;</span><br />
&nbsp;<span class="br0">&#123;</span><br />
&nbsp;<span class="kw7">name</span> = property<span class="sy0">.</span><span class="kw7">localName</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw7">value</span> = property<span class="sy0">.</span><span class="kw7">toString</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="co1">// create a more generic method to convert</span><br />
&nbsp;<span class="co1">// strings to numbers and whatnot</span><br />
&nbsp;<span class="co1">// this is a regular expression matching any digit</span><br />
&nbsp;<span class="co1">// check out rubular.com</span><br />
&nbsp;<span class="kw1">if</span> <span class="br0">&#40;</span><span class="co2">/\d+/</span><span class="sy0">.</span><span class="kw7">test</span><span class="br0">&#40;</span><span class="kw7">value</span><span class="sy0">.</span><span class="kw7">toString</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><br />
&nbsp;<span class="kw7">value</span> = <a href="http://www.google.com/search?q=number%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:number.html"><span class="kw5">Number</span></a><span class="br0">&#40;</span><span class="kw7">value</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
<br />
&nbsp;<span class="kw1">if</span> <span class="br0">&#40;</span>property<span class="sy0">.</span><span class="kw7">attribute</span><span class="br0">&#40;</span><span class="st0">&quot;isStyle&quot;</span><span class="br0">&#41;</span> == <span class="st0">&quot;true&quot;</span><span class="br0">&#41;</span><br />
&nbsp;component<span class="sy0">.</span><span class="kw7">setStyle</span><span class="br0">&#40;</span><span class="kw7">name</span><span class="sy0">,</span> <span class="kw7">value</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw1">else</span><br />
&nbsp;component<span class="br0">&#91;</span><span class="kw7">name</span><span class="br0">&#93;</span> = <span class="kw7">value</span><span class="sy0">;</span><br />
&nbsp;<span class="br0">&#125;</span><br />
&nbsp;result<span class="sy0">.</span><span class="kw7">push</span><span class="br0">&#40;</span>component<span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="br0">&#125;</span><br />
&nbsp;<span class="kw1">return</span> result<span class="sy0">;</span><br />
&nbsp;<span class="br0">&#125;</span><br />
<br />
&nbsp;<span class="kw1">protected</span> <span class="kw3">function</span> traceImportError<span class="br0">&#40;</span><span class="kw7">type</span><span class="sy0">:</span><a href="http://www.google.com/search?q=string%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:string.html"><span class="kw5">String</span></a><span class="br0">&#41;</span><span class="sy0">:</span><span class="kw1">void</span><br />
&nbsp;<span class="br0">&#123;</span><br />
&nbsp;<span class="kw7">trace</span><span class="br0">&#40;</span><span class="st0">&quot;Please include the class '&quot;</span> <span class="sy0">+</span> <span class="kw7">type</span> <span class="sy0">+</span> <span class="st0">&quot;' in the swf.&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> <span class="kw7">names</span><span class="sy0">:</span><a href="http://www.google.com/search?q=array%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:array.html"><span class="kw5">Array</span></a> = <span class="kw7">type</span><span class="sy0">.</span><span class="kw7">split</span><span class="br0">&#40;</span><span class="st0">&quot;.&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw2">var</span> last<span class="sy0">:</span><a href="http://www.google.com/search?q=string%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:string.html"><span class="kw5">String</span></a> = <span class="kw7">names</span><span class="br0">&#91;</span><span class="kw7">names</span><span class="sy0">.</span><span class="kw7">length</span> <span class="sy0">-</span> 1<span class="br0">&#93;</span><span class="sy0">;</span><br />
&nbsp;<span class="kw7">trace</span><span class="br0">&#40;</span><span class="st0">&quot;import &quot;</span> <span class="sy0">+</span> <span class="kw7">type</span> <span class="sy0">+</span> <span class="st0">&quot;; &quot;</span> <span class="sy0">+</span> last <span class="sy0">+</span> <span class="st0">&quot;;&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
&nbsp;<span class="br0">&#125;</span><br />
<br />
&nbsp;<span class="br0">&#93;</span><span class="br0">&#93;</span><span class="sy0">&gt;</span><br />
&nbsp;<span class="sy0">&lt;/</span>mx<span class="sy0">:</span>Script<span class="sy0">&gt;</span><br />
<br />
&nbsp;<span class="sy0">&lt;!--</span> sample <span class="kw7">data</span> <span class="sy0">--&gt;</span><br />
&nbsp;<span class="sy0">&lt;</span>mx<span class="sy0">:</span><a href="http://www.google.com/search?q=xml%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:xml.html"><span class="kw5">XML</span></a> id=<span class="st0">&quot;xml&quot;</span> <span class="kw7">source</span>=<span class="st0">&quot;components.xml&quot;</span> <span class="sy0">/&gt;</span><br />
<br />
&nbsp;<span class="sy0">&lt;!--</span> sample container <span class="sy0">--&gt;</span><br />
&nbsp;<span class="sy0">&lt;</span>mx<span class="sy0">:</span>Panel id=<span class="st0">&quot;panel&quot;</span> <span class="kw7">width</span>=<span class="st0">&quot;100%&quot;</span> <span class="kw7">height</span>=<span class="st0">&quot;100%&quot;</span><span class="sy0">/&gt;</span><br />
<br />
<span class="sy0">&lt;/</span>mx<span class="sy0">:</span>Application<span class="sy0">&gt;</span></div></div></p>
<p><a href="http://www.vinothbabu.com/Flex-Samples/creatingComponentsFromXML/creatingComponentsFromXML.html" target="_blank">Live Demo</a></p>
<p><a href="http://www.vinothbabu.com/Flex-Samples/creatingComponentsFromXML.zip" target="_self">Application source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2010/05/18/creating-flex-components-in-runtime-using-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who can become a Great leader &#8211; IT Environment</title>
		<link>http://vinothbabu.com/2010/03/25/who-can-become-a-great-leader-it-environment/</link>
		<comments>http://vinothbabu.com/2010/03/25/who-can-become-a-great-leader-it-environment/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 07:37:28 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>
		<category><![CDATA[Architect]]></category>
		<category><![CDATA[Bhagat Singh]]></category>
		<category><![CDATA[Great Leader]]></category>
		<category><![CDATA[Mahatama Gandhi]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=235</guid>
		<description><![CDATA[This article is a piece of information that i have learnt so far in my life also tried to achive and practice this when i was lead too in some of my previous organisation. Thought sharing this written information can help many to get into this path in future or change to this if they [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://vinothbabu.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/235.jpg&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>This article is a piece of information that i have learnt so far in my life also tried to achive and practice this when i was lead too in some of my previous organisation.<span id="more-235"></span> Thought sharing this written information can help many to get into this path in future or change to this if they wish to follow or gain knowledge which can make our IT industry majuscule and also my Abdul Kalam sir&#8217;s dream 2020. I failed to achive many things in my life in IT industries, then i decided to get into a soul called <strong>rebel </strong>to bring change. <strong>I just work these days only to bring change.<img class="alignright size-medium wp-image-240" title="leaders wanted" src="http://vinothbabu.com/wp-content/uploads/2010/03/leaders-wanted-300x284.gif" alt="leaders wanted" width="300" height="284" /></strong></p>
<p>A <strong>Great </strong>leader</p>
<p>A great leader is one who is true to his <strong>heart </strong>than his mind, who can make things work through <strong>heart </strong>in all environments and angle.</p>
<p>A great leader can handle resource which are not capable of even coding a single <strong>line </strong>and who does not quit at any wee.</p>
<p>A great leader is a great <strong>physiologist</strong>, one who can turn into anything depending upon the situation. If he is interacting with a child, he will think and play the coins according to that child minds than his mind. The greatest challenge is changing a person to what we require, there might be some good , bad and attitude programmers, a <strong>great </strong>leader is one who brings all these to square one.</p>
<p>A great leader is one who does <strong>not </strong>show his <strong>attitude </strong>towards his team, instead he focus and makes other also to focus on the programming language and show their attitude in the programming language.</p>
<blockquote><p><strong>Ex</strong>: If the language like Java does not allow you to program as you like, a great leader always asks their programmer to show their attitude in it such that making java itself flexible. This requires genious level of thinking to overcome Java strubborn in their pattern itself.</p></blockquote>
<p><strong>1. How are you going to hanle a project when the resource allocation is limited or low?</strong></p>
<p>Start the project like a tortise by giving training to all and make the project end up like a rabit. Its something like when the resources are low, you need to make or bring your team members mind into Agile.</p>
<p><strong>2. How are you going to handle when your team lacks basic programming knowledge itself?</strong></p>
<p>The situation is complex, and you need to give them the confidence, encouragement at every level at the same wee handle your elite programmers to completer their task. A example is to teach him programming and appreciate them even if they have achived nothing. This can quickly turn them into elite ones.</p>
<p><strong>3. How to handle if both of the above at same instance?</strong></p>
<p>Become a singleton class. That is you should able to take up the 60 percent of project on your head along with other tasks too, and let your team create instances of your knowledge and implement them at lowest level. You should never change at any point of wee. In more simpler words a <strong>great</strong> <strong>leader</strong> can only finish out the project into success in such situation</p>
<p>A great leader should have a vision of <strong>Bagat singh</strong> following the path of <strong>Mahatma Gandhi</strong></p>
<p>A great leader is a great human being respected by all ends. Mahatama Gandhi, Abdul Kalam sir [My college day's professor] could suit my article though they were not from IT industry.<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2010/03/25/who-can-become-a-great-leader-it-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My India &#8211; Top 10 Amazing Photos</title>
		<link>http://vinothbabu.com/2010/03/21/my-india-top-10-amazing-photos/</link>
		<comments>http://vinothbabu.com/2010/03/21/my-india-top-10-amazing-photos/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 14:33:16 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=210</guid>
		<description><![CDATA[While coding here in office on sunday, i really felt bored with this power learn team working so hard for their stable release and i was sitting in my desk thinking on a pattern on how they are stating it as best. After all reading, i felt that its time for a break and the [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://vinothbabu.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/210.jpg&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>While coding here in office on sunday, i really felt bored with this power learn team working so hard for their stable release and i was sitting in my desk thinking on a pattern on how they are stating it as best. After all reading, i felt that its time for a break and the result is this collection of photos.<span id="more-210"></span></p>
<p><strong>We welcome this way</strong></p>
<p><img class="aligncenter size-full wp-image-211" title="india-001" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-001.jpg" alt="india-001" width="500" height="346" /></p>
<p><strong>Mate&#8230; ah recession</strong></p>
<p><img class="aligncenter size-full wp-image-212" title="india-003" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-003.jpg" alt="india-003" width="485" height="315" /></p>
<p><strong>The Cute Girl</strong></p>
<p><img class="aligncenter size-full wp-image-213" title="india-067" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-067.jpg" alt="india-067" width="500" height="348" /></p>
<p><strong>I am Tired.</strong></p>
<p><img class="aligncenter size-full wp-image-214" title="india-060" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-060.jpg" alt="india-060" width="475" height="473" /></p>
<p><strong>Move Move&#8230;. Train is coming</strong></p>
<p><img class="aligncenter size-full wp-image-215" title="india-043" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-043.jpg" alt="india-043" width="500" height="346" /></p>
<p><strong>The Real and tasty Indian food</strong></p>
<p><img class="aligncenter size-full wp-image-216" title="india-052" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-052.jpg" alt="india-052" width="500" height="373" /></p>
<p><strong>I can still code</strong></p>
<p><img class="aligncenter size-full wp-image-217" title="india-038" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-038.jpg" alt="india-038" width="500" height="333" /></p>
<p><strong>The TATA Truck which can hold more&#8230;&#8230;&#8230;&#8230;.</strong></p>
<p><img class="aligncenter size-full wp-image-218" title="india-029" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-029.jpg" alt="india-029" width="498" height="367" /></p>
<p><strong>The School boy</strong></p>
<p><img class="aligncenter size-full wp-image-219" title="india-054" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-054.jpg" alt="india-054" width="467" height="557" /></p>
<p><strong>And last but not least&#8230;&#8230;&#8230;. the Hands.</strong></p>
<p><img class="aligncenter size-full wp-image-220" title="india-068" src="http://vinothbabu.com/wp-content/uploads/2010/03/india-068.jpg" alt="india-068" width="500" height="332" /></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 2884px; width: 1px; height: 1px; overflow: hidden;">http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/2010/03/india-001.jpg</div>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2010/03/21/my-india-top-10-amazing-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Change&#8230;. Is it possible?</title>
		<link>http://vinothbabu.com/2010/01/20/change-change-is-it-possible/</link>
		<comments>http://vinothbabu.com/2010/01/20/change-change-is-it-possible/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 10:00:22 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=191</guid>
		<description><![CDATA[Now the word might be very familiar tone for many as from the top level Obama to our local MNS leader Raj Tackery are shouting for change.  It does not die there itself, every common man in this society also expects change. Here my words are which i can say is also a spark. Yesterday [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://vinothbabu.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/191.jpg&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>Now the word might be very familiar tone for many as from the top level Obama to our local MNS leader Raj Tackery are shouting for change.  It does not die there itself, every common man in this society also expects change. Here my words are which i can say is also a spark.</p>
<blockquote><p>Yesterday when i and <a href="http://gauravpeters.blogspot.com" target="_blank"><strong>Gaurav Peters</strong></a> were having some drinks, we had some arguments as well as good debates on various things.<strong> A result of that is a article in my blog.</strong></p></blockquote>
<p><span id="more-191"></span><strong>Today my article will jowl on Software Industry change as most of readers belong to this.</strong></p>
<blockquote><p>After being in the industry for some years, i have faced dead challenges with no scope of coming out of it but yet being successful.  I always wanted to work as i feel, but always bend like Obama who did to Japan Prime minister.</p></blockquote>
<blockquote><p><strong>Change is not possible in a day or two</strong>, it needs a lot of sacrifice like <strong>self</strong> <strong>respect</strong>,<strong> hiding your identity</strong>, <strong>pay</strong>, <strong>work load</strong> everything and come up successful. This para above might confuse many, at the bottom line its simple success at your end of work and changing something which you felt it should be.</p></blockquote>
<blockquote><p>Its always impossible to change the government or management as the voices of many are always deaf. Instead of shouting, why don&#8217;t you change. Every person if changes in a company will make the whole company itself change. Hmmm&#8230; visually seeing its impossible, but practically nothing is impossible. Again this sentence might confuse many, but again it speaks.</p></blockquote>
<blockquote><p>Before anybody criticize, ask yourself this question, was there a better alternative? No plan is perfect, it&#8217;s easy to pick out faults, but harder to bring to table a better alternative. The stimulus may not work, but the alternative, i.e. not doing anything, will be disastrous. We are already seeing green shoots in the IT Industry and I ain&#8217;t too happy for personal reasons.</p></blockquote>
<blockquote><p>Yep, when the chess pieces change, the game changes. You can&#8217;t expect the game not to change, and keep referring back to when the pieces interacted differently with eachother, dragging that into today&#8217;s geopolitical landscape. It&#8217;s a fast paced geopolitical landscape out there, and noone is looking back</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2010/01/20/change-change-is-it-possible/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Respect&#8221; Programmers</title>
		<link>http://vinothbabu.com/2010/01/18/respect-programmers/</link>
		<comments>http://vinothbabu.com/2010/01/18/respect-programmers/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 11:57:06 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=186</guid>
		<description><![CDATA[Sometimes back one of my amigo &#8220;Guarav Peters&#8221;  described my blog as a fire over various message and themes, and my other amigo called me &#8220;Rebel&#8221;. To contradict this statement, i would say that &#8221; Most of the &#8220;Real&#8221; and &#8220;True&#8221; Programmers schmooze from heart than their Mind. Today as usual sitting at my desk, [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://vinothbabu.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/186.gif&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>Sometimes back one of my amigo &#8220;Guarav Peters&#8221;  described my blog as a fire over various message and themes, and my other amigo called me &#8220;Rebel&#8221;. To contradict this statement, i would say that <strong>&#8221; Most of the &#8220;Real&#8221; and &#8220;True&#8221; Programmers schmooze from heart than their Mind.<span id="more-186"></span><span style="font-weight: normal;"> </span></strong></p>
<p><img class="aligncenter size-full wp-image-187" title="java_programmer_light_bulb_joke_shirt-p235874910364957006trlt_325" src="http://vinothbabu.com/wp-content/uploads/2010/01/java_programmer_light_bulb_joke_shirt-p235874910364957006trlt_325.jpg" alt="java_programmer_light_bulb_joke_shirt-p235874910364957006trlt_325" width="325" height="325" /></p>
<p><strong><span style="font-weight: normal;">Today as usual sitting at my desk, i was wondering why do many programmers get less respect and sometimes pretty harsh and foolish comments like &#8221; </span>Do you know programming<span style="font-weight: normal;">?&#8221; All blah blah&#8230; </span></strong></p>
<p><strong><span style="font-weight: normal;">Apparently if you can read some sloppy, malformed pseudo-code thrown together by an idiot </span>marketroid <span style="font-weight: normal;">with no knowledge of programming you must be a total loser.</span></strong></p>
<p><strong><span style="font-weight: normal;">Apparently all programmers have no lives, look like characters from </span>Revenge<span style="font-weight: normal;"> of the </span>Nerds <span style="font-weight: normal;">and can barely function in the society without help of their cooler friends or co-workers.</span></strong></p>
<p><strong><span style="font-weight: normal;">We have </span>real college degrees (BS, MS often a PHD)<span style="font-weight: normal;"> rather than the fake diplomas given out by business schools. Not only that, but we create and control the technology they depend on. We maintain their machines, and facilitate their communication. Without us, they would have no Facebook, no iPhone and no Youtube. And yet, somehow we are considered </span>inferior <span style="font-weight: normal;">and </span>undesirable<span style="font-weight: normal;">.</span></strong></p>
<p><strong><span style="font-weight: normal;">Seriously, who is more of a valuable member of society? Someone who develops innovative free software on their free time? Or someone who spends all their free time watching reality TV, can’t figure out how to set time on their VCR, owns a computer which is part of at least 3 different botnets? Apparently the former is a freak that needs to be shunned, while the later is an </span>upstanding pillar of society<span style="font-weight: normal;">.</span></strong></p>
<p><strong><span style="font-weight: normal;"><br />
</span></strong></p>
<p><strong><span style="font-weight: normal;"><br />
</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2010/01/18/respect-programmers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google &#8220;Don&#8217;t be Evil&#8221;</title>
		<link>http://vinothbabu.com/2010/01/14/google-dont-be-evil/</link>
		<comments>http://vinothbabu.com/2010/01/14/google-dont-be-evil/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 08:20:26 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=176</guid>
		<description><![CDATA[WASHINGTON (CNN) &#8212; Google said Tuesday the company and at least 20 others were victims of a &#8220;highly sophisticated and targeted attack&#8221; originating in China in mid-December, evidently to gain access to the e-mail accounts of Chinese human rights activists. Google isn&#8217;t all that big internationally but this is still a big move against the chinese [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://vinothbabu.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/176.jpg&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p><strong>WASHINGTON (CNN) &#8212; </strong>Google said Tuesday the company and at least 20 others were victims of a &#8220;highly sophisticated and targeted attack&#8221; originating in China in mid-December, evidently to gain access to the e-mail accounts of Chinese human rights activists. Google isn&#8217;t all that big internationally but this is still a big move against the chinese government if it happens. <span id="more-176"></span><strong>Don&#8217;t use google</strong></p>
<ul>
<li> Lets suppose you have something which you don&#8217;t want anyone to know and may be you shouldn&#8217;t be doing it in the first place though. if you really need such kind of privacy then stop using Google. The reason is google does retain information for some time for their crap advertising programs and luring investors in it. We all are subject to our constitution and its law and may be its possible your information could be made available to the authorities.</li>
<li> Google has opened up its own, free, public DNS server. The sales pitch is that their DNS server is faster than your ISP’s, and therefore, you will save a ton of speed browsing the Web using their DNS server. Fair enough. But something occurred to me, just as I was about to change my DNS setup here to use it… do I trust Google to have a history of every DNS lookup I make? Umm… not really. I note that the service’s privacy policy says that my IP address will only be logged for 24 hours (makes sense, given the prevalence of dynamic IPs anyways). But it also says that the service is compliant with Google’s primary privacy policy. And we all know what that entails… “anything and everything”. <strong>And of course, Google is always free to change the policy without notice or warning.</strong></li>
<li>Google has been trying to launch more and more &#8220;Free&#8221; services. These are targeted directly at collecting, tracking, and analyzing people online. <strong>Why? So they can sell</strong></li>
</ul>
<ul>
<li>a) More ads or</li>
<li>b) Have the largest marketing database known to man which they can</li>
<li>c) Create more false free products and further collect data or</li>
<li>d) Sell that information to third party companies</li>
</ul>
<p>Maybe they are leaving China because the government there decided to replace Google Ads with China government ads. Hey, why not. China controls the internet in their country (although I don&#8217;t agree) <strong>but if Google can replace someone elses ads in Street View &#8211; China can do it with Google.</strong></p>
<p><strong>Use Bing as your search engine provider.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2010/01/14/google-dont-be-evil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 8 reasons that made me to Join IT</title>
		<link>http://vinothbabu.com/2010/01/04/top-8-reasons-that-made-me-to-join-it/</link>
		<comments>http://vinothbabu.com/2010/01/04/top-8-reasons-that-made-me-to-join-it/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 09:55:33 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=149</guid>
		<description><![CDATA[I don&#8217;t like to sleep, oh shit&#8230; was i allowed ever. I had enjoyed my life enough, i decided to give IT a chance. I couldn&#8217;t live without tension, where can you find a best place in earth with illogical deadlines and mental stress. I wanted to pay for my sins, what you sow, sow [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://vinothbabu.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/149.jpg&amp;w=100&amp;h=100&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">I don&#8217;t like to sleep, oh shit&#8230; was i allowed ever.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">I had enjoyed my life enough, i decided to give IT a chance.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">I couldn&#8217;t live without tension, where can you find a best place in earth with illogical deadlines and mental stress.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">I wanted to pay for my sins, what you sow, sow you reap. i know god gave me punishment.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">I believed in the Bhagwad Geeta principle : Do work,Don&#8217;t care about results. Lord Krishna had a great vision on IT industry.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">Everything in life has a reason; I wanted to prove it wrong.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">I wanted to take revenge on myself.</div>
<p>Today when i was sitting my desk, i roolled back my career on how it was and the result is the output printed here. The IT industry in india seems to be a broken hazard trying to fix up the ends which has no points.</p>
<p><span id="more-149"></span></p>
<p><img class="aligncenter size-full wp-image-151" title="question-mark3a" src="http://vinothbabu.com/wp-content/uploads/2010/01/question-mark3a.jpg" alt="question-mark3a" width="300" height="375" /></p>
<ul>
<li> I don&#8217;t like to sleep, oh shit&#8230; was i allowed ever.</li>
<li> I had enjoyed my life enough, i decided to give IT a chance.</li>
<li> I couldn&#8217;t live without tension, where can you find a best place in earth with illogical deadlines and mental stress.</li>
<li> I wanted to pay for my sins, what you sow, sow you reap. i know god gave me punishment.</li>
<li> I believed in the Bhagwat Geeta principle : Do work,Don&#8217;t care about results. Lord Krishna had a great vision on IT industry.</li>
<li> Everything in life has a reason; I wanted to prove it wrong.</li>
<li> I wanted to take revenge on myself.</li>
<li>You may never understand the business decisions made by those who ultimately create your projects. You may question whether they know how to scorecard, perform cost-benefit analysis, or whether they even know their business. But in the end, you will have no choice but to work on their projects.</li>
</ul>
<p>To the IT people across the world, your main job is to sharpen your skills — probably on your own time. Your challenge is to plot an exit strategy and execute on it methodically, but without losing your spirit. If you are successful, maybe one day we’ll be co-workers. If you get there first, keep a chair warm and I’ll see you soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2010/01/04/top-8-reasons-that-made-me-to-join-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who Will Be Person of the Year 2009?</title>
		<link>http://vinothbabu.com/2009/12/30/who-will-be-person-of-the-year-2009/</link>
		<comments>http://vinothbabu.com/2009/12/30/who-will-be-person-of-the-year-2009/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 08:32:11 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=111</guid>
		<description><![CDATA[I have just compiled a version, Take a look at the candidates and give them your rating — though vinothbabu reserve the right to disagree Take a look at the candidates and give them your rating — though TIME&#8217;s editors reserve the right to disagree]]></description>
			<content:encoded><![CDATA[<p>I have just compiled a version, Take a look at the candidates and give them your rating — though <strong>vinothbabu </strong>reserve the right to disagree<span id="more-111"></span></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Take a look at the candidates and give them your rating — though TIME&#8217;s editors reserve the right to disagree</div>
<p><embed allowScriptAccess="never" saveEmbedTags="true" quality="high" wmode="transparent" bgcolor="#ffffff" name="beta3" salign="tl" scale="autoscale" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="p=2444776" src="http://i.polldaddy.com/poll.swf" width="400" height="900"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2009/12/30/who-will-be-person-of-the-year-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiger woods &#8211; What can he do now?</title>
		<link>http://vinothbabu.com/2009/12/29/tiger-woods-what-can-he-do-now/</link>
		<comments>http://vinothbabu.com/2009/12/29/tiger-woods-what-can-he-do-now/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 12:17:06 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=107</guid>
		<description><![CDATA[Every one would be knowing about Tiger woods as of now, he was a global star and now has become a global reality star for his footworks and offline works. Star in a reality show to keep the moolah coming Write his autobiography and let the book hit the stands within the next two weeks, [...]]]></description>
			<content:encoded><![CDATA[<p>Every one would be knowing about Tiger woods as of now, he was a global star and now has become a global reality star for his footworks and offline works. <span id="more-107"></span></p>
<p><img class="aligncenter size-full wp-image-108" title="tigerwoods" src="http://vinothbabu.com/wp-content/uploads/2009/12/tigerwoods.jpg" alt="tigerwoods" width="360" height="294" /></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Star in a reality show to keep the moolah coming</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Write his autobiography and let the book hit the stands within the next two weeks, before the world forgets him</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Tie up with Shiny Ahuja for a book on straying from marriage</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Change his name to more a numerologically acceptable “Tiger in the woods”</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Start a PGA (Professional Goons Association) for hubbies who have strayed and have fallen from the high pedestal of public admiration</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Check if there are ladies out there who still want to date him – the current figure of his flings stands at 11 (according to US Fed reserve); he should try and round it off to a more memorable 20</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Check with Pranoy Roy and see if he can appear on that rebirth serial that is playing on NDTV Imagine…Tiger can simply blame his previous life for his current woes</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Or he can invent a new medical syndrome to explain his adventures</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Blame recession for his predicament</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 261px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Stay in touch with Mahesh Bhatt to check if the latter can do a sequel to Aarth called Anarth staring the world famous golfer who can swing on and off field</div>
<ol>
<li>Star in a reality show to keep the moolah coming</li>
<li>Write his autobiography and let the book hit the stands within the next two weeks, before the world forgets him</li>
<li>Tie up with Shiny Ahuja for a book on straying from marriage</li>
<li>Change his name to more a numerologically acceptable “Tiger in the woods”</li>
<li>Start a PGA (Professional Goons Association) for hubbies who have strayed and have fallen from the high pedestal of public admiration</li>
<li>Check if there are ladies out there who still want to date him – the current figure of his flings stands at 11 (according to US Fed reserve); he should try and round it off to a more memorable 20</li>
<li>Check with Pranoy Roy and see if he can appear on that rebirth serial that is playing on NDTV Imagine…Tiger can simply blame his previous life for his current woes</li>
<li>Or he can invent a new medical syndrome to explain his adventures</li>
<li>Blame recession for his predicament</li>
<li>Stay in touch with Mahesh Bhatt to check if the latter can do a sequel to Aarth called Anarth staring the world famous golfer who can swing on and off field</li>
</ol>
<p><span style="font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; line-height: normal; font-size: 12px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "> </span></p>
<div class="KonaBody">
<div id="post_message_6554425">There&#8217;s an old saying &#8220;what you sow you reap&#8221;. <span class="highlight" style="color: #213c68; font-weight: bold; ">Tiger</span>&#8216;s going to learn that one the hard way and he will pay a heavy price for his actions. I hope that if I was in <span class="highlight" style="color: #213c68; font-weight: bold; ">Tiger</span>&#8216;s shoes, with access to almost unlimited money, fame and hot women, I&#8217;d not do the same as <span class="highlight" style="color: #213c68; font-weight: bold; ">Tiger</span>.</div>
<div></div>
<div><strong>Anyway, we all make mistakes&#8230;..Tiger&#8217;s no different. I wish him and his family all the best through such testing times.</strong></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2009/12/29/tiger-woods-what-can-he-do-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everyone should speak programming language!</title>
		<link>http://vinothbabu.com/2009/12/21/everyone-should-speak-programming-language/</link>
		<comments>http://vinothbabu.com/2009/12/21/everyone-should-speak-programming-language/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 15:18:39 +0000</pubDate>
		<dc:creator>Sachin</dc:creator>
				<category><![CDATA[My World]]></category>

		<guid isPermaLink="false">http://vinothbabu.com/?p=89</guid>
		<description><![CDATA[I have seen lately people fighting for pride of language like Marati, Tamil, Hindi&#8230; etc etc&#8230;. but i actually feel that the whole world is of programming language&#8230; and one should now only jowl programmatically. Its easy to find fault in a design pattern or in any programming language but learning to work within the [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen lately people fighting for pride of language like Marati, Tamil, Hindi&#8230; etc etc&#8230;. but i actually feel that the whole world is of programming language&#8230; and one should now only jowl programmatically.</p>
<p><span id="more-89"></span></p>
<p>Its easy to find fault in a design pattern or in any programming language but learning to work within the language is the mark of a programmer&#8230; programmers are ultimate as they design applications&#8230;. the rest just hang the curtains&#8230;</p>
<blockquote><p>Programming is the work of many voices. Programmers transcribe natural language and other means of communication to a digital medium. This is complex evolutionary work. We do not choose the spatial elements we choose the tools that make the spatial elements of the data work based on cultural need (informatics).</p></blockquote>
<p>Those who possess the knowledge to create software and databases with scripting languages have a certain power. Those who support the entire infrastructure of an economy, by setting up hardware and software platforms with passwords and 128 bit encryption, which hold all our data, have all the power.</p>
<blockquote><p><strong>Have you ever stopped to think of what would happen if all developers, of every computer language, suddenly refused to do the bidding of their uninformed supervisors? The modern world as we know it would grind to a sudden, catastrophic halt.</strong></p>
<p><strong><br />
</strong></p></blockquote>
<p>I would suggest from now to all to speak only in our language&#8230; that is programming language.</p>
]]></content:encoded>
			<wfw:commentRss>http://vinothbabu.com/2009/12/21/everyone-should-speak-programming-language/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
