Recently, from the Blog...
Populating a Form with a dropdown (jQuery)
I thought I’d share this, maybe it’ll help somebody else. Basically this will take the value of the drop down (select) and show() that many input fields. Note: jQuery required.
How To – Control Your Computer with an Xbox Controller
Today I’m going to walk you through setting up an xbox controller to work on your computer and control the mouse / keyboard. First your going to need an Xbox Controller that works on Windows. If you already have an Xbox controller you can just pick up one of these receivers. (Both links to Amazon, [...]
CSS Code for Wrapping Long URLs and Text
Ran into the problem last night that a long email was messing up a design in smaller screen resoloutions. Perfect fix down below:
WordPress – Shortcode in PHP files
So in WordPress with plugins etc. you end up using shortcode in posts to keep things simplier, an example would be if you want to display a gallery you would just use: [galleries id="1"] However trying to this when your outside of the “WordPress Loop” [in your theme files usually] you will hit the problem [...]