Skip to main content

Get a quirky surprise when search Atari Breakout in Google Images

I you want to surprise from Google.
You want to ready to play Ball Bat game.
Then go through this link Click Here
or search " Atari Breakout " in google's images search bar.

After game is over you will get a score like this
Enjoy the Game

Popular posts from this blog

Publication Tools

Blogs: WordPress Typepad Blogger B2evolution Scribefire Wikis: Wikipedia Wikia Wetpaint Pbwiki Wikispaces Twiki Citizen Journalism Portals: Digg Newsvine Livejournal Sharing Tools: Videos Sharing Tools: YouTube Metacafe Revver Viddler Blip.tv Picture Sharing Tools: FlickR Zooomr Smugmug Links Sharing Tools: del.icio.us Digg Yahoo! Buzz Propeller Technorati StumbleUpon Reddit Ma.gnolia Mixx.com Music Sharing Tools: Last.fm iLike Pandora Odeo Slideshows Sharing Tools: Slideshare Authorstream Myplick Products Feedbacks Sharing Tools: Crowdstorm ...

How to open Add or Remove programs folder in windows (Control panel)

Hi All, Here is simply trick to open you windows "Add or Remove folder" or "Programs and features" Follow this. 1) Click on start menu 2) open "Run..." option from right side list or Simply click on keyboard by presssing "windows key + r" 3) It will open simple dialog box and enter in text field  " appwiz.cpl " and click OK. 4) Wow it will open our program and features folder. Then simply uninstall or repair your installed programs. Screen shorts: 

Useful Eclipse Shortcut Keys

Shortcut keys make life that little bit quicker! They aid you in working faster and become very handy when programming in Eclipse. For a full list of shortcuts, in Eclipse 3.1 and above you can press Ctrl+Shift+L for a handy popup. Shortcuts: Ctrl+Shift+T Find Java Type Start typing the name and the list gets smaller. Try typing the capital letters of the class only (e.g. type "CME" to find "ConcurrentModificationException") Ctrl+Shift+R Find Resource Use this to look for XML files, text files, or files of any other type. which are in your workspace. Ctrl+E Open Editor Drop-Down Presents a popup window listing currently opened files. Start typing to limit the list or simply use the down arrow key. Ctrl+O Quick Outline Use this to find a method or a member variable in a class. Start typing to limit the choices. Press Ctrl+O a second time to include inherited methods. Ctrl+Space Content Assist Context sens...