<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Anant Shrivastava : Techno Enthusiast</title>
	
	<link>http://blog.anantshri.info</link>
	<description>MY journey into the world of virtual reality.</description>
	<lastBuildDate>Wed, 28 Oct 2009 10:49:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/anantshri" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Boot open Solaris without happy face / Graphical boot</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/N-5rAjfcpYY/</link>
		<comments>http://blog.anantshri.info/2009/10/28/boot-open-solaris-without-happy-face-graphical-boot/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 10:41:38 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[open solaris]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/2009/10/28/boot-open-solaris-without-happy-face-graphical-boot/</guid>
		<description><![CDATA[I was setting up open solaris virtual machine using virtualbox but the machine hung at the boot screen, a lot of search from internet finally revealed following facts.
Graphical Boot Screen in OpenSolaris is known as HAPPY FACE.
unlike Linux boot entries in Open Solaris we have 4 line to change
you will find 3 lines listed as [...]]]></description>
			<content:encoded><![CDATA[<p>I was setting up open solaris virtual machine using <a href="http://www.virtualbox.org" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.virtualbox.org&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/10/28/boot-open-solaris-without-happy-face-graphical-boot/&amp;wp-toolbar-fromtitle=Boot open Solaris without happy face / Graphical boot&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" >virtualbox</a> but the machine hung at the boot screen, a lot of search from internet finally revealed following facts.</p>
<p>Graphical Boot Screen in OpenSolaris is known as HAPPY FACE.</p>
<p>unlike Linux boot entries in Open Solaris we have 4 line to change</p>
<p>you will find 3 lines listed as </p>
<blockquote><p>splashimage /boot/solaris.xpm     <br />foreground d25f00      <br />background 115d93</p>
</blockquote>
<p>You need to delete these lines, this can be done by first pressing “e” on boot menu and then pressing d keeping cursor on the line to be deleted.</p>
<p>next we need to edit line starting with “kernel$” and remove the following portion.</p>
<blockquote><p>,console=graphics</p>
</blockquote>
<p>This will let you boot Open Solaris in console mode and can in turn let you find errors occurring.</p>
<p>Note : this same feature could be implemented as a second entry in Grub. detailed post on Grub will come as soon as i get time from my busy schedule for penning it down.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/10/28/boot-open-solaris-without-happy-face-graphical-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/10/28/boot-open-solaris-without-happy-face-graphical-boot/</feedburner:origLink></item>
		<item>
		<title>JQuery facebox + flash using swfobject.js</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/j1IXJTpWGRE/</link>
		<comments>http://blog.anantshri.info/2009/10/04/jquery-facebox-flash-using-swfobject-js/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 20:12:00 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/?p=201</guid>
		<description><![CDATA[Busy like hell these days with a inhouse project for my firm.
working on HTML / CSS as well as graphing / charting for the project.
the toolset i am using

Open Flash Chart
FaceBox
Jquery
Jsp
MySql

A simple tip i am writing as i was experimenting with Facebox, Open Flash Chart, and a large array of javascript in one page.
and i [...]]]></description>
			<content:encoded><![CDATA[<p>Busy like hell these days with a inhouse project for my firm.</p>
<p>working on HTML / CSS as well as graphing / charting for the project.</p>
<p>the toolset i am using</p>
<ol>
<li><a href="http://teethgrinder.co.uk/open-flash-chart" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://teethgrinder.co.uk/open-flash-chart&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/10/04/jquery-facebox-flash-using-swfobject-js/&amp;wp-toolbar-fromtitle=JQuery facebox + flash using swfobject.js&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Open Flash Chart</a></li>
<li><a href="http://famspam.com/facebox" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://famspam.com/facebox&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/10/04/jquery-facebox-flash-using-swfobject-js/&amp;wp-toolbar-fromtitle=JQuery facebox + flash using swfobject.js&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">FaceBox</a></li>
<li><a href="http://jquery.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://jquery.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/10/04/jquery-facebox-flash-using-swfobject-js/&amp;wp-toolbar-fromtitle=JQuery facebox + flash using swfobject.js&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Jquery</a></li>
<li><a href="http://java.sun.com/products/jsp/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://java.sun.com/products/jsp/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/10/04/jquery-facebox-flash-using-swfobject-js/&amp;wp-toolbar-fromtitle=JQuery facebox + flash using swfobject.js&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Jsp</a></li>
<li><a href="http://www.mysql.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.mysql.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/10/04/jquery-facebox-flash-using-swfobject-js/&amp;wp-toolbar-fromtitle=JQuery facebox + flash using swfobject.js&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">MySql</a></li>
</ol>
<p>A simple tip i am writing as i was experimenting with Facebox, Open Flash Chart, and a large array of javascript in one page.</p>
<p>and i found one error.</p>
<p>while the default samples provided at open flash chart website work fatastically when working alone but have a piculiar to flash problem while working with jquery specially facebox.</p>
<p>when a facebox method is called it goes in the backround while the flash remains in the foreground. no matter what z-index game you try but flash always remain on top of facebox.</p>
<p>A bit of googling yielded <a href="http://joelg.info/problem-with-flash-appearing-on-top-of-facebo" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://joelg.info/problem-with-flash-appearing-on-top-of-facebo&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/10/04/jquery-facebox-flash-using-swfobject-js/&amp;wp-toolbar-fromtitle=JQuery facebox + flash using swfobject.js&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">http://joelg.info/problem-with-flash-appearing-on-top-of-facebo</a></p>
<p>but this talked about adding a parameter in flash embed object code in HTML</p>
<p>but while working on advance javascript only method of open flash chart i was using just swfobject code and hence to obtain above requested feature we need</p>
<p>X.addParam(&#8221;wmode&#8221;, &#8220;transparent&#8221;);</p>
<p>to be added in the function calling. where X is the SWFobject.</p>
<p>Hope this helps someone else finding solution a bit easily.</p>
<p>Note : tested on Firefox 3.5 and IE 6.0</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/10/04/jquery-facebox-flash-using-swfobject-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/10/04/jquery-facebox-flash-using-swfobject-js/</feedburner:origLink></item>
		<item>
		<title>Bookmarklet to save favicons and some other links</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/uw2dtH4xjPc/</link>
		<comments>http://blog.anantshri.info/2009/09/27/bookmarklet-to-save-favicons-and-some-other-links/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:25:33 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/?p=198</guid>
		<description><![CDATA[Hi along with my-profiles plugin work i had a need to extract favicons from various sites so i created this simple bookmarklet using google services which will extract the favicon of the current opened page for you.
I tried it in various scenario and seems to be working fine for me (FF 3.5 only till now.)
To [...]]]></description>
			<content:encoded><![CDATA[<p>Hi along with my-profiles plugin work i had a need to extract favicons from various sites so i created this simple bookmarklet using google services which will extract the favicon of the current opened page for you.</p>
<p>I tried it in various scenario and seems to be working fine for me (FF 3.5 only till now.)</p>
<p>To add the bookmarklet just drag this link to taskbar : <a href="javascript:void%20window.open('http://www.google.com/s2/favicons?domain='+document.domain);">Extract Favicons</a></p>
<p>Note : been a lot busy these days with my official work and some inhouse development. for the curious ones : currently working on implementing<a href="http://code.google.com/p/flot/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://code.google.com/p/flot/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/09/27/bookmarklet-to-save-favicons-and-some-other-links/&amp;wp-toolbar-fromtitle=Bookmarklet to save favicons and some other links&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank"></a></p>
<ol>
<li><a href="http://code.google.com/p/flot/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://code.google.com/p/flot/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/09/27/bookmarklet-to-save-favicons-and-some-other-links/&amp;wp-toolbar-fromtitle=Bookmarklet to save favicons and some other links&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank"> flot </a></li>
<li><a href="http://teethgrinder.co.uk/open-flash-chart/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://teethgrinder.co.uk/open-flash-chart/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/09/27/bookmarklet-to-save-favicons-and-some-other-links/&amp;wp-toolbar-fromtitle=Bookmarklet to save favicons and some other links&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Open Flash chart</a></li>
</ol>
<p>Besides these working on SQL optimization for my inhouse project.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/09/27/bookmarklet-to-save-favicons-and-some-other-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/09/27/bookmarklet-to-save-favicons-and-some-other-links/</feedburner:origLink></item>
		<item>
		<title>wordpress plugin : my profiles -&gt; now on wordpress.org</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/zNL9P1kVIQM/</link>
		<comments>http://blog.anantshri.info/2009/08/30/wordpress-plugin-my-profiles-now-on-wordpress-org/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 10:02:41 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/?p=190</guid>
		<description><![CDATA[Its my pleasure to annouce that from now on my plugin for wordpress (my profiles) will be hosted at
http://wordpress.org/extend/plugins/my-profiles/
I have got time just to add my current working version to wordpress plugin&#8217;s repo.
but will need support from community to add more sites to it&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Its my pleasure to annouce that from now on my plugin for wordpress <a title="Wordpress : my profiles" href="http://blog.anantshri.info/2008/08/24/wordpress-plugin-my-profiles/" target="_blank">(my profiles)</a> will be hosted at</p>
<p><a title="Wordpress : my profiles" href="http://wordpress.org/extend/plugins/my-profiles/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://wordpress.org/extend/plugins/my-profiles/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/08/30/wordpress-plugin-my-profiles-now-on-wordpress-org/&amp;wp-toolbar-fromtitle=wordpress plugin : my profiles -> now on wordpress.org&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">http://wordpress.org/extend/plugins/my-profiles/</a></p>
<p>I have got time just to add my current working version to wordpress plugin&#8217;s repo.</p>
<p>but will need support from community to add more sites to it&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/08/30/wordpress-plugin-my-profiles-now-on-wordpress-org/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/08/30/wordpress-plugin-my-profiles-now-on-wordpress-org/</feedburner:origLink></item>
		<item>
		<title>wine + bottle trick = free crossover office</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/mQAVFIzyQYY/</link>
		<comments>http://blog.anantshri.info/2009/07/11/wine-bottle-trick-free-crossover-office/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 11:33:45 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[idea]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/?p=161</guid>
		<description><![CDATA[just an idea]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">BASIC IDEA </span></strong></p>
<p>people wish to go for crossover office only because wine lacks a proper graphical bottling interface.</p>
<p><strong><span style="color: #ff0000;">DESCRIPTION </span></strong></p>
<p>Wine has a lot of gui scripts but none of them by far support bottling.</p>
<p>if we can implement bottling in wine by gui a lot of possibilities will open up.</p>
<p><span id="more-161"></span>I am currently using two bottles</p>
<p>1) XP</p>
<p>2) 98</p>
<p>and these two bottles are sufficient to work  with majority of softwares, some have problem’s running in XP runs fine in 98 and some vice-versa.</p>
<p>but one more important thing needs to be taken in mind and that is proper configuration of wine directory.</p>
<p>for this i suggest use of winetricks its a shell script and will not have much problem in converting it to GUI one.</p>
<p>NOTE’s For those who wish to work on this project.</p>
<p><span style="color: #ff0000;">Bottling trick </span></p>
<p>WINEPREFIX is mainly used to work with multiple root directories of wine or what we call bottles</p>
<p>So if you wish to run default wine i.e. (~/.wine) then you can directly run it</p>
<p>but if you wish to use other version the syntax will become</p>
<p>WINEPREFIX=”&lt;actual directory&gt;” wine &lt;executable name&gt;</p>
<p>replace &lt;actual directory&gt; with the directory location, and &lt;executable name&gt; with the name of executable file.</p>
<p><span style="color: #ff0000;">WineTricks</span></p>
<p>But you also need to setup wine directories properly so that most common task’s can be performed easily.</p>
<p>so you should download wine tricks and check its code</p>
<p>the essential softwares for each bottle that i use are listed as</p>
<p>1) XP</p>
<p>cc580,corefonts,gdiplus,gecko,jet40, libration, mdac27, mfc40, msxml4, pdh, tahoma, vbvm50, vbrun60,  vcrun6, volnum winver=XP</p>
<p>NOTE : instead of usign fake ie 6 registry hack i prefer use ies4linux and install ie6</p>
<p>2) 98</p>
<p>winver=98, wsh56, vcrun6,vbrun60,vbvm50,tahoma,msi,  cc580, corefonts, dcom98, gecko, je50,libration, mdac27</p>
<p>Note : here also use ies4linux for this directory also.</p>
<p>HOPE THIS IDEA Work’s out some day.</p>
<p><strong><br />
</strong></p>
<p><strong>Update @ 14 july 2009</strong></p>
<p>we got a working shell scripting on this concept<strong> <a title="http://blog.anantshri.info/wp-content/uploads/2009/07/1310.txt" href="http://blog.anantshri.info/wp-content/uploads/2009/07/1310.txt" target="_blank">local copy here</a></strong> as well as at <a href="http://pastebin.org/1310" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://pastebin.org/1310&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/11/wine-bottle-trick-free-crossover-office/&amp;wp-toolbar-fromtitle=wine + bottle trick = free crossover office&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" >pastebin copy here</a> curtsy <a href="http://digg.com/users/Smegzor" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://digg.com/users/Smegzor&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/11/wine-bottle-trick-free-crossover-office/&amp;wp-toolbar-fromtitle=wine + bottle trick = free crossover office&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Smegzor @ digg </a></p>
<p>note: if you want to suggest any change please do it on pastebin link.</p>
<p>I have created a local copy as a preventive measure against any mishap.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/07/11/wine-bottle-trick-free-crossover-office/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/07/11/wine-bottle-trick-free-crossover-office/</feedburner:origLink></item>
		<item>
		<title>blog speed enhancement attempts</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/eNcJybHfqU4/</link>
		<comments>http://blog.anantshri.info/2009/07/04/blog-speed-enhancement-attempts/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 14:30:41 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[GENERAL]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/?p=158</guid>
		<description><![CDATA[I have been trying to deal with these problem for a long time

front page loading speed.
size of the front page in KB.
Limit calls to external url&#8217;s
and a lot more suggestion&#8217;s given by Yslow

After week&#8217;s of efforts i think now my front page is considerably faster.

Note : need comments from visitors if my assumption is right [...]]]></description>
			<content:encoded><![CDATA[<p>I have been trying to deal with these problem for a long time</p>
<ol>
<li>front page loading speed.</li>
<li>size of the front page in KB.</li>
<li>Limit calls to external url&#8217;s</li>
<li>and a lot more suggestion&#8217;s given by<a href="http://developer.yahoo.com/yslow/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://developer.yahoo.com/yslow/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-speed-enhancement-attempts/&amp;wp-toolbar-fromtitle=blog speed enhancement attempts&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank"> Yslow</a></li>
</ol>
<p>After week&#8217;s of efforts i think now my front page is considerably faster.</p>
<p><span id="more-158"></span></p>
<p>Note : need comments from visitors if my assumption is right or wrong.</p>
<p>Now i am listing my speed up attempts.</p>
<ol>
<li>After looking at the whole theme that i am using now its a <a href="http://www.ndesign-studio.com/resources/wp-themes/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.ndesign-studio.com/resources/wp-themes/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-speed-enhancement-attempts/&amp;wp-toolbar-fromtitle=blog speed enhancement attempts&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">modified glossy blue by N Design Studio</a> for 3 columns and as i am using this theme exclusively for my blog and in not any mood to change it sooner. so i went ahead and actually made a lot of PHP calls to static mainly call&#8217;s looking for blog name and link location as well as path&#8217;s (mark my words this means i am reducing dbase connection in turn reducing load on server)</li>
<li>Then i went on and reduced a lot of plugin&#8217;s like one plugin i was using exclusively to add my twitter feed in the feed&#8217;s list i removed it and add static reference in header.php</li>
<li>Next i went to one aspect of by blog i.e. widget&#8217;s, earler i used to have a large array of liked images from lot many blogcolelctions but now i have reduced them down (currently 1) which also i am thinking of removing.</li>
<li>but in case you do need those then atleast make sure that imge is on your server so that external server call can be reduced.</li>
<li>Next stop was my sociable plugin, in those early days of socializing i was not satisfied with all those icons also, but now as the focus is now one content so off goes my long list of sociable icon&#8217;s currently reduced to 6 only and that too not being displayed on cover page.</li>
<li>now working on how to reduce JS call&#8217;s and CSS by tying to combine then in minimum possible files.</li>
</ol>
<p>working on more to speed it up even more will be back with more updates on it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/07/04/blog-speed-enhancement-attempts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/07/04/blog-speed-enhancement-attempts/</feedburner:origLink></item>
		<item>
		<title>BLOG CAMP PUNE 2 : Reaction continue</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/ClmVhKlOt70/</link>
		<comments>http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 11:36:45 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/?p=155</guid>
		<description><![CDATA[collating all the reaction for BLOGCAMP pune 2 and adding my own to it as well as what topics i would like to discuss.]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: sans-serif;">So here i am back with a week old topic<a href="http://barcamp.org/BlogCampPune2" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://barcamp.org/BlogCampPune2&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank"> BLOGCAMP PUNE 2</a><br />
</span></p>
<p><span style="font-family: sans-serif;">After my initial post there were a lot of blogger typing down there thoughts on the event.</span></p>
<p><span style="font-family: sans-serif;">Started with Tarun chandel&#8217;s </span>“<a href="http://blog.tarunchandel.com/2009/06/post-blogcamp-pune-self-analysis-kit.html" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://blog.tarunchandel.com/2009/06/post-blogcamp-pune-self-analysis-kit.html&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" >Post BlogCamp Pune Self-Analysis kit</a>”,  <span style="font-family: sans-serif;">enhanced by </span>Dhananjay Nene&#8217;s word in<span style="font-family: sans-serif;"> </span><a href="http://dhananjay.nene.in/2009/06/why-i-was-disappointed-with-pune-blogcamp-2/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://dhananjay.nene.in/2009/06/why-i-was-disappointed-with-pune-blogcamp-2/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Why I was disappointed with Pune Blog Camp 2</a>, more thoughts added to it by Mahendra Palsule @ <a rel="bookmark" href="http://mahendrap.wordpress.com/2009/07/02/pune-blog-camp-2-reflections/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://mahendrap.wordpress.com/2009/07/02/pune-blog-camp-2-reflections/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" >Pune Blog Camp 2: Reflections</a>. and a lot more to it by blog&#8217;s listed here</p>
<p><span id="more-155"></span></p>
<ol>
<li><a href="http://the-mouse-trap.blogspot.com/2009/06/blogcamppune2-thank-you-note.html" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://the-mouse-trap.blogspot.com/2009/06/blogcamppune2-thank-you-note.html&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">sandeep @ mousetrap</a></li>
<li><a href="http://www.devilsworkshop.org/blogcamp-pune-2-overview/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.devilsworkshop.org/blogcamp-pune-2-overview/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">BlogCamp Pune 2 &#8211; Overview</a> : By rahul Bansal</li>
<li><a href="http://foolishnessofthings.blogspot.com/2009/06/blog-camp.html" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://foolishnessofthings.blogspot.com/2009/06/blog-camp.html&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">aniket shaed his feeling here</a></li>
<li><a href="http://www.whoisdeep.com/2009/06/27/blogcamp-pune-2-unconferences-etc/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.whoisdeep.com/2009/06/27/blogcamp-pune-2-unconferences-etc/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">deep ganatra raising a concern shared by a lot of people</a></li>
<li><a href="http://etscientia.wordpress.com/2009/06/29/the-long-satisfying-weekend/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://etscientia.wordpress.com/2009/06/29/the-long-satisfying-weekend/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">nikhil verma shared his Experiance here</a></li>
<li>and a contrast thoughts of a <a href="http://pinkandpop.blogspot.com/2009/07/blog-camp-pune-2.html" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://pinkandpop.blogspot.com/2009/07/blog-camp-pune-2.html&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">personal blogger by henna achhpal here</a> asking What&#8217;s in it for personal blogger.</li>
</ol>
<p>All these has a lot of different reaction on me while on one side i was thinking it went all right coz i had no expectations earlier <a href="http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/" target="_blank">as i already said </a>but then it could have a been a lot of fun just by adding some more to it. and then a fundamental question struck to me, its not just work of un- conference un-organizers to deal with this <strong>what was your contribution to it.</strong> And then i was dumb-stuck for sometime but then came up with list of topics i can contribute to or discuss about</p>
<ul>
<li><span style="color: #000000;">Peek into wordpress plugin development (basic intro) based on  <a href="http://blog.anantshri.info/2008/08/24/wordpress-plugin-my-profiles/" target="_blank">My profiles plugin(still under development)</a><br />
</span></li>
<li><span style="color: #000000;"> Wordpress customization tips</span> including (speed enhancement)</li>
<li><span style="color: #000000;">Changing world of internet with web 2.0 / 3.0 and its importance to us. (<a href="http://www.slideshare.net/anantshri/web20-an-introduction-396686" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.slideshare.net/anantshri/web20-an-introduction-396686&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">intro to web 2.0 for those new to this concept</a>)</span></li>
<li><span style="color: #000000;">A peek into the world of blogging clients. I am talking about clients not servers. (ex scribefire or bleezer or flock)</span></li>
<li><span style="color: #000000;">Why i still blog even though i am also lot more then just active @ twitter, orkut, facebook or <a href="http://anantshri.info/index.php?page=profile" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://anantshri.info/index.php?page=profile&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/&amp;wp-toolbar-fromtitle=BLOG CAMP PUNE 2 : Reaction continue&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">what not</a>.</span></li>
</ul>
<p><span style="color: #000000;">And as a headstart i will try posting some material related to these on my blog also</span><br />
So how are you going to contribute to the camp next time??</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/</feedburner:origLink></item>
		<item>
		<title>BLOG camp Pune : an overview</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/TSTkfmR4IdY/</link>
		<comments>http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 12:59:40 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[GENERAL]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/?p=149</guid>
		<description><![CDATA[Blog camp pune (27th june 2009) So finally i was able to attend the first unconference of my life and as expected it was fun filled day as a large gathering turned up with varied flavours in blogging. When i entered in i was a bit uncomfortable but on my way to the 7th floor [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcamp.org/BlogCampPune2" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.barcamp.org/BlogCampPune2&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Blog camp pune (27th june 2009)</a> So finally i was able to attend the first unconference of my life and as expected it was fun filled day as a large gathering turned up with varied flavours in blogging. When i entered in i was a bit uncomfortable but on my way to the 7th floor of atur center i met <a href="http://painofmylife.blogspot.com" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://painofmylife.blogspot.com&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Shahid Mukadam</a> another blogger offcourse who claims to have a cheesy name for his blog and hence was a bit shy to publically say it loud( if you want to know just hover over his name), then along with him i came in contact with <a href="http://abhinavsonkar.com" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://abhinavsonkar.com&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Abhinav Sonkar</a> (another techMighty) and <a href="http://bizdharma.com" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://bizdharma.com&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Himanshu Chanda of BizDharma</a> Along with us was <a href="http://sachin-more.blogspot.com" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://sachin-more.blogspot.com&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Sachin more </a>And then at around 10:05 AM the conference started. <a href="http://photos.tarunchandel.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://photos.tarunchandel.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Tarun Chandel</a> kicked the event with an introduction to BLOGCAMP concept and then moving on to what and why&#8217;s of blogging.The best part was</p>
<p><span id="more-149"></span></p>
<ol>
<li>“Law of Two Feet”, using your two feet you move to place where you can learn, share or enjoy. If you are not in such a place move to it or start a discussion of your and others would gather around you</li>
<li>What has happened is what was suppose to happen</li>
</ol>
<p>After his words It was introduction time and all of a sudden people were back in bussiness and i was amazed to see a large number of blogger with personal blogging or technology as its key focus area.</p>
<p align="left">While the introductions were on we found people ranging from 15 yrs old<a href="http://letssermo.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://letssermo.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank"> Farhad</a> to scientist named <a href="http://express-explore.blogspot.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://express-explore.blogspot.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Puskaraj apte</a> who also happen to find his long time lost pal <a href="http://anupamsaraph.blogspot.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://anupamsaraph.blogspot.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Anupam Saraph</a> then came introduction from <a href="http://thebuddingcommunicator.blogspot.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://thebuddingcommunicator.blogspot.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">sneha gore </a>who has just completed her thesis on urban blogger&#8217;s. Then the most surprising for me were the people from <a href="http://www.pune-lokayat.blogspot.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.pune-lokayat.blogspot.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Lokayat </a>they were out there for a mission <a href="http://www.pune-lokayat.blogspot.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.pune-lokayat.blogspot.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">details on the blog</a>. but was even more surprised (and not so surprised also) to see a large crowd who</p>
<p>claim befoehand only that they don&#8217;t blog but are here for there marketting firm.</p>
<p align="left">Then as the introduction ended Wall wiki was on its place for sesssion details to be filled up.</p>
<p align="left">After filling up it looked like.</p>
<div class="wp-caption aligncenter" style="width: 510px"><img title="wall wiki" src="http://farm4.static.flickr.com/3413/3667368529_8731142cfd.jpg?v=0" alt="wall wiki" width="500" height="375" /><p class="wp-caption-text">wall wiki 1</p></div>
<div class="wp-caption aligncenter" style="width: 510px"><img title="wall wiki - 2" src="http://farm3.static.flickr.com/2465/3668173926_9e09d6ef23.jpg?v=0" alt="wall wiki - 2" width="500" height="375" /><p class="wp-caption-text">wall wiki - 2</p></div>
<p>Along with all the talks going on my attention shifted to <a href="http://sahilkhan.wordpress.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://sahilkhan.wordpress.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">sahil Khan </a>(<a href="http://twitter.com/sahilk" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://twitter.com/sahilk&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">@sahilk</a>) flaunting his twttier id on his T-shirt. &#8211; that&#8217;s a cool way to know people about you.</p>
<p align="left">Then as people were all drifting towards different direction i came in touch with <a href="http://www.gauravpant.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.gauravpant.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Gaurav Pant </a>a.k.a. DEXTER (<a href="http://twitter.com/gauravggs" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://twitter.com/gauravggs&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">@gauravggs</a>) from <a href="http://www.plug.org.in/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.plug.org.in/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">PLUG (Pune linux user group)</a> and <a href="http://etscientia.wordpress.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://etscientia.wordpress.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">nikhil Kumar Verma</a> (<a href="http://twitter.com/gryphusnick" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://twitter.com/gryphusnick&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">@gryphusnick</a>) and then we three shared a long chat about stuff&#8217;s ranging from Geek talk, geek life, How for geek&#8217;s its fun while in front of the screen, and then about freelancing to Cryosleep and then topic drifting to demolition man as example of cryosleep concept to andriod cell phones and google lattitude and then shifting to stolen laptops and recovery methods.</p>
<p align="left">Then i went for my first session and that was How to <a href="http://www.devilsworkshop.org/moving-from-blogger-to-wordpress-maintaining-permalinks-traffic-seo/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.devilsworkshop.org/moving-from-blogger-to-wordpress-maintaining-permalinks-traffic-seo/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">migrate from blogger to wordpress</a> by <a href="http://www.devilsworkshop.org/author/rahul/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.devilsworkshop.org/author/rahul/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Rahul Bansal</a> (<a href="http://www.twitter.com/rahul286" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.twitter.com/rahul286&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">@rahul286</a>) <a href="http://www.slideshare.net/rahul286/blogger-to-word-press-migration" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.slideshare.net/rahul286/blogger-to-word-press-migration&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">Slideshow here</a>, his session was good and it showed all the hardwork they have done in creating the <a href="http://wordpress.org/extend/plugins/blogger- to-wordpress-redirection/" target="_blank">plugin</a>. But could not stop myself from chipping in (advantage of unconferance) and adding some cautions about keeping wordpress installs uptodate, overall a nice and properly worked presentation.</p>
<p align="left">Next i went on to attend the session by lokayat people they started with talks on social political topics which to be very frank are not my cup of tea but when it came to the topic of Free Softwares that was were I waw all ears for it. This ended on a good note. Then lunch and after that i was a bit off track with sessions mainly focused on SEO and how to make money. and then suddenly it looked as if camp will end @3:30 only.</p>
<p>But the day just was not ready to end yet and there we were listening to the standup comedy act by <a href="http://twitter.com/thakkar" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://twitter.com/thakkar&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" >Abhishek thakkar</a> and his <a href="http://www.hurrhurr.com/fn" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.hurrhurr.com/fn&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">finding nimmo talk </a></p>
<p align="left">Some of the most funniest ones were</p>
<ol>
<li>I want my nimmo to understand my word in formats like (ftp kitchen; mget food)</li>
<li>A matrimonial profile reading &#8220;I an looking for a panther&#8221;</li>
<li>A matrimonial Profile reading &#8220;I want someone to help me in my BED Situation&#8221; &#8211; by a guju girl (try speaking in gujrati accent and you will get what she want)</li>
<li><a href="http://www.hurrhurr.com/fn/2007/love-triangles-do-not-exist/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://www.hurrhurr.com/fn/2007/love-triangles-do-not-exist/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">There can never be a love triangle (only love angles)</a></li>
</ol>
<p>But still a lot of ground remained untouched or rather soft touched only</p>
<p align="left">but as in the begining tarul said &#8220;What has happened is what was suppose to happen&#8221; so no regrets about the event.</p>
<p align="left">On the other Hand would like to see following thing&#8217;s in next camp</p>
<ol>
<li>Talk on Legal issues involved with blogging in india.</li>
<li>Have a presentation on urban blogger&#8217;s and blogging &#8211; <a href="http://thebuddingcommunicator.blogspot.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://thebuddingcommunicator.blogspot.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/&amp;wp-toolbar-fromtitle=BLOG camp Pune : an overview&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">sneha gore </a>(may be the right person for this)</li>
<li>How to write quality content.</li>
<li>Talks on blog platforms other then wordpress and blogger / blogs.</li>
</ol>
<p>UPDATE : Please check <a href="http://blog.anantshri.info/2009/07/04/blog-camp-pune-2-reaction-continue/">BLOG CAMP PUNE 2 REACTION CONTINUES</a> for more details about post camp reactions</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/06/28/blogcamppune-an-overview/</feedburner:origLink></item>
		<item>
		<title>Blog Camp 2 Pune</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/uBPVhy6nfs4/</link>
		<comments>http://blog.anantshri.info/2009/06/20/blog-camp-2-pune/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 14:01:07 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[GENERAL]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/?p=142</guid>
		<description><![CDATA[
What is BlogCampPune?
BlogCampPune is a FREE unconference focusing exclusively on blogging, organized by bloggers for bloggers. It‘s built upon the principles of the famousBarCamp (ad-hoc unconference) focussed on sharing, learning and new ideas. This is going to be an intense event with discussions, demos and interaction between attendees. Any blogger who wants to contribute is [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://barcamp.org/BlogCampPune2" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://barcamp.org/BlogCampPune2&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/20/blog-camp-2-pune/&amp;wp-toolbar-fromtitle=Blog Camp 2 Pune&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" ><img class="aligncenter size-medium wp-image-143" title="logo-main-krity" src="http://blog.anantshri.info/wp-content/uploads/2009/06/logo-main-krity-300x229.jpg" alt="logo-main-krity" width="300" height="229" /></a><span id="more-142"></span></h3>
<h3>What is BlogCampPune?</h3>
<p>BlogCampPune is a FREE unconference focusing exclusively on blogging, organized by bloggers for bloggers. It‘s built upon the principles of the famousBarCamp (ad-hoc unconference) focussed on sharing, learning and new ideas. This is going to be an intense event with discussions, demos and interaction between attendees. Any blogger who wants to contribute is welcome and invited to join. In the spirit of BarCamp, if you attend, be prepared to present something (even if it&#8217;s just 10 minutes).</p>
<p>When : 27th June 2009</p>
<p><strong>Where:</strong> SICSR (Symbiosis) 7th Floor Atur Center, Gokhale Cross Road, Model Colony Pune Near the OM Super Market</p>
<p><a rel="#someid13" href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=SICSR&amp;sll=18.58703,73.773365&amp;sspn=0.113244,0.154495&amp;ie=UTF8&amp;ll=18.569294,73.805294&amp;spn=0.113256,0.154495&amp;z=13&amp;msa=0&amp;msid=105025857203733866936.0000011323cd9ba7857de" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=SICSR&amp;sll=18.58703,73.773365&amp;sspn=0.113244,0.154495&amp;ie=UTF8&amp;ll=18.569294,73.805294&amp;spn=0.113256,0.154495&amp;z=13&amp;msa=0&amp;msid=105025857203733866936.0000011323cd9ba7857de&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/20/blog-camp-2-pune/&amp;wp-toolbar-fromtitle=Blog Camp 2 Pune&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" >Google Map</a></p>
<h3>Tickets</h3>
<p>The Registrations for the Blogcamp Pune 2 has started. Grab yourself a ticket right away. <a rel="#someid14" href="http://blogcamppune.eventbrite.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://blogcamppune.eventbrite.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/20/blog-camp-2-pune/&amp;wp-toolbar-fromtitle=Blog Camp 2 Pune&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" >http://blogcamppune.eventbrite.com</a></p>
<h3>Speak at the Blogcamp Pune</h3>
<p>If you want to speak on a topic or run a session/discussion at the Blogcamp Pune please mention your idea while you are buying the ticket. <a rel="#someid15" href="http://blogcamppune.eventbrite.com/" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://blogcamppune.eventbrite.com/&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/20/blog-camp-2-pune/&amp;wp-toolbar-fromtitle=Blog Camp 2 Pune&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" >http://blogcamppune.eventbrite.com</a></p>
<p>More Info : <a title="http://barcamp.org/BlogCampPune2" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://barcamp.org/BlogCampPune2&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/20/blog-camp-2-pune/&amp;wp-toolbar-fromtitle=Blog Camp 2 Pune&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  href="http://barcamp.org/BlogCampPune2" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://barcamp.org/BlogCampPune2&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/20/blog-camp-2-pune/&amp;wp-toolbar-fromtitle=Blog Camp 2 Pune&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;" >http://barcamp.org/BlogCampPune2</a></p>
<p><strong>I have registered for the even already.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/06/20/blog-camp-2-pune/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/06/20/blog-camp-2-pune/</feedburner:origLink></item>
		<item>
		<title>Input Validation Shell Script</title>
		<link>http://feedproxy.google.com/~r/anantshri/~3/cZzi75JAPAs/</link>
		<comments>http://blog.anantshri.info/2009/06/08/input_validation_shell_script/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:01:59 +0000</pubDate>
		<dc:creator>Anant Shrivastava</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://blog.anantshri.info/?p=138</guid>
		<description><![CDATA[Input validation shell scripts handy  in shell script based task automation]]></description>
			<content:encoded><![CDATA[<p>I am Back but this time for some code sharing&#8230;..</p>
<p>I have been working on Unix Shell scripts for standalone work and came across the need for various types of input validation.</p>
<p>The basic need of Input validation comes when we have some other program&#8217;s depending on the input and those programs being sensitive to type of data  being send to them.</p>
<p><span id="more-138"></span></p>
<p>so i have compiled some neat hacks for this specific purpose&#8230;.</p>
<p>You can check at the bottom for a detailed usage of the functions that i have created.</p>
<p><a title="Input Validation Shell Script " href="http://anantshri.info/unix/input_valid.sh.txt" onclick="window.open('http://blog.anantshri.info/wp-content/plugins/wordpress-toolbar/toolbar.php?wp-toolbar-tourl=http://anantshri.info/unix/input_valid.sh.txt&amp;wp-toolbar-fromurl=http://blog.anantshri.info/2009/06/08/input_validation_shell_script/&amp;wp-toolbar-fromtitle=Input Validation Shell Script&amp;wp-toolbar-blogurl=http://blog.anantshri.info&amp;wp-toolbar-blogtitle=Anant Shrivastava : Techno Enthusiast','wordpress-toolbar');return false;"  target="_blank">A direct download is also available here</a></p>
<pre>function num_check()

{

read -p "$1" as

until expr $as - 1 &gt;&gt;/dev/null 2&gt;/dev/null

do

read -p "$2 should be numeric please enter again" as

done

echo $as

}

function char_check()

{

read -p "$1" as

while expr $as - 1 &gt;&gt;/dev/null 2&gt;/dev/null

do

read -p "$2 should not be numeric please enter again" as

done

echo $as

}

function null_check()

{

read -p "$1" as

while [ -z $as ]

do

read -p "$2 should not be null " as

done

echo $as

}

function alphacheck()

{

read -p "$1" as

while echo $as | grep [0-9!@#$%^&amp;*()-_|] 2&gt;&gt;/dev/null &gt;&gt;/dev/null

do

read -p "$2 should be alphabet only" as

done

echo $as

}

#

#       sample calling for the script

#

#

#z=`num_check "Please enter the no" "Customer no" `

#echo $z

#echo `expr $z + 1`

#y=`char_check "Please enter the name" "Customer name"`

#echo $y

#echo $y | wc -c

#x=`null_check "Please enter enrollment no" "enrollment no"`

#q=`alphacheck "Please enter the name" "Customer name"`

#echo $q</pre>
<p>I hope this helps someone</p>
<p>Waiting for comments and corrections&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.anantshri.info/2009/06/08/input_validation_shell_script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.anantshri.info/2009/06/08/input_validation_shell_script/</feedburner:origLink></item>
	</channel>
</rss>
