i'm gonna go wii

News came back last night, my schema management tool won the Wii and CFUNITED ticket in the Open Source CF contest. After holding my wii in for the past few weeks, it'll be nice to finally let it out.

MovableType goes Free / Open Source

MovableType has gone back to having a free version for personal use.  They're also going open source.  That's good news, as I really liked it back in the olden days.  WordPress has proven to be functional, but the architecture leaves something to be desired, and the full-runtime nature is good for authors but bad for [...]

Interesting @task Edition Breakdown

The operational support team where I work uses a product called @task for trouble tickets, and I'm currently build some Subversion/Trac integration pieces so that we can keep everything in sync between us (the developers) and them.  I saw they have a SOAP interface for the product, but made an interesting discovery: it's only available [...]

Dumbass Alert

Please ignore my previous post about per-post uploads not working on Firefox. As I was lying in bed, bemoaning my plight to Heather, I realized exactly what the problem was. Adblock. I had a filter defined for "*ad.php*", which just happens to match "upload.php". Changed it to match "*[^o]ad.php*" and it [...]

Help Me: Per-Post Uploads in Firefox on Linux

WordPress has the ability to upload files directly on the add/edit post/page form, which is really handy.  However, I can't get it to work with FireFox on Linux (2.0.0.2 and CentOS 4, respectively); the section of the form just doesn't show up.  The IFRAME that houses it is in the page, but it's zero-height for [...]

Between Posts Plugin for WordPress

I wrote a little WordPress plugin for managing content between posts on listing pages.  Since those listings are time based, the "between" space is governed by the date range between the posts above and below it.  The actual impetus for it was to inject a history of my bike rides into my blog, without them [...]

The Woes of Flex

I've been working on a big Flex project for a while now, and boy is it a pain. I have to give Adobe credit for making straightforward quite simple (linked DataGrids with drag'n'drop selection is a snap), but once you get past the basics of the framework, it gets cumbersome quickly. Flex 3 [...]

Riding My Bike

No, not my motorcycle, an actual bicycle. With the move last month, I'm now just shy of 10 miles from the office, which is a far more reasonable bicycle commute than the 20+ I was before. Not to say that 20 miles is an incredibly long ride, but more than I'd want to [...]

CF8 Bug Fixed

I have to give some props to the Adobe CF team.  Yesterday I reported a bug in CF8 via the Adobe bug report/feature request form.  In a nutshell:
There is a change in behaviour between CF6/7 and CF8 with CFQUERY's NAME attribute.  The earlier versions allow the empty string to be passed, but CF8 didn't (it [...]

i wanna go wii, part three (FuzzyDates)

After a couple hours of packaging, I really need to go wii, so I threw one more little bit of code at Ben’s CFUNITED/Wii contest. This time it's a fuzzy date library with two UDFs: fuzzyDateFormat, and fuzzyTimespanFormat.  They do about what you'd expect (thing GMail's timestamp formatting or Trac's age formatting), and I [...]