vote up 8 vote down star
14

Hi everyone and Merry Christmas!

Please share your favorite programming bookmarks.

Blogs, newspapers, forums, whatever. Stuff you NEED to read everyday! =)

EDITED

Suggested one per reply, to clarify voting

flag
1  
Shouldn't this be at least community wiki? – Piskvor Dec 25 '08 at 19:14

48 Answers

prev 1 2
vote up 0 vote down

The oMega Proejct

link|flag
vote up 0 vote down

http://damienkatz.net/

link|flag
vote up 0 vote down

Leon's GWBASIC page

link|flag
vote up 0 vote down

CodeGuru

link|flag
vote up 0 vote down

WikiWikiWeb, by Ward Cunningham

link|flag
vote up 0 vote down

The Code Project

link|flag
vote up 0 vote down

Programming.Reddit

link|flag
vote up 0 vote down
link|flag
vote up 0 vote down

RegexPal (a free regex tester... beware of big input)

Edit: Not a bookmark I "read," but I guess it's a more useful answer than "my RSS aggregator, duuuh." ;)

link|flag
vote up 0 vote down

http://stackoverflow.com

http://forums.bgdev.org (BG)

link|flag
vote up 0 vote down

http://delicious.com/tag/erlang

For me, Delicious is the best place to see who's been bookmarking stuff that I'm interested in as well as the relative popularity.

link|flag
vote up 0 vote down

Since all the good ones are taken, I'll go a little off topic - Seth's Blog.

"If you really want your code to be successful, you'll stop coding long enough to do all that other, even more trivial stuff around the code that's necessary to make it successful." - Jeff Atwood.

Good code still needs good marketing.

link|flag
vote up 0 vote down

Refactory.org - a code snippet wiki.

link|flag
vote up 0 vote down

Twitter Search Feed on my favorite topics.

link|flag
vote up 0 vote down

Google. I bookmarked it in my browser's Home button.

Oh, and if you're going to say Google is not a programming bookmark, then I must disagree. I rarely use it for anything else.

link|flag
vote up 0 vote down

Hacker News - pretty good signal to noise ratio and a clean design.

link|flag
vote up 0 vote down

This bookmarklet (just save it as a book mark):

javascript:var a = prompt('MSDN Reference Lookup', 'Enter class name');if(a!=null){window.location='http://msdn.microsoft.com/en-us/library/' + a + '.aspx';}

Enter fully qualified class names (like System.IO.StreamReader) and you're set.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.