Programming Links
Views: 120
Posted: Jan 30, 2010 @ 3:35 pmUpdated: Jan 31, 2010 @ 10:07 am
Links I often use when writing code. Unfortunately, some of the more useful ones (such as the C++ standard) are not actually available as links. For that, you'll just have to spend some money to get the document.
World Wide Web ConsortiumThe W3C is the source for all things related to web standards. An absolute must link for anyone doing web development.
PHPPHP home page. As you probably noticed, my site is written in PHP and so here's a link to the folks that made it possible.
A List ApartA great site for CSS tips and information, well worth the visit and prolonged reading as a result.
C++ FAQ LiteInformation compiled from the Usenet and more. This is a great source of information for understanding the whys and hows of C++.
MSDN LibrarySome will probably sneer at this, but a couple of things to note: Microsoft compilers have become substantially more standards oriented and Microsoft documents where they deviate from a standard. Net effect, MSDN is a treasure trove of useful information for a variety of environments.