Any ideas how we can get the following calendar up and running in Rails? Especially how it generates year specific code when we change the current year. http://cssplay.co.uk/menu/calendar2.html --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> Any ideas how we can get the following calendar up and running in > Rails? Especially how it generates year specific code when we change > the current year. > http://cssplay.co.uk/menu/calendar2.htmlSorry, I won''t answer your question, but I must say creating calendars in pure CSS does not make much sense. A good test for CSS based layout is ''does it make sense with CSS off''? Well, calendar does not. It is tabular data, so table is OK there. Regards, Rimantas -- http://rimantas.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks Rimantas. I should have rephrased the question. My idea was to get the calendar up and running. It didn''t matter if it was CSS or tabular data. Anyway, I got a few solutions from http://www.gemjack.com/. Regards Subbu On 1/16/07, Rimantas Liubertas <rimantas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Any ideas how we can get the following calendar up and running in > > Rails? Especially how it generates year specific code when we change > > the current year. > > http://cssplay.co.uk/menu/calendar2.html > > Sorry, I won''t answer your question, but I must say creating calendars > in pure CSS does > not make much sense. A good test for CSS based layout is ''does it make > sense with CSS off''? Well, calendar does not. It is tabular data, so > table is OK there. > > Regards, > Rimantas > -- > http://rimantas.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---