Thursday, July 29, 2010

KDE release counter

Dion just made new release counter for 4.5.

Just add a HTML/JavaScript gadget to your blog:

For the square banner:

<a href="http://kde.org/" target="_blank"><img src="http://e2-productions.com/countdown/counter45-square.php" alt="KDE SC 4.5 Release Counter" /></a>


KDE SC 4.5 Release Counter

For the long banner:

<a href="http://kde.org/" target="_blank"><img src="http://e2-productions.com/countdown/counter45-long.php" alt="KDE SC 4.5 Release Counter" /></a>


KDE SC 4.5 Release Counter

6 comments:

Znurre said...

Very cool!
What font is that, if I may ask?

Thomas Thym (ungethym) said...

All credits go to Dion!
The font as I can see it is AllerDisplay.ttf
It's a free font. Google is your friend. :-)

Dion Moult said...

Quick note - there is no Javascript. It's just HTML + PHP. Also, no "class="aligncenter"" required (it won't work on other people's sites anyways) ;) If you really want that you should use style="margin-left: auto; margin-right: auto; display: block" Hope that helps.

Thomas Thym (ungethym) said...

Thanks Dion for your input. I clean up my code :-)

Federico Rampazzo said...

is it working? I still see "6 days left"
(I think you're using gd with time, am I right?)

It's very nicely designed btw :)

Dion Moult said...

Yep, it's working. The server it's on is in Australia, so it's using Australian time. It does use GD with a few time functions.