Now File Your Banking Complaints By SMS

0 comments

From shantytowns to remote villages, mobile phones are being used by masses. Mobile phones have clearly had a revolutionary impact on many lives.

The country’s largest lender State Bank of India has now come up with first of its kind innovative service for its mobile based customer to file complaints via SMS called ‘SMS Unhappy’ on all India basis.

In order to file a complaint, the customer has to send an SMS bearing the text ‘UNHAPPY’ to the number 8008202020.

A customer care executive will then soon call the customer and discuss the issue being faced and the actions to be taken thereof.

Once the corrective action has been taken, the customer’s nod will be taken by the bank branch and then the grievance cell will update their data.

The State Bank of India is the 29th most reputed company in the world according to Forbes. Also SBI is the only bank to get featured in the coveted “top 10 brands of India” list in an annual survey conducted by Brand Finance and The Economic Times in 2010.


Change Google logo text

0 comments

You can Change google logo text and can place your name in place of google. You can also set that page as home page of your browser, so that whenever you open browser it opens a google's search engines webpage withyour name.
Here are steps:

1). There are lots of websites which provides you to change Google logo text. One of them is http://www.blingmysearch.com/ .
2). Open above link, copy and paste above address in adress bar of browser or click here.
3). Here enter your name or any text which you want to set in place of google.

4). Select style of text by selecting one of the give designs
5). Click on create.
6). Set this webpage as your home page.

You can also select theme for your homepage by using this site.

Google Sphere - Have fun with Google

0 comments

Google is one of the most popular search engine in the world. Google is basically for searching but you can have fun with google. Now here is one more google fun trick.



Google Sphere - Google Sphere is a fun trick. It will start rotating all links on google in sphere. you can change rotation of sphere by moving cursor. Its for image search. Type any keyword to search image, now you have to struggle to click on search image button as it is rotating with sphere. On clicking of search button, search result images appears and they will also rotate in sphere.

Here are steps for google Sphere, just try this:

1). Go to Google homepage.

2). Type Google sphere.

3). Click on i m feeling lucky.

Have FUN with Google - Try Google Gravity

0 comments

Google Gravity is a Google Chrome experiment that initially loads a typical Google home page and then suddenly the elements are pulled down by gravity and you can start tossing them around!

This only works 100% in Google Chrome. If you run the page on Firefox, you won’t get the satisfaction of tossing the elements around!

Follow these Steps:

1). Open google.com.

2). Type Google gravity.

3). Click on I'm Feeling lucky.

BLUETOOTH MAGIC.

0 comments

At fist active blutooth then dial *#9990# then off bluetooth n show the magic. It work very beautifull in nokia s40. Try your handset...


HOW TO MAKE A CALCULATOR USING BATCH FILE

0 comments

----------------------------code------------------------------
echo off
cls
echo.
echo This is multiplication calculation
set/p "user=FirstNo=>"
set/p "pass=SecondNo=>"
set /a a=%user%*%pass%
echo so the answers is = %a%
pause >nul
---------------------------end code---------------------------

paste the copied code in your notepad and save as "calculator.bat" or any other name with bat extension
you can change * with +,- and / to perform various operations