June ACTAPUG meeting

Sorry for the late notice, but just wanted to let people know that Mark Szulc is doing a presentation on Adobe Flex 4 and Flash catalyst tomorrow night. This is a fantastic opportunity to get the inside scoop on two products only just released to beta on Adobe labs.
Posted at 10am on 06/10/09 | no comments | Filed Under: Development, Flash, Flex, User Group read on

CFMX7 bug in cfprocparam

I just spent 30mins trying to work out why a value that I was passing into a stored procedure was being passed in to the wrong in variable inside Oracle.
Posted at 8am on 03/17/09 | no comments | Filed Under: ColdFusion, Development read on

Reserved words

I'm currently working on an application the Model-glue framework and Spry for validation. I came across an interesting issue today when trying to save the details of a form being submitted. When I dumped out the event inside my function (arguments.event.getAllValues()) I noticed that one of my form fields was being formatted as a date instead of a string.
Posted at 1pm on 02/26/09 | 2 comments | Filed Under: ColdFusion, Development read on

SPRY validation

One of the websites i've been working on over the last couple weeks requires the user to enter in a valid email address. To save us time my colleague threw in the spry library - SpryValidationTextField - to take care of the validation.
Posted at 10am on 11/05/08 | 3 comments | Filed Under: Development read on