Entries tagged with 'wordpress'

Your Ad Here

header, section, article, footer and html5

HTML5 introduces new tags that make a lot of sense. No longer will each divison of a page need to be speculated as to its purpose; the new tag names have it built right in. I’m going to take a look at what these two tags mean, and how to implement them. Note: This article [...]

Put Ads on Top of Your Ads - Adbrite Ad Network

I’ve used many different ad networks, and even if you have a favorite… you should get on the Adbrite bandwagon. If you’re making.. say… 10 bucks a day with Google Ads, awesome! You should still use Adbrite. It’s genius.
You tell Adbrite how much you’re making, you plug in the code from your favorite ad network, [...]

Dealing with timestamps in WordPress is so fucking fucked.

While modifying a plugin to work correctly in WP 2.5, I came across this code snippet.
I haven’t had to deal with it myself, but maybe someone else will find it useful, or hilarious as I did. Here’s the code to make timestamps WordPress friendly (apprently):
// Dealing with timestamps in WordPress is so fucking fucked.
$offset = [...]