[jQuery] Re: Combining jQuery and jQuery UI

2008-11-14 Thread c.barr
I did a copy/paste from the site and I opened up the JS file in my browser and did a save-as and both times it was about 314k on disk. It looks like your server has GZIP, and thats why it's appearing as 76k. It's 76k of transfer, but deflated from GZIP it's about 314k: screenshot from YSlow: http

[jQuery] Re: Combining jQuery and jQuery UI

2008-11-14 Thread Karl Swedberg
Hi Chris, Actually, for me it's showing as 76k total. Here is a screenshot: http://skitch.com/kswedberg/5icb/minify-concat look at min?g=js_ui --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Nov 14, 2008, at 10:35 AM, c.barr wrote: I wish I could edit p

[jQuery] Re: Combining jQuery and jQuery UI

2008-11-14 Thread c.barr
I wish I could edit posts I did just notice something - the file size here is much larger than what the 4 files were on their own - why is this? On their own: jQuery:.55k jQuery.UI:.63k Cluetip:.29k NyroModal:...27k Total: about 180k The new combined file is 316k - nea

[jQuery] Re: Combining jQuery and jQuery UI

2008-11-14 Thread c.barr
Thanks for doing that, and for some reason that works just fine - I don't know what's different about what you did, but it works. I suppose it's that particular minify script, so I'll have to keep that in mind for the future. Thanks again! On Nov 12, 10:56 pm, Karl Swedberg <[EMAIL PROTECTED]> w

[jQuery] Re: Combining jQuery and jQuery UI

2008-11-12 Thread Karl Swedberg
Hi Chris, Sorry for the delay in getting back to you. I just tested a page on my server, concatenating and minifying all the files you mentioned -- jQuery core, all the UI files, nymodal plugin, and clueTip plugin. I'm not seeing a problem. Here is a link to the min/concat script I use: h

[jQuery] Re: Combining jQuery and jQuery UI

2008-11-11 Thread c.barr
It's been a while without a response and I just wanted to bump this again to see if anyone found out why this was happening or how to get around this issue. On Oct 22, 8:37 am, "c.barr" <[EMAIL PROTECTED]> wrote: > Also, I've got two plugins I'd like to combine together to save some > space, but

[jQuery] Re: Combining jQuery and jQuery UI

2008-10-22 Thread c.barr
Also, I've got two plugins I'd like to combine together to save some space, but it's also breaking every time. Cluetip 0.9.8 and NyroModal 1.2.8 http://plugins.jquery.com/project/cluetip/ http://nyromodal.nyrodev.com/#download I can combine these just fine, and NyroModal seems to work, but it alw

[jQuery] Re: Combining jQuery and jQuery UI

2008-10-22 Thread c.barr
Here's the UI files I'm using: * - UI Core * - Draggable * - Droppable * - Resizable * - Sortable * - Accordion * - Dialog * - Progressbar * - Effects Core * - Effect "Blind" * - Effect "Bounce" * - Effect "Clip" * - Effect "Drop" * - Effect "Highlight" * - Effect "Pulsate" * - Eff

[jQuery] Re: Combining jQuery and jQuery UI

2008-10-22 Thread Karl Swedberg
Chris, I'd be happy to test it over here. Would you mind listing out the files that you're concatenating -- jquery core file + which UI files? I want to make sure I'm replicating exactly what you're doing. Thanks. --Karl On Oct 21, 2008, at 3:26 PM, c.barr wrote: Yes, it's being listed

[jQuery] Re: Combining jQuery and jQuery UI

2008-10-21 Thread c.barr
Yes, it's being listed first. Can someone else please try and do this to verify it? I just want to make sure I'm not missing something simple. On Oct 21, 12:16 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Are you making sure that the jquery core file is at the top of that   > concatenated file

[jQuery] Re: Combining jQuery and jQuery UI

2008-10-21 Thread Karl Swedberg
Are you making sure that the jquery core file is at the top of that concatenated file? that's the only other thing I can think of that would produce the error. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Oct 20, 2008, at 4:26 PM, c.barr wrote: They

[jQuery] Re: Combining jQuery and jQuery UI

2008-10-20 Thread c.barr
They already have the semicolons straight from jQuery, so no changes were needed. Any other suggestions? On Oct 16, 5:16 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > I'd like to combine and compress my jQuery and jQuery UI files into a > > single minified file, but I've noticed that every time I

[jQuery] Re: Combining jQuery and jQuery UI

2008-10-16 Thread Mike Alsup
> I'd like to combine and compress my jQuery and jQuery UI files into a > single minified file, but I've noticed that every time I do this It > just breaks and gives me "$ is not defined". > > If I do a copy/paste of the two uncompressed files together, it works > fine but it's a 100kb file!  When