Looks like this question is more of an html/presentation question, you may get more help on a different forum. If you're looking for an application like google calender, I would recommend javascript, its a hair difficult to debug, but it will render the same in every browser, be quick, and very flexible. (google's calender app is written in Javascript). Here is one existing scheduler application written in javascript:
http://www.scriptcalendar.com/javascript-appointment/javascript-appointment.aspx do some more searching, this seems like a relatively common item, don't re-invent the wheel. If you're not familiar with javascript building this functionality up from the ground won't be easy. If the schedule won't change much you could certainly do this in CSS. Or you could make your calender in a calender application and take a screenshot of it, then just post a picture. It all really depends on why you want a calender like this. Is it for others to tell your schedule? Is it for others to schedule some sort of appointment with you, etc... If anyone else has an opinion feel free to chime in... -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

