Search the web
Sign In
New User? Sign Up
forms-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 779 - 808 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
779
Manuel and others, Inviting opinions on what is a better approach in web-forms: using the original column names or fake/alias names (with alias-column-mapping ...
Shekar C. Reddy
powerobject
Offline Send Email
Oct 11, 2006
5:08 am
780
Hello, ... What harm can anybody cause knowning the original column names? I don't see how can using alias names be worth the effort. -- Regards, Manuel Lemos ...
Manuel Lemos
mallemos
Offline Send Email
Oct 11, 2006
6:06 am
781
hi Manuel, it has been awhile since i've asked a question. i hope all is well with you and yours. if you recall, i worked on a project developing an interface...
operationsengineer1@...
operationsen...
Offline Send Email
Oct 18, 2006
9:39 pm
782
Hello, ... You can cache the form output, but I think you would gain more if you can use a PHP cache engine like Turck MMCache or others. -- Regards, Manuel...
Manuel Lemos
mallemos
Offline Send Email
Oct 18, 2006
9:57 pm
783
Manuel, I've just noticed that LoadInputValues() silently truncates the input length to MAXLENGTH if it is > MAXLENGTH without any errors. I thought it would...
Shekar C. Reddy
powerobject
Offline Send Email
Oct 20, 2006
1:03 am
784
Hello, ... In normal situations, there is no way a field with MAXLENGTH will be submitted to the server with more than the allowed limit. It would not make any...
Manuel Lemos
mallemos
Offline Send Email
Oct 20, 2006
1:27 am
785
Manuel, I was trying to hack my own forms using Firefox and the Web- Developer toolbar extension that allows to manipulate forms on the client-side such as...
Shekar C. Reddy
powerobject
Offline Send Email
Oct 20, 2006
5:33 am
786
Manuel, I was trying to hack my own forms using Firefox and the Web- Developer toolbar extension that allows to manipulate forms on the client-side such as...
Shekar C. Reddy
powerobject
Offline Send Email
Oct 20, 2006
5:45 am
787
Hello, ... MAXLENGTH is not a validation. The truncation that happens on the server side is to avoid security attacks performed by hackers that spoof from ...
Manuel Lemos
mallemos
Offline Send Email
Oct 20, 2006
6:01 am
788
Manuel, Thanks for clearing that up. I'm ok with truncation but was just asking if it was a normal behavior. Regards, ... the ... submitted ... the ... see ......
Shekar C. Reddy
powerobject
Offline Send Email
Oct 20, 2006
6:36 am
789
Hello, First of all, this is an awesome class! Thanks for the time and effort spent developing it. I'm new to this class and have not been able to figure out...
bradym84321
Offline Send Email
Oct 20, 2006
9:09 pm
790
Hello, ... Just use the LoadInputValues function to let the class load and sanitize the form values, and then use the Validate function to verify whether they...
Manuel Lemos
mallemos
Offline Send Email
Oct 20, 2006
9:20 pm
791
... Thanks for you response, I knew I had to be missing something simple. Looking at the examples again I see what's going on. Brady...
Brady Mitchell
bradym84321
Offline Send Email
Oct 21, 2006
12:21 am
792
Manuel, I asked you this question earlier but I guess it was mis-interpreted ... http://tech.groups.yahoo.com/group/forms-dev/message/651 ... No, it only...
Shekar C. Reddy
powerobject
Offline Send Email
Oct 23, 2006
8:16 am
793
Hello, ... The class does not discard or change any entries of the parameters array, regardless if they are supported or not. -- Regards, Manuel Lemos ...
Manuel Lemos
mallemos
Offline Send Email
Oct 23, 2006
8:27 am
794
Manuel, I'm clearly confused! I just did: ... $input['test'] = 'test'; AddInpt(...) I added the above element to every input in the form and later tried to...
Shekar C. Reddy
powerobject
Offline Send Email
Oct 23, 2006
9:02 am
795
Hello, ... That is a private variable. It is not documented. It may change in the future. Do not access it. -- Regards, Manuel Lemos Metastorage - Data object...
Manuel Lemos
mallemos
Offline Send Email
Oct 23, 2006
9:30 am
796
Manuel, I'm still not clear :( You said it is a private var and not to use it. How do I go about setting custom keys in the inputs while doing AddInput?...
Shekar C. Reddy
powerobject
Offline Send Email
Oct 23, 2006
8:10 pm
797
Hello, This message is only for that speak Portuguese. Foi criada outra lista de discussão sobre a classe de formulários para facilitar a comunicação para...
Manuel Lemos
mallemos
Offline Send Email
Oct 26, 2006
5:05 pm
798
Hello, ... The forms class is just for generating and validation forms. If you want to associate data to specific inputs which really has nothing to do with ...
Manuel Lemos
mallemos
Offline Send Email
Oct 30, 2006
9:19 pm
799
Hello,, On November 3rd I will be giving a talk at a free software event named CONISLI that takes place in São Paulo Brazil. The title of the talk is: Web...
Manuel Lemos
mallemos
Offline Send Email
Oct 30, 2006
10:11 pm
800
Hello,, On November 3rd I will be giving a talk at a free software event named CONISLI that takes place in São Paulo Brazil. The title of the talk is: Web...
operationsengineer1@...
operationsen...
Offline Send Email
Oct 31, 2006
6:09 pm
801
Hello, ... I have already recorded the long version of this talk in another place but I had not time to convert it. Anyway, the talk is in Portuguese because...
Manuel Lemos
mallemos
Offline Send Email
Oct 31, 2006
6:38 pm
802
Manuel, I was about to ask you but got delayed in replying to this thread. Yes, it's a GREAT idea if you could convert your talk to an English screencast and...
Shekar C. Reddy
powerobject
Offline Send Email
Oct 31, 2006
7:05 pm
803
Manuel, Thanks much for clarifying that up! It would be great if you could support custom data to be associated along with inputs, provided it is not a...
Shekar C. Reddy
powerobject
Offline Send Email
Oct 31, 2006
7:50 pm
804
Hello, ... That is the goal of recording talks. I have been killing myself lately carrying around a camera, tripod and notebook presenting talks about the...
Manuel Lemos
mallemos
Offline Send Email
Oct 31, 2006
7:51 pm
805
Manuel, I don't know how complicated the task of producing a screencast, while simultaneously translating it, is but I do know it takes learning new...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 1, 2006
3:12 am
806
Manuel, I've just noticed clicking the submit button populates the submit button into $_POST but pressing the Enter key does not. Is this the default behavior...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 13, 2006
7:24 am
807
Hello, ... Yes, the submit button only appears in request variables when it is effectively used. -- Regards, Manuel Lemos Metastorage - Data object relational...
Manuel Lemos
mallemos
Offline Send Email
Nov 13, 2006
1:05 pm
808
Manuel, Thanks for clearing that up! Is there any JavaScript magic I could use to force the default submit button into request vars? Form-onsubmit for...
Shekar C. Reddy
powerobject
Offline Send Email
Nov 13, 2006
10:41 pm
Messages 779 - 808 of 945   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help