Re: [Proto-Scripty] Re: Scrodicator: a javascript indicator while you scroll through your form or page

2010-03-21 Thread green
Sorry Guys. I have changed the name already. Let's forget about that rude name. Any comment to the tool itself is welcome to this thread. On Mon, Mar 22, 2010 at 11:44 AM, bernard wolsieffer < bernard.wolsief...@gmail.com> wrote: > Rather evokes the idea of fishmongery in Boston... but that's ju

Re: [Proto-Scripty] Re: Scrodicator: a javascript indicator while you scroll through your form or page

2010-03-21 Thread bernard wolsieffer
Rather evokes the idea of fishmongery in Boston... but that's just me, probably. ;-) On 3/21/2010 6:40 PM, joe t. wrote: Not me. i snickered. Brings images of The Terminator as an adult film to mind. :) -joe t. On Mar 21, 8:04 am, "T.J. Crowder" wrote: Hi, I can change the name

[Proto-Scripty] Re: Scrodicator: a javascript indicator while you scroll through your form or page

2010-03-21 Thread joe t.
Not me. i snickered. Brings images of The Terminator as an adult film to mind. :) -joe t. On Mar 21, 8:04 am, "T.J. Crowder" wrote: > Hi, > > > I can change the name from > > scrodicator to scrolldicator, if it sounds more polite to native English > > speakers. > > It does to *this* native speak

Re: [Proto-Scripty] Re: pMask: a tool to mask input data

2010-03-21 Thread green
Hi Pranav, Thank you very much for this information. I will add support to "data-mask" for HTML5. In the mean time "alt" will continue to be supported in order to support old HTML/XHTML versions. BRs, Green On Mon, Mar 22, 2010 at 2:16 AM, Pranav wrote: > Hi Green, > > Not sure if I'm too late

[Proto-Scripty] Re: pMask: a tool to mask input data

2010-03-21 Thread Pranav
Hi Green, Not sure if I'm too late with this suggestion, but have you considered using a data attribute e.g. data-mask for specifying the mask? http://www.javascriptkit.com/dhtmltutors/customattributes.shtml You might mess up screen readers by using the alt attribute. Cheers On Mar 21, 5:24 am,

Re: [Proto-Scripty] Re: Prototype Form.Serialize() problem

2010-03-21 Thread Ralph Brickley
I got it resolved. I never would have guessed because it's never been a problem before, that the tags had to follow the same order as being opened and closes in the proper nodes. Sent from my iPhone On Mar 21, 2010, at 3:15 AM, "T.J. Crowder" wrote: Hi, When I use serialize() on a fo

[Proto-Scripty] Re: Scrodicator: a javascript indicator while you scroll through your form or page

2010-03-21 Thread T.J. Crowder
Hi, > I can change the name from > scrodicator to scrolldicator, if it sounds more polite to native English > speakers. It does to *this* native speaker; I can't speak for everyone. Hopefully other people are more mature. :-) -- T.J. On Mar 21, 10:15 am, green wrote: > Hi Mr. T.J.Crowder > > I

[Proto-Scripty] Re: sleep or delay not working in IE 7 on windows XP

2010-03-21 Thread T.J. Crowder
Hi, > Step 2 requires a sleep or delay time of 100ms. Two ways you can do this below. I recommend the second over the first. 1. If you *really* want to refresh the entire page (like a normal form submit), when the user clicks the submit button you can show your "updating database" message, set u

Re: [Proto-Scripty] Re: pMask: a tool to mask input data

2010-03-21 Thread green
hi Stefan, This is the result of removing "prototype" from "Event.prototype.key". Please DO NOT DO it if you want to keep the tool working. I have tried T.J.'s suggestion about the IE problem, it's already gone. However there is another problem in IE8: I tried to clone the form input and found i c

Re: [Proto-Scripty] Re: Scrodicator: a javascript indicator while you scroll through your form or page

2010-03-21 Thread green
Hi Mr. T.J.Crowder I really don't get you on "FWIW, and it's likely just the 13 year-old boy in me". But anyway thanks for the naming suggestion, I can change the name from scrodicator to scrolldicator, if it sounds more polite to native English speakers. Yes I am going to create a demo page in t

[Proto-Scripty] Re: Prototype Form.Serialize() problem

2010-03-21 Thread T.J. Crowder
Hi, > When I use serialize() on a form for an ajax call, only the first form field > is being sent in Google Chrome but all items are sent in IE. > > This is a common problem? That certainly doesn't happen in the normal case, no. Can you give an example of your form that isn't working?[1] [1] ht

[Proto-Scripty] Re: Scrodicator: a javascript indicator while you scroll through your form or page

2010-03-21 Thread T.J. Crowder
Hi, > I have publish a UI control named scrodicator... FWIW, and it's likely just the 13 year-old boy in me, but "scrodicator" sounds vaguely crude to (this) native English speaker... Perhaps "scrolldicator?" > Hi, I've created a video clip to demonstrate what scrodicator is. Why not just crea

Re: [Proto-Scripty] Re: how to update HTML with Ajax.Request

2010-03-21 Thread green
scriptaculous is a UI framework built on top of prototype, you can find information about scriptaculous at http://script.aculo.us/. But here in this context, I think scriptaculous is not relevant. prototype is enough for this statement to function correctly: $('rating').update('Thanks for rating t