Maqetta: Open Source HTML5 Editor From IBM
PybusJ writes "IBM has released an online HTML5 editing tool called Maqetta, hosted by the Dojo Foundation. eWeek calls it an open source answer to Flash and Silverlight. That remains to be seen, but it does look interesting."
Good gosh, this thing actually makes Eclipse, NetBeans and Visual Studio feel fast and efficient.
Is that a 'Q'? How am I supposed to pronounce it? Makketa?
HTML5 is not a Flash/Silverlight replacement. It does some things better, it does somethings worse, but for the majority of the functionality of Flash and Silverlight, HTML5 just doesn't do it.
There is awesome stuff you can do in HTML5 and Javascript, but it's still no replacement for a dedicated sandbox. Especially with the new hardware accelerated XNA 3-d graphics and sound coming from Silverlight 5.
-Rick
"Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
Here is it. An open source answer to flash. Like Gimp to Photoshop. Here it is.
Could be that it's Slashdotted, not that it's inherently slow.
Don't thank God, thank a doctor!
To this very day, I have never ever seen silverlight in action. Where is it used? I'm sure someone will pipe in with some links but still, in every-day casual browsing and such, where?
Since it is Open Source it just can't die like happened with IBM HotMedia.
Generally speaking, Developers have very little to do with what your referring to. Wrapping basic information in 300 MB of images and stupid glitzy effects is a marketing thing.
I don't want any web page to be allowed to read all my files!
My browser is allowed to read my files, but code from a third-party (Flash, Javascript, Java, or anything else) should always go through a trusted dialog to let me select with files it can read. If the Flash plugin actually allows third party code to manipulate files, I'm going to remove it right away...
We should try an IBM service when its not being slashdotted... IBM, self proclaimed enterprise, cloud, IT leader... Is that a joke?
I8-D
is it genuine Microsoft Native HTML5?
JADBP
is this supposed to be an answer to flash? if yes, then these guys have utterly failed. flash is orders of magnitude easier than this, faster than this and does things these guys can't even attempt to imagine. in flash when i create a new file, i get a toolbox on the left (like photoshop), i can select the paintbrush tool, right click on it to change its size and start drawing. i can click on the next frame and draw again, create a tween between them. honestly, this maqetta thing doesn't seem to be built with the purpose of replacing flash.
Wealth is the gift that keeps on giving.
What people dont understand is that HTML5 is great for video, but when it comes to complex interactive video/animation (what flash is good at doing) you will need to have javascript in order to handle it.
That's what I meant by "What's lacking currently is (a) nice development tools similar to Flash Pro or Flex". HTML5+DOM+ECMAScript+SVG+AJAX should be able to deliver similar functionality to the Flash player - but currently you do have to code it from scratch in Javascript (although libraries like Dojo already do a lot of the heavy lifting) and browser support (esp. for SVG) is still a pain.
Of course, even in Flash you still end up needing to code the clever stuff in ActionScript - which is a descendant of Javascript (ActionScript 1 was ECMAScript but its diverged since, but mainly with syntactic sugar for pseudo-class-based OOP). True, Flash's bulit-in objects are higher-level and easier to use than the HTML/SVG DOM, but later releases of Flash seem to have added more ActionScript-based application framework stuff over that, so its more analogous to using something like Dojo on top of "HTML5". In fact, what has ticked me off is Adobe's tendency to ship a half-baked Actionscript Application Framework with one release and then, rather than fully baking it in the next release, come up with a new half baked AF, probably dependent on a new, not-entirely-backwards-compatible version of Actionscript. That, and using a different AF for Flex (so its a pain to mix Flex and Flash)...
In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
Consistent across all platforms that start with 'W'.
Note, I'm not talking about stuff like RIA, or instances of what might be referred to a "gold plating", I'm talking about when you have three paragraphs of text and have to get through a gigantic flash animation to get there.
The reality of life is that the internet has moved on quite a bit from the old plain old text days, and they're not coming back.
Some people don't like that, but it's the truth. AJAX isn't going anywhere.