Coldfusion

Coldfusion MX Flash Development tips tutorials and links. CFML, CFFORM, Action Script, Macromedia platform discussion, useful sites, and tools for web application developers.

Sunday, July 27, 2008

Macclesfield Estate Agents

I found this really comprehensive listing of Estate Agents in Macclesfield, Bollington, Poynton and Wilmslow. If you are house hunting in east cheshire you might find it useful.

Wednesday, November 01, 2006

Programmatically Deleting Scheduled Tasks In ColdFusion : Kinky Solutions : A Student's Perspective by Ben Nadel

Programmatically Deleting Scheduled Tasks In ColdFusion is a very insightful article on Programmatically Deleting Scheduled Tasks In ColdFusion which can be problematic. If done incorrectly you can end up with phantom tasks which are not visible in the CFAdministration

Friday, April 21, 2006

About - COAL

About - COAL: "COAL (the ColdFusion Open Application Library) was created to create a single repository for coldfusion components to be exposed as services and used in any ColdFusion application. The idea is similar to php's PEAR, althought there are several differences. The idea is to create a library of reusable services to keep developers from having to do the same tasks over and over, or having to reinvent the wheel everytime they need to create a new application. COAL puts these services in a position to be used very easily and makes them very flexible. COAL is built using the Java Service Locator pattern which makes for a very robust platform for delivery of the services."

Wednesday, April 19, 2006

ServiceCapture

ServiceCapture runs on your pc and captures all HTTP traffic sent from your browser or IDE. It is designed to help Rich Internet Application(RIA) developers in the debugging, analysis, and testing of their applications.

Still not sure what it is? We have a free trial for you. Download it below. After it is installed and running, visit the Macromedia Exchange with your web browser (some configuration needed for Mozilla). You should see a good mix of XML and Flash Remoting traffic deserialized into an easy to read format.

Tuesday, April 11, 2006

Coldfusion Muse: Using for better page loading

Coldfusion Muse: Using for better page loading this is a good implimentation of a dynamic loading animation usinf cfflush to communicate to a flash file from coldfusion.

Thursday, March 30, 2006

Dreamweaver MX 2004 Crashes on adding sites

My version of Dreamweaver (updater 7.0.1) kept on crashing when I added sites. I found deleteing the contents of the following cured the problem.

C:\Documents and Settings\{username}\Application Data\Macromedia\Dreamweaver MX 2004\Configuration\SiteCache

(these folders are normally hidden - you may have to use Explorer > Tools >
Folder Options to unhide them)

Friday, March 24, 2006

Extracting EXIF information from JPEGs Using ColdFusion (wiggy.coldfusionjournal.com)

REally useful guide on extracting metadata from jpeg files using java and coldfusion.