By barneyb on June 14, 2007
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 [...]
Posted in meta, wordpress
By barneyb on June 14, 2007
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 [...]
Posted in meta, wordpress
By barneyb on June 13, 2007
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 [...]
Posted in development, flex
By barneyb on June 13, 2007
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 [...]
Posted in biking, personal
By barneyb on June 13, 2007
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 [...]
Posted in coldfusion
By barneyb on June 1, 2007
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 [...]
Posted in cfml, development
By barneyb on June 1, 2007
I've been using a little schema management tool for a while now, and thought I'd release it into the wild. And I just submitted it to Ben's CFUNITED/Wii contest. The submitted build is available here, as well as on Ben's site (post-contest).
In a nutshell, the tool provides a home for storing all your schema [...]
Posted in cfml, development, tools
By barneyb on June 1, 2007
I relicensed my ColdSpring AOP transaction advice under the ASL and just submitted it to Ben's CFUNITED/Wii contest. The submitted build (with no significant changes aside from licensing) is available here, as well as on Ben's site (post-contest).
Posted in cfml, development, tools