• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

hotmail and chrome

 
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Upgrade your web browser
We recommend that you upgrade your web browser so you can get the most out of Windows Live Hotmail. Upgrading should only take a few minutes. To get started, choose one of the browsers below:
Microsoft Internet Explorer
Mozilla Firefox
Apple Safari
If you don�t want to upgrade right now you can still continue to Windows Live Hotmail, but some parts of it may not work and it may not be displayed properly.
 
Sheriff
Posts: 11343
Mac Safari Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even the best browser is apt to choke on Hotmail. It's like putting water in your gas tank.

My guess is that Hotmail just doesn't recognize Chrome yet, so it doesn't know what you're using. Have you had any problems other than the error message?
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chrome is new enough that its user-agent isn't known to may web apps out there.
 
Rancher
Posts: 4803
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Bear Bibeault:
Chrome is new enough that its user-agent isn't known to may web apps out there.



Does Chrome have the "lie about useragent" hack that Opera has?

(I can't run Chrome, I'm a linux dude. I did download all the source from svn and try to compile it. It took many times, getting this application, that header, etc. before I gave up. Even Google admits that the linux version won't display a trivial web page.)
 
Bear Bibeault
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure if it has the user-agent spoofing feature. I've run it for about 30 seconds during the 60 seconds or so that I've booted into Windows recently.

Most web sites are pretty stupid about this anyways. Most will still use browser sniffing via the user-agent string rather than the more sophisticated capability sniffing. Hence, they end up excluding a lot of browsers needlessly.

And you still, inexplicably, find sites that are written for IE only. I'll not do business with companies based just upon that. I dropped Progressive and switched to Geico simply because the Progressive site had features that would only work under IE.
[ September 20, 2008: Message edited by: Bear Bibeault ]
 
R K Singh
Ranch Hand
Posts: 5399
1
Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

My guess is that Hotmail just doesn't recognize Chrome yet, so it doesn't know what you're using. Have you had any problems other than the error message?



I also think in the same line.

But funny thing is when you try to download google toolbar.
When google itself does not recognise its own browser then other web apps will take much time to recognise it.

I think now we need some middle-ware engine(like JVM) for web clients that can run dynamic content on any browser.

Your web app allows user to download that middleware as plugin etc, now it does not matter what browser are you using, you can run same web app in any browser.

I think I should patent this idea
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I get the exact same message sometimes (not always) using Firefox 3 on Ubuntu.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is a solution to the problem

http://drabir.wordpress.com/2008/11/13/howto-open-hotmail-in-chrome/
 
reply
    Bookmark Topic Watch Topic
  • New Topic