<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Gemal&apos;s Psyched Blog - Comments on &quot;Your current browser is outdated&quot; says Netscape.com</title>
		<link>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/index.html</link>
		<description>Using my nightly build of Mozilla Firefox I typed &quot;netscape.com&quot; as was created with an webpage saying: &quot;Alert: Your current browser is outdated!&quot; Then &quot;blablabla upgrade to Netscape 8&quot; Well my browser cant be more up to date then a...</description>
		<language>en-us</language>
		<copyright>Copyright 2009</copyright>
		<lastBuildDate>Wed, 28 Jan 2009 22:48:53 +0100</lastBuildDate>
		<pubDate>Mon, 16 Feb 2009 09:33:26 +0100</pubDate>
		<generator>http://www.movabletype.org/?v=3.17</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<image>
			<link>http://gemal.dk/</link>
			<url>http://gemal.dk//pics/favicon.png</url>
			<title>Gemal&apos;s Psyched Blog</title>
		</image>
		
			<item>
				<title>By jimich</title>
				<description>ahahahahahah...They are really ... so ... i don&apos;t find the words ... :-)</description>
				<content:encoded><![CDATA[<p>ahahahahahah...<br />
They are really ... so ... <br />
i don't find the words ... :-)</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment1?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment1</guid>
				<pubDate>Thu, 19 May 2005 15:12:46 +0100</pubDate>
				<author>
					<name>jimich</name>
					<email>jimich@gmail.com</email>
				</author>
			</item>
		
			<item>
				<title>By Ian</title>
				<description>I love the fact that they&apos;re based on 1.0.3 not 1.0.4, so not only are they releasing a product with known (serious) security vulnerabilities, they are claiming that it is more secure than the browser with those vulnerabilities fixed!</description>
				<content:encoded><![CDATA[<p>I love the fact that they're based on 1.0.3 not 1.0.4, so not only are they releasing a product with known (serious) security vulnerabilities, they are claiming that it is more secure than the browser with those vulnerabilities fixed!</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment2?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment2</guid>
				<pubDate>Thu, 19 May 2005 16:03:57 +0100</pubDate>
				<author>
					<name>Ian</name>
					<email>hungryflytrap@myway.com</email>
				</author>
			</item>
		
			<item>
				<title>By Roberto E. Wille</title>
				<description><![CDATA[I "save link as..." in the link www.netscape.comand found thisfunction Is() {var agent = navigator.userAgent.toLowerCase();this.major = parseInt(navigator.appVersion);this.minor = parseFloat(navigator.appVersion);this.ns = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));this.ns2 = (this.ns && (this.major == 2));this.ns3 = (this.ns && (this.major == 3));this.ns4 = (this.ns && (this.major == 4));this.ns5 = (this.ns && (this.major > 4));this.ns6 = (this.ns && (agent.indexOf('netscape6')!=-1) );this.ns7 = (this.ns && (agent.indexOf('netscape/7')!=-1) );this.ns7pr = (this.ns && (agent.indexOf('netscape/7.0b1')!=-1) );this.ns71 = (this.ns && (agent.indexOf('netscape/7.1')!=-1) );this.ns72 = (this.ns && (agent.indexOf('netscape/7.2')!=-1) );this.ie = (agent.indexOf("msie") != -1);this.ie3 = (this.ie && (this.major == 2));this.ie4 = (this.ie && (this.major >= 4));this.ie5 = (this.ie && (this.major == 4) && (agent.indexOf("msie 5.0") != -1));this.ie55 = (this.ie && (this.major == 4) && (agent.indexOf("msie 5.5") != -1));this.ie6 = (this.ie && (agent.indexOf("msie 6.0")!=-1));this.op3 = (agent.indexOf("opera") != -1);this.pc = (agent.indexOf("win") != -1);this.mac = (agent.indexOf("mac")!=-1); // Mac detectthis.client = ( (navigator.userAgent.indexOf('AOL')!=-1) || (navigator.userAgent.indexOf('CS 2000')!=-1) )? 1 : 0;this.moz = ( this.ns && (agent.indexOf("netscape/") == -1) );if (this.moz) this.ns = 0;}var is = new Is()if (is.ie)if (is.pc) document.write("");else document.write("");if (is.ns4) {if (is.pc) {document.write("");} else {document.write("");}}if (is.ns5) document.write("");]]></description>
				<content:encoded><![CDATA[<p>I "save link as..." in the link www.netscape.com<br />
and found this</p>

<p>function Is() {<br />
var agent = navigator.userAgent.toLowerCase();<br />
this.major = parseInt(navigator.appVersion);<br />
this.minor = parseFloat(navigator.appVersion);<br />
this.ns = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));<br />
this.ns2 = (this.ns && (this.major == 2));<br />
this.ns3 = (this.ns && (this.major == 3));<br />
this.ns4 = (this.ns && (this.major == 4));<br />
this.ns5 = (this.ns && (this.major > 4));<br />
this.ns6 = (this.ns && (agent.indexOf('netscape6')!=-1) );<br />
this.ns7 = (this.ns && (agent.indexOf('netscape/7')!=-1) );<br />
this.ns7pr = (this.ns && (agent.indexOf('netscape/7.0b1')!=-1) );<br />
this.ns71 = (this.ns && (agent.indexOf('netscape/7.1')!=-1) );<br />
this.ns72 = (this.ns && (agent.indexOf('netscape/7.2')!=-1) );<br />
this.ie = (agent.indexOf("msie") != -1);<br />
this.ie3 = (this.ie && (this.major == 2));<br />
this.ie4 = (this.ie && (this.major >= 4));<br />
this.ie5 = (this.ie && (this.major == 4) && (agent.indexOf("msie 5.0") != -1));<br />
this.ie55 = (this.ie && (this.major == 4) && (agent.indexOf("msie 5.5") != -1));<br />
this.ie6 = (this.ie && (agent.indexOf("msie 6.0")!=-1));<br />
this.op3 = (agent.indexOf("opera") != -1);<br />
this.pc = (agent.indexOf("win") != -1);<br />
this.mac = (agent.indexOf("mac")!=-1); // Mac detect<br />
this.client = ( (navigator.userAgent.indexOf('AOL')!=-1) || (navigator.userAgent.indexOf('CS 2000')!=-1) )? 1 : 0;<br />
this.moz = ( this.ns && (agent.indexOf("netscape/") == -1) );<br />
if (this.moz) this.ns = 0;</p>

<p>}</p>

<p>var is = new Is()</p>

<p>if (is.ie)<br />
if (is.pc) document.write("");<br />
else document.write("");<br />
if (is.ns4) {<br />
if (is.pc) {<br />
document.write("");<br />
} else {<br />
document.write("");<br />
}<br />
}<br />
if (is.ns5) document.write("");<br />
</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment3?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment3</guid>
				<pubDate>Thu, 19 May 2005 16:47:13 +0100</pubDate>
				<author>
					<name>Roberto E. Wille</name>
					<email>rwille@gmail.com</email>
				</author>
			</item>
		
			<item>
				<title>By Jay K</title>
				<description>And on http://browser.netscape.com/ns8/download/default.jsp, it says it requires Windows XP, Windows 2000, Windows 98 SE, or ME.  Seems like a step backward.</description>
				<content:encoded><![CDATA[<p>And on <a href="http://browser.netscape.com/ns8/download/default.jsp," rel="nofollow">http://browser.netscape.com/ns8/download/default.jsp,</a> it says it requires Windows XP, Windows 2000, Windows 98 SE, or ME.  Seems like a step backward.</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment4?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment4</guid>
				<pubDate>Thu, 19 May 2005 17:14:25 +0100</pubDate>
				<author>
					<name>Jay K</name>
					<email>address@domain.ext</email>
				</author>
			</item>
		
			<item>
				<title>By Mark Dowling</title>
				<description>rather than observing that FF 1.0.4 is outdated, they should consider making a stub installer that works through a proxy, or better yet providing a full installer. Grr.</description>
				<content:encoded><![CDATA[<p>rather than observing that FF 1.0.4 is outdated, they should consider making a stub installer that works through a proxy, or better yet providing a full installer. Grr.</p>]]></content:encoded>
				<link>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment5?from=rss-comment</link>
				<guid>http://gemal.dk/blog/2005/05/19/your_current_browser_is_outdated_says_netscapecom/#comment5</guid>
				<pubDate>Thu, 19 May 2005 17:22:30 +0100</pubDate>
				<author>
					<name>Mark Dowling</name>
					<email>markdowling@eircom.net</email>
				</author>
			</item>
		
	</channel>
</rss>

