<?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>Smart Pandian &#187; Programming</title>
	<atom:link href="http://smartpandian.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://smartpandian.com</link>
	<description>as simple as that...</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:52:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Unix Shell Arguments</title>
		<link>http://smartpandian.com/unix-shell-arguments/</link>
		<comments>http://smartpandian.com/unix-shell-arguments/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 17:58:51 +0000</pubDate>
		<dc:creator>Pandian</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Shell script]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Unix Shell]]></category>

		<guid isPermaLink="false">http://smartpandian.com/?p=377</guid>
		<description><![CDATA[A quick tutorial on Unix Shell Arguments. <a href="http://smartpandian.com/unix-shell-arguments/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p>For the past few weeks, I have been working on <a class="zem_slink" title="Unix shell" rel="wikipedia" href="http://en.wikipedia.org/wiki/Unix_shell">Unix Shell</a>, to accomplish variety of tasks such as parsing files, transferring data, updating databases etc. Today is the day, i primarily worked on Arguments. Arguments are inputs to the program, and are also referred as parameters interchangeably.</p>
<p>Lets see how to use the arguments in the korn <a class="zem_slink" title="Shell script" rel="wikipedia" href="http://en.wikipedia.org/wiki/Shell_script">shell script</a>, beginning with unix shell annotation for arguments.</p>
<blockquote><p><strong>$1, $2, $3 &#8230; $n</strong> First, Second, Third&#8230; and nth Argument<br />
<strong>$#</strong> (hash) Â Â  Count of Arguments<br />
<strong>$*</strong> (Asterisk) Â Â  Arguments concatenated by space<br />
<strong>$@</strong> (at the rate) Â Â  Array of Arguments</p></blockquote>
<p>Here is an sample shell script &#8220;accessArguments.ksh&#8221;.</p>
<pre class="brush: bash;">
$ cat accessArguments.ksh
# accessArguments.ksh
echo Zeroth Argument: $0
echo First Argument: $1
echo Second Argument: $2
echo Total No. Of Arguments: $#
echo Arguments: $*
for var in $@
do
echo Argument $var
done
</pre>
<p>Now lets see the output of the above script,  with inputs as 10 and 15</p>
<pre class="brush: bash;">
$ accessArguments.ksh 10 15
Zeroth Argument : accessArguments.ksh
First Argument: 10
Second Argument: 15
Total No. Of Arguments: 2
Arguments: 10 15
Argument 10
Argument 15
$
</pre>
<p>Hope this example envisions you with the knowledge of using Arguments in Unix Shell.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/94c4adea-3b9f-44a9-b434-5d46c3a38302/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=94c4adea-3b9f-44a9-b434-5d46c3a38302" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsmartpandian.com%2Funix-shell-arguments%2F&amp;title=Unix%20Shell%20Arguments&amp;bodytext=A%20quick%20tutorial%20on%20Unix%20Shell%20Arguments." title="Digg"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsmartpandian.com%2Funix-shell-arguments%2F&amp;title=Unix%20Shell%20Arguments&amp;notes=A%20quick%20tutorial%20on%20Unix%20Shell%20Arguments." title="del.icio.us"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsmartpandian.com%2Funix-shell-arguments%2F&amp;t=Unix%20Shell%20Arguments" title="Facebook"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsmartpandian.com%2Funix-shell-arguments%2F&amp;t=Unix%20Shell%20Arguments" title="MySpace"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsmartpandian.com%2Funix-shell-arguments%2F&amp;title=Unix%20Shell%20Arguments" title="StumbleUpon"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsmartpandian.com%2Funix-shell-arguments%2F" title="Technorati"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Unix%20Shell%20Arguments&amp;url=http%3A%2F%2Fsmartpandian.com%2Funix-shell-arguments%2F" title="Slashdot"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fsmartpandian.com%2Funix-shell-arguments%2F&amp;t=Unix%20Shell%20Arguments&opener=bm&amp;ei=UTF-8&amp;d=A%20quick%20tutorial%20on%20Unix%20Shell%20Arguments." title="Yahoo! Bookmarks"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsmartpandian.com%2Funix-shell-arguments%2F&amp;submitHeadline=Unix%20Shell%20Arguments&amp;submitSummary=A%20quick%20tutorial%20on%20Unix%20Shell%20Arguments.&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://smartpandian.com/unix-shell-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where 1=1</title>
		<link>http://smartpandian.com/where-11/</link>
		<comments>http://smartpandian.com/where-11/#comments</comments>
		<pubDate>Fri, 08 May 2009 05:41:58 +0000</pubDate>
		<dc:creator>Pandian</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[lazy programmer]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[where 1=1]]></category>
		<category><![CDATA[where 1=2]]></category>

		<guid isPermaLink="false">http://smartpandian.com/?p=292</guid>
		<description><![CDATA[There were better ways to do the same <a href="http://smartpandian.com/where-11/">Continue reading <span class="meta-nav">&#8594;</span></a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Its everywhere 1 is equal to 1, unless one does a incorrect math.Â  You may wonder &#8220;why would one write an extra condition in a SQL which doesn&#8217;t make any difference, and that adds burden to oneself and to others with wierd extra condition?&#8221;</p>
<p>Consider the following SQL,</p>
<pre class="brush: sql;">select * from dept where 1=1 and id = 5000;</pre>
<p>This sql query is, of course same as</p>
<pre class="brush: sql;">select * from dept where id = 5000;</pre>
<p>Basically, this condition &#8220;1=1&#8243; is used by lazy programmers, who wants to create an sql on the fly,i.e, dynamically through scripting, For example, Consider the below vb script.</p>
<pre class="brush: vb;">
strSqlStatement =  &quot;Select * from Debt where 1=1&quot;
For Each Obj in Conditions
strSqlStatement = strSqlStatement &amp; &quot; and &quot; &amp; Obj
Next
</pre>
<p>This is a lazy approach, as programmer could have identified the first condition and prefixed it  with &#8220;where&#8221; , instead of adding &#8220;and&#8221; to every conditions, i.e. as following script.</p>
<pre class="brush: vb;">
strSqlStatement =  &quot;Select * from Debt &quot;
i = 0
For Each Obj in Conditions
If i  = 0  then
strSqlStatement = strSqlStatement &amp; &quot; where &quot; &amp; Obj
Else
strSqlStatement = strSqlStatement &amp; &quot; and &quot; &amp; Obj
End If
i = i + 1
Next
</pre>
<p>Similar to &#8220;where 1=1&#8243;, there is another lazy programmer approach, its &#8220;where 1=2&#8243;. The purpose of &#8220;where 1=2&#8243; is to extract the list of column names in a table, and dynamically create &#8220;CREATE &#8221; or &#8220;INSERT &#8221; sql statements without fetching a record. Similar to the previous, There were better ways to do the same.</p>
<p>Ref:<br />
* <a href="http://www.novicksoftware.com/TipsAndTricks/tip-sql-server-where-1-equals-2.htm"><em>http://www.novicksoftware.com/TipsAndTricks/tip-sql-server-where-1-equals-2.htm</em></a><br />
* <a href="http://stackoverflow.com/questions/242822/why-would-someone-use-where-11-and-conditions-in-a-sql-clause"><cite>http://stackoverflow.com/questions/242822/why-would-someone-use-<strong>where-11</strong>-and-conditions-in-a-<strong>sql</strong>-clause</cite></a></p>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsmartpandian.com%2Fwhere-11%2F&amp;title=Where%201%3D1&amp;bodytext=There%20were%20better%20ways%20to%20do%20the%20same" title="Digg"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsmartpandian.com%2Fwhere-11%2F&amp;title=Where%201%3D1&amp;notes=There%20were%20better%20ways%20to%20do%20the%20same" title="del.icio.us"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsmartpandian.com%2Fwhere-11%2F&amp;t=Where%201%3D1" title="Facebook"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsmartpandian.com%2Fwhere-11%2F&amp;t=Where%201%3D1" title="MySpace"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsmartpandian.com%2Fwhere-11%2F&amp;title=Where%201%3D1" title="StumbleUpon"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsmartpandian.com%2Fwhere-11%2F" title="Technorati"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Where%201%3D1&amp;url=http%3A%2F%2Fsmartpandian.com%2Fwhere-11%2F" title="Slashdot"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fsmartpandian.com%2Fwhere-11%2F&amp;t=Where%201%3D1&opener=bm&amp;ei=UTF-8&amp;d=There%20were%20better%20ways%20to%20do%20the%20same" title="Yahoo! Bookmarks"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsmartpandian.com%2Fwhere-11%2F&amp;submitHeadline=Where%201%3D1&amp;submitSummary=There%20were%20better%20ways%20to%20do%20the%20same&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://smartpandian.com/where-11/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>60 in 3 Minutes , Random Quotes</title>
		<link>http://smartpandian.com/18/</link>
		<comments>http://smartpandian.com/18/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 20:38:23 +0000</pubDate>
		<dc:creator>Pandian</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[orkut]]></category>

		<guid isPermaLink="false">http://smartpandian.awardspace.com/?p=36</guid>
		<description><![CDATA[Note: The tip in this blog, no longer works. Few weeks back, one of my friend, known as &#8220;The Immortal&#8221; has requested all his friend to fill his Orkut scrap book to 10K. To say it from heart, it is &#8230; <a href="http://smartpandian.com/18/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://smartpandian.com/orkut-i-am-truly-connected/' rel='bookmark' title='Permanent Link: Orkut.. I am truly connected.'>Orkut.. I am truly connected.</a> <small>Before Reading&#8230;. Check this Link. Orkut Dummy Scraps… Preface Life&#8217;s...</small></li>
<li><a href='http://smartpandian.com/search/' rel='bookmark' title='Permanent Link: Search'>Search</a> <small>...</small></li>
<li><a href='http://smartpandian.com/write-today-post-tommorrow/' rel='bookmark' title='Permanent Link: Write Today, Post Tommorrow'>Write Today, Post Tommorrow</a> <small>Lorelle on WordPress, is one of the best wordpress blog...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em><strong>Note: The tip in this blog, no longer works.</strong></em></p>
<p>Few weeks back, one of my friend, known as &#8220;The Immortal&#8221; has requested all his friend to fill his Orkut scrap book to 10K. To say it from heart, it is illegal. But this keeps Orkut right.</p>
<p>Orkut has got lots of well defined process for preventing a user from automate scrapping in the scrap box.</p>
<p>For Example,<br />
1, It prevents the advertising in the name of URL by checking the URL entered by user with the CAPTCHA..( I will write about it sometime future )<br />
2. It prevents the user from scrapping the same text again and again.<br />
3. Blank Scraps not possible.(may be)</p>
<p>These functionalities are important to note as they are the stepping stone above which we have to lay our feet to reach the goal. The Goal i reached is the 60 scrap in Three minutes..</p>
<p>To precisely summarize the requirement, a process is required to automate entering the text in the scrapbox and clicking the submit button.</p>
<p>Orkut uses Text area for Scrap Box and a table cell for submit button(?-*#_;)..</p>
<p>thankfully, both these elements have id as &#8216;scraptext&#8217; and &#8216;b1&#8242;, else it would be some more complicated.</p>
<p>Automation Script that I have used is not a programmer&#8217;s favourite languages like perl, python ..(I do think that programmers will say &#8220;sea tastes like honey&#8221;).. I choose javascript and it would be running on Greasemonkey,an add on for Mozilla Firefox&#8230;</p>
<p>Why I have choosen this?<br />
1. I have some idea on Grease monkey, Firefox and Javascript<br />
2. I just know that it is going to be two lines of codes in this environment.</p>
<p>So what is the algorithm for these two lines of Code?<br />
Algorithm is a best practise for writing a program. But it is needed for the place where it is needed. Algorithm is like dream and coding is like action. For some big achievements, there has a dream behind it. hey.. sorry.. i am cutting there.. its getting more philosophical..</p>
<p>Lets Come back to code&#8230;</p>
<pre class="brush: jscript;"> document.getElementByID().value = random text;
document.getElementByID().click();</pre>
<p>that&#8217;s all the code&#8230; But the second line of code doesn&#8217;t work for me..</p>
<p>I suspect that it is because of table cell instead of button.(Orkuttan is bright)</p>
<p>There are hundreds of ways to create a random text. I have used a way, there by, three strings from two different arrays are joined in random fashion, it will yield the random string every time it is created.</p>
<p>for three minutes, i have clicked the submit button.. each time a random text filled up in the text area.. sixty scraps were made&#8230;</p>
<p>But the learning from this is not just clogging orkut, a new way of writing the scrap..<br />
Now I have found a way of scrapping a message with randomly generated quote using this script as it was already populated..</p>
<p>so whats the future plan for this..<br />
I would be writing a script for thunderbird so that a randomly generated quote can be added to all sent mails&#8230;</p>
<p>Deadline&#8230; Its always in future&#8230;</p>
<p>Reference:</p>
<p>http://diveintogreasemonkey.org/</p>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsmartpandian.com%2F18%2F&amp;title=60%20in%203%20Minutes%20%2C%20Random%20Quotes&amp;bodytext=Note%3A%20The%20tip%20in%20this%20blog%2C%20no%20longer%20works.%0D%0A%0D%0AFew%20weeks%20back%2C%20one%20of%20my%20friend%2C%20known%20as%20%22The%20Immortal%22%20has%20requested%20all%20his%20friend%20to%20fill%20his%20Orkut%20scrap%20book%20to%2010K.%20To%20say%20it%20from%20heart%2C%20it%20is%20illegal.%20But%20this%20keeps%20Orkut%20right.%0D%0A%0D%0AOrkut%20has%20" title="Digg"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsmartpandian.com%2F18%2F&amp;title=60%20in%203%20Minutes%20%2C%20Random%20Quotes&amp;notes=Note%3A%20The%20tip%20in%20this%20blog%2C%20no%20longer%20works.%0D%0A%0D%0AFew%20weeks%20back%2C%20one%20of%20my%20friend%2C%20known%20as%20%22The%20Immortal%22%20has%20requested%20all%20his%20friend%20to%20fill%20his%20Orkut%20scrap%20book%20to%2010K.%20To%20say%20it%20from%20heart%2C%20it%20is%20illegal.%20But%20this%20keeps%20Orkut%20right.%0D%0A%0D%0AOrkut%20has%20" title="del.icio.us"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsmartpandian.com%2F18%2F&amp;t=60%20in%203%20Minutes%20%2C%20Random%20Quotes" title="Facebook"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsmartpandian.com%2F18%2F&amp;t=60%20in%203%20Minutes%20%2C%20Random%20Quotes" title="MySpace"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsmartpandian.com%2F18%2F&amp;title=60%20in%203%20Minutes%20%2C%20Random%20Quotes" title="StumbleUpon"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsmartpandian.com%2F18%2F" title="Technorati"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=60%20in%203%20Minutes%20%2C%20Random%20Quotes&amp;url=http%3A%2F%2Fsmartpandian.com%2F18%2F" title="Slashdot"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fsmartpandian.com%2F18%2F&amp;t=60%20in%203%20Minutes%20%2C%20Random%20Quotes&opener=bm&amp;ei=UTF-8&amp;d=Note%3A%20The%20tip%20in%20this%20blog%2C%20no%20longer%20works.%0D%0A%0D%0AFew%20weeks%20back%2C%20one%20of%20my%20friend%2C%20known%20as%20%22The%20Immortal%22%20has%20requested%20all%20his%20friend%20to%20fill%20his%20Orkut%20scrap%20book%20to%2010K.%20To%20say%20it%20from%20heart%2C%20it%20is%20illegal.%20But%20this%20keeps%20Orkut%20right.%0D%0A%0D%0AOrkut%20has%20" title="Yahoo! Bookmarks"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsmartpandian.com%2F18%2F&amp;submitHeadline=60%20in%203%20Minutes%20%2C%20Random%20Quotes&amp;submitSummary=Note%3A%20The%20tip%20in%20this%20blog%2C%20no%20longer%20works.%0D%0A%0D%0AFew%20weeks%20back%2C%20one%20of%20my%20friend%2C%20known%20as%20%22The%20Immortal%22%20has%20requested%20all%20his%20friend%20to%20fill%20his%20Orkut%20scrap%20book%20to%2010K.%20To%20say%20it%20from%20heart%2C%20it%20is%20illegal.%20But%20this%20keeps%20Orkut%20right.%0D%0A%0D%0AOrkut%20has%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://smartpandian.com/orkut-i-am-truly-connected/' rel='bookmark' title='Permanent Link: Orkut.. I am truly connected.'>Orkut.. I am truly connected.</a> <small>Before Reading&#8230;. Check this Link. Orkut Dummy Scraps… Preface Life&#8217;s...</small></li>
<li><a href='http://smartpandian.com/search/' rel='bookmark' title='Permanent Link: Search'>Search</a> <small>...</small></li>
<li><a href='http://smartpandian.com/write-today-post-tommorrow/' rel='bookmark' title='Permanent Link: Write Today, Post Tommorrow'>Write Today, Post Tommorrow</a> <small>Lorelle on WordPress, is one of the best wordpress blog...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://smartpandian.com/18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSP / ASP / PHP</title>
		<link>http://smartpandian.com/jsp-asp-php/</link>
		<comments>http://smartpandian.com/jsp-asp-php/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 22:35:13 +0000</pubDate>
		<dc:creator>Pandian</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://smartpandian.awardspace.com/?p=24</guid>
		<description><![CDATA[&#8220;100s of useful and powerful web application hidden in Intranet&#8221; Having a year worked on JSP, I was still learning JAVA. Now, when time is ripe to put my knowledge in design,(building a personal website), I was surprised to see &#8230; <a href="http://smartpandian.com/jsp-asp-php/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://smartpandian.com/vertrigoserv/' rel='bookmark' title='Permanent Link: VertrigoServ'>VertrigoServ</a> <small>Ha.. My Sincere Thanks to VertrigoServ.. For those who doesnot...</small></li>
<li><a href='http://smartpandian.com/working-a-way-of-learning/' rel='bookmark' title='Permanent Link: Working, A way of Learning'>Working, A way of Learning</a> <small>The luxurious part of life is learning ( not earning...</small></li>
<li><a href='http://smartpandian.com/wordpress-for-my-blog-life/' rel='bookmark' title='Permanent Link: WordPress For My Blog Life'>WordPress For My Blog Life</a> <small>Three months before, I was looking for web hosting company...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div><font size="2">&#8220;100s of useful and powerful web application hidden in Intranet&#8221;</p>
<p>  </font></div>
<p>   Having a year worked on JSP, I was still learning JAVA.  Now, when time is ripe to put my knowledge in design,(building a personal website), I was surprised to see that there were very few Java web hosting companies in the Market, while others (almost all) would be supporting php. </p>
<p>     To name the best few..<br /><a href="http://www.eatj.com">Eatj </a>(Only web hosting where hosting by WAR)<br /><a href="http://myjavaserver.com">My Java Server </a>(almost all of the other uses ISAPI/Resins to connect to the webserver)<font size="2"><a href="http://www.myjavaserver.com"></a></font></p>
<p>     Another interesting and saddening for Java developer is <br /> 
<div><font size="2"> &#8220;PHP web hosters offers better space/bandwidth for money <br />       which  can&#8217;t be compared to JSP web hosters&#8221;</font>     </div>
<p>     So this gives me a urge to learn PHP (Pre Hypertext Processor), The only scripting language that I have left it from learning.  It would be very interesting to learn this Open Source scripting language, though It losts its favour from most of huge Corporate Intranet/Networks(Though there are some exception).  </p>
<p>     Don&#8217;t book mark this page. As I would be moving this blog to my website, once it is live&#8230;<br />     for now.. <font size="1">http://www.comingsoon.com&#8230;</font></p>
<p> ]]&gt;</p>




	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsmartpandian.com%2Fjsp-asp-php%2F&amp;title=JSP%20%2F%20ASP%20%2F%20PHP&amp;bodytext=%22100s%20of%20useful%20and%20powerful%20web%20application%20hidden%20in%20Intranet%22%20%20%20%20%20%20%20Having%20a%20year%20worked%20on%20JSP%2C%20I%20was%20still%20learning%20JAVA.%20%20Now%2C%20when%20time%20is%20ripe%20to%20put%20my%20knowledge%20in%20design%2C%28building%20a%20personal%20website%29%2C%20I%20was%20surprised%20to%20see%20that%20there%20were" title="Digg"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fsmartpandian.com%2Fjsp-asp-php%2F&amp;title=JSP%20%2F%20ASP%20%2F%20PHP&amp;notes=%22100s%20of%20useful%20and%20powerful%20web%20application%20hidden%20in%20Intranet%22%20%20%20%20%20%20%20Having%20a%20year%20worked%20on%20JSP%2C%20I%20was%20still%20learning%20JAVA.%20%20Now%2C%20when%20time%20is%20ripe%20to%20put%20my%20knowledge%20in%20design%2C%28building%20a%20personal%20website%29%2C%20I%20was%20surprised%20to%20see%20that%20there%20were" title="del.icio.us"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsmartpandian.com%2Fjsp-asp-php%2F&amp;t=JSP%20%2F%20ASP%20%2F%20PHP" title="Facebook"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fsmartpandian.com%2Fjsp-asp-php%2F&amp;t=JSP%20%2F%20ASP%20%2F%20PHP" title="MySpace"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsmartpandian.com%2Fjsp-asp-php%2F&amp;title=JSP%20%2F%20ASP%20%2F%20PHP" title="StumbleUpon"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fsmartpandian.com%2Fjsp-asp-php%2F" title="Technorati"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=JSP%20%2F%20ASP%20%2F%20PHP&amp;url=http%3A%2F%2Fsmartpandian.com%2Fjsp-asp-php%2F" title="Slashdot"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fsmartpandian.com%2Fjsp-asp-php%2F&amp;t=JSP%20%2F%20ASP%20%2F%20PHP&opener=bm&amp;ei=UTF-8&amp;d=%22100s%20of%20useful%20and%20powerful%20web%20application%20hidden%20in%20Intranet%22%20%20%20%20%20%20%20Having%20a%20year%20worked%20on%20JSP%2C%20I%20was%20still%20learning%20JAVA.%20%20Now%2C%20when%20time%20is%20ripe%20to%20put%20my%20knowledge%20in%20design%2C%28building%20a%20personal%20website%29%2C%20I%20was%20surprised%20to%20see%20that%20there%20were" title="Yahoo! Bookmarks"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fsmartpandian.com%2Fjsp-asp-php%2F&amp;submitHeadline=JSP%20%2F%20ASP%20%2F%20PHP&amp;submitSummary=%22100s%20of%20useful%20and%20powerful%20web%20application%20hidden%20in%20Intranet%22%20%20%20%20%20%20%20Having%20a%20year%20worked%20on%20JSP%2C%20I%20was%20still%20learning%20JAVA.%20%20Now%2C%20when%20time%20is%20ripe%20to%20put%20my%20knowledge%20in%20design%2C%28building%20a%20personal%20website%29%2C%20I%20was%20surprised%20to%20see%20that%20there%20were&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://smartpandian.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>


<br/><br/>

<p>Related posts:<ol><li><a href='http://smartpandian.com/vertrigoserv/' rel='bookmark' title='Permanent Link: VertrigoServ'>VertrigoServ</a> <small>Ha.. My Sincere Thanks to VertrigoServ.. For those who doesnot...</small></li>
<li><a href='http://smartpandian.com/working-a-way-of-learning/' rel='bookmark' title='Permanent Link: Working, A way of Learning'>Working, A way of Learning</a> <small>The luxurious part of life is learning ( not earning...</small></li>
<li><a href='http://smartpandian.com/wordpress-for-my-blog-life/' rel='bookmark' title='Permanent Link: WordPress For My Blog Life'>WordPress For My Blog Life</a> <small>Three months before, I was looking for web hosting company...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://smartpandian.com/jsp-asp-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
