Have meaningful conversations with thoughtful persons about the topics that matter to you.
Javascript: var isiPad = navigator.userAgent.match(/iPad/i) != null;
.htaccess:
RewriteCond %{HTTP_USER_AGENT} ^.*iPad.*$
RewriteRule ^(.*)$ http://ipad.yourdomain.com [R=301]