<?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/"
	>

<channel>
	<title>.Techdots.</title>
	<atom:link href="http://www.kiransuniverse.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kiransuniverse.com/blog</link>
	<description>totally arbit stuff !!</description>
	<pubDate>Sat, 28 Nov 2009 20:09:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>andLinux andWindows7</title>
		<link>http://www.kiransuniverse.com/blog/2009/11/07/andlinux-andwindows7/</link>
		<comments>http://www.kiransuniverse.com/blog/2009/11/07/andlinux-andwindows7/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 21:21:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.kiransuniverse.com/blog/?p=82</guid>
		<description><![CDATA[I have been doing PHP on Windows till now, but a week back I realised that I wanted something which Windows couldnt give me. The pcntl_fork( ) function was not implemented on windows. So I had to either do PHP on a remote shell or install linux on separate partition. Remote shell wasnt a bad [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing PHP on Windows till now, but a week back I realised that I wanted something which Windows couldnt give me. The pcntl_fork( ) function was not implemented on windows. So I had to either do PHP on a remote shell or install linux on separate partition. Remote shell wasnt a bad idea because I already had an account on freeshell.de and they had all PHP functions enabled. But there was not Gnome/KDE and I had to settle for vim. Then I decided that I will run Linux through VMware. I had tried this even before, and knew that it would be painstakingly slow.</p>
<p>Luckily I came across andLinux when I was googling for vmware. I thought I will give it a try .. 200 MB wont take much time. The installation was quick, just keep &#8220;next&#8221;ing and Voila , linux is installed in 5 minutes.</p>
<p>Trying to be smart,I selected it to run as a Manually started windows service so that it would boot up when required only. This small step made me spend a lot of time trying to fix a major issue. The issue was that , after the andLinux service is started, I cannot run any linux application which has a GUI , which actually includes even the Terminal. The error was</p>
<blockquote><p>&#8220;Gtk-WARNING **: cannot open display: 192.168.11.1:0.0&#8243;</p></blockquote>
<p>Googling gave a lot of links leading to a a few linux forums. But I couldnt find a fix. FInally I gave up, and thought of shutting down windows and going to bed. With a dejected heart, I clicked on the Start Menu and was trying to find the shut down button. Amidst the cluttered rack of icons, I saw the &#8220;All Programs&#8221; button highlighted. I clicked on it to see andLinux folder also being highlighted in orange. I kept clicking orange coloured links to finally reach something called Xming. Clicked on it and to my surprise every linux application started working. Later I came to know that Xming was nothing but X server for Windows. It had got disabled because of making andLinux boot manually instead of automatic. I happily went to Synaptic package manager and installed Apache,mysql , php and also gPHPEdit.</p>
<p>Now I have a fully working copy of linux running ubuntu 9 inside windows 7. The speed is amazing. All the linux window will appear beside you windows&#8217; window. You can make use of linux for development only, without even booting up Linux.</p>
<div id="attachment_83" class="wp-caption alignleft" style="width: 310px"><a href="http://www.kiransuniverse.com/blog/wp-content/uploads/2009/11/andlinux-screenshot-on-windows-7.jpg"><img class="size-medium wp-image-83" title="andlinux-screenshot-on-windows-7" src="http://www.kiransuniverse.com/blog/wp-content/uploads/2009/11/andlinux-screenshot-on-windows-7-300x187.jpg" alt="Andlinux ubuntu 9 on windows 7 screenshot" width="300" height="187" /></a><p class="wp-caption-text">Andlinux ubuntu 9 on windows 7 screenshot</p></div>
<p>Now I wanted to access my files which were in windows through andLinux. So I read the documentation on their site which said that Samba is enabled by default and can access windows shared files. But I was facing problems due to windows firewall. So I disabled firewall, and shared my entire windows partition ( with the appropriate permissions .. of course ). And executed the /etc/rc.local file. It said permission denied even after trying sudo. The problem was that my windows username didnt have a password. So I had to leave it blank in the smbpasswd file which gave a input error. So i gave my username as my password, which didnt work either. So i setup my windows username with a password and specified it in the smbpasswd file and ran rc.local again. VOILA !! it mounted and I was able to read and write to my windows partition.</p>
<p>Now I wanted one more thing. Remote ssh from outside my home network. SO I reached office, accesed my comp through logmein.com and starting setting ssh. Doing a ps said that sshd was running. So i tried to login to ssh from my windows machine by putting the IP as 192.168.11.150. It worked. But my router wasnt able to ping 192.168.11.150. So I tried ssh to 192.168.11.1 and the connection ws refused. So I again went to the colinux site and found out that the settings.txt file in the andLinux install folder had to be edited to add the port forwarding option through windows. The following line had to edited</p>
<blockquote><p>eth0=slirp,,tcp:22:22/tcp:80:80</p></blockquote>
<p>Now i restarted my windows 7. Ran the andLinux service. Then I forwarded  port 22 on the router to port 22 of the windows ip (mine&#8217;s 192.168.1.90) and tried out www.canyouseeme.org for port 22 and it reported a success.</p>
<p>Finally I was able to access ssh from the outside world.</p>
<p>Now I wish I could run Beryl/compwiz on windows 7 through andLinux&#8230; that;ll be awesome.. andLinux folks- gr8 job.</p>
<p>(P.S: If your linux takes a long time when it tries to run local boot scripts (rc.local) , try disabling windows firewall through control panel. It worked for me )</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kiransuniverse.com/blog/2009/11/07/andlinux-andwindows7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash iPhone widget (with sourcecode) for subscribing to Google SMS channels</title>
		<link>http://www.kiransuniverse.com/blog/2009/11/01/flash-widget-with-sourcecode-for-subscribing-to-google-sms-channels/</link>
		<comments>http://www.kiransuniverse.com/blog/2009/11/01/flash-widget-with-sourcecode-for-subscribing-to-google-sms-channels/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 12:21:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[channels]]></category>

		<category><![CDATA[curl]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[send free sms]]></category>

		<category><![CDATA[sms]]></category>

		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.kiransuniverse.com/blog/?p=78</guid>
		<description><![CDATA[This widget will enable your site visitors to subscribe to you google sms channel just by entering their mobile number. An invite is sent to their mobile phone automatically.
Please wait till the widget loads

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_iphone_334849747"
			class="flashmovie"
			width="275"
			height="500">
	<param name="movie" value="http://www.kiransuniverse.com/blog/wp-content/uploads/2009/11/iphone.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.kiransuniverse.com/blog/wp-content/uploads/2009/11/iphone.swf"
			name="fm_iphone_334849747"
			width="275"
			height="500">
	<!--<![endif]-->
		


	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
Source code (.fla) and backend php script with cURL will be posted soon.
The php curl script [...]]]></description>
			<content:encoded><![CDATA[<p>This widget will enable your site visitors to subscribe to you google sms channel just by entering their mobile number. An invite is sent to their mobile phone automatically.</p>
<p>Please wait till the widget loads</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_iphone_1380517655"
			class="flashmovie"
			width="275"
			height="500">
	<param name="movie" value="http://www.kiransuniverse.com/blog/wp-content/uploads/2009/11/iphone.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.kiransuniverse.com/blog/wp-content/uploads/2009/11/iphone.swf"
			name="fm_iphone_1380517655"
			width="275"
			height="500">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>Source code (.fla) and backend php script with cURL will be posted soon.</p>
<p>The php curl script will automate a user login to google sms channel ( define username/password in the php code ) and then will send an invite sms to the number specified through the iphone UI. I also had written a script which will send a group sms to all your sms subscribers without actually logging-in to Google sms channels. I will try to find the script and post it here soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kiransuniverse.com/blog/2009/11/01/flash-widget-with-sourcecode-for-subscribing-to-google-sms-channels/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hi(gh)tec(h) city</title>
		<link>http://www.kiransuniverse.com/blog/2009/06/28/hightech-city/</link>
		<comments>http://www.kiransuniverse.com/blog/2009/06/28/hightech-city/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 15:42:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.kiransuniverse.com/blog/?p=69</guid>
		<description><![CDATA[The reason I am writing this post is this. I got recruited into Oracle through my campus placements. And I got to know that I will be posted in hyderabad only a month back.  The offer letter said that I am supposed to report to Hitec city by June 29th 09. Naturally I was curious to know [...]]]></description>
			<content:encoded><![CDATA[<p>The reason I am writing this post is this. I got recruited into Oracle through my campus placements. And I got to know that I will be posted in hyderabad only a month back.  The offer letter said that I am supposed to report to <strong><em>Hitec</em></strong> city by June 29th 09. Naturally I was curious to know whats sooo HIGH-TECH about that place. So I Googled to find the wikipedia entry and a couple of blogs. But I wasnt happy with the info about the city. So I decided I&#8217;ll make a post containing more info about it after I reach. Here it comes , the complete guide to Hitec city&#8230;</p>
<p>HITEC stands for <strong>H</strong>yderabad <strong>I</strong>nformation <strong>T</strong>echnology <strong>E</strong>ngineering <strong>C</strong>onsultancy City. It is the technology hub of Hyderabad. Its about 15 - 20 kms from the main Hyderabad city.  You can find more about it in the <a href="http://en.wikipedia.org/wiki/HITEC_City" target="_blank">wikipedia entry</a>.</p>
<p>So if you are one of those who are lucky(?) enough to be posted at Hightec city , then this guide will be usefull to you.</p>
<h2>Accomodation :</h2>
<p>The main concern when you land up in an unknown city is finding a place to do what humans do for 1/3 of their lives, sleep. If you are looking for a place near Hightec city there are 2 choices you can consider.</p>
<p>1. Either stay in Madhapur which is closer to the Hyderabad city but has lesser number of flats available for rent</p>
<p>2. Look out for a rented flat in Kondapur which is farther from Hyderabad city but is a residential area and has better choice of rented flats available.<br />
<span id="more-69"></span></p>
<div id="attachment_75" class="wp-caption alignleft" style="width: 310px"><a href="http://www.kiransuniverse.com/blog/wp-content/uploads/2009/06/residential_areas-in-kondapur.jpg"><img class="size-medium wp-image-75" title="residential_areas-in-kondapur" src="http://www.kiransuniverse.com/blog/wp-content/uploads/2009/06/residential_areas-in-kondapur-300x206.jpg" alt="Hitec city residential areas" width="300" height="206" /></a><p class="wp-caption-text">Hitec city residential areas</p></div>
<p>I would recommend you choose Kondapur because Madhapur comes in between Hitec city and Hyderabad main city. So the traffic near Madhapur is unmanageable during the peak hours. But Madhapur has its own advantages. It has its own HighTech Movie Theatre. Also many of the international brands like Levis,Woodland,Reebok Adidas,Dominoes, Baskin Robbins and a few good restaurants are close to Madhapur. Banjara hills is also closer to Madhapur than Kondapur and you can find some of the best restaurants in Banjara hills. Whereas Kondapur is preferable if you want to have a wide variety of residential flats for affordable prices. Cost of living is also higher in Madhapur than Kondapur</p>
<p>Whitefields near Kondapur is the closest residential area to the hightec city offices. There is a short route which takes you directly to Hitec city without even touching the main road. The prices of flats in whitefields are high compared to Kondapur. And most of the landlords refuse to give rooms to Bachelors <img src='http://www.kiransuniverse.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Shilpa park is a newly developed area where there are a few flats. Again the prices are slightly high compared to Kondapur and you have to come to Kondapur for the basic amenities.</p>
<p>Kondapur is the best place to reside in terms of cost and the facilites you get. There is a apsrtc bus stand in Kondapur and every 10 minutes, there are buses to Koti (No.127) and Secunderabad (10H). There is a Reliance fresh where you can get groceries and everyday use products. They do accept <a href="http://en.wikipedia.org/wiki/Sodexo">Sodexo </a>coupons/cards instead of cash for food products which will help you increase your tax savings. There are a few small restaurants like Hot rottis,Occasions, drum sticks, Swagath De Royale closeby. You can also find few bars like Club 8, Rooftop garden in Kondapur. There are 2 wheeler service centers for Her Honda, Bajaj,TVS and Honda. Also Toyota has its showroom here. Kondapur also houses a few medical clinics, a lot of medical stores and a lot of general stores (called KIRANA stores). You can find a handful of Mobile phone recharge/accessory retail outlets.</p>
<h2>Conveyance:</h2>
<p>If you reside near Hitec and dont own a vehicle, then the best way to travel to office is by shared-auto rickshaws. During office hours, you can find a lot of auto-rickshaws plying to Cyber towers and charge less than 7 Rs. There are autos from both Kondapur and Madhapur.</p>
<h2>Chill outs:</h2>
<p>If you want to have some fun during weekends you could visit the Hussain Sagar lake ( 15kms) , Lumbini park (beside the lake), Prasadz IMAX theatre (close to the lake), Snow World ( 20 kms), Golconda fort ( 15 kms - towards Gachibowli) etc</p>
<ul>
<li>Hussain Sagar lake ( you could spend 2-3 hours) - Boating , visit to Buddha Statue.</li>
<li>Lumbini Park (2-3 hours) - 3D Laser show at 7pm</li>
<li>Prasadz IMAX - you can watch 3d Underwater movies. Also visit EatStreet on the necklace road nearby(1 km from Prasadz)</li>
<li>Snow world - (5-6 hours) - Artifical snowfall , artificial rock climbing, the room with mirrors everywhere, a not-so-scary artificial dungeon etc.</li>
<li>Golconda fort - (4-5 hours) - climb up the fort, watch the light and sound show about the history of Golconda kingdom.</li>
<li>Charminar (never visited <img src='http://www.kiransuniverse.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> )</li>
</ul>
<h2>Weather</h2>
<p>The weather right now is pretty good. It varies between 17 - 32 degree celsius between June to Dec. Nights are really cold during winter. The summer season is supposedly unbearable.  I havent personally experienced it, but people recommend me to buy atleast an air cooler if not a conditioner.</p>
<h2>Cost of living</h2>
<p>The cost of living in Kondapur isnt as over inflated as some of the areas in bangalore. The approximate rent of a 2 BHK unfurnished flat is around 10 K Rs. Although you could get small flats for 7-8 K. If you are lucky, you can get  3 BHK furnished for 15 K and sometimes a 5 BHK unfurnished flat for 20 K. Usually people catch hold of brokers who charge 50% of the first month rent as brokerage fees. You could also get cheap working-mens hostel, although I would not recommend anyone to go for it.</p>
<p>When you are considering a flat, enquire for the right split up of Maintenance charges , monthly rent, annual deposit, annual increment in the rent, agreement period ( usually 11 months), availability of separate electricity meter, generator backup etc. Demand for the immediate signing up of the rental agreement as a precaution.</p>
<p>In Kondapur , a standard North Indian Thali would cost anywhere between 45 Rs - 60 Rs. South Indian meal would cost you between 30-50 Rs. If you stay in Kondapur and are lazy to walk upto the restaurant, you could get a free home delivery from the restaurant called Occasions (Paite pooja ho jaye) if you order food stuff worth atleast 150 Rs (2 thalis + a lassi) by calling them on 040-65194444.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kiransuniverse.com/blog/2009/06/28/hightech-city/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash Widget(with source) to display your site updates</title>
		<link>http://www.kiransuniverse.com/blog/2009/06/15/flash-widgetwith-source-to-display-your-site-updates/</link>
		<comments>http://www.kiransuniverse.com/blog/2009/06/15/flash-widgetwith-source-to-display-your-site-updates/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 20:26:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.kiransuniverse.com/blog/?p=44</guid>
		<description><![CDATA[Hey all
This is a small flash widget I had created long back. Just thought of sharing it.
It is a dynamic XML powered flash CS3 swf file with a few customizing options.
It is useful for displaying your website updates or showing dynamic chat messages.
It auto refreshes the text content with a time interval specified in the [...]]]></description>
			<content:encoded><![CDATA[<p>Hey all<br />
This is a small flash widget I had created long back. Just thought of sharing it.<br />
It is a dynamic XML powered flash CS3 swf file with a few customizing options.<br />
It is useful for displaying your website updates or showing dynamic chat messages.<br />
It auto refreshes the text content with a time interval specified in the xml file. The time gap between each message being displayed can also set in the same xml file.</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_updates_1949754226"
			class="flashmovie"
			width="500"
			height="75">
	<param name="movie" value="stuff/updates.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="stuff/updates.swf"
			name="fm_updates_1949754226"
			width="500"
			height="75">
	<!--<![endif]-->
		
<p><a href="http://adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>The swf initially loads updates_setup.xml (shown below)</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;data<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Set your title here<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/title<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;data_source<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>updates.xml<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/data_source<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;reload_source_delay<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/reload_source_delay<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;next_update_delay<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>10<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/next_update_delay<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/data<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>The &lt;title&gt; tag sets the title of the display widget.</p>
<p>The &lt;data_source&gt; is the relative path to the second xml file which contains the text content to be displayed (see below).</p>
<p>&lt;reload_source_delay&gt; must specify the time(beginning right after the xml loads) in seconds after which the text content auto refreshes itself. Set it to zero, if you want to disable auto refresh. Setting it to a value less than 10 seconds is not desirable.</p>
<p>&lt;next_update_delay&gt; will decide the time interval(beginning right after the previous message is shown) in seconds after which the next message/update is displayed. This value must be greater than the &lt;reload_source_delay&gt;, failing which the text content updates and shows the first update before all the remaining updates are shown.</p>
<p>Next, the swf will load updates.xml file and the updates get displayed</p>
<p>The Zip file attached includes the 2 XML files, the source .fla file and the TweenLite class required for the Tween. Extract all file to a single folder. Then open the .fla file in Adobe Flash CS3/4 if you want to modify it. The full source code is present in updates_class.as.</p>
<p>If you want to upload the files to your website without any modifications, you must upload updates_setup.xml,updates.xml and updates.swf into the same directory and then include a flash embed code in the html file on which you want to display the updates.</p>
<blockquote><p>P.S: If the widget doesnt display updates on your site.. and just shows &#8220;loading..&#8221;, it could be that the url path of <data_source> not pointing to the right XML. If you arent sure what relative and absolute urls are, just try using the url like <data_source>http://yoursite.com/your_directory/updates.xml</datasource>.
</p></blockquote>
<table border='1' cellpadding='20px'><tr><td><h3><a href='http://www.kiransuniverse.com/blog/downloads/updateswidgetsource.zip' title='{date,'Y-m-d'}:A simple xml powered flash widget which can be fully customized.'><img src='http://www.kiransuniverse.com/blog/wp-content/plugins/download-monitor/img/menu_icon.png'></img> <font size='3'>Flash Updates Widget</font></a> (<font size ='0.5'>17.77 KB - 19 downloads</font>)  </h3></td></tr></table>
]]></content:encoded>
			<wfw:commentRss>http://www.kiransuniverse.com/blog/2009/06/15/flash-widgetwith-source-to-display-your-site-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dataone Usage Meter</title>
		<link>http://www.kiransuniverse.com/blog/2009/06/10/dataone-usage-meter/</link>
		<comments>http://www.kiransuniverse.com/blog/2009/06/10/dataone-usage-meter/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:45:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[broadband]]></category>

		<category><![CDATA[bsnl]]></category>

		<category><![CDATA[dataone]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[gadget]]></category>

		<category><![CDATA[sidebar]]></category>

		<category><![CDATA[tech]]></category>

		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://kiransuniverse.com/blog/?p=3</guid>
		<description><![CDATA[Hello all,
I have been using the windows vista sidebar a lot lately and found a gadget for every purpose from love calculators to email alerters. Yesterday I came across the eftel usage meter and then felt that there must be a gadget for my ISP too. So I created this small gadget.
The dataone usage finder [...]]]></description>
			<content:encoded><![CDATA[<p>Hello all,</p>
<p>I have been using the windows vista sidebar a lot lately and found a gadget for every purpose from <a href="http://gallery.live.com/liveItemDetail.aspx?li=89d03f17-510f-4308-8aea-946bd6fcdb92&amp;bt=1&amp;pl=1">love calculators</a> to email alerters. Yesterday I came across the <a href="http://vista.gallery.microsoft.com/liveItemDetail.aspx?li=f68457a3-f1a6-4d5b-b7fa-0d1127c99efc&amp;bt=1&amp;pl=1">eftel usage meter</a> and then felt that there must be a gadget for my ISP too. So I created this small gadget.</p>
<div id="attachment_12" class="wp-caption alignleft" style="width: 160px"><img class="size-full wp-image-12" title="Dataone Usage Meter" src="http://www.kiransuniverse.com/blog/wp-content/uploads/2009/06/dataone_usage_meter_screenshot.jpg" alt="Vista Sidebar Gadget" width="150" height="228" /><p class="wp-caption-text">Vista Sidebar Gadget</p></div>
<p>The dataone usage finder vista sidebar gadget is a must if you use the BSNL&#8217;s Dataone broadband connection. It will automatically login to your dataone account and retreive the off-peak and total bandwidth usage and calculates the bandwidth remaining in the current month. It will also refresh itself after a certain specified time interval.</p>
<p>There are other tools which do the exact same thing by staying in the system tray like <a href="http://sunish.net/software/dquf">Dataone Quick Usage Finder</a>, <a href="http://duf.sourceforge.net/">Dataone Usage Finder</a>, <a href="http://www.shaplus.com/dataone/">Dataone tool</a>. These tools are excellent and have better features than the Dataone gadget.</p>
<p>But the advantage of this gadget is that its tiny, consumes lesser resources, simple and requires no installation. It also fetches the data in less than 5 seconds much lesser than the other programs.</p>
<p><strong>Instructions for use :</strong></p>
<p>To install it, just double click the gadget file you download. It gets added to the sidebar automatically. No separate installation needed.</p>
<p><strong>Usage :</strong></p>
<p>Before using it, enter your username ,password and monthly usage limit  in the settings page by clicking on the small spanner icon which appears when you roll over the cursor on the gadget. The gadget automatically shows the stats on clicking the OK button in settings page.</p>
<p>The First line displays the broadband package you have subscribed ( Home 250/500 etc). The second line gives you the total traffic ( download + upload ). If you have night unlimited package, the traffic includes the night usage also. The third line shows the billable usage which excludes the night (2am to 8am) usage. The progressbar shows the percentage of traffic used during the month. The usage limit i.e. the maximum traffic permitted for your package ( e.g Home 500 - 2.5 GB ) has to be set in the settings page. The fourth line shows the bandwidth remaining per day. i.e. the remaining bandwidth divided by the remaining number of days. The progress bar when at 100% will correspond to the average bandwidth remaining per day at the beginning of the month. If you can maintain the progress bar at 100 % , you can be sure that you will never run out of the bandwidth limit at the end of the month.The refresh button(green circular button) at the bottom left corner can be used to manually refresh the stats. Remember, the stats on the BSNL server get updated only if you disconnect the network(if you use the OS dialer) or if you restart the modem (if you are using the modem&#8217;s inbuilt pppoe dialer - holds true if your connection is always ON ).</p>
<p>The gadget will only work in Windows Vista and on a BSNL&#8217;s DataOne Broadband connection.<br />
<strong></strong></p>
<blockquote><p><strong>P.S. This gadget wont work for new dataone connections i.e. If you check the usage using bbservice.bsnl.in, the gadget wont work. </strong></p></blockquote>
<p>I do not have access to bbservice.bsnl.in. If someone who does have access could mail me their username and password, I would be happy to make the gadget work for newer connections too.<br />
<table border='1' cellpadding='20px'><tr><td><h3><a href='http://www.kiransuniverse.com/blog/downloads/dataoneusagemeter.gadget' title='{date,'Y-m-d'}:Vista Sidebar gadget to check broadband usage'><img src='http://www.kiransuniverse.com/blog/wp-content/plugins/download-monitor/img/menu_icon.png'></img> <font size='3'>Dataone Usage Meter</font></a> (<font size ='0.5'>45.54 KB - 558 downloads</font>)  </h3></td></tr></table>    (Firefox users - Right Click - Save Link As )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kiransuniverse.com/blog/2009/06/10/dataone-usage-meter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to my blog</title>
		<link>http://www.kiransuniverse.com/blog/2009/06/09/welcome/</link>
		<comments>http://www.kiransuniverse.com/blog/2009/06/09/welcome/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 16:46:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[alien]]></category>

		<category><![CDATA[arbit]]></category>

		<category><![CDATA[funny]]></category>

		<category><![CDATA[hello]]></category>

		<category><![CDATA[Revenge of the Fallen]]></category>

		<category><![CDATA[timepass]]></category>

		<category><![CDATA[transformers]]></category>

		<category><![CDATA[welcome]]></category>

		<guid isPermaLink="false">http://kiransuniverse.com/blog/?p=4</guid>
		<description><![CDATA[hello world]]></description>
			<content:encoded><![CDATA[<blockquote><p>Hello universe !!</p></blockquote>
<p><strong>Hello world&#8217;</strong>s a passe because it is restricted to the earth. We know that robots <em>out of this world</em> can access the internet and eBay accounts !! Thanks to the movie Transformers.  I wonder what <a href="http://clustrmaps.com" target="_blank">clustrmaps</a> would have shown when a non-earthling visits a website. Lets hope the <a href="http://www.imdb.com/title/tt1055369/">sequel movie</a> releasing this month doesnt do such absurd unearth(l)ings.</p>
<p>Jokes apart. I have been planning to enter the blogosphere from a long time.The only reason it didnt happen is<a href="http://en.wikipedia.org/wiki/Procrastination"> this</a>. If I could just take the &#8216;post&#8217; out of postponement everytime, wordpress would have crashed not being able to handle the number of posts! But all of a sudden my blog is up and running. The following relationship will better explain how : (prereq C programming)</p>
<blockquote><p>Boredom : Procrastination :: break : while(1)</p></blockquote>
<p>Yes. You are right. When you are seriously bored, amazing things happen. You must have heard the quote - &gt;Behind every successful man there&#8217;s boredom&#8230;. (if you havent heard, now you have). The fear of it can make anyone continue to be productive. But doesnt it sound too good to be true ? Here the catch&#8230; The past tense of &#8216;bear&#8217; is &#8216;bore&#8217; which itself conveys that when you <em>bear </em>with something/someone for a long time you get <em>bore</em>d.(sounds cool?). So who knows, I may get bored writing blog posts for a long time and stop doing it. Boredom leading to more boredom??!? BTW Entropy increases always <img src='http://www.kiransuniverse.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, I&#8217;ll post on a variety of topics ranging from technology to philisophy(nothing much in between though) and if there are any &#8216;<a href="http://en.wikipedia.org/wiki/Alien">out of this world</a>&#8216; readers dont forget to drop in a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kiransuniverse.com/blog/2009/06/09/welcome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
