Orange is my favorite color

Archive for 2007 » Page 2


On the heels of my post yesterday, I want to share a strategy I’ve recently started using to manage third party dependencies with Subversion. In my code, I rely on many packages like jQuery, Dojo and FCKEditor. It’s easy to fall behind as they release new versions, especially when you have to overlay [...]

I searched like crazy and couldn’t find this information very easily anywhere so here’s the documentation. Many subversion clients, like TortoiseSVN, look for bugtraq properties in your repository. When it sees these properties, in the case of TortoiseSVN, it adds a new box to the UI when you’re committing code changes that allows [...]

I went this morning to Mountain View Sunnyvale to see Joel Spolsky give a presentation on FogBugz. I don’t know why people claim that south of 85/237 is Mountain View! That’s not Joel’s fault; I’m sure the Hilton is just trying to scam everyone that their meeting is in a fancier town and [...]

Way cool! The TableSorter 2.0 release I helped with has been included in the jQuery UI 1.0 release. I’m really looking forward to implementing this library in my application. Draggables, droppables, sortables and way more. Check it out.

I left a comment on Doug Hughes’ blog and thought it would be worth repeating here because I know that I didn’t hear about PCI DSS early enough. And I figure if I didn’t hear about it, then other heads-down developers may also have been missing this. Let’s get it out of the [...]

The SE-PostgreSQL team released their first full version today based on Postgres 8.2.4. Apparently it’s not a holiday in Japan where the primary contributors live.
SE-PostgreSQL is an interesting effort to combine the policies and controls of SE-Linux into the database engine to extend the access controls of the OS. [...]

Every morning the same thing in my inbox:
——————— IMAP Begin ————————
**Unmatched Entries**
Connection, ip=[::ffff:65.81.246.95]: 45 Time(s)
Connection, ip=[::ffff:65.81.61.76]: 8 Time(s)
DISCONNECTED, user=xxxxxxx, ip=[::ffff:65.81.241.95], headers=0, body=0, rcvd=2675, sent=118, time=246, starttls=1: 1 Time(s)
DISCONNECTED, user=xxxxxxx, ip=[::ffff:65.81.241.95], headers=0, body=35629, rcvd=415, sent=42860, time=310, starttls=1: 1 Time(s)
DISCONNECTED, [...]

OneToMany relationships in Transfer are used when you have a foreign key that references an attribute stored in another table. The example I’m going to give you from my application is Report and Report Type:
tblReport – report parameters like name, owner, status, date
tblReportType – 2-field table of reportTypeID and reportTypeName
My Transfer XML is:
<object name=”report” [...]

Went looking to see what the “state of the art” is in ColdFusion message board / forum software today… looks like this was unofficial release week:

CFMBB – Version 1.23, Released 8/22
Galleon – Version 1.7.013, Released 8/22

I’m interested to see what’s coming from Flexorum. A rich interface could really make message board reading better. [...]

I have been having a hard time wrapping my head around using the relationships OneToMany, ManyToOne and ManyToMany in Transfer so I browsed the Google group for awhile and hacked on a simple example to understand how to take a parent object and add or remove a child and save it.
My Database is:
tblPackage – packages [...]