<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>Lowter - New Comments</title>
		<description>Lowter.com is an electronic magazine covering web development, in the form of articles, blogs, forums, newsletters, and podcasts. Lowter.com primarily covers PHP, JavaScript, (X)HTML, CSS, accessibility, usability, application design, and programming theory.</description>
		<language>en-us</language>
		<link>http://www.lowter.com</link>
		<copyright>Copyright 2004-2008 Lowter</copyright>
		<category>web development</category>
		
		
					<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/lowter/comments" /><feedburner:info uri="lowter/comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
				<title>I'm perfectly happy with XHTML2 being dropped beca…</title>
				<description>&lt;blockquote&gt;&lt;p&gt;I'm perfectly happy with XHTML2 being dropped because anything that was good about it has been transfered into the HTML5 spec anyway.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;I admit that I don't know much about XHTML 2, but I do know that you can't do namespaces and all those nice XHTML things that result in XHTML+MathML &amp;amp; XHTML+SVG, XHTML+MathML+SVG etc etc. In HTML it has to be explicitly added to the HTML specification and due to HTML5 not being XML, doesn't quite work with proper SVG either.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;HTML 5 also allows the poorly written syntax. Sure you can write good code, but why not force people to write stricter code?&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;Since HTML5 defines error handling, I think that should result far less in the well-known IE guessing at what someone meant to do problem?&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;I disagree about the strictness. Forcing strictness is always better for code. One of PHP's greatest weaknesses is that you can easily write crappy PHP code, just as easily as you can write good code. Languages like Python and Ruby address these problems and enforce a very specific syntax.&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;With PHP I could start out with relatively crappy code and as I learned, I started to write better code. I'm sure that applies to many people. Perhaps poorly written PHP and Javascript code makes some better programmers who are more familiar with languages like Java sniff at it, but in the end most of the really bad things you can do in PHP have to be explicitly enabled anyway and will probably be disabled in most modern PHP installations. In the end, you can still very easily write crappy program logic in any programming language.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/oonaNWJP_ABCn-6PbsSe16StRXY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oonaNWJP_ABCn-6PbsSe16StRXY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/oonaNWJP_ABCn-6PbsSe16StRXY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oonaNWJP_ABCn-6PbsSe16StRXY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=5NySMZoRNnI:PfntxAM7eNc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=5NySMZoRNnI:PfntxAM7eNc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=5NySMZoRNnI:PfntxAM7eNc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=5NySMZoRNnI:PfntxAM7eNc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/5NySMZoRNnI" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/5NySMZoRNnI/rip-xhtml-2</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_671</guid>
				<pubDate>Sat, 25 Jul 2009 04:19:59 -0400</pubDate>
				<dc:creator>Frans</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_671</feedburner:origLink></item>
					<item>
				<title>I disagree about the strictness.  Forcing strictne…</title>
				<description>&lt;p&gt;I disagree about the strictness.  Forcing strictness is always better for code.  One of PHP's greatest weaknesses is that you can easily write crappy PHP code, just as easily as you can write good code.  Languages like Python and Ruby address these problems and enforce a very specific syntax.&lt;/p&gt;&lt;p&gt;I don't see why HTML 5 has to be non-XML?  What is the benefit of leaving off end tags and not being well-formed?&lt;/p&gt;&lt;p&gt;XHTML 2 didn't gain adoption because it was too big of a change and it didn't offer any backwards compatibility.  However, it died because Apple and Google (others too I'm sure) have turned HTML 5 into a marketing buzz word.  A lot of the cool HTML 5 things Apple and Google have hyped, like &lt;code&gt;&amp;lt;audio&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;video&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;canvas&amp;gt;&lt;/code&gt;, were also available in the XHTML 2 spec.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VNo3bC8nMMfkxfgp6_idcvOAPP0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VNo3bC8nMMfkxfgp6_idcvOAPP0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VNo3bC8nMMfkxfgp6_idcvOAPP0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VNo3bC8nMMfkxfgp6_idcvOAPP0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=sYL5nqdzbdk:wiGXG6RRWZU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=sYL5nqdzbdk:wiGXG6RRWZU:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=sYL5nqdzbdk:wiGXG6RRWZU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=sYL5nqdzbdk:wiGXG6RRWZU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/sYL5nqdzbdk" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/sYL5nqdzbdk/rip-xhtml-2</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_670</guid>
				<pubDate>Mon, 13 Jul 2009 13:45:13 -0400</pubDate>
				<dc:creator>Ethan Poole</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_670</feedburner:origLink></item>
					<item>
				<title>The problem is that people don't want to be forced…</title>
				<description>&lt;p&gt;The problem is that people don't want to be forced. If they are foced to do soemthing they don't want to they are likely to just not bother with it at all and hence stich with HTML4. Which is bad for the web.&lt;/p&gt;&lt;p&gt;There is no point writing a spec if no one wants to follow it. In the end that's the reason why XHTML2 didn't gain adoption, it turned out it wasn't what most people wanted.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uNUftkU7JqHNZ4mHfVxqCG5nor0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uNUftkU7JqHNZ4mHfVxqCG5nor0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uNUftkU7JqHNZ4mHfVxqCG5nor0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uNUftkU7JqHNZ4mHfVxqCG5nor0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=9WANA4uxz9A:xYrPZesVboM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=9WANA4uxz9A:xYrPZesVboM:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=9WANA4uxz9A:xYrPZesVboM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=9WANA4uxz9A:xYrPZesVboM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/9WANA4uxz9A" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/9WANA4uxz9A/rip-xhtml-2</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_669</guid>
				<pubDate>Mon, 13 Jul 2009 13:16:37 -0400</pubDate>
				<dc:creator>Matt Oakes</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_669</feedburner:origLink></item>
					<item>
				<title>My issue with HTML 5 is that it adds too many tags…</title>
				<description>&lt;p&gt;My issue with HTML 5 is that it adds too many tags that XHTML 2 solved with the role attribute.  HTML 5 also allows the poorly written syntax.  Sure you can write good code, but why not force people to write stricter code?  A stricter web is always better, in my opinion.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4sWLVUaMrCRBBIeyb5q8rSkoapY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4sWLVUaMrCRBBIeyb5q8rSkoapY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4sWLVUaMrCRBBIeyb5q8rSkoapY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4sWLVUaMrCRBBIeyb5q8rSkoapY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=G22tpNckDfs:eD3oLmZh-MM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=G22tpNckDfs:eD3oLmZh-MM:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=G22tpNckDfs:eD3oLmZh-MM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=G22tpNckDfs:eD3oLmZh-MM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/G22tpNckDfs" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/G22tpNckDfs/rip-xhtml-2</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_668</guid>
				<pubDate>Sun, 12 Jul 2009 20:49:41 -0400</pubDate>
				<dc:creator>Ethan Poole</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_668</feedburner:origLink></item>
					<item>
				<title>I'm perfectly happy with XHTML2 being dropped beca…</title>
				<description>&lt;p&gt;I'm perfectly happy with XHTML2 being dropped because anything that was good about it has been transfered into the HTML5 spec anyway. The thing I liked about XHTML was the slightly stricter syntax which just made me code a little bit nicer, this is allowed. The generic header tag &amp;lt;h&amp;gt; is also in there and a few other bits and bobs.&lt;/p&gt;&lt;p&gt;I think the main reason why XHTML2 didn't get adopted was that it wasn't trying to solve problems that we face at the minute. It was just sort of missing the point with what people wanted and how people are using (X)HTML at the minute.&lt;/p&gt;&lt;p&gt;Untill HTML5 comes out I'll still be using XHTML1.1, and even after it does I'll still be using the XHTML syntax because it's what I've got used to.&lt;/p&gt;&lt;p&gt;To me it's no big thing as XHTML2 wasn't anything special anyway. It also makes it easier that everyone has only one set of standards to work towards.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sD7TaJ1UxWlVxWhYdYkjWTrjgcE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sD7TaJ1UxWlVxWhYdYkjWTrjgcE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sD7TaJ1UxWlVxWhYdYkjWTrjgcE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sD7TaJ1UxWlVxWhYdYkjWTrjgcE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=4V_nbiFPuU8:bqt0EoyEU8g:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=4V_nbiFPuU8:bqt0EoyEU8g:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=4V_nbiFPuU8:bqt0EoyEU8g:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=4V_nbiFPuU8:bqt0EoyEU8g:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/4V_nbiFPuU8" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/4V_nbiFPuU8/rip-xhtml-2</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_667</guid>
				<pubDate>Sun, 12 Jul 2009 16:24:09 -0400</pubDate>
				<dc:creator>Matt Oakes</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/7/12/rip-xhtml-2#comment_667</feedburner:origLink></item>
					<item>
				<title>I've been using the Opera 10 weeklies for my daily…</title>
				<description>&lt;p&gt;I've been using the Opera 10 weeklies for my daily browsing for quite a while now.&lt;/p&gt;&lt;p&gt;I love how you can also use things like SVG fonts in addition to the more regular font formats.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fib7RsVTQR9UOdXeoEDhTUcFPKs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fib7RsVTQR9UOdXeoEDhTUcFPKs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fib7RsVTQR9UOdXeoEDhTUcFPKs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fib7RsVTQR9UOdXeoEDhTUcFPKs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=6gJXWTsxgNg:PTKFJg7ikyU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=6gJXWTsxgNg:PTKFJg7ikyU:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=6gJXWTsxgNg:PTKFJg7ikyU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=6gJXWTsxgNg:PTKFJg7ikyU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/6gJXWTsxgNg" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/6gJXWTsxgNg/opera-10-beta</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/6/4/opera-10-beta#comment_663</guid>
				<pubDate>Thu, 04 Jun 2009 14:02:54 -0400</pubDate>
				<dc:creator>Frans</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/6/4/opera-10-beta#comment_663</feedburner:origLink></item>
					<item>
				<title>Looks interesting. I've been looking around for st…</title>
				<description>&lt;p&gt;Looks interesting. I've been looking around for stuff like that near me and the best one I can find is Future of Web Design which is in London. No way I can afford that one yet though &lt;img src="../images/smilies/tongue.gif" alt="razz" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/L2H9YmS6-NVppRrcqqKic0muDk4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/L2H9YmS6-NVppRrcqqKic0muDk4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/L2H9YmS6-NVppRrcqqKic0muDk4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/L2H9YmS6-NVppRrcqqKic0muDk4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=zYgmSegfxKU:Vb6n3Ra_Sp8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=zYgmSegfxKU:Vb6n3Ra_Sp8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=zYgmSegfxKU:Vb6n3Ra_Sp8:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=zYgmSegfxKU:Vb6n3Ra_Sp8:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/zYgmSegfxKU" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/zYgmSegfxKU/minnewebcon-2009</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/4/7/minnewebcon-2009#comment_662</guid>
				<pubDate>Wed, 08 Apr 2009 05:08:17 -0400</pubDate>
				<dc:creator>Matt Oakes</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/4/7/minnewebcon-2009#comment_662</feedburner:origLink></item>
					<item>
				<title>http://www.gtalbot.org/BrowserBugsSection/MSIE7Bug…</title>
				<description>&lt;p&gt;&lt;a href="http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/VerticalAlignSubBug.html" class="external"&gt;http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/VerticalAlignSubBug.html&lt;span class="accessible"&gt; (external link)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;And this one (from the same source as the quote) also shows an IE8 bug quite nicely. IE8 may claim support for more properties or something, although buggy support should NOT count as support at all imo. &lt;/p&gt;&lt;p&gt;Also there is something that both Webkit and IE8 do on my weblog, which if you ask me is buggy, but I'll have to look into creating a minimized testcase for that. Or I could be wrong which would make Opera and Firefox buggy on that one...&lt;/p&gt;&lt;p&gt;Anyway, I haven't really followed IE8's release, but if Microsoft is claiming that they fully support CSS2.1 then that's the same kind of nonsense as Apple's claimed support for ARIA in Safari.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/74XIx8SMsSUIgvQwtxnK3n09rbM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/74XIx8SMsSUIgvQwtxnK3n09rbM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/74XIx8SMsSUIgvQwtxnK3n09rbM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/74XIx8SMsSUIgvQwtxnK3n09rbM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=riQPePX2IkA:58-gvZu6JYA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=riQPePX2IkA:58-gvZu6JYA:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=riQPePX2IkA:58-gvZu6JYA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=riQPePX2IkA:58-gvZu6JYA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/riQPePX2IkA" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/riQPePX2IkA/ie8-released-by-microsoft</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/23/ie8-released-by-microsoft#comment_661</guid>
				<pubDate>Thu, 26 Mar 2009 20:57:09 -0400</pubDate>
				<dc:creator>Frans</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/23/ie8-released-by-microsoft#comment_661</feedburner:origLink></item>
					<item>
				<title>http://www.hixie.ch/tests/adhoc/css/fonts/weight/0…</title>
				<description>&lt;p&gt;&lt;a href="http://www.hixie.ch/tests/adhoc/css/fonts/weight/002.html" class="external"&gt;http://www.hixie.ch/tests/adhoc/css/fonts/weight/002.html&lt;span class="accessible"&gt; (external link)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Watch IE8 fail. Here's some more:&lt;/p&gt;&lt;blockquote cite="http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/#comment-4158"&gt;&lt;h4 class="cite"&gt;Quotation by "&lt;em&gt;http://www.webdevout.net/tidings/2009/03/23/ie-8-css-21-support-results/#comment-4158&lt;/em&gt;"&lt;/h4&gt;&lt;p&gt;Regarding IE 8 support for CSS 2.1 in your conformance results page&lt;/p&gt;
&lt;p&gt;1- Incorrect parsing and rendering of font-size when involving system font in IE 8:&lt;br /&gt;
Testcase and bug report accessible from&lt;br /&gt;
&lt;a href="http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug134" class="external"&gt;http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug134&lt;span class="accessible"&gt; (external link)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2- Font-family must not contain unescaped parenthesis:&lt;br /&gt;
Testcase and bug report accessible from&lt;br /&gt;
&lt;a href="http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug141" class="external"&gt;http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug141&lt;span class="accessible"&gt; (external link)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3- Font shorthand and inherit keyword are incorrectly parsed in IE 8&lt;br /&gt;
Testcase and bug report accessible from&lt;br /&gt;
&lt;a href="http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug133" class="external"&gt;http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug133&lt;span class="accessible"&gt; (external link)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;4- Media-dependent @import rules fail in IE 8&lt;br /&gt;
Testcase and bug report accessible from&lt;br /&gt;
&lt;a href="http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug77" class="external"&gt;http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/#bug77&lt;span class="accessible"&gt; (external link)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;5- Various other import techniques fail in IE 8&lt;br /&gt;
Testcase:&lt;br /&gt;
&lt;a href="http://www.hixie.ch/tests/adhoc/css/cascade/import/002.html" class="external"&gt;http://www.hixie.ch/tests/adhoc/css/cascade/import/002.html&lt;span class="accessible"&gt; (external link)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;6- border-width: inherit test which fails in IE 8:&lt;br /&gt;
&lt;a href="http://www.hixie.ch/tests/adhoc/css/border/width/001.html" class="external"&gt;http://www.hixie.ch/tests/adhoc/css/border/width/001.html&lt;span class="accessible"&gt; (external link)&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and I&amp;acirc;��m sure there are others. &lt;/p&gt;
&lt;p&gt;regards, G&amp;Atilde;&amp;copy;rard&lt;/p&gt;
&lt;/blockquote&gt;&lt;p&gt;As you can see there are plenty of annoying bugs left, also related to some fairly basic DOM and HTML related behavior. It's a giant leap forward, but frankly I've been using something better for years.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fugFFnj93ERYgC2-4hc8wt8ZsM4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fugFFnj93ERYgC2-4hc8wt8ZsM4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fugFFnj93ERYgC2-4hc8wt8ZsM4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fugFFnj93ERYgC2-4hc8wt8ZsM4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=7clxxIIMZ4Q:2KM4wZN201E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=7clxxIIMZ4Q:2KM4wZN201E:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=7clxxIIMZ4Q:2KM4wZN201E:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=7clxxIIMZ4Q:2KM4wZN201E:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/7clxxIIMZ4Q" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/7clxxIIMZ4Q/ie8-released-by-microsoft</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/23/ie8-released-by-microsoft#comment_660</guid>
				<pubDate>Thu, 26 Mar 2009 20:49:24 -0400</pubDate>
				<dc:creator>Frans</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/23/ie8-released-by-microsoft#comment_660</feedburner:origLink></item>
					<item>
				<title>I don't think IE8 is the only browser to support C…</title>
				<description>&lt;p&gt;I don't think IE8 is the only browser to support CSS 2.1.  I'm looking here at &lt;a href="http://www.opera.com/docs/specs/opera9/css/" class="external"&gt;Opera's web specifications&lt;span class="accessible"&gt; (external link)&lt;/span&gt;&lt;/a&gt; and I'm not seeing anything they don't support, but perhaps it isn't as specific as a property or something.&lt;/p&gt;&lt;p&gt;I think they only reason they are touting that is because they made an extensive testing library, which they submitted to the WC.  However, I've read a number of places about how IE8 still has a number of CSS 2.1 bugs (http://dev.moonhenge.net/bugs/ie8/css/ for a few).  But don't get me wrong, they have done tons of great stuff, they're just stretching the truth a bit in my opinion.&lt;/p&gt;&lt;p&gt;Also, most of the people's compliancy isuses nowadays seem to be directed towards JavaScript, which MS have not resolved yet.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fzgNfRzUaGhcmmMBsso7cImxQkE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fzgNfRzUaGhcmmMBsso7cImxQkE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fzgNfRzUaGhcmmMBsso7cImxQkE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fzgNfRzUaGhcmmMBsso7cImxQkE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=UlHztXr74D0:2sx5LycYImc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=UlHztXr74D0:2sx5LycYImc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=UlHztXr74D0:2sx5LycYImc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=UlHztXr74D0:2sx5LycYImc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/UlHztXr74D0" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/UlHztXr74D0/ie8-released-by-microsoft</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/23/ie8-released-by-microsoft#comment_659</guid>
				<pubDate>Tue, 24 Mar 2009 18:14:45 -0400</pubDate>
				<dc:creator>Ethan Poole</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/23/ie8-released-by-microsoft#comment_659</feedburner:origLink></item>
					<item>
				<title>I can't see them dropping IE in favour of FireFox …</title>
				<description>&lt;p&gt;I can't see them dropping IE in favour of FireFox or Opera. They will likely do a rewrite of rendering engine but I don't see them using a pre-existing browser or rendering engine (like Webkit). They are most likely already working on the next rendering engine.&lt;/p&gt;&lt;p&gt;Just one think you missed out. IE8 is the only browser to fully support CSS 2.1. All other browsers only implement some of the bits of CSS 2.1, IE8 implements them all. This makes it the most standard compliant browser when you look at CSS 2.1 level. The reason why they do so poorly on the Acid3 test is that CSS3 is the goal of the next version of IE. This has always been something that Microsoft have been aiming for; full CSS 2.1 in IE8 and full CSS3 in future browsers. IE8 also has quite a bit of HTML5 implemented as well; although I'm not sure how much, or what, they have implemented compared to other browsers.&lt;/p&gt;&lt;p&gt;Overall I really like IE8. I've used it a bit and it's a ver capable browser and renders most things perfectly.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2PA_YnQFWGVGAMgwqWPRwhOTIGk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2PA_YnQFWGVGAMgwqWPRwhOTIGk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2PA_YnQFWGVGAMgwqWPRwhOTIGk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2PA_YnQFWGVGAMgwqWPRwhOTIGk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=pYPE8VCxKxQ:hKXChADKpO0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=pYPE8VCxKxQ:hKXChADKpO0:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=pYPE8VCxKxQ:hKXChADKpO0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=pYPE8VCxKxQ:hKXChADKpO0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/pYPE8VCxKxQ" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/pYPE8VCxKxQ/ie8-released-by-microsoft</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/23/ie8-released-by-microsoft#comment_658</guid>
				<pubDate>Mon, 23 Mar 2009 19:56:43 -0400</pubDate>
				<dc:creator>Matt Oakes</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/23/ie8-released-by-microsoft#comment_658</feedburner:origLink></item>
					<item>
				<title>I just don't think its fair to compare the iPhone …</title>
				<description>&lt;p&gt;I just don't think its fair to compare the iPhone to anything other than another smartphone, which have about the same battery life.  The Sony Ericsson s500i simply doesn't do as much as the iPhone.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/M1kNw9OmoDhDw71A3zFA3zXfikY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M1kNw9OmoDhDw71A3zFA3zXfikY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/M1kNw9OmoDhDw71A3zFA3zXfikY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/M1kNw9OmoDhDw71A3zFA3zXfikY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Gx4pQhMs5GE:3l_Wwilyy7w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Gx4pQhMs5GE:3l_Wwilyy7w:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Gx4pQhMs5GE:3l_Wwilyy7w:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=Gx4pQhMs5GE:3l_Wwilyy7w:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/Gx4pQhMs5GE" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/Gx4pQhMs5GE/apple-iphone-os-3.0</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_657</guid>
				<pubDate>Fri, 20 Mar 2009 17:58:26 -0400</pubDate>
				<dc:creator>Ethan Poole</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_657</feedburner:origLink></item>
					<item>
				<title>I didn't realise it was that bad :S I thought my p…</title>
				<description>&lt;p&gt;I didn't realise it was that bad &lt;img src="../images/smilies/sick.gif" alt="sick" /&gt; I thought my phone was bad but at least it lasts about 4-5 days depending on how I use it. I'm normally on Opera Mini a lot and always have 3G and HSPA turned on.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mUyU0kQwE3tdSxXrXaaqRaE-hQo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mUyU0kQwE3tdSxXrXaaqRaE-hQo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mUyU0kQwE3tdSxXrXaaqRaE-hQo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mUyU0kQwE3tdSxXrXaaqRaE-hQo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=NVQBEWn78WY:fecMApUn3Eo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=NVQBEWn78WY:fecMApUn3Eo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=NVQBEWn78WY:fecMApUn3Eo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=NVQBEWn78WY:fecMApUn3Eo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/NVQBEWn78WY" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/NVQBEWn78WY/apple-iphone-os-3.0</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_656</guid>
				<pubDate>Thu, 19 Mar 2009 15:33:24 -0400</pubDate>
				<dc:creator>Matt Oakes</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_656</feedburner:origLink></item>
					<item>
				<title>I don't think it is that the iPhone couldn't handl…</title>
				<description>&lt;p&gt;I don't think it is that the iPhone couldn't handle multitasking, it would just be a huge battery drain.  The 3G and the huge screen already do enough.  I don't think you realise, but the iPhone's battery usually only last me a day and I have the first-gen with better battery life.  Adding anything else draining would just put it over the top.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/azpPW77yGqRPWkFkpl6F71KtPRg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/azpPW77yGqRPWkFkpl6F71KtPRg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/azpPW77yGqRPWkFkpl6F71KtPRg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/azpPW77yGqRPWkFkpl6F71KtPRg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=jLTZ0x0GXjE:4y1NPRP_DEI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=jLTZ0x0GXjE:4y1NPRP_DEI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=jLTZ0x0GXjE:4y1NPRP_DEI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=jLTZ0x0GXjE:4y1NPRP_DEI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/jLTZ0x0GXjE" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/jLTZ0x0GXjE/apple-iphone-os-3.0</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_655</guid>
				<pubDate>Thu, 19 Mar 2009 09:31:31 -0400</pubDate>
				<dc:creator>Ethan Poole</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_655</feedburner:origLink></item>
					<item>
				<title>My Sony Ericsson s500i multitasks just fine. A reg…</title>
				<description>&lt;p&gt;My Sony Ericsson s500i multitasks just fine. A regular multitask is Opera Mini and Google Talk Mobile, perhaps combined with the built-in calendar or e-mail application. It does impact battery life, but barely more than just doing any of those individually.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/oBLRhB1uQ6kaltSZrj64rRYrcZc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oBLRhB1uQ6kaltSZrj64rRYrcZc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/oBLRhB1uQ6kaltSZrj64rRYrcZc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/oBLRhB1uQ6kaltSZrj64rRYrcZc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=i3e2y_twT1A:MulMuVPmnvQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=i3e2y_twT1A:MulMuVPmnvQ:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=i3e2y_twT1A:MulMuVPmnvQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=i3e2y_twT1A:MulMuVPmnvQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/i3e2y_twT1A" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/i3e2y_twT1A/apple-iphone-os-3.0</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_654</guid>
				<pubDate>Wed, 18 Mar 2009 15:58:36 -0400</pubDate>
				<dc:creator>Frans</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_654</feedburner:origLink></item>
					<item>
				<title>I've got a Sony Ericsson C902. I can't find what s…</title>
				<description>&lt;p&gt;I've got a Sony Ericsson C902. I can't find what speed processor it is online, but I'll have a quick look at the documents that came with the phone to see if it says in there. I know the iPhone is around 600MHz thought and I guess my phone is around 450-500MHz. It's a much smaller phone so less space for a powerful cpu.&lt;/p&gt;&lt;p&gt;Not sure how having a more powerful CPU will make it less good at multitasking though...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dQYftyO08AW3jBf3zWRNGXI3R9s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dQYftyO08AW3jBf3zWRNGXI3R9s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dQYftyO08AW3jBf3zWRNGXI3R9s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dQYftyO08AW3jBf3zWRNGXI3R9s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Qw1D3D56odw:jermAcGCtxs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Qw1D3D56odw:jermAcGCtxs:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Qw1D3D56odw:jermAcGCtxs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=Qw1D3D56odw:jermAcGCtxs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/Qw1D3D56odw" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/Qw1D3D56odw/apple-iphone-os-3.0</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_653</guid>
				<pubDate>Wed, 18 Mar 2009 12:55:47 -0400</pubDate>
				<dc:creator>Matt Oakes</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_653</feedburner:origLink></item>
					<item>
				<title>What kind of phone do you have though?  The iPhone…</title>
				<description>&lt;p&gt;What kind of phone do you have though?  The iPhone is basically a mini-computer, so it isn't exactly a direct comparision to other phones.  It has a more powerful processor and stuff.  I think multitasking would become an issue with apps not being programmed correctly and someone having tons and tons of background processes they don't realise.  It isn't something I really see a necessity for.&lt;/p&gt;&lt;p&gt;P2P Bluetooth in theory means you can send files and such.  Not sure how that will pane out that.&lt;/p&gt;&lt;p&gt;I'd also like to see wireless syncing using Bluetooth between my Mac and my iPhone.  At least for things like my calendar and contacts.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mGgemiWUzkSgaXYratdhzd04pfU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mGgemiWUzkSgaXYratdhzd04pfU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mGgemiWUzkSgaXYratdhzd04pfU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mGgemiWUzkSgaXYratdhzd04pfU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=RKPq8wCurZY:Z25JrF_60BU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=RKPq8wCurZY:Z25JrF_60BU:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=RKPq8wCurZY:Z25JrF_60BU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=RKPq8wCurZY:Z25JrF_60BU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/RKPq8wCurZY" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/RKPq8wCurZY/apple-iphone-os-3.0</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_652</guid>
				<pubDate>Wed, 18 Mar 2009 09:39:25 -0400</pubDate>
				<dc:creator>Ethan Poole</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_652</feedburner:origLink></item>
					<item>
				<title>I rarely use the GUI config and if I do I tend to …</title>
				<description>&lt;p&gt;I rarely use the GUI config and if I do I tend to think opera:config is easier than bothering with the checkboxes. I've got an opera6.ini section that I simply copy over to every Opera install I make.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aprzp5jcJNlz6C99huqwWA85PL8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aprzp5jcJNlz6C99huqwWA85PL8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aprzp5jcJNlz6C99huqwWA85PL8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aprzp5jcJNlz6C99huqwWA85PL8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=nMVcOMt08gw:FiLbWFrZM9I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=nMVcOMt08gw:FiLbWFrZM9I:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=nMVcOMt08gw:FiLbWFrZM9I:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=nMVcOMt08gw:FiLbWFrZM9I:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/nMVcOMt08gw" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/nMVcOMt08gw/opera-goes-tubro</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_651</guid>
				<pubDate>Wed, 18 Mar 2009 07:59:58 -0400</pubDate>
				<dc:creator>Frans</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_651</feedburner:origLink></item>
					<item>
				<title>Looking good. I'm not sure if P2P Bluetooth means …</title>
				<description>&lt;p&gt;Looking good. I'm not sure if P2P Bluetooth means that you can send files to each other over bluetooth now, because that's something I do all the time, and couldnt bear to loose that.&lt;/p&gt;&lt;p&gt;I wouldnt get your hopes up for A2DP because if it's anything like the versions ive used before it will kill your battery life.&lt;/p&gt;&lt;p&gt;Also, why cant they do multitasking still? My phone can do it and it doesn't impact on the battery life that much. Obviously it doesnt help but it isnt the worst thing that can happen to it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uMHNiYIMc_iPhEU-CkkF9tjE2c0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uMHNiYIMc_iPhEU-CkkF9tjE2c0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uMHNiYIMc_iPhEU-CkkF9tjE2c0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uMHNiYIMc_iPhEU-CkkF9tjE2c0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=g0ab7OIAdeg:Ja78AEsNM8c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=g0ab7OIAdeg:Ja78AEsNM8c:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=g0ab7OIAdeg:Ja78AEsNM8c:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=g0ab7OIAdeg:Ja78AEsNM8c:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/g0ab7OIAdeg" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/g0ab7OIAdeg/apple-iphone-os-3.0</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_650</guid>
				<pubDate>Wed, 18 Mar 2009 03:41:23 -0400</pubDate>
				<dc:creator>Matt Oakes</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/17/apple-iphone-os-3.0#comment_650</feedburner:origLink></item>
					<item>
				<title>Seeing the level of customisation that Opera usual…</title>
				<description>&lt;p&gt;Seeing the level of customisation that Opera usually offers, I imagine they will have some aspects that the user can control.  I would say they probably belong in opera:config though, rather than another preference box or something.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/78pOPXPvTYL_CNomgGoTIIYZ7Vs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/78pOPXPvTYL_CNomgGoTIIYZ7Vs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/78pOPXPvTYL_CNomgGoTIIYZ7Vs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/78pOPXPvTYL_CNomgGoTIIYZ7Vs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=bI39gIaulI8:hENEYT6_WaA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=bI39gIaulI8:hENEYT6_WaA:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=bI39gIaulI8:hENEYT6_WaA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=bI39gIaulI8:hENEYT6_WaA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/bI39gIaulI8" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/bI39gIaulI8/opera-goes-tubro</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_649</guid>
				<pubDate>Tue, 17 Mar 2009 20:47:15 -0400</pubDate>
				<dc:creator>Ethan Poole</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_649</feedburner:origLink></item>
					<item>
				<title>I'm on 2Mbit (allegedly, in practice more like 1.2…</title>
				<description>&lt;p&gt;I'm on 2Mbit (allegedly, in practice more like 1.2 to 1.5Mbit most of the time) and I notice a significant speed increase with Opera Turbo. For that reason I'm currently bearing with the low quality images, but I really wouldn't mind waiting for the original ones a little bit longer. There's one exception. The speed on Google Maps is phenomenal with the low quality images and it doesn't really affect it all that much.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NSNRbUWrKr_305H4cbKK_93JSHE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NSNRbUWrKr_305H4cbKK_93JSHE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NSNRbUWrKr_305H4cbKK_93JSHE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NSNRbUWrKr_305H4cbKK_93JSHE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=boaYmp3M9og:XxDD6DhxQ-A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=boaYmp3M9og:XxDD6DhxQ-A:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=boaYmp3M9og:XxDD6DhxQ-A:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=boaYmp3M9og:XxDD6DhxQ-A:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/boaYmp3M9og" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/boaYmp3M9og/opera-goes-tubro</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_648</guid>
				<pubDate>Mon, 16 Mar 2009 21:11:16 -0400</pubDate>
				<dc:creator>Frans</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_648</feedburner:origLink></item>
					<item>
				<title>The problem is that images are what makes up the m…</title>
				<description>&lt;p&gt;The problem is that images are what makes up the majority of the web traffic. If you dont compress them there isn't much point compressing anything. It is made for people with really slow connection speeds (sub 1mb/s) so I think that everything needs to be compressed. They could have a setting for how compressed the images are. This is possible because it is avaliable in Opera Mini already.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UgCHyE-L2HA1x--T_rEdjMNgcRQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UgCHyE-L2HA1x--T_rEdjMNgcRQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UgCHyE-L2HA1x--T_rEdjMNgcRQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UgCHyE-L2HA1x--T_rEdjMNgcRQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Xi7BdTsMM5g:ecFimKtoJYc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Xi7BdTsMM5g:ecFimKtoJYc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Xi7BdTsMM5g:ecFimKtoJYc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=Xi7BdTsMM5g:ecFimKtoJYc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/Xi7BdTsMM5g" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/Xi7BdTsMM5g/opera-goes-tubro</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_647</guid>
				<pubDate>Mon, 16 Mar 2009 17:10:07 -0400</pubDate>
				<dc:creator>Matt Oakes</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_647</feedburner:origLink></item>
					<item>
				<title>You mean the bottom left corner. :P

Anyway, I'v…</title>
				<description>&lt;p&gt;You mean the bottom left corner. &lt;img src="../images/smilies/tongue.gif" alt="razz" /&gt;&lt;/p&gt;&lt;p&gt;Anyway, I've already posted my suggestions to the Opera forum/blog, namely:&lt;/p&gt;&lt;p&gt;-Ability to use the stop annoying stuff (plugins) functionality separately from Opera Turbo&lt;/p&gt;&lt;p&gt;-Compress text files only, load original images from original source (or higher quality compressed would work as well, I suppose... but that'd require more work for Opera servers)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Q9HOAY7Z_R32RUu3C2SwcaAhI20/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q9HOAY7Z_R32RUu3C2SwcaAhI20/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Q9HOAY7Z_R32RUu3C2SwcaAhI20/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q9HOAY7Z_R32RUu3C2SwcaAhI20/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=d9HBvwJ_wmM:3_pygdpNerw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=d9HBvwJ_wmM:3_pygdpNerw:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=d9HBvwJ_wmM:3_pygdpNerw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=d9HBvwJ_wmM:3_pygdpNerw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/d9HBvwJ_wmM" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/d9HBvwJ_wmM/opera-goes-tubro</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_646</guid>
				<pubDate>Sun, 15 Mar 2009 21:58:15 -0400</pubDate>
				<dc:creator>Frans</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_646</feedburner:origLink></item>
					<item>
				<title>If I've read the news right I think you need to ta…</title>
				<description>&lt;p&gt;If I've read the news right I think you need to take that up with Apple. I have to say that Opera Mini is one of the best bits of software about.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/m9abmuzkCUOXXXOr7d6kw-7tbM0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m9abmuzkCUOXXXOr7d6kw-7tbM0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/m9abmuzkCUOXXXOr7d6kw-7tbM0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/m9abmuzkCUOXXXOr7d6kw-7tbM0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=raCE1-k-_Vo:ivIlamEArEo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=raCE1-k-_Vo:ivIlamEArEo:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=raCE1-k-_Vo:ivIlamEArEo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=raCE1-k-_Vo:ivIlamEArEo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/raCE1-k-_Vo" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/raCE1-k-_Vo/opera-goes-tubro</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_645</guid>
				<pubDate>Sun, 15 Mar 2009 04:53:45 -0400</pubDate>
				<dc:creator>Matt Oakes</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_645</feedburner:origLink></item>
					<item>
				<title>I like Opera extending this technology to the norm…</title>
				<description>&lt;p&gt;I like Opera extending this technology to the normal browser, especially because I think that it will come in handy for people around the world who have small Internet caps or their connection is very expensive.  I still want Opera Mini for the iPhone though!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jtOjFz9cUKC2It2T_tLD4kGo33I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jtOjFz9cUKC2It2T_tLD4kGo33I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jtOjFz9cUKC2It2T_tLD4kGo33I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jtOjFz9cUKC2It2T_tLD4kGo33I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Oaq18Fv7Tp4:YdN_5pbJiew:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Oaq18Fv7Tp4:YdN_5pbJiew:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/lowter/comments?a=Oaq18Fv7Tp4:YdN_5pbJiew:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/lowter/comments?i=Oaq18Fv7Tp4:YdN_5pbJiew:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/lowter/comments/~4/Oaq18Fv7Tp4" height="1" width="1"/&gt;</description>
				<link>http://feedproxy.google.com/~r/lowter/comments/~3/Oaq18Fv7Tp4/opera-goes-tubro</link>
				<guid isPermaLink="false">http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_644</guid>
				<pubDate>Sat, 14 Mar 2009 19:10:07 -0400</pubDate>
				<dc:creator>Ethan Poole</dc:creator>
			<feedburner:origLink>http://www.lowter.com/blogs/2009/3/13/opera-goes-tubro#comment_644</feedburner:origLink></item>
			</channel>
</rss>
