JavaScript

  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>

Discuss

Community Forum

Explore JavaScript

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

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

JavaScript

  1. Home
  2. Computing & Technology
  3. JavaScript

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

All rights reserved.