March 2010
7 posts
Is the End of Privacy the End of Shame? →
This is an interesting take on the social consequences of the social web and a generally interesting read.
2 tags
Apple vs HTC: a patent breakdown -- Engadget →
Apple attacks HTC and it’s Android devices. Awesome. Some of these patents seem so broad it’s ridiculous.
Seth's Blog: Everyone's model of work is a job →
Sometimes Seth Godin says some insightful shit, and sometimes he takes someone else’s insights and makes them better. This is the latter.
2 tags
2 tags
User Agent Detection in Java
I was looking for a way to detect mobile devices in Java and hoping someone had done the heavy lifting for me. It turns out someone had. There’s a port of a PHP script I found at Hand Interactive that looks like it does what I need.
Basically if I detect a mobile device I want to use a different stylesheet on Quote Crate but I didn’t want to have to find all the user agent strings...