Monthly Archive:: January 2011

Facebook recently redesigned the user’s profile page to a new look.Earlier it was opt-in that if you want the new design you can switch to it.Now Facebook will roll out the new profile design to everyone whether they like it or not. I myself haven’t switched to the new profile page yet,and this message showed up on my home page that you will get new profile page design automatically.The new design brings up mixed reactions from everyone that many of them feel the old one was good when compared to new one.if you are not using the new profile page you can see its features here Do you like the compulsory switch to new profile page design ? do let us know

Read More...

Google goggles– a visual search product from google gets an version update today.The new version 1.3  is faster and smarter now added with bar code scanner and sudoku solver. Google Goggles is a downloadable image recognition application created by Google Inc. It is currently found in the Google Labs as a beta version. Currently, it is used for searches based on pictures taken by handheld devices. For example taking a picture of a famous landmark would search for information about it, or taking a picture of a product’s barcode will search for information on the product. Updates 1. Bar-code scanner 2.Print Ads 3.Sudoku Want to solve Sudoku ultrafast? then download google goggle app here. see what google goggles can do here

Read More...

CES 2011,Consumer Electronics Show was the largest trade show for 2011 held from Jan 6-11 at Las vegas.This event is so hyped by everyone in the tech sector since this year a lot of new products are expected to be launched and much rumored gadgets would be announced at the CES. www.CESweb.org Official website : http://www.cesweb.org/ Surely CES would be a major tech event to start in 2011,If you cant be there in las Vegas still you can watch out for these presentations and keynotes live using these links. 1. Microsoft Keynote  – Microsoft Live 2. Skype Keynote  – Livestream 3. Ford Keynote   – Livestream 4. Samsung Keynote  – Live 5.Motorola press event – Live If you still want the inside scoop and complete overage if the entire event you can check out Cnet CES coverage , Android and me and engadget.  You can download CES [&hellip

Read More...

An array is a series of elements of the same type placed in contiguous memory locations that can be individually referenced by adding an index to a unique identifier.for example, we can store 5 values of type int in an array without having to declare 5 different variables, each one with a different identifier. Instead of that, using an array we can store 5 different values of the same type, int for example, with a unique identifier

Read More...