Mozilla, Opera Form Group to Develop Web App Specs 311
An anonymous reader writes "MozillaZine is reporting that the Mozilla Foundation and Opera Software have formed a working group to develop specifications for Web applications. The new Web Hypertext Application Technology Working Group is working on specs for Web Forms 2.0, Web Apps 1.0 and Web Controls 1.0, among others. This is being done outside of the W3C, with the hope of getting a viable alternative to Longhorn's XAML available soon. Another reason for working outside the W3C could be the rift between Mozilla/Opera and other W3C members over what technologies Web applications solutions such be based on: Mozilla/Opera favour a backwards-compatible HTML-based standard, others are looking towards to XForms and SVG. It will be interesting to see if any other browser developers jump on board WHATWG." This story builds on our recent story concerning the group.
Why WG? (Score:5, Interesting)
I am no w3c expert by any means, but that's an interesting statement and strong point. Too bad Microsoft won't jump ship as well, as I don't feel Opera and Mozilla have the marketshare and clout to pull this off in terms of setting defacto standards.
-Pete
Re:Why WG? (Score:5, Interesting)
The W3C has been working on this - the "creation of a new language designed specifically for Internet computing" - since their original darpa grant in in 1995 [phptr.com]. Tim-Berners Lee's web site [w3.org] says he still acts as an advisor to the company that's continuing that project.
Re:Why WG? (Score:5, Interesting)
Re:Why WG? (Score:5, Informative)
Re:Why WG? (Score:2, Interesting)
If Opera and Mozilla come up with a new standard with new useful capabilities that IE won't support, this is the way to increase their marketshare.
Re:Why WG? (Score:2, Insightful)
Re:Why WG? (Score:5, Informative)
> but because the majority of W3C members aren't browser developers. They're plug-in developers.
> Some people within the W3C have even stated that the browser is dead. This kind of
> environment is openly hostile to the further development of existing browser-based standards.
At the recent Web Applications workshop [w3.org] I did openly say that the "browser is dead". I am not, however "within the W3C", although I am an 'invited expert' on a couple of Working Groups. (And I don't recall anyone else using this phrase.)
My position is simply that to build powerful applications that take advantage of internet technologies - but don't require us to constantly 'drop-down' into C++ or Java - requires a programming environment more powerful than current browsers support. Sure, browsers are great places to save a list of favourites, and most do a pretty good job of rendering HTML, but if we have to wait a few years every time a new mark-up language is bought out - and confusion reigns in the meantime whilst we all try to second guess which browser company will implement what - then there has to be something wrong with the architecture.
So, my view is that the days of the 'monolithic browser' are numbered; it takes too long to update, lacks basic features that any application really should have, and leaves the rest of us at the mercy of a few companies who are more or less radical and 'open', depending on the day of the week.
Of course, it's none of my business whether browser vendors want to create new standards for HTML, but the companies I deal with don't need any more HTML - they've got plenty thanks. What they do need though, is higher-level languages that do more, make application-building easier and quicker, and still deploy as easily as HTML. And for the record, I've been arguing since before XForms became a Full Rec that XForms is an ideal foundation for this [w3.org].
My proposal at the workshop [w3.org] was for an application environment that allowed these new types of apps to be built, in an open standards/open source way, by defining a 'virtual machine'.
And if we still need somewhere to save our favourites, we can easily use such a VM to build a 'traditional' web browser, but genuinely based on standards.
Re:Why WG? (Score:5, Interesting)
I really don't understand the difference between your VM idea and the browser of today, except that you would use XForms as the core instead of HTML. Different tags, same problems.
The more I read your VM proposal the less I understand it, unfortunately. I guess I need to see a more formal proposal to really understand what it means.
Re:Why WG? (Score:5, Insightful)
Re:Why WG? (Score:4, Insightful)
Well, firstly it's obvious that HTML is not an application building language, so I assume you mean HTML plus a very large dose of script.
>
Because it *doesn't* rely on script to get some big things done! Instead it has a large number of back-end features that are available via simple mark-up.
You need to validate a document before submitting? Easy in XForms - just add a schema to the model - not so easy in Mozilla, Opera or IE! You want to create dependencies between nodes in a DOM tree? Perhaps you want an event if node A goes higher than node B, or you want node C to be the sum of all node Ds. Easy in XForms - more spaghetti in Mozilla, Opera and IE.
How about preventing submission if some required value is missing. Easy peasy in XForms. Yet more script in M, O and IE, and which needs to be updated and maintained for every new required value you want to check.
The list goes on; we have platform-independent help, we can define hints with one tag (how many times have you written mouseovers in script?), and new CSS pseudo-classes that allow a control to appear differently if the data is invalid, to name just a few of the many things XForms gives us.
> Html has momentum, xforms doesn't.
XHTML 2.0 includes XForms.
Re:Why WG? (Score:3, Insightful)
No, I meant html with extensions that are largely backwards compatible instead of the "clean break" that xhtml2+xforms tries to make.
Because it *doesn't* rely on script to get some big things done! Instead it has a large number of back-end features that are available via simple mark-up.
You need to validate a document before submitting? Easy in XForms - just add a sche
Re:Why WG? (Score:5, Interesting)
Too right it is. I don't recognise that characterisation of the W3C at all. True, they are concerned with the web as a whole, not just browsers, but it difficult to explain announcements like annotea moves to mozilla [w3.org] if the W3C is hostile to browsers.
Browser companies take part in W3C working groups, and provide valuable input. W3C even develops its own browser [w3.org]. And, a minor point I confess, W3C presentations normally use HTML in a browser.
What I see this group doing is providing the basis for W3C work. Working groups tend to be less successful if there isn't preceding work to serve as a basis. The W3C are attempting to remedy this (incubation groups iirc) but in the meantime I think this is interesting project.
Konqueror (Score:5, Interesting)
instance khtml is representing safari too.
Re:Konqueror (Score:5, Informative)
Couple this with Factory.loadui(uifile) call, where you can load a QtDesigner .ui file (a XML dialog) created at design time and you have one fast RAD tool.
You can of course make dialogs on the fly too: And there you have it. I spent 10 minutes typing this email and write 2 (albeiet simple) scripts.Re:Konqueror (Score:2)
QtDesigner is trivially easy. A VB programmer can be making dialogs in 0.1 minutes. The one thing they will need to het the hand of is layouts - because Dev Studio doesn't have them, you have to do the coordinate math yourself on the resize() WM_SIZE handler. So the time spent learing layout is actualyl time saved from friting code rempating controls.
Yes, the K* and Q* classes are a learnign curve. However
Re:Konqueror (Score:2, Interesting)
No SVG? (Score:3, Interesting)
Re:No SVG? (Score:5, Informative)
Other parts of SVG will (probably/hopefully) never get into Mozilla. Like raw socket support: http://www.w3.org/TR/SVG12/#rawsocket [w3.org]
Ian Hickson mentions other crappy things about SVG in his blog (which I'll be nice and not link to from
Here's the link (Score:2)
Link right here. [hixie.ch]
Re:No SVG? (Score:5, Interesting)
Mozilla already supports a bunch of SVG (a pretty useful 20%, last I heard -- and they're working on the ever popular Gradients as we speak). Safari and Opera don't do SVG yet, but at least at Opera it is something we are looking at doing. (It's very popular with mobile vendors, and, well, they are our main customers, so...)
HTML is not for web apps... (Score:5, Interesting)
Joe public user doesnt want to know about "You cant use drag and drop anymore, the browser doesnt support it".
There will be a migration to technologies like Flash/Actionscript where you can get the rich client experience in the browser. Users will demand this, execs will demand this and development companies/open source groups will provide this.
Having said that, I have looked at XAML and there doesnt seem to be a reason why it could not be interpreted to build a flash GUI. Perhaps this is the true of this effort too, but to include hypertext in the title indicates a degress of shortsightedness IMHO.
Re:HTML is not for web apps... (Score:5, Interesting)
Anything else?
Re:HTML is not for web apps... (Score:2)
The 300 people I work with are not drag 'n drop people. The idea of picking up an Access database file and dropping it on the Excel icon is totally alien to them... I borrowed a set of auto-complete JS functions to put in my latest web app. The users were gob-smacked by this too.
I cannot see the need for drag 'n drop functions in web applications. Sorry.
Re:HTML is not for web apps... (Score:3, Insightful)
There are lots of things that are difficult to implement in what is essentially a documentation format. CGI was a hack and it never really improved much from there.
Users of applications expect certain things, responsiveness being up quite high on the list. Over a congested pipe it is not always acceptable to wait a couple of seconds while your browser refreshes your page with you menu expanded rather than collapsed!
Yes, I know there is a solut
Re:HTML is not for web apps... (Score:2)
Basically, anything that is currently done with client scripting languages (jscript for example).
Java applets come close, Flash has come closer, I think the next one will be the winner, and its not far away.
Re:HTML is not for web apps... (Score:2, Interesting)
What would be really helpful is having specific use cases in mind as well. For example, "Multiple document interfaces so that the user can be editing several meeting agendas at the same time with an Intranet calendar application".
Send your ideas to whatwg@whatwg.org (the WHATWG list).
Re:HTML is not for web apps... (Score:2)
Although, as a web application developer, I'm reasonably disappointed in what WHATWG has to say. You're trying to push web applications into the pigeonhole they're stuck in now, which is in the browser. Let them move outside the browser. Let the standards grow away from "web pages". Backwards compatibility with HTML is a crippling diversion
Re:HTML is not for web apps... (Score:5, Insightful)
I agree that on the long term we need a set of APIs on par with an OS, but designed so that they work cross-platform.
That's what Microsoft are doing with Longhorn, except that that is Windows-only. The Gnome people will probably come up with stuff of their own, which would be more cross-platform.
Sun did this years ago with Java. Why wasn't it successful?
The problem is that writing a spec for this stuff is insanely hard. To do this for a sophisticated application platform on par with, say, Longhorn, is simply unfeasible, IMHO. Notice how WINE has to reverse engineer Windows to determine how it should work -- the Win32 APIs aren't good enough to know exactly how to do it. Or how the various Java clones have to reverse engineer Sun's Java to get interoperability, the Java API documentation isn't good enough either. Heck DHTML is already complicated enough that we have to reverse engineer IE to work out how it should work, and that is orders of magnitude easier than an OS-level API set would be.
Then again, the W3C are likely to be working on such an API as a result of this workshop, and I'm sure Mozilla and Opera will be taking part in that work if it happens. That doesn't stop there being a need, in the meantime, for a solution for those people writing applications this year, in HTML.
(Slashdot itself is an example of such an application. Would you rather use a standalone Slashdot application instead of using a Web browser to read and post on Slashdot?)
Re:HTML is not for web apps... (Score:4, Interesting)
Re:HTML is not for web apps... (Score:5, Insightful)
The killer app of the web is distributed services, not interfaces. Porn, Ebay, Amazon, online banking and bill payment, media channels, not Office knockoffs or Flash games. The need for richer client experiences is in developer's minds, not users.
Re:HTML is not for web apps... (Score:2)
This is true currently, but it is set to change. Web based deployment is excellent for non-tech business in that there is very little support on the desktop (no rollouts etc).
The Java applet model was designed to solve this problem, but it failed. However, flash is fareing much better.
Re:HTML is not for web apps... (Score:4, Interesting)
There are a few extras like Internet Radio and Video that typically are hung off one of the previously mentioned technologies, usually the the web. And there is a fair amount of crossover between things. IM has included chat video conferencing, Games have had live chat for a while, Some games even had integrated email like tribes2. Web forums are something like email or IM. One can transfer files via IM. Most web brosers are ftp clients.
The ones that want to provide a rich client experience, are the ones that are trying to setup a rental model for software. If one can only access say thier office suite from a web browser then they get locked in to a rental model. The rental model has been predicted longer than Linux has been around, and if anything, we are moving to FOSS.
Re:HTML is not for web apps... (Score:3, Insightful)
You are thinking in terms of primarily consumer uses of the browser. But keep in mind, as applications in business , everything from POS to accounting, CRM applications, other process management tools, become "web based", the need for a more "sophisticated" user interface will grow.
What I think is g
Re:HTML is not for web apps... (Score:3, Interesting)
Looking through the specs that this group appears to be focused on, I think it's clear a number of them deal with web-based *applications* which are in many ways different from web *pages.*
Web-based applications have long since demanded a rich client experience in a browser, and they've g
Re:HTML is not for web apps... (Score:3, Interesting)
Have you looked at XUL? It's rather similar to XAML (xml based interface/application definition framework), and they don't come much more open than that.
Mozilla and *fox/bird are built on top of it so it ought to be "rich" enough for just about everything, not to m
Re:HTML is not for web apps... (Score:2)
We've had the opportunity and the ability to deliver "rich client experience in the browser" for five years (Flash, Java, DHTML, ActiveX), and users/execs haven't demanded it yet. Why do you think anything will change?
Good point, but IMHO those other means of enriching the web client interface towards the levels that native applications have enjoyed for years are something for which there is latent demand, particularly in the corporate and business arena.
All those previous solutions have been afflicted
Re:HTML is not for web apps... (Score:3, Insightful)
I think the problem isn't that user's don't want it; it's that these technologies are totally unreliably and really don't work if you expect more than three different kinds of browsers visiting your site.
A couple years ago, sites like my.aol.com and my.yahoo.com tried to go into a heavily-laden DHTML interface... only to have t
Web Standards are USER defined. (Score:5, Interesting)
This is being done outside of the W3C, with the hope of getting a viable alternative to Longhorn's XAML available soon
Okay, Microsoft are trying to develop some standards. If history says anything about how the web has evolved its that the users define the standard. If it works, we use it. XML [w3.org] works. Macromedias Flash app [macromedia.com] is a defacto standard, created outside the W3C. If it works, we use it. Suns Java [sun.com] is pretty popular too. A lot of stuff is created outside the W3C, it all works, if its good we install it. simple really.
Re:Web Standards are USER defined. (Score:4, Insightful)
FYI, I'm using the term developer to include any user who happens to develop a web page. And I'm not talking about using one of those convenient page builders (the old type being Geocities and Xoom, the new type being LiveJournal and Blogspot). I'm talking about hard coding web developers who make web pages, even if the most advanced "language" they ever use is HTML.
This is great news. (Score:5, Insightful)
The reason is XAML. Microsoft has basically thrown in the towel with its (X)HTML rendering engine (the last release, IE6, was three years ago, and the differences from IE5.5 were not huge -- it still doesn't support stuff like translucent PNGs and much of CSS2). When Longhorn is released, expect a massive push towards the use of their proprietry XAML for web application deployment tied with their
If Mozilla, Opera and hopefully Safari (which shares a few key developers with Mozilla and is implementing the Mozilla XUL box model in places) can push open standards and hopefully get a combined ~20-30% desktop share in the next 5 years before Longhorn is released and becomes semi-ubiquitous on the desktop, they'll be a large thorn in MS's side. Major businesses won't be able to ignore them, and with their focus on backwards-compatible specifications that expand upon existing CSS/JS/DOM technology and degrade well in older browsers (unlike XAML), they'll be the new default for client-side developers.
So start pushing those copies of Firefox onto friends' computers once v0.9 is released in a week or so with its auto-update notification. The more people who are aware that "web browser" does not equal "the blue 'e' icon", the better...
Re:This is great news. (Score:2)
Well said!
The more people who are aware that "web browser" does not equal "the blue 'e' icon", the better...
Recently I've encountered individuals who believe "the Internet" is "the blue 'e' icon". They don't even know what a browser is? Sad.
zRe:This is great news. (Score:3, Informative)
The current way of producing web-application using HTML templates/scripts etc, is basically just a hack that we have used for several years because the operating systems doesn't support any convenient way of running normal style applications that are served over the web. There have been a few attempts but the only
Re:This is great news. (Score:4, Insightful)
Money, or GnuCash or somesuch. If your code is
cached locally and only communicates via web, then
why do you need a browser? It is already possible
to run, say, Word from a remote share. Missing
something...
Re:This is great news. (Score:3, Interesting)
It's called XUL.
Failure forseen. (Score:5, Insightful)
Its time for goverments to step in and force standards. The Internet must remain open and interoperability is essential.
Re:Failure forseen. (Score:2, Insightful)
Re:Failure forseen. (Score:5, Insightful)
I agree that if IE doesn't implement new standards, then they will just be ignored. However, the WHATWG things are designed to be easily implemented using HTCs so in theory you can still use them with IE6 once we have some non-binary HTCs written to support them. How well that will go down with authors has yet to be seen.
Re:Failure forseen. (Score:4, Insightful)
Then there are accessibility laws. Flash is not acessible to the blind. Properly written html is acessible.
Lastly, if Gecko, KHTML, and Opera support the new standards, then that is about enough market clout to force some change.
Re:Failure forseen. (Score:2)
What interests me though, other than bickering over direction, is where Apple are going to lay their chips.
Re:Failure forseen. (Score:2, Interesting)
We care if it's implementable in IE6 because authors don't seem to want to do anything if it doesn't work in IE6.
Re:Failure forseen. (Score:2)
Fair point.
We care if it's implementable in IE6 because authors don't seem to want to do anything if it doesn't work in IE6.
I see that as a problem with web sites, not applications (to a degree). I may be being unduely idealistic here, but I feel as though web applications should, and will
Re:Failure forseen. (Score:2)
Well, is Slashdot a Web site, or a Web application?
WHATWG is targetting Web applications like Slashdot, eBay, Amazon, Voidwars [voidwars.com], etc. Not Web Applications like server-hosted versions of Word, Excel, Quake, etc. I'm sure we all agree that trying to do a real Excel clone in HTML is simply a non-starter.
Re:Failure forseen. (Score:2)
Again, I apologise if I've come across as antagonistic. Too much coffee, and too much interest in the subject matter
What is a Web Application? (Score:3, Interesting)
As I said in another post, I agree that on the long term we need a set of APIs on par with an OS, but designed so that they work cross-platform. That's what Microsoft are doing with Longhorn, except that that is Windows-only. The Gnome people will probably come up with stuff of their own, which would be more cross-platform. Indeed Sun did this years ago with
Re:Failure forseen. (Score:2, Insightful)
If you want your technology to become popular, one way to do is to force it upon peoples computers. The other is to make something good thats better than the rest and will draw web developers and end users to dl it on their own free will.
Re:Failure forseen. (Score:2)
Re:Failure forseen. (Score:2)
Re:Failure forseen. (Score:2)
I disagree. As long as the site doesn't entirely *break* under IE, a lot of webmasters will want to play with the cool new toys. Take transparent PNG's for example - IE doesn't support them (to my knowledge) but they are starting to crop up everywhere because they're a REALLY DAMN GOOD IDEA.
Re:Failure forseen. (Score:4, Insightful)
Oh god no. If we let the government force a web markup standard on us now, fifty years from now we'll STILL be writing pages in HTML 4.0 Transitional with marginal amounts of CSS 1.0.
When has a government EVER kept pace with the rapidly changing technological world?
They need Google (Score:5, Insightful)
Re:They need Google (Score:2, Insightful)
The problem with getting these standards implemented would be that Microsoft wouldn't support them, and your avewrage user isn't going to go out of their way to get Mozilla just to 'visit one site'
To your average user, the "benifits" of using internet explorer is that it is there when you start. Most of the world -does- run on windows.
It seems good to them that Interent Explorer wil
XAML (Score:4, Interesting)
So... besides XAML coming from Micro$oft and aiming at being yet another WWW-defacto-standard, what's bad with it?
Re:XAML (Score:3, Insightful)
Fortunately there is already XUL which is working, stable and in use. XUL is as open as it can be.
however the good thing is the difference between the models shoudl not be too great, and using XSLT stylesheets it might be possibel to make cross platform web apps yet.
Re:XAML (Score:2, Interesting)
Because of Microsoft's pure dominance and Mono-based XAML plugins for Mozilla, it will be able to reach a lot more people than anything Moz/Opera could come up with.
There really isn't a point in creating yet another standard. Working on getting a single one to work across everything would be a big boon to everybody, but it seems Moz/Opera are both sick of following in IE's wake.
Re:XAML (Score:2)
XAML isn't a lot different from XUL, with two big differences. XAML won't be here for two years, whereas XUL has already been here for several years. XAML is proprietary, whereas XUL is open and provides open implementations. I can't see how you can defend XAML, really...
Re:XAML (Score:3, Informative)
Re:XAML (Score:2)
We do want this in standards body at some point (Score:5, Informative)
At the moment this group is basically innovating extensions to HTML, for which you need a lot more flexibility than a standards organisation would provide. Once the proposals have reached a mature point we intend to submit these proposals to a standards organisation (whether it is W3C, IETF, ECMA, or another is yet to be determined, but note that the W3C have a policy that says we would not be allowed to say if we were planning on submitting this work to the W3C).
I expect the W3C to start work on the non-backwards-compatible alternatives to WHATWG work, such as creating an XForms/SVG "uberspec" or a new language or something, and when that happens I'm sure Opera and Mozilla will want to be taking part.
All of which is explained on http://www.whatwg.org/, but since when has research had anything to do with journalism, eh?
WHATGW... (Score:2, Funny)
Interesting... (Score:3, Interesting)
For those who don't know:
XForms [w3schools.com]:XForms provides a richer, more secure, more reliable, and presentation independent way of handling interactive Web transactions.
I made a quick xml page [brimonet.com], with the source being here [brimonet.com], just to show some people who don't know. Please note that in the example I used css to make the page look like something, this is technically incorrect [w3schools.com]
Some other XML technologies [w3schools.com]
Are you stupid ? (Score:2, Insightful)
W3C do NOT create standards, they create "reccomendations"
big difference
even on their site the stress this, yet people seem to ignore it and believe what they want no matter how wrong it is
Re:Are you stupid ? (Score:2, Informative)
Nor is IETF known for making tons of "standards", they publish "requests for comments". (81 STDs, not even all of them real, vs. 3542 RFCs, though not all of those are "real" either...)
Really, the argument that W3C doesn't create "standards" is pretty weak. They just chose to call their standards "recommendations" just not to annoy anyone.
To me, it's a standard if a) there's a comprehensive specification, preferrably from one authoritative source and b) everyone else decides to follow that specific spec
I don't get it (Score:2, Interesting)
It's a shame to see this developme
Re:I don't get it (Score:2, Interesting)
> of standards such as XForms/SVG would bloat the browser footprint to such an extent that a
> lot of mobile device manufacturers might start looking for a different browser
That's a good point, although it's interesting that at the recent Web Applications workshop [w3.org] the guys from Opera conceded that the only 'extra' piece you needed to add to a standards-based web browser, in order to implement XForms Basi
Re:I don't get it (Score:2)
One legitimate complaint is that XForms isn't backwards compatible; however as I've just completed some work using XForms and I'm currently dealing with the mess of javascript and html that complex forms currently require
Another Standard?! (Score:3, Interesting)
The promise that HTML was going to be a simple and independent language/tool is long broken.
With every new standard and browser development gets harder, testing and debugging longer.
For years now every bigshot has been talking about standards - but true implementation is far off.
HTML has mutated over the years - not properly developed.
If Opera & Mozilla try to force new stuff on developers - they will only get ignored even quicker. Web development is mostly based on IE6 - and nothing else.
Although I love and use Opera (and a bit Firefox here and there) - IE6 development brings in the money. And as a small fry I can't afford NOT to follow the money.
Re:Another Standard?! (Score:2)
True, but for how much longer?
If it doesn't run in Mozilla or Firefox I don't visit it. So if it's a shop, then I don't buy, they don't see my money, and therefore they can't pass it on to developers.
Oh, I know that the lack of my spending is hardly an issue in the grand scale of things. But more and more people either don't use Windows, or use Windows but not IE.
And as IE6 is currently frozen, and exploits and Malware still seem to abound, more and more people a
Compound Transactions,Documents,Streams,Proxies (Score:3, Interesting)
W3C home > Mailing lists > Public > public-webapps-cdf-discuss@w3.org > April 2004 [w3.org]
Compound Transactions,Documents,Streams,Proxies.
A proxy based approach
W3C proving increasingly unable to *do* anything (Score:3, Interesting)
It's about time someone tried to circumvent the W3C.
Honestly, the timescales the W3C are working on now are a joke. CSS3 has been in development since 2000 and is still nowhere near completion. XHTML 2.0 has been in development since August 2002, has already suffered from having its mission statement rewritten without announcement, and is, frankly, a bit crap. They don't even make use of XLink, but instead decided to write their own linking specification from scratch.
In short, the W3C has become a dinosaur. It takes far too long for them to get around to do anything, and it seems riddled with political jostling between both its members and its different working groups.
I think it's time someone else took over. The W3C only really works because the public allows it to - after all, the W3C isn't an official standards body so it's "standards" aren't really standards anyway. If someone else can do a better job, I say let them.
Just what the Wild Wild Web Needs Now (Score:5, Interesting)
I think "WTF" would be a more appropriate acronym.
And we can all be safe to say that we wont be seeing IE join in on Opera and Mozilla's pillow casing party.
Personally, this entire little development sounds like a waste of resources that could be better spent on tuning and promoting their products. Seeing how widely adopted Mozilla's XUL architecture is, I think the Mozilla group would be better off getting Firefox up to speed and getting the rest of their projects in order before running about trying to cop some moves here.
That's not to say that I don't support Mozilla and Opera but, being a Web Developer for the last 6 years and a Internet Services Architect for the last 3, I can tell you right now that the last thing both Web Developers and Browser Developers need are more languages and competing standards. We are at a point of language saturation as never before and most these new languages are aimed at online services. While this may seem to be a great thing because choice is generally good, we have too many choices and most developers I know can only get 2-3 languages down to an expert level. So this development would most likely be ignored on a professional inplementation level while more standardized and familiar languages/feature sets would be used. In the end, it would most likely be a waste of time and resources for both Mozilla and Opera who should focus (IMO) on getting DOM Level 3/XSLT/CSS/SVG upto snuff and better integrated with the existing standards before going off on their own.
Case in point: Right now, I'm making a web service that has a native XML interface, which then gets (optionally) rendered via an XSLT interface with a 100% CSS defined GUI and the UI logic handled via DOM level 2 and Javascript. The applicational logic is handled via a PHP portal/middleware broker to the stored Postgres pgSQL database views/routines.
Got all that? I argued strongly with my client against using soch a complex interface architecture, but it was writtten in stone and they held firm and were willibg to pay for it -- so they got it. But, I can't count all the possible points of failure on one hand. Does it break in the database? maybe the XML? The PHP? Maybe the XSLT or maybe it's just the CSS or the Javascript.
The fact that Firefox requires a seperate CSS-stylesheet doesn't help matters, but I opted out of Firefox support to Support Gecko variants (safari) as well as Mozilla and IE -- but not Opera. Not proving support for certain browsers was a definite plus here -- since it's an intranet app meant to be used via VPN and not accesable to the public. But I shudder to think at the amount of CSS-stylesheets and JS includes that would be required to support this as a public service.
What we need right now is better integration/platform independence and the browser would be the common ground here. So instead of running off on their own and adding more languages/points of failure, maybe they could figure out a new means of getting everything to work together a bit better.
A good start would be getting Opera/Mozilla/Firefox all on the same page in terms of CSS/DOM level 3 compatability, that would be a lot more meaningful to me than a competing standard.
And thus ends my rant.
Re:Just what the Wild Wild Web Needs Now (Score:2)
On a lighter note, though, I share your sentiment. The saturation of various acronymic technologies is turning the WWW into an eyechart.
Re:Just what the Wild Wild Web Needs Now (Score:2, Insightful)
Last time I checked Firefox and Mozilla were the Gecko variants, Safari was a KHTML variant and IE was a variant of the plague.
Re:Just what the Wild Wild Web Needs Now (Score:2)
Safari isn't a Gecko variant, it's a KHTML variant. The only browser I've had to drop support for is IE because it's too far behind the curve. For the supported browsers, I've got one single client codebase that functions identically across the board. This is possible with the standards support t
SVG is my make or break issue (Score:5, Interesting)
But until SVG is fully integrated into a browser and the DOM, the most important projects that have built up over a lifetime still cannot get started, and the stuff I have been working towards is only a tiny fraction of the potential applications of object graphics, an almost endless territory I became a lot more aware of in early PostScript days when potential players were attracted like bees to a honeypot.
Most people seem to have convinced themselves that SVG is primarily a more open alternative to Flash, but I see it being far more important that SVG bring the interactivity of the Web to areas which nowadays are mostly represented by static PDFs, obviously beyond print previewing.
It's really quite strange, when so much of the heritage of cooperative development came out of the technical research communities, that all that half of the current generation seems to want to do is reemulate a very tired set of office applications.
If a picture is worth a thousand words, a meaningful schematic diagram is worth ten thousand and a manipulable schematic diagram would be worth a hundred thousand.
While Flash could technically be used for such tasks it suffers from PDF's failure of not playing nicely with the browser model at the next level, and from a whole lot of historic perceptions.
For a brief moment earlier this year it appeared that the Mozilla team was going to get serious about SVG. There is another "last" opportunity during the Longhorn FUD [slashdot.org] to make some real inroads against the monopolist.
If we can finally get SVG to the point where we can seriously start building a technical visualisation web then I may not have to go to my grave with quite so many incomplete projects.
Petition Google to rank XHTML-valid websites highe (Score:2)
http://www.petitiononline.com/googhtml/petition.h
Rich.
Find the Microsoft Mole In Mozilla (Score:2)
A fatter browser or a windowing system? (Score:3, Interesting)
So now my web browser will get fatter as all these new bells and whistles I don't need will be bundled in. What we need is to separate all these features into their own application, and have simply a small framework (a version of which could replace X and go directly to the video) that manages the screen. At least this way I can kill those particular processes (like Flash) that usually need to be killed.
Come on, seriously, putting all these application capabilities in a web browser isn't conceptually much different than a windowing system (besides the specific API and protocol differences). Pretty soon we'll do everything in a (so called) web browser super app and the windowing system will do little more than just start this one beast (and thus be a relatively lame layer). Why not merge these things and make a complete video driver, window system, and apps manager in a uniform design?
Why I support this (Score:3, Interesting)
Down near the end of this usenet post I wrote last month [google.com] I talk about how the W3C has been a disappointment lately. Many of the specs I see from them are written for computer parsers, not humans. This is far different from the specs back in the heyday of Web growth. Lately it feels like following the W3C is like following a bureaucracy. It used to feel like I was having a conversation with fellow developers, people who were really into building Web sites and wanted to provide good, standardized ways to do more.
The bottom line is that if this new group can produce more developer-friendly documents that better address real-world problems, then I will support it. If they can get the KHTML team on board, then that's a huge bonus. Trying to do more within the realm of what already exists (rather than scrapping the old and starting again) is the right thing. It's refactoring [joelonsoftware.com]. It's smart.
Re:Start your day... (Score:3, Informative)
Looks like W3C rejected this.
Curl? (Score:5, Informative)
Their whitepaper [mit.edu] describes a cool S-expression based language (kinda like a blend of HTML and Scheme) that elegantly merges the simplicity of markup languages with the power/complexity of lisp.
Re:Curl? (Score:2, Interesting)
Seems a far richer environment than Flash. Everything from XML parsers to 3D rendering built into that browser plugin.
Re:Curl? (Score:2, Interesting)
Re:Curl? (Score:2)
Re:XAML parent is flamebait?) (Score:5, Interesting)
But Mozilla has been VERY strict at implementing standards, and following W3C published standards. In fact its central and core to the organisation.
The introduction of Mozilla (and to an extent Opera) was instrumental in W3C ditichign its own browser efforts, as they felt that Mozilla's support for the standards was good enough to use as a reference browser.
Mozilla DOES extend some of the spec especially in CSS. This is allowed by the w3c, provided they are labelled as extesions (Mozilla uses the _moz prefix). And as some of these extenstions are incorporated into appropriate spec (CSS3 and opacity for example), Mozilla deprecates the extensions and provide support for the spec.
What the W3c frowns upon is not the addition of spec, but breaking exisiting spec. If a browser does not implement a spec, it should grafefully degrade. Mozilla does that well. Bugs not withstanding, Mozilla by feature does NOT break exisitng standards to be incompatible with standards developed pages.
Please explain WHAT you mean by Mozillas support of w3c is less than rosy. I am sure many others would like to know too.
Re:XAML parent is flamebait?) (Score:3, Informative)
Mozilla isn't netscape, the New Netscape Browsers is just a rebranded Mozilla. Mozilla started over, which is why it took so long to get up to speed.
Re:XAML parent is flamebait?) (Score:2)
Netscape 4 is NOT mozilla.. read up.. get the facts.. then come back
really? ever looked at the situation now? IE has awful bugs in CSS, breaks standards and is a pain....
Re:XAML parent is flamebait?) (Score:2)
Mozilla did NOT become Netscape 4. Netscape 4 is Netscape. Mozilla/Firefox/Netscape 6+ are based on Gecko/NGLayout/Raptor. which was a total rewrite away from Netscape 4 code.
Re:XAML (Score:4, Interesting)
Great, yet more web standards to learn.
I'm so sorry! Perhaps we should halt all further development on the web? It'd certainly make my life a great deal easier, although very, very dull.
I don't put a great deal of faith into Mozilla, whose w3c support history has been less than rosey.
In what way exactly has Mozilla's w3c support been less than "rosey"? Portable Network Graphics? CSS2-3? Ever heard of "MOSe" (Mozilla Opera Safari extensions)? They're the browsers that actually support the latest w3c standards - try doing alpha-blended PNGs on IE. Try doing CSS3 on IE. If you want to see just how rosy the MOSe future looks, check out the Zen Garden [csszengarden.com], and in the meantime consider this: what do the w3c use as their de facto reference browser? (hint: Mozilla)
I was under the impression XAML is to be used primarily for laying out winforms, rather than as an new alternative to the tag.
You were wrong. XAML is similar to XUL (XML UI Language), or, if you like, dotNET. Just as you can use UI elements in a dotNET Windows App, you can use the same (well, similar) UI elements in an ASP.NET (web) app.
Re:XAML (Score:2)
(I nearly responded to you originally as if you were a troll; I noticed you weren't an AC, and toned down` my reply - apologies if it was still relatively "forceful" ;)
XAML: this is my understandng, yes. Similar to Macromedia's "Flex", but generating HTML rather than Flash.
Mozilla/Netscape: I'd definitely point the finger of blame at Netscape - and IE. IE gained widespread acceptance because it mimicked the de facto standard - Netscape - with warts and all. Incidentally, that's why IE's browser string r
Re:Open source driving inovation. (Score:2)