Random bits ‘n’ pieces

John Reilly’s Blog

Archive for 'javascript' Category

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.

3 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 »