...code that is! Yes, I've been working on my own little project for some time now. Here's a sneak peak of one small part of it I worked on just the other day that is still unfinished...
Now before you go and jump up and yell it's a scheduler / time management system, it's not! Hah. That's just a nifty one-day agenda thing to display some stuff that may or may not be scheduled for that day. How ambiguous.
Well then, I just wanted to let you know that displaying events that have conflicting times (concurrent events) is a PITA and requires what you might call preventative collision detection (for lack of better words). Normally events would be displayed one after another on a timeline, but if *any* times of a single event conflict with another event, one of the events is moved onto a new column. This process will go on and on until the loop can allocate enough space on the timeline to fit an event.
Now, back to real life and real (home)work.
- Development
- PHP by Peter Goodman on Nov 22, 2006 @ 7:20pm

