Who is Craig?
Craig Lotter is a 29-year-old software and web developer based in Gordon's Bay, South Africa. For some or other reason he still hasn't managed to shake off that pesky little inner child within, hence his current pack of interests it would seem.
Call him a fanboy, geek, nerd or whatever you want, just so long as you enjoy what he writes.
What Craig Writes
I currently run three blogs, namely The CodeUnit of Craig which details various code snippets, tutorials and commentary on software and technology, The Rugged Rock of Craig which chronicles my life and fanboy musings and reviews on things like anime, popular culture and martial arts, and then finally The House of C which houses the web comic I currently produce in my spare time (which turns out not to be all that much!).
What Craig focuses on
ajax array backup checkbox code color command line convert creation database dataTables delete download error Excel excel 2007 extension firefox function generation google javascript jQuery karmic koala Linux lucid lynx microsoft mysql photoshop PHP phpexcel plugin regex script spreadsheet sql SSH terminal troubleshoot tutorial Ubuntu update upgrade windows wordpress
Tag Archives: plugin
jQuery DataTables: Simple Row Highlight Example
Today’s tip looks at how you can quickly and easily implement a visually helpful hover-based row highlight on any of your datatable objects.
Continue reading
jQuery DataTables: How to Force Specific Column Widths
Today’s tip looks at how you can specify what column widths to use in your DataTables implementation, instead of relying on the default auto column widths assigned by the plugin. Continue reading
jQuery Color Picker Plugin: Convert RGB to HEX
I’ve written on the excellent jQuery Color Picker plugin from eyecon.ro before, but a question was recently raised on how to use its RGB output in code. Well actually it turns out that most browsers return its value as a standard HEX color value, but one browser in particular (and I’m not naming names here but it is the one who everyone who think themselves better than the average home user seems to love) returns the value as a RGB color string. Continue reading
Excellent jQuery Color Picker Plugin
I stumbled upon this frankly excellent, though unfortunately generically named, jQuery color picker plugin the other day. Color Picker is a jquery plugin developed by Stefan Petre, which simply put, delivers you with a neat little widget that allows a user to select a color the same way you would select a color in a graphics application like say Adobe Photoshop. Continue reading
Add PubSubHubbub to Your Blog with PuSHPress!
Basically put, it is a simple, open, server-to-server web-hook-based publish/subscribe protocol that can be seen as an extension to Atom and RSS. Continue reading