If it’s worth building once, it’s worth repeating, right? And if I’m going to repeat it, why not take the extra step and keep it DRY by creating a customizable plugin? Here is the making of the jQuery plugin: jtyper.

If it’s worth building once, it’s worth repeating, right? And if I’m going to repeat it, why not take the extra step and keep it DRY by creating a customizable plugin? Here is the making of the jQuery plugin: jtyper.
To change KomodoIDE to an external diff tool, the same diff tool that you have setup for Mercurial from the command line, you need to check a couple things in your hgrc file and then change one setting in Komodo. Make sure you have the following settings in your .hgrc…
Finally, the jQuery Boston 2010 videos are up!
Memory is fast and Disk is Dangerous. That is what webserver admins have beaten in to their fingertips. It is a message that is reinforced many times. After your third disk failure on a MySQL server with InnoDB tables larger than memory. The sweet silence of your blackberry after offloading…
I ran into an issue where the SOAP API just stopped working. Turns out that http://schemas.xmlsoap.org/soap/encoding/ was down, and the SOAP API references it. So, in order to get rid of this additional third party dependency, I have been trying to rewrite our communication bridge using the XML-RPC API instead.…