[jQuery] Re: Getting PHP_REFERER value from jQuery

2007-11-08 Thread Aaron Porter
How about document.referrer? :) Aaron ElTibetano wrote: Hi, maybe someone can help me on this: I'm using jqModal plugin to open a form from different pages, that will end up sending a mail. Is there a way to know from which page the form was opened? something like the PHP_REFERER variable.

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Aaron Porter
Tom Sieron' wrote: On 9/12/07, Justin Sepulveda [EMAIL PROTECTED] wrote: Curious, would the speed increases come from using the minified version verses the packer version? I've recently stumbled upon such an opinion :

[jQuery] Re: [NEWS] Comparison of different compressed jQuery Versions with GZip

2007-08-24 Thread Aaron Porter
I had to join the fun! :) Looks like we started with different nightlies but here's the results with my compactor and compressor: 66892 jquery-nightly.js 31816 jquery-nightly-compacted.js 11049 jquery-nightly-compacted.js.gz 17994 jquery-nightly-compressed.js 13216

[jQuery] Re: jQuery Validation Multiple Forms...

2007-07-19 Thread Aaron Porter
I'm working on my own form validator that is more in line with the standard jQuery style. It's extremely flexible and includes input masking. You can get a preview here (haven't tested with Safari or Opera yet): http://www.scriptingmagic.com/test/jquery/validation/ Aaron Stosh wrote: One

[jQuery] Re: Compressed BlockUI plugin?

2007-07-17 Thread Aaron Porter
I'll try to package it up and make it available tomorrow. Aaron Ganeshji Marwaha wrote: Aaron, I would like the jar file... I want to integrate this packer along with my ant build script... -GTG On 7/14/07, *Aaron Porter* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote

[jQuery] Re: Getting user agent stats with jQuery...

2007-07-16 Thread Aaron Porter
If you are only interested in storing the data (not using it real time) you may want to look into google analytics. http://www.google.com/analytics/ It has lots of info including browser type and version, operating system, screen resolution, colors, flash version, java version, and lots

[jQuery] Re: Compressed BlockUI plugin?

2007-07-15 Thread Aaron Porter
From: Aaron Porter I know Dean Edward's packer has already been suggested but you can try my compressor if you'd like: http://www.scriptingmagic.com/Topics/Compression/JavaScript%20Compressor/ My compressor is slower than packer but the results

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Aaron Porter
I know Dean Edward's packer has already been suggested but you can try my compressor if you'd like: http://www.scriptingmagic.com/Topics/Compression/JavaScript%20Compressor/ My compressor is slower than packer but the results will be smaller. It also doesn't have a problem with things like

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Aaron Porter
to integrate it into my build process and have it available at all times. Thanks, -Mike From: Aaron Porter I know Dean Edward's packer has already been suggested but you can try my compressor if you'd like: http://www.scriptingmagic.com/Topics/Compression/JavaScript%20Compressor/ My

[jQuery] Re: Insert javascript runtime

2007-07-13 Thread Aaron Porter
If you drop the script tags from index.php.txt and do eval(data); instead of $(#foo).append(data); it should work. Aaron fullgarbage wrote: Hello all, I have a problem, which troubles me for hours. I have a modular application (something like netvibes.com), where the user can add