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

<channel>
	<title>fragmente &#187; badbrowser</title>
	<atom:link href="http://blog.team-noir.net/tag/badbrowser/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.team-noir.net</link>
	<description>team noir blog</description>
	<lastBuildDate>Thu, 19 Jan 2012 15:04:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>jQuery badBrowser Update Version 1.4</title>
		<link>http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4/</link>
		<comments>http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4/#comments</comments>
		<pubDate>Tue, 18 May 2010 16:22:19 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[badbrowser]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=365</guid>
		<description><![CDATA[Time is running &#8230; Hello! Today you can download my new version from &#8220;jQuery badBrowser Script&#8221; . Why and how it works you can read in my last articles: fight-old-browsers-warning-with-jquery release-bad-browser-new-version-13 fight-internet-explorer-6-reloaded After several comments to the missing MSIE 5.5 detecting i decided to update my script and tell you my solution: I have tested [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/' rel='bookmark' title='Fight old Browsers &#8211; Warning with jQuery'>Fight old Browsers &#8211; Warning with jQuery</a></li>
<li><a href='http://blog.team-noir.net/2009/07/release-bad-browser-new-version-13/' rel='bookmark' title='Release: bad Browser &#8211; new Version 1.3'>Release: bad Browser &#8211; new Version 1.3</a></li>
<li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Time is running &#8230;</p>
<p>Hello!</p>
<p>Today you can download my new version from &#8220;<strong>jQuery badBrowser Script</strong>&#8221; . Why and how it works you can read in my last articles:<span id="more-365"></span></p>
<ul>
<li><a href="http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/">fight-old-browsers-warning-with-jquery</a></li>
<li><a href="http://blog.team-noir.net/2009/07/release-bad-browser-new-version-13/">release-bad-browser-new-version-13</a></li>
<li><a href="http://blog.team-noir.net/2009/08/fight-internet-explorer-6-reloaded/">fight-internet-explorer-6-reloaded</a></li>
</ul>
<p>After several comments to the missing MSIE 5.5 detecting i decided to update my script and tell you my solution:</p>
<p>I have tested several ways to use JavaCcript/jQuery and <em>useragent</em> identification.</p>
<pre>// special Testcheck for dirty Microsoft Internet Explorer 5.5
 if (userAgent.indexOf("MSIE 5.")&gt;=0) {
 return true;
 }</pre>
<p>Nothing happens.  Mostly the Browser doesn&#8217;t work with JavaScript or displays many errors.<br />
MSIE 5.5 is very old and in my opinion it&#8217;s <strong>enough to detect IE 6.0</strong>. In special cases you may use <a title="german wikipedia" href="http://de.wikipedia.org/wiki/Conditional_Comments">conditional comments</a> like this:</p>
<pre>&lt;head&gt;
 &lt;!--[if lte IE 5]&gt;
 &lt;style&gt; body {background:yellow;}&lt;/style&gt;
 &lt;![endif]--&gt;
&lt;/head&gt;</pre>
<p>The actually jQuery library is 1.4.2, since version 1.3 the <em>jquery.browser</em> command is deprecated, but on the <a href="http://api.jquery.com/jQuery.browser/">website</a> you can read:</p>
<blockquote><p>The <code>$.browser</code> property is deprecated in jQuery 1.3, but there are no immediate plans to remove it.</p></blockquote>
<p><strong><span style="text-decoration: underline;">My small Changelog</span></strong>:</p>
<ul>
<li><em>update the browser version support, alert if smaller then:</em>
<ul>
<li><em>Firefox &lt; 3 .0<br />
</em></li>
<li><em>Opera &lt; 9.5</em></li>
<li><em>Safari &lt; 4.0</em></li>
<li><em>Google Chrome &lt; 3.0</em></li>
<li><em>MSIE &lt; 8.0</em></li>
</ul>
</li>
<li><em>German warning language<br />
</em><br />
<em><br />
</em></li>
</ul>
<p>Please comment this Post for hints, tricks and more &#8230; have fun!</p>
<a href="http://blog.team-noir.net/wp-content/plugins/download-monitor/download.php?id=2" title="1.4"><img src="http://blog.team-noir.net/wp-content/uploads/download.png" title="Download badBrowser Version 1.4" /></a> <a href="http://blog.team-noir.net/wp-content/plugins/download-monitor/download.php?id=2" title="1.4">badBrowser Version 1.4</a>  ( 1107x )
<p><span style="text-decoration: underline;"><strong>UPDATE 19.05.2010:</strong></span> Now you can also find a minimized .js Version in the download-zip (Thanks to fleshgrinder). Nice javascript <a href="http://yui.2clics.net/">compression tool</a>.</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/' rel='bookmark' title='Fight old Browsers &#8211; Warning with jQuery'>Fight old Browsers &#8211; Warning with jQuery</a></li>
<li><a href='http://blog.team-noir.net/2009/07/release-bad-browser-new-version-13/' rel='bookmark' title='Release: bad Browser &#8211; new Version 1.3'>Release: bad Browser &#8211; new Version 1.3</a></li>
<li><a href='http://blog.team-noir.net/2009/07/how-to-update-typo3-42/' rel='bookmark' title='How to &#8230; update TYPO3 4.2'>How to &#8230; update TYPO3 4.2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Release: bad Browser &#8211; new Version 1.3</title>
		<link>http://blog.team-noir.net/2009/07/release-bad-browser-new-version-13/</link>
		<comments>http://blog.team-noir.net/2009/07/release-bad-browser-new-version-13/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 17:20:45 +0000</pubDate>
		<dc:creator>blumentritt</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[badbrowser]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[popup]]></category>

		<guid isPermaLink="false">http://blog.team-noir.net/?p=203</guid>
		<description><![CDATA[Release Hi there &#8230; today we finished the tests for our updated badBrowser version. More information about our ideas and sources for this script you will find here. Changelog: Google Chrome detect, warning &#60; version 2.0 new Safari detecting mode The userAgent from Safari and Chrome are very similar because both of them use webkit. So [...]
Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4/' rel='bookmark' title='jQuery badBrowser Update Version 1.4'>jQuery badBrowser Update Version 1.4</a></li>
<li><a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/' rel='bookmark' title='Fight old Browsers &#8211; Warning with jQuery'>Fight old Browsers &#8211; Warning with jQuery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Release</strong></p>
<p>Hi there &#8230;</p>
<p>today we finished the tests for our updated badBrowser version. More information about our ideas and sources for this script you will find <a title="fight old Browser" href="http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/">here</a>.</p>
<p><span id="more-203"></span></p>
<p><em>Changelog:</em></p>
<ul>
<li><em>Google Chrome detect, warning &lt; version 2.0</em></li>
<li><em>new Safari detecting mode</em></li>
</ul>
<p>The userAgent from <a href="http://www.apple.com/en/safari/">Safari</a> and <a title="Google Chrome" href="http://www.google.com/chrome/">Chrome</a> are very similar because both of them use <a href="http://webkit.org/">webkit</a>. So detecting is more difficult but works fine now in version 1.3</p>
<p>Thanks to chobo2 and fleshgrinder</p>
<p>Have fun and tell us your thoughts</p>
<p><strong>NEW VERSION: 1.4</strong><br />
<a href="http://blog.team-noir.net/wp-content/plugins/download-monitor/download.php?id=2" title="1.4"><img src="http://blog.team-noir.net/wp-content/uploads/download.png" title="Download badBrowser Version 1.4" /></a> <a href="http://blog.team-noir.net/wp-content/plugins/download-monitor/download.php?id=2" title="1.4">badBrowser Version 1.4</a>  ( 1107x )</p>
<p>Related posts:<ol>
<li><a href='http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4/' rel='bookmark' title='jQuery badBrowser Update Version 1.4'>jQuery badBrowser Update Version 1.4</a></li>
<li><a href='http://blog.team-noir.net/2009/06/fight-old-browsers-warning-with-jquery/' rel='bookmark' title='Fight old Browsers &#8211; Warning with jQuery'>Fight old Browsers &#8211; Warning with jQuery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.team-noir.net/2009/07/release-bad-browser-new-version-13/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

