On Wed, Oct 7, 2009 at 8:38 AM, The Editor <[email protected]> wrote: > > Have you seen this javascript calendar? It's pretty nifty. It could > probably be converted to use hotlinks like you are suggesting, if you > dabble at all in Javascript. This could integrate nicely with the ical > stream you have created. Only, it wouldn't show the events in the > calendar view mode. I don't know what the best solution is--but a good > calendar system would be great... > > http://www.boltwire.com/index.php?p=solutions.javascript.calendar >
In that I deal with disabilty organizations daily, I will always lean to a PHP solution over a Javascript one as there are lots of accessibility issues with JavaScript. Just a habit. Calendars in general are also a big problem too since for a visual user, the typical calendar layout is much more intuitive. Someone with a vision impairment however, this is completely reversed and an Agenda view is much more usable. The happy medium is both. As for a calendar layout, I have used the Keith Devens' PHP Calendar library with great success in the past and planned on using it to generate the calendar view. It is small, easy to use and very flexible and uses CSS for formatting. http://keithdevens.com/software/php_calendar You can even combine it to make a set like [image: 3cal.png] I also have some other code which I can't recall the source which can be used to make larger calendar output (Poor example): [image: lgcal.png] Also PHP based. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
<<inline: 3cal.png>>
<<inline: lgcal.png>>
