Backup script for RimuHosting

A handy little one - a backup script for RimuHosting that will backup your Rails app and copy it to the provided backup storage account. To use it you first have to add Geoffrey Grosenbach's backup.rake script to your lib/tasks directory, then sign up for RimuHosting's backup service, then just save out this script as e.g. "backup.sh" and add it to your crontab.

Tags: 

Boost productivity with Isolator

It doesn't launch as another app in your dock, instead it sits in your (albeit overcrowded) menu bar, and provides only a few sparse settings - the background color to use, whether to make the backdrop opaque (so you can see the desktop underneath it), whether it should start when you log in or activate automatically, and what key shortcut should activate/deactivate it.

...Having only used it for a short while I can't proclaim how it has saved me x hours per week or saved the lives of thirty-three cats, but even after my limited use it looks to be an app well worth using.

Tags: 

Access queries as structs in ColdFusion

Did you know that in ColdFusion you don't have to loop through a query to access specific elements of the query?... Instead of having to go through the hassle of looping an array just to find one field, if you know the field and row number you can just do this: <cfset variable = query[column_name][row_number] /> e.g.: <cfset variables.product_name = variables.q_products[name][5] /> Thanks to Ben Nadel for that.

Tags: 

Pages

Subscribe to Front page feed