Thursday, November 11, 2004
Site Building Introduction
Site Building Introduction: "What a Web Developer has to Know
One important thing to know is that the functionality of Web Sites will change very drastically. We will see a huge shift from sites displaying 'static content' to data driven sites delivering 'dynamic content'.
We will also see a lot of new browsers, like the browsers found in mobile devices, and we will see a lot more use of XML to communicate data between servers, and between servers and browsers.
We think a Web developer should focus on:
* The HTML 4.01 Standard
* The use of CSS (style sheets)
* The new XHTML
* XML and XSLT
* Client side scripting
* Server side scripting
* Managing data with SQL"