This is a browser detect script by Chris Schuld. I have used this script on the RiAus mainsite developed with canvas. First of all- download the browser.php script and save to a directory within your website. Now you can include the script with a statement such as this: Here are the current set of identifiers: Full Article…
Internet Explorer specific CSS
As much as we don’t like to deal with the IE bugs, we still have to face it because your boss and visitors are still using Explorer. It gets frustrating when different versions of Explorer displays web pages differently due to the inconsistent rendering engine. We typically use IE conditional comments to fix the IE Full Article…
How to Enqueue Styles
This article will show you how to safely insert your CSS for your WordPress plugin or theme into the HEAD section of both the WordPress front-end and administration panel. I wrote an article a while back which explained how to safely enqueue JavaScript files into WordPress for your WordPress plugin or theme without simply injecting code into Full Article…
Using Javascript libraries with your plugin or theme
When you develop a WordPress plugin or theme, you might want to make use of some of the Javascript libraries distributed with the WordPress package such as Prototype, Scriptaculous and jQuery. Simple enough, they are in the “wp-includes/js/” folder, so what more is there to it? Can’t I just add a SCRIPT tag in the Full Article…
Fix the Vanilla Forum PDO issue on Localhost
Taken from the Vanilla forum. A question that usually would appear would be about an error relating to PDO shows up when you visit your freshly uploaded Vanilla 2.0.15 folder. It’s obviously not a bug but I don’t know where else to post this, but I originally had the question of “why am I getting Full Article…
Getting jQuery Nivo Slider To Work Inside Your WordPress Theme
Adding Nivo slider to a WordPress theme is a lot easier than adding any other slider I have worked with. It may seem as if there are a lot of steps to it, but it’s fairly easy to follow. Let’s get straight into it. Downloading Nivo Slider Obviously the first thing you need to do Full Article…
Aged Type Effect in Photoshop
While working on the poster for DIT Fest last week I managed to create an impressive text effect that I will likely reuse for awhile. It’s very subtle and does not look like a filter. I’m simply adding a slightly aged, worn, or screen-printed look to any typeface. You can even apply this effect to Full Article…