Web Development Resources
The links below are to resources primarily oriented towards web development, although some may have uses outside of that field.
- PHP
- PHP is the server-side scripting language of the web. It is a well-deisgned and flexible language.
- HTML
- HyperText Markup Language, or HTML, is a derivative of SGML and is used on most web pages. Most web pages currently use HTML 4, but the latest version is now HTML 5.
- XML, XSLT, etc...
- Extensible Markup Language, or XML, and its related technologies (including HTML) dominate the web. The resources in this section exclude HTML.
- Javascript
- Javascript is a highly common client-side scripting language. It is distantly related to C,C++, and Java.
- CSS (Cascading StyleSheets)
- CSS is the technology used to style HTML, which by itself looks rather plain. Most browsers only have support for CSS2, although the most recent version is CSS3.
- Server Configuration
- Most of the common web servers have configuration file formats similar to that of Apache, which is by far the dominant open-sourced webserver.
- W3C.org
- The official website of the World Wide Web Consortium, which makes important decisions concerning the future of the Internet.
Some links open in a new window / tab. The Blair Robot Project is not responsible for the content of external sites.

