[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-17 Thread Jörn Zaefferer
R. Rajesh Jeba Anbiah wrote: To be honest, having inspired by validation plugin, I thought of hacking an adopter for it. But, later I found that it's too un- intuitive to try to bend CakePHP rules for validation plugins; it will be just easy to dump CakePHP rules in JSON and write a simple j

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-16 Thread Tane Piper
This is fantastic. A few of us in #cakephp are strong jQuery advocates and we discussed this very thing as we want 'DRY' conventions. We were thinking of a helper, but if it can be done as a helper, or at the core that would be fantastic. Can't wait to see this in action. On 6/16/07, R. Rajes

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-16 Thread R. Rajesh Jeba Anbiah
On Jun 14, 12:27 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > R.RajeshJebaAnbiahwrote: > > On Jun 13, 9:45 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > >> R.RajeshJebaAnbiahwrote:>FWIW, it's no way related to the plugin, but > >> I have patched CakePHP > > >>> to dump the validation rul

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-13 Thread Jörn Zaefferer
R. Rajesh Jeba Anbiah wrote: On Jun 13, 9:45 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: R.RajeshJebaAnbiahwrote:>FWIW, it's no way related to the plugin, but I have patched CakePHP to dump the validation rules in JSON ; I think, this will h

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-13 Thread R. Rajesh Jeba Anbiah
On Jun 13, 9:45 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > R.RajeshJebaAnbiahwrote:>FWIW, it's no way related to the plugin, but I > have patched CakePHP > > to dump the validation rules in JSON ; > > I think, this will help to have only one rule. >

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-13 Thread Jörn Zaefferer
R. Rajesh Jeba Anbiah wrote: FWIW, it's no way related to the plugin, but I have patched CakePHP to dump the validation rules in JSON ; I think, this will help to have only one rule. Thanks. With that it shouldn't be difficult to dump rules that work

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-13 Thread R. Rajesh Jeba Anbiah
On Jun 13, 12:48 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Fabien Meghazi wrote: > > Maybe what I want to do is pointless or too complicated. > > I'm curious to know how do you manage double client/server side > > validation in your applications ? > > No, its no pointless at all. Its a very

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-12 Thread Jörn Zaefferer
Fabien Meghazi wrote: Maybe what I want to do is pointless or too complicated. I'm curious to know how do you manage double client/server side validation in your applications ? No, its no pointless at all. Its a very important issue, something I'd like to deal with on a more long term issue. So

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-12 Thread Fabien Meghazi
Give it a try, your feedback is priceless. I choosed your validation plugin amongs all others. My goal is to share client side and server side validation rules. I mean that I want validation to be done on client side, but when data is submitted on server, the same check should be done once aga

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Glen Lipka
http://en.wikipedia.org/wiki/International_Typographic_Style Doesn't say much about it, but that is probably appropriate. :) Basically it means designing with an invisible grid that everything lines up to. Glen On 6/11/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Glen Lipka wrote: > Excitin

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Jörn Zaefferer
Glen Lipka wrote: Exciting! Here would be my (humble) suggestions: 1. Required fields. As a general rule, you should have a * asterisk to the left or right of the input field in a straight vertical line to indicate required. Bold is ok, but it's not quite enough to let the user know. 2. W

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Glen Lipka
Exciting! Here would be my (humble) suggestions: 1. Required fields. As a general rule, you should have a * asterisk to the left or right of the input field in a straight vertical line to indicate required. Bold is ok, but it's not quite enough to let the user know. 2. When the user clicks sub

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Jörn Zaefferer
Mike Alsup wrote: Is this a beta version of RC2? :-) Oh well. There is still much to learn :-) -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Validate RC2 Preview: Remember The Milk Signup

2007-06-11 Thread Mike Alsup
Is this a beta version of RC2? :-) I've uploaded a preview demo of the upcoming RC2 release of the validation plugin. It features the signup form of Remember The Milk: http://jquery.bassistance.de/validate-milk/demo-test/milk.html