<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>techtamasha.com &#187; Browsers</title>
	<atom:link href="http://www.techtamasha.com/category/browsers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techtamasha.com</link>
	<description>a new play everyday</description>
	<lastBuildDate>Sat, 22 May 2010 11:49:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Identify the browser used by the client</title>
		<link>http://www.techtamasha.com/identify-the-browser-used-by-the-client/7</link>
		<comments>http://www.techtamasha.com/identify-the-browser-used-by-the-client/7#comments</comments>
		<pubDate>Tue, 06 May 2008 18:22:45 +0000</pubDate>
		<dc:creator>Nischal Shetty</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[browser identify]]></category>
		<category><![CDATA[browser javascript]]></category>

		<guid isPermaLink="false">http://techtamasha.com/?p=7</guid>
		<description><![CDATA[You may want to know the details of the browser used by the various visitors to your site. Lets see how the navigator object can be used to identify the browser details of the user. The navigator object has a property named &#8216;appName&#8217; which will do the trick.The code below is all that is needed: [...]]]></description>
			<content:encoded><![CDATA[<p>You may want to know the details of the browser used by the various visitors to your site. Lets see how the <strong>navigator</strong> object can be used to identify the browser details of the user. The navigator object has a property named &#8216;appName&#8217; which will do the trick.The code below is all that is needed:</p>
<p><strong>navigator.appName</strong></p>
<p>For Ex.</p>
<p>function identifyBrowser()</p>
<p>{</p>
<p>alert(&#8220;You seem to be working on the &#8220;+navigator.appName+&#8221; browser&#8221;);</p>
<p>}</p>
<p>The navigator method has a few other properties like:</p>
<p>appCodeName</p>
<p>appVersion</p>
<p>language</p>
<p>mimeTypes[]</p>
<p>platform</p>
<p>plugins[]</p>
<p>userAgent</p>
<p><a title="Click here to view the example" href="http://techtamasha.com/wp-content/uploads/2008/05/identifybrowser.html">Click here to view the example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techtamasha.com/identify-the-browser-used-by-the-client/7/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
