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.