Are you referring to something like http://detectmobilebrowsers.mobi/ or google for mobile detector php a way to detect the client coming in is a mobile browser, and if so than display a mobile...
I think if you include these in your header than it will load locally:
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/x-icon" href="/favicon.ico"...
Cool. I had never thought about it like this. Funny, in that http://www.jadii.com project that I working on, someone sent me a file that had all hidden group layer with all these red vertical...
if you want to try out, I am working on this as a side project, jadii.com. It takes your pdf and create html from it. Will never be as good as a real developer, but for a quick and easy solution,...
I am in the process of building a online site which takes a psd file and creates a html/image from it.*** Right now it only does absolute div, but in the future will get relative and floats.*** Also...