no right click for this site

Friday, December 11, 2009

Is The Tiger Woods Brand in Danger?

No athlete has experienced such a drastic fall from grace as Tiger Woods. From being on top of the sports world to becoming a punch line on late shows everywhere, Tiger finds himself in a public image nightmare. His notoriously private personal life is now under the spotlight of the tabloid circus, which flips and shapes the story to fit every new claim made by a Hollywood waitress.

No doubt this is a trying time for the superstar athlete. But does he deserve such intense media scrutiny? And is the multi-million dollar brand that is Tiger Woods threatened?
As much as Tiger says this is a “private” matter, it is not. While he himself didn’t open the doors to his private life, his position as an immense public figure warrants the attention. Unfair as it may be, his golf skills made him a superstar; his private affairs will bring him back down to reality.
Tiger himself never asked to be framed as such a squeaky-clean persona. The media and his endorsements painted him as such. Consequently, in the age of the 24-hour news cycle, perception = reality. With millions made from selling that flawless public image, he now has to defend it against the same people who just weeks ago did nothing but sing his laurels. That’s just how it is.
The chance of Tiger losing his corporate sponsorships is still unlikely. However, the volatility of this continuing saga may be beginning to catch up with him. Bloomberg reports advertisements featuring Tiger Woods have disappeared from prime-time broadcast television and many cable channels following reports of his extramarital affairs, according to data from Nielsen Co.
The longer the tabloid-driven story continues to gain momentum, the greater the danger it has of permanently tarnishing the Tiger Woods brand. As many PR gurus have suggested (who I won’t even pretend to be in the same league as), Tiger needs to get ahead of the story and come clean. The devil is in the details, and right now the tabloids are filling in the details. Staying silent will only continue to fuel the fire.
In the end, Tiger can take a page from Kobe Bryant and Michael Phelps – by putting as much as possible out in the open, apologizing, and then immediately begin rebuilding himself and his family.

Infosys likely to offer 13,000 jobs on campuses

Infosys likely to offer 13,000 jobs on campuses


BANGALORE: Infosys Technologies, the country’s second largest IT services exporter, is likely to make 13,000 campus offers to fresh engineering
graduates who are expected to join during the course of fiscal 2011.

Interacting with mediapersons here on Wednesday, Nandita Gurjar, senior VP, Infosys said that they have already started going to campuses in about 700 engineering colleges. Infosys had made 20,000 offers to engineering graduates for the 2009 fiscal, though only around 75-80 % of the students actually join the company.

The Indian IT services industry has discontinued the earlier practice of selecting the students a year before they complete their graduation and is now visiting colleges in the final semester itself. According to the Infosys official, they would be closing the 2009 fiscal with around 18,000 freshers and 3,500 experienced hires and it is expected that the same hiring numbers is likely for the coming fiscal.

best program for premier instuites





HughesNet® Global Education brings Management programs for working professionals from
Premier Management Institutes in India like IIMC, IIMK,IIT Delhi, XLRI, IIFT, MICA etc
IN YOUR CITY!

Students can upgrade their knowledge & skills from the faculty of these premier Institutes and
upon successful completion of the programs get their certification DIRECTLY from the Institutes.

Programs that have been announced open for Admissions are:
Executive Program on Leading Organizations and Innovations - EPLOI
The program provides executives with the high level perspectives in organizational leadership and innovative strategies that are necessary for managing businesses successfully in today’s global economy.
Executives in the upper middle or senior cadres in the organizations of various kinds, with at least 7 years of management experience.
Enrollment Open for Batch 1
Program on Leading & Managing - PLAM
The program focuses to strengthen management & leadership skills essential to achieving collaboration in teams and partnerships. It increases participants’ understanding of the key elements and characteristics of effective collaborative partnerships.
Graduates with minimum 50% marks & 10 years experience

Thursday, December 10, 2009

Mac OS X. It’s what makes a Mac

Get Chrome OS Now

Get Chrome OS Now



The open source version of Google Chrome OS was released on Thursday, and tech wizards didn't waste any time turning the code into a workable test version of the new operating system. If you don't want to wait until next year to see what's going on with Chrome OS, then follow this handy guide to find all the information you need to get the new system up and running on almost any computer.
(See also "Five Reasons Google Chrome OS Will Succeed" vs. "Google Chrome OS Will Fail: Here are the Fatal Flaws")

Virtual Machine

Since Chrome OS will be streamlined to work only with specific hardware components, you won't be able to just boot the new OS onto your machine. Instead, you'll need to use a virtual machine for Chrome OS. You have two choices. You can either get Virtual Box here, which has options for Windows, Mac, Solaris, and Linux systems. Or, you can download VMware Player for Windows or VMware Fusion for Mac.
If you choose the VMware Fusion for Mac option, note that you will only get a 30-day trial version. The full version of the software will cost you $79.99.

Download Chrome OS

Before you get too far ahead of yourself, you'll need to download the compiled version of Chrome OS. You can try the version from gadget Website gdgt (registration required) or a torrent from Pirate Bay. In my tests, the gdgt version did not work with Virtual Box, but this situation may change so read through gdgt's help thread later in the day before giving up on Virtual Box. Some users have also had succes using the VMware Chrome OS file inside Virtual Box.
I have not tried the torrent version of Chrome OS, but TechCrunch has and says it works. Be warned, though, the torrent version could come with malware or spyware.
If you download from gdgt, make sure you get the right version of Chrome OS for either Virtual Box or VMware.
If you're a Linux user and you don't need help installing Chrome OS you can also download a USB-bootable version from gdgt.
Once you've downloaded Chrome OS, which could take a while, make sure you unzip the file before proceeding to the next step.

Go Chrome

Google ChromeOnce you've got Virtual Box installed and Chrome OS is unzipped, you're ready to go. (Click to enlarge the screen image.) For instructions on how to prep your virtual machine using Virtual Box, TechCrunch has a step-by-step guide for you. VMware users on Windows can follow the instructions found on this blog. These are not Chrome OS specific, but the instructions should work for your purposes.
VMware Fusion users can follow gdgt's helpful tips for installing Google Chrome OS on a Mac using VMware Fusion.

Google Web Toolkit




This evening at its Campfire One event, Google showcased a number of new technologies coming to Google Web Toolkit (you can see my live blog of the event here). The big announcements include the release of a new Speed Tracer tool to help developers speed up their web apps; a code splitting tool that enables developers to deploy apps as incremental downloads; and UiBinder, a UI framework that allows developers to separate the ‘logic’ presentation of their apps from the presentation portion.
Speed Tracer is a new extension for Google Chrome that is meant to help developers streamline their web applications. In particular, the tool is built to help optimize AJAXy applications. Obviously there are other tools for speed optimization, but many of these have to do with load time. Speed Tracer is meant to track performance over an extended period of time, as users tap into an app’s various functions. Google’s Andrew Bowers explains that Speed Tracer can track performance bottlenecks in ways that were not previously possible, because it taps into APIs that were built into Webkit for that very purpose (APIs other browser engines don’t offer).
The tool will allow developers to isolate exactly which functions in their app are taking a long time to perform, allowing them to monitor performance in real time. It will suggest that developers take a look at certain problem functions (namely actions that take over 100ms, which is when users begin to notice a lag time).

The second major addition announced at tonight’s event is developer guided code splitting. Bowers says that when the Google Wave team was first building Wave, the size of their JavaScript app grew to 1.4 megabytes (that’s a lot, and will lead to a long initial loading time for users). To help deal with this Google found a way to split code into chunks and to only initially serve the portions users needed. In other words, when you go to Wave now, your browser is only downloading the portion of the app it needs to run the most basic functions. If you decide you want to access something beyond that — say, the Settings menu — the app will quickly fetch that once you click the ‘Settings’ button.
This isn’t the first time developers have been able to split their code — in fact, some of them try to fully automate the process. Bowers says that Google is taking a different approach. Rather than try to fully automate the code splitting, Google Web Toolkit will allow developers to pick and choose which functions users will need to be able to access. The tool will then identify which code corresponds to those functions. In effect, developers are still responsible for choosing which functions they want to have available on the app’s initial load, but the tool can manage things beyond that.
The third tool to launch this evening was UiBinder, which came out of some of the work Google has done with AdWords. Bowers describes UiBinder as a declarative UI that allows developers to bind a layout template and associate it with a Java file, without having to merge the two. He explains that in a typical Java file, developers often have to combine the layout portion of the application with the logic portion of the app. In that scenario, when a designer wants to tweak the look of the app, the logic has to be tweaked too. Using UiBinder, developers can keep the two separate, so layouts can be adjusted without having to rewrite any logic code.


WINDOWS 7 EDITIONS&PRICES

windows 7 editions and prices
 

Copyright 2009 win7. Blogger Templates created by Deluxe Templates. Wordpress by Justin Shattuck.