December 7, 2004
A U.K. developer has created FlashHack, a program that apparently allows you to execute SWF files on a Microsoft Smartphone. Software (docs are in the readme) at http://gamesforsmartphones.co.uk/flashhack.shtml.
December 7, 2004
I first mentioned this half a year ago during my summer CFUG tour, but a few of you have asked about it recently, and so ... ColdFusion MX Enterprise features support for multiple ColdFusion instances. Although actually, that is less a ColdFusion feature and more a J2EE server feature that...
December 7, 2004
Bill Rawlinson noted this in a comment on a previous post, but I think it is blogworth enough to warrant its own post. The entire US Army Corps of Engineers Detroit District web site at http://www.lre.usace.army.mil/ is powered by ColdFusion MX (running on Windows 2000), and also uses a ColdFusion...
December 7, 2004
Need a ColdFusion based file manager? Take a look at Rick Root's CFFM at http://www.webworksllc.com/cffm/. This wonderful little utility supports file and folder creation, deletion, moving, copying, and renaming, file upload, as well as file specific options (image manipulation for image files, zip...
December 6, 2004
Sprint is finally offering a Bluetooth enabled phone, the LG PM-325. I have been less than impressed with LG phones thus far, but this one seems quite feature rich (and it supports Bluetooth). Details at...
December 6, 2004
eWeek is running a story about an application built by the U.S. Army Corps of Engineers to provide accessible and consistent information about the water level of the Mississippi River. The application is written in ColdFusion deployed on Oracle 9i. Story at...
December 5, 2004
Macromedia has launched the Macromedia Knowledge Base, a self-service guided search tool that will enable customers to quickly find precise MM information! The Knowledge Base is located at the top of http://www.macromedia.com/support, as well as all the product support pages, and provides access to...
December 4, 2004
InfoWorld has posted a review of Macromedia Flex 1.5, also comparing it to Laszlo Presentation Server. See http://www.infoworld.com/Macromedia_Flex_1.5/product_46683.html?view=1&curNodeId=70.
December 1, 2004
This one sent to me by Peter Tilbrook. The BSA (Business Software Alliance) Website at http://www.bsa.org/ is powered by ColdFusion (it appears to be CF5).
December 1, 2004
ColdFusion Queries can be created using the QueryNew() function which takes a list of query columns (as a parameter, or by subsequent QueryAddColumn() calls). These queries are not typed, and this has created problems when using these queries (perhaps when querying queries). Blackstone solves this...