Tidy for ActiveX
October 8, 2003
Given the fact that Macromedia and Microsoft have both listed the changes coming up for working around the Eolas-mandated modifications to Internet Explorer, we're going to be seeing millions of web pages changing in the next few months.
I'd guess most companies will start seeing a rash of error reports ("Why do I get a popup on your site?") around January, and then they'll want to start moving all their OBJECT tags to javascript document.writes. Macromedia's announced that they'll be creating a tool to automate this, I assume Microsoft will as well, and it would seem likely for Real and Apple's QuickTime group to follow suit.
So there's an opportunity here, if you're committed to web standards and want to make a real impact. Start working with HTML Tidy and make a version with a simplified UI, which creates valid markup and fixes OBJECT tags in one fell swoop.
There's a real potential for this tool, if done right. A free, vendor-neutral application which fixes pages simply and easily for inexperienced users and small businesses (it should be able to remote FTP into a site and fix all the pages from the desktop) has the potential to make millions of web pages forward compliant. And given the fact that it will be web developers performing this task, we have enough influence that ActiveTidy could rapidly become the de facto standard for this kind of repair work.
There is also an opportunity for a web service which would allow you to provide your server login information so the service could remotely update your site, but that's an arrangement that only the least technicallly savvy would be comfortable with.
So, for you great developers out there, go see if you can take Eolas' breakage of the web and help turn it into an opportunity to fix millions of HTML documents.
1 TrackBack
Apple has put questions and answers together in plain English about what the recent court ruling means for web designers... Read More
7 Comments
Leave a comment
- Earlier: The Trott takes CNN
- Next: Department of Organ Harvesting

Apple's already there.
They are? All I see are the same docs there as on the other sites. They certainly don't have a tool that will make your pages valid while fixing your object tags, right?
I love HTML Tidy, but it sometimes tidys things I want left alone, and I cannot turn it off. Like ASP page code.
Anil - I think I have something that may be of interest to you and your readers:
http://www.accessify.com/tools-and-wizards/html-to-javascript-converter.asp
Paste in your HTML, out comes JavaScript with document.write statements, all wrapped up in a generic function. It also properly escapes characters that might otherwise be a pain.
More info here: http://www.accessify.com/archives/2003_10_05_news-archives.asp#106568695469527739
jjg:
That Apple link was very helpful. Theirs is the best plain-English explanation I've heard so far.
For those of you who need to explain this to your bosses (e.g. "Why the heck do we need to change stuff that works just fine?"), their FAQ is a great starting point.
Good shout Anil.
Yes, the link to Apple is really good, thanx folks!