Entries for the ‘Software Development’ Category

Load Time Weaving with Spring, AspectJ, and Tomcat

I’m currently working on a project that has given me the lovely opportunity to revisit the holy hell that is Tomcat. It’s fine and all, but it can be a real bitch to you. So I have a fine mix of JPA 2 (via EclipseLink 2.0.0), Spring 3.0.0, and AspectJ 1.6.6 running on Tomcat 6.0.20. [...]

More Amazon Showcase Antics

The Amazon Showcase widget inlines the randomized selection from your showcase, so that’s basically incompatible with a “super cache” if you still want the random behavior. This little patch makes the selection asynchronously so you still get the expected behavior. Included is an .htaccess to allow requests to the php script for those of you [...]

W3 Total Cache + eAccelerator

I was toying around with the W3 Total Cache for its minification and supposed ability to combine CSS and JavaScript and decided to smoosh eAccelerator user cache support into it since the authors have been postponing it for a while. eAccelerator is common enough that it should be supported, at least until the project dies [...]

CDN Rewrites Plugin for WordPress

I had been using Apache mod_rewrite to do redirects to CoralCDN, but all of the extra requests seemed to have been destroying page load performance. I have opted for rewriting the static content references with the CDN Rewrites WordPress plugin. It almost got the job done. I didn’t want it rewriting anything for requests local [...]

Migration to WordPress

I have been migrating my old, dusty web page from its classy Apache mod_userdir site to WordPress. I’ve had this domain sitting around since 2000, so I figured I would finally put it to use. I’ve moved over most of the salvageable content such as the venerable Maki game and recipes. The rest will come [...]