Richard Schneeman wrote:
> Looks like this question is more of an html/presentation question, you 
> may get more help on a different forum. 

Yup.

> 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, 

JavaScript render the same in every browser?  Ha! :)

(Yes, it's possible, but it takes some understanding of the differences 
in browsers.)

> be quick, and very flexible. (google's calender app is written in 
> Javascript). 

There's no reason to use JavaScript for this unless, like Google 
Calendar, you want sophisticated client-side behavior.  Using JS will 
certainly not address the basic issue of how to build up the schedule 
grid in the first place.

[...]
> If the schedule 
> won't change much you could certainly do this in CSS. 
[...]

You will *have to* use HTML and CSS to create the layout, whether or not 
JS is involved.  (Unless you do the whole thing through DOM manipulation 
from scratch...but that's such a terrible idea that it's not worth 
serious consideration.)

I've heard that calendar_helper might be worth looking at.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to