Detecting the Mobile OS version and type – getMobileOSver v1.2

This new release of getMobileOSverJS fixes a bug and adds new features. The bug fix is if the OS version was two digits (e.g. 10.0), the version number was being truncated one char. This now functions correctly. Windows Phone is now supported and tested with v8.0 thru v10.0. There are new flags to make your… Continue reading Detecting the Mobile OS version and type – getMobileOSver v1.2

Test your web browser for WebSocket support

Google announced an improved way for a web application to communicate with a server. The new method is called WebSockets. You can read more info here on WebSockets. Here is a quick test to see if your web browser supports WebSockets. At the time this post was published Google Chrome developer channel release 4.0.249.0 is… Continue reading Test your web browser for WebSocket support