Click to See Complete Forum and Search --> : Convert normal web pages into simple web pages


hajmrei
09-13-2007, 05:21 AM
Hi there,

anyone knows some kind of aplication / platform to run on the web server to convert normal pages into more simple pages?

The idea is to use a mobile phone or PDA, and when i go to the web, the program filter or formating some thinks like media or other kind of heavy information to look better on the mobile devices.

i need some like http://www.google.com/gwt/n
but that run on the my server

thanks,

hajmrei

JPnyc
09-13-2007, 01:50 PM
This sort of thing is usually handled with scripting, either server or client side. The scripts normally test for screen width, and if it's below 640 they serve the page with a different style sheet.