![]() |
Trying to collect all IT browser versions for site improvement
Please help if you can. I'm trying to collect all Internet Tablet browser versions so I can effectively create a version of the site that works well with the Internet Tablet. If you have the time, please visit this link with your internet tablet and should automatically gather what browser version you are using:
http://internettablettalk.com/who Some improvements planned for internet tablet / mobile devices: 1. Remove ads when browsing on an internet tablet or mobile device 2. Remove fancy CSS rendering 3. Auto loading of mobile theme on forums Please don't hesitate to suggest additional improvements. Thanks. |
Re: Trying to collect all IT browser versions for site improvement
Hi reggie,
I believe you are printing out the $_SERVER['HTTP_USER_AGENT'] in the who/index.php It may be easier for you to append this info into a file To ensure only unique entries are added to the log file if(!in_array($currentHeader, $fileContent)) { file_put_contents($filename,$currentHeader,FILE_AP PEND) } ~m~ Varghese |
Re: Trying to collect all IT browser versions for site improvement
here is mine if you have not set up the logfile yet
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9a6pre) Gecko/20070810 Firefox/3.0a1 Tablet browser 0.1.16 RX-34_2007SE_4.2007.38-2 |
Re: Trying to collect all IT browser versions for site improvement
Reggie - there's a couple interesting articles on A List Apart discussing pocket device otpimisations (specifically iPhone): Part 1 and Part 2.
One interesting point covered in Part 1 is the ability to load a style sheet based on the horizontal device resolution, ie: Code:
<link media="only screen and (max-device-width: 480px)" EDIT: Looks like media querys are Safari specific and don't work in MicroB :( (Mozilla RFE for Media Query support). |
Re: Trying to collect all IT browser versions for site improvement
That's very interesting. I wonder how standard that 'media' value is. I hope Opera on the 770 and the 800 will understand it.
|
Re: Trying to collect all IT browser versions for site improvement
Opera on N800 doesn't support Media Query either :( Sorry for the bum steer.
|
Re: Trying to collect all IT browser versions for site improvement
Quote:
Thanks Varghese! |
Re: Trying to collect all IT browser versions for site improvement
Quote:
Some suggestions 1. When the theme is changed say to classic, only forum tables seems to have any effect. It would be nice if the change is made on the top portion of the page too http://pyaxelwii.garage.maemo.org/im...Screenshot.JPG 2. Can you set some 'safe' filters on the Yahoo ads? |
Re: Trying to collect all IT browser versions for site improvement
Can you put very very large page numbers???
that will really help a lot |
Re: Trying to collect all IT browser versions for site improvement
Quote:
|
All times are GMT. The time now is 15:47. |
vBulletin® Version 3.8.8