Displaying 5 results from an estimated 5 matches for "keepin".
Did you mean:
  keeping
  
2006 Jul 14
7
Form validation - keepin correct fields displayed on refresh
All,
I''m finally doing my first real form in Rails - the model object that 
I''m entering information for has 8 validations so far.
If I type in good values for all the fields but one, I get the pretty 
validation, and the nice field highlighting, but all of the fields are 
cleared, forcing me to retype all of that info.  That is a big drag.
Is there a standard way to get the
2005 Apr 04
0
ices question ? (gui)
...& I too forget to hit the "reply-all" button in gmail :-S
just keepin' it open source :-D
All the best,
Nick
On Apr 4, 2005 7:47 PM, [NICK] <linickx@gmail.com> wrote:
> Hi Justin, you can take at look at http://www.linickx.com/blog/?p=13
> if you like ;-)
> 
> rgds,
> Nick
> 
> 
> On Apr 4, 2005 7:18 PM, Justin Bot <justinabomb@...
2005 Mar 29
3
ices question ? (gui)
Hi Chuck,
Thanks, I'd be very interested in seeing it.
In light of not being able to find what I wanted on google, I've
started my own (in PHP), I guess it could be beneficial to share. ;-)
Let me know if you're interested,
Kind Regards,
Nick
On Tue, 29 Mar 2005 12:08:44 -0500, Chuck Tellechea
<chuckt@tellechea.org> wrote:
> Nick,
> 
> Hehe...
> 
> I was going
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis 
and things, so please bear with me. :)
I've been having trouble with libvorbisfile.
My use of it is fairly simple, but when I try to ov_clear the vorbis 
file, it segfaults.
I can attach or otherwise make availible some demo source code, but for 
now I'll just pull out relevant lines:
//BEGIN PSEUDO CODE
2015 Sep 11
2
Need help on checkpassword userdb/passdb
I'm experimenting with checkpassword as an auth method for usedb and passdb 
(http://wiki2.dovecot.org/AuthDatabase/CheckPassword). I've set up the userdb
and passdb *exactly* as the wiki suggests as the "standard way":
passdb {
  driver = checkpassword
  args = /user/util/bin/checkpassword
}
userdb {
  driver = prefetch
}
I've created a checkpassword program that does