MOSC 2011 Countdown Banner


I'm just having fun with PHP GD and Inkscape. So, to make my toy useful, I would like to dedicate this Countdown banner for the upcoming MOSC 2011 event. You are free to put it on your blog or website. Here is the code to put on your site:

<!-- MOSC2011 Countdown Banner By ApOgEE - code start -->
<div style="width:100%; text-align:center;">
<a href="http://www.mosc.my" target="_blank">
<img src="http://www.apogeek.com/osdc/mosc-countdown-img.php" target="_blank">
</a></div>
<!-- MOSC2011 Countdown Banner By ApOgEE - code end -->

And here is the result:


I hope you enjoy it! Feel free to Follow this blog if you like it.

Update:
I heard request on MOSC2011 mailing list where some of them want this banner in different sizes. So, I've modified my php code and add this sizes:

MOSC Countdown Banner 300x250
<!-- MOSC2011 Countdown Banner By ApOgEE - code start 300x250 -->
<div style="width:100%; text-align:center;">
<a href="http://www.mosc.my" target="_blank">
<img src="http://www.apogeek.com/osdc/mosc-countdown-img.php?size=1" target="_blank">
</a></div>
<!-- MOSC2011 Countdown Banner By ApOgEE - code end -->

MOSC Countdown Banner 728x90
<!-- MOSC2011 Countdown Banner By ApOgEE - code start 728x90 -->
<div style="width:100%; text-align:center;">
<a href="http://www.mosc.my" target="_blank">
<img src="http://www.apogeek.com/osdc/mosc-countdown-img.php?size=2" target="_blank">
</a></div>
<!-- MOSC2011 Countdown Banner By ApOgEE - code end -->

I follow 2 of Google Adsense size. There are more wich I haven't had time to do yet. Please tell me if you need other specific size.

Latest Update:
I have shared my source code for this Countdown Banner and I call it HitungHari.

Comments

Unknown said…
apa kata lebar banner ditentukan oleh user, calculation untuk tinggi pulak based pada lebar td lah, supaya rationya tidak lari, user hanya provide berapa lebar banner yg dia mahukan, can?
ApOgEE said…
checkout the source code in my latest post about this on HitungHari - PHP Countdown Banner Application

Popular posts from this blog

How to Create Hyperlink on Blogger Post

How to Add a Sudo User on AlmaLinux 9.2 (Turquoise Kodkod): A Step-by-Step Guide

How to Show and Hide Text in Blog Post