I get to unwrap one of my presents early this year, and it ranks up there with some of the best — a new job! I’ll be working with Alex King and the other fine folks at Crowd Favorite. [...]
By Dougal
|
Posted in CrowdFavorite, Personal, WordPress, Work
|
Also tagged app, CrowdFavorite, Development, Jobs, PHP, Programming, Web, WordPress, Work
|
WordPress 2.2.1 is now available. Most of the changes are minor bug fixes, however there are some security fixes as well. We can’t stress enough how important it is to upgrade your sites and keep them current so that you aren’t open to attacks. [...]
Say we’re writing a program in Perl, and we need to pass a lot of data back and forth between subroutines. Using global variables is bad practice, and we often use the slightly-less-bad method of passing around a big hash variable. But it’s a pain to always use the values in the hash, so a lot of our code uses individual scalar variables, and stick them into (and pull them out of) the hash as needed. [...]
About two weeks ago, I started a new job (which explains at least part of my blogging lull, you see). I’m working on Free IQ, which is a streaming media site for entrepreneurs. [...]
Doh. I should have caught up on my wp-hackers reading before I made that last post. It appears that we’re going to delay the tags support until version 2.3 in order to have more time to flesh out all the details properly. [...]
For quite a while, I had considered nuking Windows from my laptop and starting fresh. A few weeks ago, I finally took the plunge. I started with a full backup (two, actually — a file-by-file backup, and a partition image). I toyed with the idea of dual-booting, but finally decided that I’d try to go completely non-Windows, and see how well I could get by.
After hearing one of my co-workers rave about how impressed he was with Fedora Core, I was going to give that a try. [...]
By Dougal
|
Posted in Browsers, Linux, Open Source, Operating Systems, Tech
|
Also tagged Firefox, InternetExplorer, Laptops, Microsoft, PHP, Ruby, Ubuntu, Unix, Windows
|
I know, I know… I haven’t been very active on the blogging front lately. Once again I’ve been sucked into a swirling vortex of job and home projects, with little-to-no time for participating in blogdom. I’ve managed to keep up with most of the latest memes, and I’ve added a few new del.icio.us bookmarks, but there’s been no opportunity to develop any nifty code or write about the subject of the day.
I’ve got eight draft posts in my queue, and three of those are no longer timely, and so I’ll probably end up deleting them. [...]
By Dougal
|
Posted in Blogs, Family, Holidays, Personal, WordPress, Work
|
Also tagged dom, plugin, Plugins, this-site, Web, WordPress
|
Phil Ringnalda’s site is now powered by WordPress.
But, I’m never again going to see my weblog software returning Perl’s infuriatingly common response to any problem, “Internal Server Error. [...]
I had recently been using Alex Robinson’s 3-column CSS technique called “ordered columns, float-margin/float-margin” for some website designs. [...]