Apple, Microsoft, Google, Others Join Hands To Form WebPlatform.org 138
hypnosec writes "Apple, Adobe, Google, HP, Microsoft and many others have joined forces and launched a new resource – the Web Platform in a bid to create a 'definitive resource' for all open Web technologies. The companies have come together to provide developers with a single source of all the latest information about HTML5, CSS3, WebGL, SVG and other Web standards. The platform will also offer tips and best practices on web development as well as web technologies. 'We are an open community of developers building resources for a better web, regardless of brand, browser or platform,' notes the WebPlatform site."
huh (Score:1, Funny)
Re: (Score:1)
w3schools is sort of terrible. I think you mean MDN.
Re: (Score:2)
Re: (Score:3, Insightful)
Really? A brand new website is not as comprehensive as one that has been around for 13 years? Shocking!!
Re: (Score:2)
Re: (Score:2)
No, that's pretty unshocking. Documentation takes time to write. It'll get more comprehensive with time.
Re: (Score:1)
Google, the poster child for beta (Score:3)
what's _really_ shocking is that a brand new website [...] done [...] by the biggest companies around with hundreds of billion of dollars available in their pockets, goes live incomplete and unfinished.
Not shocking. Google is part of this effort, and it's the poster child for taking a "beta" version live and tweaking it later.
Re: (Score:2)
Companies have hundreds of billions of dollars because they keep it in their pockets, well, at least in offshore tax haven bank accounts. Spending it on stuff that doesn't make money in one form or another, is not in their playbook, forget charity washing and green washing, that's called PR. Some of the players will be there to obstruct for their advantage, to pre-patent and leverage standards in their favour and to break it if it proves disadvantageous. When normal everyday people release via creative com
Do you know what alpha means? (Score:3)
I would think that the big box at the main Docs page explaining that the docs subsite was in alpha would have, you know, explained that.
Re: (Score:1)
Re: (Score:2)
i do. it means rushing an unfinished free source of information.
ftfy
Re: (Score:3)
Never even got that far. Saw the abortion that is the front page on my phone and bailed immediately.
Re:huh (Score:5, Interesting)
Except with any luck unlike w3schools it won't have incorrect information on it because people will be able to fix it like any other wiki.
The big problem with w3schools is that there's all sorts of mistakes on there and they won't fix things if you point out the problems.
Re: (Score:1)
Re: (Score:2)
If you see incorrect things ... it's a wiki. Fix them. I certainly plan to, which I can't do with w3schools!
Re: (Score:3)
What he said. Holy crap...
Uh huh... (Score:4, Insightful)
I'll believe that when I see their products running under Free or Open BSD. Unless "any" is really a very narrow definition of specific Linux Distros, MS Windows, and OS X.
Re: (Score:1)
Yes, they are referring to operating systems that are actually relevant to the average computer user. The operating systems vying for the last .01% of market share are hardly of note.
Re: (Score:1)
BSD is real freedom, for users and developers. Take the code, do what you want.
Re: (Score:1)
There are various 'flavors' of the BSD license -
Original did require attribution, and then subsequent revisions did not -
from my observation, most current BSD based projects use the attribution free ones,
and even older ones, if active/relavent, are often relicensing under the 2 clause one - see also:
http://en.wikipedia.org/wiki/BSD_licenses
Re:Uh huh... (Score:4, Insightful)
Which some people are perfectly fine with. Isn't it better that these companies use mature, well-debugged BSD code rather than rolling their own shit that is usually many times worse because they were going to avoid the GPL anyway?
Re: (Score:1)
Yes and the person was whining specifically about their products not being ported to some niche OSes. That was what I responded, too. Yes, you are correct as well.
Re: (Score:2)
I'll believe that when I see their products running under Free or Open BSD. Unless "any" is really a very narrow definition of Windows 8 and OS X.
FTFY.
Cue 'augmenting the standards' in 5... 4... 3...
actually, it's web 3.0 (Score:4, Funny)
Actually, get ready! it's going to be web 3.0! That means it'll be incompatible with web 2.0.
Re: (Score:3)
Re: (Score:2)
no but it'll come with a clickthrough EULA for the icon grid...
Re: (Score:3)
So long as said products are open source, isn't the standing rule in the FOSS community "go port it yourself if you need it"?
Re: (Score:2)
w3schools (Score:3)
So its basically an alpha reimplementation of w3schools?
http://www.w3schools.com/ [w3schools.com]
Re: (Score:2)
They are not a "definitive resource" by any stretch of imagination.
which w3schools or webplatform?
Go to webplatform main page, click on html5, get "alpha" warning, a list of 9 issue/error tags, scroll down to "You can help documenting the list of HTML and related elements." and click on the link at the end "list of html and related elements" and get "This page has been deleted. The deletion and move log for the page are provided below for reference.".
I guess the general feeling I'm getting is W3schools is proven to be operate at "somewhat less than reference quality" level
Re: (Score:1)
But W3Schools is painful. No, really, painful.
Any time I google for anything, I avoid it like the plague now.
I'd sooner read a damn blogspot post than it.
And this isn't even getting in to the (inconsistent) website design itself. That is far worse.
Yeah, it ain't the worst resource, but polished turd etc.
A turd might be filled with information on the species that crapped it out, but it is still a turd.
Re:w3schools (Score:5, Informative)
You mean this?
http://w3fools.com/ [w3fools.com]
like this one by w3fools??? (Score:2)
www.w3schools.com/js/js_popup.asp. alert() and confirm() dialogs with no explanation that they should generally be avoided. Also no discussion of console.log() for debugging purposes.
Hmmm, lets see...
1. Snub w3schools for not diving into advanced topics as to not overwhelm newcomers.
2. Not acknowledge the cases where alert and confirm dialogs are sufficient solutions.
3. Criticize w3schools.com for lack of giving explanation while you yourself don't give an explanation.
4. Advocating the use of console.log while knowing that console object isn't supported by all browsers.
Re: (Score:2)
1. Snub w3schools for posing as a developer resource while targeting newbies.
2. Point out that in general the alert and confirm dialogs have better alternatives.
3. Criticize w3schools.com for lack of giving explanation while pointing at resources that do [w3fools.com].
4. Advocating the use of console.log while knowing that the console object isn't supported by IE, which should be avoided as a debugging tool anyway.
FTFY
Re: (Score:2)
FWIW, console.log absolutely is supported by IE9. I don't know what browsers it's not supported by - probably some 5+ year old ones - but the modern IE dev/debug/profiling tools are actually reasonable to work with. They're no Firebug, but they beat the shit that actually ships with Firefox.
Re: (Score:1)
Yeah, I meant to say lt IE 9
The major advantage of FF's new built-in dev tools is performance. Because of the existence and prevalence of Firebug, there isn't so much of a need for native dev tools with a good UI. Can't say the same for IE...
Re: (Score:1)
lt IE 8 [mozilla.org]
Re: (Score:2)
I really don't get the anti-w3schools.com snobs (Score:4, Informative)
http://www.w3schools.com/jsref/obj_location.asp [w3schools.com] V https://developer.mozilla.org/en-US/docs/DOM/window.location [mozilla.org]
Moreover, w3schools.com does a fantastic job in maintaining the big picture of web development by separating its components in its reference pages; DOM, JavaScript, CSS, HTML, etc..
Anyone stating otherwise is full of it. The tutorials, layout, and "Try it Out' execution environment are quick and fantastic for those not interested in reading a blog. 95% of the reference needed w3schools.com has. The other 5%, as a seasoned web developer you should see blog entries, quirksmode, msdn, mdn, etc. and/or investigate in an execution environment such as firebug.
The subtle nuances, nit-picky details, over-simplification, or the lack of mention of say "getBoundingClientRect" doesn't invalidate the awesomeness of w3schools, and it certainly doesn't make it suck. Mastering a topic shouldn't turn you into a snob.
I strongly recommend w3schools.com to anyone who wants to get a good grasp of web development without diving into the advanced topics or anyone who wants a quick reference look up.
Just my two cents!
Re: (Score:3)
I don't see how a tutorial site can be considered user-friendly if it teaches incorrect things and bad practices. That's pretty damn hostile to beginners, even if it's sugar-coated enough to make it not immediately apparent. I and many others complained loudly and tried many times over the course of years to correct their glaring mistakes and things like code that would only work in Internet Explorer and it all fell on deaf ears. They aren't making a good faith effort in teaching people, the tutorials a
Re: (Score:2)
I seriously question the web expertise of anyone who snubs w3schools as a "terrible", "painful" resource for web development. However, there isn't a resource that is more user-friendly than w3schools on many of the web topics.
I seriously question the web expertise of anyone who snubs w3schools snobs. I'll note that experts don't need user-friendly, they need accuracy, both as a reference level and as a guide for best practices. Check http://w3fools.com/ [w3fools.com] again...
Re: (Score:1)
Congrats on being a glorified janitor, clearly a big ego booster for you to fix shitty outsourced code and jump ship.
"Actual professionals" know that unless you are building the next web browser, standards are standards and that browser implementation is king when it comes to building high-throughput responsive web trading platforms, implement openId/oAuth APIs, cross-document/domain messaging solution web APIs. This professional makes lots of dollars doing this
Re: (Score:2)
Yeah, right. Who cares whether it works, so long as it's consistent with the spec?
I'm not defending w3schools – I also avoid them like the plague. But sites like quirksmode.org [quirksmode.org] which offer browser compatibility tables and documentation of known bugs are in
It's a trap, right? (Score:5, Funny)
Surely to get those companies together, there must be some nefarious agenda afoot.
Unimplemented APIs to encourage native apps (Score:5, Insightful)
Re: (Score:2)
Mod parent up!
No one sees the danger to this. PCMag does see an anology to webkit and IE 6 [pcmag.com]. W3C is coming out with an HTML 5 spec that is not the same as WHatG. I agree with the W3C approach of splitting up HTML 5 into 5 and 5.1 and same with CSS 3 and 3.1 but still it is a problem. WIth pressure from sites like www.html5test.com that test cutting edge features you have browsers using proprietary implementations and then bashing the others for being behind the times even though half that shit is not even in
Webkit is NOT IE6 (Score:2)
.. because it is developed by multiple vendors, and combined they represent the majority of web users. Furthermore, most of the standards are also supported by Mozilla and Gecko, and also Opera.
When all of Apple, Google, Mozilla, and Microsoft agree on a web standard, and the W3C keeps dragging its heels, then they have no one to blame but themselves. Web developers *AND* users demand rapid progress on web standards, the web is not something that can sit in a standards committee for 6 months while people de
Re: (Score:2)
Oh, come on. HTML5 offline manifests and local storage work positively flawlessly compared to contentEditable support, undo management, copy-and-paste handling, DOM Ranges....
These days, a good day of web app development is one in which I discover fewer than one critical browser bug every two or three hours of coding. I won't tell you what a bad day looks like because I don't want to crush anyone's soul....
Re: (Score:2)
Surely to get those companies together, there must be some nefarious agenda afoot.
The footer logos, the testimonials section, etc. all lack Apple. But then they're on the list.
I'd guess they joined at the last minute. Maybe they were a target at one point? Which would be ironic as the pre iOS-SDK days were all about "no native apps".
Re: (Score:2)
Well, some of these companies were recently accused of collaborating [zdnet.com] in other areas as well.
This is needed because ... (Score:1)
"Apple, Adobe, Google, HP, Microsoft and many others have joined forces and launched a new resource – the Web Platform in a bid to create a 'definitive resource' for all open Web technologies"
That's awesome, because without explicit corporate collusion, we'd never have ... a ... what? a search engine for referencing 'open' technologies?
Not that they haven't contributed (some more than others) open source, but ... why exactly do we need the corporate technical powerhouses to create a definitive resour
Re: (Score:3)
Funny that you dropped the "web" out of open web technologies. The reason they are important is because they are the main implementors of the open web technologies at issue.
The intent is to provide quality documentation, not implement
Re: (Score:2)
Due to litigation and competition, we have an much more open web. We have many more options for cheap offline storage. U
Strange (Score:5, Interesting)
On the bottom of the front page are 9 logos, Apple is not one of them. On the Stewards page [webplatform.org] are 10 organisations/companies, including Apple. But Apple is the only one without a link to a description/statement of the company. They seem to be the neglected stepchild here?
And Slasdot puts them first in the title, and categorizes the article in the Apple section :-)
Re:Strange (Score:4, Funny)
Apple and Google are currently suing each other over whose logo will be placed higher than the other.
Re: (Score:2, Informative)
After asking in the IRC chat, Doug Schepers (shepazu) responded by saying that Apple was contributing but had requested that their logo not appear on the front page.
Re: (Score:1)
Except it's in the Apple category on slashdot, even though the official website doesn't mention Apple *anywhere at all* except for a single link to "#" with the label "Apple" on a single hard to find page (not linked from anywhere in the homepage).
There are lots of places, like the footer of the main site, that list all the other companies but not Apple.
There is definitely something weird going on. It certainly shouldn't be in the "Apple" section of slashdot, and the article headline shouldn't list three sp
This is needed because ... (Score:3)
(this time not posted as AC, so it shows up ... )
"Apple, Adobe, Google, HP, Microsoft and many others have joined forces and launched a new resource – the Web Platform in a bid to create a 'definitive resource' for all open Web technologies"
That's awesome, because without explicit corporate collusion, we'd never have ... a ... what? a search engine for referencing 'open' technologies?
Not that they haven't contributed (some more than others) to open source projects, but ... why exactly do we need the corporate technical powerhouses to create a definitive resource on open technologies? What will they provide by corporate committee that open source isn't providing now? ... or is this one of those redefinitions of 'open' that hasn't got anything to do with open source?
Re:This is needed because ... (Score:4, Insightful)
Not that they haven't contributed (some more than others) to open source projects, but ... why exactly do we need the corporate technical powerhouses to create a definitive resource on open technologies?
Because together those companies create much of the software and hardware that is interpreting open web protocols and formats. This is hopefully a step towards recognizing that proprietary technologies that only work on one vendor's platform are detrimental rather than beneficial for lock in. Maybe the next time you notice browser C is interpreting that HTML tag differently than everyone else there will be a place to point to that the maker of browser C has their name up as a collaborator.
Re: (Score:2)
The notorious abcense of Mozilla from this "platform" is enough to suspect colusion. Each one of these companies controls their own OS. Mozilla is THE vendor.agnostic, crossplatform browser of choice, and the main diver of standarization in the web. Why in the world aren't they part of this?
Re: (Score:1)
Actually, Mozilla is signed on:
http://www1.webplatform.org/stewards/mozilla/ [webplatform.org]
Which IS very important since Mozilla arguably has the best current documentation wiki.
Re: (Score:1)
Re: (Score:2)
For example, documentation of HTML video doesn't mention the difficulties inflicted upon it by different encoding policies by different competing companies.
That's the whole point here. None of these companies has a monopoly on Web video and they all have stakes in what protocols and formats are used. Apple wants something hardware supported to make their mobile devices have longer battery life. Google wants something that they can use across a large array of phones and that won't require them to re-encode the youtube library of video into multiple formats. Mozilla wants something that will let them avoid patent issues. MS and Apple both want something that can
Re: (Score:2)
That's awesome, because without explicit corporate collusion
How is this 'collusion'? What are you implying they are actually doing?
but ... why exactly do we need the corporate technical powerhouses to create a definitive resource on open technologies?
Because by and large they are the biggest implementors of those technologies, it makes sense that they do it over groups who's products most people probably never use.
What will they provide by corporate committee that open source isn't providing now?
I guess we'll just have to wait and see, of course nobody is forcing you to use it, if you don't see any reason to use it then don't.
or is this one of those redefinitions of 'open' that hasn't got anything to do with open source?
No, the word 'open' is not tied to 'open source', you don't have to redefine it to use it in a context that doesn't pertain to open source.
Re: (Score:2)
That's awesome, because without explicit corporate collusion
How is this 'collusion'? What are you implying they are actually doing?
They are colluding to provide comprehensive information on web technologies in order to make it easier to develop web sites and applications, thus allowing them to indirectly make more money. Those fiends.
Re: (Score:2)
Producing and documenting open technical and process standards is one exception where corporate collusion is not only acceptable, it is often encouraged.
Here's a free best practice for them (Score:5, Insightful)
Underline the damn links (which are one of the main reasons why the web was invented). Undecorated links, using a color which is very close to the normal text color, makes them indistinguishible from normal text for even lightly color-blind people like me, and like 10% of the male population.
Re: (Score:3)
In Opera you can use a custom css file with !important declarations to modify the appearance of certain elements (like links) on every page.
Re: (Score:2)
From the sounds of it, that should work with any other custom style sheets thing, like Stylish, right? That actually sounds rather helpful from an accessibility standpoint (if a little bit annoying to set up). Still, it shouldn't be hard to make good-looking links on a webpage.
Re: (Score:2)
Re: (Score:2)
Disagree. Links are underlined and a different color (to differentiate from plain underline)
Un-underlined links don't look like links and I'd guess at best 0.0004% of the world does that.
Re: (Score:2)
Re: (Score:2)
Re: (Score:1)
Riiiight, and the real reason is ... ? (Score:2)
So, four major players in the tech market, at least three of whom have quite clearly demonstrated a very vested interest in closedness, are "joining forces for openness"?
OK, what's the hidden agenda?
Re: (Score:2)
I'm confused... (Score:2)
PR or Free Labor... maybe both (Score:2)
This is either:
1. A PR stunt to appeal to those who don't know much about open source things in general. Now the big tech companies look like they're doing something benevolent and giving to society.
or
2. A place for unsuspecting people to post code or ideas and have them freely adopted by the big tech companies, who will in turn charge you for THEIR enhancements and innovations.
IRC? (Score:2)
This site is all about uber-modern web standards and their chat protocol of choice? IRC. Awesome.
Re: (Score:2)
heh... I still IRC through the Telnet client...
Got My Hopes Up (Score:1)
Re: (Score:1)
Re: (Score:1)
So we would have 3 incompatible standards. W3C, WhatG, and now this?
Chrome is making the same mistakes as IE 6. If WhatG standardizes in HTML 5 the web-kit way, and W3C announces HTML 5 and HTML 5.1 which have different arguments for the CSS then what? ... of course being slashdot they will blame IE for being incompatible and same with Firefox.
Re: (Score:1)
Facebook admits it (Score:1)
(as seen on the Stewards [webplatform.org] page)
JavaScript and PHP documentation is missing (Score:1)
Re: (Score:2)
...on a site about web development
Truly this is a parody of a documentation website, if anything
http://docs.webplatform.org/wiki/javascript [webplatform.org]
javascript is ther. dunno why the fuck they would include php since it's out of scope..
Logo (Score:2)
Retarded, period. (Score:2)
Who the hell cares about web standards, seriously? Since the WWW was invented there have been competing browsers and platforms and any decent web developer worth their salt simply accept the fact that they have to do a little more work to support different platforms.
Not a year goes by without some statement about the need for cross platform standardization of the web, yet for 20 years nothing has changed or achieved that standard.
But in the meantime these VERY SAME companies are all trying to create walled
Re: (Score:1)
Oh, burn. By only one minute you bonked your chance at finally scoring a first post.
Re: (Score:2)
Is it just a Slashdot thing? (doesn't seem to exist elsewhere as far as I can tell)
Hardly. I was hearing it in the American South (as opposed to South America) in the early 90s.
Think of "mouth hanging open with amazement" for something not particularly amazing. Exclamation of "wow" at a demonstration of the blink tag followed by mouth breathing.
As Americans have gotten fatter it also seems to be used for "too fat to propel the walmart cart at walking speed without mouth hanging open" but this is a rare use. Also rare use in the poser community, as in eats 5 bags of cheetos per day thus
Re: (Score:1)
Huh? (Score:5, Funny)
We have 100 documentation sites on client side web technologies. Hey, let's try to merge them all into one single authoritative site.
We have 101 documentation sites on client side web technologies.
Re: (Score:2)
https://xkcd.com/927/ [xkcd.com]