W3C Editor – Amaya
The W3C Consortium, home of dozens of complex and obscure specifications, offers this ugly but seemingly useful tool for editing common files used on web, which presumably provides W3C standard compliance for free.
What’s cool about it is that it not only helps make writing valid xml/html files easier, but also seamlessly glues all presentation technologies together, greatly simplifying the implementation workflow. The latest release included SVN support so virtually it’s possible to create graphics in the same editor and reference it from another document after it’s saved.
It looks quite primitive comparing to other tools such as Dreamweaver and Expression Web etc., but it is lightweight and simpler to use, a little easier than plain text editor, quite nice compromise between editor responsiveness and intuitiveness.
One problem with it is lack of a plug-in architecture. In today’s web development, how much can you achieve without JavaScript? Therefore a JS syntax highlighter is a minimum needed by any web developer. Because JavaScript isn’t part of W3C standards, they probably didn’t put that as a first class citizen and therefore doesn’t seem to come with JS tools. To add JS support, someone would have to extend the source code and recompile and redistribute it because getting something accepted by W3C takess longer than electing a new president.

- tech





