Has anyone made, or does anyone know of, a nice calendar control based on prototype/scriptaculous out there yet? Thanks in advance! Sincerely, Ryan Gahl Design Engineer Camtronics Medical Systems (an Emageon Company) Ryan.gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org 262-369-3251 The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Ryan Gahl wrote:> Has anyone made, or does anyone know of, a nice calendar control based > on prototype/scriptaculous out there yet? Thanks in advance!like this? http://script.spinelz.org/datepicker.html -- Michael Peters Developer Plus Three, LP
Michael Peters wrote:> like this? > http://script.spinelz.org/datepicker.htmlThat''s a good start. I need something that allows for a drop-down selection of months and years also, as well as easy .css styling/skinning (not sure how far along yours is in this regard)... but very nice work. Marco Jaeger wrote:> Maybe it is relatively easy to convert this one: > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.htmlThat is about exactly what I''m looking for. Now to convert it to a prototype object. Thanks again. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Michael Peters Sent: Monday, February 27, 2006 11:32 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Ryan Gahl wrote:> Has anyone made, or does anyone know of, a nice calendar control based > on prototype/scriptaculous out there yet? Thanks in advance!like this? http://script.spinelz.org/datepicker.html -- Michael Peters Developer Plus Three, LP _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers.
> > Has anyone made, or does anyone know of, a nice calendar control based > > on prototype/scriptaculous out there yet? Thanks in advance!> http://script.spinelz.org/datepicker.html> http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.htmlI''ve been testing this one: http://wiki.rubyonrails.com/rails/pages/CalendarHelper
Ryan Gahl wrote:> Michael Peters wrote: > >>like this? >>http://script.spinelz.org/datepicker.html > > > That''s a good start. I need something that allows for a drop-down > selection of months and years also, as well as easy .css > styling/skinning (not sure how far along yours is in this regard)... but > very nice work.It''s not mine, but I''m sure the author appreciates the compliments :) He posted it here a while ago. -- Michael Peters Developer Plus Three, LP
Oh, whoops, lol. :-) -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Michael Peters Sent: Monday, February 27, 2006 11:56 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Ryan Gahl wrote:> Michael Peters wrote: > >>like this? >>http://script.spinelz.org/datepicker.html > > > That''s a good start. I need something that allows for a drop-down > selection of months and years also, as well as easy .css > styling/skinning (not sure how far along yours is in this regard)...but> very nice work.It''s not mine, but I''m sure the author appreciates the compliments :) He posted it here a while ago. -- Michael Peters Developer Plus Three, LP _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers.
Oh.. yea, that''s the calendar I''m currently using... Also, note that I said prototype/scriptaculous based (not Ruby -- I''m using .NET). That calendar is cool and all, but it''s not very intuitive as far as choosing a month or year in the future/past (it''s not immediately obvious to a user that you should hold down the mouse button for a drop down to appear). Also, the javascript is not prototype.js friendly... meaning it''s not an encapsulated class, it''s more of a traditional plop-in library with globally-scoped functions and variables all over the place (blech). -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of brabuhr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Sent: Monday, February 27, 2006 11:55 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget> > Has anyone made, or does anyone know of, a nice calendar controlbased> > on prototype/scriptaculous out there yet? Thanks in advance!> http://script.spinelz.org/datepicker.html> http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.htmlI''ve been testing this one: http://wiki.rubyonrails.com/rails/pages/CalendarHelper _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers.
Ryan, you might want to help me out on the MyFaces calendar. http://www.irian.at/myfaces/calendar.jsf I took the javascript code of - http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html (well, or another source, but it is the same, I know that one ;) and converted it to something prototype-based. But - I haven''t finished in the sense of it is all object-oriented, but still not very nice code on the inside. If you''re interested, contact me. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> Michael Peters wrote: > > like this? > > http://script.spinelz.org/datepicker.html > > That''s a good start. I need something that allows for a drop-down > selection of months and years also, as well as easy .css > styling/skinning (not sure how far along yours is in this regard)... but > very nice work. > > Marco Jaeger wrote: > > Maybe it is relatively easy to convert this one: > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > That is about exactly what I''m looking for. Now to convert it to a > prototype object. Thanks again. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Michael Peters > Sent: Monday, February 27, 2006 11:32 AM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > > > Ryan Gahl wrote: > > Has anyone made, or does anyone know of, a nice calendar control based > > on prototype/scriptaculous out there yet? Thanks in advance! > > like this? > http://script.spinelz.org/datepicker.html > > -- > Michael Peters > Developer > Plus Three, LP > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > The information transmitted in this electronic mail is intended only for the > person or entity to which it is addressed and may contain confidential, > proprietary, and/or privileged material. Any review, retransmission, > dissemination or other use of, or taking of any action in reliance upon, > this information by persons or entities other than the intended recipient > is prohibited. If you received this in error, please contact the sender and > delete the material from all computers. > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces
Here is an awesome calendar that I use. http://www.dynarch.com/projects/calendar/ Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 2:04 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Ryan, you might want to help me out on the MyFaces calendar. http://www.irian.at/myfaces/calendar.jsf I took the javascript code of - http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html (well, or another source, but it is the same, I know that one ;) and converted it to something prototype-based. But - I haven''t finished in the sense of it is all object-oriented, but still not very nice code on the inside. If you''re interested, contact me. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> Michael Peters wrote: > > like this? > > http://script.spinelz.org/datepicker.html > > That''s a good start. I need something that allows for a drop-down > selection of months and years also, as well as easy .css > styling/skinning (not sure how far along yours is in this regard)...but> very nice work. > > Marco Jaeger wrote: > > Maybe it is relatively easy to convert this one: > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > That is about exactly what I''m looking for. Now to convert it to a > prototype object. Thanks again. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Michael Peters > Sent: Monday, February 27, 2006 11:32 AM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > > > Ryan Gahl wrote: > > Has anyone made, or does anyone know of, a nice calendar controlbased> > on prototype/scriptaculous out there yet? Thanks in advance! > > like this? > http://script.spinelz.org/datepicker.html > > -- > Michael Peters > Developer > Plus Three, LP > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > The information transmitted in this electronic mail is intended onlyfor the> person or entity to which it is addressed and may containconfidential,> proprietary, and/or privileged material. Any review, retransmission, > dissemination or other use of, or taking of any action in relianceupon,> this information by persons or entities other than the intendedrecipient> is prohibited. If you received this in error, please contact thesender and> delete the material from all computers. > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs ******************** ******************** This E-mail (and attachments) may contain confidential/privileged information intended only for the named addressee(s). If you are not an intended recipient, do not read, copy, disseminate or take any action based on the content of this E-mail. Please notify the sender by reply E-mail and erase this E-mail from your system. Your assistance is appreciated. E-mail transmission may not be secure or error-free. The company is not responsible for any loss/damage arising from any virus transmitted. ******************** ********************
Thank you, Jon. Yea, that seems to be a pretty popular one. That''s the one I am currently using in my project. However, my goal is to get rid of it for a couple reasons. 1). It''s not intuitive to choose months/years from the drop down (not obvious to a user that they should hold the mouse down to get those popups to appear). 2). It''s not object-oriented. My design goals include making every widget encapsulated via the prototype.js Class mechanism. This is really paramount to the long term sustainability of my project, and the dynarch calendar library is the last big "plop-in" js library I have to get rid of. A prototype based OO calendar would also inherently support a rich event model to alert any number of other widgets of different user interactions, etc... But, again, thanks for the reply. It''s always good to know the people on this list are willing to help :-). -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Whitcraft, Jon Sent: Monday, February 27, 2006 1:21 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Here is an awesome calendar that I use. http://www.dynarch.com/projects/calendar/ Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623 -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 2:04 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Ryan, you might want to help me out on the MyFaces calendar. http://www.irian.at/myfaces/calendar.jsf I took the javascript code of - http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html (well, or another source, but it is the same, I know that one ;) and converted it to something prototype-based. But - I haven''t finished in the sense of it is all object-oriented, but still not very nice code on the inside. If you''re interested, contact me. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> Michael Peters wrote: > > like this? > > http://script.spinelz.org/datepicker.html > > That''s a good start. I need something that allows for a drop-down > selection of months and years also, as well as easy .css > styling/skinning (not sure how far along yours is in this regard)...but> very nice work. > > Marco Jaeger wrote: > > Maybe it is relatively easy to convert this one: > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > That is about exactly what I''m looking for. Now to convert it to a > prototype object. Thanks again. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Michael Peters > Sent: Monday, February 27, 2006 11:32 AM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > > > Ryan Gahl wrote: > > Has anyone made, or does anyone know of, a nice calendar controlbased> > on prototype/scriptaculous out there yet? Thanks in advance! > > like this? > http://script.spinelz.org/datepicker.html > > -- > Michael Peters > Developer > Plus Three, LP > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > The information transmitted in this electronic mail is intended onlyfor the> person or entity to which it is addressed and may containconfidential,> proprietary, and/or privileged material. Any review, retransmission, > dissemination or other use of, or taking of any action in relianceupon,> this information by persons or entities other than the intendedrecipient> is prohibited. If you received this in error, please contact thesender and> delete the material from all computers. > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs ******************** ******************** This E-mail (and attachments) may contain confidential/privileged information intended only for the named addressee(s). If you are not an intended recipient, do not read, copy, disseminate or take any action based on the content of this E-mail. Please notify the sender by reply E-mail and erase this E-mail from your system. Your assistance is appreciated. E-mail transmission may not be secure or error-free. The company is not responsible for any loss/damage arising from any virus transmitted. ******************** ******************** _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Just a note: The calendar below must be purchased from Zapatec for commercial use. Deco On Feb 27, 2006, at 12:21 PM, Whitcraft, Jon wrote:> Here is an awesome calendar that I use. > > http://www.dynarch.com/projects/calendar/ > > > > Jon Whitcraft > Web Application Developer > Online Services - Indianapolis Motor Speedway > (317) 492-8623 > > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 2:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: >> Michael Peters wrote: >>> like this? >>> http://script.spinelz.org/datepicker.html >> >> That''s a good start. I need something that allows for a drop-down >> selection of months and years also, as well as easy .css >> styling/skinning (not sure how far along yours is in this regard)... > but >> very nice work. >> >> Marco Jaeger wrote: >>> Maybe it is relatively easy to convert this one: >>> http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html >> >> That is about exactly what I''m looking for. Now to convert it to a >> prototype object. Thanks again. >> >> -----Original Message----- >> From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of >> Michael Peters >> Sent: Monday, February 27, 2006 11:32 AM >> To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> Subject: Re: [Rails-spinoffs] Calendar widget >> >> >> >> Ryan Gahl wrote: >>> Has anyone made, or does anyone know of, a nice calendar control > based >>> on prototype/scriptaculous out there yet? Thanks in advance! >> >> like this? >> http://script.spinelz.org/datepicker.html >> >> -- >> Michael Peters >> Developer >> Plus Three, LP >> >> _______________________________________________ >> Rails-spinoffs mailing list >> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >> >> The information transmitted in this electronic mail is intended only > for the >> person or entity to which it is addressed and may contain > confidential, >> proprietary, and/or privileged material. Any review, retransmission, >> dissemination or other use of, or taking of any action in reliance > upon, >> this information by persons or entities other than the intended > recipient >> is prohibited. If you received this in error, please contact the > sender and >> delete the material from all computers. >> >> _______________________________________________ >> Rails-spinoffs mailing list >> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >> > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > ******************** > ******************** > This E-mail (and attachments) may contain confidential/privileged > information intended only for the named addressee(s). If you are > not an intended recipient, do not read, copy, disseminate or take > any action based on the content of this E-mail. Please notify the > sender by reply E-mail and erase this E-mail from your system. Your > assistance is appreciated. E-mail transmission may not be secure or > error-free. The company is not responsible for any loss/damage > arising from any virus transmitted. > ******************** > ******************** > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
The dhtmlgoodies one? In the license info at the top of the file it says it can be used but not sold, redistributed, or reposted... if it''s part of a widget which is a small part in another application, is that technically selling it? I''ve always been unclear on these licenses... I''m not repackaging it and saying "Buy my super calendar widget"... so I''m not selling the calendar. It''s a small part in my application that is being sold. Anyway, I guess that is too fuzzy to get involved with, better off just creating one from scratch? -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Deco Rior Sent: Monday, February 27, 2006 1:39 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Just a note: The calendar below must be purchased from Zapatec for commercial use. Deco On Feb 27, 2006, at 12:21 PM, Whitcraft, Jon wrote:> Here is an awesome calendar that I use. > > http://www.dynarch.com/projects/calendar/ > > > > Jon Whitcraft > Web Application Developer > Online Services - Indianapolis Motor Speedway > (317) 492-8623 > > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 2:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: >> Michael Peters wrote: >>> like this? >>> http://script.spinelz.org/datepicker.html >> >> That''s a good start. I need something that allows for a drop-down >> selection of months and years also, as well as easy .css >> styling/skinning (not sure how far along yours is in this regard)... > but >> very nice work. >> >> Marco Jaeger wrote: >>> Maybe it is relatively easy to convert this one: >>> http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html >> >> That is about exactly what I''m looking for. Now to convert it to a >> prototype object. Thanks again. >> >> -----Original Message----- >> From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of >> Michael Peters >> Sent: Monday, February 27, 2006 11:32 AM >> To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> Subject: Re: [Rails-spinoffs] Calendar widget >> >> >> >> Ryan Gahl wrote: >>> Has anyone made, or does anyone know of, a nice calendar control > based >>> on prototype/scriptaculous out there yet? Thanks in advance! >> >> like this? >> http://script.spinelz.org/datepicker.html >> >> -- >> Michael Peters >> Developer >> Plus Three, LP >> >> _______________________________________________ >> Rails-spinoffs mailing list >> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >> >> The information transmitted in this electronic mail is intended only > for the >> person or entity to which it is addressed and may contain > confidential, >> proprietary, and/or privileged material. Any review, retransmission, >> dissemination or other use of, or taking of any action in reliance > upon, >> this information by persons or entities other than the intended > recipient >> is prohibited. If you received this in error, please contact the > sender and >> delete the material from all computers. >> >> _______________________________________________ >> Rails-spinoffs mailing list >> Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >> > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > ******************** > ******************** > This E-mail (and attachments) may contain confidential/privileged > information intended only for the named addressee(s). If you are > not an intended recipient, do not read, copy, disseminate or take > any action based on the content of this E-mail. Please notify the > sender by reply E-mail and erase this E-mail from your system. Your > assistance is appreciated. E-mail transmission may not be secure or > error-free. The company is not responsible for any loss/damage > arising from any virus transmitted. > ******************** > ******************** > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
> Just a note: > > The calendar below must be purchased from Zapatec for commercial use. > > > http://www.dynarch.com/projects/calendar/The calendar itself was released by dynarch under the LGPL and can be used, distributed, and modified under those terms. http://sourceforge.net/projects/jscalendar http://www.gnu.org/licenses/lgpl.html Zapatec sells support and, perhaps, their own improvements. http://www.zapatec.com/website/main/products/prod1/
Oh, he was talking about that one... yea that''s pretty much free, we''ve been using it in our end products for (I don''t know...), I''d say 2 years now. I thought he was referring to the one from DHTMLGoodies.com, which appears to have a stricter license... -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of brabuhr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Sent: Monday, February 27, 2006 1:49 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget> Just a note: > > The calendar below must be purchased from Zapatec for commercial use. > > > http://www.dynarch.com/projects/calendar/The calendar itself was released by dynarch under the LGPL and can be used, distributed, and modified under those terms. http://sourceforge.net/projects/jscalendar http://www.gnu.org/licenses/lgpl.html Zapatec sells support and, perhaps, their own improvements. http://www.zapatec.com/website/main/products/prod1/ _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers.
That''s perfect, Martin. That''s pretty much what I had planned on doing as well. It looks like your efforts will save me some time :-). But I guess we have some licensing things to clear up first. Hmm. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 1:04 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Ryan, you might want to help me out on the MyFaces calendar. http://www.irian.at/myfaces/calendar.jsf I took the javascript code of - http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html (well, or another source, but it is the same, I know that one ;) and converted it to something prototype-based. But - I haven''t finished in the sense of it is all object-oriented, but still not very nice code on the inside. If you''re interested, contact me. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> Michael Peters wrote: > > like this? > > http://script.spinelz.org/datepicker.html > > That''s a good start. I need something that allows for a drop-down > selection of months and years also, as well as easy .css > styling/skinning (not sure how far along yours is in this regard)...but> very nice work. > > Marco Jaeger wrote: > > Maybe it is relatively easy to convert this one: > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > That is about exactly what I''m looking for. Now to convert it to a > prototype object. Thanks again. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Michael Peters > Sent: Monday, February 27, 2006 11:32 AM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > > > Ryan Gahl wrote: > > Has anyone made, or does anyone know of, a nice calendar controlbased> > on prototype/scriptaculous out there yet? Thanks in advance! > > like this? > http://script.spinelz.org/datepicker.html > > -- > Michael Peters > Developer > Plus Three, LP > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > The information transmitted in this electronic mail is intended onlyfor the> person or entity to which it is addressed and may containconfidential,> proprietary, and/or privileged material. Any review, retransmission, > dissemination or other use of, or taking of any action in relianceupon,> this information by persons or entities other than the intendedrecipient> is prohibited. If you received this in error, please contact thesender and> delete the material from all computers. > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> The dhtmlgoodies one? In the license info at the top of the file it says > it can be used but not sold, redistributed, or reposted... if it''s part > of a widget which is a small part in another application, is that > technically selling it? I''ve always been unclear on these licenses..."This is a script from www.dhtmlgoodies.com. You will find this and a lot of other scripts at our website. Terms of use: You are free to use this script as long as the copyright message is kept intact. However, you may not redistribute, sell or repost it without our permission." If in doubt, you could ask for permission. :) I interpret those terms to mean that it is acceptable to use the widget as part of an online service running on your own servers, but not acceptable to use as part of an application you make available to others to install on their servers.
Licensing issues? I don''t think so... The original code is free in the sense of free, do what you want with it, and what we added is under the ASL (Apache Software License) - which is one of the most liberal licenses around. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> That''s perfect, Martin. That''s pretty much what I had planned on doing > as well. It looks like your efforts will save me some time :-). > > But I guess we have some licensing things to clear up first. Hmm. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 1:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > > Michael Peters wrote: > > > like this? > > > http://script.spinelz.org/datepicker.html > > > > That''s a good start. I need something that allows for a drop-down > > selection of months and years also, as well as easy .css > > styling/skinning (not sure how far along yours is in this regard)... > but > > very nice work. > > > > Marco Jaeger wrote: > > > Maybe it is relatively easy to convert this one: > > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > > > That is about exactly what I''m looking for. Now to convert it to a > > prototype object. Thanks again. > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > Michael Peters > > Sent: Monday, February 27, 2006 11:32 AM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Calendar widget > > > > > > > > Ryan Gahl wrote: > > > Has anyone made, or does anyone know of, a nice calendar control > based > > > on prototype/scriptaculous out there yet? Thanks in advance! > > > > like this? > > http://script.spinelz.org/datepicker.html > > > > -- > > Michael Peters > > Developer > > Plus Three, LP > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > The information transmitted in this electronic mail is intended only > for the > > person or entity to which it is addressed and may contain > confidential, > > proprietary, and/or privileged material. Any review, retransmission, > > dissemination or other use of, or taking of any action in reliance > upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the > sender and > > delete the material from all computers. > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces
I have attached a zip of a Prototype based Calendar/date picker I created. There is a JS file and a CSS file. It is by no means completed, but is extendable, and I am leaving it with you to do as you wish (and of course let me know what great improvements you make to it :) Create a div or TD or span as your holder for the datepicker. The datepicker creates the textbox for you. This one has no drop downs, but they could easily be added. Usage: new DatePicker( ''[id of text box to create], ''[id of holder]'', ,{ defaultDate:''02/27/06'' } ); Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 3:00 PM To: Ryan Gahl Cc: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Licensing issues? I don''t think so... The original code is free in the sense of free, do what you want with it, and what we added is under the ASL (Apache Software License) - which is one of the most liberal licenses around. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> That''s perfect, Martin. That''s pretty much what I had planned on doing > as well. It looks like your efforts will save me some time :-). > > But I guess we have some licensing things to clear up first. Hmm. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 1:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > > Michael Peters wrote: > > > like this? > > > http://script.spinelz.org/datepicker.html > > > > That''s a good start. I need something that allows for a drop-down > > selection of months and years also, as well as easy .css > > styling/skinning (not sure how far along yours is in this regard)... > but > > very nice work. > > > > Marco Jaeger wrote: > > > Maybe it is relatively easy to convert this one: > > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > > > That is about exactly what I''m looking for. Now to convert it to a > > prototype object. Thanks again. > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > Michael Peters > > Sent: Monday, February 27, 2006 11:32 AM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Calendar widget > > > > > > > > Ryan Gahl wrote: > > > Has anyone made, or does anyone know of, a nice calendar control > based > > > on prototype/scriptaculous out there yet? Thanks in advance! > > > > like this? > > http://script.spinelz.org/datepicker.html > > > > -- > > Michael Peters > > Developer > > Plus Three, LP > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > The information transmitted in this electronic mail is intended only > for the > > person or entity to which it is addressed and may contain > confidential, > > proprietary, and/or privileged material. Any review, retransmission, > > dissemination or other use of, or taking of any action in reliance > upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the > sender and > > delete the material from all computers. > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Sorry, what I meant by "it is by no means completed" I meant that it doesn''t do everything I want it to, but it does give a basic calendar popup with ability to select a date. The basics are there. Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:08 PM To: martin-ULWp4U/9XIc/jFmSBShxMA@public.gmane.org; rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget I have attached a zip of a Prototype based Calendar/date picker I created. There is a JS file and a CSS file. It is by no means completed, but is extendable, and I am leaving it with you to do as you wish (and of course let me know what great improvements you make to it :) Create a div or TD or span as your holder for the datepicker. The datepicker creates the textbox for you. This one has no drop downs, but they could easily be added. Usage: new DatePicker( ''[id of text box to create], ''[id of holder]'', ,{ defaultDate:''02/27/06'' } ); Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 3:00 PM To: Ryan Gahl Cc: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Licensing issues? I don''t think so... The original code is free in the sense of free, do what you want with it, and what we added is under the ASL (Apache Software License) - which is one of the most liberal licenses around. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> That''s perfect, Martin. That''s pretty much what I had planned on doing > as well. It looks like your efforts will save me some time :-). > > But I guess we have some licensing things to clear up first. Hmm. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 1:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > > Michael Peters wrote: > > > like this? > > > http://script.spinelz.org/datepicker.html > > > > That''s a good start. I need something that allows for a drop-down > > selection of months and years also, as well as easy .css > > styling/skinning (not sure how far along yours is in this regard)... > but > > very nice work. > > > > Marco Jaeger wrote: > > > Maybe it is relatively easy to convert this one: > > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > > > That is about exactly what I''m looking for. Now to convert it to a > > prototype object. Thanks again. > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > Michael Peters > > Sent: Monday, February 27, 2006 11:32 AM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Calendar widget > > > > > > > > Ryan Gahl wrote: > > > Has anyone made, or does anyone know of, a nice calendar control > based > > > on prototype/scriptaculous out there yet? Thanks in advance! > > > > like this? > > http://script.spinelz.org/datepicker.html > > > > -- > > Michael Peters > > Developer > > Plus Three, LP > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > The information transmitted in this electronic mail is intended only > for the > > person or entity to which it is addressed and may contain > confidential, > > proprietary, and/or privileged material. Any review, retransmission, > > dissemination or other use of, or taking of any action in reliance > upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the > sender and > > delete the material from all computers. > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Thanks for clearing that up. For some reason I had it down as needing a license, and had decided against using it. The new yahoo calendar has problems in Safari Deco On Feb 27, 2006, at 12:55 PM, Ryan Gahl wrote:> Oh, he was talking about that one... yea that''s pretty much free, > we''ve > been using it in our end products for (I don''t know...), I''d say 2 > years > now. > > I thought he was referring to the one from DHTMLGoodies.com, which > appears to have a stricter license... > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > brabuhr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > Sent: Monday, February 27, 2006 1:49 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > >> Just a note: >> >> The calendar below must be purchased from Zapatec for commercial use. >> >>> http://www.dynarch.com/projects/calendar/ > > The calendar itself was released by dynarch under the LGPL and can be > used, > distributed, and modified under those terms. > http://sourceforge.net/projects/jscalendar > http://www.gnu.org/licenses/lgpl.html > > Zapatec sells support and, perhaps, their own improvements. > http://www.zapatec.com/website/main/products/prod1/ > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > The information transmitted in this electronic mail is intended > only for the > person or entity to which it is addressed and may contain > confidential, > proprietary, and/or privileged material. Any review, retransmission, > dissemination or other use of, or taking of any action in reliance > upon, > this information by persons or entities other than the intended > recipient > is prohibited. If you received this in error, please contact the > sender and > delete the material from all computers. > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Now - I still doubt it''s originally his (the dhtmlgoodies guy) code. // based on code written by Tan Ling Wee on 2 Dec 2001 // last updated 20 June 2003 // email : fuushikaden-/E1597aS9LQAvxtiuMwx3w@public.gmane.org that''s the comment that we have on this in MyFaces. regards, Martin On 2/27/06, Deco Rior <decorior-w9xKMqPX1QdNhnlO7+U8Og@public.gmane.org> wrote:> Thanks for clearing that up. > > For some reason I had it down as needing a license, and had decided > against using it. > > The new yahoo calendar has problems in Safari > Deco > On Feb 27, 2006, at 12:55 PM, Ryan Gahl wrote: > > > Oh, he was talking about that one... yea that''s pretty much free, > > we''ve > > been using it in our end products for (I don''t know...), I''d say 2 > > years > > now. > > > > I thought he was referring to the one from DHTMLGoodies.com, which > > appears to have a stricter license... > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > brabuhr-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > Sent: Monday, February 27, 2006 1:49 PM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Calendar widget > > > >> Just a note: > >> > >> The calendar below must be purchased from Zapatec for commercial use. > >> > >>> http://www.dynarch.com/projects/calendar/ > > > > The calendar itself was released by dynarch under the LGPL and can be > > used, > > distributed, and modified under those terms. > > http://sourceforge.net/projects/jscalendar > > http://www.gnu.org/licenses/lgpl.html > > > > Zapatec sells support and, perhaps, their own improvements. > > http://www.zapatec.com/website/main/products/prod1/ > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > The information transmitted in this electronic mail is intended > > only for the > > person or entity to which it is addressed and may contain > > confidential, > > proprietary, and/or privileged material. Any review, retransmission, > > dissemination or other use of, or taking of any action in reliance > > upon, > > this information by persons or entities other than the intended > > recipient > > is prohibited. If you received this in error, please contact the > > sender and > > delete the material from all computers. > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces
Sorry, Joe, but my company''s email filter kills any files with a .js extension. I wonder if you would mind giving me a link to where I can download it to check it out (or a live site example), or strip the extension and try re-sending... Would love to check it out. Thanks. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 2:09 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Sorry, what I meant by "it is by no means completed" I meant that it doesn''t do everything I want it to, but it does give a basic calendar popup with ability to select a date. The basics are there. Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:08 PM To: martin-ULWp4U/9XIc/jFmSBShxMA@public.gmane.org; rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget I have attached a zip of a Prototype based Calendar/date picker I created. There is a JS file and a CSS file. It is by no means completed, but is extendable, and I am leaving it with you to do as you wish (and of course let me know what great improvements you make to it :) Create a div or TD or span as your holder for the datepicker. The datepicker creates the textbox for you. This one has no drop downs, but they could easily be added. Usage: new DatePicker( ''[id of text box to create], ''[id of holder]'', ,{ defaultDate:''02/27/06'' } ); Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 3:00 PM To: Ryan Gahl Cc: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Licensing issues? I don''t think so... The original code is free in the sense of free, do what you want with it, and what we added is under the ASL (Apache Software License) - which is one of the most liberal licenses around. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> That''s perfect, Martin. That''s pretty much what I had planned on doing > as well. It looks like your efforts will save me some time :-). > > But I guess we have some licensing things to clear up first. Hmm. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 1:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > > Michael Peters wrote: > > > like this? > > > http://script.spinelz.org/datepicker.html > > > > That''s a good start. I need something that allows for a drop-down > > selection of months and years also, as well as easy .css > > styling/skinning (not sure how far along yours is in this regard)... > but > > very nice work. > > > > Marco Jaeger wrote: > > > Maybe it is relatively easy to convert this one: > > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > > > That is about exactly what I''m looking for. Now to convert it to a > > prototype object. Thanks again. > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > Michael Peters > > Sent: Monday, February 27, 2006 11:32 AM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Calendar widget > > > > > > > > Ryan Gahl wrote: > > > Has anyone made, or does anyone know of, a nice calendar control > based > > > on prototype/scriptaculous out there yet? Thanks in advance! > > > > like this? > > http://script.spinelz.org/datepicker.html > > > > -- > > Michael Peters > > Developer > > Plus Three, LP > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > The information transmitted in this electronic mail is intended only > for the > > person or entity to which it is addressed and may contain > confidential, > > proprietary, and/or privileged material. Any review,retransmission,> > dissemination or other use of, or taking of any action in reliance > upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the > sender and > > delete the material from all computers. > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Your spam filters check insize zips? Cool. Here''s a link. http://www.bigjoepo.com/calendarWithPicker.zip Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Monday, February 27, 2006 3:20 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Sorry, Joe, but my company''s email filter kills any files with a .js extension. I wonder if you would mind giving me a link to where I can download it to check it out (or a live site example), or strip the extension and try re-sending... Would love to check it out. Thanks. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 2:09 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Sorry, what I meant by "it is by no means completed" I meant that it doesn''t do everything I want it to, but it does give a basic calendar popup with ability to select a date. The basics are there. Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:08 PM To: martin-ULWp4U/9XIc/jFmSBShxMA@public.gmane.org; rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget I have attached a zip of a Prototype based Calendar/date picker I created. There is a JS file and a CSS file. It is by no means completed, but is extendable, and I am leaving it with you to do as you wish (and of course let me know what great improvements you make to it :) Create a div or TD or span as your holder for the datepicker. The datepicker creates the textbox for you. This one has no drop downs, but they could easily be added. Usage: new DatePicker( ''[id of text box to create], ''[id of holder]'', ,{ defaultDate:''02/27/06'' } ); Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 3:00 PM To: Ryan Gahl Cc: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Licensing issues? I don''t think so... The original code is free in the sense of free, do what you want with it, and what we added is under the ASL (Apache Software License) - which is one of the most liberal licenses around. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> That''s perfect, Martin. That''s pretty much what I had planned on doing > as well. It looks like your efforts will save me some time :-). > > But I guess we have some licensing things to clear up first. Hmm. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 1:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > > Michael Peters wrote: > > > like this? > > > http://script.spinelz.org/datepicker.html > > > > That''s a good start. I need something that allows for a drop-down > > selection of months and years also, as well as easy .css > > styling/skinning (not sure how far along yours is in this regard)... > but > > very nice work. > > > > Marco Jaeger wrote: > > > Maybe it is relatively easy to convert this one: > > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > > > That is about exactly what I''m looking for. Now to convert it to a > > prototype object. Thanks again. > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > Michael Peters > > Sent: Monday, February 27, 2006 11:32 AM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Calendar widget > > > > > > > > Ryan Gahl wrote: > > > Has anyone made, or does anyone know of, a nice calendar control > based > > > on prototype/scriptaculous out there yet? Thanks in advance! > > > > like this? > > http://script.spinelz.org/datepicker.html > > > > -- > > Michael Peters > > Developer > > Plus Three, LP > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > The information transmitted in this electronic mail is intended only > for the > > person or entity to which it is addressed and may contain > confidential, > > proprietary, and/or privileged material. Any review,retransmission,> > dissemination or other use of, or taking of any action in reliance > upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the > sender and > > delete the material from all computers. > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Ok, got it. Looking at the code it appears to be very sound. However, I think you may have built this against an older version of prototype (older than 1.4. (Or... maybe newer SVN version??) You make extensive use of a function called Element.create(), which does not exist in proto 1.4... or was this something you had added to abstract that function? It won''t be very difficult to recreate that functionality using the Builder module, but just curious... -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:02 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Your spam filters check insize zips? Cool. Here''s a link. http://www.bigjoepo.com/calendarWithPicker.zip Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Monday, February 27, 2006 3:20 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Sorry, Joe, but my company''s email filter kills any files with a .js extension. I wonder if you would mind giving me a link to where I can download it to check it out (or a live site example), or strip the extension and try re-sending... Would love to check it out. Thanks. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 2:09 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Sorry, what I meant by "it is by no means completed" I meant that it doesn''t do everything I want it to, but it does give a basic calendar popup with ability to select a date. The basics are there. Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:08 PM To: martin-ULWp4U/9XIc/jFmSBShxMA@public.gmane.org; rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget I have attached a zip of a Prototype based Calendar/date picker I created. There is a JS file and a CSS file. It is by no means completed, but is extendable, and I am leaving it with you to do as you wish (and of course let me know what great improvements you make to it :) Create a div or TD or span as your holder for the datepicker. The datepicker creates the textbox for you. This one has no drop downs, but they could easily be added. Usage: new DatePicker( ''[id of text box to create], ''[id of holder]'', ,{ defaultDate:''02/27/06'' } ); Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 3:00 PM To: Ryan Gahl Cc: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Licensing issues? I don''t think so... The original code is free in the sense of free, do what you want with it, and what we added is under the ASL (Apache Software License) - which is one of the most liberal licenses around. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> That''s perfect, Martin. That''s pretty much what I had planned on doing > as well. It looks like your efforts will save me some time :-). > > But I guess we have some licensing things to clear up first. Hmm. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 1:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > > Michael Peters wrote: > > > like this? > > > http://script.spinelz.org/datepicker.html > > > > That''s a good start. I need something that allows for a drop-down > > selection of months and years also, as well as easy .css > > styling/skinning (not sure how far along yours is in this regard)... > but > > very nice work. > > > > Marco Jaeger wrote: > > > Maybe it is relatively easy to convert this one: > > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > > > That is about exactly what I''m looking for. Now to convert it to a > > prototype object. Thanks again. > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > Michael Peters > > Sent: Monday, February 27, 2006 11:32 AM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Calendar widget > > > > > > > > Ryan Gahl wrote: > > > Has anyone made, or does anyone know of, a nice calendar control > based > > > on prototype/scriptaculous out there yet? Thanks in advance! > > > > like this? > > http://script.spinelz.org/datepicker.html > > > > -- > > Michael Peters > > Developer > > Plus Three, LP > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > The information transmitted in this electronic mail is intended only > for the > > person or entity to which it is addressed and may contain > confidential, > > proprietary, and/or privileged material. Any review,retransmission,> > dissemination or other use of, or taking of any action in reliance > upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the > sender and > > delete the material from all computers. > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Ohhhh yea forgot about my Element.create .... busy day at work, didn''t get a chance to completely examine the code before posting. Here''s my Element.create - which I use for creating all elements...I don''t really like the builder syntax for some reason (or maybe I just don''t understand it) Element.create = function(tag,properties) { var element = document.createElement(tag); for(var i in properties) { element[i] = properties[i]; } return element; } Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Monday, February 27, 2006 4:30 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Ok, got it. Looking at the code it appears to be very sound. However, I think you may have built this against an older version of prototype (older than 1.4. (Or... maybe newer SVN version??) You make extensive use of a function called Element.create(), which does not exist in proto 1.4... or was this something you had added to abstract that function? It won''t be very difficult to recreate that functionality using the Builder module, but just curious... -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:02 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Your spam filters check insize zips? Cool. Here''s a link. http://www.bigjoepo.com/calendarWithPicker.zip Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Monday, February 27, 2006 3:20 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Sorry, Joe, but my company''s email filter kills any files with a .js extension. I wonder if you would mind giving me a link to where I can download it to check it out (or a live site example), or strip the extension and try re-sending... Would love to check it out. Thanks. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 2:09 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Sorry, what I meant by "it is by no means completed" I meant that it doesn''t do everything I want it to, but it does give a basic calendar popup with ability to select a date. The basics are there. Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:08 PM To: martin-ULWp4U/9XIc/jFmSBShxMA@public.gmane.org; rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget I have attached a zip of a Prototype based Calendar/date picker I created. There is a JS file and a CSS file. It is by no means completed, but is extendable, and I am leaving it with you to do as you wish (and of course let me know what great improvements you make to it :) Create a div or TD or span as your holder for the datepicker. The datepicker creates the textbox for you. This one has no drop downs, but they could easily be added. Usage: new DatePicker( ''[id of text box to create], ''[id of holder]'', ,{ defaultDate:''02/27/06'' } ); Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 3:00 PM To: Ryan Gahl Cc: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Licensing issues? I don''t think so... The original code is free in the sense of free, do what you want with it, and what we added is under the ASL (Apache Software License) - which is one of the most liberal licenses around. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> That''s perfect, Martin. That''s pretty much what I had planned on doing > as well. It looks like your efforts will save me some time :-). > > But I guess we have some licensing things to clear up first. Hmm. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 1:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > > Michael Peters wrote: > > > like this? > > > http://script.spinelz.org/datepicker.html > > > > That''s a good start. I need something that allows for a drop-down > > selection of months and years also, as well as easy .css > > styling/skinning (not sure how far along yours is in this regard)... > but > > very nice work. > > > > Marco Jaeger wrote: > > > Maybe it is relatively easy to convert this one: > > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > > > That is about exactly what I''m looking for. Now to convert it to a > > prototype object. Thanks again. > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > Michael Peters > > Sent: Monday, February 27, 2006 11:32 AM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Calendar widget > > > > > > > > Ryan Gahl wrote: > > > Has anyone made, or does anyone know of, a nice calendar control > based > > > on prototype/scriptaculous out there yet? Thanks in advance! > > > > like this? > > http://script.spinelz.org/datepicker.html > > > > -- > > Michael Peters > > Developer > > Plus Three, LP > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > The information transmitted in this electronic mail is intended only > for the > > person or entity to which it is addressed and may contain > confidential, > > proprietary, and/or privileged material. Any review,retransmission,> > dissemination or other use of, or taking of any action in reliance > upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the > sender and > > delete the material from all computers. > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Ok, cool. Thought it might be something like that. Thanks. Btw, I also changed all your "Element.Class.add" and ".remove" calls to the "Element.addClassName" and ".removeClassName" counterparts, as the former are also not in proto 1.4. So having done all that, I got your code to run. It works great. So, now thanks to all you great list members, I have plenty of options to run with. Thanks again!! -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:34 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Ohhhh yea forgot about my Element.create .... busy day at work, didn''t get a chance to completely examine the code before posting. Here''s my Element.create - which I use for creating all elements...I don''t really like the builder syntax for some reason (or maybe I just don''t understand it) Element.create = function(tag,properties) { var element = document.createElement(tag); for(var i in properties) { element[i] = properties[i]; } return element; } Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Monday, February 27, 2006 4:30 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Ok, got it. Looking at the code it appears to be very sound. However, I think you may have built this against an older version of prototype (older than 1.4. (Or... maybe newer SVN version??) You make extensive use of a function called Element.create(), which does not exist in proto 1.4... or was this something you had added to abstract that function? It won''t be very difficult to recreate that functionality using the Builder module, but just curious... -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:02 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Your spam filters check insize zips? Cool. Here''s a link. http://www.bigjoepo.com/calendarWithPicker.zip Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Ryan Gahl Sent: Monday, February 27, 2006 3:20 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Sorry, Joe, but my company''s email filter kills any files with a .js extension. I wonder if you would mind giving me a link to where I can download it to check it out (or a live site example), or strip the extension and try re-sending... Would love to check it out. Thanks. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 2:09 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget Sorry, what I meant by "it is by no means completed" I meant that it doesn''t do everything I want it to, but it does give a basic calendar popup with ability to select a date. The basics are there. Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Joseph Potenza Sent: Monday, February 27, 2006 3:08 PM To: martin-ULWp4U/9XIc/jFmSBShxMA@public.gmane.org; rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Calendar widget I have attached a zip of a Prototype based Calendar/date picker I created. There is a JS file and a CSS file. It is by no means completed, but is extendable, and I am leaving it with you to do as you wish (and of course let me know what great improvements you make to it :) Create a div or TD or span as your holder for the datepicker. The datepicker creates the textbox for you. This one has no drop downs, but they could easily be added. Usage: new DatePicker( ''[id of text box to create], ''[id of holder]'', ,{ defaultDate:''02/27/06'' } ); Joe Potenza Lead Developer BigBuzz Internet Business Solutions 516.845.0702 x314 http://www.bigbuzz.com -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org]On Behalf Of Martin Marinschek Sent: Monday, February 27, 2006 3:00 PM To: Ryan Gahl Cc: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Licensing issues? I don''t think so... The original code is free in the sense of free, do what you want with it, and what we added is under the ASL (Apache Software License) - which is one of the most liberal licenses around. regards, Martin On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote:> That''s perfect, Martin. That''s pretty much what I had planned on doing > as well. It looks like your efforts will save me some time :-). > > But I guess we have some licensing things to clear up first. Hmm. > > -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > Martin Marinschek > Sent: Monday, February 27, 2006 1:04 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > Ryan, > > you might want to help me out on the MyFaces calendar. > > http://www.irian.at/myfaces/calendar.jsf > > I took the javascript code of - > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > (well, or another source, but it is the same, I know that one ;) > > and converted it to something prototype-based. But - I haven''t > finished in the sense of it is all object-oriented, but still not very > nice code on the inside. If you''re interested, contact me. > > regards, > > Martin > > On 2/27/06, Ryan Gahl <Ryan.Gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org> wrote: > > Michael Peters wrote: > > > like this? > > > http://script.spinelz.org/datepicker.html > > > > That''s a good start. I need something that allows for a drop-down > > selection of months and years also, as well as easy .css > > styling/skinning (not sure how far along yours is in this regard)... > but > > very nice work. > > > > Marco Jaeger wrote: > > > Maybe it is relatively easy to convert this one: > > > http://www.dhtmlgoodies.com/scripts/js_calendar/js_calendar.html > > > > That is about exactly what I''m looking for. Now to convert it to a > > prototype object. Thanks again. > > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of > > Michael Peters > > Sent: Monday, February 27, 2006 11:32 AM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] Calendar widget > > > > > > > > Ryan Gahl wrote: > > > Has anyone made, or does anyone know of, a nice calendar control > based > > > on prototype/scriptaculous out there yet? Thanks in advance! > > > > like this? > > http://script.spinelz.org/datepicker.html > > > > -- > > Michael Peters > > Developer > > Plus Three, LP > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > The information transmitted in this electronic mail is intended only > for the > > person or entity to which it is addressed and may contain > confidential, > > proprietary, and/or privileged material. Any review,retransmission,> > dissemination or other use of, or taking of any action in reliance > upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the > sender and > > delete the material from all computers. > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > >-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Ryan, please send that code my way if you dont mind... I am also looking for a good calendar Widget Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com On 27-Feb-06, at 1:48 PM, Ryan Gahl wrote:> Ok, cool. Thought it might be something like that. Thanks. > > Btw, I also changed all your "Element.Class.add" and ".remove" > calls to > the "Element.addClassName" and ".removeClassName" counterparts, as the > former are also not in proto 1.4. > > So having done all that, I got your code to run. It works great. > So, now > thanks to all you great list members, I have plenty of options to run > with. Thanks again!!_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Well, this is the modified version of Joe''s calendar. It works... (Joe, I hope you don''t mind my reposting the code here)... But I''m actually working on a different one that I''m deriving from the DHTMLGoodies one that we discussed that day, and based on Marco Jaeger''s Dialogs. It''s not ready yet. My main problem with all these calendars was that the markup was so entrenched in the javascript (in most cases the javascript was generating the actual markup). This makes it very difficult to customize the layout of the calendar markup. Yes, you could still change stuff in the .css file, but that is very limiting. ________________________________ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Alex Duffield Sent: Wednesday, March 01, 2006 11:08 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Calendar widget Ryan, please send that code my way if you dont mind... I am also looking for a good calendar Widget Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http://www.incontrolsolutions.com <http://www.incontrolsolutions.com/> On 27-Feb-06, at 1:48 PM, Ryan Gahl wrote: Ok, cool. Thought it might be something like that. Thanks. Btw, I also changed all your "Element.Class.add" and ".remove" calls to the "Element.addClassName" and ".removeClassName" counterparts, as the former are also not in proto 1.4. So having done all that, I got your code to run. It works great. So, now thanks to all you great list members, I have plenty of options to run with. Thanks again!! The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Is there a working demo of this online?> Well, this is the modified version of Joe''s calendar. It works... (Joe, > I hope you don''t mind my reposting the code here)... > > > > But I''m actually working on a different one that I''m deriving from the > DHTMLGoodies one that we discussed that day, and based on Marco Jaeger''s > Dialogs. It''s not ready yet. > > > > My main problem with all these calendars was that the markup was so > entrenched in the javascript (in most cases the javascript was > generating the actual markup). This makes it very difficult to customize > the layout of the calendar markup. Yes, you could still change stuff in > the .css file, but that is very limiting. > > > > ________________________________ > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Alex > Duffield > Sent: Wednesday, March 01, 2006 11:08 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] Calendar widget > > > > Ryan, please send that code my way if you dont mind... I am also looking > for a good calendar Widget > > > > Thanks. > > > > ______________________________________________________________________ > > Alex Duffield . Principal . InControl Solutions . > http://www.incontrolsolutions.com <http://www.incontrolsolutions.com/> > > > > > > > > On 27-Feb-06, at 1:48 PM, Ryan Gahl wrote: > > > > > > Ok, cool. Thought it might be something like that. Thanks. > > > > Btw, I also changed all your "Element.Class.add" and ".remove" calls to > > the "Element.addClassName" and ".removeClassName" counterparts, as the > > former are also not in proto 1.4. > > > > So having done all that, I got your code to run. It works great. So, now > > thanks to all you great list members, I have plenty of options to run > > with. Thanks again!! > > > The information transmitted in this electronic mail is intended only for > the > person or entity to which it is addressed and may contain confidential, > proprietary, and/or privileged material. Any review, retransmission, > dissemination or other use of, or taking of any action in reliance upon, > this information by persons or entities other than the intended recipient > is prohibited. If you received this in error, please contact the sender > and > delete the material from all computers. > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
Not any of my stuff, no. I''m currently only working on my company''s products (which are sold privately into Hospitals). Myself, Marco Jaeger, and Jerod Venema (both from this list) are slowly working on a side project that may eventually involve some sort of publicly accessible library of these widgets... we have yet to spec everything out. PS: in Joe''s version (which I had reposted), I forgot to mention that I had to change the .js extension again to get past the email filter here, but I''m guessing anyone who tried it out realized that... The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers.
Ok cool. The library sounds interesting, hope it goes well, and wish i knew enough to help out :) I will upload the file you sent and give it a shot.> Not any of my stuff, no. I''m currently only working on my company''s > products (which are sold privately into Hospitals). > > Myself, Marco Jaeger, and Jerod Venema (both from this list) are slowly > working on a side project that may eventually involve some sort of > publicly accessible library of these widgets... we have yet to spec > everything out. > > PS: in Joe''s version (which I had reposted), I forgot to mention that I > had to change the .js extension again to get past the email filter here, > but I''m guessing anyone who tried it out realized that... > > The information transmitted in this electronic mail is intended only for > the > person or entity to which it is addressed and may contain confidential, > proprietary, and/or privileged material. Any review, retransmission, > dissemination or other use of, or taking of any action in reliance upon, > this information by persons or entities other than the intended recipient > is prohibited. If you received this in error, please contact the sender > and > delete the material from all computers. > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >