<?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>Fri, 13 Jan 2012 09:21:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</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[<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.techtamasha.com%2Fidentify-the-browser-used-by-the-client%2F7&amp;layout=button_count&amp;show_faces=false&amp;width=&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_twitter" style="width:110px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Identify the browser used by the client" data-url="http://www.techtamasha.com/identify-the-browser-used-by-the-client/7" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div><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>

