DonationCoder.com Forum

Main Area and Open Discussion => General Software Discussion => Topic started by: Dirhael on September 04, 2007, 06:18 AM

Title: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 06:18 AM
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] (http://snapshot.opera.com/windows/w950a1.html)

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] (http://my.opera.com/desktopteam/blog/2007/09/04/go-and-get-opera-9-5-alpha-3)
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: tinyvillager on September 04, 2007, 06:30 AM

 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 ?
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: sri on September 04, 2007, 06:32 AM
That's all fine and nice. How come I can't change the search engine (inside the search box) from yahoo to anything else?
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 06:40 AM
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 :)
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: jgpaiva on September 04, 2007, 07:19 AM
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)
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 07:25 AM
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).
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: jgpaiva on September 04, 2007, 07:32 AM
The video is this one (http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/1383-Zero-Punctuation-Console-Rundown), dirhael.

About the enter thing, the checkbox is there, but unfortunatelly, it doesn't fix my problem :(
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 07:43 AM
The video is this one (http://www.escapistmagazine.com/articles/view/editorials/zeropunctuation/1383-Zero-Punctuation-Console-Rundown), 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.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 08:01 AM
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
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: jgpaiva on September 04, 2007, 09:03 AM
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 :(
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 09:13 AM
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 :)

Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: sri on September 04, 2007, 09:26 AM
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
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: jgpaiva on September 04, 2007, 09:26 AM
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.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Josh on September 04, 2007, 10:28 AM
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.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Lashiec on September 04, 2007, 10:56 AM
;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.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: urlwolf on September 04, 2007, 11:02 AM
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!).
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 11:07 AM
;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 (http://cybernetnews.com/2007/09/03/cybernotes-exclusive-opera-95-features-video/) 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 :)
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Darwin on September 04, 2007, 11:09 AM
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.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Lashiec on September 04, 2007, 11:14 AM
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 (http://www.theregister.co.uk/2007/08/18/opera_ceo_interview/print.html) 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)
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 11:21 AM
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 (http://www.theregister.co.uk/2007/08/18/opera_ceo_interview/print.html) 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...
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Josh on September 04, 2007, 03:27 PM
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.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: KenR on September 04, 2007, 03:31 PM
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.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: justice on September 04, 2007, 06:41 PM
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?
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Josh on September 04, 2007, 06:51 PM
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.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 07:16 PM
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.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Josh on September 04, 2007, 07:31 PM
That comment wasn't directed directly at torrent support. I merely listed torrent support as an example of how they add a feature and have yet to expand it. My comment was more aimed towards roboform. You are limited to using the wand or you don't have much of a choice otherwise. Am I wrong in this arena? Can you in fact use roboform or any other form filler/password manager with opera? Yes, keepass works, but that is more something sending keystrokes to the browser, not a true form filler since it cant gather field names to determine what values to fill in each field.

Anyways, when it comes to irc, again, this isn't what my comment was directed at. I don't use email or IRC from opera because they are, in my opinion, substandard, more difficult to use, and don't belong in a browser suite (Mozilla realized this, and as such the Mozilla suite is basically being eliminated).

Your pointing out the spell checkers reinforces my point that a more suitable API or plug-in based system is required so that you don't have to jump through hoops to get features like this to work. I would love to use my auto-complete utility to fill in where opera fails to add a feature (Auto-complete is another highly requested feature, and no, notes isn't an acceptable alternative since I don't want to type every possible auto-complete or web address into a note field). This again, is an example of where a user should be able to grow the browser as their own without having to resort to only what the developers add to the browser.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Laughing Man on September 04, 2007, 08:21 PM
One thing I don't like though is how they default their program to opening the protocal with their client (until you change it in the browser). Clicking on torrents would cue a prompt asking me if I wanted to download it with Opera (their prompt). It took a while before I figured out how to set it in the browser to automatically make it open in utorrent or Ktorrent.

And cool, I'm running the Alpha besides the current released version. Interesting seeing the differences.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 04, 2007, 08:36 PM
That comment wasn't directed directly at torrent support. I merely listed torrent support as an example of how they add a feature and have yet to expand it. My comment was more aimed towards roboform. You are limited to using the wand or you don't have much of a choice otherwise. Am I wrong in this arena? Can you in fact use roboform or any other form filler/password manager with opera? Yes, keepass works, but that is more something sending keystrokes to the browser, not a true form filler since it cant gather field names to determine what values to fill in each field.

Anyways, when it comes to irc, again, this isn't what my comment was directed at. I don't use email or IRC from opera because they are, in my opinion, substandard, more difficult to use, and don't belong in a browser suite (Mozilla realized this, and as such the Mozilla suite is basically being eliminated).

Your pointing out the spell checkers reinforces my point that a more suitable API or plug-in based system is required so that you don't have to jump through hoops to get features like this to work. I would love to use my auto-complete utility to fill in where opera fails to add a feature (Auto-complete is another highly requested feature, and no, notes isn't an acceptable alternative since I don't want to type every possible auto-complete or web address into a note field). This again, is an example of where a user should be able to grow the browser as their own without having to resort to only what the developers add to the browser.

Opera supports Aspell for spell checking out of the box though so I wouldn't call it jumping through anything to get that done though ;)

Also, both the email and IRC client are both tripple A products in my eyes, for my use of course. Anyway, I see nothing wrong in wanting support for something like extensions of plugins. Still, I would best like to see this discussion taking place in some other topic as nothing good can come out of it.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: tinyvillager on September 05, 2007, 09:11 AM

 Anyone know if this build supports the new Silverlight that went final today,i'm lazy.That and holding off til beta.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: nontroppo on September 06, 2007, 02:35 PM
Yes, silverlight is supported - the problem is many silverlight demos use browser sniffing so it looks like it doesn't work...

jgpaiva: the inline find is a known bug that is targetted for fixing, so it will once again work out of the box.

For an alpha it is very solid - make sure you don't install over an old profile (it won't by default) and you are good to go.

For those interested in performance, I made a summary, mostly aimed at comparison with 9.x focussed on Web 2ish peformance but threw other browsers into the mix:

http://nontroppo.org/timer/kestrel_tests/ <- URL Fixed ;-)

There is a lot to digest in the changelogs. For developers, there is a TON of cool new technology to play with, and some stuff like using SVG just as any other image format that is long overdue.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: urlwolf on September 06, 2007, 03:54 PM
Yes, silverlight is supported - the problem is many silverlight demos use browser sniffing so it looks like it doesn't work...

jgpaiva: the inline find is a known bug that is targetted for fixing, so it will once again work out of the box.

For an alpha it is very solid - make sure you don't install over an old profile (it won't by default) and you are good to go.

For those interested in performance, I made a summary, mostly aimed at comparison with 9.x focussed on Web 2ish peformance but threw other browsers into the mix:

http://nontroppo.org/timer/kestrel_test/

There is a lot to digest in the changelogs. For developers, there is a TON of cool new technology to play with, and some stuff like using SVG just as any other image format that is long overdue.

I think one more reason to support opera is that they are definitely head and shoulders the rest in one thing: innovation. I want more innovation, so I support them. This is just my philosophy, but overall I think the speed/integration of Opera wins over the flexibility of FF.

In fact FF tends to copy Opera most of the time. Plugin authors do get very creative, but managing all plugins is a bit of a hell.

Definitely, Opera + a plugin system would be crazy good.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: nontroppo on September 06, 2007, 04:31 PM
oops, my URL was borked: http://nontroppo.org/timer/kestrel_tests/
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: nontroppo on September 06, 2007, 05:01 PM
Having just looked at the adblock plus thread - one nice thing about 9.5 is that you can use site-specific preferences to override the content filter. This means I can block ads in general, but enable them for sites I want to support.

The content blocker in 9.5 will also let you know when your URL patterns match JS and CSS files too, which is valuable feedback when blocking i.e. contextual text ads
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: hpearce on September 08, 2007, 08:46 AM
Hey nontroppo .... fancy seeing you here  ;)

I miss the View Bar .... the speed is impressive.... especially for the mail retrieval now.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: justice on September 08, 2007, 05:18 PM
am almost sure the login page on this forum was loaded before i pressed the login button, but that can't be lol. it's so quick, all the rendering is instant, except for some images you'd think all pages are loaded from the harddrive.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Darwin on September 08, 2007, 05:28 PM
I guess I'll have to download it and give it a try... sigh, and I only just weaned myself off Firefox and Opera. Oh well, what is life if not enhanced by variety?
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: J-Mac on September 08, 2007, 06:38 PM
BTW, it is not RoboForm that is stopping integration w/Opera - it's Opera itself! Always has been. RoboForm requires more access to the code than Opera is willing to provide in its API. Plus, a good three or four years ago when I first started stumping for RoboForm support in the Opera forums, I was cursed, ridiculed, everything but peed on for even suggesting that Opera allow RoboForm to integrate with it.

What is even funnier about some posts in this thread is that back then Google was definitely the Evil Empire to all there in Opera land! A simple request by any user there was enough to bring the wrath of every Opera faithful - especially the moderators - because Google was seen as even a bigger threat to personal freedom and privacy than Microsoft! I saw posts there that were horribly vitriolic by long-standing members. Yet when a "rebellious poster" got even a little sarcastic he/she would be immediately banned.

Now they have a $50 M deal with Google? I'm just about rolling around laughing!!

Jim
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: J-Mac on September 08, 2007, 06:40 PM
Oh - and while I do use Opera for a quick spin now and then -- like for browsing just to look, or especially to print pages that Firefox can't touch. However without RoboForm, I will not use it on a regular basis. I cannot abide that Wand!

Jim
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 08, 2007, 07:38 PM
J-Mac, it's not that I'm saying you are wrong here as I wouldn't know. However, the way I see it most of what you just posted have anything to do with the topic at hand. You say you were being mistreated at the Opera forums, well it's quite possible. On the other hand though, that's pretty much the same excuse I see from just about anyone that has ever been kicked off a forum or community in the past. It's always the other party that's at fault, and the ones getting kicked out never did anything to deserve it...
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: J-Mac on September 08, 2007, 08:01 PM
J-Mac, it's not that I'm saying you are wrong here as I wouldn't know. However, the way I see it most of what you just posted have anything to do with the topic at hand. You say you were being mistreated at the Opera forums, well it's quite possible. On the other hand though, that's pretty much the same excuse I see from just about anyone that has ever been kicked off a forum or community in the past. It's always the other party that's at fault, and the ones getting kicked out never did anything to deserve it...
Bad supposition, dude - I was never "kicked off"; I'm still a member & post regularly.  And how is my post off the topic?

I read above that the following was posted"
...without trying it because one piece of software is not supported, maybe write to roboform?

So I responded that it is most definitely Opera's exclusion, not Roboform's. Why is that off-topic?

Also, I can count at least half a dozen posts about Opera's non-support of a number of plug-ins and your "defenses" of Opera immediately following each of those. Again, exactly how and I off-topic?

I'm not here shilling any application!

Jim
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 08, 2007, 08:15 PM
I'm replying the way I did because although the part about Roboform was on topic (hence the "most of" part of my reply), the parts where you are ranting on about supposed incidents in the Opera forums are not. How exactly is that related to a topic about a new alpha release of Opera?

Also, accusing me of being a shill is not only inaccurate but also insulting. If you re-read the topic, I think that what you will find is that most of my posts in this topic are trying to help out some other users with problems they are facing when trying to configure this build.

EDIT: Also, when you say they did everything but pee on you, how am I supposed to not think you meant you had been kicked off the forums? A statement such as that kinda implied that they had done so.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Josh on September 08, 2007, 08:25 PM
Dirhael, I have been attacked on the opera forums, quite recently as well, for posting about roboform. Its not an uncommon thing. And you can see that I am still active and am NOT posting this because I was kicked off the forums. My username there is Buttalks, have a look :)
Title: convert nothing - never finished
Post by: housetier on September 08, 2007, 08:29 PM
Everytime I start the alpha version it wants to convert my mail settings (boxes?). However, I have never set up mail or chat accounts in opera - there is nothing to convert. Converting nothing seems to take forever, unless I click Pause and then Continue: opera 9.5 alpha then claims everything was converted until next time I start it.

My question thusly: how do I make it stop trying to convert?

I ask here because DC is the only forum I use and #opera has been unable to help so far.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 08, 2007, 08:37 PM
Dirhael, I have been attacked on the opera forums, quite recently as well, for posting about roboform. Its not an uncommon thing. And you can see that I am still active and am NOT posting this because I was kicked off the forums. My username there is Buttalks, have a look :)

I wrote in my reply to J-Mac that it was quite possible, but that I don't think it in any way has anything to do with this topic. If some members or even an moderator on this forum say something "not so nice" to you, does that mean that this is how mouser would treat you and feels about you? No? If so, in topics about the latest release of FARR it would be quite strange to bring it up, correct? The only thing it would bring into a discussion is wood for a fire.

The reason I assumed he was kicked off the forum was not because of the Roboform part of his post, but rather his statement that "they did everything but pee" on him which in my world kinda implies they didn't just point and laugh at him ;)
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: Dirhael on September 08, 2007, 08:46 PM
Everytime I start the alpha version it wants to convert my mail settings (boxes?). However, I have never set up mail or chat accounts in opera - there is nothing to convert. Converting nothing seems to take forever, unless I click Pause and then Continue: opera 9.5 alpha then claims everything was converted until next time I start it.

My question thusly: how do I make it stop trying to convert?

I ask here because DC is the only forum I use and #opera has been unable to help so far.


As far as I know (after reading the comments in the comments section of the Desktopteam's blog), the way to solve this problem is to remove the following folder:
   %AppData%\Opera\Opera\Mail

In addition, if you did the installation as an upgrade (which is a *really* bad idea for pre-release versions) you may have to clear out the following file as well:
   %AppData%\Opera\Opera\Profile\opera6.ini

There are to my understanding quite a few updates to the mail client this time around, and there are quite a few issues with it at this stage. For me it did manage to upgrade my mail acocunts, but I suddenly had about 2000 mails in my sent folder as well (it managed to copy all of my inbox there). Safe to say, I won't touch that part of it until it reaches at least beta status.
Title: deleting mail folder seems to have done the trick
Post by: housetier on September 09, 2007, 03:58 AM
Thank you Dirhael!  :Thmbsup:

This simple trick worked, I deleted ~/.opera/mail and started kestrel. And lo and behold: it didn't even open the convert dialog!  :D
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: dantheman on September 18, 2007, 07:23 AM
I just did a fresh install of this alpha program and must say i am impressed!
The history search integrated into url addressbox is just fantastic!

Also, the browser doesn't feel like an alpha program at all.
No errors coming around anywhere.

Who knows! I may have to change my default browser (FF)! 
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: nontroppo on September 20, 2007, 03:25 PM
For anyone who likes search keyword shortcuts and the new history search — note you can even make a search keyword for the historysearch; lovely integration of features:

http://files.myopera.com/non-troppo/blog/memory.mov

So, for example I can now press:

F2 > hs elephant

and I can search for *any* web page I visited that contained the word elephant. The advantage over the address bar (just typing F8 > elephant) is that opera:historysearch has more detail and focusses just on indexed pages.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: dantheman on September 21, 2007, 07:06 AM
@nontroppo,

That's a good tip!
Set up a link for it on my personal bar.

Now if i can find someway to make ImageShack work with Opera...

Anyway, Opera is ... well... almost 100% my default browser.
Do like Firefox. It's hard to choose between these two. They're both excellent browsers but i must say Opera's latest alpha is truly innovative. Something we haven't seen in the last couple of years.
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: nontroppo on September 21, 2007, 01:53 PM
What exactly is the Imageshack issue? I don't use it but worked fine when I tried:
(http://img216.imageshack.us/img216/7858/testsm3.th.png) (http://img216.imageshack.us/my.php?image=testsm3.png)

Tested using the web site and with the bookmarklet button too: http://www.codeminders.com/imageshack/shackit/
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: JennyB on September 21, 2007, 03:41 PM

What is even funnier about some posts in this thread is that back then Google was definitely the Evil Empire to all there in Opera land! A simple request by any user there was enough to bring the wrath of every Opera faithful - especially the moderators - because Google was seen as even a bigger threat to personal freedom and privacy than Microsoft! I saw posts there that were horribly vitriolic by long-standing members. Yet when a "rebellious poster" got even a little sarcastic he/she would be immediately banned.

Now they have a $50 M deal with Google? I'm just about rolling around laughing!!


Speaking of which - the Google Groups tree view is borked in the alpha version.  >:(
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: dantheman on September 21, 2007, 04:14 PM
What exactly is the Imageshack issue? I don't use it but worked fine when I tried:
(http://img216.imageshack.us/img216/7858/testsm3.th.png) (http://img216.imageshack.us/my.php?image=testsm3.png)

Tested using the web site and with the bookmarklet button too: http://www.codeminders.com/imageshack/shackit/

It's not a BIG issue, but i was used to having the toolbar on Firefox.
Have been trying since yesterday to get to the ImageShack tools section to no avail. Your bookmarklet is your no.1 !   :Thmbsup:
Title: Re: Opera - new alpha version brings untold pleasures...or something like that.
Post by: TucknDar on December 02, 2007, 05:27 AM
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!).
hi, urlwolf. I was looking for a simple way to make Opera+OneNote cooperate, and hopefully this'll be helpful to you too. Check out my post in opera forum: http://my.opera.com/community/forums/findpost.pl?id=2347917