Programming Helps from around the Nets
Helped out by a site no one's ever heard of? Share it here.
This article is going to start pretty small... but feel free to add any cool programming-help-related sites.
Web
CSS
- quirksmode
- Quickly see which CSS declarations are supported by which browsers. Appears to be kept up to date with the latest browsers.
Javascript
- Javascript 1.5 Reference @ Mozilla Dev Center
- This is pretty much what it claims to be : )
- Javascript Beautifier
- Make your javascript – or someone else's – prettier. Especially useful for debugging Javascript that has been all mashed together.
JSON
- JSONLint
- Validates and prettily-formats JSON.
Misc
- Lorem Ipsum generator
- Need to generate text for testing your site?
- Ajaxload
- AJAX loading gif generator
- Devshed
- A repository for a wide variety of informative articles on a wide variety of code development topics. The PHP, Java, Oracle, and Python sections are particularly well-developed.
Design
- NASA's Color Usage Site
- Detailed information on using colours to convey information
C++
- SGI STL reference
- The C++ Standard Template Library reference
- Object Oriented Tips
- An excellent site devoted to allowing "developers to keep up-to-date with object oriented technologies, without having to read through high volume, low signal-to-noise source"
Python
- Python Module of the Week
- A collection of brief instructional descriptions of various python modules. Handy for expanding your repertoire or finding facile examples.
Add a Comment