Well, I went and got myself engaged. I’ve been best friends with Kim since High School, and we’ve been living together for the past 4 years, so I felt it was abut time to make it official. It’s pretty neat, actually.
So, It’s been about a month since I popped the question (she said yes obviously), and we’ve actually been planning pretty much non-stop for the past month. We’ve got a date set, a place for the ceremony and reception already booked, DJ, flowers, and everything in the works, and yadda yadda yadda. Kim and her Mom have been taking care of a lot of the details, but luckily, I’ve been given the task of making a web site for our Wedding.
I’ve got a bunch of stuff already written up, the site is in beta right now, it’s got its own domain name, and I’m writing the CMS from scratch using the CodeIgniter framework, like I used for tomduff.net and phlarg.net. I’m having a blast with it.
I recently wrote an RSVP system that’l knock my guest’s socks off. It’s got a MySQL backend, and I’ve even built in a section of the website called CENTCOM, or Wedding Central Command, where Kim and I can manage names, addresses, and RSVP statuses of guests. The whole thing is really neat.
I’m also using the opportunity to avail myself of version control for this project, forgoing my usual SF.net-powered SVN repository, for a more distributed model, using Mercurial and bitbucket.org. It’s been working out GREAT so far. What I’m doing is keeping a working copy at work and home, and committing my changes back up to bitbucket.org. Then, when I get a working trunk, I pull it down to my web server using Hg as well. Pretty neat.
So anyway, that’s what’s going on recently.