topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 5:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: Opera - new alpha version brings untold pleasures...or something like that.  (Read 39544 times)

Dirhael

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 387
    • View Profile
    • defreitas.no
    • Donate to Member
So yeah, I understand that there are other Opera users here as well, so I thought we'd have a topic regarding the new alpha build that was just released today. Let me tell you, I already love it despite the fact that it haven't even reached beta status yet. The changelog is *huge* so I'll just post it within the code tags and pick out some things that I've found to be the highlights so far :)

Changelog for Opera 9.50 Alpha 1 for Windows
Information
Download:
MSI English-only
English Classic installer
Build: 9500
Released: September 4, 2007
Release Notes
This is an alpha version of Opera. Use only on properly backed up computers and do not install over previous Opera versions
This release uses new storage and indexing formats for Opera Mail (including newsfeeds). If you copy your Mail directory from an existing profile, you will be prompted to convert all accounts into the new format and re-index your messages. You will not be able to downgrade to a previous version of Opera after starting the conversion process
Known issues
Kestrel does not currently run on Windows 95B
POP server cleaning has been disabled: When disabling the "Leave messages on server" option, existing messages on the server are not removed
[BUG 274975] Graphical smilies do not work
[BUG 280261] Removing messages from filters does not work
[BUG 277681] Some order lists are displayed as unordered lists
[BUG 279302] Line wrapping does not work correctly in some cases, causing overly long lines of text and horizontal scrollbars; often seen at Wikipedia
[BUG 280678] Files are often saved with the incorrect file extension
[BUG 213115] Queued mail is sent at the next check, instead of waiting for manual action
[BUG 281550] Setting an external source viewer does not work
Changes since Opera 9.23
Display and Scripting
Rendering Engine
Fixed numerous stability issues
Plugged numerous memory leaks
Plethora of performance improvements throughout
Added support for the CSS3 overflow-x and overflow-y properties (demo)
Added support for the CSS3 text-shadow property (demo)
Added support for the CSS3 Selectors (demo)
Added support for the CSS3 outline-offset property (demos)
Added support for the CSS3 background-size property (only accessible via the custom -o-background-size property)
Added support for the CSS3 currentColor color keyword
Added support for the CSS2.1 white-space: pre-line value
Added support for the :-o-prefocus pseudo-class, which allows styling of form elements reached via spatial navigation
Added support for the custom -o-language-string(n) property for use in User and Internal Stylesheets to allow localized strings in stylesheets
Added support for the custom -o-table-baseline property, used to determine which row of an inline-table will be used as the baseline of the table. The property accepts either an integer or inherit value, where the integer refers to the table row to use as the table's baseline. -1 refers to the last row of the table and -n refers to the nth row from the bottom. If the integer value is 0, the bottom margin edge of the table will be treated as the table's baseline. The initial value is 1. This property only applies to inline-tables
Added support for the label attribute of option elements
Greatly improved table layout algorithm
Major improvements to the shrink-wrapping algorithm
Greatly improved support for the CSS outline property
Support the min-width and max-width properties for elements styled with display: table-cell (such as td and th elements)
Improved the handling of vertical alignment changes for form elements
No longer use font-variant: small-caps for acronym elements
Disallow use of percentage width values for the border-width property
Removed support for class selectors starting with a digit in Quirks mode
rowspan=0 is now also supported in Quirks mode
Fixed problem where the :lang() selector did not correctly match the full string
Improved support for @import, @media, @namespace, and @page at-rules
Fixed problem where the background-attachment property did not apply in ::first-line contexts
Fixed error handling of nobr tag
Fixed problem preventing elements with height: inherit from inheriting the computed value of height
Support the color attribute for hr elements
Fixed layout problems on TV.com caused by using <li">
Updated tabindex attribute handling: any element with a tabindex that is a positive number should be reachable by tabbing. Elements with a negative tabindex should never be reachable by tabbing
Fixed problem with the scrollbar at BlogLines.com
Give multi-select elements a reasonable default size
Fixed problem with large decimal em values being rounded to nearest integer (demo)
Support overflow in inline-table and inline-block elements, which fixes unclickable links and truncated content on Dell.com
Fixed problem where certain MHTML files displayed blank until resizing the page
Fixed redraw problem when reducing the width of td elements via DOM
Support for the display: table-column and table-column-group values on elements other than col and colgroup
Fix rounding error when calculating percentage font-sizes
Fixed problem where links in floated elements were not clickable, which caused problems with WordPress web sites
Fixed problem with using percentage height on blocks inside table cells
Resolved issue where linebreaks were shown in the title of XML documents
Allow changing the background of input type=image elements
Fixed incorrect use of padding on table elements when setting the border-spacing property and using the separated-border model
Fixed problems with negative margins on caption elements causing the captions to display far, far to the right, as seen at Wachovia.com
Inherit frameset encoding into frame documents, using the same restrictions as used for inline frames
Add HTML5 entity &TRADE; as an alias to &trade;
Media queries are now dynamic, allowing them to update when the window size is changed not just when the page loads
Fixed problems displaying full-screen YouTube videos
Fixed problems focusing the message composition area on Gmail
Store the original strings in HTML attributes for use by CSS selectors and DOM
JavaScript/DOM
Rewritten ECMAscript engine, which is more flexible and uses less memory
Added support for JavaScript 1.5 Getters and Setters
Added support for the DOM 3 Core Node.isSameNode method
Added support for the DOM 3 Core Text.wholeText attribute and Text.replaceWholeText method
Added support for the DOM 3 Core Node.compareDocumentPosition method (used by Google Pages)
Added support for the Microsoft XML DOM Node.selectNodes and Node.selectSingleNode methods
Added support for the Gecko DOM Range.comparePoint method (used by Google Pages)
Added support for the HTML5 {Document,Element}.getElementsByClassName method
Added support for the HTML5 Navigator.onLine attribute and the Window.{online,offline} events
Added support for the HTML5 Canvas.getImageData and Canvas.putImageData methods, including support for creating an ImageData object using the ImageData interface
Added support for the HTML5 Canvas.transform, Canvas.setTransform, and Canvas.isPointInPath methods
Added support for the HTML5 Element.tabindex attribute and the Element.{blur,focus} methods
Added support for the Microsoft XMLDocument class used for all XML documents (except SVG and XHTML) for cross-browser consistency. The DOM 3 Load and Save Document.async attribute and Document.load method will no longer work in the Document class
Added support for the document.moveFocus{left,right,up,down} methods for directing spatial navigation via JavaScript
Added support for the start and stop methods of marquee elements
Insert em tag instead of i tag when using italic execCommand parameter
Fixed problems changing the font size of textarea elements via DOM
Fixed problem that caused non-breaking spaces to be inserted in textarea elements as seen at Gmail
Corrected name of LSLoadEvent.input attribute (was LSLoadEvent.filter)
Fixed various bugs where mouse events had built-in effects before script event processing was finished (cancelled mousedown should not move focus, blur/focus events caused by mousedown event should be processed after rather than before the mousedown event causing them, and so on)
Stopped showing text nodes in script and style elements when using the Document.all collection
Trigger an onload event for images set to display:none
Fixed canvas locking in the 2dgame context to allow updating when the canvas is locked and fixed the update function to actually work
Disabled Document.length, as it caused problems in the Apple.com CoverFlow demo
Remove the text attribute from the HTMLSelectElement collection
Date.getYear() now returns full year when the year is > 1999 or < 1900 for cross-browser compatibility (despite breaking the JS spec.)
Removed IE-compatibility where Document.getElementById treated name and id attributes the same, which caused problems with jQuery
No longer share events between the Window and Document objects
Fixed problem where the Date method with an out of range day parameter became the current date and other cross-browser consistency issues
No longer create multiple text nodes when there's more than 32KB of data in the text node
Fixed problem changing the type attribute of button elements
Fixed problem where setting the scrollTop attribute for textarea elements didn't scroll the textarea contents
Several fixes to Document.activeElement to make it work more consistently
Give xml tags within HTML documents a documentElement attribute
XMLHttpRequest now resolves URLs according to the HTML base element
Event.keyCode will now return keyboard codes for punctuation keys in addition to alphanumeric keys, which fixes issues with keyboard navigation at Gmail
Fixed problem displaying maps on theaa.com caused by scrollTop working on both the html and body element simultaneously
Document.body.{clientHeight,clientWidth} and Document.documentElement.{clientHeight,clientWidth} now return the correct values in Strict mode, which fixes issues with Novell GroupWise
Made event capturing more cross-browser compatible: No longer capture load events if listener is attached to the window and fire capturing events at target; attach listeners to the document object if you need to capture load events from within the document
No longer lose the value of an input element created via DOM when changing the type attribute, which caused problems when editing del.icio.us bookmarks
SVG
Added partial SVG Tiny 1.2 support
Added support for using SVGs in img elements and the CSS background-image and list-style-image properties
Added external reference support for SVGs
Rich Text Input
Use line/paragraph breaking in rich text editor: Enter should insert block-break (new paragraph) and Shift+Enter should insert line-break (br element)
Improved handling of inserted and removed elements
Other
Fixed numerous inconsistencies and specification violations in the SVG, DOM, WML, Web Forms 2.0, XPath, and XSLT implementations
Added support for UAX #14 Line Breaking Properties and UAX #29 Text Boundaries annexes
XSLT document() function will no longer cause an XSLT processing error if it is not called
Enabled RTL support in text inputs (including Opera Mail) and form elements
Fixed problem where the HttpURLConnection Java object did not support getHeaderField and getHeaderFieldKey
Allow installation of certificates that generate warnings
Always obey server-set Expiry header
User Interface
Opera Link: bookmarks, Personal bar, and Speed Dial data can be synchronized via my.opera.com; access via the File > Synchronize with My Opera menu option; the most recent Speed Dial data will always be used when synchronizing
Redesigned Address bar drop-down displayed when entering text in the Address bar:
Includes excerpts from previously visited pages
Improved visual design
Orders entries by popularity
Local file auto-completion
Re-enabled Status bar by default and moved some UI elements from View bar to Status bar
Removed View bar
Simplified Download dialog
Closed windows are now also displayed in the Trash can and the Window > Closed menu
"Open with" functionality added to web page context menu and Transfer panel/page
Content blocking improvements:
Added site-specific toggling of content blocking
Fixed problem where opening the Details dialog for a page would cause some blocked paths to change
Double-clicking entries in the Details dialog now edits them
Only show filters that cause content to be blocked on the current page in the Details dialog
CSS and JS files matching blocked patterns are now also shown in the Details dialog
Redesigned certificate warning dialog
Added Undo for Speed Dial
Added Quick find to the Windows panel
Improved thumbnail rendering quality
Improved use of ellipses throughout user interface
Only display one thumbnail in the tab cycle dialog (Ctrl/Option+Tab)
Disabled dragging links/favicons to arbitrary toolbars (exceptions: Personal bar and opera: buttons); hold Shift or open the Tools > Appearances dialog to enable dragging
Fixed problem where the window resizer only worked in a small percentage of the region that it should
Close the correct tab when attempting to close an inactive tab via the Windows panel
Fixed problem with tabs being upside down when the Page bar is at the bottom
Fixed problem with over-zealous generation of toolbar files
Abort start-up when closing the Start-up dialog
Fixed problem with multi-word bookmark nicknames
Fixed problem where changing the language file closes Preferences
Switch to the locked tab when clicking its locked icon
Wand will no longer block form submits, making it possible to see if login was successful before storing your login credentials
Fixed problem where the Error Console was not cleared after being reopened
Fixed problem removing scrollbar styling once it's deactivated
Spelling check now works in single-line inputs, too
Default to saving as Web archives and remember format selection
Switch to title casing for menu text
Fixed problem dragging notes when no tab was active
Customization
Allow cascading dialog.ini files
Added new delay action for setup files: delay, X where X is milliseconds. It will delay asynchronously the rest of the actions defined in the string until the specified time has expired
Make [Cycler Button Skin] section in skins work correctly
Added .mini toolbar state (used in the Status bar) to make buttons and padding 80% of normal size
Moved several files into the "defaults" profile sub-directory for improved consistency
Added PluginInitialized User JS event
Accessibility
Major refactoring of keyboard shortcuts
Experimental screen reader support:
Added support for Microsoft Active Accessibility API (MSAA)
Preliminary support for Window-Eyes, JAWS, NVDA, and OS X VoiceOver
Collaborated with GW Micro on improved compatibility with future releases of Window-Eyes
Basic implementation of Accessible Rich Internet Applications (ARIA)
Spatial navigation improvements:
Restore navigated element when moving in history
All keyboard navigation methods (spatial navigation, Ctrl/Cmd+Up/Down, inline find, etc.) should now work based on the same elements, which allows you to use spatial navigation after inline find, etc.
Fixed problem with Tab key navigation finding form elements beyond the current page when navigating history
The scrollbar now touches the edge of the screen when the window is maximized to better adhere to Fitts' Law
Keyboard shortcuts using Ctrl/Cmd+Shift no longer always open in a background tab
Mail/News
Back-ends
Performance improvements, including reduced memory usage, reduced disk accesses, and reduced freezing when checking for new mail/newsfeeds
Improved IMAP reliability, especially when fetching mail with multiple clients
When using "Leave messages on server", POP3 messages are permanently removed from the server when the Trash view is emptied (disable by setting "Permanent delete=0" for the relevant account in accounts.ini)
Connections are no longer initiated before the Start-up dialog is dismissed
Experimental IMAP Keyword support: messages marked as Spam will automatically be marked with the $Spam keyword; existing keywords will generate new filters
Fixed several problems handling multipart messages and message attachments, including messages sent from Apple Mail
Fixed problems updating the list of newsgroups available on a server
Messages in the selected IMAP sent folder will be shown in the Sent view
Fixed problem where mail was never sent if it initially failed to send
User Interface
New, experimental notification system: each message will generate a notification, though one notification per account will appear if more than three messages are received
Refreshed Mail panel, which replaces the status pane with account icons
Pressing F5 will check for new messages in the current view; useful for manually checking for new newsfeeds
Replaced "Save as draft" button in the Compose window with a "Discard draft" button: drafts are auto-saved once text is entered in the message body
IMAP folders are displayed in a hierarchy, as appropriate
The Mail panel now indicates nested filters or mailboxes
Users can now decide how many messages to download when subscribing to a newsgroup
Message thread expansion/collapse is now performed only by clicking the thread triangle in front of the message subject, not when clicking the message subject text
Fixed problems overriding encoding of received messages via the View > Encoding menu
Fixed problem where a filter named "INBOX" could not be edited or deleted
Fixed multiple problems caused by using a master password
Mail passwords are now stored in the Wand password database
Improved selection tracking in message lists (for instance, when toggling threading in a view, scrolling, etc.)
Fixed a couple of issues that could hamper proper threading
Fixed problem where replying always quoted the text/html portion of multipart/alternative messages
Correctly delete subscribed newsfeeds when requested to do so
Added option to filter/search based on message bodies only
Improved spatial navigation of messages
Added Ctrl/Cmd+S shortcut to add attachments to messages
Import
Made Netscape, Eudora, and Opera 5/6 import options available cross-platform
Fixed problem importing mail from Thunderbird
Fixed multiple problems with the Outlook Express importer
Fixed problem sending mail from accounts created by importing mail
Chat
Notifications can be limited to private messages rather than all channel activity (can be enabled in Preferences > Advanced > Notifications)
Miscellaneous
New internal page, opera:historysearch, which searches the content of visited pages
Redesigned Info panel: it now includes the page display mode, download date, META tags, links to stylesheets and JavaScript files, etc.
Cache files no longer use file extensions
Added "Drag to scroll" (disabled by default) which allows scrolling by "grabbing" the page, much like on mobile phones with touch screens
Numerous improvements to mailto link handling
Automatic page refreshing can now be overridden via the "Reload every" context menu item
Fixed problem with pages/bookmarks showing the incorrect favicon
No longer attempt to follow automatic redirects when navigating in history
Improvements to handling of full hard disks
Partial Extended Validation certificate support: no user interface has been added yet
Added support for the httpOnly parameter of the Set-Cookie header
Disable "Allow raising of windows" by default
Fixed problem disabling plug-ins via plugin-ignore.ini
Added support for the BitTorrent peer exchange protocol, which is compatible with libtorrent and µTorrent
Increased network buffer size (opera:config#Performance|NetworkBufferSize) from 32KB to 128KB
Added support for JIS X 0212 in EUC-JP code set 3 and ISO-2022-JP
Added support for JIS-Roman output in ISO-2022-JP
Enabled auto-detection of ISO-2022-JP-1 support
Added zh-SG and zh-MO as known language codes and SG and MO as country codes for selecting Chinese variant
Windows-specific
Associate Opera with .xhtml, .mht, .svg, and .torrent files
Removed option to associate Opera with URL Shortcuts
Auto-scroll icon now appears where clicked instead of centered on the page
Add drop-down shadows on Windows 2000, XP, and Vista if Control Panel > Display > Appearance > Effects > Show shadows under menus is enabled
Better support for the Default program settings dialog in Windows XP and Vista
Dropped support for Winsock 1
Fixed problem where transparent GIFs used as backgrounds would turn black when the page was zoomed
[Changelog link]

So, to recap:
- It features a new, even faster, rendering engine. No, I didn't think it was possible either ;)

- Brand spankin' new javascript engine. It is now (as far as I can tell) compatible with both Google Docs and Google Calendar.

- Better integration with your OS, meaning that for instance the "save as..." dialogues on Vista uses the native ones instead of the old-fashioned one. Other Opera+Vista users will understand what I'm saying here I hope...

- Built-in synchronization with your my.opera.com account. Online storage for bookmarks etc. is always welcome!

- Amazing new address bar feature, where it doesn't just keep track of what links you've visited, it keeps a fulltext index of the entire page content! This means that if you start typing "donationcoder" in the address bar and you've visited both these forums and some other blog where someone might have mentioned "donationcoder" in a comment on the page, you will now have both URL's displayed in the dropdown menu (with a brief summary of the text as well). Don't know if I've explained this well enough so that you'll understand it, but this is one of the most amazing things I've tried. It's like a Google Desktop Search, only for your visited and bookmarked pages, built into the browser. It doesn't even slow things down one bit. I love it!  :Thmbsup:

- Updated M2 mail client. It's now even faster, and apparently more reliable.

- New, smoother, autoscrolling. I know this is a minor point, but I've seen many users complain that when you press the middle button, the autoscroll symbol and mouse cursor jumps to the middle of the page instead of where you pressed it down. Well no more!

---

There are a ton more features etc. as well, but this'll have to do for now. I need to play around with it a bit more before I have more to say :)

[Download it here]
Registered nurse by day, hobby programmer by night.

tinyvillager

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 444
    • View Profile
    • Donate to Member

 Super sweet !

I have to admit i'm not going to touch it til it goes beta at least.I dig Opera,it seems as a company they listen
to their users.Ironicly,for a browser i wouldn't pay for back in the day i would pay for now.I wonder how they
generate money ?

sri

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 689
    • View Profile
    • Sridhar Katakam
    • Read more about this member.
    • Donate to Member
That's all fine and nice. How come I can't change the search engine (inside the search box) from yahoo to anything else?
<a href="https://sridharkatakam.com">My blog</a>

Dirhael

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 387
    • View Profile
    • defreitas.no
    • Donate to Member
Super sweet !

I have to admit i'm not going to touch it til it goes beta at least.I dig Opera,it seems as a company they listen
to their users.Ironicly,for a browser i wouldn't pay for back in the day i would pay for now.I wonder how they
generate money ?

I don't think they get much money from the desktop browser. I think I read somewhere that most of their income comes from Opera on other platforms, like mobile phones, PDA's, TV sets, Nintendo DS, Nintendo Wii etc.
The only income they get from the desktop browser is from the deals they have to use google/yahoo as their default search engine (or so I've heard).


That's all fine and nice. How come I can't change the search engine (inside the search box) from yahoo to anything else?

You can. Just open your preferences, go to the search tab and double-click on the search engine you want to use. There, press the advanced button and place a checkmark the the relevant box :)
Registered nurse by day, hobby programmer by night.

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
I like the new way it scrolls with pageup/down.
I've seen reports about it being faster, but as i already found it very fast before, i can't see any difference.

It does have an anoyance, though. Before, i could search for links with the keyboard ("," + keyword) and then press enter to open the link. Now, when i press enter, nothing happens :(

Oh, and also doesn't work with some flash players similar to youtube. (it does work with youtube)
« Last Edit: September 04, 2007, 07:25 AM by jgpaiva »

Dirhael

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 387
    • View Profile
    • defreitas.no
    • Donate to Member
I like the new way it scrolls with pageup/down.
I've seen reports about it being faster, but as i already found it very fast before, i can't see any difference.

It does have an anoyance, though. Before, i could search for links with the keyboard ("," + keyword) and then press enter to open the link. Now, when i press enter, nothing happens :(

That feature is still there, just disabled by default. As I understand it, the reason this was done is that some users complained that they kept accidentally hitting one-button shortcuts when they thought that a text area was focused. No, I don't understand the complaint either...

Anyway, to enable this useful feature again, open "Preferences", go to the "Advanced" tab, select "Shortcuts" and place a checkmark in the box where it says "Enable single key shortcuts."

Hope this helps :)


EDIT: Could you give me a link to one of the places where the Flash players doesn't work? Not that I can do anything about it as I'm just a fellow Opera user, but I just suspect that the reason if fails has something to do with browser sniffing (for instance, Google does this so I have to use "site preferences" to work around it).
Registered nurse by day, hobby programmer by night.
« Last Edit: September 04, 2007, 07:27 AM by Dirhael »

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
The video is this one, dirhael.

About the enter thing, the checkbox is there, but unfortunatelly, it doesn't fix my problem :(

Dirhael

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 387
    • View Profile
    • defreitas.no
    • Donate to Member
The video is this one, dirhael.

About the enter thing, the checkbox is there, but unfortunatelly, it doesn't fix my problem :(

Doh, I didn't notice that Enter didn't work as expected. No matter, I've solved it properly now :) What you need to do is to go to the same page as I sent you to the last time, but this time you should double-click "Opera standard" under "Keyboard setup."
In the list you're now looking at, expand the "Advanced" branch and locate the "Bookmarks Widget." Select it and press new. On the left you simply type in "Enter", and on the right "Open link"
When done, just press Ok all the way out, and things should be back to normal again :)

I'm going to take a look at the video thing right away, and I'll report back what I can find.
Registered nurse by day, hobby programmer by night.

Dirhael

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 387
    • View Profile
    • defreitas.no
    • Donate to Member
It does not appear to be any workarounds at this time, as it seems like the problem is caused by a bug in the new javascript engine (well, it *is* alpha software after all). Looks like we'll just have to wait for the next release if we want to watch more AAA flash videos from that site...which of course if unfortunate, considering just how funny those videos are :D
Registered nurse by day, hobby programmer by night.

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Hmm... I think you didn't understand my problem. At least, the fix you mentioned doesn't work.
I also tried adding enter=open link in the browser section, but that only made "enter" open the link under the cursor and not the link selected :(

Dirhael

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 387
    • View Profile
    • defreitas.no
    • Donate to Member
Hmm... I think you didn't understand my problem. At least, the fix you mentioned doesn't work.
I also tried adding enter=open link in the browser section, but that only made "enter" open the link under the cursor and not the link selected :(

It could be that I'm just bad at explaining, but it does work.

I do think I understood what you meant, but just to be sure...:
- Press "," to start a inline search for links...
- ...start typing what you're looking for, and when a match is found you hit enter to open said link
?

If that's what you mean, then it does work here at least. However, you could try adding the following under "bookmark widget" instead of just "Open link":
Activate element | Open link

That's the exact same thing that previous releases uses. Let me know if it helps :)

Registered nurse by day, hobby programmer by night.

sri

  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 689
    • View Profile
    • Sridhar Katakam
    • Read more about this member.
    • Donate to Member
Super sweet !

I have to admit i'm not going to touch it til it goes beta at least.I dig Opera,it seems as a company they listen
to their users.Ironicly,for a browser i wouldn't pay for back in the day i would pay for now.I wonder how they
generate money ?

I don't think they get much money from the desktop browser. I think I read somewhere that most of their income comes from Opera on other platforms, like mobile phones, PDA's, TV sets, Nintendo DS, Nintendo Wii etc.
The only income they get from the desktop browser is from the deals they have to use google/yahoo as their default search engine (or so I've heard).


That's all fine and nice. How come I can't change the search engine (inside the search box) from yahoo to anything else?

You can. Just open your preferences, go to the search tab and double-click on the search engine you want to use. There, press the advanced button and place a checkmark the the relevant box :)

Thanks. I made a quick screencast of the same.

http://screencast.com/t/GDQYwsrA
<a href="https://sridharkatakam.com">My blog</a>

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Ok, now it works. I changed in the "browser widget" section under advanced, the action of "enter" from "activate element | open link" to "open link" :)

Thanks dirhael!

The problem probably was that i installed this version over the previous version and my custom keyboard shortcuts were not updated or something.

Josh

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Points: 45
  • Posts: 3,411
    • View Profile
    • Donate to Member
Unless roboform is supported, I have no intent to swap to this anytime soon. Sorry, but opera needs to realize that users want to be able to expand their browser if they so desire to.

Lashiec

  • Member
  • Joined in 2006
  • **
  • Posts: 2,374
    • View Profile
    • Donate to Member
;D

The very moment I saw this thread I was expecting Josh to bash Opera for lack of support for RoboForm. You are so predictable... haha, just joking, take it easy :Thmbsup:. If they add extensions support, it won't happen before Opera 10, too many things should change and this is a medium upgrade, not a major new version. To support extensions, MAJOR tests are needed before release, and more considering how picky are at Opera Software about not opening the software to avoid bugs like some affecting Firefox (and IE :P)

As for the news... OHMYGOD, OHMYGOD, OHMYGOD... the changes are impressive. Better integration with sites, more speed and that new desktop search-like feature is something worth hearing. I'm particularly amused by the last one. Did anyone try it with Opera at its maximum settings for history entries (10000)? Does it perform better than Opera 9.2? (it's one of the annoyances that plagues Opera). And I wonder if that mysterious 'status bar' feature was revealed...

Hmmm, and Spybot 1.5 was released today, with Opera support. And probably some new iPods later today. And 'Barcelona' next week... this what they call 'returning from holidays' I suppose, at full blast, indeed.

urlwolf

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,837
    • View Profile
    • Donate to Member
I dig Opera,it seems as a company they listen to their users.Ironicly,for a browser i wouldn't pay for back in the day i would pay for now.

You must be being sarcastic...
There are continuous requests that have been systematically ignored for ages. The main one is, as Josh says, a plugin system. Not gonna happen.
My pet peeve is that the clipboard keeps only text (this is a biggie, since I copy-paste a lot to onenote and FF gives me html plus a link to where the snippet came from!).

Dirhael

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 387
    • View Profile
    • defreitas.no
    • Donate to Member
;D

The very moment I saw this thread I was expecting Josh to bash Opera for lack of support for RoboForm. You are so predictable... haha, just joking, take it easy :Thmbsup:. If they add extensions support, it won't happen before Opera 10, too many things should change and this is a medium upgrade, not a major new version. To support extensions, MAJOR tests are needed before release, and more considering how picky are at Opera Software about not opening the software to avoid bugs like some affecting Firefox (and IE :P)

As for the news... OHMYGOD, OHMYGOD, OHMYGOD... the changes are impressive. Better integration with sites, more speed and that new desktop search-like feature is something worth hearing. I'm particularly amused by the last one. Did anyone try it with Opera at its maximum settings for history entries (10000)? Does it perform better than Opera 9.2? (it's one of the annoyances that plagues Opera). And I wonder if that mysterious 'status bar' feature was revealed...

Hmmm, and Spybot 1.5 was released today, with Opera support. And probably some new iPods later today. And 'Barcelona' next week... this what they call 'returning from holidays' I suppose, at full blast, indeed.

Haven't tested it with 10k entries, but for me that have it set at 1000 the new alpha build is a whole lot faster than the older versions. Most notably, the opera.exe process quits just about the same instant I close the browser (and that it didn't to it the past, not even close).

By the way, Cybernetnews have a short screencast up where they introduce some of the new features. It's short and doesn't dive very deep, but it's nice for those that doesn't want to install pre-release software :)
Registered nurse by day, hobby programmer by night.

Darwin

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 6,984
    • View Profile
    • Donate to Member
Unless roboform is supported, I have no intent to swap to this anytime soon. Sorry, but opera needs to realize that users want to be able to expand their browser if they so desire to.

Hear! Hear! Couldn't agree more. The biggest barrier for me is the lack of plug-in support as well - particularly Roboform. Other than that, I LOVE Opera.

Lashiec

  • Member
  • Joined in 2006
  • **
  • Posts: 2,374
    • View Profile
    • Donate to Member
Oh, yeah, forgot about one thing. Opera's cost. IIRC Opera has this agreement with Google, which provides revenues by the use of the search box. I don't know if they had one with Yahoo, I think only the Mozilla team has this one. In this recent interview with Jon Von Tetzchner, the interviewer mentions a revenue of $50 million from Google (search for "50m", it's the only result there). IIRC Firefox has something like $70 million last year, but of course, Google is much involved with Firefox development. They also have some contracts with Nintendo for the DS and the Wii browsers, and probably phone carriers or manufactures paid to them for Opera mini (or not).

Ah, cool, thanks Dirhael. About that screencast, I have a open tab with Cybernetnews waiting :)

(If Asa Doztler came here, he would shout "fanboy" at me ;D)

Dirhael

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 387
    • View Profile
    • defreitas.no
    • Donate to Member
Oh, yeah, forgot about one thing. Opera's cost. IIRC Opera has this agreement with Google, which provides revenues by the use of the search box. I don't know if they had one with Yahoo, I think only the Mozilla team has this one. In this recent interview with Jon Von Tetzchner, the interviewer mentions a revenue of $50 million from Google (search for "50m", it's the only result there). IIRC Firefox has something like $70 million last year, but of course, Google is much involved with Firefox development. They also have some contracts with Nintendo for the DS and the Wii browsers, and probably phone carriers or manufactures paid to them for Opera mini (or not).

Ah, cool, thanks Dirhael. About that screencast, I have a open tab with Cybernetnews waiting :)

(If Asa Doztler came here, he would shout "fanboy" at me ;D)

Asa Dotzler shouts obscenities at everyone that doesn't repeat "Firefox is is the tools of the Gods" to themselves at least 10 times a day though, so I wouldn't really have taken that as an insult. No matter how one feels regarding the grilled Fox, it's hard not to despise that man. He doesn't exactly do the Mozilla foundation any favors from a PR perspective...
Registered nurse by day, hobby programmer by night.

Josh

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Points: 45
  • Posts: 3,411
    • View Profile
    • Donate to Member
I can understand the reasons behind not implementing an extension or plugin system (security), but come on. In this day and age, where a browser is a very personal piece of software, why not truly allow users to customize the browser to their likings? I am a huge opera fan, I love it, however it is lacking in several departments which could be fixed by allowing existing solutions to be incorporated into the program. Opera tries to simplify this by incorporating a VERY BASIC version of many features, often leaving much to be desired (torrent support anyone?), and as such they can claim that "Yes, we can do this". This is all well and good if they wish to remain a niche browser. However, I think opera would want to expand their market share. Yes, they have the cell market cornered, but the desktop market leaves a lot to be desired.

I pray for the day that I can use roboform, and various other programs I've purchased, with the opera, however until this day comes, I have to avoid opera. I need to be able to grow my browser as I DEEM FIT, not as the developers deem fit for me to do so.

KenR

  • Super
  • Blogger
  • Joined in 2006
  • ***
  • Posts: 826
    • View Profile
    • Donate to Member
I can understand the reasons behind not implementing an extension or plugin system (security), but come on. In this day and age, where a browser is a very personal piece of software, why not truly allow users to customize the browser to their likings? I am a huge opera fan, I love it, however it is lacking in several departments which could be fixed by allowing existing solutions to be incorporated into the program. Opera tries to simplify this by incorporating a VERY BASIC version of many features, often leaving much to be desired (torrent support anyone?), and as such they can claim that "Yes, we can do this". This is all well and good if they wish to remain a niche browser. However, I think opera would want to expand their market share. Yes, they have the cell market cornered, but the desktop market leaves a lot to be desired.

I pray for the day that I can use roboform, and various other programs I've purchased, with the opera, however until this day comes, I have to avoid opera. I need to be able to grow my browser as I DEEM FIT, not as the developers deem fit for me to do so.

Ditto! Well-said Josh.
Kenneth P. Reeder, Ph.D.
Clinical Psychologist
Jacksonville, North Carolina  28546

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
eh? it's perfectly possible to use your choice of mail client, irc client, torrent software etc with opera as you can disable these components and set defaults for protocol handlers etc.
That doesn't go for roboform but for example download managers, mirc, thunderbird, outlook, utorrent etc work fine with opera.

Even Keepass works, by setting a autotext (username, tab, password).

No its not perfect but you'd do yourself a disservice by skipping such a great software product without trying it because one piece of software is not supported, maybe write to roboform?
« Last Edit: September 04, 2007, 06:42 PM by justice »

Josh

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Points: 45
  • Posts: 3,411
    • View Profile
    • Donate to Member
Thats just it, the programs you mention arent designed to be INCORPORATED into the browser, roboform is. Opera decided to add torrent support, and by doing so, they followed their track record of adding a feature and leaving it done half-assed. The wand has been a part of opera for years, and it hasnt changed with a very minor exception, over these years. My biggest problem with Opera ASA is that they put in features they feel like adding, leaving the user with the choice of "Use what we put in there, or nothing at all".

Again, a browser is a very personal piece of software, you should be able to customize it as such.

Dirhael

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 387
    • View Profile
    • defreitas.no
    • Donate to Member
I have to say, I don't agree with you regarding what you wrote in that last post Josh. The bittorrent support works, even if there isn't a lot of options. Should you not like it, there is nothing stopping you from using whatever client you want to. The same goes for IRC, E-mail and everything else.
Saying that Opera Software have an attitude in the area of "Use what we put in there, or nothing at all" is patently false, seeing as outside of the wand you have always been free to choose whatever alternative application you want to use, and I'm not so sure that 3rd party developers can't develop a working solution in that area either. After all, if it wasn't possible to read or add text to text fields etc. from the browser by external programs, I wouldn't be able to use things like external spell checkers with Opera.
Registered nurse by day, hobby programmer by night.