W3 Releases Amaya 4.0
Death of Rats writes: "The World Wide Web Consortium has just released Amaya 4.0. Its a browser/development tool that is designed to test the functionality of new specs in a practical environment. Essentially, it is the client-side counterpart to Jigsaw. The new version should be pretty good, and there are binaries for Unix and Win32." I've been trying Amaya once in a while for a long time. For all the hype about Mozilla, konqueror and many others, it's interesting that the W3C's effort should get so little attention. One notable feature is that it completely integrates the page creation and page viewing aspects, though you might not see a lot of the Flashy features you'd like in a browser -- Amaya is stubbornly (or appropriately) "correct" in its adherence to W3C standards.
Well.. I just dowloaded the latest version, and it does'nt seem to work really well at all.. I have just recently started using Konqueror as my main browser because Netscape is just so useless, and M18 looks like it's heading the same way, slow and bloated.
I tried www.cnn.com (horribly broken) www.echofactor.com (crashed amaya completely)
www.slashdot.org (page looks nasty, and didnt realy work)
I mean is this meant to be a version 4.0 release or what? try 0.04 maybe.
I guess it will give support for some of the more interesting things like MathML, so I guess it has it's place, but it has a long way to go yet. It's difficult to test a webpage, if it crashes the browser!
Everyone is living in a personal delusion, just some are more delusional than others.
Sorry, but I am going to categorically disagree.
Sometimes its nice having an accelerator. Frontpage does that for me. I do webdesign during my professional job, AND for my at-home business, and for both, I use frontpage.
It allows me to create a website MUCH faster than I could in notepad, and allows me to quickly flesh out the ideas I have. Once that is done, I go through and HTML validate, and clean it up.
Swiss army knives are great to cut through the thick plastic before you can GET to the nut, that needs to be turned by the monkey wrench.
Dont get me wrong, hand-coding is definitely a 'better' way to do things, but I bill by the hour, and dont have time to screw around. It works, and its fast, and its code isnt really all that bad. In fact, compared to dreamweaver, its almost sexy code.
Remember, there are appropriate tools for EACH situation. Dont grab a hammer and think that everything is a nail.
GPL'd web-based tradewars themed space game
I know that MacOS is a bitch to write applications for, but still it's a shame there's no MacOS port. There are many web development/design shops that use Macs at a number of points in their development process. Of course, any self-respecting web company would have both Macs and PCs around for testing, but you tend to use a tool much less frequently if you have to switch to another computer to do it.
Do domain names matter?
Your site uses HTML 4.0 Transitional (<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"...). If you want to use Frames, you should use HTML 4.0 Frameset. Or did you mean frames on other sites?
The "scheme://" part of a URL is compulsory. See RFC 1738. Maybe it's good for a normal browser to allow you to omit "http://", but if the W3C's reference browser did this it could lead people to think that "www.w3c.org" is a valid URL.
Amaya is there to educate web designers and web-browser designers, so it has to be picky. That probably means that it's not a good web browser to use for browsing today's largely non-conforming www.
perl -e 'fork||print for split//,"hahahaha"'
A lot of people are complaining that Amaya isn't as nice or as comfortable as Mozilla or IE. These people are missing the point of Amaya.
Amaya isn't supposed to replace your current web browser, it's a reference implimentation. Its goal is to show how a web browser should render a page. The idea is that if Amaya renders your web page correctly, then your HTML is Correct(tm).
If you don't understand why web standards are important, check out the Web Standards Project.
--
Why can't I moderate something "Wrong" or at least "Grossly Misinformed"?
That is untrue because everyone wants to get onto the XML bandwagon. XML, and all the accompanying technologies (such as XML Schema and XML Linking) provide a standard, open way of storing and manipulating data which is far more powerful than, say, SQL. IE-only web pages may work today, but most organisations who want to do any serious content management are at least considering XML-based systems for the future, and so XHTML-compliant web pages will be a no-brainer once browsers start to support XHTML fairly well (which is basically true of IE 5.5 and Netscape 6).
Not long ago I would have agreed with your view that the W3C was becoming irrelevant. However, the stunt they have pulled with XML is extremely nice - pulling people towards a powerful open standard because it is powerful, open and standard :-)
perl -e 'fork||print for split//,"hahahaha"'