How NOT to Optimize your Drupal website for a iPhone or iPod
Don’t follow the advice posted below to “optimize” your site based on the user agent string. The author suggests doing so in the page.tpl.php for your theme. However, this means you can NEVER turn caching on for your site. Also, the uses ereg functions to “detect” the device. These functions are now deprecated by PHP, […]
How NOT to Optimize your Drupal website for a iPhone or iPod Read More »