Archive for February, 2009
Web 2.0 to World: “Braaaaaaiiiiinnnnsssss…”
Posted by Thom in Technology on February 17th, 2009
This just in: Web 2.0 is dead, according to Robin Wauters of TechCrunch. So all those articles you’re reading on Digg? Zombies. Your friends on Twitter? Yep, zombies. And the annoying 25 Things posts on Facebook? Definitely zombies. (Okay, that last one was not terribly surprising, as I’m sure someone just reanimated the corpse of an old Livejournal quiz.)
Really, these death pronouncements are just silly. Paul isn’t dead. Rock isn’t dead. And Web 2.0 isn’t dead. (Hip-hop may or may not be dead; it took five slugs to the chest and was last seen in critical condition. Developing story.)
First of all, I always thought my little gig as webmaster/PHP programmer would seem quaint as compared to that of a professional blogger. But apparently, all it takes to be a professional blogger is to traverse a few search results on Google Trends. Awesome! I think I’ll put in my two-weeks notice.
Sorry, Ms. Wauters, I understand it’s an opinion piece and my intention is not to pick on you… But if someone is going to announce the death of Web 2.0, I would like to read some actual opinions in that opinion piece. Not just a collection of charts courtesy Google.
Well then, allow me to add my opinions.
Web 2.0 isn’t dead. Let’s cool it with the zombie jokes for now, but Web 2.0 is something you can’t kill. It’s never been fully formed.
Join the Cult: Converting to Object-Oriented Programming
Posted by Thom in Programming on February 16th, 2009
Last week, my wife decided to start learning PHP. And no, she’s not just trying to humor me–pssh, like she’d do that. She’s burning to code some roleplay generators. It’s a bit of a blast, sitting and coding side-by-side. (And not just because I get to work on Escher without feeling guilty!) She’s doing a great job, picking it up like lint, and it’s fun to see her sense of accomplishment. I miss that sort of instant gratification that came in old days, before PHP became a paying gig and I started counting lines of code by the tens of thousands. Say what you will about rapid development frameworks… Nothing beats the efficiency of a single-file script running linear or functional code and inline HTML.
For a small project, at least. Since she’s been doing so incredibly well, I thought I’d try and show her a thing or two about PHP classes so she can get her code more compartmentalized and portable. After all, in the past week, this endeavor has grown from a simple desire for a few one-off scripts to the possibility to create our own RPG system and an accompanying website. So we might as well start thinking ahead, and no better way than OOP, right?
Oh, wait…
OOPs. (Yeah, I went there.)
In my arrogance, I’d forgotten something significant about object-oriented programming. Nevermind that OOP is a godsend, that for large projects it makes things exponentially more manageable, or that we proabably all use a lot of OOP whether we know it or not, thanks to all the libraries and database wrappers and even a lot of built-in PHP5 functionality. There’s something off-putting about OOP when you aren’t already coding it. It seems unnecessarily complicated, and there are really no great & simple ways to describe its advantages.
Heck… I hated OOP. With a passion. I avoided it for years, and managed to build a pretty respectable website without it. OOP was just a cult, and they were never gonna suck me in. Well, now look at me. I’ve joined the cult, I’m sporting the weird haircut, and I’m sippin’ the koolaid daily.
So, how can I explain OOP to my wife in a way that makes sense? (Not makes-sense makes-sense, but makes-sense why-should-she-bother?) The real-world analogies never worked for me. (”You’ve got a building object, and a door object, and maybe we want to extend a door object to have a lock… yadda yadda…”) Even still, I find that those analogies actually screw up my perspective on a project, I think because physical hierarchy and structure is just plain different from programmatic hierarchy and structure.
I think, perhaps, the best analogy for OOP programming might actually be non-OOP programming. Functional programming, at least. The automation and portability provided by writing our own functions is not difficult to see first-hand. OOP actually behaves in a very similar manner, and takes our portability to the next level.
New Theme: Fusion
Posted by Thom in Site Updates on February 15th, 2009
I’ve installed a new theme for the blog: Fusion by Digital Nature.
The layout and positioning are not quite to my tastes, but the subdued, neutral matte color scheme is right up my alley at the moment. I’ve tweaked a few elements–sidebar width, search bar, header height, etc.–to be a bit more compact.
I had wanted to design my own theme, but I decided to swallow my pride and just pick one, because I don’t want this blog to feel like work, and I’ll never write here if I feel like it’s unfinished. So this will do for now. Perhaps I’ll build my own theme when & if I convert this blog from Wordpress over to Escher.

