<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/detect</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 23:43:32 GMT</pubDate>
<item>
<title>(jQuery) How to Detect Mobile Devices using jQuery - goo</title>
<link>http://snipplr.com/view/69371/how-to-detect-mobile-devices-using-jquery/</link>
<description><![CDATA[ <p>you can use this minified jQuery snippet to detect if your user is viewing using a mobile device.</p> ]]></description>
<pubDate>Sun, 06 Jan 2013 21:40:33 GMT</pubDate>
<guid>http://snipplr.com/view/69371/how-to-detect-mobile-devices-using-jquery/</guid>
</item>
<item>
<title>(jQuery) if ie browser - mortu</title>
<link>http://snipplr.com/view/67799/if-ie-browser/</link>
<description><![CDATA[ <p>jQuery if ie browser</p> ]]></description>
<pubDate>Thu, 18 Oct 2012 21:04:30 GMT</pubDate>
<guid>http://snipplr.com/view/67799/if-ie-browser/</guid>
</item>
<item>
<title>(JavaScript) Target specific browsers in CSS with JS - reverend</title>
<link>http://snipplr.com/view/58815/target-specific-browsers-in-css-with-js/</link>
<description><![CDATA[ <p>Will produce output like this:


	...



	...




Target in CSS like this:

html[data-useragent*='Chrome/13.0'] .nav {background:url(img/radial_grad.png) center bottom no-repeat;}

or

html[data-useragent*='Chrome/13.0'][data-platform='Win32'] {}

or iPad only
html[data-platform='iPad']</p> ]]></description>
<pubDate>Tue, 20 Sep 2011 03:40:40 GMT</pubDate>
<guid>http://snipplr.com/view/58815/target-specific-browsers-in-css-with-js/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 detect player type - martin9999uk</title>
<link>http://snipplr.com/view/54328/as3-detect-player-type/</link>
<description><![CDATA[ <p>I use this to load different config urls depending on whether the player is in browser or not.</p> ]]></description>
<pubDate>Tue, 24 May 2011 18:14:36 GMT</pubDate>
<guid>http://snipplr.com/view/54328/as3-detect-player-type/</guid>
</item>
<item>
<title>(JavaScript) Detect IE 6 Javascript - alyssonweb</title>
<link>http://snipplr.com/view/46029/detect-ie-6-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Dec 2010 09:24:00 GMT</pubDate>
<guid>http://snipplr.com/view/46029/detect-ie-6-javascript/</guid>
</item>
<item>
<title>(JavaScript) IE checker - nveselinov</title>
<link>http://snipplr.com/view/42443/ie-checker/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 17 Oct 2010 12:13:58 GMT</pubDate>
<guid>http://snipplr.com/view/42443/ie-checker/</guid>
</item>
<item>
<title>(C#) Detect an application or process running on the system - amitkenny</title>
<link>http://snipplr.com/view/41859/detect-an-application-or-process-running-on-the-system/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Oct 2010 20:14:30 GMT</pubDate>
<guid>http://snipplr.com/view/41859/detect-an-application-or-process-running-on-the-system/</guid>
</item>
<item>
<title>(jQuery) js javascript browser language detection, get the user\'s browser\'s language preference setting using jquery to detect users br - brandonjp</title>
<link>http://snipplr.com/view/37953/js-javascript-browser-language-detection-get-the-users-browsers-language-preference-setting-using-jquery-to-detect-users-br/</link>
<description><![CDATA[ <p>JQ - detect users browser language using http headers via ajax jsonp ajaxhttpheaders</p> ]]></description>
<pubDate>Tue, 27 Jul 2010 23:45:11 GMT</pubDate>
<guid>http://snipplr.com/view/37953/js-javascript-browser-language-detection-get-the-users-browsers-language-preference-setting-using-jquery-to-detect-users-br/</guid>
</item>
<item>
<title>(PHP) Detect Ajax - brainwaves</title>
<link>http://snipplr.com/view/37601/detect-ajax/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Jul 2010 06:18:51 GMT</pubDate>
<guid>http://snipplr.com/view/37601/detect-ajax/</guid>
</item>
<item>
<title>(Other) Screen Resolution Detect - dottDesign</title>
<link>http://snipplr.com/view/33534/screen-resolution-detect/</link>
<description><![CDATA[ <p>Is there a way to make it load just a certain image rather than loading a different page?
yep, instead of window.location, you'd use 
document[img_name].src=img_src; instead.
just make sure to name your image like this 
.</p> ]]></description>
<pubDate>Thu, 29 Apr 2010 00:39:27 GMT</pubDate>
<guid>http://snipplr.com/view/33534/screen-resolution-detect/</guid>
</item>
<item>
<title>(Python) How to find out your IP address in Python - oznek</title>
<link>http://snipplr.com/view/32155/how-to-find-out-your-ip-address-in-python/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 16 Apr 2010 22:48:36 GMT</pubDate>
<guid>http://snipplr.com/view/32155/how-to-find-out-your-ip-address-in-python/</guid>
</item>
<item>
<title>(PHP) PHP Browser Detect - frankyfish</title>
<link>http://snipplr.com/view/29909/php-browser-detect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 17 Mar 2010 14:35:17 GMT</pubDate>
<guid>http://snipplr.com/view/29909/php-browser-detect/</guid>
</item>
<item>
<title>(PHP) Detect user language with PHP - ginoplusio</title>
<link>http://snipplr.com/view/24897/detect-user-language-with-php/</link>
<description><![CDATA[ <p>Function to detect user language in php.</p> ]]></description>
<pubDate>Wed, 16 Dec 2009 06:57:21 GMT</pubDate>
<guid>http://snipplr.com/view/24897/detect-user-language-with-php/</guid>
</item>
<item>
<title>(PHP) Use PHP to detect if given string is a proper email address - adamcoulombe</title>
<link>http://snipplr.com/view/20715/use-php-to-detect-if-given-string-is-a-proper-email-address/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 06 Oct 2009 10:31:25 GMT</pubDate>
<guid>http://snipplr.com/view/20715/use-php-to-detect-if-given-string-is-a-proper-email-address/</guid>
</item>
<item>
<title>(jQuery) Detect Paste "Event" - quickredfox</title>
<link>http://snipplr.com/view/16745/detect-paste-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Jul 2009 22:28:00 GMT</pubDate>
<guid>http://snipplr.com/view/16745/detect-paste-event/</guid>
</item>
<item>
<title>(PHP) detect iphone browser - Thresh</title>
<link>http://snipplr.com/view/16565/detect-iphone-browser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Jul 2009 16:04:45 GMT</pubDate>
<guid>http://snipplr.com/view/16565/detect-iphone-browser/</guid>
</item>
<item>
<title>(JavaScript) Flag if browser is an IE browser - deepdown</title>
<link>http://snipplr.com/view/11599/flag-if-browser-is-an-ie-browser/</link>
<description><![CDATA[ <p>Uses JScript</p> ]]></description>
<pubDate>Wed, 28 Jan 2009 06:05:45 GMT</pubDate>
<guid>http://snipplr.com/view/11599/flag-if-browser-is-an-ie-browser/</guid>
</item>
<item>
<title>(PHP) detect browser - iTony</title>
<link>http://snipplr.com/view/8812/detect-browser/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Oct 2008 17:32:27 GMT</pubDate>
<guid>http://snipplr.com/view/8812/detect-browser/</guid>
</item>
<item>
<title>(JavaScript) PPK's Browser Detect - wizard04</title>
<link>http://snipplr.com/view/8354/ppks-browser-detect/</link>
<description><![CDATA[ <p>Modified just a bit. This version includes the Google Chrome beta.</p> ]]></description>
<pubDate>Thu, 11 Sep 2008 16:27:18 GMT</pubDate>
<guid>http://snipplr.com/view/8354/ppks-browser-detect/</guid>
</item>
<item>
<title>(JavaScript) Browser Detect (from quirksmode) - jonhenshaw</title>
<link>http://snipplr.com/view/1395/browser-detect-from-quirksmode/</link>
<description><![CDATA[ <p>A useful but often overrated JavaScript function is the browser detect. Sometimes you want to give specific instructions or load a new page in case the viewer uses, for instance, Safari.

Copy this script into your JavaScript files. It works immediately, and you can query three properties of the BrowserDetect object:

    * Browser name: BrowserDetect.browser
    * Browser version: BrowserDetect.version
    * OS name: BrowserDetect.OS</p> ]]></description>
<pubDate>Thu, 12 Oct 2006 06:52:37 GMT</pubDate>
<guid>http://snipplr.com/view/1395/browser-detect-from-quirksmode/</guid>
</item>
</channel>
</rss>