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
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
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.
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.
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.
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.