Table of contents (hide)
- 1. Useful Links
- 1.1 Internet
- 1.2 HTTP
- 1.3 HTML & CSS
- 1.4 Server side programming
- 1.5 Client side programming
- 1.6 Web technologies
- 1.7 Web-based Infovis
1. Useful Links
On this page we will put some useful links for additional reference. Make sure to visit this page often to see what's new.
1.1 Internet
The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web.
1.2 HTTP
1.3 HTML & CSS
Specifications & Standards
Tutorials & References
Tools
- W3C Validators for HTML and CSS
- IE NetRenderer
Additional resources
1.4 Server side programming
Tomcat
- Apache Tomcat
- Setup on Win/Linux and MacOSX
Java servlets
- Java Servlets 2.5 API
- Java Servlets 2.5 specification (pdf)
- A short tutorial from SUN
- A very nice servlets/JSP tutorial
- Another JSP tutorial
1.5 Client side programming
JavaScript
- Mozilla JavaScript and DOM references
- A re-introduction to JavaScript
- JSLint - The JavaScript Code Quality Tool
DHTML
- HTML DOM specification
- Quirksmode.org: Compatibility table, Intro to Events, etc
Ajax
JSON
Libraries
1.6 Web technologies
Web Syndication
- W3C Feeds Validator
- RSS specification
- Atom specification
- A nice article about choosing an ID in Atom
- Comparison between Atom and RSS
- A very good Atom overview
Web Services
- WSDL specification
- SOAP specification
- A nice article about SOAP
- REST tutorial
- A very good explanation of REST
- RESTful web service example