Category Archives: How-To

Improving Performance by Combining Scripts and CSS

According to the Yahoo! performance team, the best way to improve your web site’s performance is to reduce the number of requests for assets such as scripts, style sheets and images. One way to accomplish this is by combining all … Continue reading

To Love One’s Craft: Fun with grep and RegEx…

I just read an interesting post by Dave Nelson (spugbrap) in which he details all the fun he had writing a script to search through Ext JS source code and open it with Textpad. So, I checked the TextPad help … Continue reading

ColdFusion Tags for POI – Microsoft’s “Poor Obfuscation Implementation”

Ben Nadel of Kinky Solutions has posted his latest work. He has wrapped the Apache POI API in a ColdFusion tag to help us create “authentic” Microsoft Office file formats. Now, the project contains more than just the POIUtility.cfc; it … Continue reading