<?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"
	>
<channel>
	<title>Comments on: Great expectations - what you can expect from our developer tools?</title>
	<atom:link href="http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html/feed" rel="self" type="application/rss+xml" />
	<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html</link>
	<description>A blog covering the latest buzz on the Opera browser and its competition.</description>
	<pubDate>Fri, 25 Jul 2008 08:06:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: fearphage</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72992</link>
		<dc:creator>fearphage</dc:creator>
		<pubDate>Wed, 13 Feb 2008 01:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72992</guid>
		<description>Thanks for the answers Chris. To clarify on #5, the source viewer and the error console are very much developer tools as I see them. I can't imagine normies getting very much use out of them. I have a &lt;a href="http://my.opera.com/community/forums/topic.dml?id=206102" rel="nofollow"&gt;list&lt;/a&gt; of error console bugs/shortcomings if you need somewhere to start (note: bugs are listed all throughout the forum, not just the first post). Concerning the source viewer, it could use line numbers, a 'jump-to-line' mechanism, and better synatax highlighting. The source viewer is also good place to highlight problems identified from inline (x)html validation (*nudge, nudge* *wink, wink*). :)</description>
		<content:encoded><![CDATA[<p>Thanks for the answers Chris. To clarify on #5, the source viewer and the error console are very much developer tools as I see them. I can&#8217;t imagine normies getting very much use out of them. I have a <a href="http://my.opera.com/community/forums/topic.dml?id=206102">list</a> of error console bugs/shortcomings if you need somewhere to start (note: bugs are listed all throughout the forum, not just the first post). Concerning the source viewer, it could use line numbers, a &#8216;jump-to-line&#8217; mechanism, and better synatax highlighting. The source viewer is also good place to highlight problems identified from inline (x)html validation (*nudge, nudge* *wink, wink*). <img src='http://operawatch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72970</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 12 Feb 2008 08:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72970</guid>
		<description>Sorry it has been so long since I glanced upon this thread. I've provided some answers to Phred's comments below:

&lt;blockquote&gt;1. @chris mills/opera: I assume a javascript profiler is one of the
things that will be included (in time) in the toolkit, correct?&lt;/blockquote&gt;

This is on the list of things to be included eventually yes, although it might not make it for the very first release.

&lt;blockquote&gt;2. Also,
will the tool itself be extensible? I know firebug (not firefox) has
extensions of its own.&lt;/blockquote&gt;

This is not currently planned, but the current plan is to make the tool freely modifiable by users, and we would certainly be open to including extensions that looked worthwhile.

&lt;blockquote&gt;3. @chris mills: Will the dev tools give us the strange debug-y
internal cryptic errors like Firefox throws? Just curious how far the
debugging will go.&lt;/blockquote&gt;

We can guarantee that you won't get the same specific errors as Firebug gives you :) We can't guarantee that the tool will be totally free of bugs, but we are working on reducing them as much as possible before it is made public, and we will make an effort to make sure they are as uncryptic as possible.


&lt;blockquote&gt;4. @chris mills: As I understand it, there is an internal-only script
that makes the dev tools section of opera:config work. Will this
script be released with the dev tools or will the tools supercede the
script?&lt;/blockquote&gt;

I'm not really sure what you are referring to here. The debugger will be a script, but all other scripts willl be locked away inside the core of the browser.

&lt;blockquote&gt;5. @chris mills: Is your team responsible for the error console and the
source viewer as well. Neither have been improved upon in a very long
time. Any plans for that? Will the dev tools bring improvements for
those as well?&lt;/blockquote&gt;

The error console will be improved upon for certain, but I'm not sure about the source viewer. Are you talking about improving the right/ctrl-click &#62; Source functionality? The dev tools won't really have a connection to that, although they will have their own source viewing functionality.</description>
		<content:encoded><![CDATA[<p>Sorry it has been so long since I glanced upon this thread. I&#8217;ve provided some answers to Phred&#8217;s comments below:</p>
<blockquote><p>1. @chris mills/opera: I assume a javascript profiler is one of the<br />
things that will be included (in time) in the toolkit, correct?</p></blockquote>
<p>This is on the list of things to be included eventually yes, although it might not make it for the very first release.</p>
<blockquote><p>2. Also,<br />
will the tool itself be extensible? I know firebug (not firefox) has<br />
extensions of its own.</p></blockquote>
<p>This is not currently planned, but the current plan is to make the tool freely modifiable by users, and we would certainly be open to including extensions that looked worthwhile.</p>
<blockquote><p>3. @chris mills: Will the dev tools give us the strange debug-y<br />
internal cryptic errors like Firefox throws? Just curious how far the<br />
debugging will go.</p></blockquote>
<p>We can guarantee that you won&#8217;t get the same specific errors as Firebug gives you <img src='http://operawatch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> We can&#8217;t guarantee that the tool will be totally free of bugs, but we are working on reducing them as much as possible before it is made public, and we will make an effort to make sure they are as uncryptic as possible.</p>
<blockquote><p>4. @chris mills: As I understand it, there is an internal-only script<br />
that makes the dev tools section of opera:config work. Will this<br />
script be released with the dev tools or will the tools supercede the<br />
script?</p></blockquote>
<p>I&#8217;m not really sure what you are referring to here. The debugger will be a script, but all other scripts willl be locked away inside the core of the browser.</p>
<blockquote><p>5. @chris mills: Is your team responsible for the error console and the<br />
source viewer as well. Neither have been improved upon in a very long<br />
time. Any plans for that? Will the dev tools bring improvements for<br />
those as well?</p></blockquote>
<p>The error console will be improved upon for certain, but I&#8217;m not sure about the source viewer. Are you talking about improving the right/ctrl-click &gt; Source functionality? The dev tools won&#8217;t really have a connection to that, although they will have their own source viewing functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fearphage</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72658</link>
		<dc:creator>fearphage</dc:creator>
		<pubDate>Mon, 04 Feb 2008 00:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72658</guid>
		<description>@chris mills: As I understand it, there is an internal-only script that makes the &lt;a href="config#DeveloperTools" rel="nofollow"&gt;dev tools&lt;/a&gt; section of opera:config work. Will this script be released with the dev tools or will the tools supercede the script?</description>
		<content:encoded><![CDATA[<p>@chris mills: As I understand it, there is an internal-only script that makes the <a href="config#DeveloperTools">dev tools</a> section of opera:config work. Will this script be released with the dev tools or will the tools supercede the script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fearphage</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72560</link>
		<dc:creator>fearphage</dc:creator>
		<pubDate>Fri, 01 Feb 2008 15:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72560</guid>
		<description>@heh: you are forced to download the xul-ness because it is the basis of the extension functionality. This is what allows you to not have to download every other extension simultaneously. You are downloading the platfrom. Imagine if firefox decided to get rid of XUL and include the built-in extensions that they saw fit and they saw people wanted. Then they would remove all the advanced config options from them so even noobs could use them easily. Then firefox would be copying Opera.

"The way that Opera is put togheter makes it a good plattform for developing Opera futher(they can use a lot of web-stuff basicly) and for more advanved users it means endless customization." -- TLZ
Really? Endless customization? You can't even put the address bar above the tab bars or create new bars. You can't create custom status fields. There are lots of things I'd like to do that are impossible with Opera's current setup. I think Firefox is more of a platform because of all the things you can do and change and build upon. Without extensions or some other similar interface, Opera's customizationability is and will be limited. I'd like to add custom status fields and log XHR requests and validate the html of a page in-line every time it loads and display the results in a custom field with popup text to give me details. I don't know how to do that in Opera. Thats the kind of customizing freedom I'd like. (&lt;a href="http://users.skynet.be/mgueury/mozilla/" rel="nofollow"&gt;example&lt;/a&gt;)

@lite: Widgets are on the main bar and there are lots of mail related entries in the menus (&lt;a href="http://files.myopera.com/fearphage/forums/hidden.png" rel="nofollow"&gt;screenshot&lt;/a&gt;).There are also rss and widget icons in the address bar.

And now for the important stuff.
@chris mills: Will the dev tools give us the strange debug-y internal cryptic errors like Firefox throws? Just curious how far the debugging will go.</description>
		<content:encoded><![CDATA[<p>@heh: you are forced to download the xul-ness because it is the basis of the extension functionality. This is what allows you to not have to download every other extension simultaneously. You are downloading the platfrom. Imagine if firefox decided to get rid of XUL and include the built-in extensions that they saw fit and they saw people wanted. Then they would remove all the advanced config options from them so even noobs could use them easily. Then firefox would be copying Opera.</p>
<p>&#8220;The way that Opera is put togheter makes it a good plattform for developing Opera futher(they can use a lot of web-stuff basicly) and for more advanved users it means endless customization.&#8221; &#8212; TLZ<br />
Really? Endless customization? You can&#8217;t even put the address bar above the tab bars or create new bars. You can&#8217;t create custom status fields. There are lots of things I&#8217;d like to do that are impossible with Opera&#8217;s current setup. I think Firefox is more of a platform because of all the things you can do and change and build upon. Without extensions or some other similar interface, Opera&#8217;s customizationability is and will be limited. I&#8217;d like to add custom status fields and log XHR requests and validate the html of a page in-line every time it loads and display the results in a custom field with popup text to give me details. I don&#8217;t know how to do that in Opera. Thats the kind of customizing freedom I&#8217;d like. (<a href="http://users.skynet.be/mgueury/mozilla/">example</a>)</p>
<p>@lite: Widgets are on the main bar and there are lots of mail related entries in the menus (<a href="http://files.myopera.com/fearphage/forums/hidden.png">screenshot</a>).There are also rss and widget icons in the address bar.</p>
<p>And now for the important stuff.<br />
@chris mills: Will the dev tools give us the strange debug-y internal cryptic errors like Firefox throws? Just curious how far the debugging will go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lite</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72232</link>
		<dc:creator>lite</dc:creator>
		<pubDate>Sat, 26 Jan 2008 11:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72232</guid>
		<description>@TLZ

All those "extras" are hidden by default already. Look at the default UI. Notice anything not related to browsing there (unless you start digging through the menus, where you can find one mail item which is there in other browsers too)?</description>
		<content:encoded><![CDATA[<p>@TLZ</p>
<p>All those &#8220;extras&#8221; are hidden by default already. Look at the default UI. Notice anything not related to browsing there (unless you start digging through the menus, where you can find one mail item which is there in other browsers too)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TLZ</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72190</link>
		<dc:creator>TLZ</dc:creator>
		<pubDate>Fri, 25 Jan 2008 08:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72190</guid>
		<description>I see this as welcome news. The dev tools currently possible to use with Opera is anything but impressive. Even IE's Dev Toolbar is better, although I really prefer Firebug for web debuging. (But have to use IE Dev bar at work as I the company officially supports IE and half-heartedly supports Firefox. (But not Opera, Safari))

To be honest I don't expect you to beat Firebug at first, but you seem to have something far better than what's currently avaible in works. This is really good. Also, the proxy thing seems like a interesting new thing, I don't think anyone else have anything like it. Glad to see that you're putting effort into making it fast/light, as much as I love Firebug it can be quite heavy from time to time.

btw. I love Opera's abilitity to change source, would be awesome to do this with CSS as well as the main page source. (Doesen't need to do it the same way as Firebug, although I wouldn't mind that either.)

&lt;b&gt;GT500:&lt;/b&gt; I find sites that was coded by Mozille fanboys to work quite well in Opera as Mozilla fanboys tend to care about webstandards. :)

btw. Why does there always errupt this Firefox vs. Opera war in here? They are both excellent browsers, but with different target groups, different strength/weaknesses. I'm glad we have both. (Can't say too much about Safari, haven't tried it enough.)

I know I sound way to ideological for such a practical thing as the web now but: I see Firefox and Safari as Opera's allies. They are -like Opera- browsers that do *sincerely* care about webstandards. 

&lt;b&gt;About the Lite version&lt;/b&gt;
I user to push getting a Lite-version, untill I read a bit about how Opera works. Now they do call Opear Web Browser, but they do also often call it a Web Suite. And none is wrong really, cause Opera is both.

Opera builds on the same idea 'ol Netscape and Mozilla(Now Seamonkey) did. A Internet Suite Software. A program that does all the most commong internet tasks. Now you may say that is a bit to much for one program, and I can understand Firefox users pushing this Lite thing since they "experienced" theyr browser(Mozilla) getting a heap faster and better once they moved away from the Internet Suite idea. However, I think they are being unfair here. In contrast to Mozilla(Seamonkey), Opera got the Internet Suite thing working, without being extremely bloated. (I can't say that todays Seamonkey is all bad, I haven't really tested it, but I remember Mozilla was slow.) A lot of it makes sense when you think about it. A mail client will always need a HTML rendering engine. Having a RSS-reader in your browser is conveniant, logical. (And correct me if I'm wrong, but doesen't FF also have this?) For their IRC-client they are actually using their HTML engine as well. The way that Opera is put togheter makes it a good plattform for developing Opera futher(they can use a lot of web-stuff basicly) and for more advanved users it means endless customization. (And if they make some of this stuff more userfriendly they can expose this to less advanced users as well.) The only thing I think Opera doesen't need is the Bittorrent. I guess they could make a Lite Mode for Opera, you could install Opera as Lite and the shortcut would be something like "Opera.exe -lite". This would hide all the extras, and I don't think anyone would notice the difference between that and a "true" Lite. (Except size-difference on the program-file.)</description>
		<content:encoded><![CDATA[<p>I see this as welcome news. The dev tools currently possible to use with Opera is anything but impressive. Even IE&#8217;s Dev Toolbar is better, although I really prefer Firebug for web debuging. (But have to use IE Dev bar at work as I the company officially supports IE and half-heartedly supports Firefox. (But not Opera, Safari))</p>
<p>To be honest I don&#8217;t expect you to beat Firebug at first, but you seem to have something far better than what&#8217;s currently avaible in works. This is really good. Also, the proxy thing seems like a interesting new thing, I don&#8217;t think anyone else have anything like it. Glad to see that you&#8217;re putting effort into making it fast/light, as much as I love Firebug it can be quite heavy from time to time.</p>
<p>btw. I love Opera&#8217;s abilitity to change source, would be awesome to do this with CSS as well as the main page source. (Doesen&#8217;t need to do it the same way as Firebug, although I wouldn&#8217;t mind that either.)</p>
<p><b>GT500:</b> I find sites that was coded by Mozille fanboys to work quite well in Opera as Mozilla fanboys tend to care about webstandards. <img src='http://operawatch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>btw. Why does there always errupt this Firefox vs. Opera war in here? They are both excellent browsers, but with different target groups, different strength/weaknesses. I&#8217;m glad we have both. (Can&#8217;t say too much about Safari, haven&#8217;t tried it enough.)</p>
<p>I know I sound way to ideological for such a practical thing as the web now but: I see Firefox and Safari as Opera&#8217;s allies. They are -like Opera- browsers that do *sincerely* care about webstandards. </p>
<p><b>About the Lite version</b><br />
I user to push getting a Lite-version, untill I read a bit about how Opera works. Now they do call Opear Web Browser, but they do also often call it a Web Suite. And none is wrong really, cause Opera is both.</p>
<p>Opera builds on the same idea &#8216;ol Netscape and Mozilla(Now Seamonkey) did. A Internet Suite Software. A program that does all the most commong internet tasks. Now you may say that is a bit to much for one program, and I can understand Firefox users pushing this Lite thing since they &#8220;experienced&#8221; theyr browser(Mozilla) getting a heap faster and better once they moved away from the Internet Suite idea. However, I think they are being unfair here. In contrast to Mozilla(Seamonkey), Opera got the Internet Suite thing working, without being extremely bloated. (I can&#8217;t say that todays Seamonkey is all bad, I haven&#8217;t really tested it, but I remember Mozilla was slow.) A lot of it makes sense when you think about it. A mail client will always need a HTML rendering engine. Having a RSS-reader in your browser is conveniant, logical. (And correct me if I&#8217;m wrong, but doesen&#8217;t FF also have this?) For their IRC-client they are actually using their HTML engine as well. The way that Opera is put togheter makes it a good plattform for developing Opera futher(they can use a lot of web-stuff basicly) and for more advanved users it means endless customization. (And if they make some of this stuff more userfriendly they can expose this to less advanced users as well.) The only thing I think Opera doesen&#8217;t need is the Bittorrent. I guess they could make a Lite Mode for Opera, you could install Opera as Lite and the shortcut would be something like &#8220;Opera.exe -lite&#8221;. This would hide all the extras, and I don&#8217;t think anyone would notice the difference between that and a &#8220;true&#8221; Lite. (Except size-difference on the program-file.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ...</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72186</link>
		<dc:creator>...</dc:creator>
		<pubDate>Fri, 25 Jan 2008 06:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72186</guid>
		<description>So fearphage tries to get around the fact that features are "forced" on people in Firefox too, by his logic. Why should people who don't need extensions have to put up with the XUL bloat?

No answer of course.

The result is that his "forced" argument loses merit because everything is "forced" and therefore that's just the way it is, and even Opera Lite would "force" things on people. So would he want Opera to create an Opera Lite Lite just for him with exactly the features he wants and nothing else? :D

Opera Lite would be a waste of resources because it doesn't achieve anything you can't achieve without it.</description>
		<content:encoded><![CDATA[<p>So fearphage tries to get around the fact that features are &#8220;forced&#8221; on people in Firefox too, by his logic. Why should people who don&#8217;t need extensions have to put up with the XUL bloat?</p>
<p>No answer of course.</p>
<p>The result is that his &#8220;forced&#8221; argument loses merit because everything is &#8220;forced&#8221; and therefore that&#8217;s just the way it is, and even Opera Lite would &#8220;force&#8221; things on people. So would he want Opera to create an Opera Lite Lite just for him with exactly the features he wants and nothing else? <img src='http://operawatch.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Opera Lite would be a waste of resources because it doesn&#8217;t achieve anything you can&#8217;t achieve without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stein</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72170</link>
		<dc:creator>Stein</dc:creator>
		<pubDate>Thu, 24 Jan 2008 22:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72170</guid>
		<description>BLOAT / OPERA LIGHT

Not long ago, a website had a review of O9.25, where the reviewer claimed that Kestrel was bloated.. I wrote him a respons, asking:

Could anyone tell me HOW Opera is bloated? (And this is connected to the request for an "Opera Lite")

1) Download size?? Opera has a download size of 4/4.6 megabytes, which is about 1MB less than Firefox.. Not bloated!!

2) Speed? Although results may vary from computer to computer, Opera is one of the fastest - maybe THE fastest - browser out there.. Not really, bloated, is it?

3) RAM/CPU? Yep, some people have problems with Opera using 100%CPU, but such problems also appear with Firefox (read forums). In an "unproblematic" install, Opera is not resource-demanding at all.. Not bloated!!

4) Interface? Well - my Opera interface (standard) is not more bloated than any Firefox-interface, actually it leaves more space for my "internet-window" than any of my other prowsers in standard mode - and I still can remove any buttons and/or toolbars that I want. Not bloated!!

.. As far as I can judge, none of the "extra" functions - notes, mail client, torrent download - do not have any noticable impact on Size, Speed, Interface (you can ignore it if you don't need it...), or resources..  So, from my point of view, WHY this need for a lite version? "Because I don't need these functions, and I never asked for it".. I can't understand why these functions can't be just ignored, as I don't understand how anything in Opera would benefit from them disappearing. Even more, as some posters (not necc. here) almost make it clear they will never use O anyway, then why??

HOSTILITY..
W2 never answered me why he writes his posts here. He doesn't have to, of course, he has a full right to post! Still.. There are many browsers that I do NOT like at all.. Now, why should I spend so much time on their forums, yelling at how bad their browser is, how I will NEVER use it, and how fast their company will disappear. That would just be sad!! I will never be hostile to freeware, unless it is a threath or a scam! Some (I said SOME!!) of the posts here seem so thoroughly negative that I just don't understand the reason.. And it DOES make ME hostile! Now, some posts are critical and point out flaws and problems.. GREAT! Although I still don't understand the reason for any "LITE" version ;)

Sorry for writing so much.. I'll keep it short for the next posts, as I hopefully have made my point :)</description>
		<content:encoded><![CDATA[<p>BLOAT / OPERA LIGHT</p>
<p>Not long ago, a website had a review of O9.25, where the reviewer claimed that Kestrel was bloated.. I wrote him a respons, asking:</p>
<p>Could anyone tell me HOW Opera is bloated? (And this is connected to the request for an &#8220;Opera Lite&#8221;)</p>
<p>1) Download size?? Opera has a download size of 4/4.6 megabytes, which is about 1MB less than Firefox.. Not bloated!!</p>
<p>2) Speed? Although results may vary from computer to computer, Opera is one of the fastest - maybe THE fastest - browser out there.. Not really, bloated, is it?</p>
<p>3) RAM/CPU? Yep, some people have problems with Opera using 100%CPU, but such problems also appear with Firefox (read forums). In an &#8220;unproblematic&#8221; install, Opera is not resource-demanding at all.. Not bloated!!</p>
<p>4) Interface? Well - my Opera interface (standard) is not more bloated than any Firefox-interface, actually it leaves more space for my &#8220;internet-window&#8221; than any of my other prowsers in standard mode - and I still can remove any buttons and/or toolbars that I want. Not bloated!!</p>
<p>.. As far as I can judge, none of the &#8220;extra&#8221; functions - notes, mail client, torrent download - do not have any noticable impact on Size, Speed, Interface (you can ignore it if you don&#8217;t need it&#8230;), or resources..  So, from my point of view, WHY this need for a lite version? &#8220;Because I don&#8217;t need these functions, and I never asked for it&#8221;.. I can&#8217;t understand why these functions can&#8217;t be just ignored, as I don&#8217;t understand how anything in Opera would benefit from them disappearing. Even more, as some posters (not necc. here) almost make it clear they will never use O anyway, then why??</p>
<p>HOSTILITY..<br />
W2 never answered me why he writes his posts here. He doesn&#8217;t have to, of course, he has a full right to post! Still.. There are many browsers that I do NOT like at all.. Now, why should I spend so much time on their forums, yelling at how bad their browser is, how I will NEVER use it, and how fast their company will disappear. That would just be sad!! I will never be hostile to freeware, unless it is a threath or a scam! Some (I said SOME!!) of the posts here seem so thoroughly negative that I just don&#8217;t understand the reason.. And it DOES make ME hostile! Now, some posts are critical and point out flaws and problems.. GREAT! Although I still don&#8217;t understand the reason for any &#8220;LITE&#8221; version <img src='http://operawatch.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Sorry for writing so much.. I&#8217;ll keep it short for the next posts, as I hopefully have made my point <img src='http://operawatch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fearphage</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72168</link>
		<dc:creator>fearphage</dc:creator>
		<pubDate>Thu, 24 Jan 2008 22:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72168</guid>
		<description>&lt;blockquote&gt;You are “forced” to download the bookmarks feature, extensions framework (XUL is extremely bloated), Places feature, live bookmarks feature, etc.&lt;/blockquote&gt;I don't consider bookmarks to really be a feature but a requirement for a gui-based browser. Live bookmarks sound like an advanced/improved type of bookmarks. The other things I can agree with. I don't even know what the "Places feature" is. I'm not a firefox user but a firebug user.  Are any of the included firefox features outside the realm of browsing the web? This is a serious quesiton since I don't know about &lt;i&gt;every&lt;/i&gt; firefox feature. Regardless, Firefox doing the same thing or not would not validate or invalidate the situation.

&lt;blockquote&gt;I am pointing out why Opera Lite would be a waste of time/resources.&lt;/blockquote&gt;
&lt;blockquote&gt;what’s useless in your opinion doesn’t really help a whole lot since there are more people out there than you.&lt;/blockquote&gt;I'll let you correct your ownself :)

&lt;blockquote&gt;the Opera Lite crowd often thinks that Opera Lite would magically make Opera render webpages faster.&lt;/blockquote&gt;Of the minority of users who want Opera Lite, I think the ignorant users who think such things are very low in numbers. However, keep in mind that extraneous clients do have the ability to affect browser functionality. There was a bug (in the last 2-4 months) where disabling the mail client would cause the info panel to crash Opera. Also, disabling/enabling the torrent client was affecting the downloading of some mimetypes. Those are two simple benefits from having a browser-only setup. I can't be held responsible for ignorant people. I know it won't render pages faster. That's not the basis of the request.

&lt;blockquote&gt;What benefit do you receive by downloading the bookmarks feature, extensions framework (XUL is extremely bloated), Places feature, live bookmarks feature, etc. in Firefox?&lt;/blockquote&gt;ummm... EXTENSIONS. Extensions are what firefox has to me. Thats its main selling point. If it didn't support extensions, I don't think firefox would be leading so strongly behind IE in market share. This is sort of not fair to firefox because I don't use firefox. Its merely a tool where firebug lives so I don't have experience with a lot of the things you are talking about or bringing up from the ff side of things. &lt;b&gt;What non-browser related stuff does firefox force on you?&lt;/b&gt; (serious question here)

Any other points you think I ignored? Its interesting how I'm answering your questions but you aren't answering mine. 
&lt;blockquote&gt;PLEASE ANSWER THIS: Do you think a torrent client aids you in browsing the web, etc? Ditto for IRC.
...
From my earlier explanation, did you realize how you were/are showing hostility?
...
The people want something so it would benefit those people to receive it. Do you understand?&lt;/blockquote&gt;

This is fun...</description>
		<content:encoded><![CDATA[<blockquote><p>You are “forced” to download the bookmarks feature, extensions framework (XUL is extremely bloated), Places feature, live bookmarks feature, etc.</p></blockquote>
<p>I don&#8217;t consider bookmarks to really be a feature but a requirement for a gui-based browser. Live bookmarks sound like an advanced/improved type of bookmarks. The other things I can agree with. I don&#8217;t even know what the &#8220;Places feature&#8221; is. I&#8217;m not a firefox user but a firebug user.  Are any of the included firefox features outside the realm of browsing the web? This is a serious quesiton since I don&#8217;t know about <i>every</i> firefox feature. Regardless, Firefox doing the same thing or not would not validate or invalidate the situation.</p>
<blockquote><p>I am pointing out why Opera Lite would be a waste of time/resources.</p></blockquote>
<blockquote><p>what’s useless in your opinion doesn’t really help a whole lot since there are more people out there than you.</p></blockquote>
<p>I&#8217;ll let you correct your ownself <img src='http://operawatch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>the Opera Lite crowd often thinks that Opera Lite would magically make Opera render webpages faster.</p></blockquote>
<p>Of the minority of users who want Opera Lite, I think the ignorant users who think such things are very low in numbers. However, keep in mind that extraneous clients do have the ability to affect browser functionality. There was a bug (in the last 2-4 months) where disabling the mail client would cause the info panel to crash Opera. Also, disabling/enabling the torrent client was affecting the downloading of some mimetypes. Those are two simple benefits from having a browser-only setup. I can&#8217;t be held responsible for ignorant people. I know it won&#8217;t render pages faster. That&#8217;s not the basis of the request.</p>
<blockquote><p>What benefit do you receive by downloading the bookmarks feature, extensions framework (XUL is extremely bloated), Places feature, live bookmarks feature, etc. in Firefox?</p></blockquote>
<p>ummm&#8230; EXTENSIONS. Extensions are what firefox has to me. Thats its main selling point. If it didn&#8217;t support extensions, I don&#8217;t think firefox would be leading so strongly behind IE in market share. This is sort of not fair to firefox because I don&#8217;t use firefox. Its merely a tool where firebug lives so I don&#8217;t have experience with a lot of the things you are talking about or bringing up from the ff side of things. <b>What non-browser related stuff does firefox force on you?</b> (serious question here)</p>
<p>Any other points you think I ignored? Its interesting how I&#8217;m answering your questions but you aren&#8217;t answering mine. </p>
<blockquote><p>PLEASE ANSWER THIS: Do you think a torrent client aids you in browsing the web, etc? Ditto for IRC.<br />
&#8230;<br />
From my earlier explanation, did you realize how you were/are showing hostility?<br />
&#8230;<br />
The people want something so it would benefit those people to receive it. Do you understand?</p></blockquote>
<p>This is fun&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ...</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72161</link>
		<dc:creator>...</dc:creator>
		<pubDate>Thu, 24 Jan 2008 20:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72161</guid>
		<description>&lt;blockquote&gt;But you aren’t forced to download chatzilla, fireftp, and a plethera of other extensions.&lt;/blockquote&gt;
You are "forced" to download the bookmarks feature, extensions framework (XUL is extremely bloated), Places feature, live bookmarks feature, etc.

&lt;blockquote&gt;You are approaching the situation from the wrong direction.&lt;/blockquote&gt;
No, I am pointing out why Opera Lite would be a waste of time/resources.

&lt;blockquote&gt;There’s nothing to educate.&lt;/blockquote&gt;
There is. As I pointed out, the Opera Lite crowd often thinks that Opera Lite would magically make Opera render webpages faster.

&lt;blockquote&gt;What benefit do I receive by downloading that unused code every friday?&lt;/blockquote&gt;
What benefit do you receive by downloading the bookmarks feature, extensions framework (XUL is extremely bloated), Places feature, live bookmarks feature, etc. in Firefox?

Keep ignoring these points that show your double standards, won't you :D</description>
		<content:encoded><![CDATA[<blockquote><p>But you aren’t forced to download chatzilla, fireftp, and a plethera of other extensions.</p></blockquote>
<p>You are &#8220;forced&#8221; to download the bookmarks feature, extensions framework (XUL is extremely bloated), Places feature, live bookmarks feature, etc.</p>
<blockquote><p>You are approaching the situation from the wrong direction.</p></blockquote>
<p>No, I am pointing out why Opera Lite would be a waste of time/resources.</p>
<blockquote><p>There’s nothing to educate.</p></blockquote>
<p>There is. As I pointed out, the Opera Lite crowd often thinks that Opera Lite would magically make Opera render webpages faster.</p>
<blockquote><p>What benefit do I receive by downloading that unused code every friday?</p></blockquote>
<p>What benefit do you receive by downloading the bookmarks feature, extensions framework (XUL is extremely bloated), Places feature, live bookmarks feature, etc. in Firefox?</p>
<p>Keep ignoring these points that show your double standards, won&#8217;t you <img src='http://operawatch.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fearphage</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72157</link>
		<dc:creator>fearphage</dc:creator>
		<pubDate>Thu, 24 Jan 2008 20:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72157</guid>
		<description>&lt;blockquote&gt;Yeah, like Firefox’s bookmarks, extensions, Places, live bookmarks, etc. are forced upon everyone. I get it.&lt;/blockquote&gt;But you aren't forced to download chatzilla, fireftp, and a plethera of other extensions. Firefox is a platform on which to build. Opera is the finished product for the most part.

&lt;blockquote&gt;People who want Opera Lite mistakenly believe that it would make a real difference.&lt;/blockquote&gt;You are approaching the situation from the wrong direction. The difference it will make is that its something that we are requesting so it will be pleasing to us for them to deliver it. You see. The people want something so it would benefit those people to receive it. Do you understand?

&lt;blockquote&gt;The best thing to do is to educate the mistaken Opera Lite crowd.&lt;/blockquote&gt;There's nothing to educate. You have a misconception of why I want Opera Lite. It's mostly based on principality. I know for a fact that I will not be using the mail, rss, irc, etc clients. &lt;b&gt;What benefit do I receive by downloading that unused code every friday?&lt;/b&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>Yeah, like Firefox’s bookmarks, extensions, Places, live bookmarks, etc. are forced upon everyone. I get it.</p></blockquote>
<p>But you aren&#8217;t forced to download chatzilla, fireftp, and a plethera of other extensions. Firefox is a platform on which to build. Opera is the finished product for the most part.</p>
<blockquote><p>People who want Opera Lite mistakenly believe that it would make a real difference.</p></blockquote>
<p>You are approaching the situation from the wrong direction. The difference it will make is that its something that we are requesting so it will be pleasing to us for them to deliver it. You see. The people want something so it would benefit those people to receive it. Do you understand?</p>
<blockquote><p>The best thing to do is to educate the mistaken Opera Lite crowd.</p></blockquote>
<p>There&#8217;s nothing to educate. You have a misconception of why I want Opera Lite. It&#8217;s mostly based on principality. I know for a fact that I will not be using the mail, rss, irc, etc clients. <b>What benefit do I receive by downloading that unused code every friday?</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ...</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72147</link>
		<dc:creator>...</dc:creator>
		<pubDate>Thu, 24 Jan 2008 18:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72147</guid>
		<description>&lt;blockquote&gt;In opera, all functionality/features are forced upon everyone&lt;/blockquote&gt;
Yeah, like Firefox's bookmarks, extensions, Places, live bookmarks, etc. are forced upon everyone. I get it.

&lt;blockquote&gt;If I was the only one in the community that wanted Opera Lite&lt;/blockquote&gt;
People who want Opera Lite mistakenly believe that it would make a real difference. Reality is that Opera Lite is not needed to use external e-mail clients and such. The best thing to do is to educate the mistaken Opera Lite crowd.</description>
		<content:encoded><![CDATA[<blockquote><p>In opera, all functionality/features are forced upon everyone</p></blockquote>
<p>Yeah, like Firefox&#8217;s bookmarks, extensions, Places, live bookmarks, etc. are forced upon everyone. I get it.</p>
<blockquote><p>If I was the only one in the community that wanted Opera Lite</p></blockquote>
<p>People who want Opera Lite mistakenly believe that it would make a real difference. Reality is that Opera Lite is not needed to use external e-mail clients and such. The best thing to do is to educate the mistaken Opera Lite crowd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fearphage</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72139</link>
		<dc:creator>fearphage</dc:creator>
		<pubDate>Thu, 24 Jan 2008 17:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72139</guid>
		<description>&lt;blockquote&gt;what’s useless in your opinion doesn’t really help a whole lot since there are more people out there than you.&lt;/blockquote&gt;Strangely you seem to think Opera Lite is not warranted and you felt the need to express that opinion but my opinions are useless. That sounds objective.

&lt;blockquote&gt;And it’s interesting that you get to decide when a feature is “forced” or not.&lt;/blockquote&gt;In opera, all functionality/features are forced upon everyone because there are no alternate builds. A feature (good or bad) is forced upon everyone all the time. Alternatively in safari, ie, and ff, the dev tools (for instance) are external tools. The vindictive side of me hopes that is not the case in Opera.

&lt;blockquote&gt;You are apparently the god who decides what a “fundamental aspect of web browsers” is&lt;/blockquote&gt;PLEASE ANSWER THIS: Do you think a torrent client aids you in browsing the web, etc? Ditto for IRC. Things that directly affect or improve the act of browsing the web (you know its called a web browser) are things I categorize as fundamental or at least things that improve that experience. I don't use Speed Dial but it offers a benefit from a web browser standpoint so if Opera made an Opera Lite, it would be logical for it to be included. Same with userjs, bookmarks, back and forward navigation, mouse gestures, wand (don't use it), etc. These are things that directly affect and/or impact the act of browsing the web. I was not attempting to be God but merely a logical person. For the same reasons, my text editor doesn't and shouldn't play dvds. I acquired it to manipulate text. Anything beyond that, is beyond the scope of its name. This is what wikipedia thinks a &lt;a href="http://en.wikipedia.org/wiki/Web_browser" rel="nofollow"&gt;web browser&lt;/a&gt; is:&lt;blockquote&gt;A web browser is a software application that enables a user to display and interact with text, images, videos, music and other information typically located on a Web page at a website on the World Wide Web or a local area network. Text and images on a Web page can contain hyperlinks to other Web pages at the same or different website. Web browsers allow a user to quickly and easily access information provided on many Web pages at many websites by traversing these links. Web browsers format HTML information for display, so the appearance of a Web page may differ between browsers.
...
Some of the more popular browsers include additional components to support Usenet news, IRC (Internet relay chat), and e-mail. Protocols supported may include NNTP (network news transfer protocol), SMTP (simple mail transfer protocol), IMAP (Internet message access protocol), and POP (post office protocol). These browsers are often referred to as Internet suites or application suites rather than merely Web browsers.&lt;/blockquote&gt;They also classify it as additional functionality. The first paragraph sounds sort of like fundamental things to me while later they talk about additional/extraneous/superfluous functionality. It's this additional functionality that pulls applications from the browser realm and into the internet suite realm. Its like I or some other logical person wrote/edited Wikipedia. Crazy. &lt;b&gt;If you can not distinguish between things that are directly related to a web browser and those that are not, then perhaps you have much larger problems.&lt;/b&gt;

&lt;blockquote&gt;Your argument in a nutshell is that if you don’t want or need it, it shouldn’t be in a browser or a suite.&lt;/blockquote&gt;This is a false statement. There are multiple things that I have no use for that logically belong in a web browser. All of the excess clients makes sense in a suite. I'm not sure a suite really has strict limits of what to include. However, Opera ASA consistently and purposefully advertises Opera as a web browser or browser. I have yet to see one opera endorsed page with the phrase "Opera Suite" or "Opera Web Suite". Feel free to correct me here. When I originally downloaded Opera, I was under the influence that I was downloading the Opera web browser. I was not aware of the swiss army knife hiding inside. Over time more and more things are added and some don't even have off switches (widgets for example). Some have off switches that don't thoroughly &lt;a href="http://my.opera.com/community/forums/topic.dml?id=207124" rel="nofollow"&gt;do their job&lt;/a&gt;. They bundle it up and you have no choice but to consume it or switch browsers.

&lt;blockquote&gt;Which shows the folly of even trying to reason with you because you are not interested in looking objectively at this.&lt;/blockquote&gt;If I was the only one in the community that wanted Opera Lite, then I would say you maybe have a point. Opera lite (like a UserJS manager and inline-spellchecking) are consistently and repeatedly requested in the community. I'm not sure how popular things need to be before Opera acts on them. For the most part, Opera's shroud of secrecy prevents them from discussing what they will add and won't add. Perhaps you don't understand. No one (that I know of) wants Opera Lite to replace the current Opera edition. I (we) would just like a separate build that has Opera-with-browser-functionality-only. That's all. I know this is a hard pill to swallow for some and while it enrages others. This is something I've been wanting and requesting and waiting for quite a while and I am passionate about it so yes it is difficult for me to remove my feelings from the discussion. I apologize for being human.

&lt;blockquote&gt;You don’t need Opera Lite to use something else. Whether Opera adds features out of necessity or not is not relevant to whether you can choose something else if you want to or not.&lt;/blockquote&gt;I'm not sure I fully understand this. You don't need mail to use Opera. You don't need IRC to use Opera. There are lots of things Opera has that no one needs. I don't exactly understand the point here. "We all have the option to use something else" does that mean another browser? I could switch browsers as could anyone else, but I would prefer that Opera improve and take my wants and desires into consideration instead of me using another browser.

@heh: From my &lt;a href="http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72099" rel="nofollow"&gt;earlier explanation&lt;/a&gt;, did you realize how you were/are showing hostility? I realize that I am and its not accidental. When people are attacked, it is natural to defend one's self. Sometimes this defense comes in just as harsh or a worse manner.</description>
		<content:encoded><![CDATA[<blockquote><p>what’s useless in your opinion doesn’t really help a whole lot since there are more people out there than you.</p></blockquote>
<p>Strangely you seem to think Opera Lite is not warranted and you felt the need to express that opinion but my opinions are useless. That sounds objective.</p>
<blockquote><p>And it’s interesting that you get to decide when a feature is “forced” or not.</p></blockquote>
<p>In opera, all functionality/features are forced upon everyone because there are no alternate builds. A feature (good or bad) is forced upon everyone all the time. Alternatively in safari, ie, and ff, the dev tools (for instance) are external tools. The vindictive side of me hopes that is not the case in Opera.</p>
<blockquote><p>You are apparently the god who decides what a “fundamental aspect of web browsers” is</p></blockquote>
<p>PLEASE ANSWER THIS: Do you think a torrent client aids you in browsing the web, etc? Ditto for IRC. Things that directly affect or improve the act of browsing the web (you know its called a web browser) are things I categorize as fundamental or at least things that improve that experience. I don&#8217;t use Speed Dial but it offers a benefit from a web browser standpoint so if Opera made an Opera Lite, it would be logical for it to be included. Same with userjs, bookmarks, back and forward navigation, mouse gestures, wand (don&#8217;t use it), etc. These are things that directly affect and/or impact the act of browsing the web. I was not attempting to be God but merely a logical person. For the same reasons, my text editor doesn&#8217;t and shouldn&#8217;t play dvds. I acquired it to manipulate text. Anything beyond that, is beyond the scope of its name. This is what wikipedia thinks a <a href="http://en.wikipedia.org/wiki/Web_browser">web browser</a> is:<br />
<blockquote>A web browser is a software application that enables a user to display and interact with text, images, videos, music and other information typically located on a Web page at a website on the World Wide Web or a local area network. Text and images on a Web page can contain hyperlinks to other Web pages at the same or different website. Web browsers allow a user to quickly and easily access information provided on many Web pages at many websites by traversing these links. Web browsers format HTML information for display, so the appearance of a Web page may differ between browsers.<br />
&#8230;<br />
Some of the more popular browsers include additional components to support Usenet news, IRC (Internet relay chat), and e-mail. Protocols supported may include NNTP (network news transfer protocol), SMTP (simple mail transfer protocol), IMAP (Internet message access protocol), and POP (post office protocol). These browsers are often referred to as Internet suites or application suites rather than merely Web browsers.</p></blockquote>
<p>They also classify it as additional functionality. The first paragraph sounds sort of like fundamental things to me while later they talk about additional/extraneous/superfluous functionality. It&#8217;s this additional functionality that pulls applications from the browser realm and into the internet suite realm. Its like I or some other logical person wrote/edited Wikipedia. Crazy. <b>If you can not distinguish between things that are directly related to a web browser and those that are not, then perhaps you have much larger problems.</b></p>
<blockquote><p>Your argument in a nutshell is that if you don’t want or need it, it shouldn’t be in a browser or a suite.</p></blockquote>
<p>This is a false statement. There are multiple things that I have no use for that logically belong in a web browser. All of the excess clients makes sense in a suite. I&#8217;m not sure a suite really has strict limits of what to include. However, Opera ASA consistently and purposefully advertises Opera as a web browser or browser. I have yet to see one opera endorsed page with the phrase &#8220;Opera Suite&#8221; or &#8220;Opera Web Suite&#8221;. Feel free to correct me here. When I originally downloaded Opera, I was under the influence that I was downloading the Opera web browser. I was not aware of the swiss army knife hiding inside. Over time more and more things are added and some don&#8217;t even have off switches (widgets for example). Some have off switches that don&#8217;t thoroughly <a href="http://my.opera.com/community/forums/topic.dml?id=207124">do their job</a>. They bundle it up and you have no choice but to consume it or switch browsers.</p>
<blockquote><p>Which shows the folly of even trying to reason with you because you are not interested in looking objectively at this.</p></blockquote>
<p>If I was the only one in the community that wanted Opera Lite, then I would say you maybe have a point. Opera lite (like a UserJS manager and inline-spellchecking) are consistently and repeatedly requested in the community. I&#8217;m not sure how popular things need to be before Opera acts on them. For the most part, Opera&#8217;s shroud of secrecy prevents them from discussing what they will add and won&#8217;t add. Perhaps you don&#8217;t understand. No one (that I know of) wants Opera Lite to replace the current Opera edition. I (we) would just like a separate build that has Opera-with-browser-functionality-only. That&#8217;s all. I know this is a hard pill to swallow for some and while it enrages others. This is something I&#8217;ve been wanting and requesting and waiting for quite a while and I am passionate about it so yes it is difficult for me to remove my feelings from the discussion. I apologize for being human.</p>
<blockquote><p>You don’t need Opera Lite to use something else. Whether Opera adds features out of necessity or not is not relevant to whether you can choose something else if you want to or not.</p></blockquote>
<p>I&#8217;m not sure I fully understand this. You don&#8217;t need mail to use Opera. You don&#8217;t need IRC to use Opera. There are lots of things Opera has that no one needs. I don&#8217;t exactly understand the point here. &#8220;We all have the option to use something else&#8221; does that mean another browser? I could switch browsers as could anyone else, but I would prefer that Opera improve and take my wants and desires into consideration instead of me using another browser.</p>
<p>@heh: From my <a href="http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72099">earlier explanation</a>, did you realize how you were/are showing hostility? I realize that I am and its not accidental. When people are attacked, it is natural to defend one&#8217;s self. Sometimes this defense comes in just as harsh or a worse manner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heh</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72116</link>
		<dc:creator>heh</dc:creator>
		<pubDate>Thu, 24 Jan 2008 07:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72116</guid>
		<description>*chose to ignore this point</description>
		<content:encoded><![CDATA[<p>*chose to ignore this point</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heh</title>
		<link>http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72115</link>
		<dc:creator>heh</dc:creator>
		<pubDate>Thu, 24 Jan 2008 07:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://operawatch.com/news/2008/01/great-expectations-what-you-can-expect-from-our-developer-tools.html#comment-72115</guid>
		<description>Oh, and fearphage chose ignored this point, and went with a red herring instead: You don’t need Opera Lite to use something else. Whether Opera adds features out of necessity or not is not relevant to whether you can choose something else if you want to or not.</description>
		<content:encoded><![CDATA[<p>Oh, and fearphage chose ignored this point, and went with a red herring instead: You don’t need Opera Lite to use something else. Whether Opera adds features out of necessity or not is not relevant to whether you can choose something else if you want to or not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
