Skip to main content

Eapen G's Library tagged webdevelopment   View Popular

12 Aug 09

Mike Davidson – Make Your Site Mobile-Friendly in Two Minutes

php_value auto_prepend_file /localfilepath/global_prepend.php
php_value auto_append_file /localfilepath/global_append.php

<?php
function callback($buffer) {
if ($_SERVER['SERVER_NAME'] == 'mobile.myawesomeblog.com') {
$buffer = str_replace('http://www.myawesomeblog.com', 'http://mobile.myawesomeblog.com', $buffer);
$buffer = preg_replace('/[\n\r\t]+/', '', $buffer);
$buffer = preg_replace('/\s{2,}/', ' ', $buffer);<br />
$buffer = preg_replace('/(<a[^>]*>)(<img[^>]+alt=")([^"]*)("[^>]*>)(<\/a>)/i', '$1$3$5<br />', $buffer);
$buffer = preg_replace('/(<link[^>]+rel="[^"]*stylesheet"[^>]*>|<img[^>]*>|style="[^"]*")|<script[^>]*>.*?<\/script>|<style[^>]*>.*?<\/style>|<!--.*?-->/i', '', $buffer);
$buffer = preg_replace('/<\/head>/i', '<meta name="robots" content="noindex, nofollow"></head>', $buffer);
}
return $buffer;
}
ob_start("callback");
?>

<?php ob_end_flush();?>

www.mikeindustries.com/...make-your-site-mobile-friendly - Preview

mobi webdesign webdevelopment phone mobile dotmobi

1 - 20 of 61 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo