Re: Web Designing Languages

Originally Posted by
leafypiggy
Btw: you shouldn't be using HTML or XML. XHTML is the only one currently fully supported. In a few years, It will be the only language acceptable for websites. HTML and XML are gone.. Also: you could go the HTML5 route, but it's only really useful for iPhone web apps..
Not quite. XHTML is what is "gone". While it is acceptable to use XHTML 1.0, it is really just a transitional type since it uses the "text/html" MIME type and normal HTML form handling. XHTML 1.1 was never fully supported, and XHTML 2.0 is a dead end that will never be fully implemented. (There are intractable problems with document representation in "pure" XML, such as the fact that there is no particular reason why one paragraph should appear before another since both are siblings of equal status in the XML data document.) XHTML's successor is (X)HTML 5. (XHTML 5 is a markup-only variant requiring that all tags, including unary tags like BR and IMG, be closed.)
I'm not really sure that server-side development languages are germaine to the question, since their purpose is to create (X)HTML, bringing us back to the original question.
If the OP's purpose in life is to avoid learning HTML, then using a CMS like Wordpress, Joomla or Django might be a way around the hard parts. At their most basic (and with the right template) they are not that much different from using a word processor. The result, in any case, will either be (X)HTML, SVG (an XML dialect) or Flash hosted on an (X)HTML page. HTML is the core of the web -- there's no way to escape it without building a new client.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)