dev.strombild


Posts Tagged »iphone«


May 3rd, 2011 by Michael

Langsame Internetverbindung simulieren (Mac)

speedlimit (Leopard preference pane):

mschrag.github.com

Tags: , ,


April 28th, 2011 by Michael

Input Type Keyboards on iPhone & Android Devices

Auf iPhone und Android sind folgende Typen für Inputfelder möglich:

type="email"
type="number"
type="tel"
type="url"

Das Keybord passt sich entsprechend an.

Quelle: www.petefreitag.com/item/768.cfm

Tags: , , ,


August 23rd, 2010 by Michael

iPhone mit .htaccess erkennen und umleiten

RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} iPhone
RewriteRule .* http://iphone.example.com/ [R]

www.htaccesstools.com/articles/detect-and-redirect-iphone

Tags: , ,