Jump to content

Club Calendar


davej

Recommended Posts

Over the past few days I've assembled a club calendar using Javascript which reads a club event schedule (array) that resides in its own file. Going forward I'll have Php regenerate the Javascript array file when a user makes a change to the event schedule (from a Mysql table). Such changes would not be frequent so I thought it might be more efficient to keep it all in Javascript.

 

http://www.stlcanoekayak.com/calendar/default.html

 

I would appreciate any suggestions for improvement.

Edited by davej
Link to comment
Share on other sites

Hey, those are decent ideas. Thanks. I've become particularly fond of this javascript file approach rather than accessing the database because I think that will avoid some annoying wakeup delays that I see on these cheap webhosts.

 

I'm also going to change it so that it loads the current date from the server and checks it against the browser date.

Edited by davej
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...