Author Archives: aroth

[Android] Installing Adobe AIR on the Android Emulator

I’ve got no idea why this process is so poorly documented, nor why many of the existing resources describing how to install the AIR runtime on the Android emulator are so needlessly circuitous, pointing you to links on the official … Continue reading

Posted in coding, configuration | Tagged , , , | 2 Comments

[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

[Status] The Witcher 2

For anyone that missed it, the sequel to one of the best games ever put together was released a few days ago. I’ve been busy quickly re-playing the first game so that I could have a save-game to import into … Continue reading

Posted in status | Leave a comment

[Java] Override HTTP Request Parameters

Often in a Java web-application I come across cases where it would be useful to directly override or modify one or more HTTP request parameters. To be clear, by “request parameter” I am referring to the value that is returned … Continue reading

Posted in coding, java | Tagged , , | 2 Comments

Social Reputation; A Tale of Two Websites

I was recently introduced to Mixtent, a social website with the goal of assigning a reliable professional reputation to its users across a number of distinct skills. For more background information, here is a TechCrunch article from Mixtent’s launch in … Continue reading

Posted in editorial | Tagged , , | Leave a comment

Webcomix 1.0!

It has been a little less than 1.5 months since the Webcomix beta was announced, and I think the project has finally matured to the point where it need no longer be considered a beta. During this time the number … Continue reading

Posted in banter | 4 Comments

[Status] Anti-spam Enabled

The volume of inbound comment spam has suddenly increased from “annoying” to “completely ridiculous” and exceeded my capacity to deal with it manually. So I’ve done what I probably should have done in the first place and enabled the Akismet … Continue reading

Posted in status | Leave a comment