Archive for December, 2007

rsync over ssh

I’ve used rsnc before and appreciated its features. Today, I’ve renewed my interest and leveraged this example to transfer some files over ssh.

Leave a Comment

Submit a form with enter key

Here is how you can enable the feature of form submission with the enter key, an useful trick to enhance how an user interacts with a form.

Comments (2)

Sorting in JavaScirpt

I just realized that I have a need to sort a JSON array with multiple properties for each node in the array. I found this howto very useful. All I needed was to provide a comparison function that knows how to compare my complex data structure, plugged it into the sort algorithm to sort the array, and I was done. :)

Leave a Comment

Java SE on MacOS X 10.4 and 10.5

A friend told me that SoyLatte can support Java SE 6 on Leopard. If you experienced a similar issue as Scott Looze described here perhaps you can try SoyLatte.

Comments (2)