PHP JavaScript Mobile Detect

Mobile_Detect is a lightweight PHP class for detecting mobile devices. Mobile_Detect uses the user-agent string with specific HTTP headers to detect the mobile environment. Complete Mobile Testing: BrowserStack is a complete browser coverage tool (including mobile devices) for testing you web application. Open source mobile phone detection http://detectmobilebrowsers.com/ HOW TO DETECT MOBILE DEVICES USING JQUERY … Read more

Crontab Command Line

Crontab Command Line 1. dump the content of the existing crontab to a file # crontab > /tmp/dump 2. echo “your lines” >> to the corntab file # echo ” 00 1 * * * /monitor_file_system 2>/dev/null” >> /tmp/dump 3. import the new crontab # crontab /tmp/dump other option…. # crontab -e It will open … Read more

Get Mobile Information Header

The User Agent Profile (UAProf) is used for capturing capability and preference information for wireless devices. This information can be used to detect various types of HTTP headers and other properties for visitor’s mobile device. Apache provide some useful HTTP X Header information for WAP… which detect user-agent and other hardware/software information. Source: http://en.wikipedia.org/wiki/UAProf http://code.google.com/p/mobiledevicedetector/ … Read more