Author Archives: Michael Sharman

May 27, 2010
CFML issue on Railo with the accelerate cache tag

We’ve been using Brandon Purcell’s excellent accelerate custom cache tag for a few projects. I had an issue today while testing a new app which is about to go live. It seemed that whatever I did nothing would be cached.
Upon investigation it seemed that the caching worked fine on Adobe ColdFusion but not on Railo. [...]

May 13, 2010
Removing duplicate rows in Open Office (calc)

I needed to de-dupe a spreadsheet the other day and found a great how-to from google. Thought I’d post it here for my own future purposes:

There is no automatic function to remove duplicate rows. Follow these steps to delete all rows that have duplicate values in column A:

Select all cells of the current data range.
[...]

May 9, 2010
IE and underscores in domain names

Ok, a short warning to those who use underscores in their domain names. Underscores you say? Aren’t they illegal characters in domain names? Why yes they are (but I think they’re valid in sub-domains…not sure), but you may find yourself using them in development environments, particularly if you’re doing a re-design. Think something like http://mysite_v2.local/ [...]

April 22, 2010
Support Details – tech support management

Ever dealt with a client where you wanted to know their operating environment? Thinks like what operating system they are running (and version), which browser type and version, whether they have JavaScript enabled etc? Sounds easy but for some clients this is like being asked to provide a detailed analysis of early 7th century rock [...]

March 3, 2010
Detecting https across Railo and ColdFusion Server

Previously I had a way of detecting whether page requests were being made via ssl but today I came across a scenario where this doesn’t work. Let me explain…
Right now we’re looking at developing across different ColdFusion engines, “ColdFusion” of course but also “Railo”. One of the applications we had detected whether a request was [...]