Great UML Site
I found a really good online UML tutorial:
http://bdn.borland.com/article/0,1410,31863,00.html
Herb Sutter's Page
Someone pointed me to an article on Herb Sutter's site. I liked what he wrote about and poked around more on his site. Good stuff.
http://www.gotw.ca/
Why software projects succeed and fail
An interesting article mentioned on Slashdot about why projects fail:
http://www.acmqueue.com/modules.php?name=Content&pa=showpage&pid=239
Helpful Site for Exceptions
I Googled and found this site: ErrorBank (
http://www.error-bank.com/).
I had received a certain exception and didn't know what to do to solve it. I found the answer here. Apparently they crawl newsgroups looking for errors/exceptions and solutions to them. It got me my answer very quickly.
They also have some links to some useful articles. I've seen some of them before, but it was a nice collection of links relating to exceptions and errors. I care a lot about good exception and error handling, so it was nice to find this site.