Training Resources
Tutorials
The Complete set of NEETS modules in (.pdf) format
Introduction to Information Processing
POV-Ray
POV-Ray is a free Open-Source ray tracing program which I have used for years in high school courses on programming and advanced computer applications.
HTML5
HTML5 is the newest draft standard for creating web pages. Most of its new advanced features are rapidly being adopted by many browsers. While this tutorial is intended to be an introduction to creating web pages using HTML, it does make a few assumptions about the skill level of the reader.
Other Tutorials
- W3C Getting Started With HTML
- W3Schools - HTML5 Tutorial
- W3C HTML Training Tutorial
Tools
- HTML Character Entity Reference Chart
- W3C HTML Validation Service
- GOOGLE SEO Starter Guide
- GOOGLE - Search Engine Optimization Starter Guide (.pdf)
- Test Your Browser's Support for HTML5
- When Can I Use… Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
Reference
W3C HTML Recommendations
- Current HTML Specification (Living Standard)
- HTML 5.3 Specification
- HTML 5.2 Specification
- HTML 5.1 Specification
- HTML5 Specification
- HTML 4.01 Specification
- HTML 4.0 Specification
- HTML 3.2 Specification
- HTML 3.0 Specification
- HTML 2.0 Specification
CSS
Other Tutorials
Tools
- W3C CSS Validation Service
- When Can I Use… Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
Reference
W3C CSS Recommendations
- Current CSS Definition
- CSS2.2 Specification
- CSS2.1 Specification
- CSS2 Specification
- CSS1 Specification
SVG
Like HTML5, SVG is the newest standard for creating vector graphics on the web. More and more of its features are rapidly being adopted by many browsers. It has many features which will make graphical features created using it quicker to download, accessible, and easier to search and categorize by search engines.
Other Tutorials
Reference
W3C SVG Recommendations
- Current SVG Specification
- SVG 2 Specification
- SVG 1.2 Specification
- SVG 1.1 Specification
- SVG 1.0 Specification