What, who, where am I?!?
Craig Lotter is a web developer based in Gordon's Bay, South Africa, who seems completely incapable of shaking off that pesky inner child within, the one that forces him to love all things animated or hand drawn.
The Rugged Rock of Craig contains snippets of his life, popular culture and all the important things like anime, manga, games and comic books. The CodeUnit of Craig on the other hand contains the more serious stuff like code snippets and tutorials, while the House of C chronicles his foray into the world of web comics.
For which it never seems he has enough time anyway.
CodeUnit Post Archive
Rugged Rock Studio
Category Archives: Technology & Code
Using jQuery with other Javascript Libraries: jQuery.noConflict

You’ll often find yourself using frameworks that may be running a number of different javascript libraries such as MooTools, jQuery and ProtoType, which leaves you with the interesting quandry of what to do with the shared $ variable that most libraries tend to have a different use for. Continue reading
Posted in Software & Websites, Technology & Code
Tagged javascript, javascript libraries, jQuery, noconflict
2 Comments
How to Add a Click-through Event on a jQuery Flot Graph

Today I quickly want to touch on adding a click-through event to a Flot graph, in other words, force the browser to redirect to a new location depending on where on the graph the user clicks. Continue reading
Posted in Technology & Code, Tutorials
Tagged click, click-through, flot, graph, jQuery, tutorial
4 Comments
How to Add a Tooltip to a Flot jQuery Graph

Flot is a fantastic jQuery-driven graphing engine that is extremely flexible and capable of producing some wonderfully looking and interactive graphs. Today’s quick tutorial looks at how one can add a tooltip to a flot-produced graph. Continue reading
jQuery: Load Remote Content into Current Page

The well-established javascript library jQuery comes bundled with a neat little function that handles loading remote content directly into the current page’s DOM model, namely the little Ajax load function. Continue reading
WordPress Fix for Schedule Missed Posts

After upgrading successfully to Wordpress 2.9 the other day, I was mortified to find that all of a sudden all of my scheduled posts were being missed one after the other, and the only solution to actually force publish them was to hit the Quick Edit option on the posts listing page and change the each post’s status to published. Continue reading
Posted in Software & Websites, Technology & Code, Tutorials
Tagged bugfix, cron, fix, scheduled posts, timeout, wordpress
1 Comment






