[jQuery] jQuery UI... Being integrated into our entire website

2009-03-13 Thread K-BL
Thursday I released a new version of a website I manage, Cablesforless.com, which takes full advantage of jQuery, a few of it's plugins, and UI. Anyway, what do you guys think? K-BL

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-28 Thread K-BL
could add the lines if (inputDir.endsWith(\) == false) { inputDir += \; } if (outputDir.endsWith(\) == false) { outputDir += \; } that *should* take care of it as it will put it in the folder specified with or without the trailing slash On Dec 23, 3:53 pm, K-BL axel...@aim.com wrote: I've

[jQuery] I wrote a YUI Multi FIle Compression Utility

2008-12-23 Thread K-BL
in just seconds. Anyway, find it here: http://jqueryplugins.weebly.com/yui-compressor-multi-file-utility.html If you like it, let me know. Also, source is available in C#. K-BL

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-23 Thread K-BL
a breeze from source to compressed in just seconds. Anyway, find it here:http://jqueryplugins.weebly.com/yui-compressor-multi-file-utility.html If you like it, let me know.  Also, source is available in C#. K-BL

[jQuery] Re: I wrote a YUI Multi FIle Compression Utility

2008-12-23 Thread K-BL
use for such a tool i'd pay for it, allowing me to keep a dev version and a prod version synchronised automatically. thanks for listening. On Tue, Dec 23, 2008 at 6:46 PM, K-BL axel...@aim.com wrote: My utility is used for manual compression, this would ensure best results from your server

[jQuery] jQuery.sheet, new layout, ThemeRoller integrated, what does everyone think?

2008-09-18 Thread K-BL
jQuery.sheet the premier web-based spreadsheet! K-BL

[jQuery] Re: jQuery.sheet thoughts, maybe UI compliant?

2008-06-23 Thread K-BL
: Hi K-BL, While it's a great app, I don't think it really fits into jQuery UI as it is now. jQuery UI serves core interaction components and widgets, but yours is more a complete application, and I'm not sure if it's generic enough to be used in thousands of usecases. It might be a great

[jQuery] Re: jQuery.sheet thoughts, maybe UI compliant?

2008-06-20 Thread K-BL
Bump On Jun 16, 12:29 pm, K-BL [EMAIL PROTECTED] wrote: Hey Guys, A lot has happened since I first posted about jQuery.sheet- A jQuery Spreadsheet with Calculations v0.1. We're now at version 2.5. Version 2.5 adds ajax load/save, in-place navigation, in-place edit, cross browser

[jQuery] jQuery.sheet thoughts, maybe UI compliant?

2008-06-16 Thread K-BL
://jqueryplugins.weebly.com/uploads/3/1/3/8/313814/jquery.sheet.html Thanks Guys, K-BL

[jQuery] Re: jQuery.sheet thoughts, maybe UI compliant?

2008-06-16 Thread K-BL
current version is 0.25 not 2.5, sorry guys. On Jun 16, 12:29 pm, K-BL [EMAIL PROTECTED] wrote: Hey Guys, A lot has happened since I first posted about jQuery.sheet - A jQuery Spreadsheet with Calculations v0.1. We're now at version 2.5. Version 2.5 adds ajax load/save, in-place navigation

[jQuery] Selecting Child from object

2008-01-09 Thread K-BL
If you are in the the middle of an each statement, and you want to select a child object from the main object you are in what syntax would you use? For instance, $('.selector').each(function(){ //I want to select a child of 'this' $(this) });