[Proto-Scripty] Re: asynchronous file upload

2009-01-17 Thread Vladimir Tkach
Nice solution for progress bar ajax upload Ajax progress indicator with prototypehttp://teamco-anthill.blogspot.com/2009/01/ajax-progress-indicator-with-prototype.html src( http://www.caboo.se/articles/2008/3/27/ajax-progress-indicator-with-prototype ) Ajax file

[Proto-Scripty] Re: IE 8 Beta 2 Overflow Problem

2009-01-17 Thread Uros
Yes, the only one. I'd really be happy to see a fix for this, project is very important. Thanks. On Jan 17, 5:41 am, kangax kan...@gmail.com wrote: On Jan 16, 12:22 pm, Uros urospo...@gmail.com wrote: Hey, guys! I need help and it's very urgent. Here's the description of problem. I've

[Proto-Scripty] Help me with this

2009-01-17 Thread Colorblind
Hy everyone, I have the following script : if (Object.isUndefined(Axent)) { var Axent = { } } Axent.SelfLabeledInput = Class.create({ initialize: function() { var labelSelector = arguments[0] || 'label'; $$(labelSelector).findAll(function(l) {return

[Proto-Scripty] JavaScript performance ebook

2009-01-17 Thread Thomas Fuchs
Hey all! I've been busy writing on an ebook on JavaScript performance, and I'm announcing that we'll soon reach our beta phase! I want to reward the list regulars with $5 off the regular price once we're hitting beta-- just go to http://javascriptrocks.com and sign up for the announcement

[Proto-Scripty] Re: Help me with this

2009-01-17 Thread kangax
On Jan 17, 1:18 pm, Colorblind dust_...@yahoo.com wrote: Hy everyone, I have the following script : if (Object.isUndefined(Axent)) { var Axent = { } } Axent.SelfLabeledInput = Class.create({         initialize: function() {                 var labelSelector = arguments[0] || 'label';    

[Proto-Scripty] Re: Help me with this

2009-01-17 Thread Colorblind
Called on form submit, clear all labels so they don't accidentally get submitted to the server Something like that On Jan 18, 1:33 am, kangax kan...@gmail.com wrote: On Jan 17, 1:18 pm, Colorblind dust_...@yahoo.com wrote: Hy everyone, I have the following script : if