<?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>Team Nirvana &#187; Source Code</title>
	<atom:link href="http://teamnirvana.com/blog/category/source-code/feed" rel="self" type="application/rss+xml" />
	<link>http://teamnirvana.com/blog</link>
	<description>Technology, Reviews, Blogging</description>
	<lastBuildDate>Thu, 29 Dec 2011 11:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create Amazing Charts Using Google API-Color Code Everything Possible</title>
		<link>http://teamnirvana.com/blog/create-amazing-charts-using-google-api-color-code-everything-possible.html</link>
		<comments>http://teamnirvana.com/blog/create-amazing-charts-using-google-api-color-code-everything-possible.html#comments</comments>
		<pubDate>Sat, 21 Feb 2009 08:55:48 +0000</pubDate>
		<dc:creator>Suneel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google Charts API]]></category>

		<guid isPermaLink="false">http://teamnirvana.com/blog/?p=659</guid>
		<description><![CDATA[Tired of creating charts in Microsoft Excel and transporting them to images for your web pages? Tsk, Tsk. Grow up and make the creation of charts too dynamic. We boast of getting everything dynamically but then why this preparing else where and transferring some where else? Want to try something different and innovative. Then get [...]]]></description>
			<content:encoded><![CDATA[<p>Tired of creating charts in Microsoft Excel and transporting them to images for your web pages? Tsk, Tsk. Grow up and make the creation of charts too dynamic. We boast of getting everything dynamically but then why this preparing else where and transferring some where else? Want to try something different and innovative. Then get along the bandwagon and learn a bit of how to create charts using the <a href="http://code.google.com/apis/chart/" target="_blank">Google Chart API</a>. Here is a small example code:</p>
<blockquote><p><em><code>http://chart.apis.google.com/chart?cht=p3&amp;chd=t:60,40&amp;chs=250x100&amp;chl=Hello|World</code></em></p></blockquote>
<p><a href="http://chart.apis.google.com/chart?cht=p3&amp;chd=t:60,40&amp;chs=250x100&amp;chl=Hello|World" target="_blank">Click me</a> to see how this link works in action. Well, this is a very basic example to be given if you are going to have a first look at it this way. Lets move on to something complex and lets drive in between the different flavors over which you can create amazing charts, maps and yeah, even venn diagrams. Now, you might have seen how the link looks like. Let the people who do not have time to even click that have a look at how the chart looks like.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-660" title="chart" src="http://teamnirvana.com/blog/wp-content/uploads/2009/02/chart.png" alt="chart" width="250" height="100" /></p>
<p style="text-align: left;">Ok, very basic chart. If you observe the link that we have provided above,</p>
<p style="text-align: left;"><span id="more-659"></span></p>
<p style="text-align: left;">1. You can observe <em><code>'chd=t:60,40'</code></em> which are nothing but how much &#8216;Hello&#8217; and &#8216;World&#8217; should occupy in the chart. Simple. Wait.</p>
<p style="text-align: left;">2. Now, check the &#8216;cht=p3&#8242; which is nothing but the type of the chart.</p>
<p style="text-align: left;">3. Now, &#8216;chs=250&#215;100&#8242;, yes, you are right. It depicts the size of the image to be generated. This is what Google provides regarding the constraints over the sizes:</p>
<blockquote><p>Specify chart size with <code>chs=&lt;width in pixels&gt;x&lt;height in pixels&gt;</code></p>
<p>For example, <code>chs=300x200</code> generates a chart 300 pixels wide   and 200 pixels high.</p>
<p>The largest possible area for all charts except maps is  300,000 pixels.   As the maximum height or width is 1000 pixels, examples of maximum sizes   are 1000&#215;300, 300&#215;1000, 600&#215;500, 500&#215;600, 800&#215;375, and 375&#215;800.</p>
<p>For maps, the maximum size is 440 pixels wide by 220 pixels high.</p></blockquote>
<p>4. <code>chl=Hello|World</code> is the chart&#8217;s label. You can change it to what ever you wish to. Like &#8216;Pizza|Burger&#8217;, &#8216;Obama|Bush&#8217;, creativity rules.</p>
<p>So, what are the different chart types provided??</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-661" title="google-chart-types" src="http://teamnirvana.com/blog/wp-content/uploads/2009/02/google-chart-types.jpg" alt="google-chart-types" width="188" height="219" /></p>
<p>There are loads and loads of tricks that can be done and to create those complex kind of Charts to woo your clients. Just go to <a href="http://www.collegeathome.com/blog/2008/06/05/50-cool-things-you-can-do-with-google-charts-api/" target="_blank">College@Home</a> and select what you wish to do.</p>
<p style="text-align: left;">All the 50 great tricks provided are explained in detail and it is nothing but a piece of cake to learn and use the Google Charts API.</p>
<p style="text-align: left;">You can even have a look at the <a href="http://code.google.com/apis/chart/basics.html" target="_blank">tutorials</a> being given out by Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://teamnirvana.com/blog/create-amazing-charts-using-google-api-color-code-everything-possible.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minime-Minimize your applications-Not on TaskBar-In Tray</title>
		<link>http://teamnirvana.com/blog/minime-minimize-your-applications-not-on-taskbar-in-tray.html</link>
		<comments>http://teamnirvana.com/blog/minime-minimize-your-applications-not-on-taskbar-in-tray.html#comments</comments>
		<pubDate>Tue, 23 Dec 2008 02:45:25 +0000</pubDate>
		<dc:creator>Suneel</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://teamnirvana.com/blog/?p=312</guid>
		<description><![CDATA[Minime is a nifty and a tiny tool that lets you minimize your zillions of open windows, not on the taskbar, but in the system tray. Unlike other similar kind of tools which consume the space in the sys tray to display the icons of the minimized windows, Minime displays the windows in the context [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Minime is a nifty and a tiny tool that lets you minimize your zillions of open windows, not on the taskbar, but in the system tray. Unlike other similar kind of tools which consume the space in the sys tray to display the icons of the minimized windows, Minime displays the windows in the context menu which makes it a one of the kind tool which unclutters your working experience.</p>
<p style="text-align: center;"><span style="font-size: 12pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"><a href="http://www.saphua.com/blog/?page_id=18"><span style="color: blue; text-decoration: none;"><img id="_x0000_i1025" class="aligncenter" src="http://www.blogcdn.com/www.downloadsquad.com/media/2008/12/minime.jpg" border="0" alt="Minimie" hspace="4" vspace="4" width="391" height="211" align="top" /></span></a></span></p>
<p style="text-align: left;">You can try it at <a href="http://www.saphua.com/blog/?p=53" target="_blank">Saphua</a>. Another nice feature is that the applications minimized through Minime do not show up in the Alt+Tab menu which makes it more worthwhile to categorize the tasks being done and work accordingly.</p>
<p style="text-align: left;">No installation is required. This is a small 200KB executable which sits in the tray waiting for the key combination which you can configure, or a gesture which activates this tool.</p>
<p style="text-align: left;">Give it a shot and do let us know how you would use this application.</p>
<p style="text-align: center;"><!--[if !mso]><br />
<mce:style><!  v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} --></p>
<p><!--[endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]><br />
<mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} --></p>
<p><!--[endif]--><span style="font-size: 12pt; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;;"><a href="http://www.saphua.com/blog/?page_id=18"></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://teamnirvana.com/blog/minime-minimize-your-applications-not-on-taskbar-in-tray.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java &amp; .NET Source Code Repositories</title>
		<link>http://teamnirvana.com/blog/java-net-source-code-repositories.html</link>
		<comments>http://teamnirvana.com/blog/java-net-source-code-repositories.html#comments</comments>
		<pubDate>Fri, 08 Aug 2008 17:07:09 +0000</pubDate>
		<dc:creator>Suneel</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[collections code samples]]></category>
		<category><![CDATA[core java code]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[ejb]]></category>
		<category><![CDATA[entity bean]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[multi-threading]]></category>
		<category><![CDATA[servlets]]></category>
		<category><![CDATA[session bean]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[struts]]></category>
		<category><![CDATA[threading]]></category>

		<guid isPermaLink="false">http://teamnirvana.com/blog/?p=155</guid>
		<description><![CDATA[In search for source code samples to check in for your project? Working on hordes of code and praying that it runs without any glitch? Or else familiarizing with the theoretical concepts but staring blankly at the IDEs which are awaiting your instructions? Confusion over which class or method or interface is the best to [...]]]></description>
			<content:encoded><![CDATA[<p>In search for source code samples to check in for your project? Working on hordes of code and praying that it runs without any glitch? Or else familiarizing with the theoretical concepts but staring blankly at the IDEs which are awaiting your instructions? Confusion over which class or method or interface is the best to use in this situation? There is a solution for all your woes.</p>
<p style="text-align: center;"><a href="http://teamnirvana.com/blog/wp-content/uploads/2008/07/confusion_11.jpg"><img class="aligncenter size-full wp-image-156" title="confusion_11" src="http://teamnirvana.com/blog/wp-content/uploads/2008/07/confusion_11.jpg" alt="" width="450" height="471" /></a></p>
<p>Every programmer at one stage or the other faces this kind of situation. What was the way that we had? How did we come to a solution at that times? Scorching through the hardcover books or glancing through the gigabytes of e-books such as pdfs, documents and texts that we have for a piece of code which is troubling like hell? Put a halt for all these woes of yours!!!</p>
<p>Now, we have loads and loads of websites which provide us with the source code samples exemplifying over what the next step would be.</p>
<p><span id="more-155"></span></p>
<p>Lets start with something that we have entrusted our lives with when we are online. What is the most widely used search engine that we use when we think of anything? Yes, Google itself has got an extensive code search facility which enables the code mongers to have a look at sample codes which are quite enough to get most of the things done in a project. Google uses its <a href="http://www.google.com/codesearch" target="_blank">exclusive search algorithms</a> to find out the relevant matches and provides you with multiple options where you can finalize over what is primarily required.</p>
<p><a href="http://teamnirvana.com/blog/wp-content/uploads/2008/08/google.jpg"><img class="aligncenter size-full wp-image-160" title="google" src="http://teamnirvana.com/blog/wp-content/uploads/2008/08/google.jpg" alt="" width="500" height="436" /></a></p>
<p>So whatever you are going to develop in the near future, if, you are working on the prevalent Java and J2EE technology, you are going to test your application or module as per the specifications. So, no matter if you are performing peer testing or testing from your side, you are going to use JUnit. So, here is the example provided on how you would observe the results based on your JUnit testing on code search in Google.</p>
<p style="text-align: center;"><a href="http://teamnirvana.com/blog/wp-content/uploads/2008/08/google-junit.jpg"><img class="aligncenter size-full wp-image-161" title="google-junit" src="http://teamnirvana.com/blog/wp-content/uploads/2008/08/google-junit.jpg" alt="" width="500" height="302" /></a></p>
<p style="text-align: left;">You can search and get more from the <a href="http://www.google.com/codesearch" target="_blank">Google Code Search</a>.</p>
<p style="text-align: left;">There are more than what you can search from Google.</p>
<p style="text-align: left;">Another best code collection that I have come across is <a href="http://www.koders.com/" target="_blank">Koders</a>, yeah, thats what we are.</p>
<p style="text-align: center;"><a href="http://teamnirvana.com/blog/wp-content/uploads/2008/08/koders-01.jpg"><img class="aligncenter size-full wp-image-162" title="koders-01" src="http://teamnirvana.com/blog/wp-content/uploads/2008/08/koders-01.jpg" alt="" width="500" height="385" /></a></p>
<p style="text-align: left;">At Koders, you are provided with an option to emphasize, that is , stress on what you are hereto search for and what your end search result would be. Provide an appropriate option over the language over wish you would love to have a look at and provide a search query from what you are looking out for. To let you know of the versatility of this code search engine I have asked it to provide me with Struts ActionForms and this is what I have got.</p>
<p style="text-align: center;"><a href="http://teamnirvana.com/blog/wp-content/uploads/2008/08/koders-1.jpg"><img class="aligncenter size-full wp-image-163" title="koders-1" src="http://teamnirvana.com/blog/wp-content/uploads/2008/08/koders-1.jpg" alt="" width="500" height="281" /></a></p>
<p style="text-align: left;">A feasible solution for most of the programming woes has already been set in motion and it all depends on what you need to work on and find out how to present the websites with a perfect combination of how the search query works.</p>
<p style="text-align: left;">So, what if you are working on Dot Net(.Net) technology by Microsoft? There are a few sites which provide you with a code base which assists you in working on the same. Contrary to the popular belief that you can not always get the idea from the others code, I have observed that you can at least get an overview or catch upon how you an carry on with the next code fragment if you are provided with how this can be done. In this sense, just try the <a href="http://www.codeproject.com/" target="_blank">Code Project</a> site which offers code search based on your search criteria.</p>
<p style="text-align: center;"><a href="http://teamnirvana.com/blog/wp-content/uploads/2008/08/jcp-02-dotnet.jpg"><img class="aligncenter size-full wp-image-164" title="jcp-02-dotnet" src="http://teamnirvana.com/blog/wp-content/uploads/2008/08/jcp-02-dotnet.jpg" alt="" width="500" height="297" /></a></p>
<p style="text-align: left;">Rest assured that <a href="http://www.codeproject.com/" target="_blank">www.codeproject.com</a> also provides you with the required Java source code patches so that you can work around one thing or the other. But, as always, only the directions are provided. So, it is at your liberty how you wish to implement this and attain code nirvana.</p>
<p style="text-align: left;">I have provided relevant information and this would be just a glimpse of what you can search and get for. You are at freedom which service you would wish to use.</p>
<p style="text-align: left;">Share with us if you do have or use any other similar kind of services.</p>
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://teamnirvana.com/blog/java-net-source-code-repositories.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

