Web Page Markup: A Programmer's Perspective

Admittedly, there are left-brained and right-brained approaches to creating web pages. While one creates the page with aesthetic style, the other methodically builds the page with a certain order. We are more the latter type ;-)

Here’s the geneology of the acronyms we are talking about:

Web Page Development

Web standards have emerged, and with it, the two camps really have combined to build modern web sites with best coding practices and the same eye of typography from the printing world. These standards employ XHTML and CSS to build pages, with JavaScript to make them interactive or dynamic (DHTML). The AJAX paradigm is catching on, employing asynromous XML calls with real-time page updates using JavaScript.