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

1 2 next
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
vote up 0 vote down

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

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

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 1 vote down

This Thread - That's not too Meta, is it?

link|flag
show 1 more comment
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

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 1 vote down

IBM Developerworks

link|flag
vote up 0 vote down

http://stackoverflow.com

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

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
link|flag
vote up 0 vote down

Programming.Reddit

link|flag
vote up 1 vote down

InfoQ.com

link|flag
vote up 0 vote down

The Code Project

link|flag
vote up 0 vote down

WikiWikiWeb, by Ward Cunningham

link|flag
vote up 3 vote down

Wikipedia. Though it is not directly for programming I always start from it and get some quick information and links for more information.

link|flag
vote up 0 vote down

CodeGuru

link|flag
vote up 4 vote down

The Best Page In The Universe

link|flag
show 1 more comment
vote up 13 vote down

http://xkcd.com/

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

Leon's GWBASIC page

link|flag
vote up 0 vote down

http://damienkatz.net/

link|flag
vote up 1 vote down

MSDS

link|flag
vote up 1 vote down

lolcode.com

link|flag
vote up 0 vote down

The oMega Proejct

link|flag
vote up 5 vote down

MSDN

link|flag
vote up 2 vote down

php.net

link|flag
vote up 0 vote down

Twitter

link|flag
1 2 next

Your Answer

Get an OpenID
or

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