Earlier quoted context omitted.
No. I haven't. I've noticed maybe 1 or 2 web apps I want to use (Google Docs and Google Maps). Beyond that, I don't see anything that couldn't be delivered more effectively without JavaScript that I want or need. Usability is not up. Each web site has its own, custom, non-standard user interface. I could teach my mom to use the web circa '96. I cannot teach her to use it today. It's too damn complex. Usability would…
A big part of usability is not sitting around waiting for entire pages to reload every time you interact with them. AJAX has done great things for users by minimizing this delay. You wouldn't like Google Maps as much if you had to click an arrow and wait for a page refresh for the map to move, like MapQuest circa 2003. Yes, the proliferation of web apps has created a diversity of user interface paradigms. Some would…
Google discontinues support for IE7 in Google Apps
61–70 of 144 posts
Re: Google discontinues support for IE7 in Google Apps
#62Earlier quoted context omitted.
With the hyper-AJAXed world, client-side innovation becomes impossible. What?
15 years ago, I could reasonably write a search engine. Myself. 1 person. In a few weeks (modulo bandwidth and server farm). I write a program that grabs a web page, and reads out keywords. Today, if I grab a web page, quite often, that web page has nothing except for JavaScript code. That code grabs the actual content from the server, lays it out, and animates it. To write a web search engine, I need to write a comp…
Re: Google discontinues support for IE7 in Google Apps
#63Earlier quoted context omitted.
With the hyper-AJAXed world, client-side innovation becomes impossible. What?
15 years ago, I could reasonably write a search engine. Myself. 1 person. In a few weeks (modulo bandwidth and server farm). I write a program that grabs a web page, and reads out keywords. Today, if I grab a web page, quite often, that web page has nothing except for JavaScript code. That code grabs the actual content from the server, lays it out, and animates it. To write a web search engine, I need to write a comp…
Re: Google discontinues support for IE7 in Google Apps
#64Do you think they'll really drop IE8 once IE10 is released next year? Firefox 5 will be released tomorrow. FF 3.6 support will be discontinued? Actually, it would be great if Google could nudge everyone to keep upgrading.
Firefox 5 will be released tomorrow. FF 3.6 support will be discontinued? This would cause problems for anyone on Debian squeeze.
Of course its a matter of choice, but if you stick to Debian Stable for your desktop, such issues are to be expected.
Re: Google discontinues support for IE7 in Google Apps
#65Earlier quoted context omitted.
In what sense is Google a "client-side innovation"?
The Google Spider grabs pages from other servers. That's a web client. It's a web client that was easy to write when Google was started, but is almost impossible to write today. If search engines hadn't been invented 20 years ago, they'd be impossible to invent today. The only reason they still work is tremendous work on Google's end to have its spider be able to spider complex AJAXy pages, and that content creators…
For the most part, the bulk of the web's content is as easily accessible as it was years ago. You make a request and you get a blob of HTML back. If you have special requirements and need to get into all the nooks and crannies you create a DOM implementation and embed a JavaScript engine. Then you parse the page into a DOM and start firing off events. There are quality open source JavaScript engines available. JavaScript and AJAX are a breeze.
Flash is a different story. If you have any requirement to follow links or process content in a Flash movie (you'd be surprised how many sites still have Flash nav) you pretty much have to write your own runtime. Unless you are big enough to have Adobe do it for you.
Depending on what you are doing with the data that your spider collects, chances are writing a spider is far easier than writing a browser. There are at least 4 widely used browser engines and plenty more toy browsers floating around.
I can guarantee that writing a spider that can deal with AJAX is not the biggest challenge of developing a search engine. Scaling it, fighting SPAM, understanding the content, indexing and then being able to provide quick lookups are much, much harder.
Re: Google discontinues support for IE7 in Google Apps
#66Does this mean if I'm running Google Chrome 10 I won't work with Google Apps? I notice there is a lack of effective major version numbering in Google. When does Google stop supporting it's own browser? It'd also be interesting to see what they intend to do about mobile browsers. How long will an old OpenWave XHTML browser be supported? How long will an Android 1.5 browser?
Re: Google discontinues support for IE7 in Google Apps
#67I'm all in favor of anything that puts upgrade pressure on users of IE 6 and 7, but this rolling "current and previous major releases" idea is silly. They should simply establish minimum browser requirements like everybody else and update them when it makes sense to, not arbitrarily leaving it to whenever the browser makers release new versions.
Plus, your FF 4 users will know exactly when FF support will be dropped - the day FF 6 is released. Simple.
Re: Google discontinues support for IE7 in Google Apps
#68Earlier quoted context omitted.
Can't you secure everything on the operating system level?
I am sorry, but adapting to a vendor is not how IT departments run (especially when a vendor aims to replace your IT departments).
Re: Google discontinues support for IE7 in Google Apps
#69Earlier quoted context omitted.
15 years ago, I could reasonably write a search engine. Myself. 1 person. In a few weeks (modulo bandwidth and server farm). I write a program that grabs a web page, and reads out keywords. Today, if I grab a web page, quite often, that web page has nothing except for JavaScript code. That code grabs the actual content from the server, lays it out, and animates it. To write a web search engine, I need to write a comp…
> 15 years ago, I could reasonably write a search engine. No, 15 years ago you could reasonably write a search engine for 15 years ago. It would suck by today's standards. You want to handle Javascript? Easy! There are plenty of tools to choose from now. Run a browser as your crawler, visit the sites, and read the generated source instead of the static source. Shove that into your 15-years-ago search engine, and ther…
Bookmarks in books work okay. You move them. Book marks in browsers don't. You have to remove the old one, add the new one, and the overall process is too cumbersome to be useful for the application I mentioned.
Re: Google discontinues support for IE7 in Google Apps
#70Does this mean if I'm running Google Chrome 10 I won't work with Google Apps? I notice there is a lack of effective major version numbering in Google. When does Google stop supporting it's own browser? It'd also be interesting to see what they intend to do about mobile browsers. How long will an old OpenWave XHTML browser be supported? How long will an Android 1.5 browser?
and despite a lack of official support, there aren't any huge changes between these versions so things will probably still work fine. it just means they aren't testing for it.