ASP.Net menu controls breaks in Google Chrome and works fine in other browsers. Here is the hack to make it work in Google Chrome as well,
if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
Request.Browser.Adapters.Clear();
Just add this code on your page load and the menu control will start working fine in Google Chrome as well.
Also some times the hover menus don’t work on IE8 to make it work on IE8 you need to set
in DynamicMenuStyle property of the menu control.
Hope this helps
Google has announced a new operating system project: Google Chrome OS. This is separate from Android, Google’s mobile phone OS.
Chrome OS is a “open source, lightweight operating system”. It won’t be available until the second half of 2010, but the source code will be made available later this year.
At the heart of the OS is Google’s Chrome browser. In fact, the operating system appears to be little more than a secure platform for the browser to run upon. Google says the following: “Speed, simplicity and security are the key aspects of Google Chrome OS. We’re designing the OS to be fast and lightweight, to start up and get you onto the web in a few seconds.”
Some reasons Google Chrome OS will do wonders,
- It is OPEN SOURCE
Chrome OS appears to be based on a Linux kernel with a custom windowing system. It’s worth remembering that windowing/desktop interfaces matter less when you consider this is simply a browser-based operating system designed to get you online and push you towards online applications.
- GOOGLE is taking on MICROSOFT
Google is producing a product that directly competes with Windows. To add insult to injury, it’s open source — the one thing that Microsoft really hates.
By using open source, Google is positioning itself diametrically opposite Microsoft. In some ways, Google had no choice but to embrace open source.
- Chrome OS is just another sign that open source is going for an all-out attack on the netbook arena.
With Microsoft allegedly limiting the power and size of discount Windows XP-licensed netbooks, the door is open for Chrome OS to back better machines.
Some challenges for Google Chrome OS,
- Netbooks aren’t the world
Netbooks may be important, but they remain a tiny part of the world’s PC sales. Google’s bet is predicated on strong demand for weak computers. It also takes advantage of a kink in Microsoft’s armor: MS actually needs to sell its operating systems while Google can, for now, afford to just give Chrome away.
Google is counting on users of small computers not being tied to specific applications and being willing to accept low cost and, perhaps, ease of use over a more familiar and more powerful environment.
- Microsoft can shoot to kill
I’m Steve Ballmer and here’s what I say: Windows 7 NB (for netbooks) will be free through all of 2010. Starting right now. Anything Google can do, Microsoft can–at least theoretically–do better. Google wants to give away a netbook operating system? So can Microsoft.
It will be hard for regulators to complain as Microsoft is now reacting to a powerful competitor’s frontal assault on Windows. And placing and end date on the freebie–which can always be extended–allows MS to charge once Chrome is vanquished.
- Google Docs is the best they can do
Google’s cloud computing strategy so far is “applications lite,” which may be fine for occasional use, just like a netbook, but don’t meet enough needs to be a real solution.
- Compatibility
Compatibility, both hardware and software was the major reason why the world anointed Microsoft its King of Computing.
Compatibility really matters and while Chrome’s world may be complete as far as it reaches, there is always more. That’s why Windows, frustrating as it may be, will prevail. The “20″ in the 80/20 Rule matters a lot more than proponents of “80 is good enough” like to think.
tags: Chrome OS, Chrome vs Windows, Google, Google Chrome, Google Operating System, Google OS, Google vs Microsoft, Microsoft, Microsoft Windows, Open Source, operating systemLess than a month after announcing that version 1.0 of its Chrome Web browser is no longer a beta, Google has released an alpha version of Chrome 2.0. Available through Google’s Chrome Developer Channel, the updated browser brings many notable improvements over Chrome 1.0.
The alpha version of Chrome 2.0 shows that Google continues to play catch-up with its elder siblings, Internet Explorer and Firefox. Updates to the Chrome browser include the addition of form autocomplete (one of the features most obviously missing from the initial release), full-page zoom, spell checking improvements, and auto-scrolling–among other features.
One of the most interesting new features in the pre-beta 2.0 of Chrome is called Profiles. This lets users separate Chrome’s settings, including bookmarks, history and cookies, in different categories for different types of use. For example, you can have personal and work profiles, both with different home pages, bookmarks and history, together with separate desktop shortcuts.
The 2.0 Chrome pre-beta also uses a new version of the WebKit rendering engine, basically the same as the one in Apple’s Safari 3.1, which enables some CSS coding features such as gradients, canvas drawing, reflections, and masks. Also, Google implemented experimental support for Greasemonkey scripts.
For those with security in mind, along the SafeBrowsing implementation, Chrome 2.0 introduces a new HTTPS-only browsing mode that will only load HTTPS sites. The downside of this feature is that sites with SSL certificate errors will not load.
Other new features include:
- Importing bookmarks from Google Bookmarks;
- Docking dragged tabs (drag a tab to certain positions on the monitor and a docking icon will appear);
- Update of the V8 Javascript engine (to version 0.4.6.0 from 0.3.9.3);
- New network code (Google Chrome now has its own implementation of the HTTP network protocol);
- New window frames on Windows XP and Vista (supporting windows cascading and tiling).
new version of Chrome, you’ll need an earlier version of the browser installed on your computer. You’ll also need to subscribe to the Developer Preview Channel (it’s free); the new version will then download automatically.
tags: Chrome, Google, Launch, Technical, Technology