Enabling SSH Connections to a VirtualBox Guest OS
I felt the need to propagate to the interwebs a good resource I found today for setting up SSH to a guest OS using a host-only network: http://muffinresearch.co.uk/archives/2010/02/08/howto-ssh-into-virtualbox-3-linux-guests/ I am running VirtualBox 4.1.4, but the blog entry is still quite [...]
jQuery Array Functions
I recently wrote some functions in the global jQuery namespace that add array utilities. The list is small right now (only 3) but I hope to grow them as I have time, and can optimize as well. They are inspired [...]
Get HTML5 Data Attributes with jQuery
jQuery 1.4.4+ includes this already, using DOMElement.getAttribute(), but for prior versions you can bind an element to the getData event. This event is fired internally by jQuery.fn.data if you attempt to retrieve data for a key that has no corresponding [...]