<?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; Internet Explorer</title>
	<atom:link href="http://developersnippets.com/category/internet-explorer/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>Awail the opportunity to learn latest Microsoft technologies</title>
		<link>http://developersnippets.com/2008/11/22/awail-the-opportunity-to-learn-latest-microsoft-technologies/</link>
		<comments>http://developersnippets.com/2008/11/22/awail-the-opportunity-to-learn-latest-microsoft-technologies/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 19:14:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Internet Explorer]]></category>

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

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

		<guid isPermaLink="false">http://developersnippets.com/?p=496</guid>
		<description><![CDATA[Guys! get trained on the latest Microsoft technologies, Microsoft is back again with an online event to interact with the best-in-class technologists, yes! Microsoft Virtual TechDays is back&#8230;..
&#8220;don&#8217;t miss on this opportunity to get trained on the latest Microsoft technologies. You have the opportunity to learn and explore how Microsoft products and tools can help [...]]]></description>
			<content:encoded><![CDATA[<p>Guys! get trained on the latest Microsoft technologies, Microsoft is back again with an online event to interact with the best-in-class technologists, yes! <a href="http://virtualtechdays.com/" title="Microsoft Virtual TechDays">Microsoft Virtual TechDays</a> is back&#8230;..<span id="more-496"></span></p>
<p>&#8220;don&#8217;t miss on this opportunity to get trained on the latest Microsoft technologies. You have the opportunity to learn and explore how Microsoft products and tools can help you quickly address your most time-consuming development challenges. Join fellow developers, architects, IT Professionals, designers and project managers at this online event to interact with the best-in-class technologists attending the event.&#8221;</p>
<div id="attachment_497" class="wp-caption alignleft" style="width: 454px"><a href="http://virtualtechdays.com/"><img src="http://developersnippets.com/wp-content/uploads/2008/11/virtual-techdays.jpg" alt="Microsoft Virtual Techdays" title="virtual-techdays" width="444" height="448" class="size-full wp-image-497" /></a><p class="wp-caption-text">Microsoft Virtual Techdays</p></div>
<p>So world class technologists dont miss opportunity, just register and join online and participate online you can learn some new features which has been introduced.</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/11/22/awail-the-opportunity-to-learn-latest-microsoft-technologies/feed/</wfw:commentRss>
		</item>
		<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>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>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>
		<item>
		<title>Download Google Chrome Browser, its awesome</title>
		<link>http://developersnippets.com/2008/09/02/download-google-chrome-browser-its-awesome/</link>
		<comments>http://developersnippets.com/2008/09/02/download-google-chrome-browser-its-awesome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 18:06:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Firefox]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://developersnippets.com/?p=255</guid>
		<description><![CDATA[Internet Browser War has began by the release of Google&#8217;s new browser called &#34;Chrome&#34;, meet &#34;Chrome&#34; which has got so many new features. Google officials has announced that on Tuesday that is Today! Google will launch its own Internet Browser which is going to open up a new challenge in the world of IT to [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Browser War has began by the release of Google&#8217;s new browser called &quot;Chrome&quot;, meet &quot;Chrome&quot; which has got so many new features. Google officials has announced that on Tuesday that is Today! Google will launch its own Internet Browser which is going to open up a new challenge in the world of IT to Microsoft and its dominant Internet Explorer, If you see my resent articles there are &#8216;n&#8217; number of error raises compared to other browsers, most of the features are not well enough in IE (Internet Explorer).<span id="more-255"></span></p>
<p><a title="Download Google Chrome" href="http://tools.google.com/chrome" title="Download Google Chrome"><img src="http://developersnippets.com/wp-content/uploads/2008/09/google_chrome_logo.jpg" alt="Google Chrome Browser" /> </a></p>
<p>Officials has announced that &quot;test&quot; or &quot;beta&quot; version can be downloaded for free in more than 100 countries and the awesome thing here is its code will be open source. Later today, the new browser will be available in more than 40 languages.</p>
<p>As we all know, recently we had a bash on the release of &quot;<strong>Firefox 3</strong> &quot;, Mozilla has rocked the web world with the new version release of Firefox. According to the present statistics out of 100%, <strong>Internet Explorer </strong> is used by <strong>74 percent </strong> of computer users worldwide compared with <strong>18 percent </strong> for <strong>Firefox</strong> . If you would like to know about the usage of all the browsers in the present IT Market, then check out this article right here - <a title="Google Chrome: Browser competition back in high gear" href="http://news.cnet.com/8301-1023_3-10030255-93.html" title="Google Chrome: Browser competition back in high gear">Google Chrome: Browser competition back in high gear</a></p>
<p>For your information &quot;Chrome&quot; uses the <strong>Webkit engine</strong> to render Web Pages and adds a value for JavaScript execution.</p>
<p>If you want to view official Google Chrome Screenshots, then please do view the same at this location - <a title="Official Google Chrome Screenshots" href="http://blogs.pcworld.com/staffblog/archives/007645.html" title="Official Google Chrome Screenshots">Official Google Chrome Screenshots</a></p>
<p>If you want to know more about the best new features which has been introduced in &quot;Chrome&quot;, there is <a title="Google Chrome Comic Book" href="http://www.google.com/googlebooks/chrome/index.html" title="Google Chrome Comic Book">Comic Book</a> release which explains What Google Chrome is all about and why it was developed. Its worthy seeing&#8230;</p>
<p>Below links will take you to the respective websites were you guys can know more about Google Chrome and its awesome features:</p>
<p>1. <a title="Google challenges Microsoft with new browser" href="http://afp.google.com/article/ALeqM5g3kNu_uWwsFV_83HOmW5vpOSYDUw" title="Google challenges Microsoft with new browser">Google challenges Microsoft with new browser</a></p>
<p>2. <a title="Google announces Google Chrome web browser" href="http://www.heise.de/english/newsticker/news/115319" title="Google announces Google Chrome web browser">Google announces Google Chrome web browser</a></p>
<p>3. <a title="Kill the competition: Pound plunge ... Browser war ... Branson airport bid" href="http://business.timesonline.co.uk/tol/business/markets/article4658486.ece" title="Kill the competition: Pound plunge ... Browser war ... Branson airport bid">Kill the competition: Pound plunge &#8230; Browser war &#8230; Branson airport bid</a></p>
<p>4. <a title="Official Google Chrome Screenshots" href="http://blogs.pcworld.com/staffblog/archives/007645.html" title="Official Google Chrome Screenshots">Official Google Chrome Screenshots</a></p>
<p>5. <a title="Google Chrome update: First screenshot, and live-blog alert" href="http://news.cnet.com/8301-17939_109-10030025-2.html" title="Google Chrome update: First screenshot, and live-blog alert">Google Chrome update: First screenshot, and live-blog alert</a></p>
<p>6. <a title="The Chrome is out of the bag: Google's browser arrives Tuesday" href="http://news.cnet.com/8301-17939_109-10029974-2.html" title="The Chrome is out of the bag: Google's browser arrives Tuesday">The Chrome is out of the bag: Google&#8217;s browser arrives Tuesday</a></p>
<p>7. <a title="Google 'starting from scratch' with own browser, Chrome" href="http://news.cnet.com/8301-17939_109-10029914-2.html" title="Google 'starting from scratch' with own browser, Chrome">Google &#8217;starting from scratch&#8217; with own browser, Chrome</a></p>
<p>8. <a title="Mozilla CEO: Chrome was inevitable" href="http://news.cnet.com/8301-17939_109-10030184-2.html" title="Mozilla CEO: Chrome was inevitable">Mozilla CEO: Chrome was inevitable</a></p>
<p>9. <a title="Google steps on Firefox with new Zune...err, Chrome" href="http://news.cnet.com/8301-13505_3-10030185-16.html" title="Google steps on Firefox with new Zune...err, Chrome">Google steps on Firefox with new Zune&#8230;err, Chrome</a></p>
<p>10. <a title="Google Chrome: Browser competition back in high gear" href="http://news.cnet.com/8301-1023_3-10030255-93.html" title="Google Chrome: Browser competition back in high gear">Google Chrome: Browser competition back in high gear</a></p>
<p><strong>Download: </strong> You can download the same from here - <a title="Google Chrome" href="http://tools.google.com/chrome" title="Google Chrome">http://tools.google.com/chrome</a></p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/02/download-google-chrome-browser-its-awesome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Error: Invalid source HTML for this operation</title>
		<link>http://developersnippets.com/2008/09/01/error-invalid-source-html-for-this-operation/</link>
		<comments>http://developersnippets.com/2008/09/01/error-invalid-source-html-for-this-operation/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 18:04:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[HTML]]></category>

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

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

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

		<guid isPermaLink="false">http://developersnippets.com/?p=254</guid>
		<description><![CDATA[Hi developers, today I encountered one error which works fine in Mozilla Firefox but giving an error in IE (Internet Explorer). In IE, the error which I encountered is &#8220;Error: Invalid source HTML for this operation &#8220;, when I run the same application in Firefox, it renders properly without any warnings or errors in the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi developers, today I encountered one error which works fine in Mozilla Firefox but giving an error in IE (Internet Explorer). In IE, the error which I encountered is &#8220;<strong>Error: Invalid source HTML for this operation</strong> &#8220;, when I run the same application in Firefox, it renders properly without any warnings or errors in the JavaScript console.<span id="more-254"></span></p>
<p>I wondered why IE will raise an issue when I could not see any error in Firefox? annoying error right? Yes! same thing I feel.</p>
<p>After searching a lot in Google by this query &#8220;<strong>Error: Invalid source HTML for this operation</strong>&#8220;, I got the answer by seeing some forums. This Error might be because of &#8220;Inserting a block element inside a non-block element&#8221;</p>
<p><strong>like for example: </strong>document.getElementById(&#8217;inserting&#8217;).innerHTML=&#8221;&lt;span&gt;&lt;div&gt;Inserting a block element inside a non-block element&lt;/div&gt;&lt;/span&gt;&#8221;</p>
<p>The above is strictly not allowed in IE6.0 browsers. When you render the same in IE browser will raise an error saying the same &#8220;<strong>Error: Invalid source HTML for this operation</strong>&#8220;, when you render the same in Firefox browsers then will render properly without any error <img src='http://developersnippets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can view the below links for reference:</p>
<p><a title="innerHTML and non-block elements" href="http://integralpath.blogs.com/thinkingoutloud/2006/03/innerhtml_and_n.html">innerHTML and non-block elements</a><br />
<a title="http://xinha.webfactional.com/ticket/129" href="http://xinha.webfactional.com/ticket/129">http://xinha.webfactional.com/ticket/129</a></p>
<p>Related Topics which you would like to read:</p>
<p>1. <a title="System Error: -1072896658 in IE" href="http://developersnippets.com/2008/08/31/system-error-1072896658-in-ie/">System Error: -1072896658 in IE</a><br />
2. <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">Snippet Code for Simple Ajax Tabs with cool CSS Styles</a><br />
3. <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">Using XMLHttpRequest, reading XML data (Adobe AIR Application)</a><br />
4. <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">Remove special characters (like !, &gt;, ?, ., # etc.,) from a string using JavaScript</a><br />
5. <a title="10 different styles of Accordions (Using Ajax, JavaScript, DHTML)" href="http://developersnippets.com/2007/06/23/10-different-styles-of-accordions-using-ajax-javascript-dhtml">10 different styles of Accordions (Using Ajax, JavaScript, DHTML)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/01/error-invalid-source-html-for-this-operation/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
