Monthly Archives: May 2010

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/ [...]