Hire Me! I'm currently looking for my next role in developer relations and advocacy. If you've got
an open role and think I'd be a fit, please reach out. You can also find me
on LinkedIn.
The ColdFusionBloggers aggregator now automatically detects the iPhone browser and sends it to a special URL:
http://www.coldfusionbloggers.org/iphone.cfm
This was done with some rather trivial code:
<!--- detect iphone --->
<cfif findNoCase("iphone", cgi.http_user_agent)>
<cflocation url="iphone.cfm" addToken="false">
</cfif>
Let me know if this breaks any non-iPhone users. Or - if you use some other mobile browser, feel free to add this to your bookmarks.