ColdFusion Directory Watcher Gateway
On a daily basis I have my websites backed up and send the tarball via ftp to my local machine. I was interested in automatically copying those files to an external hard drive. I found a simple way to do this using an instance of ColdFusion Directory Watcher Gateway. One could write a component that scans the directory and looks for differences between that and the archive directory on the external drive and copy any changed or added files and run that as a scheduled task. It is far easier to use a gateway instance rather than reinvent the wheel.
Progressive filtering using jQuery
Here is a simple plugin to filter a result set using jQuery
You "attach" the plugin to a text field and then as you type in that field only the matching records are shown
