November 29, 2006
I presented CF/Flex and Scorpio sneaks to the Toronto CFUG earlier this week. At the event, Oliver Merk announced the formation of a new Toronto Flex User Group , and the inaugural meting is set for January 23rd, 2007. This is great news for the Toronto community!
November 29, 2006
Marco Martins wrote to let me know about the new Brazilian National ColdFusion User Group . ColdFusion has some very important customers and deployments in Brazil, but community support withered somewhat during the Macromedia era, and this new group is going to be an important part of...
November 29, 2006
A user e-mailed with an interesting question. He has a ColdFusion powered Flex application that uses lots of DateField controls. By default, DateField displays left and right buttons to change months, but no buttons to change years. Changing years is supported by specifying...
November 28, 2006
SQL searches are usually case-insensitive, because most databases are set up by default for case-insensitive searching. Case sensitivity is defined by collation sequences, rules which define how strings are compared taking into account the specifics of individual languages (case, special...
November 26, 2006
In addition to the comments I posted yesterday regarding my new Samsung BlackJack : Pros: Batteries can be charged via the included charger, or by connecting the phone to your computer, it uses the same USB connection to sync the device and to charge the battery, which is very nice. No need to...
November 26, 2006
I just arrived in Toronto, and will be presenting here twice tomorrow: ColdFusion Powered Flex Seminar : Morning seminar at the Metro Convention Centre in downtown Toronto. Registration is required. Toronto ColdFusion User Group Presentation : A look at ColdFusion+Flex, and some Scorpio sneaks. If...
November 25, 2006
I bought the Samsung BlackJack that I mentioned the other day . I've been using it on and off throughout the weekend, and so here are my initial thoughts: Pros: The form factor is incredible. The device is about the same height and width as the Treo, but it is considerably thinner and much lighter....
November 22, 2006
In addition to the existing ColdFusion and Flex portals, a new LiveCycle portal is now online.
November 22, 2006
I know, I've found my "next phone" many times over the past few years, only to be disappointed each time. But I am not giving up, and now the device that has caught my attention is the new Samsung BlackJack . This device has a pretty sleek form factor, it's narrower than the Treo, the Nokia E61/62,...
November 21, 2006
One of the things I like most about ColdFusion's tag is the SELECTED attribute, give it a value and it figures out which one to pre-select. The Flex ComboBox allows you to set selectedIndex (the relative element position) but not selectedValue. Actually, ComboBox does have a selectedValue property,...