[Php-calendar-discussion] weekly events, etc
Brought to you by:
sproctor
From: Sean P. <spr...@cc...> - 2003-01-15 12:24:34
|
So my friend wanted to put his class schedule online. from this was born weekly, daily, and monthly events. you may notice a number of changes with how durations, etc work. I also had to change how events are stored in the database quite a bit (this is a hint for anyone who wants to write and update script ;-). on the main page, I switched from using a table to display the events to using an unordered list. this has apparently made things much nicer in w3m and it looks basically the same in mozilla. perhaps IE has degraded, I'm unsure, and don't care a whole lot (it simplified the code a bit, and there really was no reason to have a table there). extra credit: at some point in the not-so-recent past, the links in mozilla changed behavior (the ones in the calendar, they used to highlight anywhere you moused over in the box, now you need to mouse over the text). it doesn't validate right now. even more extra credit to anyone who can figure out how to make the forms validate. or perhaps I'll switch to phpBB's session management like I'd been planning to. (maybe I'd get php3 working again if I did that) Sean |