Trouble Brewing at the W3C?
An anonymous reader writes "A breakaway faction of the World Wide Web consortium (W3C) called WHAT-WG, or the Web Hypertext Application Technology Working Group--which includes Apple, the Mozilla Foundation and Opera--is threatening to revolt over electronic forms standards. WHAT-WG has announced its intention to submit the draft to the W3C, posing the potentially awkward possibility of the consortium advocating two conflicting avenues for Web forms. The fate of a standard could also determine whether the order form could be accessed in any standards-compliant Web browser, or if it would be available only to users of a particular operating system--an outcome that has browser makers and others worried about the role of Microsoft."
Support Celiac Disease Research
So let me get this straight. Microsoft wants to make Xforms the standard. Everyone else wants something else to be the standard. But does it really matter which standard we choose as long as its an open one? And aren't all W3C standards open? So what's the problem? I say choose the better standard regardless of other factors.
Or is there something I'm missing here?
The GeekNights podcast is going strong. Listen!
XForms:
- Doesn't require scripting
- Is not backward compatible
- Microsoft doesn't support it
Web Forms 2.0:- Requires scripting
- Is backward compatible
- Microsoft doesn't support it
No clear winner here, yet, but I'll put my money on XForms.How am I supposed to fit a pithy, relevant quote into 120 characters?
True enough, although Sun does produce a web browser called HotJava it's not exactly got a great market share. What they (mostly) do have in common however is that they write the backend applications that will be receiving the data *from* the forms. I guess it depends on which where your first priority lies; getting the form looking pretty or getting accurate and useful data into your backend systems.
UNIX? They're not even circumcised! Savages!
The thing is, the forms won't be used by the browser makers nor the back end makers (well, indirectly in both cases). It's the web application developpers who do, and they'er also the ones left using whatever technologies that are available to solve the problem.
XForms wouldn't work "out of the box" for most users of my stuff, so I'm a bit hesitant. Ideally I'd have to have an alternate method of entry with "old" forms. And I just don't feel I'm gaining much, never was big on XForms (neither has been anybody it seems, since the first draft). It could become an alternative later on if browser support improves.
Flash MX? Flash is known to too many (including me) as a way to create highly annoying ads, making us use extensions like FlashBlock. It's not a good way to make your site "accessible" either. It just feels like some field (no pun intended) where Flash doesn't belong into and shouldn't extent into. Leave it for unusable site nav and annoying ads.
XUL - you hear a lot about it lately. Haven't really seen much or heard of anybody who's really done anything (web forms related) with it. And even though it's getting more popular, it doesn't work on most browsers, so I can't really consider it anyways.
XAML - are you out of your mind? Another Windows Monopoly-OS centric solution, forcing adoption of the worst browser of them all. People are starting to get the point that those kind of standards (like ActiveX) are bad. If you need LH+IE7 to use it, it's completely and absolutely out of the question. Alternative OS/browsers are left out. And I can't see the W3C drink bad microsoft kool-aid and adopt XAML as some web standard.
I've been dying for better forms for the last year mostly as I've been doing more web stuff. I haven't read much onto Web Forms 2.0 yet, but it might be an option, especially if it has good browser adoption, and by seeing the members of the WHAT-WG, you'd think it should be the case. Otherwise, XForms may be the next best bet still.
Either ways, I'll be happy when this is all resolved, and that we have something better and consistently available for all our visitors, no matter what OS or browser. (If that ever happens, that is).
///<sig
A truly paranoid person might believe that all the way back in 1995, Microsoft saw The Internet, installed The Browser, and did Two Things. The first plan was to adopt The Browser paradigm and do it well. The second plan was to start trying to figure out how to move The Customer back to Windows. This has manifested itself in ActiveX Controls first, and now in little over a year, Longhorn with XAML.
.NET Framework 3.0 will be 10 times bigger than 2.0, probably close to a gig in disk space required. Within this not so tiny nut will be all of the necessary compiled components required to render a Windows application from managed code.
.xaml files in any browser on a Longhorn machine and control will transfer from the browser to the OS+.NET 3.0 where that xaml code will turn into managed code and render a fully functional and current Windows application.
We know what a rotting piece of tripe ActiveX was. We shall say no more on that subject.
What do we think will happen with Longhorn and XAML though? Let's speculate!
First of all, I think Longhorn will arrive without Internet Explorer technology embedded into the OS. I still think they will have some html rendering technology in the OS, but it won't be as ugly and insecure as their current Windows incarnations.
I think the
Then XAML. You will then be able to click on
In looking at XForms, Web Forms 2.0, and then speculating on the nature of Longhorn and XAML, and knowing many business customers as well as I do, I think Microsoft will win a large mindshare of the the Fortune 500.
After that it's all a big toss up because below the "enterprise application level" you could mix and match any of the upcoming technologies.
I almost see a splinter in two directions. The Browser will maintain all e-commerce and global corporation applications and Microsoft will still strongly support this area of development.
But where departmental and Intranet applications come in to play, Longhorn and XAML will win a ton of new development and lock out the newer web technologies.
The simple truth is that most users can't stand web applications. They don't mind doing their online banking in them, but if they're working in the treasury department of a bank, they prefer Windows applications (or office type apps built into Excel or Access).
Anyway, this all hinges on Longhorn being locked down and enormously secure. I think that's the #1 key to its and XAML's success. If MS can pull that off, the W3C people and its splinter groups have a whole other thing to worry about. If Longhorn comes out flaky and insecure, XAML will take years to gain any headway and none of this will matter.
But if I were on the W3C board, I would be hedging bets that XAML and Longhorn will succeed and start planning on how that will play in future efforts. I don't see XForms or Web Forms 2.0 competing with XAML though. Something else will have to do that.
Note: It's just speculation!
http://chicagodave.wordpress.com
This is not a war. Many of the WHAT-WG members are also members of the W3C.
The Web Forms 2.0 specification is an extension of the existing (and antiquated) HTML Forms specification. It adds some new elements and attributes some of which are alarming omissions from the original spec. Things like standardised date and number input controls will be a boon to web developers. XForms is a quite different technology. And it may be some time before it has the penetration to be a mainstream development tool. In the meantime, Web Forms 2.0, by extending existing HTML forms functionality gives developers a familiar framework to build on.
If you are looking for any political angle then notice that Microsoft are not represented in the members list. [I can assure you that they were invited.] The WHATWG are about web applications. We need a standardised extension to HTML to stave off the immediate threat of XAML. Web Forms 2.0 and the upcoming Web Apps 1.0 are meant to do just that.
People keep saying that none of the browsers (especially IE support XForms so it will never take off.
What they fail to realize is that XForms is not necessarily a client-side technology and can be used *right now* in ALL major browsers.
Take a look at Chiba for a server-side implementation that works pretty well. No plugins to install!