<?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/favorites/vali29/tags/browser</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 23 Nov 2008 06:16:51 GMT</pubDate>
<item>
<title>(PHP) Redirect a browser via PHP - vali29</title>
<link>http://snipplr.com/view/4557/redirect-a-browser-via-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Jan 2008 09:02:27 GMT</pubDate>
<guid>http://snipplr.com/view/4557/redirect-a-browser-via-php/</guid>
</item>
<item>
<title>(JavaScript) Redirect a browser via JavaScript - vali29</title>
<link>http://snipplr.com/view/4556/redirect-a-browser-via-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Jan 2008 09:01:35 GMT</pubDate>
<guid>http://snipplr.com/view/4556/redirect-a-browser-via-javascript/</guid>
</item>
<item>
<title>(JavaScript) get and set cookie - vali29</title>
<link>http://snipplr.com/view/2843/get-and-set-cookie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Jun 2007 09:10:48 GMT</pubDate>
<guid>http://snipplr.com/view/2843/get-and-set-cookie/</guid>
</item>
<item>
<title>(JavaScript) Get and set state with cookie II - vali29</title>
<link>http://snipplr.com/view/2688/get-and-set-state-with-cookie-ii/</link>
<description><![CDATA[ <p>Set and get a cookie.</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:12:34 GMT</pubDate>
<guid>http://snipplr.com/view/2688/get-and-set-state-with-cookie-ii/</guid>
</item>
<item>
<title>(JavaScript) Ajax getHTTPObject function - vali29</title>
<link>http://snipplr.com/view/2300/ajax-gethttpobject-function/</link>
<description><![CDATA[ <p>This functions allows you to create a new XMLHTTPRequest, it checks to see if the browser supports each method, if not it returns false.</p> ]]></description>
<pubDate>Mon, 12 Mar 2007 05:37:54 GMT</pubDate>
<guid>http://snipplr.com/view/2300/ajax-gethttpobject-function/</guid>
</item>
<item>
<title>(JavaScript) browser detect - vali29</title>
<link>http://snipplr.com/view/2154/browser-detect/</link>
<description><![CDATA[ <p>//The script

//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>Fri, 09 Feb 2007 06:10:00 GMT</pubDate>
<guid>http://snipplr.com/view/2154/browser-detect/</guid>
</item>
<item>
<title>(JavaScript) Dynamic Resolution Dependent Layoutout - vali29</title>
<link>http://snipplr.com/view/2121/dynamic-resolution-dependent-layoutout/</link>
<description><![CDATA[ <p>A great script that will serve up stylesheets based on browser viewport size.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 19:21:32 GMT</pubDate>
<guid>http://snipplr.com/view/2121/dynamic-resolution-dependent-layoutout/</guid>
</item>
<item>
<title>(PHP) get browser - vali29</title>
<link>http://snipplr.com/view/1359/get-browser/</link>
<description><![CDATA[ <p>This function determines visitor browser.</p> ]]></description>
<pubDate>Mon, 09 Oct 2006 11:51:15 GMT</pubDate>
<guid>http://snipplr.com/view/1359/get-browser/</guid>
</item>
<item>
<title>(PHP) Browser Detection - vali29</title>
<link>http://snipplr.com/view/1018/browser-detection/</link>
<description><![CDATA[ <p>Heres how to use
print_r(browser_detection('full'));

We can also use this script
print "IP: ". $_SERVER['REMOTE_ADDR'].""; ### IP ADDRESS ##
print "Browser:" . $_SERVER["HTTP_USER_AGENT"].""; ## Browser
print "OS: ". $_ENV["OS"]; ### OS</p> ]]></description>
<pubDate>Tue, 05 Sep 2006 12:36:34 GMT</pubDate>
<guid>http://snipplr.com/view/1018/browser-detection/</guid>
</item>
<item>
<title>(CSS) Reset Browser Styles - vali29</title>
<link>http://snipplr.com/view/778/reset-browser-styles/</link>
<description><![CDATA[ <p>Put this these rules at the top of your CSS file and it will reset the default settings across all browsers to render the same. It's a great starting point for any new design. I took these rules from the Yahoo! YUI opensource kit.</p> ]]></description>
<pubDate>Fri, 11 Aug 2006 12:00:14 GMT</pubDate>
<guid>http://snipplr.com/view/778/reset-browser-styles/</guid>
</item>
<item>
<title>(JavaScript) Browser Checker - vali29</title>
<link>http://snipplr.com/view/585/browser-checker/</link>
<description><![CDATA[ <p>Support: Fx2, Opera9, IE6
I don't have warrant of Safari's run and NN4.  However, I think that this code is perhaps safe.</p> ]]></description>
<pubDate>Wed, 26 Jul 2006 05:26:51 GMT</pubDate>
<guid>http://snipplr.com/view/585/browser-checker/</guid>
</item>
<item>
<title>(JavaScript) XMLHttpRequest - vali29</title>
<link>http://snipplr.com/view/327/xmlhttprequest/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jul 2006 04:06:55 GMT</pubDate>
<guid>http://snipplr.com/view/327/xmlhttprequest/</guid>
</item>
<item>
<title>(JavaScript) Browser Detection - vali29</title>
<link>http://snipplr.com/view/271/browser-detection/</link>
<description><![CDATA[ <p>Detects the browser and its version.</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 07:28:30 GMT</pubDate>
<guid>http://snipplr.com/view/271/browser-detection/</guid>
</item>
<item>
<title>(JavaScript) Detect IE - vali29</title>
<link>http://snipplr.com/view/132/detect-ie/</link>
<description><![CDATA[ <p>Returns true if the browser is Internet Explorer, false otherwise.</p> ]]></description>
<pubDate>Fri, 30 Jun 2006 07:37:25 GMT</pubDate>
<guid>http://snipplr.com/view/132/detect-ie/</guid>
</item>
</channel>
</rss>