Category Archives: ColdFusion
- May 28, 2009
- Setting a “Label” property tip for FarCry 5– also posted in Farcry
Quick tip which might fix some problems for people as it did for me today.
I had a custom object for a calendar where the main title was “EventTitle”. Now as you may know FarCry uses the “label” and “title” property from types.cfc by default.
As I wasn’t using this default property my label value was [...]
- December 4, 2008
- How to do a case-sensitive test of your codebase– also posted in Farcry
Cross platform development and/or hosting makes for interesting times. Making sure that your entire codebase and configuration are compatible and work in different operating environments is obviously paramount to a successful project, particularly if you are “releasing” a product to the public either open source or commercially.
At Lynch Consulting all of our production servers are [...]
- December 3, 2008
- Querying multiple databases within one cfquery– also posted in Databases
In discussing a possible caching solution at work a suggestion was made to use a secondary database (on the same server) to store some key application data. It’s not really important to describe why we wanted to do this, suffice to say that my concern was if and when the application would need to perform [...]
- November 28, 2008
- Installing a new FarCry 5 project – (Extended) Advanced Mode– also posted in Farcry
There are several installation options for the latest version of FarCry (5.0.2) which makes things nice and flexible for the framework to be used by different people in a variety of setups.
The deployment configurations page has some easy to follow instructions for installing in “Standalone” mode. This is really the best option if you are [...]
- November 25, 2008
- Security reminder – Are you using scriptprotect?
One of our applications had an entry in the ColdFusion exception logs today:
ScriptProtect error replacing insecure tag in scope CGI;
Essentially someone (via an automated process) was trying to find a weakness in our application by trying URL’s like:http://www.mysite.com/?mode=>’><script>alert(40891)</script>
Luckily we use scriptprotect (among many other defensive techniques) to prevent this type of thing from causing any [...]
