# Wednesday, July 18, 2007

As good of a computer science education that I think I received, when I was an IROC (Idiot Right out of College) I was definitely lacking huge in certain areas.  Chief among these were software engineering (which I think I'm a lot better at now) and beyond basic OO, the fine art of Design Patterns.  I've managed to read about half of Head First Design Patterns and actually implement a few at work.  However, I still feel way behind on them overall, so I started a study group with some coworkers.  We'll attack 2 patterns a week.  I'll post notes about them and links to examples in my svn repository.

Enjoy!

Wednesday, July 18, 2007 8:14:34 PM (GMT Daylight Time, UTC+01:00)
I just wanted to thank this guy for providing an easy way to import my old blog posts from blogger.

Wednesday, July 18, 2007 6:47:31 PM (GMT Daylight Time, UTC+01:00)

Okay, so I've finally setup my blog!  This is a simple plain install of dasBlog.  I reserved the domain back in April and now in late July I FINALLY get it up and running.  It took me a whopping 10 minutes to setup, too.  Phew!!  I almost went with Subtext, based on a friend's recommendation, but I didn't want to pay the extra money for a sql instance, so here I am.  That's it for now.  Check back soon for updates on my digital exploits (or attempts thereof).

Wednesday, July 18, 2007 5:46:03 PM (GMT Daylight Time, UTC+01:00)
Run REGEDIT, follow the following directions to the proper key.
HKEY_LOCAL_MACHINE
|- Software
|-- Microsoft
|--- Internet Explorer
|---- View Source Editor
|----- Editor Name (Default) = C:\windows\notepad.exe
If this doesnt exist (but it should) then create the Key "View Source Editor".
Then create a Key within that named "Editor Name". Modify the "(Default)" value to make it point towards any program on your computer using "D:\Tools\Notepad2\Notepad2.exe" (without the quotes).
Wednesday, July 18, 2007 8:53:00 PM (GMT Daylight Time, UTC+01:00)