资 源 简 介
bConsole
what is it?
The bConsole creates a panel that sits on top of a browser-based project and provides information about the client machine and browser.
The code contained will also be useful for targeting various platforms: Operating system, Browser, Browser version, Screen size.
what does it look like?
A demo of the console at work can be seen at http://reale.ca/console
how is it built?
This tool relies on a few libraries developed by other people and organizations:
php-mobile-detect:
http://code.google.com/p/php-mobile-detect/
php-mobile-detect is used to determine whether the client browser is on a mobile device and is able to breakdown the specific type of mobile device (Android, iPad, iPhone, Blackberry, Windows, etc).
Quirksmode Browser Detect
http://www.quirksmode.org/js/detect.html
PPK is the man, and his JavaScript browser detection is hella useful. This Java