[jQuery] Re: Compressed BlockUI plugin?

2007-07-17 Thread Ganeshji Marwaha
thanks aaron, just in case you need my email, it is ganeshread at gmail dot com. -GTG On 7/17/07, Aaron Porter <[EMAIL PROTECTED]> wrote: 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 thi

[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] > > w

[jQuery] Re: Compressed BlockUI plugin?

2007-07-16 Thread Ganeshji Marwaha
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]> wrote: I just ran some tests against the current version from SVN to see how fast they load on my machine. Firefox 2.0.0.4 on Linux: jquer

[jQuery] Re: Compressed BlockUI plugin?

2007-07-15 Thread Aaron Porter
That is a great option when available. Most people don't have that level of control over their servers. Aaron Brandon Aaron wrote: > Moving further off-topic ... why not just use http compression? It > works especially well when the scripts are minified. > > -- > Brandon Aaron > > On 7/14/07, *

[jQuery] Re: Compressed BlockUI plugin?

2007-07-15 Thread Brandon Aaron
Moving further off-topic ... why not just use http compression? It works especially well when the scripts are minified. -- Brandon Aaron On 7/14/07, Michael Geary <[EMAIL PROTECTED]> wrote: Sounds interesting, Aaron, thanks for the pointer. Two questions: How is the unpacking speed? I don't

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Aaron Porter
I just ran some tests against the current version from SVN to see how fast they load on my machine. Firefox 2.0.0.4 on Linux: jquery.js (original uncompressed) - 158243 bytes: 66ms jquery.pack.js - 21585 bytes: 129ms jquery.compressed.js (my compressor) - 17005 bytes: 394ms IE6 on XP under VMWa

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Michael Geary
Sounds interesting, Aaron, thanks for the pointer. Two questions: How is the unpacking speed? I don't care how long it takes to pack the code (within reason), but unpacking speed is very important, especially on slow machines like an iPhone/Nokia/Windows Mobile phone. I saw a test report that se

[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 missi

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Michael Geary
> From: John Resig > > Added to the FAQ: > http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_compress_by_code. 3F I tink you have a code in da doze. Dry sub Codtac: http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_compress_my_code. 3F -Mike

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread John Resig
Added to the FAQ: http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_compress_by_code.3F --John On 7/14/07, Rey Bango <[EMAIL PROTECTED]> wrote: Awesome! Thanks Chris! :D Christopher Jordan wrote: > > If compressing your JS breaks it, try running the code through JSLint > (http://jsl

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Rey Bango
Awesome! Thanks Chris! :D Christopher Jordan wrote: If compressing your JS breaks it, try running the code through JSLint (http://jslint.com). This will detect minor errors that can cause packed JS to fail while the unpacked version works fine. I had to do this with the CFJS plug-in, and no

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread [EMAIL PROTECTED]
Great guys, thanks for the help! On Jul 14, 4:40 pm, Christopher Jordan <[EMAIL PROTECTED]> wrote: > If compressing your JS breaks it, try running the code through JSLint > (http://jslint.com). This will detect minor errors that can cause packed > JS to fail while the unpacked version works fine.

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Christopher Jordan
If compressing your JS breaks it, try running the code through JSLint (http://jslint.com). This will detect minor errors that can cause packed JS to fail while the unpacked version works fine. I had to do this with the CFJS plug-in, and now I do it to everything I compress. Hope this helps.

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Rey Bango
I've never experienced an error when packing jQuery plugins. I've seen it occur with other JS scripts and its usually indicated by the calls to compressed code not working while the same calls to the uncompressed version working just fine. Rey... [EMAIL PROTECTED] wrote: Thanks for the qui

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread [EMAIL PROTECTED]
Thanks for the quick response. Are there ever "subtle" errors when compressing? Or should I always see an error in the console if the packed version has an error? On Jul 14, 12:57 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > http://dean.edwards.name/packer > > The core jquery team and mo

[jQuery] Re: Compressed BlockUI plugin?

2007-07-14 Thread Ganeshji Marwaha
http://dean.edwards.name/packer The core jquery team and most plugins use this tool to compress js. -GTG On 7/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I found the BlockUI plugin download here: http://malsup.com/jquery/block/#download However, I didn't find a compressed version.

[jQuery] Re: compressed blockui

2007-05-28 Thread Mike Alsup
Thanks for the feedback, Frank. The semi-colon has been added. Mike On 5/28/07, dfd <[EMAIL PROTECTED]> wrote: i've downloaded blockui. Nice work, but it want not to be compressed because of a missing colon on line 199. Mike, maybe you can fix it up? Regards, frank aka df