To all of our American friends: Happy Thanksgiving! This is just a quick note to let you know that we’re still alive. It’s just been a couple of months of very slow news, so to speak. Here are a few…
To all of our American friends: Happy Thanksgiving! This is just a quick note to let you know that we’re still alive. It’s just been a couple of months of very slow news, so to speak. Here are a few…
Those > and < marks get me every freakin’ time… I just uploaded a new version of the MobileESP code to fix a bug I introduced in the last update in DetectAndroidTablet(). Please accept my apologies for that! Thank you to René B.…
Hi, folks — As you may recall, the MobileESP code is written first and foremost so that it’s easy for you to read and customize. Although feedback from people in the field report that the code executes quickly and efficiently…
Hi, folks — Here we go again on the Opera mobile browser ride… 🙂 So last week, we fixed the inaccurate detection results for the very good Opera Mobile browser on Android. This week, it’s the Opera Mini browser’s turn!…
The good folks at Weever recently sent us a note letting us know that they have ported MobileESP to a Joomla plug-in called (appropriately enough) “MobileESP for Joomla.” Fantastic! Feel free to download the latest version of MobileESP for Joomla…
Hi, folks — The Opera Mobile browser for Android is great. Unfortunately, the Opera dev team doesn’t follow Google’s guidelines for constructing useragent strings properly. As a result, the Opera Mobile browser on Android phones was falsely reporting itself as…
Hi, folks — Numerous people have written me asking if they could download the Live API Demo pages we’ve posted over at Hand Interactive. They wanted to be able to see the API calls in context within real HTML code.…
Hi, folks — A few people have asked for simple examples using MobileESP. I’m most familiar with PHP and JavaScript, so I whipped up a few super basic samples. These examples illustrate how easy it is to include MobileESP code…
Hi, folks — I updated the code libraries to include support for detecting the new WebOS tablet called the HP TouchPad. The new method is called DetectWebOSTablet(). This method has been added to: PHP, JavaScript, Java, and both ASP.NET bases.…
Hi, folks — Dan R.’s keen eye spotted an issue with the BlackBerry Style 9670. It was erroneously reported as an iPhone Tier device, when it’s not. (It’s non-touch but does run the new BlackBerry WebKit browser.) Dan suggested a…
Hi, folks — Summer is here! And the mobile device avalanche is just about ready to begin in earnest… There were a few outstanding things that needed to be taken care of, especially some refactoring among the Android detection methods.…
Gary L. pointed out that there was a misspelling in the DetectMobileQuick() function in the PHP code. Unfortunately, the “DetectIpad()” had been spelled with the wrong capitalization. That error is now fixed & uploaded to the code repositories. (I double checked the…