Monthly Archives: June 2011

[XCode] Building Universal iOS Frameworks

Here’s an excellent little project that I stumbled across not too long ago: https://github.com/kstenerud/iOS-Universal-Framework This project provides a single installation shell script that will add a new Project Template to XCode, one that can be used to build universal iOS … Continue reading

Posted in coding, objective-c, process | Tagged , , | 1 Comment

[Objective-C + Cocoa] iPhone Screen Capture Revisited

Awhile back I posted a handful of simple iOS utilities. Among them was a basic ScreenCaptureView implementation that would periodically render the contents of its subview(s) into a UIImage that was exposed as a publicly accessible property. This provides the … Continue reading

Posted in coding, objective-c | Tagged , , , | 156 Comments

[Java] Quarantining Request Parameters

This is a follow-up on an earlier post in which I described a method for modifying HTTP request parameters on the fly in a servlet/web application. I mentioned that the technique could be used to provide a filter that automatically … Continue reading

Posted in coding, java, servlet | Tagged , , | Leave a comment

[Java] URL Rewriting on Tomcat (or any other servlet container)

Here is a very nice little utility I found recently on an unfortunately very difficult to navigate website. In case it’s not immediately apparent from that site what I am referring to, I’m talking about the ‘UrlRewriteFilter‘ utility featured near … Continue reading

Posted in coding, configuration, java, servlet, software | Tagged , , | 3 Comments