<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Suggestions Wanted: Alternative Browser Alliance Relaunch</title>
	<atom:link href="http://www.hyperborea.org/journal/archives/2008/09/24/aba-relaunch-prep/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperborea.org/journal/archives/2008/09/24/aba-relaunch-prep/</link>
	<description>Sci-fi, comics, humor, photos...it&#039;s all fair game.</description>
	<lastBuildDate>Thu, 05 Nov 2009 20:02:35 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: G Barr</title>
		<link>http://www.hyperborea.org/journal/archives/2008/09/24/aba-relaunch-prep/#comment-45938</link>
		<dc:creator>G Barr</dc:creator>
		<pubDate>Fri, 30 Jan 2009 15:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2827#comment-45938</guid>
		<description>Hi,

As a user it is great that there are are choice of bowsers on the market. However, as a web designer/developer the differing standards are a pain, as many of you out there know. The point to remember as a developer the IE is still the largest browse in use and will probably remain so as long as mcrosoft dominate the PC software market. Do not believe all the stats ot there, just think of the average Joe who buys a pre-installed PC. The majority don&#039;t even know what their IE is a browser, just that it takes them in to the Internet. More has to be done by W3C to push for a standard browse implimination.

regards
George</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>As a user it is great that there are are choice of bowsers on the market. However, as a web designer/developer the differing standards are a pain, as many of you out there know. The point to remember as a developer the IE is still the largest browse in use and will probably remain so as long as mcrosoft dominate the PC software market. Do not believe all the stats ot there, just think of the average Joe who buys a pre-installed PC. The majority don&#8217;t even know what their IE is a browser, just that it takes them in to the Internet. More has to be done by W3C to push for a standard browse implimination.</p>
<p>regards<br />
George</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alternative Browser Alliance Update &#124; K-Squared Ramblings</title>
		<link>http://www.hyperborea.org/journal/archives/2008/09/24/aba-relaunch-prep/#comment-45509</link>
		<dc:creator>Alternative Browser Alliance Update &#124; K-Squared Ramblings</dc:creator>
		<pubDate>Sat, 13 Dec 2008 08:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2827#comment-45509</guid>
		<description>[...] still hope to do that major rewrite, but this should bring it mostly [...]</description>
		<content:encoded><![CDATA[<p>[...] still hope to do that major rewrite, but this should bring it mostly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gérard Talbot</title>
		<link>http://www.hyperborea.org/journal/archives/2008/09/24/aba-relaunch-prep/#comment-45059</link>
		<dc:creator>Gérard Talbot</dc:creator>
		<pubDate>Sat, 25 Oct 2008 03:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2827#comment-45059</guid>
		<description>Hello Kelson,

I strongly believe that the &quot;why&quot; section should address the bugs situation in IE 6 and IE 7 and their respective web standards compliance. IE 8 will be more compliant but - and this is important to note - will not reach the level of compliance of Firefox 3.0.3 and Opera 9.61. Some of the IE bugs I filed have been recently closed as postponed. And we also know that IE 8 will not support DOM 2 Events.

&quot;There was almost no innovation from 2001 through 2004&quot;
To be precise: there was no innovation or development at all between October 2001 to June 2004.

On the &quot;detect capabilities&quot; subject, you should provide at least 1 link.
Possible choices:

Developing Cross Browser/Cross Platform Pages
Using Object/Feature support detection approach: best and overall most reliable 
https://developer.mozilla.org/en/Using_Web_Standards_in_your_Web_Pages/Developing_Cross_Browser%2f%2fCross_Platform_Pages#Using_Object.2fFeature_support_detection_approach.3a_best_and_overall_most_reliable

A Strategy That Works: Object/Feature Detecting by comp.lang.javascript newsgroup FAQ notes
http://jibbering.com/faq/faq_notes/not_browser_detect.html#bdFD
Browser detection - No; Object detection - Yes by Peter-Paul Koch 
http://www.quirksmode.org/js/support.html

Any Linux-capable browser is good, so I am not sure what would be the point of listing Linux browsers. 

By the way, Konqueror 4.x is available for windows:
http://windows.kde.org/

Regards, Gérard</description>
		<content:encoded><![CDATA[<p>Hello Kelson,</p>
<p>I strongly believe that the &#8220;why&#8221; section should address the bugs situation in IE 6 and IE 7 and their respective web standards compliance. IE 8 will be more compliant but &#8211; and this is important to note &#8211; will not reach the level of compliance of Firefox 3.0.3 and Opera 9.61. Some of the IE bugs I filed have been recently closed as postponed. And we also know that IE 8 will not support DOM 2 Events.</p>
<p>&#8220;There was almost no innovation from 2001 through 2004&#8243;<br />
To be precise: there was no innovation or development at all between October 2001 to June 2004.</p>
<p>On the &#8220;detect capabilities&#8221; subject, you should provide at least 1 link.<br />
Possible choices:</p>
<p>Developing Cross Browser/Cross Platform Pages<br />
Using Object/Feature support detection approach: best and overall most reliable<br />
<a href="https://developer.mozilla.org/en/Using_Web_Standards_in_your_Web_Pages/Developing_Cross_Browser%2f%2fCross_Platform_Pages#Using_Object.2fFeature_support_detection_approach.3a_best_and_overall_most_reliable" >https://developer.mozilla.org/en/Using_Web_Standards_in_your_Web_Pages/Developing_Cross_Browser%2f%2fCross_Platform_Pages#Using_Object.2fFeature_support_detection_approach.3a_best_and_overall_most_reliable</a></p>
<p>A Strategy That Works: Object/Feature Detecting by comp.lang.javascript newsgroup FAQ notes<br />
<a href="http://jibbering.com/faq/faq_notes/not_browser_detect.html#bdFD" >http://jibbering.com/faq/faq_notes/not_browser_detect.html#bdFD</a><br />
Browser detection &#8211; No; Object detection &#8211; Yes by Peter-Paul Koch<br />
<a href="http://www.quirksmode.org/js/support.html" >http://www.quirksmode.org/js/support.html</a></p>
<p>Any Linux-capable browser is good, so I am not sure what would be the point of listing Linux browsers. </p>
<p>By the way, Konqueror 4.x is available for windows:<br />
<a href="http://windows.kde.org/" >http://windows.kde.org/</a></p>
<p>Regards, Gérard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelson</title>
		<link>http://www.hyperborea.org/journal/archives/2008/09/24/aba-relaunch-prep/#comment-45030</link>
		<dc:creator>Kelson</dc:creator>
		<pubDate>Wed, 22 Oct 2008 16:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2827#comment-45030</guid>
		<description>Thanks for the suggestion. K-Meleon is actually already on the list, and has been since the site launched three years ago.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion. K-Meleon is actually already on the list, and has been since the site launched three years ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: app</title>
		<link>http://www.hyperborea.org/journal/archives/2008/09/24/aba-relaunch-prep/#comment-45026</link>
		<dc:creator>app</dc:creator>
		<pubDate>Wed, 22 Oct 2008 03:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hyperborea.org/journal/?p=2827#comment-45026</guid>
		<description>Please add &lt;a href=&quot;http://kmeleon.sourceforge.net/&quot;&gt;K-Meleon&lt;/a&gt; (Firefox without the bloat) to your browser list. It&#039;s a lightweight gecko based browser made specifically for old slow PC&#039;s that can&#039;t run anything better than an old outdated version of Windows (can run on an old 486 with 32mb ram &amp; Win95 or NT4!)

The developers have made a commitment not to abandon the owners of these old computers, unlike how most other browser developers already have.

I wrote a review about the browser last year and published it on my &lt;a href=&quot;http://snailware.blogspot.com/2007/07/k-meleon-11-snail-friendly-browser.html&quot;&gt;Snailware blog&lt;/a&gt;, if you are interested in a user opinion and perspective.</description>
		<content:encoded><![CDATA[<p>Please add <a href="http://kmeleon.sourceforge.net/">K-Meleon</a> (Firefox without the bloat) to your browser list. It&#8217;s a lightweight gecko based browser made specifically for old slow PC&#8217;s that can&#8217;t run anything better than an old outdated version of Windows (can run on an old 486 with 32mb ram &amp; Win95 or NT4!)</p>
<p>The developers have made a commitment not to abandon the owners of these old computers, unlike how most other browser developers already have.</p>
<p>I wrote a review about the browser last year and published it on my <a href="http://snailware.blogspot.com/2007/07/k-meleon-11-snail-friendly-browser.html">Snailware blog</a>, if you are interested in a user opinion and perspective.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
