Category Archives: Farcry
- May 28, 2009
- Setting a “Label” property tip for FarCry 5– also posted in ColdFusion
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 ColdFusion
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 [...]
- November 28, 2008
- Installing a new FarCry 5 project – (Extended) Advanced Mode– also posted in ColdFusion
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 15, 2008
- Forgot to import your ColdFusion tag libraries?– also posted in ColdFusion
I’ve been bitten by the “forgetting to add <cfimport>” when importing ColdFusion custom tags before. If you also have then you know what I mean and have shared the frustration…basically your custom tag does nothing but you get no error from ColdFusion, nada, zip! Depending on the scenario this can lead to some wasted hair [...]
- August 16, 2008
- FarCry 5 running on Railo 3 (Windows)– also posted in ColdFusion, Railo
The CFML market is hotting up with Railo going open source (in version 3.1) and joining forces with JBoss for an end of 2008 release! With that in mind I figured it was time to check out Railo with the latest version of FarCry.
My environment:Windows XP
Railo 3.0.0.003
FarCry 5.0.0 (although 5.0.2 is out, the latest distro [...]
