Ical On Website!

Who can tell what's that ical application on the funky monkey's siteClick here!

#143797

If you meaan the calendar on the front page, I think it's just a simple script (php?) that changes the image every day.

#143803

Yes it is. It is just a php-script that changes the image and the text-date every day. It is not so VERY hard to make if you know a little php. You can actually make a lot more advanced stuff than that with php :)

#143806

Yep, PHP. A good place to learn about that is planetsourcecode.com

You basically want a script top read the day, date, etc and use the date to call an image and echo the day and date.

I have also tried one in my yet to be officially opened web-site. http://www.ajatech.net/ In case you can't recognize it :blink:, it's on the right. I have not added the dates before the month though.

#143847