This page is for Web-wide linking convenience. It is intended to contain generally useful links to reliable sources, particularly pages where they offer important information which users frequently refer to. It is part of a family of pages across Wikia, based here at the Programmer's Wiki, and different from the WikiNode in that it is not intended for interwiki links so much as reference links. Each heading links to the page on another wiki which only lists the links under the same heading. This both replaces copy-and-paste with the simpler and easier click every time you want a subset of these links, and potentially helps other wikis to build content.
Please only add an item under a heading if the site primarily linked to is generally respected within the wide community around the language or tool. Secondary links should be to either reliable sources or relevant wikis. Please do not place an internal URL in a secondary link until the original URL is linked from the appropriate page.
(X)HTML[]
- W3C Markup Validation Service
- XHTML 1.1: the current standard
- HTML 4.01: the most recent version which was not based on XML
- HTML 5: the next version, which will only include XHTML syntax for advanced uses
PHP[]
MySQL[]
CSS[]
- CSS 2.1 (not technically an official standard, but respected as such within the community)
- CSS: Current Work
JavaScript[]
- ECMAScript 5 (ECMAScript 4 was never ratified.)
- ECMAScript 3 (unofficial HTML version)
- The Document Object Model: how JavaScript can interact with page elements
- XMLHttpRequest (AJAX): how we contact the server from within JavaScript
- References from the JavaScript Wiki: a work-in-progress composite of the next two
- JavaScript resources from the Mozilla Developer Center
- JScript resources from the Microsoft Developer Network