Tag Archives: PHP
Countdown Timer v2.4
Just over a year ago I released Countdown Timer v2.3.5. I’ve had the fortunate opportunity to participate many great things over the last year, which is probably why there hasn’t been an release since.
Anyway, I’ve been slaving away at this rel… Continue reading
Countdown Timer v2.3.5
Hot of the press, Countdown Timer 2.3.5 is now available for consumption.
This is a small update that resolves a few issues, including:
Updated calculation routine to ensure that dates are accurately when "Months" are not displayed.
Upd… Continue reading
25 Random Things About Me
Rules: Once you’ve been tagged, you are supposed to write a note with 25 random things, facts, habits, or goals about you. At the end, choose 25 people to be tagged. You have to tag the person who tagged you. If I tagged you, it’s because I want t… Continue reading
Force User Field Registration v0.6
So it seems like WordPress 2.5 ended up breaking some things in the previous version. So I did some work over the weekend and brought everything back up to speed. Here’s a list of what’s been updated:
Added PHPDoc
Updated add_action to u… Continue reading
Countdown Timer v2.2
I wanted to release this earlier, but between finals, being sick, and field session, I haven’t had a lot of time. This version of Countdown Timer (almost) updates the UI to 2.5 look and feel. As it turns out, there’s actually some function calls I… Continue reading
phPo Translator – Online PO Translator
One of the great things about being a programmer is that when I have a problem, it’s pretty easy to solve it myself[1]. I recently began to seriously support i18n (internationalization) in the Countdown Timer. It’s actually a pretty slick … Continue reading
Countdown Timer v2.1.1
After dilly dallying around for a couple months, I finally got serious about pushing the 2.1 version out the door. A couple of reasons for this actually.
First, the Wordpress 2.5 is coming out end of March/beginning of April and I wanted to get… Continue reading
SAAS Problem of the Week Quiz Decoder
Script that figures out the answers to SAAS POTW Quiz’s. As a note, this is only the processing end. In order for the script to work, you will need to build a front end.
[code language="php"]
[/code]
Note: This was code that I origina… Continue reading