[web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread annet
 more here:http://trentrichardson.com/examples/timepicker/

This is my favourite, because it extends jQuery UI and it's very easy
for users to work with.

IMHO, the dynarch calendar is way to complex for the average user, and
it still has an old fashioned look. The latter not really being a
problem, because it can easily be restyled: www.fitwise.nl/init/eventlis/bydate


Kind regards,

Annet.


Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Tom Atkins
+1 for this one: http://trentrichardson.com/examples/timepicker/

http://trentrichardson.com/examples/timepicker/quite a few applications
that i'm currently using make use of this approach - very usable and
customisable.

On 2 November 2010 07:16, annet annet.verm...@gmail.com wrote:

  more here:http://trentrichardson.com/examples/timepicker/

 This is my favourite, because it extends jQuery UI and it's very easy
 for users to work with.

 IMHO, the dynarch calendar is way to complex for the average user, and
 it still has an old fashioned look. The latter not really being a
 problem, because it can easily be restyled:
 www.fitwise.nl/init/eventlis/bydate


 Kind regards,

 Annet.


Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Branko Vukelic
On Tue, Nov 2, 2010 at 9:52 AM, Tom Atkins minkto...@gmail.com wrote:
 +1 for this one: http://trentrichardson.com/examples/timepicker/

+1

-- 
Branko Vukelić

bg.bra...@gmail.com
stu...@brankovukelic.com

Check out my blog: http://www.brankovukelic.com/
Check out my portfolio: http://www.flickr.com/photos/foxbunny/
Registered Linux user #438078 (http://counter.li.org/)
I hang out on identi.ca: http://identi.ca/foxbunny

Gimp Brushmakers Guild
http://bit.ly/gbg-group


Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Martín Mulone
The problem with the last one and many other use jquery-ui, this is a
decision to make if we want to include jquery-ui by default, because is a
big library.

2010/11/2 Branko Vukelic bg.bra...@gmail.com

 On Tue, Nov 2, 2010 at 9:52 AM, Tom Atkins minkto...@gmail.com wrote:
  +1 for this one: http://trentrichardson.com/examples/timepicker/

 +1

 --
 Branko Vukelić

 bg.bra...@gmail.com
 stu...@brankovukelic.com

 Check out my blog: http://www.brankovukelic.com/
 Check out my portfolio: http://www.flickr.com/photos/foxbunny/
 Registered Linux user #438078 (http://counter.li.org/)
 I hang out on identi.ca: http://identi.ca/foxbunny

 Gimp Brushmakers Guild
 http://bit.ly/gbg-group




-- 
My blog: http://martin.tecnodoc.com.ar
My portfolio *spanish*: http://www.tecnodoc.com.ar
Checkout my last proyect instant-press: http://www.instant2press.com


[web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread mdipierro
I do not think we should. People may want to use the datepicker and
not use jquery ui.

On Nov 2, 8:04 am, Martín Mulone mulone.mar...@gmail.com wrote:
 The problem with the last one and many other use jquery-ui, this is a
 decision to make if we want to include jquery-ui by default, because is a
 big library.

 2010/11/2 Branko Vukelic bg.bra...@gmail.com



  On Tue, Nov 2, 2010 at 9:52 AM, Tom Atkins minkto...@gmail.com wrote:
   +1 for this one:http://trentrichardson.com/examples/timepicker/

  +1

  --
  Branko Vukelić

  bg.bra...@gmail.com
  stu...@brankovukelic.com

  Check out my blog:http://www.brankovukelic.com/
  Check out my portfolio:http://www.flickr.com/photos/foxbunny/
  Registered Linux user #438078 (http://counter.li.org/)
  I hang out on identi.ca:http://identi.ca/foxbunny

  Gimp Brushmakers Guild
 http://bit.ly/gbg-group

 --
 My blog:http://martin.tecnodoc.com.ar
 My portfolio *spanish*:http://www.tecnodoc.com.ar
 Checkout my last proyect instant-press:http://www.instant2press.com


[web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread annet
It's smaller when you build your own download, that's what I did when
I just needed the tabs.


Annet.


Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-02 Thread Thadeus Burgess
The problem is that there are great date pickers but never a good time
picker or datetime picker

--
Thadeus




On Tue, Nov 2, 2010 at 11:07 AM, annet annet.verm...@gmail.com wrote:

 It's smaller when you build your own download, that's what I did when
 I just needed the tabs.


 Annet.



[web2py] Re: DateInput Calendar and other widgets

2010-11-01 Thread Bruno Rocha
Someone did that for Plone:
http://pypi.python.org/pypi/plone.app.jquerytools/1.1b5



2010/11/1 Bruno Rocha rochacbr...@gmail.com

 Hey, I am using Jquery Tools as I said,

 One thing I am being used, is to replace the actual web2py DataPicker
 widget (calendar.js) with this one from JQuery Tools

 I think It looks much better, take a look:

 (for 'date' and 'datetime' widgets)
 http://flowplayer.org/tools/demos/dateinput/index.htm

 http://flowplayer.org/tools/demos/dateinput/large-skin.htm

 http://flowplayer.org/tools/demos/dateinput/flight.htm


 I am doing a plugin with a bunch of widgets, to implement JQuery tools
 datePicker instead of the actual, and another good things from jQtools as
 this one:

 http://flowplayer.org/tools/demos/overlay/apple.htm (for IMG() helper )

 An option for IS_IN_RANGE()
 http://flowplayer.org/tools/demos/rangeinput/index.htm

 To the 'comment' arg in Field()
 http://flowplayer.org/tools/demos/tooltip/form.htm

 Spliting FORM/SQLFORM in tabs
 http://flowplayer.org/tools/demos/tabs/wizard.html


 I have some snippets to implement that by the hand, now I am trying to
 create as a plugin that replaces web2py default styles with some things on
 JQTools.

 if somebody could help, or give any advice on creating that plugin, in a
 way this could be extended.

 Would be nice to have some kind of 'plugin_ui'










-- 

http://rochacbruno.com.br


[web2py] Re: DateInput Calendar and other widgets

2010-11-01 Thread mdipierro
The problem that was not done in the first place is that it work for
date but not datetime. Has this changed? If so, I will take a patch
for make it default.

The more we integrate with jquery tools the better as long as we do
not bloat. I do not want to increase the number of js and css files.

Massimo

On Nov 1, 3:17 pm, Bruno Rocha rochacbr...@gmail.com wrote:
 Hey, I am using Jquery Tools as I said,

 One thing I am being used, is to replace the actual web2py DataPicker widget
 (calendar.js) with this one from JQuery Tools

 I think It looks much better, take a look:

 (for 'date' and 'datetime' 
 widgets)http://flowplayer.org/tools/demos/dateinput/index.htm

 http://flowplayer.org/tools/demos/dateinput/large-skin.htm

 http://flowplayer.org/tools/demos/dateinput/flight.htm

 I am doing a plugin with a bunch of widgets, to implement JQuery tools
 datePicker instead of the actual, and another good things from jQtools as
 this one:

 http://flowplayer.org/tools/demos/overlay/apple.htm(for IMG() helper )

 An option for 
 IS_IN_RANGE()http://flowplayer.org/tools/demos/rangeinput/index.htm

 To the 'comment' arg in 
 Field()http://flowplayer.org/tools/demos/tooltip/form.htm

 Spliting FORM/SQLFORM in 
 tabshttp://flowplayer.org/tools/demos/tabs/wizard.html

 I have some snippets to implement that by the hand, now I am trying to
 create as a plugin that replaces web2py default styles with some things on
 JQTools.

 if somebody could help, or give any advice on creating that plugin, in a way
 this could be extended.

 Would be nice to have some kind of 'plugin_ui'


Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-01 Thread Bruno Rocha
Actually I am thinking in a way for creating this as a separate plugin, not
to replace the actual one, just to have it as an option.


2010/11/1 mdipierro mdipie...@cs.depaul.edu

 The problem that was not done in the first place is that it work for
 date but not datetime. Has this changed? If so, I will take a patch
 for make it default.

 The more we integrate with jquery tools the better as long as we do
 not bloat. I do not want to increase the number of js and css files.

 Massimo

 On Nov 1, 3:17 pm, Bruno Rocha rochacbr...@gmail.com wrote:
  Hey, I am using Jquery Tools as I said,
 
  One thing I am being used, is to replace the actual web2py DataPicker
 widget
  (calendar.js) with this one from JQuery Tools
 
  I think It looks much better, take a look:
 
  (for 'date' and 'datetime' widgets)
 http://flowplayer.org/tools/demos/dateinput/index.htm
 
  http://flowplayer.org/tools/demos/dateinput/large-skin.htm
 
  http://flowplayer.org/tools/demos/dateinput/flight.htm
 
  I am doing a plugin with a bunch of widgets, to implement JQuery tools
  datePicker instead of the actual, and another good things from jQtools as
  this one:
 
  http://flowplayer.org/tools/demos/overlay/apple.htm(for IMG() helper )
 
  An option for IS_IN_RANGE()
 http://flowplayer.org/tools/demos/rangeinput/index.htm
 
  To the 'comment' arg in Field()
 http://flowplayer.org/tools/demos/tooltip/form.htm
 
  Spliting FORM/SQLFORM in tabshttp://
 flowplayer.org/tools/demos/tabs/wizard.html
 
  I have some snippets to implement that by the hand, now I am trying to
  create as a plugin that replaces web2py default styles with some things
 on
  JQTools.
 
  if somebody could help, or give any advice on creating that plugin, in a
 way
  this could be extended.
 
  Would be nice to have some kind of 'plugin_ui'




-- 

http://rochacbruno.com.br


[web2py] Re: DateInput Calendar and other widgets

2010-11-01 Thread mdipierro
I would not mind replacing the current one if both data and datetime
works.

On Nov 1, 3:42 pm, Bruno Rocha rochacbr...@gmail.com wrote:
 Actually I am thinking in a way for creating this as a separate plugin, not
 to replace the actual one, just to have it as an option.

 2010/11/1 mdipierro mdipie...@cs.depaul.edu



  The problem that was not done in the first place is that it work for
  date but not datetime. Has this changed? If so, I will take a patch
  for make it default.

  The more we integrate with jquery tools the better as long as we do
  not bloat. I do not want to increase the number of js and css files.

  Massimo

  On Nov 1, 3:17 pm, Bruno Rocha rochacbr...@gmail.com wrote:
   Hey, I am using Jquery Tools as I said,

   One thing I am being used, is to replace the actual web2py DataPicker
  widget
   (calendar.js) with this one from JQuery Tools

   I think It looks much better, take a look:

   (for 'date' and 'datetime' widgets)
 http://flowplayer.org/tools/demos/dateinput/index.htm

  http://flowplayer.org/tools/demos/dateinput/large-skin.htm

  http://flowplayer.org/tools/demos/dateinput/flight.htm

   I am doing a plugin with a bunch of widgets, to implement JQuery tools
   datePicker instead of the actual, and another good things from jQtools as
   this one:

  http://flowplayer.org/tools/demos/overlay/apple.htm(forIMG() helper )

   An option for IS_IN_RANGE()
 http://flowplayer.org/tools/demos/rangeinput/index.htm

   To the 'comment' arg in Field()
 http://flowplayer.org/tools/demos/tooltip/form.htm

   Spliting FORM/SQLFORM in tabshttp://
  flowplayer.org/tools/demos/tabs/wizard.html

   I have some snippets to implement that by the hand, now I am trying to
   create as a plugin that replaces web2py default styles with some things
  on
   JQTools.

   if somebody could help, or give any advice on creating that plugin, in a
  way
   this could be extended.

   Would be nice to have some kind of 'plugin_ui'

 --

 http://rochacbruno.com.br


Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-01 Thread Bruno Rocha
Look: http://www.dynarch.com/projects/calendar/

This new version of the same calendar, has a better visual layout, even, we
can customize.

The actual dateInput is good but this visual style looks like a desktop app.

2010/11/1 mdipierro mdipie...@cs.depaul.edu

 I would not mind replacing the current one if both data and datetime
 works.

 On Nov 1, 3:42 pm, Bruno Rocha rochacbr...@gmail.com wrote:
  Actually I am thinking in a way for creating this as a separate plugin,
 not
  to replace the actual one, just to have it as an option.
 
  2010/11/1 mdipierro mdipie...@cs.depaul.edu
 
 
 
   The problem that was not done in the first place is that it work for
   date but not datetime. Has this changed? If so, I will take a patch
   for make it default.
 
   The more we integrate with jquery tools the better as long as we do
   not bloat. I do not want to increase the number of js and css files.
 
   Massimo
 
   On Nov 1, 3:17 pm, Bruno Rocha rochacbr...@gmail.com wrote:
Hey, I am using Jquery Tools as I said,
 
One thing I am being used, is to replace the actual web2py DataPicker
   widget
(calendar.js) with this one from JQuery Tools
 
I think It looks much better, take a look:
 
(for 'date' and 'datetime' widgets)
  http://flowplayer.org/tools/demos/dateinput/index.htm
 
   http://flowplayer.org/tools/demos/dateinput/large-skin.htm
 
   http://flowplayer.org/tools/demos/dateinput/flight.htm
 
I am doing a plugin with a bunch of widgets, to implement JQuery
 tools
datePicker instead of the actual, and another good things from
 jQtools as
this one:
 
   http://flowplayer.org/tools/demos/overlay/apple.htm(forIMG() helper )
 
An option for IS_IN_RANGE()
  http://flowplayer.org/tools/demos/rangeinput/index.htm
 
To the 'comment' arg in Field()
  http://flowplayer.org/tools/demos/tooltip/form.htm
 
Spliting FORM/SQLFORM in tabshttp://
   flowplayer.org/tools/demos/tabs/wizard.html
 
I have some snippets to implement that by the hand, now I am trying
 to
create as a plugin that replaces web2py default styles with some
 things
   on
JQTools.
 
if somebody could help, or give any advice on creating that plugin,
 in a
   way
this could be extended.
 
Would be nice to have some kind of 'plugin_ui'
 
  --
 
  http://rochacbruno.com.br




-- 

http://rochacbruno.com.br


Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-01 Thread Bruno Rocha
Looks good http://www.dynarch.com/static/JSCal2/index.html
But I dont know about the license

2010/11/1 Bruno Rocha rochacbr...@gmail.com

 Look: http://www.dynarch.com/projects/calendar/

 This new version of the same calendar, has a better visual layout, even, we
 can customize.

 The actual dateInput is good but this visual style looks like a desktop
 app.

 2010/11/1 mdipierro mdipie...@cs.depaul.edu

 I would not mind replacing the current one if both data and datetime

 works.

 On Nov 1, 3:42 pm, Bruno Rocha rochacbr...@gmail.com wrote:
  Actually I am thinking in a way for creating this as a separate plugin,
 not
  to replace the actual one, just to have it as an option.
 
  2010/11/1 mdipierro mdipie...@cs.depaul.edu
 
 
 
   The problem that was not done in the first place is that it work for
   date but not datetime. Has this changed? If so, I will take a patch
   for make it default.
 
   The more we integrate with jquery tools the better as long as we do
   not bloat. I do not want to increase the number of js and css files.
 
   Massimo
 
   On Nov 1, 3:17 pm, Bruno Rocha rochacbr...@gmail.com wrote:
Hey, I am using Jquery Tools as I said,
 
One thing I am being used, is to replace the actual web2py
 DataPicker
   widget
(calendar.js) with this one from JQuery Tools
 
I think It looks much better, take a look:
 
(for 'date' and 'datetime' widgets)
  http://flowplayer.org/tools/demos/dateinput/index.htm
 
   http://flowplayer.org/tools/demos/dateinput/large-skin.htm
 
   http://flowplayer.org/tools/demos/dateinput/flight.htm
 
I am doing a plugin with a bunch of widgets, to implement JQuery
 tools
datePicker instead of the actual, and another good things from
 jQtools as
this one:
 
   http://flowplayer.org/tools/demos/overlay/apple.htm(forIMG() helper
 )
 
An option for IS_IN_RANGE()
  http://flowplayer.org/tools/demos/rangeinput/index.htm
 
To the 'comment' arg in Field()
  http://flowplayer.org/tools/demos/tooltip/form.htm
 
Spliting FORM/SQLFORM in tabshttp://
   flowplayer.org/tools/demos/tabs/wizard.html
 
I have some snippets to implement that by the hand, now I am trying
 to
create as a plugin that replaces web2py default styles with some
 things
   on
JQTools.
 
if somebody could help, or give any advice on creating that plugin,
 in a
   way
this could be extended.
 
Would be nice to have some kind of 'plugin_ui'
 
  --
 
  http://rochacbruno.com.br




 --

 http://rochacbruno.com.br




-- 

http://rochacbruno.com.br


Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-01 Thread Branko Vukelic
I hate the way time is selected in that widget. A drop-down would've
been much better.

But damn. I'm looking at all the crazy implementation of time-picker,
where a couple of text boxes or drop-downs would suffice for most
people. It's crazy how over-engineered some solutions are:

http://wiki.fluidproject.org/display/fluid/Date+Time+Picker+Competitive+Analysis

On Mon, Nov 1, 2010 at 10:18 PM, Bruno Rocha rochacbr...@gmail.com wrote:
 Looks good http://www.dynarch.com/static/JSCal2/index.html
 But I dont know about the license

 2010/11/1 Bruno Rocha rochacbr...@gmail.com

 Look: http://www.dynarch.com/projects/calendar/
 This new version of the same calendar, has a better visual layout, even,
 we can customize.
 The actual dateInput is good but this visual style looks like a desktop
 app.

 2010/11/1 mdipierro mdipie...@cs.depaul.edu

 I would not mind replacing the current one if both data and datetime
 works.

 On Nov 1, 3:42 pm, Bruno Rocha rochacbr...@gmail.com wrote:
  Actually I am thinking in a way for creating this as a separate plugin,
  not
  to replace the actual one, just to have it as an option.
 
  2010/11/1 mdipierro mdipie...@cs.depaul.edu
 
 
 
   The problem that was not done in the first place is that it work for
   date but not datetime. Has this changed? If so, I will take a patch
   for make it default.
 
   The more we integrate with jquery tools the better as long as we do
   not bloat. I do not want to increase the number of js and css files.
 
   Massimo
 
   On Nov 1, 3:17 pm, Bruno Rocha rochacbr...@gmail.com wrote:
Hey, I am using Jquery Tools as I said,
 
One thing I am being used, is to replace the actual web2py
DataPicker
   widget
(calendar.js) with this one from JQuery Tools
 
I think It looks much better, take a look:
 
(for 'date' and 'datetime' widgets)
  http://flowplayer.org/tools/demos/dateinput/index.htm
 
   http://flowplayer.org/tools/demos/dateinput/large-skin.htm
 
   http://flowplayer.org/tools/demos/dateinput/flight.htm
 
I am doing a plugin with a bunch of widgets, to implement JQuery
tools
datePicker instead of the actual, and another good things from
jQtools as
this one:
 
   http://flowplayer.org/tools/demos/overlay/apple.htm(forIMG() helper
)
 
An option for IS_IN_RANGE()
  http://flowplayer.org/tools/demos/rangeinput/index.htm
 
To the 'comment' arg in Field()
  http://flowplayer.org/tools/demos/tooltip/form.htm
 
Spliting FORM/SQLFORM in tabshttp://
   flowplayer.org/tools/demos/tabs/wizard.html
 
I have some snippets to implement that by the hand, now I am trying
to
create as a plugin that replaces web2py default styles with some
things
   on
JQTools.
 
if somebody could help, or give any advice on creating that plugin,
in a
   way
this could be extended.
 
Would be nice to have some kind of 'plugin_ui'
 
  --
 
  http://rochacbruno.com.br


 --

 http://rochacbruno.com.br



 --

 http://rochacbruno.com.br




-- 
Branko Vukelić

bg.bra...@gmail.com
stu...@brankovukelic.com

Check out my blog: http://www.brankovukelic.com/
Check out my portfolio: http://www.flickr.com/photos/foxbunny/
Registered Linux user #438078 (http://counter.li.org/)
I hang out on identi.ca: http://identi.ca/foxbunny

Gimp Brushmakers Guild
http://bit.ly/gbg-group


Re: [web2py] Re: DateInput Calendar and other widgets

2010-11-01 Thread Bruno Rocha
This one :
http://blog.w3visions.com/2009/04/date-time-picker-with-jquery-ui-datepicker/

Is very nice!

more here: http://trentrichardson.com/examples/timepicker/



2010/11/1 Branko Vukelic bg.bra...@gmail.com

 I hate the way time is selected in that widget. A drop-down would've
 been much better.

 But damn. I'm looking at all the crazy implementation of time-picker,
 where a couple of text boxes or drop-downs would suffice for most
 people. It's crazy how over-engineered some solutions are:


 http://wiki.fluidproject.org/display/fluid/Date+Time+Picker+Competitive+Analysis

 On Mon, Nov 1, 2010 at 10:18 PM, Bruno Rocha rochacbr...@gmail.com
 wrote:
  Looks good http://www.dynarch.com/static/JSCal2/index.html
  But I dont know about the license
 
  2010/11/1 Bruno Rocha rochacbr...@gmail.com
 
  Look: http://www.dynarch.com/projects/calendar/
  This new version of the same calendar, has a better visual layout, even,
  we can customize.
  The actual dateInput is good but this visual style looks like a desktop
  app.
 
  2010/11/1 mdipierro mdipie...@cs.depaul.edu
 
  I would not mind replacing the current one if both data and datetime
  works.
 
  On Nov 1, 3:42 pm, Bruno Rocha rochacbr...@gmail.com wrote:
   Actually I am thinking in a way for creating this as a separate
 plugin,
   not
   to replace the actual one, just to have it as an option.
  
   2010/11/1 mdipierro mdipie...@cs.depaul.edu
  
  
  
The problem that was not done in the first place is that it work
 for
date but not datetime. Has this changed? If so, I will take a patch
for make it default.
  
The more we integrate with jquery tools the better as long as we do
not bloat. I do not want to increase the number of js and css
 files.
  
Massimo
  
On Nov 1, 3:17 pm, Bruno Rocha rochacbr...@gmail.com wrote:
 Hey, I am using Jquery Tools as I said,
  
 One thing I am being used, is to replace the actual web2py
 DataPicker
widget
 (calendar.js) with this one from JQuery Tools
  
 I think It looks much better, take a look:
  
 (for 'date' and 'datetime' widgets)
   http://flowplayer.org/tools/demos/dateinput/index.htm
  
http://flowplayer.org/tools/demos/dateinput/large-skin.htm
  
http://flowplayer.org/tools/demos/dateinput/flight.htm
  
 I am doing a plugin with a bunch of widgets, to implement JQuery
 tools
 datePicker instead of the actual, and another good things from
 jQtools as
 this one:
  
http://flowplayer.org/tools/demos/overlay/apple.htm(forIMG()helper
 )
  
 An option for IS_IN_RANGE()
   http://flowplayer.org/tools/demos/rangeinput/index.htm
  
 To the 'comment' arg in Field()
   http://flowplayer.org/tools/demos/tooltip/form.htm
  
 Spliting FORM/SQLFORM in tabshttp://
flowplayer.org/tools/demos/tabs/wizard.html
  
 I have some snippets to implement that by the hand, now I am
 trying
 to
 create as a plugin that replaces web2py default styles with some
 things
on
 JQTools.
  
 if somebody could help, or give any advice on creating that
 plugin,
 in a
way
 this could be extended.
  
 Would be nice to have some kind of 'plugin_ui'
  
   --
  
   http://rochacbruno.com.br
 
 
  --
 
  http://rochacbruno.com.br
 
 
 
  --
 
  http://rochacbruno.com.br
 



 --
 Branko Vukelić

 bg.bra...@gmail.com
 stu...@brankovukelic.com

 Check out my blog: http://www.brankovukelic.com/
 Check out my portfolio: http://www.flickr.com/photos/foxbunny/
 Registered Linux user #438078 (http://counter.li.org/)
 I hang out on identi.ca: http://identi.ca/foxbunny

 Gimp Brushmakers Guild
 http://bit.ly/gbg-group




-- 

http://rochacbruno.com.br