Viewing 61 to 67 of 67 items
Archive | Tutorials RSS feed for this section

Browser detect script and conditional statements

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…

0

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…

0

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…

0

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…

0

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…

0