<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1823362630090605857</id><updated>2011-11-27T16:52:55.082-08:00</updated><category term='shell script'/><category term='android'/><category term='tricks'/><category term='orkut'/><category term='gmail'/><category term='rss'/><title type='text'>Balki's Blog</title><subtitle type='html'>interesting online stuff :)</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>17</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-1273231832352326914</id><published>2011-04-04T10:06:00.000-07:00</published><updated>2011-04-04T10:44:58.145-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='shell script'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>Quick script to copy text to Android mobile</title><content type='html'>Hi All,&lt;br /&gt;&lt;br /&gt;I wrote a small script to quickly copy some text from linux computer to an android mobile.&lt;br /&gt;To use it,&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Install Barcode Scanner in your android mobile from &lt;a href="https://market.android.com/details?id=com.google.zxing.client.android"&gt;here&lt;/a&gt; (This is a must app for any android mobile)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Copy the below code to a file named barcode.sh and give it executable permissions,&lt;/li&gt;&lt;li&gt;Create a Custom application launcher in the top panel to launch the saved script. &lt;/li&gt;&lt;/ul&gt;Now when you want to copy some text,&lt;br /&gt;&lt;ul&gt;&lt;li&gt; Using mouse, select the text or url you want to copy.&lt;/li&gt;&lt;li&gt;Click on the launcher you created.&lt;/li&gt;&lt;li&gt;Scan the barcode displayed on the screen using your android mobile. :-)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;#!/bin/bash&lt;br /&gt;&lt;br /&gt;#Following function is copied from http://www.unix.com/shell-programming-scripting/105600-shell-uri-encoding.html&lt;br /&gt;#@ uri_escape - convert STRING to hex-encoded string&lt;br /&gt;#@              and assign to optional VAR or _URI_ESCAPE&lt;br /&gt;#@ Author: Chris F.A. Johnson, 2009-03-25&lt;br /&gt;##&lt;br /&gt;uri_escape ()&lt;br /&gt;{&lt;br /&gt;    local string x;&lt;br /&gt;    string=$1;&lt;br /&gt;    var=${2:-_URI_ESCAPE};&lt;br /&gt;    while [ -n "$string" ]; do&lt;br /&gt;        case $string in&lt;br /&gt;            [_a-zA-Z0-9]*)&lt;br /&gt;                printf -v x "%s%c" "$x" "$string"&lt;br /&gt;            ;;&lt;br /&gt;            *)&lt;br /&gt;                printf -v x "%s%%%X" "$x" "'$string"&lt;br /&gt;            ;;&lt;br /&gt;        esac;&lt;br /&gt;        string=${string#?};&lt;br /&gt;    done;&lt;br /&gt;    eval "$var=\$x"&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;data=`xclip -o`&lt;br /&gt;uri_escape "$data" data&lt;br /&gt;uri="http://chart.apis.google.com/chart?cht=qr&amp;amp;chs=350x350&amp;amp;chl=$data"&lt;br /&gt;&lt;br /&gt;#Replace eog with your image viewer application if you are not using gnome desktop.&lt;br /&gt;eog "$uri" &amp;amp;&amp;gt; /dev/null &amp;amp;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-1273231832352326914?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/1273231832352326914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=1273231832352326914' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/1273231832352326914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/1273231832352326914'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2011/04/quick-script-to-copy-text-to-android.html' title='Quick script to copy text to Android mobile'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-2922533503665177542</id><published>2010-10-23T22:51:00.000-07:00</published><updated>2010-10-25T10:12:24.260-07:00</updated><title type='text'>Doing more with ubuntu desktop - Part I</title><content type='html'>&lt;style type="text/css"&gt;p { margin-bottom: 0.21cm; }&lt;/style&gt; &lt;p style="margin-bottom: 0cm;"&gt;I thought of sharing only online stuff in this blog but since I got bored of those and since it is a long time I posted, I'm converting this blog to contain anything I feel like blogging. :)&lt;/p&gt;&lt;br /&gt;I'm a ubuntu linux user for more than 4 years. Lots of my friends like ubuntu but for some small reasons switch back or dual boot with windows. Many fear to upgrade to latest versions of linux and many find it hard to switch between operating systems. They complain that it takes lots of time to re-configure everything in the new os.&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Here are some mistakes people make when using ubuntu.&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-weight: bold;"&gt;Not using the home folder and the  default sub folders namely Documents,Pictures,Videos, etc..   &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Don't use separate partitions for   everything and forget where is what. Mount all partitions in some meaningful places while installing.&lt;br /&gt;&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-weight: bold;"&gt;Not using ubuntu software centre/synaptic manager for installing applications.    &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Most of the opensource   applications/tools you can think of is in ubuntu repository. Using that   makes life very very simple than installing from tar.gz  files or downloaded deb files in   some arbit directory and forgetting  it.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-weight: bold;"&gt;Trying to mirror whole of ubuntu  repository and having a misconception that ubuntu is useless without  offline repository.   &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Having offline repos is useful only   for the geeks who doesn't have internet connection and want to   install and experiment new softwares daily. Normal users doesn't   have to mirror whole of repos. Once after you install a fresh   ubuntu, one time proper internet connection may be essential to   install all that is required. Then a normal/no internet connection   is enough for most of  the work.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-weight: bold;"&gt;Not using ubuntu GUI.   &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Most of the configuration changes   a normal user will require is there in the Systems menu. Unlike   windows, any one can understand what the preferences mean. Please   have a look at the options there before googling. Because the   results google gives you will be generic for all linuxes and usually   will need to type commands in the terminal or edit some config   files in /etc/ . Beginners are frightened because of this and claim   windows has better user experience. Ubuntu's System -&gt;   preferences and System -&gt; administration menu is much better and   easier to use than windows control panel.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-weight: bold;"&gt;Not using the power of symlinks&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Symlinks are very useful and are   much better than shortcuts in windows. Applications don't distinguish between normal folders and symlinks. Hence we get the   benefit of having same stuff at various places.&lt;/p&gt;  &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-weight: bold;"&gt;Not using default packaged  software. Ubuntu has some tools/software bundled with it. Have a  look at those before searching/using new ones.   &lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: italic;"&gt;Rthymbox player.&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Many don't use this and try to    install vlc/amarok for listening to music and claim that vlc    doesn't look good and using playlists etc are difficult etc,. Managing    music collections, listening to internet radio, playlists, rating, displaying album art, and lots more are inbuilt in rythmbox. It recognised newly added music files in your computer It minimises in a corner and you can use    your multimedia keys in the keyboard to control it. Amarok also    has all the features but its always better to use applications    which is designed for the environment you use. Amarok is designed    for KDE desktop while rythmbox for gnome. I avoid KDE apps when    using gnome desktop and vice versa. Using menus and shortcuts may    be confusing between environments. Also os may have to use lots of resources/background processes for supporting the application from other environment.&lt;br /&gt;&lt;/p&gt;   &lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: italic;"&gt;Empathy &amp;amp; Gwibber&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;I had problems with these when my internet    connection was via proxy but with proper internet connection it    works really cool. Dont have  to always keep your browser with    gmail open to chat. If u get a chat msg, it neatly pops up in a    corner. You can chat with facebook friends also without opening    firefox and logging in. Link the contacts i.e. If a person is in    multiple accounts(gmails,fbs,yahoo etc), it'll appear as one    entry. This avoids long contact lists. Video call also works cool.    :)&lt;/p&gt;    &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Twitter and facebook updates    keeps popping up neatly in a corner without having a browser open    always. Gwibber was very buggy in the beginning. Now it works    without problems. If anyone got pissed off  this before    can give another try.&lt;/p&gt;   &lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: italic;"&gt;Some interesting applets on   panel.&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Tombay notes allows to take    quick notes and it syncs it with ubuntuone. So you can access your    notes online any time.&lt;/p&gt;    &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Pointer capture captures the    pointer. May be useful when you find the mouse disturbing when    typing.&lt;/p&gt;    &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Force kill applet kills a not    responding application instantly. Don't have to go to any task    manager and try killing the same several times.&lt;/p&gt;    &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Inhibit sleep applet prevents    the laptop to go to suspend state when not using laptop for long    time. This is useful when you have started a download or listening    to music.     &lt;/p&gt;   &lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: italic;"&gt;Evolution.&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Many have several mail accounts    and forget the ids and passwords. Using evolution you can receive    mail from several accounts. (Even several gmail accounts). All the    mail are saved to your computer so don't have to connect to    internet or rush to browsing centre for seeing some important    mail. I was previously using Offline gmail using gears but using    evolution is very simple and clean.&lt;/p&gt;   &lt;/li&gt;&lt;/ul&gt;   &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm; font-style: italic;"&gt;Some interesting accessories.&lt;/p&gt;   &lt;ul&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Disk usage analyser shows    graphically where most of the disk space is used.&lt;/p&gt;    &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Character map can be used if u    want to type in local languages, or different symbols etc.&lt;/p&gt;    &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Cd burning is in built and I    feel its better than windows versions. Hardly any cds were wasted    when burning. Also copying cd image is also very simple. Just    right click and say copy iso image.     &lt;/p&gt;    &lt;/li&gt;&lt;li&gt;&lt;p style="margin-bottom: 0cm;"&gt;Connecting another monitor or    projector is very simple in ubuntu. Just click System -&gt;    preferences -&gt; monitor. Very easy and clean to understand and    use.&lt;/p&gt;   &lt;/li&gt;&lt;/ul&gt;  &lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;/ul&gt;  &lt;p style="margin-bottom: 0cm;"&gt;Since the post gets very longer and I'm tired of typing, I'll share the remaining tips in the next post hopefully sometime not very late. Please post the your reactions as comments below.  &lt;/p&gt;  &lt;p style="margin-bottom: 0cm;"&gt;Cheers,&lt;/p&gt;&lt;p style="margin-bottom: 0cm;"&gt;Balki&lt;/p&gt; &lt;p style="margin-bottom: 0cm;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-2922533503665177542?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/2922533503665177542/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=2922533503665177542' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2922533503665177542'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2922533503665177542'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2010/10/doing-more-with-ubuntu-desktop-part-i.html' title='Doing more with ubuntu desktop - Part I'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-2480454349227193435</id><published>2009-10-25T19:08:00.000-07:00</published><updated>2009-10-25T19:28:38.797-07:00</updated><title type='text'>The Chrome</title><content type='html'>Have You experienced &lt;a href="http://www.google.com/chrome"&gt;Google chrome&lt;/a&gt; ?&lt;br /&gt;Chrome is a really cool very fast browser. Its javascript engine is very fast. It supports features from HTML 5. Notable one is the 'canvas'. Using canvas, it can create and act on elements replacing images. The js code can change its attributes which can create really cool animations with just &lt;span style="font-weight: bold;"&gt;only javascript&lt;/span&gt; which was once possible only with flash. If you have successfully installed chrome, check this site.. &lt;a href="http://www.chromeexperiments.com/"&gt;http://www.chromeexperiments.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This site consists of experiments with javascript which will require fast js engine like the one in chrome. It consists of variety of experiments which include games, animations, attractive frontend for popular sites like twitter etc., These experiments were created by designers and programmers from around the world using the latest open standards, including &lt;a href="http://en.wikipedia.org/wiki/HTML_5" onclick="window.open(this.href); return false;"&gt;HTML5&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Canvas_%28HTML_element%29" onclick="window.open(this.href); return false;"&gt;Canvas&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/SVG" onclick="window.open(this.href); return false;"&gt;SVG&lt;/a&gt;, and more.&lt;br /&gt;Here are my favourite ones&lt;br /&gt;&lt;a href="http://www.chromeexperiments.com/detail/chain-reaction/"&gt;chain-reaction&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.chromeexperiments.com/detail/ball-pool/"&gt;ball-pool&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.chromeexperiments.com/detail/twitterbrowse/"&gt;twitterbrowse&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.chromeexperiments.com/detail/berts-breakdown/"&gt;berts-breakdown&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For those who dont want to leave the traditional Internet Explorer, hereis a way to experience chrome inside IE&lt;br /&gt;http://googlesystem.blogspot.com/2009/09/use-google-chrome-in-internet-explorer.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-2480454349227193435?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/2480454349227193435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=2480454349227193435' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2480454349227193435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2480454349227193435'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2009/10/chrome.html' title='The Chrome'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-6457609895037260909</id><published>2009-08-26T07:55:00.001-07:00</published><updated>2009-08-26T07:55:25.527-07:00</updated><title type='text'>Test post form blog.gears</title><content type='html'>The following site allows you to blog from your comp when it is offline and sync the changes once you're back online. Just checking its functionality now.&lt;br /&gt;http://gdata-javascript-client.googlecode.com/svn/trunk/samples/blogger/bloggears/bloggears.html#&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-6457609895037260909?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/6457609895037260909/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=6457609895037260909' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/6457609895037260909'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/6457609895037260909'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2009/08/test-post-form-bloggears.html' title='Test post form blog.gears'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-2905168788811968743</id><published>2009-06-20T08:25:00.000-07:00</published><updated>2009-06-20T13:45:09.541-07:00</updated><title type='text'>Wat's New online?</title><content type='html'>First,&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Url shorteners&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://bit.ly/"&gt;http://bit.ly/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://tr.im/"&gt;http://tr.im/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.tiny.cc/"&gt;http://www.tiny.cc/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;They allow you to convert long url's to short ones.Additionally bit.ly and tiny.cc allows u to have have custom names in the url like http://bit.ly/balki will point to this blog. Be first to grab urs. :)&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;a href="http://mailinator.com"&gt;Mailinator&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;This allows u to have a mail address without signup or password. The main use of this mail address is to use it as an temporary address required for signups for few unimportant sites. You can view all the mails at the &lt;a href="http://mailinator.com"&gt;mailinator.com&lt;/a&gt; site. Another good thing is that a duplicate mail address for everymail address is created which cant be used to read mails (write only address) but only to send. So this makes u own the address to some extent if u have some funny name for ur address that no one will be guessing or be willing to have.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Warning&lt;/span&gt;: There was a similar service called emailmenot of bugmenot.com which stopped working now. So i cannot reset my password for some sites which use bugmenot email as key.&lt;br /&gt;&lt;br /&gt;At last, fun&lt;br /&gt;&lt;a href="http://omegle.com"&gt;&lt;span style="font-size:130%;"&gt;Omegle&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;p&gt;Omegle is a brand-new service for meeting new friends. When you             use Omegle, we pick another user at random and let you have a             one-on-one chat with each other. Chats are completely anonymous,             although there is nothing to stop you from revealing personal             details if you would like.&lt;/p&gt;             &lt;p&gt;If you like Omegle, be sure to check out             &lt;a href="http://omegler.blogspot.com/"&gt;the Omegle blog&lt;/a&gt;!&lt;/p&gt;&lt;p&gt;&lt;a href="http://omegle.com"&gt;http://omegle.com&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-2905168788811968743?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/2905168788811968743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=2905168788811968743' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2905168788811968743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2905168788811968743'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2009/06/wats-new-online.html' title='Wat&apos;s New online?'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-4761332965523409540</id><published>2009-04-14T09:33:00.000-07:00</published><updated>2009-04-14T10:25:33.442-07:00</updated><title type='text'>Which Email??</title><content type='html'>Any frequent internet user usually has a couple of mail accounts.&lt;br /&gt;The best suited for all is the Gmail but others have certain advantages over the gmail.&lt;br /&gt;&lt;span style="font-size:180%;"&gt;Yahoo mail&lt;/span&gt;&lt;br /&gt;The Yahoo mail which was the best before gmail has its speciality of unlimited storage. It also has a outlook like user interface which allows browsing thru multiple msgs easy.The major disadvantage of this is the ads at the right. Also the loading time for yahoo mail is slooow. U can have your email addresses short like &lt;yourname&gt;@ymail.com :) Its a good idea to have the same id as of gmail in ur ymail too. you're likely to get ur prefered id for ur ymail.&lt;br /&gt;&lt;span style="font-size:180%;"&gt;Hot mail&lt;/span&gt;&lt;br /&gt;I dont find anything attractive with hotmail. Only thing is that many users still use MSN for chatting.&lt;br /&gt;&lt;span style="font-size:180%;"&gt;In mail&lt;/span&gt;&lt;br /&gt;This is a new email. It has a good advantage of sending future mails. Yes, you can schedule when to send ur mail. Also u can browse ur yahoo and gmails in the In mail id itself. Other thing is that ur email address can be very small like my new address is 2408@in.com , Guess u can have even 4 digit ids which makes the email addresses very small.&lt;br /&gt;Find anyother mails better??? post on comments :)&lt;br /&gt;p.s  posting after very long.&lt;/yourname&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-4761332965523409540?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/4761332965523409540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=4761332965523409540' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/4761332965523409540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/4761332965523409540'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2009/04/which-email.html' title='Which Email??'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-112955843042019319</id><published>2008-07-04T10:23:00.000-07:00</published><updated>2008-07-04T10:26:28.878-07:00</updated><title type='text'>Flip it  ʇı dılɟ</title><content type='html'>Want to be  ʇuǝɹǝɟɟıp ?&lt;br /&gt;Nothing much to explain.. Just check the link&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://kra.freevar.com/flip.html&lt;br /&gt;&lt;br /&gt;p.s credit goes to &lt;a href="http://kra.freevar.com"&gt;Kra&lt;/a&gt;  &lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class="down" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-112955843042019319?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/112955843042019319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=112955843042019319' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/112955843042019319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/112955843042019319'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2008/07/flip-it-dl.html' title='Flip it  ʇı dılɟ'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-4885852909646741913</id><published>2008-07-03T02:12:00.000-07:00</published><updated>2008-07-03T02:13:24.930-07:00</updated><title type='text'>Gmail Labs</title><content type='html'>&lt;p&gt;Google recently &lt;a target="_blank" href="http://gmailblog.blogspot.com/2008/06/introducing-gmail-labs.html"&gt;launched&lt;/a&gt; Lab Edition of its famous Gmail service with 13 new features. You can selectively enable these features on your account by going to &lt;strong&gt;Gmail Settings &gt;&gt; Labs tabs&lt;/strong&gt;. Most of these feature are highly innovative and described in brief below…&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image12.png"&gt;&lt;img style="border: 0px none ;" alt=" Quick Links" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb13.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#1. Quick Links&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Adds a box to the left column that gives you 1-click access to any bookmarkable URL in Gmail. You can use it for saving frequent searches, important individual messages, and more.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image14.png"&gt;&lt;img style="border: 0px none ;" alt="Superstars" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb14.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#2. Superstars&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Adds additional star icons. After enabling this feature, you can choose which icons you wish to use in the "General" Settings page.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image15.png"&gt;&lt;img style="border: 0px none ;" alt=" Pictures in chat" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb15.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#3. Pictures in chat&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;See your friends’ profile pictures when you chat with them. This is similar to picture shown in Google Talk desktop client.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image17.png"&gt;&lt;img style="border: 0px none ;" alt="Fixed width font" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb16.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#4. Fixed width font&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Adds an option to the reply drop-down menu that lets you view a message in fixed width font. Geeks will love this I guess! &lt;img src="http://www.devilsworkshop.org/blog/wp-includes/images/smilies/icon_wink.gif" alt=";-)" /&gt; &lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image18.png"&gt;&lt;img style="border: 0px none ;" alt="Custom keyboard shortcuts" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb17.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#5. Custom keyboard shortcuts&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Lets you customize keyboard shortcut mappings. Adds a new Settings tab from which you can remap keys to various actions.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image20.png"&gt;&lt;img style="border: 0px none ;" alt="Mouse gestures" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb18.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#6. Mouse gestures&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Use your mouse to navigate with gestures. Hold right-click and move the mouse left to go to a previous conversation, move it right to go to the next conversation, and move up to go back to the inbox view. Works best on Windows.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image21.png"&gt;&lt;img style="border: 0px none ;" alt="Signature tweaks" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb19.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#7. Signature tweaks&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Places your signature before the quoted text in a reply, and removes the "–" line that appears before signatures. Can’t use this and the "Random signature" Labs feature at the same time.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image23.png"&gt;&lt;img style="border: 0px none ;" alt="Random signature" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb20.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#8. Random signature&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Rotates among random quotations for your email signature. Can’t use this and the "Signature tweaks" Labs feature at the same time.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image24.png"&gt;&lt;img style="border: 0px none ;" alt="Custom date formats" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb21.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#9. Custom date formats&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Adds options to the general settings page allowing the date and time format to be changed independent of language. For example, you can use a 24-hour clock (14:57) or show dates with the day first (31/12/07).&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image26.png"&gt;&lt;img style="border: 0px none ;" alt=" Muzzle" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb22.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#10. Muzzle&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Conserves screen real estate by hiding your friends’ status messages. I wanted this personally from long time as status messages create lots of scrolling work.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image27.png"&gt;&lt;img style="border: 0px none ;" alt=" Old Snakey" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb23.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#11. Old Snakey&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Kick it old school with Old Snakey! Enable keyboard shortcuts and hit ‘&amp;amp;’ from the main page to play a game of snake.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image28.png"&gt;&lt;img style="border: 0px none ;" alt="Email Addict" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb24.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#12. Email Addict&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Lets you take a break from email and chat by blocking the screen for fifteen minutes and making you invisible in chat.&lt;/p&gt; &lt;p&gt;&lt;a target="_blank" href="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image29.png"&gt;&lt;img style="border: 0px none ;" alt="Hide Unread Counts" src="http://www.devilsworkshop.org/blog/wp-content/uploads/2008/06/image-thumb25.png" align="right" border="0" height="82" width="177" /&gt;&lt;/a&gt; &lt;strong&gt;#13. Hide Unread Counts&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Hides the unread counts for inbox, labels, etc. This will surely loved by lazy people who just don’t manage their mailbox and don’t care about unread mails!&lt;/p&gt; &lt;p&gt;&lt;strong&gt;A sweet warning…&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Beta and lab edition releases are under-development releases. These may contains bugs, may break anytime and some of the features may change without notice. if anything goes wrong, use following URL to go back to stable version of Gmail. Better bookmark it… &lt;img src="http://www.devilsworkshop.org/blog/wp-includes/images/smilies/icon_smile.gif" alt=":-)" /&gt; &lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;a target="_blank" title="http://mail.google.com/mail/?labs=0" href="http://mail.google.com/mail/?labs=0"&gt;http://mail.google.com/mail/?labs=0&lt;/a&gt; &lt;/p&gt; &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-4885852909646741913?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/4885852909646741913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=4885852909646741913' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/4885852909646741913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/4885852909646741913'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2008/07/gmail-labs.html' title='Gmail Labs'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-2121056894690945276</id><published>2008-04-13T10:59:00.000-07:00</published><updated>2008-07-03T02:08:03.766-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='gmail'/><title type='text'>forget mouse in gmail.</title><content type='html'>wanna some keyboard shortcuts for gmail???&lt;br /&gt;just press `?` when in gmail - keyboard shorts appear..&lt;br /&gt;it makes it fast to load and browse.&lt;br /&gt;Have shortcuts for all functions in gmail  :-D&lt;br /&gt;you'll have to enable keyboard shortcuts in your setting first.&lt;br /&gt;settings--&gt; key board shortcuts on&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-2121056894690945276?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/2121056894690945276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=2121056894690945276' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2121056894690945276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2121056894690945276'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2008/04/forget-mouse-in-gmail.html' title='forget mouse in gmail.'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-2301932992559284698</id><published>2008-04-02T10:17:00.000-07:00</published><updated>2008-04-02T10:38:58.136-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='gmail'/><title type='text'>wanna speak french?</title><content type='html'>Google can make you speak in any foreign language of your choice!&lt;br /&gt;&lt;br /&gt;&lt;span id="1fpz"&gt;Je suis un mec français - this is french!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="ej8B8e"&gt;&lt;/span&gt;&lt;span id="1gf3"&gt;我是中国人 -this is chinese&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span id="1gg6"&gt;Ich bin ein Kerl Deutsch - this is german&lt;br /&gt;&lt;br /&gt;these r just samples.. if u want to spk in these languages just add those language bot to your buddy list.&lt;br /&gt;to spk in french add &lt;/span&gt;en2fr@bot.talk.google.com to your list.&lt;br /&gt;any english sentence you send you'll get the french translation for that!&lt;br /&gt;similar translation code for other languages! :-&lt;br /&gt;ar2en, en2ar (Arabic&lt;-&gt;English)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;bg2en&lt;/span&gt; (Bulgarian-&gt;English)&lt;br /&gt;de2en, en2de (German&lt;-&gt;English)&lt;br /&gt;de2fr, fr2de (German&lt;-&gt;French)&lt;br /&gt;el2en, en2el (Greek&lt;-&gt;English)&lt;br /&gt;es2en, en2es (Spanish&lt;-&gt;English)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;fi2en&lt;/span&gt; (Finnish-&gt;English)&lt;br /&gt;fr2en, en2fr (French&lt;-&gt;English)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;hi2en&lt;/span&gt; (Hindi-&gt;English)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;hr2en&lt;/span&gt; (Croatian-&gt;English)&lt;br /&gt;it2en, en2it (Italian&lt;-&gt;English)&lt;br /&gt;ja2en, en2ja (Japanese&lt;-&gt;English)&lt;br /&gt;ko2en, en2ko (Korean&lt;-&gt;English)&lt;br /&gt;nl2en, en2nl (Dutch&lt;-&gt;English)&lt;br /&gt;ru2en, en2ru (Russian&lt;-&gt;English)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;uk2en&lt;/span&gt; (Ukrainian-&gt;English)&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ur2en &lt;/span&gt; (Urdu-&gt;English)&lt;br /&gt;zh2en, en2zh (Chinese&lt;-&gt;English)&lt;br /&gt;&lt;br /&gt;start putting scene in ur chaaats !&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-2301932992559284698?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/2301932992559284698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=2301932992559284698' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2301932992559284698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2301932992559284698'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2008/04/wanna-speak-french.html' title='wanna speak french?'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-6201890534763810017</id><published>2008-04-02T09:42:00.000-07:00</published><updated>2008-04-02T09:51:55.307-07:00</updated><title type='text'>twitter</title><content type='html'>What are you doing?&lt;br /&gt;This is the first question everyone asks you at the start of a chat.&lt;br /&gt;this service twitter answers for it on your behalf. its simple and an important advantage is you can use it in your google mail itself and no need to go to the site. (similar like webaroosms).&lt;br /&gt;Just register in the site and add twitter@twitter.com to your google buddy list. Thats it. Now twitter will say you your friend's updates to you and the other way too.&lt;br /&gt;here's the link &lt;a href="http://www.twitter.com/"&gt;http://www.twitter.com&lt;/a&gt;&lt;br /&gt;PS. my nick name here is balkierode.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-6201890534763810017?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/6201890534763810017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=6201890534763810017' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/6201890534763810017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/6201890534763810017'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2008/04/twitter.html' title='twitter'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-8608034806656766</id><published>2008-02-22T05:49:00.000-08:00</published><updated>2008-02-22T10:03:54.555-08:00</updated><title type='text'>smsgupshup</title><content type='html'>&lt;div style="text-align: justify;"&gt;    Here's a free group sms service by smsgupshup. You can send msg to a group at once by forwarding your msg to the gupshup number. It costs you &lt;span style="font-weight: bold;"&gt;one&lt;/span&gt; national sms cost when sending through your mobile and absolutely free of cost when sent through net. where from net?? from your gmail.. Send group/private sms' the same way you chat in gmail :) Here is the &lt;a href="http://www.smsgupshup.com/"&gt;link.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Join &lt;a hred="http://www.smsgupshup.com/groups/balkifrnds"&gt;My group&lt;/a&gt; to receive some joke,forwards, etc.. (dont worry abt spam i post very rare)&lt;br /&gt;&lt;/div&gt;&lt;h2 class="big"&gt;What's GupShup?&lt;/h2&gt;                       &lt;p&gt;GupShup is a free group sms service to connect with your friends and follow your passions over SMS. &lt;/p&gt;        &lt;p&gt;GupShup enables you to:&lt;/p&gt;         &lt;ul&gt;&lt;li&gt;Send messages to a group of friends or share your thoughts with the world &lt;a href="http://www.smsgupshup.com/commands#" onclick="showHelpDivs(5);return false;"&gt;(learn more)&lt;/a&gt; &lt;/li&gt;&lt;li&gt;Receive messages from friends or groups that interest you &lt;a href="http://www.smsgupshup.com/commands#" onclick="showHelpDivs(4);return false;"&gt;(learn more)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;        &lt;p&gt;A few good things:&lt;/p&gt;        &lt;ul&gt;&lt;li&gt;GupShup keeps you connected and informed          &lt;ul&gt;&lt;li&gt;You can enjoy your mobile lifestyle and send and receive messages on the go&lt;/li&gt;&lt;li&gt;Friends from around the world can send you messages on your mobile phone &lt;/li&gt;&lt;/ul&gt;         &lt;/li&gt;&lt;li&gt;                   GupShup is free                    &lt;ul&gt;&lt;li&gt;You send one SMS to us, and we forward it to your group for free&lt;/li&gt;&lt;li&gt;Create an online account and send messages for absolutely no cost &lt;/li&gt;&lt;/ul&gt;         &lt;/li&gt;&lt;li&gt;GupShup let's you express yourself          &lt;ul&gt;&lt;li&gt;Tell your friends how you are feeling&lt;/li&gt;&lt;li&gt;Join groups you love or causes you support&lt;/li&gt;&lt;li&gt;Start something that you want to share with the world.&lt;/li&gt;&lt;/ul&gt;         &lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-8608034806656766?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/8608034806656766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=8608034806656766' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/8608034806656766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/8608034806656766'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2008/02/smsgupshup.html' title='smsgupshup'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-163454854638326505</id><published>2008-02-06T08:51:00.000-08:00</published><updated>2008-02-22T09:38:05.714-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tricks'/><title type='text'>Get free logins and passwords :)</title><content type='html'>You're browsing the web and you click a link to an article on a site    (let's say nytimes.com) but instead of getting the article you get a    screen asking you to login or register. Infuriated at the idea of    pointlessly registering for yet another site you turn to your good buddy    bugmenot.com&lt;br /&gt;&lt;br /&gt;Here in this site you can get a user ids and passwords for any site. Hence we dont need to register for any site which you think you're not going to use again.&lt;br /&gt;Here is the &lt;a href="http://www.bugmenot.com/"&gt;link&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-163454854638326505?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/163454854638326505/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=163454854638326505' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/163454854638326505'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/163454854638326505'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2008/02/get-free-logins-and-passwords.html' title='Get free logins and passwords :)'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-4003016963141401134</id><published>2008-01-01T10:37:00.000-08:00</published><updated>2008-01-01T11:19:20.452-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='gmail'/><title type='text'>Search Fast in Gmail..</title><content type='html'>&lt;big&gt;&lt;b&gt;Do You Know How to view only unread messages from Gmail?&lt;/big&gt;&lt;/b&gt;&lt;br /&gt;type &lt;span style="font-style: italic;"&gt;is:unread&lt;/span&gt; in the search box.&lt;br /&gt;There are much more tricks which will minimize  your search time..&lt;br /&gt; &lt;div style="direction: ltr;"&gt;  &lt;table valign="top" style="border: 1pt solid rgb(163, 163, 163); direction: ltr; border-collapse: collapse;" border="1" cellpadding="0" cellspacing="0"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;Operator&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;Definition&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;Example(s)&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;from:&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Used to specify the   sender&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;from:amy&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   from Amy&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;to:&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Used to specify a   recipient&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;to:david&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - All   messages that were sent to David (by you or someone else)&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;subject:   &lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Search for words in   the subject line &lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;subject:dinner&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   that have the word "dinner" in the subject&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;OR &lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Search for messages   matching term A or term B*&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 7.5pt;"&gt;*OR must all be in   capitals&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;from:amy OR from:david&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   from Amy or from David&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;- &lt;/p&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 7.5pt;"&gt;(hyphen)&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Used to exclude   messages from your search &lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;dinner -film&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   that contain the word "dinner" but do not contain the word   "film"&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;label:&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Search for messages   by label*&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 7.5pt;"&gt;*There is not a   search operator for unlabelled messages&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example -&lt;span style="font-weight: bold;"&gt; from:amy label:friends&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   from Amy that have the label "friends" &lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example -&lt;span style="font-weight: bold;"&gt; from:david label:my-family&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   from David that have the label "My Family" &lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;has:attachment&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Search for messages   with an attachment&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;from:david has:attachment &lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   from David that have an attachment&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;filename:&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Search for an   attachment by name or type&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;filename:physicshomework.txt&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   with an attachment named "physicshomework.txt"&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;label:work filename:pdf&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   labelled "work" that also have a PDF file as an attachment&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;"   "&lt;/p&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 7.5pt;"&gt;(quotes)&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Used to search for   an exact phrase*&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial;"&gt;&lt;span style="font-size: 7.5pt;"&gt;*Capitalisation   isn't taken into consideration&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;"I'm feeling lucky"&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   containing the phrase "I'm feeling lucky" or "I'm feeling   lucky"&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;subject:"dinner and a film"&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   containing the phrase "dinner and a film" in the subject&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;( )&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Used to group words &lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Used to specify   terms that shouldn't be excluded&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;from:amy(dinner OR film)&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   from Amy that contain either the word "dinner" or the word   "film"&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;subject:(dinner film)&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   in which the subject contains both the word "dinner" and the word   "film"&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;in:anywhere   &lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Search for messages   anywhere in your account*&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial;"&gt;&lt;span style="font-size: 7.5pt;"&gt;*Messages   in &lt;/span&gt;&lt;span style="font-weight: bold; font-size: 7.5pt;"&gt;Spam&lt;/span&gt;&lt;span style="font-size: 7.5pt;"&gt; and &lt;/span&gt;&lt;span style="font-weight: bold; font-size: 7.5pt;"&gt;Trash&lt;/span&gt;&lt;span style="font-size: 7.5pt;"&gt; are excluded from searches   by default&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;in:anywhere subject:film &lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   in &lt;span style="font-weight: bold;"&gt;All Mail&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Spam&lt;/span&gt;, and &lt;span style="font-weight: bold;"&gt;Trash&lt;/span&gt; that   contain the word "movie"&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;in:inbox&lt;/p&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;in:trash&lt;/p&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;in:spam   &lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Search for messages   in &lt;span style="font-weight: bold;"&gt;Inbox&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Trash&lt;/span&gt;, or &lt;span style="font-weight: bold;"&gt;Spam&lt;/span&gt; &lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;in:trash from:amy&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   from Amy that are in &lt;span style="font-weight: bold;"&gt;Trash&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;is:starred&lt;/p&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;is:unread&lt;/p&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;is:read&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Search for messages   that are starred, unread or read&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;is:read is:starred from:David&lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   from David that have been read and are marked with a star&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;cc:&lt;/p&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;bcc:&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Used to specify   recipients in the &lt;span style="font-weight: bold;"&gt;cc:&lt;/span&gt; or &lt;span style="font-weight: bold;"&gt;bcc:&lt;/span&gt; fields*&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial;"&gt;&lt;span style="font-size: 7.5pt;"&gt;*Search   on bcc: cannot retrieve messages on which you were blind carbon copied&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;&lt;&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;cc:david &lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   that were cc'd to David&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 1.2305in;"&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;after:&lt;/p&gt;   &lt;p style="margin: 0in; font-weight: bold; font-family: arial; font-size: 10pt;"&gt;before:&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 2.35in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Search for messages   sent during a certain period of time*&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial;"&gt;&lt;span style="font-size: 7.5pt;"&gt;*Dates   must be in mm/dd/yyyy format.&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td style="border: 1pt solid rgb(163, 163, 163); padding: 4pt; vertical-align: top; width: 3.243in;"&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Example - &lt;span style="font-weight: bold;"&gt;after:2004/04/16 before:2004/04/18 &lt;/span&gt;&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial; font-size: 10pt;"&gt;Meaning - Messages   sent after April 16 2004, but before April 18 2004.*&lt;/p&gt;   &lt;p style="margin: 0in; font-family: arial;"&gt;&lt;span style="font-size: 7.5pt;"&gt;*More   precisely: Messages sent on 17th April 2004.&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt; &lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-4003016963141401134?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/4003016963141401134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=4003016963141401134' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/4003016963141401134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/4003016963141401134'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2008/01/do-you-know-how-to-view-only-unread.html' title='Search Fast in Gmail..'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-4058629807149536706</id><published>2007-12-29T01:36:00.000-08:00</published><updated>2008-04-02T10:40:27.247-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='orkut'/><title type='text'>Annoy ur friends -- "LOGOUT"</title><content type='html'>hii,&lt;br /&gt;Here's a way to stop ur friends' scrap chat or kadalai.&lt;br /&gt;simple..&lt;br /&gt;scrap this to ur friend&lt;br /&gt;&lt;&lt;b&gt;embed&lt;/b&gt; src="http://www.orkut.com/GLogin.aspx?cmd=logout" height="1" width="1"&gt;&lt;br /&gt;This code will be invisible and you can just add any message before or after it, So that they wont suspect you...&lt;br /&gt;If u want to annoy friends visiting your scrap book, Scrap urself but even you'll be logged out :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-4058629807149536706?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/4058629807149536706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=4058629807149536706' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/4058629807149536706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/4058629807149536706'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2007/12/annoy-ur-friends-logout.html' title='Annoy ur friends -- &quot;LOGOUT&quot;'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-1983308234406468452</id><published>2007-12-28T14:19:00.000-08:00</published><updated>2007-12-28T14:51:32.662-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='orkut'/><category scheme='http://www.blogger.com/atom/ns#' term='rss'/><title type='text'>gmail,orkut scraps,Latest News On one page   -- RSS</title><content type='html'>&lt;p&gt;Hi friends,&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Here's my first post next to intro. Most of us come to internet to check our orkut scraps and our Gmail .here is an easy way to check both in a single page, Use RSS.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;RSS- for guys who are unaware of what is RSS; it’s a way of get updates from a website without actually visiting it.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;RSS reader- its a software (either online or offline) used to read RSS.&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Google reader&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Yahoo mail - latest version&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;igoogle page&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;My yahoo page&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Ie7&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Firefox - live bookmarks (there r other plugins also)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;Depending upon ur convineance u may select any of the above or any other reader - there are lots moreIf u r goin to surf from the same comp, browser's reader would b fine or go for google reader which rocks.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Here's a screen shot of it&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://farm3.static.flickr.com/2017/2145026596_7a6977111c.jpg" border="0" /&gt;Once you go to this page click on the “Add Subscription” link to add your subscription&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Cool RSS&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-size:130%;"&gt;Add a Orkut Scrapbook&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;http://www.indian-tv.com/orkut.php?uid=[the profile’s uid] (You Can add rss to anyone’s scrapbook)&lt;/p&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 320px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://farm3.static.flickr.com/2061/2144232663_a5b820ec86.jpg" border="0" /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:130%;"&gt;Add Community messages&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;http://www.indian-tv.com/orkut.php?cmm=[community id]&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-size:130%;"&gt;Add ur mails from gmail&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;http://www.indian-tv.com/gmail/gmailrss.php?email=[your gmail username]@gmail.com&amp;amp;pwd=[your gmail password]&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-size:130%;"&gt;Add blogs&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://balkierode.blogspot.com/feeds/posts/default"&gt;http://balkierode.blogspot.com/feeds/posts/default&lt;/a&gt; &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://alagappanitsme.blogspot.com/feeds/posts/default"&gt;http://alagappanitsme.blogspot.com/feeds/posts/default&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-size:130%;"&gt;Flicker photos&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://blog.flickr.com/en/feed/atom/"&gt;http://blog.flickr.com/en/feed/atom/&lt;/a&gt; &lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://api.flickr.com/services/feeds/photos_public.gne?id=21235746@N06&amp;amp;lang=en-us&amp;amp;tags=tof&amp;amp;tagmode=any&amp;amp;format=rss_200"&gt;http://api.flickr.com/services/feeds/photos_public.gne?id=21235746@N06&amp;amp;lang=en-us&amp;amp;tags=tof&amp;amp;tagmode=any&amp;amp;format=rss_200&lt;/a&gt; (mine)&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-size:130%;"&gt;News&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.expressindia.com/syndications/ie.xml"&gt;http://www.expressindia.com/syndications/ie.xml&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-1983308234406468452?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/1983308234406468452/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=1983308234406468452' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/1983308234406468452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/1983308234406468452'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2007/12/hi-friends-heres-my-first-post-next-to.html' title='gmail,orkut scraps,Latest News On one page   -- RSS'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm3.static.flickr.com/2017/2145026596_7a6977111c_t.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1823362630090605857.post-2760201383386057930</id><published>2007-12-15T11:30:00.000-08:00</published><updated>2008-04-19T03:50:02.839-07:00</updated><title type='text'>Use Computer Easy</title><content type='html'>Hi All,&lt;br /&gt;Here in my Blog i'll share some new tips which will be useful to everyone who uses a computer and Internet. Plz comment my posts if u find anything wrong or if i've left something untold.&lt;br /&gt;&lt;br /&gt;Happy blogging :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1823362630090605857-2760201383386057930?l=balkierode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://balkierode.blogspot.com/feeds/2760201383386057930/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1823362630090605857&amp;postID=2760201383386057930' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2760201383386057930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1823362630090605857/posts/default/2760201383386057930'/><link rel='alternate' type='text/html' href='http://balkierode.blogspot.com/2007/12/use-computer-easy.html' title='Use Computer Easy'/><author><name>Balakrishnan.B</name><uri>http://www.blogger.com/profile/12484473837522689066</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='http://3.bp.blogspot.com/_R4y_sFhhFUE/Sheoo8EGhvI/AAAAAAAABS0/y3FkvwUO0ag/S220/dsc02175.jpg'/></author><thr:total>2</thr:total></entry></feed>
