Monthly Archives: June 2009

June 15, 2009
Prototype/scriptaculous issue with Sortable.create()

I’ve been doing some custom sorting within FarCry using the prototype/scriptaculous libraries as they already exist in the FarCry framework by default.
I was having trouble getting the Sortable.create() to work properly and the main docs site for scriptaculous seems severely lacking in examples. Basically the “sorting” action was happening fine but no event was being [...]

June 9, 2009
Setting application variables in FarCry

I just thought I’d write up some quick thoughts on setting application scoped variables in FarCry as it occured to me that it could be a little confusing to non-FarCry developers.
It doesn’t really matter which framework you use, you can theoretically set you application variables anywhere you want, but ideally you want to follow [...]