Scrolling JavaScript Timetable Script
23
Oct
// php the_time('Y') ?>
Today’s Timetable is a lightweight script (5kb uncompressed) which enables you to create good-looking timetables with ease.
Events can be scrolled & they are added with a basic function like: Monday.addEvent("French", 8, 1.3);.
The html it generates is W3C valid.
Any HTML can be embedded into each event created and a function can be assigned to them.
P.S. The script does not require any JS frameworks.
Requirements: No Requirements
Compatibility: All Major Browsers
Website: http://www.cod3.net/timetable/
Compatibility: All Major Browsers
Website: http://www.cod3.net/timetable/
- Tags:
Javascript
- Filed under: Browsing, Goodies, License Free
- 4 Comments
















4 Responses for "Scrolling JavaScript Timetable Script"
[...] Vía Web Resources Depot [...]
Hi! Thanks for the script. It’s very useful and easy to use.
I want to report bug. in base60 function I added one line:
var mn = Math.floor(base100.substring(base100.length – 2, base100.length) / 0.6);
if (mn < 10) mn = '0' + mn; // added line!!
return Math.floor(base100) + '.' + mn;
Because, if base100 is 11.01 for example, it sums up 11.1, instead of 11.01. it puts an event on 11:10, instead of 11:01
How to divide this hour format to half an hour format
I want to create a time table to scheduling my project.
The project duration is between 1 week to few months.
How can I change the hour in this script into a week.
In example :
MyProject1 : [1 August 2011 - 1 September 2011] Duration 4 weeks.
Plz Help me, I’m on th middle of my mini thesis right now.
Any kind of help is highly appreciated.
Thank YOu