I could not disagree with Alan Cooper any more on his advice to Microsoft to dump the browser. His reasoning is that browsers are like remote interfaces to distant server-based applications… and that this is somehow a bad thing. As an applications designer (one of the few hats I wear, for those who don’t know), that’s precisely the thing I love most about the web. If I program my app correctly, I don’t have to worry about different platforms or different versions of an operating system. Granted, web-based apps aren’t right for everything, but they’re perfect for a huge chunk of the things that people need to do on computers these days. Could you imagine if Travelocity wanted you to use some custom application to interface with their sales engine? Or if you had to have eBay’s client on your computer in order to participate in an auction? Hell, web-based email alone is a great example of the goodness of the browser.

Comments

I think the problem is really that people see it as a binary issue. Browsers are extremely good for tasks where ease of access is important but they tend to fall down for tasks which require very flexible interfaces, fast response time or complex controls - the browsers simply don’t provide advanced programming constructs and, if you’re considering writing lots of ActiveX controls, the security / compatibility issues can drive the time up past the time needed to build a standalone application (this line can blur because you can do things like use those same ActiveX controls in a standalone app or embed a browser in it). I’ve noticed that some of Microsoft’s products started embedding IE for interfaces with mixed results - in some cases the net result is a less-efficient but prettier applet which was probably easier to develop.

A good example is content authoring - something like Microsoft Word is much better than browser-based editing for working on large documents; for small ones (e.g. weblogs), the differences may not be significant.

Compare also web based email to standalone email clients. Web-based clients are great for many things, but they tend to fall down once you need to do complex things - I like to search thousands of old messages for info from people or rapidly filter/sort mailboxes.

The real answer is to have both. I have my own IMAP server, which I can access using a webmail interface and a full IMAP client (including from wireless devices). The webmail interface is awesome for just quickly checking email but I still have the full capabilities I need for more complicated tasks.

Using your example of eBay - I think they could successfully market a full application for their hardcore users - picture all sorts of complex search tools, easy ways to track 25 auctions at once (multiple windows & panes), agent-type notifications, etc. Most of their customers wouldn’t use it but I think many of their heaviest users would. This doesn’t make sense to start a company (you want to reach as many as possible and the web-interface is good enough) but it is an interesting way to set your product apart in a mature market.

• Posted by: Chris Adams on Nov 19, 2001, 7:05 PM

This argument is an artifact of woefully poor connectivity. It becomes a moot point when there is sufficient bandwidth to the last mile.

http://pdlogan.manilasites.com

• Posted by: Patrick Logan on Nov 20, 2001, 11:59 AM

So sometime in the 22nd century, we’ll all be OK?

Seriously, though, I can’t see how good bandwidth solves platform dependence or OS-version dependence. Good bandwidth lets my application run on Mac and Windows?

• Posted by: Jason Levine on Nov 20, 2001, 6:26 PM

Financing bandwidth for everyone is a hard problem. I wasn’t claiming it would be easy, just that we need it. And once we have it, arguing about a 3270 interface vs. a Mac 512 interface will be moot. Here in the US I’d like to see a federal program for solving the bandwidth problem as an infrastructure problem. The government financed the highway system and integrated circuit technology as theywere considered to be in the public interest. The same should be done for bandwidth now.

As for platform independence… I am assuming that’s not much of a problem in the long run. Of course, bandwidth is indirectly related to that, at best.

• Posted by: Patrick Logan on Nov 21, 2001, 12:35 AM

I agree that we need better bandwidth, particularly out to the home - I like the idea of the government doing bounties or something similar to encourage R&D.

Platform independence is going to be around for a good while - I doubt different platforms will ever disappear, although we probably will have varying layers of emulation and virtualization. Some of the ways of accomplishing it (virtual machines, open standards) are also extremely important for making transparent networking secure - Java has most of the right ideas but Sun hasn’t provided all of the necessary framework yet.

• Posted by: Chris Adams on Nov 21, 2001, 1:32 AM
Please note that comments automatically close after 60 days; the comment spammers love to use the older, rarely-viewed pages to work their magic. If comments are closed and you want to let me know something, feel free to use the contact page!