
A cluttered CV
CVs where people simply put all possible information and expect recruiters to scroll through them to find out relevant details. The only destiny these CVs have is getting the ‘delete’ key pressed and landing up in the trash bins.
HR people get hundreds of applications for a single position. They don’t have the time to sift through your CV and see if each candidate suits their purpose. So, it is your job to make your CV as user-friendly, so that they can find the information they are looking for in a single glance.
Grammatical and spelling mistakes
Read more…

A good chart can take an elusive concept and clarify it in a visually appealing manner. This ingenious XKCD strip uses a pie chart, a bar chart and a recursive scatter plot, to demonstrate the concept of self description.

People keep track of lots of things in their Google Calendars — meetings, business trips, due dates and conference calls. But when I started my summer internship at Google, I wondered why it wasn’t easier to add calendar events for the fun stuff in life, like birthdays and sports schedules.
Now, when you look under “Other Calendars,” click “Add,” then “Browse Interesting Calendars” (or use this link to the Calendar directory), you’ll find calendars for hundreds of teams in dozens of sports leagues — everything from the National Football League to the Korean FA Cup.

When you subscribe to your favorite team’s calendar, you’ll see every game listed, updated in real time with the score as the game progresses.

You can also subscribe to a “Contacts’ Birthdays and Events” calendar, which will add all of your contacts’ birthdays to Google Calendar. Data is pulled from your Gmail contacts and your friends’ Google profiles.
Finally, we also have two new Calendar Labs features for you to check out: “Dim future repeating events” makes recurring meetings more transparent over time, helping more important meetings pop out, and “Add any gadget by URL” gives you the flexibility put any gadget you’d like in your calendar.

A picture is worth a thousand words.No need to type your search anymore. Just take a picture.
Find out what businesses are nearby.Just point your phone at a store.
This is just the beginning – it’s not quite perfect yet.Works well for some things, but not for all.
Your pictures, your control.Turn on ‘visual search history’ to view or share your pictures at any time. Turn it off to discard them once the search is done.
Learn more in the Google Mobile Help Center

Bing ringtones? Yes Bing Ringtones 
“Three Bing-branded ringtones for your mobile device.”
- Supported Operating Systems: Windows Mobile 5.0; Windows Mobile 6; Windows Mobile 6.1.
- A mobile device that can play MP3 files
Download details Bing Ringtones for your phone

Microsoft Small Basic is a project that is aimed at making computer programming accessible to beginners. The project comprises a simple programming language that gathers inspiration from the original BASIC programming language; a modern and attractive programming environment; and rich, extensible libraries. Together they make programming fun for kids and adults alike.
Download details Small Basic


At the heart of Pivot are “Collections.” They combine large groups of similar items on the Internet, so we can begin viewing the relationships between individual pieces of information in a new way. By visualizing hidden patterns, Pivot enables users to discover new insights while interacting with thousands of things at once.
Pivot makes it easier to interact with massive amounts of data in ways that are powerful, informative, and fun. We tried to step back and design an interaction model that accommodates the complexity and scale of information rather than the traditional structure of the Web.
Download


Our national animal is fighting for its life.
From around 40,000 at the turn of the last century, there are just 1411 tigers left in India.
If we don’t act now, we could lose this part of our heritage forever.
Speak up, blog, share the concern, stay informed… Every little bit helps.
Aircel has partnered with WWF-India to help save our tigers. Explore the site to know how you can help.
Watch this space for updates from Stripey, the tiger cub.
Get involved at www.saveourtigers.com

What is O3D?
O3D is an open-source web API for creating rich, interactive 3D applications in the browser. This API is shared at an early stage as part of a conversation with the broader developer community about establishing an open web standard for 3D graphics.
O3D is an open-source JavaScript API for creating interactive 3D graphics applications that run in a browser window—games, ads, 3D model viewers, product demos, virtual worlds. O3D extends the client-side software of a web application by providing features at the following levels:
- System: O3D provides a browser plug-in that adds graphics capabilities inside standard web browsers on Windows, Macintosh, and Linux (TBP) platforms.
- Content: Content for today’s web is in the form of HTML, image files, and video files. The Developer’s Guide provides information on how to create a fileconverter and loader for any 3D content. O3D provides a sample COLLADA Converter, which can be used to import files in the COLLADA format, an open standard for 3D assets that is supported by popular content creation applications such as SketchUp, 3ds Max, and Maya. Use this sample converter directly, or write your own converter and loader for other formats.
- Code: O3D extends application JavaScript code with an API for 3D graphics. It uses standard JavaScript event processing and callback methods.