1. Home
  2. Computing & Technology
  3. JavaScript
photo of Stephen Chapman
Stephen's JavaScript Blog

By Stephen Chapman, About.com Guide to JavaScript since 2004

Event Calendar

Friday October 31, 2008
Display acalendar with important events marked using JavaScript

An event calendar works best when you perform a server side lookup to retrieve the events to display for a particular date however not everyone has access to set up the necessary server side processing to return the event data. This pure JavaScript event calendar sidesteps that issue by storing all of the events that can be displayed within an array with the script itself. This will make for slower loading times for the page displaying the event calendar but avoids the need for server side lookups.

Event Calendar
Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore JavaScript
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.