Author Archives: Michael Sharman
- October 27, 2011
- Twitter bootstrap – modal not working in firefox
Quick heads up for those having issues getting the modal window in the twitter bootstrap to work in firefox, I had a problem where the overlay would show but not the actual modal window content. Seems there is a problem if you’re using animation (fade etc). See here for more information. For now we use [...]
- August 17, 2011
- Customising search results from google cse
Google custom search engine (cse) is pretty cool, in fact it’s very cool. Within minutes you can have the ability to search your entire site all with a snippet of code! And for a nominal fee you can deliver these results without ads We use google cse for most of our sites but the other [...]
- August 17, 2011
- FarCry Plugin – Webtop Tools
We’re starting to compile a list of internal tools used when developing a FarCry application. I thought it might be simpler to create a small FarCry plugin to keep them all in the same place, makes it easier to use across multiple projects. The plugin currently contains 2 scripts: FarCry database diff (MySQL only at [...]
- July 31, 2011
- Label vs Title in FarCry
All system content objects (and those custom types which extend “types” or “versions” etc) in FarCry have the “label” and “title” properties. Most of the time the value of these are identical, I find myself typically using the “title” property in formtools as well as any display methods. The question of course is why have [...]
- July 1, 2011
- FarCry Tip – Enable cfc’s in your Railo ProxyPassMatch
I ran into an issue today while working on a FarCry project, basically when I opened up the “Related Content” popup from the WYSIWYG editor it was blank. Nothing. Not the usual tabs for Images, File, Flash etc. The Railo logs were empty but Apache was throwing a strange error which I hadn’t seen before: [...]
