You are browsing the archive for 2010 February.

jQuery Keyz Plugin

February 24, 2010 in jQuery Plugins

The purpose of this plugin is to easily facilitate the end user to create and hook key presses for their own use. Usually you would need to know what key links with which keycode etc. Usage It’s as easy as these steps: Include jquery – either from CDN or local source Include jquery.keyz.js call the [...]

Integrating PHP CodeSniffer with Activestate Komodo Edit

February 15, 2010 in Web Development

I’ve recently been looking into standards of code and how they would apply to myself and my code. To enable this, I’ve recently installed PHP_CodeSniffer and for a few days been using this on the command line.. which by itself isn’t bad, though I really wanted to have something inside my editor of choice (happens [...]