<?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"
	>

<channel>
	<title>developersnippets.com &#187; Browsers</title>
	<atom:link href="http://developersnippets.com/category/browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://developersnippets.com</link>
	<description>developersnippets</description>
	<pubDate>Tue, 02 Dec 2008 17:17:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Firebug Lite extension for IE, Opera, Safari Browsers</title>
		<link>http://developersnippets.com/2008/10/21/firebug-lite-extension-for-ie-opera-safari-browsers/</link>
		<comments>http://developersnippets.com/2008/10/21/firebug-lite-extension-for-ie-opera-safari-browsers/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 17:33:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[Safari Browser]]></category>

		<category><![CDATA[Addons]]></category>

		<category><![CDATA[Firebug]]></category>

		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=334</guid>
		<description><![CDATA[As we all know that firebug is a great add-on for Firefox, this is available in all the respective versions and even it supports all the versions of Firefox. It has got awesome features, I would like to the firebug team that most of the developers who works on User Interface has installed firebug on [...]]]></description>
			<content:encoded><![CDATA[<p>As we all know that <a href="http://getfirebug.com/index.html" title="firebug">firebug</a> is a great add-on for Firefox, this is available in all the respective versions and even it supports all the versions of Firefox. It has got awesome features, I would like to the firebug team that most of the developers who works on User Interface has installed <a href="http://getfirebug.com/index.html" title="firebug">firebug</a> on their respective computers. Developers and Users can use this add-on very easily and its very handy too.</p>
<p><span id="more-334"></span></p>
<p>If you want to debug the same in <strong>IE</strong> or <strong>Opera</strong> or <strong>Safari</strong> browsers then you have to go for <a href="http://getfirebug.com/lite.html" title="Firebug Lite">Firebug Lite</a>. <a href="http://getfirebug.com/lite.html" title="Firebug Lite">Firebug Lite</a> is a JavaScript file can be inserted into your pages to stimulate some firebug features in browsers. Firebug Lite creates the variables &#8220;firebug&#8221; and &#8220;pi&#8221; and doesn&#8217;t affect or interfere with HTML elements that aren&#8217;t created by itself.</p>
<p>By looking at this you might be having a query like how to install the same in-order to utilize the features, below code depicts on how to install.</p>
<p><a href='http://getfirebug.com/lite.html'><img src="http://developersnippets.com/wp-content/uploads/2008/10/firebug-lite-ie.jpg" alt="Firebug Lite for IE, Opera, Safari browsers" title="firebug-lite-ie" width="389" height="299" class="alignleft size-full wp-image-336" /></a></p>
<p><strong>Installing Firebug Lite:</strong><br />
Just insert below line of code into any page that you want to contain Firebug Lite</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'&gt;&lt;/script&gt;</pre></td></tr></table></div>

<p>If you want to use Firebug Lite offline, then just download the source files from <a href="http://getfirebug.com/releases/lite/1.2/" title="Firebug Lite Download">here</a> and import the respective files into your site&#8217;s directory. Find &#8220;firebug-lite.css&#8221; URL on the javascript file which you imported and replace this with offline address of firebug-lite.css file.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;/repectivepath/firebug/pi.js&quot;&gt;&lt;/script&gt;</pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;/repectivepath/firebug/firebug-lite.js&quot;&gt;&lt;/script&gt;</pre></td></tr></table></div>

<p>And if you want to write messages to console you can do the same, eagerly want to know more about this add-on to IE, Opera and Safari, then please do have a look at this page and download the respective files and have a safe debug.</p>
<p>I would like to recommend this extension, since this going to help developers a lot in debugging their pages accordingly before delivering the same to respective clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/10/21/firebug-lite-extension-for-ie-opera-safari-browsers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox addon for capturing your screen and for making videos using Capture Fox</title>
		<link>http://developersnippets.com/2008/10/04/firefox-addon-for-capturing-your-screen-and-for-making-videos-using-capture-fox/</link>
		<comments>http://developersnippets.com/2008/10/04/firefox-addon-for-capturing-your-screen-and-for-making-videos-using-capture-fox/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 16:02:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Addons]]></category>

		<category><![CDATA[Firefox3]]></category>

		<category><![CDATA[Mozilla]]></category>

		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=305</guid>
		<description><![CDATA[There was a nice launch of Firefox add-on for capturing your screen and for making videos accordingly using Capture Fox. Using Capture Fox add-on you can make Screencast videos like you can capture your screen and can record your sound to make videos respectively which can be posted in your respective blogs or websites accordingly.

If [...]]]></description>
			<content:encoded><![CDATA[<p>There was a nice launch of Firefox add-on for capturing your screen and for making videos accordingly using <a href="https://addons.mozilla.org/en-US/firefox/addon/8090" title="Capture Fox">Capture Fox</a>. Using <strong>Capture Fox</strong> add-on you can make Screencast videos like you can capture your screen and can record your sound to make videos respectively which can be posted in your respective blogs or websites accordingly.</p>
<p><span id="more-305"></span></p>
<p>If you want to prepare any video presentation, this add-on will create the same for you in minutes and can be presented accordingly in respective websites. This add-on extension is for Windows XP and Vista as well. After installing Capture Fox, you will find a button in the Firefox Status bar as usual to the right of the bar and while when you are recording you can check the duration of the screencast accordingly in the status bar. </p>
<p><strong>Capture Fox Icon on Status Bar</strong><br />
<img src="http://developersnippets.com/wp-content/uploads/2008/10/statusbar.jpg" alt="Capture Fox Icon on Status Bar" /></p>
<p><strong>Capture Fox Settings Window</strong><br />
<img src="http://developersnippets.com/wp-content/uploads/2008/10/settingswindow.jpg" alt="Capture Fox Settings Window" /></p>
<p><strong>Capture Fox Options Window</strong><br />
<img src="http://developersnippets.com/wp-content/uploads/2008/10/optionswindow.jpg" alt="Capture Fox Options Window" /></p>
<p>I would like to recommend the same to be installed and can be used as an alternative instead of opening another software&#8217;s or tools, you can view and record there itself, work will be simple and easy enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/10/04/firefox-addon-for-capturing-your-screen-and-for-making-videos-using-capture-fox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Troubleshooting Web pages in Internet Explorer is now easy</title>
		<link>http://developersnippets.com/2008/09/30/troubleshooting-web-pages-in-internet-explorer-is-now-easy/</link>
		<comments>http://developersnippets.com/2008/09/30/troubleshooting-web-pages-in-internet-explorer-is-now-easy/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 07:11:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[Addons]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=294</guid>
		<description><![CDATA[Troubleshooting Web pages in Internet Explorer is now very easy, The Microsoft Internet Explorer Developer Toolbar contains all the respective features like it provides a variety of tools for quickly creating, understanding and troubleshooting Web Pages. The respective Internet Explorer Developer Toolbar is free to download and easy to install.

Just download, save to your hard [...]]]></description>
			<content:encoded><![CDATA[<p>Troubleshooting Web pages in Internet Explorer is now very easy, The Microsoft Internet Explorer Developer Toolbar contains all the respective features like it provides a variety of tools for quickly creating, understanding and troubleshooting Web Pages. The respective Internet Explorer Developer Toolbar is free to download and easy to install.</p>
<p><span id="more-294"></span></p>
<p>Just download, save to your hard disk and install the same, and start troubleshooting the web pages. With this Developer Toolbar, you can explore and modify the DOM (Document Object Model) of a respective web page, you can view HTML object class names, ID&#8217;s, and several details such as link path, tab index values, and access keys. You can easily identify the Table structure like respective table cells, images or selected tags. More features are depicted below:</p>
<ul>
<li>Explore and Modify the DOM (Document Object Model)</li>
<li>We can locate specific elements</li>
<li>We can view HTML object Class Names and ID&#8217;s</li>
<li>Validate HTML, CSS, WAI and RSS web feed links</li>
<li>Display Image dimensions, file sizes etc.,</li>
<li>We can View the formatted and syntax colored source of HTML and CSS</li>
<li>Display a fully featured design ruler to help accurately align and measure objects on our pages. And many more features can be found at this location - <a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&#038;displaylang=en" title="Internet Explorer Developer Toolbar">Internet Explorer Developer Toolbar</a></li>
</ul>
<p><strong>System Requirements:</strong></p>
<p>This Developer Toolbar is supported only these operating systems like Windows Server 2003, Windows Vista, Windows XP and for your information this Toolbar is not compatible with Internet Explorer 8, for Internet Explorer 8 we have another version, to know more about the same <a href="http://go.microsoft.com/fwlink/?LinkID=111673" title="IE8 Developer Tools">click here</a>, this toolbar is more compatible with IE 6 and IE 7.</p>
<p><strong>Screen Grab:</strong></p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/iedevelopertoolbar.jpg" alt="IE Developer Toolbar" style="border:0px;"/></p>
<p>If you would like to know more information on IE Developer Toolbar, please do <a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&#038;displaylang=en" title="IE Developer Toolbar">visit here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/30/troubleshooting-web-pages-in-internet-explorer-is-now-easy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free add-on for Internet Explorer that mimics Firefox Inline search</title>
		<link>http://developersnippets.com/2008/09/29/free-add-on-for-internet-explorer-that-mimics-firefox-inline-search/</link>
		<comments>http://developersnippets.com/2008/09/29/free-add-on-for-internet-explorer-that-mimics-firefox-inline-search/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 06:14:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[Addons]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=291</guid>
		<description><![CDATA[This is a very good add-on for Internet Explorer those who got bored of using the search to find relevant words in Internet Explorer. Just install this add-on and go head for a easy search. This add-on is quite same as of Firefox search. It has got all the features which firefox has, like Find [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very good add-on for Internet Explorer those who got bored of using the search to find relevant words in Internet Explorer. Just install this add-on and go head for a easy search. This add-on is quite same as of Firefox search. It has got all the features which firefox has, like <strong>Find Next </strong>option,<strong> Find Previous</strong> option, <strong>Highlight All </strong>option and even the <strong>Match case</strong> option.</p>
<p>It has got the elegant search pane at the bottom of the page to an information hiding popup. It can be integrated into IE of lower version like IE 5.5 and can be utilized for higher versions as well. </p>
<p><span id="more-291"></span></p>
<p>Note that you can still use the default IE Search option by selecting the Find item of the Edit menu. This inline search only hijacks the shortcut key.</p>
<p>You can get this add-on from this site - <a href="http://www.ieforge.com/InlineSearch/HomePage" title="ieforge">http://www.ieforge.com</a> and the same can be downloaded from this location - <a href="http://www.ieforge.com/uploads/InlineSearch/install.exe" title="add-on">http://www.ieforge.com/uploads/InlineSearch/install.exe</a></p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/ieaddonforinlinesearch.jpg" alt="Inline Search for Internet Explorer" style="border:0px;" /></p>
<p>Shortcuts for this add-on:</p>
<ul>
<li><strong>CTRL-F</strong> or <strong>F3</strong> to open/refresh the search pane</li>
<li><strong>ESC</strong> to close the search pane when in focus</li>
<li><strong>F3</strong> or <strong>ENTER</strong>	find the next occurrence</li>
<li><strong>SHIFT-F3</strong> find the previous occurrence (<strong>Shift-Enter</strong> works too)</li>
</ul>
<p>I would like to recommend this add-on for better search in IE browsers, rock it guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/29/free-add-on-for-internet-explorer-that-mimics-firefox-inline-search/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript Visitors Browser Detection Code Snippet</title>
		<link>http://developersnippets.com/2008/09/21/javascript-visitors-browser-detection-code-snippet/</link>
		<comments>http://developersnippets.com/2008/09/21/javascript-visitors-browser-detection-code-snippet/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 18:33:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Browser]]></category>

		<category><![CDATA[Firefox3]]></category>

		<category><![CDATA[Web Browser]]></category>

		<guid isPermaLink="false">http://developersnippets.com/2008/09/21/javascript-visitors-browser-detection-code-snippet/</guid>
		<description><![CDATA[Do you want to know and detect visitor’s browser version using JavaScript, yeah here is the script that let you know everything about your Visitor’s browser version, browsers application name, the code name of the browser, and even you can check whether the browser has cookies enabled or not.
The JavaScript Navigator object does the same; [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want to know and detect visitor’s browser version using JavaScript, yeah here is the script that let you know everything about your Visitor’s browser version, browsers application name, the code name of the browser, and even you can check whether the browser has cookies enabled or not.<span id="more-283"></span></p>
<p>The JavaScript Navigator object does the same; it contains the information about your visitor’s browser. When you are working on any project related to web browsers, in some scenarios you would like to know the visitors browser version, by this you would like to make sure that the code or your application should not popup any errors or especially this will helps in your presentation of the page, like for example: height and width of the page. If you see the height and width may differ based on the browser which user is viewing your application.</p>
<p>Navigator Object (navigator object) of JavaScript contains many core properties like <strong>appCodeName</strong> , <strong>appName</strong> , <strong>appVersion</strong> , <strong>cookieEnabled</strong> , <strong>language</strong> , <strong>mimeTypes[]</strong> , <strong>platform[]</strong> , <strong>plugins</strong> , <strong>systemLanguage</strong> , <strong>userAgent</strong> , <strong>userLangauge</strong> .</p>
<p>The core properties of &#8216;<strong>navigator</strong> &#8216; object and there description is depicted below:</p>
<p>1. <strong>appCodeName:</strong> (navigator.appCodeName) holds Code Name of the browser.<br />
2. <strong>appName:</strong> (navigator.appName) holds the name of the browser.<br />
3. <strong>appVersion:</strong> (navigator.appVersion) holds the version of the browser.<br />
4. <strong>cookieEnabled:</strong> (navigator.cookieEnabled) returns Boolean that indicates whether the browser has cookie enabled or not.<br />
5. <strong>language:</strong> (navigator.language) returns the default language of the browser which user is using.<br />
6. <strong>mimeTypes[]:</strong> (navigator.mimeTypes) It returns the array of all MIME types supported by the user.<br />
7. <strong>platform[]:</strong> (navigator.platform) The platform of the user’s computer. For Example: Win32<br />
8. <strong>plugins:</strong> (navigator.plugins) It returns array of all plug-ins currently installed on user’s browser.<br />
9. <strong>systemLanguage:</strong> (navigator.systemLanguage) Which returns the default language of the user’s operating system. Works for only IE (Internet Explorer).<br />
10. <strong>userAgent:</strong> (navigator.userAgent) returns the value of the user-agent header sent by the client to the server.</p>
<p>If you want to see, how to we can use navigator object to detect the browser type of your visitors. Then you guys! Need to look at the program which is depicted below, the below program utilizes all the respective properties of navigator object.</p>
<p>Below is the simple function, which shows different properties which comes under navigator object:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> browserDetection<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
	<span style="color: #003366; font-weight: bold;">var</span> str;
	str<span style="color: #339933;">=</span><span style="color: #3366CC;">'navigator.appCodeName: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">appCodeName</span>;
	str<span style="color: #339933;">+=</span><span style="color: #3366CC;">'navigator.appName: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">appName</span>;
	str<span style="color: #339933;">+=</span><span style="color: #3366CC;">'navigator.appVersion: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">appVersion</span>;
	str<span style="color: #339933;">+=</span><span style="color: #3366CC;">'navigator.cookieEnabled: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">cookieEnabled</span>;
	str<span style="color: #339933;">+=</span><span style="color: #3366CC;">'navigator.language: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">language</span>;
	str<span style="color: #339933;">+=</span><span style="color: #3366CC;">'navigator.mimeTypes: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">mimeTypes</span>;
	str<span style="color: #339933;">+=</span><span style="color: #3366CC;">'navigator.platform: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">platform</span>;
	str<span style="color: #339933;">+=</span><span style="color: #3366CC;">'navigator.plugins: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">plugins</span>;
	str<span style="color: #339933;">+=</span><span style="color: #3366CC;">'navigator.systemLanguage: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">systemLanguage</span>;
	str<span style="color: #339933;">+=</span><span style="color: #3366CC;">'navigator.userAgent: '</span><span style="color: #339933;">+</span>navigator.<span style="color: #660066;">userAgent</span>;
&nbsp;
	document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'description'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">innerHTML</span><span style="color: #339933;">=</span>str;
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>And below is the HTML code, which needs to be placed in the body of the HTML page:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="html4strict html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;browserDetection&quot;</span> <span style="color: #000066;">onclick</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;browserDetection()&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;browserDetection&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;button&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Browser Detection&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></td></tr></table></div>

<p>As of now I have tested in only three browsers that is <strong>Mozilla Firefox</strong> ,<br />
<strong>Internet Explorer</strong> and <strong>Google Chrome</strong> :</p>
<p><em><strong>Output in Firefox:</strong> </em><br />
<strong>navigator.appCodeName:</strong> Mozilla<br />
<strong>navigator.appName:</strong> Netscape<br />
<strong>navigator.appVersion:</strong> 5.0 (Windows; en-US)<br />
<strong>navigator.cookieEnabled:</strong> true<br />
<strong>navigator.language:</strong> en-US<br />
<strong>navigator.mimeTypes:</strong> [object MimeTypeArray]<br />
<strong>navigator.platform:</strong> Win32<br />
<strong>navigator.plugins:</strong> [object PluginArray]<br />
<strong>navigator.systemLanguage:</strong> undefined<br />
<strong>navigator.userAgent:</strong> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1</p>
<p><em><strong>Output in InternetExplorer:</strong> </em><br />
<strong>navigator.appCodeName: </strong> Mozilla<br />
<strong>navigator.appName: </strong> Microsoft Internet  Explorer<br />
<strong>navigator.appVersion: </strong> 4.0 (compatible; MSIE 7.0;  Windows NT 5.1; .NET CLR 1.1.4322)<br />
<strong>navigator.cookieEnabled: </strong> true<br />
<strong>navigator.language: </strong> undefined<br />
<strong>navigator.mimeTypes: </strong><br />
<strong>navigator.platform: </strong> Win32<br />
<strong>navigator.plugins: </strong><br />
<strong>navigator.systemLanguage: </strong> en-us<br />
<strong>navigator.userAgent: </strong> Mozilla/4.0 (compatible;  MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)</p>
<p><em><strong>Output in Google Chrome:</strong> </em><br />
<strong>navigator.appCodeName:</strong> Mozilla<br />
<strong>navigator.appName: </strong> Netscape<br />
<strong>navigator.appVersion: </strong> 5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13<br />
<strong>navigator.cookieEnabled:</strong> true<br />
<strong>navigator.language: </strong> en-US<br />
<strong>navigator.mimeTypes:</strong> [object MimeTypeArray]<br />
<strong>navigator.platform:</strong> Win32<br />
<strong>navigator.plugins: </strong> [object PluginArray]<br />
<strong>navigator.systemLanguage:</strong> undefined<br />
<strong>navigator.userAgent:</strong> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.30 Safari/525.13</p>
<p>If you look at the above output&#8217;s you can observe that some of the properties is returning &#8220;undefined&#8221; since some properties will work only in some browsers.</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/21/javascript-visitors-browser-detection-code-snippet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Netscape is the &#8216;navigator.appName&#8217; for Google Chrome</title>
		<link>http://developersnippets.com/2008/09/13/netscape-is-the-navigatorappname-for-google-chrome/</link>
		<comments>http://developersnippets.com/2008/09/13/netscape-is-the-navigatorappname-for-google-chrome/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 14:04:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=280</guid>
		<description><![CDATA[Just think what Google Chrome would return when we run browser detection code written in JavaScript ? as we all know Navigator object contains information about the visitor&#8217;s, I mean the user&#8217;s browser name, browser version and more.
If you would like to know the answer, here it is - Just run the below JavaScript code [...]]]></description>
			<content:encoded><![CDATA[<p>Just think what <strong>Google Chrome</strong> would return when we run browser detection code written in <strong>JavaScript</strong> ? as we all know <strong>Navigator object</strong> contains information about the visitor&#8217;s, I mean the user&#8217;s browser name, browser version and more.</p>
<p>If you would like to know the answer, here it is - Just run the below JavaScript code in the new Google Chrome browser, you will know the answer:<span id="more-280"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code"><pre class="javascript javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> browserName<span style="color: #339933;">=</span>navigator.<span style="color: #660066;">appName</span>;
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>browserName<span style="color: #339933;">==</span><span style="color: #3366CC;">&quot;Netscape&quot;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
 <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Hi Netscape User!&quot;</span><span style="color: #009900;">&#41;</span>;
<span style="color: #009900;">&#125;</span>
<span style="color: #000066; font-weight: bold;">else</span>
<span style="color: #009900;">&#123;</span>
 <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>browserName<span style="color: #339933;">==</span><span style="color: #3366CC;">&quot;Microsoft Internet Explorer&quot;</span><span style="color: #009900;">&#41;</span>
 <span style="color: #009900;">&#123;</span>
  <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Hi, Explorer User!&quot;</span><span style="color: #009900;">&#41;</span>;
 <span style="color: #009900;">&#125;</span>
 <span style="color: #000066; font-weight: bold;">else</span>
  <span style="color: #009900;">&#123;</span>
    <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Check out the browser which you are using, or upgrade your browser with the new one?&quot;</span><span style="color: #009900;">&#41;</span>;
   <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p><a href="http://developersnippets.com/wp-content/uploads/2008/09/chromealert.jpg"><img class="alignleft size-full wp-image-282" title="chromealert" src="http://developersnippets.com/wp-content/uploads/2008/09/chromealert.jpg" alt="" title="chromealert" width="366" height="124" /> </a></p>
<p>So, Guys! what answer you got, Yes! the navigator.appName returns &quot;<strong>Netscape</strong> &quot;. As we all know &quot;<strong>appName</strong> &quot; of navigator holds the name of the browser. Similarly we have so many properties of navigator object like for example: navigator.appVersion, here &quot;<strong>appVersion</strong> &quot; holds the version of the browser.</p>
<p><strong>Related Articles which you would like to read:</strong></p>
<p>1. <a title="Google Chrome Browser on your personal USB Drives" href="http://developersnippets.com/2008/09/10/google-chrome-browser-on-your-personal-usb-drives/" title="Google Chrome Browser on your personal USB Drives">Google Chrome Browser on your personal USB Drives</a></p>
<p>2. <a title="Twinkling hidden features of Google Chrome" href="http://developersnippets.com/2008/09/03/twinkling-hidden-features-of-google-chrome/" title="Twinkling hidden features of Google Chrome">Twinkling hidden features of Google Chrome</a></p>
<p>3. <a title="Download Google Chrome Browser, its awesome" href="http://developersnippets.com/2008/09/02/download-google-chrome-browser-its-awesome/" title="Download Google Chrome Browser, its awesome">Download Google Chrome Browser, its awesome</a></p>
<p>4. <a title="Error: Invalid source HTML for this operation" href="http://developersnippets.com/2008/09/01/error-invalid-source-html-for-this-operation/" title="Error: Invalid source HTML for this operation">Error: Invalid source HTML for this operation</a></p>
<p>5. <a title="System Error: -1072896658 in IE" href="http://developersnippets.com/2008/08/31/system-error-1072896658-in-ie/" title="System Error: -1072896658 in IE">System Error: -1072896658 in IE</a></p>
<p>6. <a title="Snippet Code for Simple Ajax Tabs with cool CSS Styles" href="http://developersnippets.com/2007/05/19/snippet-code-for-simple-ajax-tabs-with-cool-css-styles/" title="Snippet Code for Simple Ajax Tabs with cool CSS Styles">Snippet Code for Simple Ajax Tabs with cool CSS Styles</a></p>
<p>7. <a title="Remove special characters (like !, &gt;, ?, ., # etc.,) from a string using JavaScript" href="http://developersnippets.com/2007/05/12/remove-special-characters-like-etc-from-a-string-using-javascript/" title="Remove special characters (like !, &gt;, ?, ., # etc.,) from a string using JavaScript">Remove special characters (like !, &gt;, ?, ., # etc.,) from a string using JavaScript</a></p>
<p>8. <a title="Using XMLHttpRequest, reading XML data (Adobe AIR Application)" href="http://developersnippets.com/2007/08/19/using-xmlhttprequest-reading-xml-data-adobe-air-application/" title="Using XMLHttpRequest, reading XML data (Adobe AIR Application)">Using XMLHttpRequest, reading XML data (Adobe AIR Application)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/13/netscape-is-the-navigatorappname-for-google-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Develop Google Chrome App using EXT JS and Google Data API</title>
		<link>http://developersnippets.com/2008/09/12/develop-google-chrome-app-using-ext-js-and-google-data-api/</link>
		<comments>http://developersnippets.com/2008/09/12/develop-google-chrome-app-using-ext-js-and-google-data-api/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 17:54:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Ext JS]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Google API]]></category>

		<guid isPermaLink="false">http://developersnippets.com/2008/09/12/develop-google-chrome-app-using-ext-js-and-google-data-api/</guid>
		<description><![CDATA[As you guys know Google Chrome is rocking the web world with awesome enough features and with fast performance. Jamie Avins, has created one Google Chrome App using Ext and Google Data API, he has experimented on one small application to manage your google contacts which you can install. The respected example extends the Ext.data.DataProxy [...]]]></description>
			<content:encoded><![CDATA[<p>As you guys know Google Chrome is rocking the web world with awesome enough features and with fast performance. Jamie Avins, has created one Google Chrome App using Ext and Google Data API, he has experimented on one small application to manage your google contacts which you can install. The respected example extends the Ext.data.DataProxy which allow you to populate a store with your contact information to bind to any store like Grid, Combo Box etc.,<span id="more-279"></span></p>
<p><a title="Google Contacts Demo" href="http://extjs.com/playpen/GContact/GContact.html" title="Google Contacts Demo"><img src="http://extjs.com/playpen/GContact/GContactInstalledSm.png" alt="" width="545" height="300" /> </a></p>
<p>If you would like to see the demo, you can view the same at this location - <a title="Google Contacts Demo" href="http://extjs.com/playpen/GContact/GContact.html" title="Google Contacts Demo">Google Contacts Demo</a> , once you click on the link, it will open up an application, and when you click on the &quot;Login&quot;, which is towards your left - it will ask for your login information of your GMail account, after filling in your username and passwords it asks for approval about the application. If you grant access it will display all your GMail contact lists into the grid provided. Amazing application!</p>
<p>Great job! done by Jamie Avins, Jamie you really rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/12/develop-google-chrome-app-using-ext-js-and-google-data-api/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Chrome Browser on your personal USB Drives</title>
		<link>http://developersnippets.com/2008/09/10/google-chrome-browser-on-your-personal-usb-drives/</link>
		<comments>http://developersnippets.com/2008/09/10/google-chrome-browser-on-your-personal-usb-drives/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 19:28:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[Technology News]]></category>

		<category><![CDATA[Chrome]]></category>

		<guid isPermaLink="false">http://developersnippets.com/2008/09/10/google-chrome-browser-on-your-personal-usb-drives/</guid>
		<description><![CDATA[As we all know about the launch of Google Chrome, and created a history on the launching day, everybody were eagerly waiting for the Chrome to launch. And really they have made a history in the world of web. As you guys know still Google Chrome is in Beta to test the application and to [...]]]></description>
			<content:encoded><![CDATA[<p>As we all know about the launch of Google Chrome, and created a history on the launching day, everybody were eagerly waiting for the Chrome to launch. And really they have made a history in the world of web. As you guys know still Google Chrome is in Beta to test the application and to release the full after some days after through testing in beta.<span id="more-275"></span></p>
<p>After the release of the Google Chrome, there were lots lots of feedback from the people who has the features and who has downloded the software. Here is a good news for the people who stores all the respective softwares in their USB Sticks, Google Browser can run directly from the USB Stick and even you can browser your favorite websites and the history and cookies will be stored in USB drive itself, isn&#8217;t it awesome enough.This requires no installation at all, this will run in a single click of a respective file. This has been created by Carsten, just download the file from here - <a class="liinternal" href="http://stadt-bremerhaven.de/download-manager.php?id=33" class="liinternal">Download Portable Chrome 0.2.151.0</a> (This will be downloaded from Carsten&#8217;s Web Blog). So what are you waiting for, just download the respective file and store the same on to your USB Drives, and unzip accordinlgy and start chroming and rocking as well in the World of web.</p>
<p><a title="Google Chrome Browser on USB Drives" href="http://stadt-bremerhaven.de/download-manager.php?id=33" title="Google Chrome Browser on USB Drives"><img src="http://developersnippets.com/wp-content/uploads/2008/09/usbgooglechrome.gif" alt="Google Chrome Browser on USB" width="140" height="140" /> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/10/google-chrome-browser-on-your-personal-usb-drives/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twinkling hidden features of Google Chrome</title>
		<link>http://developersnippets.com/2008/09/03/twinkling-hidden-features-of-google-chrome/</link>
		<comments>http://developersnippets.com/2008/09/03/twinkling-hidden-features-of-google-chrome/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 08:09:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Mozilla]]></category>

		<category><![CDATA[Technology News]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=258</guid>
		<description><![CDATA[This is in addition to my article &#34;Download Google Chrome Browser, its awesome &#34;, Just few hours back Google has launched an awesome enough browser to the World of Web. I would like to say that this browser is going to compete other browsers in the World of Web. I have downloaded the same from [...]]]></description>
			<content:encoded><![CDATA[<p>This is in addition to my article &quot;<a title="Download Google Chrome Browser, its awesome" href="http://developersnippets.com/2008/09/02/download-google-chrome-browser-its-awesome/" title="Download Google Chrome Browser, its awesome">Download Google Chrome Browser, its awesome</a> &quot;, Just few hours back Google has launched an awesome enough browser to the World of Web. I would like to say that this browser is going to compete other browsers in the World of Web. I have downloaded the same from this location - <a rel="nofollow" href="http://tools.google.com/chrome">http://tools.google.com/chrome</a> -and checked some features of this browser, I can say it has got many good new features that cannot be seen in other browsers like Firefox3, Microsoft Internet Explorer and other browsers.<span id="more-258"></span></p>
<p>My favorite all time feature is &quot;<strong>Task Manager</strong> &quot;, &quot;<strong>JavaScript Debugger</strong> &quot; this is what I am looking for in the other browsers. In one of the blog, I have noticed a good article related to &quot;Tabs&quot; in a browser, the title of the article is &quot;<a title="Does tab features in browser helps the developer?" href="http://devblogzone.blogspot.com/2008/03/does-tab-features-in-browser-helps.html" title="Does tab features in browser helps the developer?">Does tab features in browser helps the developer?</a> &quot;, I think the article which has posted might be a developer, here in this article he has explained his handson experience about the &quot;Tabs&quot; when debugging a code or while writing a code in any language. His concern is, <span class="Apple-style-span" style="border-collapse: separate; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-family: 'Trebuchet MS'; color: #333333;">&quot;<em>when I am testing my code in tabbed browsers if at all that code has got any errors and or problem might occur during running the code, or if any loop is running continuously (infinite loop) in order to overcome the issue we need to close entire browser window no matter how many tabs you have opened, using Windows Task Manager if developer is using Windows Operating System</em> &quot;.<span class="Apple-converted-space"> </span> </span> Here in this Google &quot;Chrome&quot; browser, we are not having any problem, we can overcome the above problem as here they have introduced &quot;Task Manager&quot; feature, its awesome right? Yeah! its really awesome.</p>
<p><strong>1. Task Manager (Shift+Esc): Crash Control<br />
</strong></p>
<p>Below is the screen shot of this awesome feature, <strong>Task Manager (Shift+Esc)</strong> :</p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/taskmanager.gif" alt="Chrome Task Manager" width="468" height="303" /></p>
<p>From the above feature, you can easily stop/End process of the Tabs which you have opened, I think this feature help developer a lot in debugging and running the code successfully without disturbing other tabs which are opened. Not only that you can view the memory of how much each tab is taking and the CPU effort has well. And more interestingly, if you click on &quot;Stats for nerds&quot; it will show consolidated stats of the same, this is really awesome and unique feature I have ever seen before.</p>
<p><strong>2. New incognito Window (Ctrl+Shift+N):</strong></p>
<p>Here &quot;incognito&quot; means without revealing one&#8217;s identity. This is a new feature which we will not see much handy in any other browsers. The websites which you see in this window will not appear in history that is website links or other instances like cookies won&#8217;t appear in your browser history or search history. This feature will not affect the behavior of other people, servers, or software. If you would like to know more info about this feature, then just press Ctrl+Shift+N on your keyword <img src='http://developersnippets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/incognito.gif" alt="incognito window in chrome" width="468" height="303" /></p>
<p><strong>3. Gather Multiple tabs into one window:</strong></p>
<p>As we all know Google takes more care about the users usability, they have introduced one awesome features like you can drag out the tabs to create a new window, and you can gather multiple tabs into one window and can arrange them as you need depending on your priority.</p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/dragouttab.jpg" alt="Gather Multiple tabs into one window" width="468" height="303" /></p>
<p><strong>4. Safe Browsing:</strong></p>
<p>Google automatically warns you if you are about to visit any malware or any other unsafe websites. Check out this feature, this is not new but good enough feature we can say. This feature will warns you by flashing an alert message like &quot;<strong>Error Messages and Alerts: &#8216;This is probably not the site you are looking for!&#8217;</strong> &quot;.</p>
<p><strong>5. Instant Bookmarking: </strong></p>
<p>As we know bookmarking places a vital role in storing your favorite website address, and I would like to give one suggestion to Google that, right now bookmarks are stored locally (In the system&#8217;s memory) this feature only will be seen in this system only, if a user bookmarks any favorite website, it should open up a window of GMail or so asking for username and password and can save the same bookmark online. If you guy&#8217;s introduce this feature, it will helps developers and users a lot in saving some time. I think you might be introducing this in next coming releasing.</p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/instantbookmarking.jpg" alt="Instant Bookmarking" width="468" height="303" /></p>
<p><strong>6. Import Bookmarks and Settings:</strong></p>
<p>You can import your bookmarks from your other browsers very easily like from Internet Explorer or Mozilla etc., not only importing bookmarks, we can also import Browsing history, Saved passwords and even Search engines. You can import all these in a single click&#8230;..</p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/importsettings.jpg" alt="Import Bookmarks and Settings" /></p>
<p><strong>7. Downloads:</strong></p>
<p>Again I can this very awesome enough, when you want to download a file / zip file / lets say if you want to save an image from a web page, it will show up an download icon towards your chrome browsers left bottom and towards your right you can see a link called &quot;Show all downloads&#8230;&quot; and when we click on this link it will open a new tab with all the respective downloads which you have downloaded. If you want to view the destination of the file then in download tab window click on &quot;Show in folder&quot; it will take you to the destination folder.</p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/downloadfeature.jpg" alt="Downloads" /></p>
<p><strong>8. Create application shortcuts&#8230;</strong></p>
<p>You can create a shortcut of your favorite website page and can save the same to your Desktop / Start Menu / Quick Launch Bar for your future reference, I think this is a new feature which Google has introduced, when we click on the respective shortcut icon which you have saved it will open that application in a separate new window with awesome features&#8230; Amazing!</p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/shortcuts.jpg" alt="Create application shortcuts" width="468" height="343" /></p>
<p><strong>9. Find option:</strong></p>
<p>If you want to find any word in your respective webpage, press Ctrl+F then towards your top right corner one find text box will scrolls down and also this provides us to see the previous and next options which has been shown using up and down arrows.</p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/findfeature.jpg" alt="Find" width="468" height="100" /></p>
<p><strong>10. Developer Options:</strong></p>
<p>This feature is also awesome enough in Chrome, if a user / developer wants to debug or view his code he can do the same, when user want to view the source of a web page, can do the same by Ctrl+U and the source window has got line numbers as well, this is something new and which helps us in debugging as well. Google has introduced a nice feature of debugging the code like a &quot;<strong>Firebug</strong> &quot; addon in &quot;<strong>Firefox</strong> &quot;, this will help developers a lot especially for JavaScript developers.</p>
<p><img src="http://developersnippets.com/wp-content/uploads/2008/09/developeroption.jpg" alt="Developer Options" width="468" height="343" /></p>
<p>I think, I have covered most of the awesome enough features which Google has introduced in New Chrome Browser, download the same at this location - <a title="http://www.google.com/chrome/?hl=en" href="http://www.google.com/chrome/?hl=en" title="http://www.google.com/chrome/?hl=en">http://www.google.com/chrome/?hl=en</a> and if you have any valuable feedback on the Google Chrome Browser let the Google Team know the same - <a title="http://www.google.com/support/chrome/bin/request.py?contact_type=feedback" href="http://www.google.com/support/chrome/bin/request.py?contact_type=feedback" title="http://www.google.com/support/chrome/bin/request.py?contact_type=feedback">http://www.google.com/support/chrome/bin/request.py?contact_type=feedback</a></p>
<p>And if I have missed any new features, please do post a comment to this article.</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/03/twinkling-hidden-features-of-google-chrome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
