Coding Update #1: Git, MVC, & .NET
I've finally started using my GitHub account. I've had it since almost a year ago, but only recently decided to dive into the Git commands in bash. The learning curve is definitely manageable, if you're not afraid to google. This sudden shift from SVN is mostly invoked by jQuery's move. A good amount of the source code I 'clone' for my own use (I'm not a fan of browsing for download links) is on GitHub, too. As awesome as TortoiseSVN is, GitHub just seems to have so much potential, at least over Google Code.
I've also started venturing into MVC web frameworks again, mostly in PHP, since it's mostly what I know server-side. I'm going to redo the back-end for my site, so I can extend it with more flexibility and creativity. This will definitely be a long-term project, with a lot of long pauses and short spurts of activity. But it just plain sucks that I can't easily build new portions of my site without affecting or changing the old, because Indexhibit or WordPress are simply not designed to be highly extensible, from a development standpoint. They're also not really getting improved upon very quickly, at least in the rate their language platform (PHP) is -- which actually isn't that quickly. And as a side note, looking at the BuddyPress source--which sits on top of WordPressMU, induces powerful headaches. So I've just abandoned what most of the internet runs on; what do I want?

