[jQuery] I wrote a YUI Multi FIle Compression Utility

2008-12-23 Thread K-BL
ed 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
t possible to use your app? > > Sorry if this is out of my league... > > On Tue, Dec 23, 2008 at 5:27 PM, K-BL wrote: > > > Hey Guys, > > I just finished writing a YUI Multi-File Compression Utility.  It's > > really simple, it just runs some CLI commands, b

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

2008-12-23 Thread K-BL
ized css file and js file ? > > i would have so much 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 wrote: > > > My ut

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

2008-12-28 Thread K-BL
as would be expected > > Looking in the source code really quickly, if you go to line 112 in > ForumYUICompressionUtility.cs > > you could add the lines > > if (inputDir.endsWith("\") == false) { inputDir += "\"; } > if (outputDir.endsWith("\") == false) { outputDir += &

[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] jQuery.sheet, new layout, ThemeRoller integrated, what does everyone think?

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

[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) });

[jQuery] Re: Selecting Child from object

2008-01-09 Thread K-BL
Ok, found it myself. $(this).filter('.child-selector');

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

2008-06-16 Thread K-BL
ting into jQuery UI? Demo found here: http://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 a

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

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

2008-06-23 Thread K-BL
]> wrote: > 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 &