Category Archives: Technology & Code

Technology, gadgetry and code are just plain awesome, you can’t really deny it. So when I come across something that excites me or makes my life easier or simply gives us a view as to a very possible future that we might be moving towards, I can’t help but share it with the rest of you here on the CodeUnit of Craig.

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 , , , | 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 , , , , , | 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

Posted in Technology & Code, Tutorials | Tagged , , , , | 20 Comments

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

Posted in Technology & Code | Tagged , , , | Leave a comment

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 , , , , , | 1 Comment