robertchambers + ipad   30

Add to home screen message for iphone and ipad
<script type="text/javascript">
if ('standalone' in navigator && !navigator.standalone && (/iphone|ipod|ipad/gi).test(navigator.platform) && (/Safari/i).test(navigator.appVersion)) {
document.write('<link rel="stylesheet" href="../../style/add2home.css">');
document.write('<script type="application/javascript" src="../../src/add2home.js"></script>');
}
</script>
iphone  bookmark  ipad 
may 2011 by robertchambers
Ipad and Iphone detection using PHP
< ?php
if(strstr($_SERVER['HTTP_USER_AGENT'],’iPod’))
{

header(‘Location: http://www.devlup.com/iphone’);
}

?>
ipad  php 
april 2011 by robertchambers
Let’s Take This Offline - Dive Into HTML5
Building a test iPad web app. HTML5 cache manifest is a great feature, so it will also work offline
html5  cache  ipad  manifest 
march 2011 by robertchambers

Copy this bookmark:



description:


tags: