Apr 25, 2007
Categories: Uncategorized
I was working on some remote files the other day, and being the CFEclipse fan that I am, I decided to use CFEclipse for my remote development instead of Dreamweaver. I usually resort to using Dreamweaver whenever I need to connect to a remote server via FTP to perform my development, whether I am working on a CF or PHP project. The main reason is that the FTP utility included in CFEclipse absolutely BLOWS in my opinion!
Read More
Apr 23, 2007
Categories: Uncategorized
I am often conflicted over the use and methodology of cfscript. According to the ColdFusion MX 7 livedocs site on adobe.com, cfscript is defined as:
CFScript is a language within a language. It is a scripting language that is similar to JavaScript but is simpler to use. Also, unlike JavaScript, CFScript only runs on the ColdFusion server; it does not run on the client system. CFScript code can use all the ColdFusion functions and expressions, and has access to all ColdFusion variables that are available in the script’s scope.
Read More
Apr 23, 2007
Categories: Uncategorized
I came across a document that outlines suggested techniques that CF programmers should adhere to in order to improve the performance of their code. Here is a summary of these techniques…
Read More