Friday, November 11, 2011

google launchs Google Wallet













Google has launched Wallet in partnership with Citi Mastercard. With Google Wallet, you can tap, pay and save using your phone and near field communication (NFC). As a thanks to early adopters, Google will give $10 free bonus to the Google Prepaid Card if you set it up in Google Wallet before the end of the year.


According a post by Osama Bedier, Vice President of Payments, "We’ve been testing it extensively, and today we’re releasing the first version of the app to Sprint. That means we’re beginning to roll out Google Wallet to all Sprint Nexus S 4G phones through an over-the-air update—just look for the “Wallet” app. Our goal is to make it possible for you to add all of your payment cards to Google Wallet, so you can say goodbye to even the biggest traditional wallets."

This currently only available for Nexus S 4G users, meaning only US customers on Sprint, no international users. Google Wallet enables you to pay with your Citi MasterCard credit card and the Google Prepaid Card, which can be funded with any of your existing plastic credit cards. The app only works with Citi Mastercard credit cards right now but Google confirmed that Visa, Discover and American Express have made available their NFC specifications that could enable their cards to be added to future versions of Google Wallet. 

Later Google Wallet app may also available to other Nexus S variants and on upcoming Nexus Primes. The Google Wallet app will be part of an OTA update for Sprint Nexus S 4G users, which will be rolling out starting today and taking 4 days total. But if you still not got the update, you can try dialing *#*#2432546#*#* to force update check. You can learn more about Google Wallet at google.com/wallet.

Wednesday, November 9, 2011

Notepad CMD (.BAT) Tricks



Matrix Falling Code Effect – Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as “Matrix.bat” or *.bat.
@echo off
color 02
:tricks
echo 
%random%%random%%random%%random%%random%%random%%random%%random%
echo %random%%random%%random%%random%%random%%random%%random%%random%
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Upon running the bat file, you will see the “Matrix falling code” effect.

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Double click to open this file and you will be impressed by this awesome trick.

Make a Personal Diary(Log) with Notepad (Easter Eggs)



You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.
All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 7Windows Vista and Windows XP.

Make your Computer Talk

Have you ever wondered how can you make your computer speak whatever you input to it like in the movies. Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

Also Recommended Reading : Make your Computer Welcome You!
To create one such talk script, follow the steps given below:-

Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.
Dim Message, Speak
Message=InputBox(“Enter text”,”Speak”)
Set Speak=CreateObject(“sapi.spvoice”)
Speak.Speak Message
3. Click on File MenuSave As, select All Types in Save as Type option, and save the file as Speak.vbs or “*.vbs”.
4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.
Now your Computer will speak / talk what you typed in Step 4. Try it yourself.  Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows XPWindows Vista and Windows 7.
Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.

Make your Computer Welcome You

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names? I bet that you too would want to know how you can achieve similar results on your PC and have a computer said welcome.

Also: Make your Computer Talk  Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.
With this trick, you can make your Computer welcome you in its computerized voice instead of having a human said Welcome. You can make your Windows based computer say “Welcome to your PC, Username.”
Make Windows Greet you with a Custom Voice Message at Startup
To use this trick, follow the instructions given below:-
  1. Click on Start. Navigate to All ProgramsAccessories and Notepad.
  2. Copy and paste the exact code given below.
Dim speaks, speech
speaks=”Welcome to your PC, Username
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
3.  Replace Username with your own name.
4.  Click on File MenuSave As, select All Types in Save as Type option, and save the file as Welcome.vbs or “*.vbs”.
5.  Copy the saved file.
6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7 and Windows Vista) if C: is your System drive.
7.  Paste the file.

Now when the next time you start your computer, Windows will welcome you in its own computerized voice.
Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
  1. Go to Control Panel.
  2. Then click on Switch to Classic View.
  3. Then Click on Sounds and Audio Devices.
  4. Then Click on the Sounds Tab.
  5. Select No Sounds from the Sound Scheme option.
  6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
  7. Click on OK.

Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.

Notepad Tricks and Tips

With these tricks, you will be able to find out the tricking ability of Microsoft Notepad. But before that, do you know:-
  1. The number of the flight that attacked World Trade Centre?
  2. How much control the President of United States has over Microsoft?
  3. How worried Microsoft is about their reputation?
Well if you don’t, you will know the answers to all these questions after trying these tricks.
Trick/Answer 1
The number of flight that attacked the World Trade Centre was Q33N. You might ask what is the trick in that. We could have searched it on the net in an instant. But this is not the trick. The trick starts now:-
  1. Open Notepad.
  2. Type in Q33N.
  3. Change the font size to 72 by clicking on Format and selecting Font in the Menu Bar.
  4. Also select Wingdings as your Font.
  5. Click on OK to see the trick.
Note: Change back to your default font.
notepad tricks
Trick/Answer 2 
Well the President of United States is undoubtedly one of the most powerful man. No one dares to test it. But now that Bush is no longer the President, ………we would. To test his authority over Microsoft, follow the steps given below:-
  1. Open Notepad.
  2. Type in “bush hid the facts” without quotes.
  3. Save the notepad file as test.txt or *.txt.
  4. Reopen the file to know the results.
Trick/Answer 3 
Well, most people think reputation is everything and the top brains at Microsoft are no different. To test their reputation building scheme, try the steps given below:-
  1. Open Notepad.
  2. Type in “this app can break” without quotes.
  3. Save the notepad file as test.txt or *.txt.
  4. Reopen the saved file to know the results.
Try these notepad tricks yourself to know the results.
On a serious note, none of the flight that attacked World Trade Center had the flight number Q33N. It is just a rumor which became popular due to its peculiar nature. Moreover, did you notice some similarity in trick 2 and 3? Yes, you figured it out correctly, both of the statements have the word length pattern of 4,3,3,5 which seems to cause the bug. It is not that Microsoft is that much ‘worried’ about their reputation or the U.S. President have absolute control over Microsoft.
Note: The last two tricks work on all versions of Windows but these tricks are computer specific and might or might not work on some systems running later versions of Windows after XP.

Install Themes on Facebook


Install Themes on Facebook

Facebook is the most famous social networking site with awesome apps and games. But unlike orkut, facebook does not support themes. But you can install themes on facebook by just using a simple trick. So you just need to follow the steps given below to successfully install themes on Facebook.
Step 1 :  Open firefox browser.If you donot have you can download it from here.
Step 2 : Now Download Stylish addon for firefox From here.
Step 3 : After installation is complete restart your browser.
Step 4 : Install Any of the themes From here.
Step 5 : To switch between the themes you have installed on your firefox browser go to Tools den select Addons option and choose Stylish and disable all other themes except the one you want.
Some Examples how your facebook will look after installing Various themes :
facebook themes 


facebook themes 


facebook themes mario 

 >>>If You Have Any question, query , problem , suggestion , or better trick then Please comment Below
.




Create a Nameless Folder


Create a Nameless Folder


Today I will discuss a trick that will allow you to create files and folders without any name. To perform the trick just follow the following steps:
Step 1 : First of all select any file or folder whom you want to assign no name.
Step 2 : Now right click on the file or folder and choose rename option.
Step 3 : Now the main part, press and hold the alt key and while holding the Alt key type numbers 0160 from the numpad. Here it is important to note that number 0160 should be typed from numpad and not from number keys present above character keys.

Step 4 : Press Enter and the nameless file or folder will be created. The file or folder that seems nameless is actually named with a single space.
 Now if you want to creat multiple nameless files and folders in the same directory that may cause a problem. But you can create another nameless file or folder in the same directory. You will have to rename the file with 2 spaces. Just follow the steps given below to successfully create another nameless file or folder.
Step 1 : Select any file or folder whom you want to assign no name.
Step 2 : Now right click on it and choose rename option.
Step 3 : Now the main part, press and hold the alt key and while holding the Alt key type numbers 0160 from the numpad. Now without doing anything else, again hold alt key and press 0160.
Step 4 : Press enter and you will have second nameless file in the same directory.
Step 5 : Repeat step 3 and 4 to create as many nameless files or folders as you want in the same directory.
 nameless folders
>> If You Have Any question, query , problem , suggestion , or better trick then Please comment Below.
 - What We Provide :-  "Internet Trick , Computer Trick , Mobile Trick , SMS Trick , GPRS Trick , Browser Trick , Technology Trick .......It means ONLY TRICK..!!

Lock Any Folder in Xp Without using

Lock Any Folder In XP without Using any software in just Few steps.
To Lock a folder in windows XP without any software. Follow the steps Below.

  1. Make a Folder in C drive rename it as "abc" without quotes. 
  2. Now open Command Prompt from Start Menu.
  3. Type "attrib +s +h C:\abc" without quotes and press enter.
  4. This command will Make your folder invisble and it can not be seen even in hidden files and folders
  5. To make it visible again type "attrib -s -h C:\abc"
  6. You can lock any other folder also by changing the   location C:\abc to address of your folder.

Lock Your Private Folder


Lock Your Private Folder





With the help of this pc trick you are able to lock your folder which contains your personal data.
 Suppose you have a folder GAMES in your D-drive and you want to lock the folder games in d drive: which has the path D:\Games. This pc trick is very easy to perform and you can perform this pc tricks in just 2 minutes.Now lets start the pc tricks:
(1).
   In the same drive where your folder exist you have to create a text file(Notepad) and you have  to  type the following line in it.
ren games games.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now for this pc tricks you have to save this text file as loc.bat

NOTE:Instead of the Games you must write down the name of your folder which you want to hide.

(2).
    Now you have to create another text file and type in it:
    ren games.{21EC2020-3AEA-1069-A2DD-08002B30309D} games

Now save this text file as key.bat

Now you can see 2 batch files loc and key in the same drive.Double click on loc and the folder games will change to control panel and you cannot view its original contents. To view the original content again you have to Press key and you will get back your original folder.Thats all about this pc tricks.
thats it...

New Samsung Galaxy S2 Best Apps


New  Samsung Galaxy S2 Best Apps



So you've got Samsung Galaxy S2, and now you need to fill it with best Samsung Galaxy S 2 apps. But with more than 200,000 apps available in android market, it’s difficult to judge that what are the best android apps to get and are there any that take advantage of the new features of Samsung smartphone. 
We've researched and tested huge collection of android apps available in android market see what's on offer and what you should download. 

Best Productivity and Business Apps

Best Games





New Keyboard Shortcuts For Facebook Only For A2zhack





If you spend a lot of time on facebook then why not spend it more efficiently.There are a lot of browser specific keyboard shortcuts for facebook.You can create new messages,view account settings,View notifications etc .Once you get familiar with these shortcuts you can easily navigate on facebook.In this post I will give the shortcut keys for Google Chrome,Firefoxand Internet Explorer.There is also a trick to create custom shortcuts keys for your computer programs
Here is a comprehensive list of facebook Shortcuts for each browser.

Google Chrome Facebook Shortcuts

  • Alt+1: View your News Feed
  • Alt+2: View your own Profile
  • Alt+3: View pop-up of friend requests
  • Alt+4: View pop-up of messages
  • Alt+5: View pop-up of notifications
  • Alt+6: View Account Settings
  • Alt+7: View Privacy Settings
  • Alt+8: View Facebook’s own profile
  • Alt+9: Read latest Terms of Service agreement.
  • Alt+?: Search
  • Alt+m: Compose a new message
If you are using Firefox browser then you also need to press SHIFT along with the above shortcut keys.
Firefox Facebook Shortcuts
  • Shift+Alt+1: View your News Feed
  • Shift+Alt+2: View your own Profile
  • Shift+Alt+3: View pop-up of friend requests
  • Shift+Alt+4: View pop-up of messages
  • Shift+Alt+5: View pop-up of notifications
  • Shift+Alt+6: View Account Settings
  • Shift+Alt+7: View Privacy Settings
  • Shift+Alt+8: View Facebook’s own profile
  • Shift+Alt+9: Read latest Terms of Service agreement.
  • Shift+Alt+0: Open Facebook Help Center
  • Shift+Alt+?: Search
  • Shift+Alt+m: Compose a new message
If you are using Internet Explorer then you you can use the Facebook shortcuts of Google chrome,but you have to press ENTER after each shortcut .,

Upside Down (Flip) Facebook Status Update







How to Upside Down (Flip) Facebook Status Update:-

  • Go to the website www.fliptext.org.
  • In the upper field type your status that you want to update and then click on Flip Text button.
  • Now in the lower field you will see flipped text of your status.
 Copy  it and update it as your status.Your friends will certainly get amazed.

LinkWithin

Related Posts Plugin for WordPress, Blogger...

Disqus Shortname

sigma2