Opera Mini

From Wikipedia, the free encyclopedia

Opera Mini
Image:Opera Mini screenshot.png
Screenshot of Opera Mini 4.0
Developed by Opera Software
Initial release August 10, 2005
Latest release 4.1.11355 / May 22, 2008 (2008-05-22); 24 days ago
Platform Java ME
Available in Various[1]
Genre Mobile browser
License Proprietary
Website OperaMini.com

Opera Mini is a web browser designed primarily for mobile phones, but also for smartphones and personal digital assistants. It uses the Java ME platform and consequently requires that the mobile device be capable of running Java ME applications. Opera Mini is offered free of charge, supported through a partnership between its developer, the Opera Software company, and the search engine company Google.[2]

Opera Mini was derived from the Opera web browser for personal computers, which has been publicly available since 1996. Opera Mini began as a pilot project in 2005. After limited releases in Europe, it was officially launched worldwide on January 24, 2006.

Opera Mini requests web pages through the Opera Software company's servers, which process and compress them before relaying the pages back to the mobile phone. This compression process makes transfer time about two to three times faster, and the pre-processing smooths compatibility with web pages not designed for mobile phones.

About 40 million mobile phones have shipped with a copy of Opera Mini pre-installed. Opera Mini's overall market share compared with other web browsers, both desktop and mobile, is about 0.02%.[3]

Contents

[edit] History

Opera Mini was derived from the Opera web browser for personal computers, which has been publicly available since 1996.[4] Opera Mini was originally designed for mobile phones that would ordinarily be incapable of running a web browser.[5] It was first introduced on August 10, 2005 as a pilot project in cooperation with the Norwegian television station TV 2.[6] At that time, Opera Mini was only available to TV 2 customers.

A beta version was made available in Sweden, Denmark, Norway, and Finland on October 20, 2005.[7] After the final version was launched in Germany on November 10, 2005,[8] and quietly released to all countries through the Opera Mini website in December, the browser was officially launched worldwide on January 24, 2006.[9]

On May 3, 2006 Opera Mini 2.0 was released. It included new features such as the ability to download files, new custom skins, additional search engine options on the built-in search bar, a speed dial feature, and new search engines, and improved navigation.[10]

On November 1, 2006 Opera Mini 3 beta introduced secure browsing, RSS feeds, photo uploading and content folding into its list of features and capabilities.[11] Content folding works by folding long lists such as navigation bars into a single line that can be expanded as needed. A second beta was released on November 22,[12] and on November 28, the final version of Opera Mini 3 was released.[13]

November 7, 2007 saw the release of Opera Mini 4. According to Johan Schön, technical lead of Opera Mini development, "the entire code" was rewritten.[14] Opera Mini 4 includes the ability to view web pages similar to a desktop based browser by introducing Overview and Zoom functions, as well as a landscape view setting. In Overview mode, the user can scroll a zoomed out version of certain web pages.[15] Using a built-in mouse cursor, the user can zoom into a portion of the page to provide a clearer view; this is similar to the functionality of Opera's Nintendo-based web browsers. This version also includes the ability to sync with the personal computer edition of Opera.[16][17]

Prior to Opera Mini 4, the browser was offered in two editions: Opera Mini Advanced for high-memory MIDP 2 phones, and Opera Mini Basic for low-memory MIDP 1 phones.[18] Opera Mini 4 has now taken the place of Opera Mini Advanced.[19] The older Opera Mini 3 Basic is still available for low-memory phones.[20]

Originally, Google was the default search engine on Opera Mini.[21] However, on January 8, 2007, Opera Software and Yahoo! announced that a partnership to make Yahoo! search the default instead.[22] But on February 27, 2008, Opera Software officially announced that Opera Mini's and Opera Mobile's default search engine would return to Google from Yahoo!. This can be seen as a response to complaints from users of the mobile web browsers, that found the Yahoo! OneSearch service confusing and complex to use, contrasting then with the ease of use and simplicity of Google.

[edit] Functionality

Unlike ordinary web browsers, Opera Mini fetches all content through a proxy server that reformats web pages into a format more suitable for small screens.[23] A page is compressed, then delivered to the phone in a markup language called OBML (Opera Binary Markup Language).[24] This compression process makes transfer time about two to three times faster[15] and the pre-processing also smooths compatibility with web pages not designed for mobile phones.[25]

When a user browses the web using Opera Mini, the request is sent via the General Packet Radio Service (GPRS) to one of the Opera Software company's proxy servers, and that server retrieves the web page, processes it, compresses it, and sends it back to the user's mobile phone.
When a user browses the web using Opera Mini, the request is sent via the General Packet Radio Service (GPRS) to one of the Opera Software company's proxy servers, and that server retrieves the web page, processes it, compresses it, and sends it back to the user's mobile phone.

By default, Opera Mini opens only one connection to the proxy servers, and then keeps that connection open and re-uses it over and over. This improves transfer speed and also enables the servers to quickly synchronize changes to bookmarks stored in Opera Link.[26]

The Opera Software company maintains over 100 proxy servers to handle Opera Mini traffic. They run Linux and "are massively parallel and massively redundant."[27]

[edit] Full page view

Opera Mini's full page view enables users to see the whole page and then select a section to zoom in on. The virtual cursor appears as an arrow with a rectangle to show the selected section.
Opera Mini's full page view enables users to see the whole page and then select a section to zoom in on. The virtual cursor appears as an arrow with a rectangle to show the selected section.

The default rendering mode for devices with screens wider then 128 pixels is full page view, also known as "desktop rendering mode". In this mode, when Opera Mini loads a web page, it first zooms out and displays the page much like it would appear on a desktop computer. If the mobile device has a touch screen, the user can then tap a section of the screen to zoom in on it. Alternatively, the user can use the phone's arrow keys to control a virtual cursor.[28] Opera Mini automatically guesses where the page's real content begins, so instead of finding and scrolling to the start of the content, the user may just click once to go to the suggested starting point.[15]

If a style sheet is defined for handheld devices, then Opera Mini uses that style sheet exactly as written. If there is not, then Opera Mini reformats the text so that no row or column of text is wider than the screen width. In both cases images are scaled down to no more than 95% of the screen size in either direction.[29]

[edit] Small-Screen Rendering

For devices with screens 128 pixels wide or smaller, the default rendering mode is Small-Screen Rendering (SSR). In this mode, the page is reformatted into a single vertical column so that it need only be scrolled up and down.[15] Long lists and navigation bars are automatically collapsed (hiding most of the list or bar) by a feature known as "content folding". A plus (+) sign is displayed next to the collapsed content. When clicked, it toggles content folding on that list or bar.[30]

Web developers can turn on Small-Screen Rendering on the desktop edition of Opera to see how their web site will display on mobile editions of Opera.[31]

In Small-Screen Rendering mode, images are scaled down to no more than 70% of the screen size in either direction.[29]

[edit] JavaScript support

Opera Mini has limited support for JavaScript. Before the page is sent to the mobile device, its onLoad events are fired and all scripts are allowed a maximum of two seconds to execute. The interval and setTimeout functions are disabled, so scripts designed to wait a certain amount of time before executing will not execute at all.[32]

After the scripts have finished or the timeout is reached, all scripts are stopped and the page is compressed and sent to the mobile device. Once on the device, only a handful of events are allowed to trigger scripts:[32]

  • onUnload: Fires when the user navigates away from a page[33]
  • onSubmit: Fires when a form is submitted[33]
  • onChange: Fires when the value of an input control is changed[33]
  • onClick: Fires when an element is clicked[33]

When one of these events is triggered, Opera Mini sends a request to the proxy server to process the event. The proxy server then executes the JavaScript and returns the revised page to the mobile device.[32]

Pop-ups, if not blocked by the JavaScript restrictions, replace the web page being viewed.[34]

[edit] Features

Scrolling is achieved with the device's arrow keys, its number keys, or a stylus.[15][35]

Opera Mini may also be set to landscape mode, where it will rotate the page 90 degrees. This is useful for screens that are significantly taller than they are wide. However, this feature is not yet available on BlackBerries and some other devices.[15]

The image quality may be set to "Low", "Medium", or "High".[36] The higher the image quality, the more data is transferred and the longer it will take to load pages.[37]

Opera Mini supports only one font,[29] which can be set to "Small", "Medium", "Large", or "Extra large" size.[36] If a web page uses Courier or a generic monospace font, the one font is still used, but the characters are spaced out so that each character takes up the same amount of space.[29]

[edit] Browsing tools

Opera Mini features a search bar capable of using several pre-configured search engines,[38] with the user being able to add additional search engines.[36] The default search engine is Google.

Additionally, Opera Mini features shortcut keys,[39] skins,[40] and a web feed aggregator.[41] It can save bookmarks,[42] download files,[43] and it remembers the user's browsing history.[44]

[edit] Privacy and security

When using Opera Mini 4.0 or 3.0 Advanced, the connection between the mobile device and the proxy server is always encrypted for privacy and security. The encryption key is obtained on the first start by requesting that the user randomly press random keys a certain number of times.[45] When using Opera Mini 3.0 Basic, the connection is not encrypted. Opera Mini has received some criticism because it does not offer true, end-to-end security when visiting encrypted sites such as PayPal.com.[46] When visiting an encrypted web page, the Opera Software company's servers decrypt the page, then re-encrypt it themselves, breaking end-to-end security.[47]

[edit] Standards support

As of version 4, Opera Mini uses the same layout engine that will be included in Opera 9.5, the next version of the desktop edition of Opera.[48] This means that Opera Mini supports almost all of the web standards supported in Opera 9.5. However, unlike the desktop edition of Opera, Opera Mini includes no support for Scalable Vector Graphics or Web Forms 2.0. Also, frames are flattened because of client limitations, and dotted and dashes borders are displayed as solid borders due to bandwidth and memory issues.[29] And because Opera Mini reformats web pages, it does not pass the Acid2 standards compliance test.[49][50]

Opera Mini supports bi-directional text, meaning that it can display text in right-to-left languages such as Arabic and Hebrew in addition to left-to-right languages like English, French, and Spanish.[14]

[edit] Low-memory device support

For MIDP 1, low-memory devices, the older Opera Mini 3 Basic is still available.[20] Its features include an option to increase the text size, as the default text size is too small for some web sites.[51] Opera Mini 3 Basic uses less advanced compression, does not support full page view, does not include support for favicons, does not scroll as smoothly, does not feature a built-in clock, and does not support encryption.[18] When browsing an encrypted web page with Opera Mini 3 Basic, the page is actually decrypted before being sent to the mobile phone.[47]

[edit] Market adoption

In all, about 40 million mobile phones have shipped with a copy of Opera Mini pre-installed.[52] Opera Mini's overall market share compared with other web browsers, both desktop and mobile, is about 0.02%.[53]

[edit] Network operators

The following mobile network companies preinstall Opera Mini on their mobile phones:[54]

[edit] Devices

The following devices come pre-installed with Opera Mini. Note that some of these devices only include Opera Mini when bought from certain network operators.[54]

  • Motorola KRZR K1, K1, V980, E2, L7, RAZR V3, and RAZR V3i
  • Nokia 2610, 3500c, 6131, 6233, 6085, 6280, 5500, 5310, 5610, 3110, 7373, 6131, 5300, 6230i, 5070, E65, N70,[59] N95, N71, N73, 6288, 6103, 6080, 6070, and 6300[60]
  • Sony Ericsson W810i, K608i, K610i, K310i, Z610i,[59] Z530i, Z550i, K750i, K550, W200i, and K510i
  • Samsung X160, E570, E420, X510, X650, E900, SGH-E250, SGH-D900, U700, ZV60, D900i, D900, and Z400[61]
  • LG K880, KU250, KE970, and KU311
  • SAGEM My411x and P9521
  • BenQ-Siemens EL71 and EF81
  • BenQ E71

[edit] Distribution partners

The following Internet service providers, web portals, and other companies distribute Opera Mini to their customers:[54]

[edit] Critical reception

Criticism of Opera Mini has been largely positive,[63][64][65][66][67] although previous versions have been criticized for being difficult to use without a stylus.[35]

Opera Mini competed against its sister product, Opera Mobile, for the 2007 Smartphone and PocketPC Magazine award for the "best mobile browser for both Windows-based Pocket PC and Smartphones" award. Opera Mobile is a more powerful web browser, sold for 24 US$,[68] that runs on smartphones and personal digital assistants. Opera Mini lost the award to Opera Mobile because Opera Mobile supports Flash and tabbed browsing while Opera Mini does not.[69]

[edit] Awards

  • Sony Ericsson Content Award for "Productive Mobility" 2007[70]
  • GetJar "Mobile Application of the Year Award" 2007[71]
  • Mobile Gala "Best program for mobile phones" 2005 and 2006[72]
  • CHIP.de Digital Lifestyle Award 2006[72]

[edit] References

  1. ^ Opera Mini translated into over 50 languages; 15 more to come later this month (2007-11-07). Retrieved on 2007-12-29.
  2. ^ Goldman, Daniel (2008-02-27). Back to Google on Opera Mini and Opera Mobile. Opera Watch. Retrieved on 2008-03-01.
  3. ^ Browser Version Market Share for November, 2007. Net Applications (November 2007). Retrieved on 2007-12-01.
  4. ^ Affiliated Organization of Firefox and Mozilla (PDF). Mozilla Japan (2006). Retrieved on 2007-10-24.
  5. ^ Goldman, Daniel (2006-05-03). Opera Mini 2.0 ReleasedDaniel Goldman. Opera Watch. Retrieved on 2007-12-21.
  6. ^ Opera Software (2005-08-10). "Have WAP but want WEB? Introducing Opera Mini for mobile phones". Press release. Retrieved on 2007-12-05.
  7. ^ Opera Software (2005-11-10). "Mobile comfort in the cold: Opera Mini beta now available free in the Nordics". Press release. Retrieved on 2008-01-02.
  8. ^ Opera Software (2005-11-10). "The full Internet for all mobile phones: Opera Mini launched in Germany". Press release. Retrieved on 2008-01-02.
  9. ^ Gohring, Nancy. "Opera Officially Launches Mini Browser", PC World, 2006-01-24. Retrieved on 2007-12-05. 
  10. ^ Opera Software (2006-05-03). "Mini Gets Mighty: Introducting Opera Mini 2.0 for your mobile phone". Press release. Retrieved on 2007-12-21.
  11. ^ Goldman, Daniel (2006-11-01). Limited testing of Opera Mini 3 beta. Opera Watch. Retrieved on 2007-12-21.
  12. ^ Spilling, Marianne (2006-11-22). Opera Mini 3.0 Beta 2. Opera Software. Retrieved on 2007-12-21.
  13. ^ Opera Software (2006-11-28). "Opera Mini drives social networking on mobile phones". Press release. Retrieved on 2007-12-21.
  14. ^ a b Schön, Johan (2007-11-07). The power of the Web with Opera Mini 4. Retrieved on 2007-12-24.
  15. ^ a b c d e f Opera Mini Features. Opera Software. Retrieved on 2007-12-21.
  16. ^ Calore, Micheal "Opera 4 Beta Released", Wired News, June 19, 2007
  17. ^ Heater, Brian "Opera Mini 4 Goes Live", AppScout (Ziff Davis), November 7, 2007
  18. ^ a b What are the differences between the "Basic (MIDP 1)" and the "Advanced (MIDP 2)" versions?. Opera Mini FAQ. Opera Software. Retrieved on 2007-12-19.
  19. ^ Generic Advanced MIDP 2. Download Opera Mini. Opera Software. Retrieved on 2007-12-19.
  20. ^ a b Generic Basic MIDP 1. Download Opera Mini. Opera Software. Retrieved on 2007-12-19.
  21. ^ "Opera Software chooses Google as search partner", Reuters, 2005-12-28. Retrieved on 2007-10-11. 
  22. ^ Yahoo!. "Opera Names Yahoo! Exclusive Global Partner for Mobile Search". Press release. Retrieved on 2007-10-11.
  23. ^ Developer case study: Managing Java fragmentation, Opera Software's Java ME browser client: About Opera Mini. Sony Ericsson (2006-06-23). Retrieved on 2007-12-19.
  24. ^ Opera 3Q05 Results (2005-11-21). Retrieved on 2007-12-19.
  25. ^ Duncan, Geoff. "Opera Mini Officially Brings Web to Mobiles", Digital Trends News, 2006-01-24. Retrieved on 2007-10-18. 
  26. ^ What is the difference between ‘http connection' and ‘socket connection'?. Opera Mini FAQ. Retrieved on 2008-01-03.
  27. ^ Gohring, Nancy (2006-01-24). Opera Officially Launches Mini Browser. PC World. Retrieved on 2007-12-24.
  28. ^ Bhartiya, Swapnil. There Is A Mouse In Your Mobile. EFYtimes. Retrieved on 2007-12-21.
  29. ^ a b c d e Storey, David (2007-08-31). Evolving the Internet on your phone: Designing web sites with Opera Mini 4 in mind. Opera Software. Retrieved on 2008-01-16.
  30. ^ Content folding. Opera Mini Features. Opera Software. Retrieved on 2008-01-04.
  31. ^ Opera's Small-Screen Rendering. Opera Software. Retrieved on 2007-12-20.
  32. ^ a b c Mills, Chris (2007-10-25). JavaScript support in Opera Mini 4. Opera Software. Retrieved on 2007-12-29.
  33. ^ a b c d HTML event types. Document Object Model (DOM) Level 2 Events Specification (2000-11-13). Retrieved on 2007-12-29.
  34. ^ Designing With Opera Mini in Mind. Opera Software (2006-11-13). Retrieved on 2007-12-31.
  35. ^ a b Angel (2005-08-17). Review of Opera Mini on the Treo 650. treo Addicts. Retrieved on 2007-12-24.
  36. ^ a b c Opera Mini Simulator. Opera Mini Features. Opera Software. Retrieved on 2008-01-04.
  37. ^ Goldman, Daniel (2007-08-15). How to get higher quality images with Opera Mini?. Opera Watch. Retrieved on 2008-01-04.
  38. ^ Configuring search engines. Opera Mini Features. Opera Software. Retrieved on 2008-01-04.
  39. ^ Shortcuts. Opera Mini Features. Opera Software. Retrieved on 2008-01-04.
  40. ^ Settings. Opera Mini Features. Opera Software. Retrieved on 2008-01-04.
  41. ^ RSS feeds. Opera Mini Features. Opera Software. Retrieved on 2008-01-04.
  42. ^ Bookmarks. Opera Mini Features. Opera Software. Retrieved on 2008-01-04.
  43. ^ Downloads. Opera Mini Features. Opera Software. Retrieved on 2008-01-04.
  44. ^ History. Opera Mini Features. Opera Software. Retrieved on 2008-01-04.
  45. ^ What is the purpose of the screen where you need to press keys until the indicator is full?. Opera Mini FAQ. Opera Software. Retrieved on 2007-01-03.
  46. ^ Recommendation for Mobile Banking Vendors & An Update on Opera Browsers (2007-10-14). Retrieved on 2007-12-10.
  47. ^ a b Why does the page information say that the connection is not secure when you said all traffic is encrypted?. Opera Mini FAQ. Opera Software. Retrieved on 2007-12-10.
  48. ^ Storey, David (2007-06-18). CSS3 Selectors support on your phone. Retrieved on 2007-12-22.
  49. ^ Opera Mini 4 beta out (June 2007). Retrieved on 2007-12-22.
  50. ^ Opera Mini Simulator. Opera Software. Retrieved on 2007-12-22.
  51. ^ Dennis (2006-11-02). Opera Mini 3.0 beta. Wap Review. Retrieved on 2007-12-20.
  52. ^ Zorz, Mirko (2007-08-13). Interview with Christen Krogh, Opera Software's VP of Engineering. Retrieved on 2007-12-04.
  53. ^ Browser Version Market Share for November, 2007. Net Applications (November 2007). Retrieved on 2007-12-01.
  54. ^ a b c Goldman, Daniel (2007-08-27). Phones with Opera Mini pre-installed, distribution partners, and more. Opera Watch. Retrieved on 2008-02-05.
  55. ^ Opera Software (2006-03-08). "Expanding mobile Web offering: T-Mobile chooses Opera Mini to power web'n'walk on high-volume feature phones". Press release. Retrieved on 2008-01-02.
  56. ^ Opera Mini Surfs on the Helio Ocean - opera.com
  57. ^ Opera Software (2007-05-30). "Opera Mini Powers New TMN Mobile Internet Service". Press release. Retrieved on 2008-01-02.
  58. ^ Opera Software (2007-03-01). "Opera Mini accelerates the growth of the mobile Internet in Poland". Press release. Retrieved on 2008-01-02.
  59. ^ a b Opera Software (2007-01-15). "Telefónica selects Opera Mini and Opera Mobile to deliver the mobile Web". Press release. Retrieved on 2008-01-02.
  60. ^ Opera Software (2006-12-14). "Opera Mini Web browser pre-installed with Nokia 6300". Press release. Retrieved on 2008-01-02.
  61. ^ Opera Software (2006-09-11). "Samsung Poland delivers mobile Web browsing with Opera Mini". Press release. Retrieved on 2008-01-02.
  62. ^ Opera Software (2006-10-31). "Opera Mini goes to Hungary: Leading operator pre-installs mobile Web browser". Press release. Retrieved on 2008-01-02.
  63. ^ Hanna, Tom (2007-07-01). Opera 4 Mini for Palm OS- the review. TamsPalm - the Palm OS Blog. Retrieved on 2007-12-24.
  64. ^ Bandekar, Milind (2005-11-16). Opera Mini Preview. Techtree.com India. Retrieved on 2007-12-24.
  65. ^ Miller, Matthew (2007-06-19). Opera Mini 4: who needs an iPhone for mobile web browsing?. ZDNet. Retrieved on 2007-12-24.
  66. ^ Rutkowski, Edward J. (2005-08-22). Opera Mini Internet browser is a bliss - also in Windows Mobile phones ! Review : Opera Mini in Pocket PC. msmobiles.com. Retrieved on 2007-12-24.
  67. ^ Editor's review of Opera Mini. Download.com. Retrieved on 2007-12-24.
  68. ^ Buy Opera. Opera Software. Retrieved on 2008-01-03.
  69. ^ Park, Will (2007-11-28). Opera Mobile named 'Best Windows Mobile Browser. IntoMobile. Retrieved on 2007-12-24.
  70. ^ Opera Software (2007-12-19). "Sony Ericsson names Opera Mini best productivity app". Press release. Retrieved on 2007-12-23.
  71. ^ Opera Software (2007-12-10). "GetJar presents annual 'Mobile Application of the Year Award' to the Opera Mini Web browser". Press release. Retrieved on 2008-01-02.
  72. ^ a b Reviews and Awards. Opera Software. Retrieved on 2007-10-13.

[edit] External links