Wednesday, April 4, 2012
Monday, April 2, 2012
Detect smartphone and pc device on Javascript
<html> <body> <script type="text/javascript"> var deviceIphone = "iphone"; var deviceIpod = "ipod"; var devicePc="windows"; //Initialize our user agent string to lower case. var uagent = navigator.userAgent.toLowerCase(); //************************** // Detects if the current device is an Window. function DetectPc(){ if(uagent.search(devicePc)>-1){ return true; }else{ return false; } } //************************** // Detects if the current device is an iPhone. function DetectIphone() { if (uagent.search(deviceIphone) > -1) return true; else return false; } //************************** // Detects if the current device is an iPod Touch. function DetectIpod() { if (uagent.search(deviceIpod) > -1) return true; else return false; } //************************** // Detects if the current device is an iPhone or iPod Touch or PC. function DetectAll() { if (DetectIphone()){ alert("IPHONE"); }else if(DetectIpod()){ alert("IPOD"); }else if(DetectPc()){ alert("Pc"); }else{ alert("Other Device"); } } DetectAll(); </script> </body> </html>
Monday, March 19, 2012
About VTech Cambodia
VTech Cambodia is serving the professional Website design, Software management development, Network installation, and Graphic design to fit your business in this competitive marketplace. We have a skillful developers and designer to offer customer quality products with affordable price. We serve customer beyond their expectation.
Each of our web designer and developer is committed to deliver all of our customers with a very professional website or an application, thus enabling them to experience highest level of customer satisfaction. This effort has indeed helped us achieve a title, “Most Affordable and Professional Website Design Company”.
Each of our web designer and developer is committed to deliver all of our customers with a very professional website or an application, thus enabling them to experience highest level of customer satisfaction. This effort has indeed helped us achieve a title, “Most Affordable and Professional Website Design Company”.
Subscribe to:
Posts (Atom)