License Creative Commons Attribution 3.0-US
Average
n/a
Rated
0
Times
5
4
3
2
1
0
Permissions
Owner: David
Group Owner: iCapsid
Viewable by Everyone
Editable by All Siafoo Users
Hide
Siafoo is here to make coding less frustrating and to save you time. Join Siafoo Now or Learn More

Programming Helps from around the Nets Atom Feed

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.