Random bits ‘n’ pieces

John Reilly’s Blog

Archive for 'javascript' Category

Recommending yui-compressor over jsmin

27 June 2010

The following is a response that I sent someone quite a while ago in response to questions about JSMin.java.  Hopefully it will be useful to others also.
I don’t actually use JSMin any more, and haven’t been maintaining it.  Douglas Crockford has made some changes to the original have I haven’t gotten around to including.  It [...]

No Comments »

Update to JSMin.java

21 August 2007

For anyone using JSMin.java, I’ve made a small update to JSMin.java to match with the latest jsmin.c. Thanks to Manuel Dominguez Sarmiento for pointing out the mismatch between the two.

9 Comments »

Extending JSMin a bit more..

8 June 2006

I just stumbled across this post where Darryl Lyons has created a coldfusion component wrapping a modified version of JSMin. Just reminds me that I meant to go back and do some more work on the JS minimising front. The key thing I had in mind is a JSMinOutputStream which would wrap an [...]

1 Comment »

Nice article on optimising Javascript.

8 June 2006

http://www.peachpit.com/articles/printerfriendly.asp?p=31567&rl=1

No Comments »

Javascript shell

10 March 2006

Just came across the handy little tool today. The Javascript shell

No Comments »

Quick Tip: Text Truncation with JavaScript

21 February 2006

URL: Quick Tip: Text Truncation with JavaScript
Cool tip. I’m sure I’ll find a use for this.

No Comments »