<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Akash Bhanderi</title>
	<atom:link href="http://akashbhanderi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://akashbhanderi.wordpress.com</link>
	<description>Where Sky is the limit.</description>
	<lastBuildDate>Thu, 01 Nov 2007 04:25:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='akashbhanderi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Akash Bhanderi</title>
		<link>http://akashbhanderi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://akashbhanderi.wordpress.com/osd.xml" title="Akash Bhanderi" />
	<atom:link rel='hub' href='http://akashbhanderi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Font Size Variation</title>
		<link>http://akashbhanderi.wordpress.com/2007/11/01/font-size-variation/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/11/01/font-size-variation/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 04:25:09 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/11/01/font-size-variation/</guid>
		<description><![CDATA[&#60;html&#62; &#60;head&#62; &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&#62; &#60;title&#62;:: Javascript ::&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#60;SCRIPT LANGUAGE=&#8221;JavaScript1.2&#8243;&#62; var msg=&#8217;This is a flying text&#8217;; var font=&#8217;Verdana,Arial&#8217;; var size=3; // up to seven var color=&#8217;#000000&#8242;; // This is not the rotation speed, its the reaction speed, keep low! // Set this to 1 for just plain rotation w/out drag var [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=28&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/11/01/font-size-variation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
		<item>
		<title>Numeric Validation</title>
		<link>http://akashbhanderi.wordpress.com/2007/10/06/numeric-validation/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/10/06/numeric-validation/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 06:38:59 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/10/06/numeric-validation/</guid>
		<description><![CDATA[&#60;html&#62; &#60;head&#62; &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&#62; &#60;title&#62;Untitled Document&#60;/title&#62; &#60;script language=&#8221;javascript&#8221;&#62; function checkValidNumber(ent) {    var val = (window.event) ? ent.keyCode : ent.which;  if((val&#62;57 &#124;&#124; val&#60;48) &#38;&#38; (val!=46) &#38;&#38; (val!=8) &#38;&#38; (val!=0))  {   return false;  }  var str=document.frm1.price.value;  var i=str.indexOf(&#8220;.&#8221;);  if(i!=-1 &#38;&#38; val==46)  {    return false;  } } &#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;form name=&#8221;frm1&#8243;&#62; &#60;input [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=27&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/10/06/numeric-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
		<item>
		<title>Set Textarea Maximum Line and Character</title>
		<link>http://akashbhanderi.wordpress.com/2007/10/06/set-textarea-maximum-line-and-character/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/10/06/set-textarea-maximum-line-and-character/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 06:38:04 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/10/06/set-textarea-maximum-line-and-character/</guid>
		<description><![CDATA[&#60;html&#62; &#60;head&#62; &#60;title&#62;Limit Textarea&#60;/title&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; var alert_title=&#8217;Input Restriction&#8217;; function limitTextarea(textarea,maxLines,maxChar){ var lines=textarea.value.replace(/\r/g,&#8221;).split(&#8216;\n&#8217;), lines_removed, char_removed, i; if(maxLines&#38;&#38;lines.length&#62;maxLines){ alert(&#8216;You can not enter\nmore than &#8216;+maxLines+&#8217; lines&#8217;); lines=lines.slice(0,maxLines); lines_removed=1 } if(maxChar){ i=lines.length; while(i&#8211;&#62;0)if(lines[i].length&#62;maxChar){ lines[i]=lines[i].slice(0,maxChar); char_removed=1 } if(char_removed)alert(&#8216;You can not enter more\nthan &#8216;+maxChar+&#8217; characters per line&#8217;) } if(char_removed&#124;&#124;lines_removed)textarea.value=lines.join(&#8216;\n&#8217;) } function watchTextarea(){ document.getElementById(&#8216;resticted&#8217;).onkeyup() } function set_ie_alert(){ window.alert=function(msg_str){ vb_alert(msg_str) } } [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=26&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/10/06/set-textarea-maximum-line-and-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
		<item>
		<title>Set Textarea Maximum Line</title>
		<link>http://akashbhanderi.wordpress.com/2007/10/06/set-textarea-maximum-line/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/10/06/set-textarea-maximum-line/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 06:37:16 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/10/06/set-textarea-maximum-line/</guid>
		<description><![CDATA[&#60;html&#62; &#60;head&#62; &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&#62; &#60;title&#62;Untitled Document&#60;/title&#62; &#60;script language=&#8221;javascript&#8221;&#62; function foo(textarea,limit){  var val=textarea.value.replace(/\r/g,&#8221;).split(&#8216;\n&#8217;);  if(val.length&#62;limit){  alert(&#8216;You can not enter\nmore than &#8216;+limit+&#8217; lines&#8217;);  textarea.value=val.slice(0,-1).join(&#8216;\n&#8217;)  } } &#60;/script&#62; &#60;/head&#62; &#60;textarea onkeyup=&#8221;foo(this,3)&#8221; wrap=&#8221;off&#8221;&#62;some text&#60;/textarea&#62;&#60;body&#62; &#60;/body&#62; &#60;/html&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=25&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/10/06/set-textarea-maximum-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
		<item>
		<title>Write Text on Image</title>
		<link>http://akashbhanderi.wordpress.com/2007/09/26/write-text-on-image/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/09/26/write-text-on-image/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 10:42:37 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/09/26/write-text-on-image/</guid>
		<description><![CDATA[//////// &#8212;&#8212;&#8212; index.php &#8212;&#8212;&#8212;- /////////// &#60;html&#62;&#60;head&#62; &#60;meta http-equiv=&#8221;Content-Language&#8221; content=&#8221;en-us&#8221;&#62; &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=windows-1252&#8243;&#62; &#60;meta name=&#8221;GENERATOR&#8221; content=&#8221;Microsoft FrontPage 4.0&#8243;&#62; &#60;meta name=&#8221;ProgId&#8221; content=&#8221;FrontPage.Editor.Document&#8221;&#62; &#60;title&#62;Free Script &#8211; DEMO Add caption to your image&#60;/title&#62; &#60;/head&#62; &#60;body style=&#8221;font-family: Arial; font-size: 10pt&#8221;&#62; &#60;p&#62;&#60;b&#62;DEMO&#60;/b&#62;&#60;br&#62; Add caption to the image&#38;nbsp;&#60;/p&#62; Type your domain name or any text here &#60;form method=&#8221;POST&#8221; action=&#8221;index.php&#8221;&#62; &#60;input type=&#8221;text&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=24&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/09/26/write-text-on-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
		<item>
		<title>Clock</title>
		<link>http://akashbhanderi.wordpress.com/2007/09/26/clock/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/09/26/clock/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 10:37:06 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/09/26/clock/</guid>
		<description><![CDATA[///////// &#8212;&#8212;&#8212;liveclock.js &#8212;&#8212;&#8212;&#8211; //////////   var myfont_face = &#8220;Verdana&#8221;;  var myfont_size = &#8220;10&#8243;;  var myfont_color = &#8220;#000000&#8243;;  var myback_color = &#8220;#FFFFFF&#8221;;  var mypre_text = &#8220;The time is: &#8220;;  var mywidth = 300;  var my12_hour = 1;  var myupdate = 1;  var DisplayDate = 0;  var ie4=document.all  var ns4=document.layers  var ns6=document.getElementById&#38;&#38;!document.all  var dn = &#8220;&#8221;;  var mn [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=23&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/09/26/clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
		<item>
		<title>Slide Menus</title>
		<link>http://akashbhanderi.wordpress.com/2007/09/26/slide-menus/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/09/26/slide-menus/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 10:29:17 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/09/26/slide-menus/</guid>
		<description><![CDATA[//////// &#8212;&#8212;&#8212; demo.html &#8212;&#8212;&#8211; /////////////  &#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8220;&#62; &#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; lang=&#8221;en&#8221; xml:lang=&#8221;en&#8221;&#62; &#60;head&#62; &#60;title&#62;Dynamic Drive DHTML Scripts- Omni Slide Menu demo&#60;/title&#62; &#60;style type=&#8221;text/css&#8221;&#62;                             /*Menu Links*/ /*NOTE: anything not specified for the #(menu id&#8217;s) a selector and its pseudo classes may be inherited in some browsers from other &#8216;a&#8217; element [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=22&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/09/26/slide-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
		<item>
		<title>Set Textarea Maximum Length</title>
		<link>http://akashbhanderi.wordpress.com/2007/09/26/set-textarea-maximum-length/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/09/26/set-textarea-maximum-length/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 10:16:58 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/09/26/set-textarea-maximum-length/</guid>
		<description><![CDATA[&#60;script type=&#8221;text/javascript&#8221;&#62; function ismaxlength(obj){ var mlength=obj.getAttribute? parseInt(obj.getAttribute(&#8220;maxlength&#8221;)) : &#8220;&#8221; if (obj.getAttribute &#38;&#38; obj.value.length&#62;mlength) obj.value=obj.value.substring(0,mlength) } &#60;/script&#62; &#60;textarea maxlength=&#8221;10&#8243; onkeyup=&#8221;return ismaxlength(this)&#8221; rows=&#8221;15&#8243; &#62;&#60;/textarea&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=21&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/09/26/set-textarea-maximum-length/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
		<item>
		<title>Falling Links</title>
		<link>http://akashbhanderi.wordpress.com/2007/09/26/falling-links/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/09/26/falling-links/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 10:13:31 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/09/26/falling-links/</guid>
		<description><![CDATA[&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8220;&#62; &#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8220;&#62; &#60;head&#62; &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&#62; &#60;title&#62;Untitled Document&#60;/title&#62; &#60;style type=&#8221;text/css&#8221;&#62; /* START CSS ONLY NEDED FOR DEMO */ body{  margin:0px;  width:100%;  text-align:center;  background-color:#E2EBED;  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; } #mainContainer{  width:760px;  text-align:left;  margin:0 auto;  margin-top:10px;  background-color:#FFF;  border:1px solid #000; } #leftMenu{  width:155px; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=20&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/09/26/falling-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
		<item>
		<title>Keep Status of Checkbox Paging</title>
		<link>http://akashbhanderi.wordpress.com/2007/09/25/keep-status-of-checkbox-paging/</link>
		<comments>http://akashbhanderi.wordpress.com/2007/09/25/keep-status-of-checkbox-paging/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 13:25:14 +0000</pubDate>
		<dc:creator>akashbhanderi</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://akashbhanderi.wordpress.com/2007/09/25/keep-status-of-checkbox-paging/</guid>
		<description><![CDATA[&#60;? session_start(); extract($_SESSION); $host = &#8220;localhost&#8221;; $user = &#8220;developer&#8221;; $pwd = &#8220;developer&#8221;; $db = &#8220;test&#8221;; $ADMIN_EMAIL = &#8220;&#8221;; $SITE_URL=&#8221;"; $link = mysql_connect($host , $user , $pwd) or die (&#8220;Couldn&#8217;t connect to server.&#8221;); $db = mysql_select_db($db) or die (&#8220;Couldn&#8217;t select the database.&#8221;.mysql_error()); if(!isset($cpage) &#124;&#124; intval($cpage)==0)  $cpage=1; $pagesize =10; $startdisp = $pagesize*($cpage-1); $totrec = 0; $qry = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=akashbhanderi.wordpress.com&amp;blog=1755176&amp;post=19&amp;subd=akashbhanderi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://akashbhanderi.wordpress.com/2007/09/25/keep-status-of-checkbox-paging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01ed375078973b849a3b1e9e7ab0375e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">akashbhanderi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
