Archive for 'javascript' Category
Update to JSMin.java
21 August 2007For 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.
Extending JSMin a bit more..
8 June 2006I 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 [...]
Nice article on optimising Javascript.
8 June 2006http://www.peachpit.com/articles/printerfriendly.asp?p=31567&rl=1
Javascript shell
10 March 2006Just came across the handy little tool today. The Javascript shell
Quick Tip: Text Truncation with JavaScript
21 February 2006URL: Quick Tip: Text Truncation with JavaScript
Cool tip. I’m sure I’ll find a use for this.