clickme
A jQuery calendar plugin for blogs and apps
This week I revisited an old MySQL/PHP projects I published a long time ago on this blog, dwCalendar. :)

In a first version events came from a MySQL query, in this version the same philosophy still applies if you consider that PHP can generate a JSON from MySQL queries (see function "json_encode"). ;) Anyway, even if there are still consistent limitations due to web browser cross script cautions (a jQuery script cannot reference a JSON outside its domain), it's also possible to "gate" the calendar to any type of JSON out there (take a guess about the possible applications...?) and I myself don't deny a future support for such a kind of cross-script communication.

You can find a working a demo and the source of dwCalendar on its project page. Please retweet or share on Facebook if you enjoyed the code! ;)
 
 
 

Add Comment

 
 
 
CakePhp