Orange is my favorite color

Archive for the 'Web/Internet' Category » Page 6


Once you have static assets deployed to your CDN (using Ant!), how do you manage development, staging and production in your application?

Ant script for deploying static web assets from subversion to Amazon S3 with minification, compression and concatenation for maximum performance.

Adobe ColdFusion 8.0.1 CHF3 is out and may have a big memory leak fix for CFC-intensive applications

My memory leak in screenshots from Eclipse Memory Analyzer Tool

Embed video in your Codex wiki with the excellent YouTube-like Flowplayer and this plugin!

I missed the announcement but it’s true, Model-Glue 3 final has been released! Now maintained by Dan Wilson, this release finally codifies a nearly-eternal beta with many useful new features. Dan is at CFUnited this week and will be holding a BOF tomorrow, Wednesday Aug 12th for anyone who wants to get in [...]

Trouble analyzing large (> GB) heap dumps in Eclipse Memory Analysis Tool on Windows? This technique let me analyze a 2.3GB heap dump.

A SQL tip for inserting large numbers of database rows at a time. Improve performance by grouping inserts into fewer commits.

Working with ColdFusion RequestTimeout – how to get the current timeout, modify it and track it to prevent throwing an error in long running requests like CFLOOP.

Speed up your site by using Amazon’s (super-cheap) S3 to store your static assets like images, javascript and CSS. Bonus: an ANT script to do all of the dirty work for you.