Archív pre tag ‘calendar‘

This tutorial demonstrates how to create a jQuery calendar with PHP and Javascript using a remote data source. This is an extension of my previous article about the jQuery calendar I developed for the Salvation Army of Wake County website.

The final calendar in this tutorial contains a hyperlink for each day of the month. When a hyperlink is clicked, a list of events for that day is requested from a remote script, cached client-side, and displayed on the page.

Čítať ďalej originálny článok

Add Controls to the PHP Calendar

26.07.2010, Kategória: Napísali v zahraničí, Autor , Tagy: , Komentáre sú deaktivované

I showed you how to create a PHP calendar last week. The post was very popular so I wanted to follow it up with another post about how you can add controls to the calendar. After all, you don’t want your users to need to wait until the next month to see events outside of the current month, right? Now we’ll add “Next Month”, “Previous Month”, and month/year dropdown controls to the calendar.

» Čítať ďalej originálny článok

Build a Calendar Using PHP, XHTML, and CSS

23.07.2010, Kategória: Napísali v zahraničí, Autor , Tagy: , Komentáre sú deaktivované

One of the website features my customers love to provider their web users is an online dynamic calendar. An online calendar can be used for events, upcoming product specials, memos, and anything else you can think of. I’ve taken some time to completely rewrite the PHP event calendar so that I may share it with you.

» Čítať ďalej originálny článok

When I first saw this cool astonishing iCal-like calendars with jQuery by Stefano Verna I became a fan of it. Its a great looking calendar. But it is static, if you want to show another month or want to change the current date you have to change the html code inside. So, I thought it would be great if I can make this calendar dynamic using PHP & MySQL. So, here is my attempt to make this great thing more useful.

» Čítať ďalej originálny článok