WWW Inventor On Microsoft's Browser Tricks
Unipuma writes: "Tim Berners-Lee gives his views in an interview with Silicon Valley about the latests blocking of the MSN website for most other than Internet Explorer browsers. 'I have fought since the beginning of the Web for its openness: that anyone can read Web pages with any software running on any hardware. This is what makes the Web itself. This is the environment into which so many people have invested so much energy and creativity. When I see any Web site claim to be only readable using particular hardware or software, I cringe - they are pining for the bad old days when each piece of information need a different program to access it.'"
E.G., if I wanted a Flash animation, but defaulting to a static JPG if Flash wasn't available, or in the case of a text browser, a short paragraph describing what the user could have seen, I could do this:
OBJECT type="x-application/flash" src="image.swf">
If OBJECT was used more, then it wouldn't matter if content was mostly in plug-ins; it should be no problem to rewrite it to use alternate methods to maximize those who can see it. In non-4.0 browsers, the code above simply looks like the inner text block, so they will still see something.<OBJECT type="image/jpg" src="image.jpg">
This is a the default text rendering here.
</OBJECT>
</OBJECT>
The problem is that OBJECT is yet to be strongly implemented by any browser, IE, NS, Opera, etc. Yet it was introduced in the HTML 4.0 standard, which is more than a year old, so it's a matter of getting these browser makers (all of them, not just a few select ones) up to speed on the latest approved spec asap. With how Mozilla does a separate development of the Gecko engine that handles the HTML display from the mechanics of browsing and the UI, this can help, but I doubt that one can do a similar separation with code from IE or Opera.
"Pinky, you've left the lens cap of your mind on again." - P&TB
"I can see my house from here!" - ST:
It says 'www Inventor' in the headline... yet I don't see Al Gore's name anywhere...
Ha ha ha, yes, how funny.
However, the joke goes that Al Gore "invented" the Internet, not the World Wide Web. The WWW is only one aspect of the Internet, certainly the killer app that brought it mainstream in the 1990s.
Good ol' Al never sought credit for "inventing" it, but did claim some responsibility for "creating" it in its current form: a public and global network mostly driven by the private sector. In his years as a lawmaker, he did sponsor legislation that supported this transition from a purely academic (ARPA) and military (DARPA) tool of one country, mostly driven by the government of that country.
[