Subscribe to RSS feed

This week on the web

ipad3, state of the mobile web, facebook, acta ...

This week here at Opera HQ, we did some serious number crunching (and by "we" I mean not yours truly, so you can feel confident in the accuracy of the results). In this latest edition of The State of the Mobile Web, some interesting insights emerged around people's mobile browsing habits around the world: Different countries have different patterns to their surfing, and many can be divided into 'weekend surfers' and 'weekday surfers'.

Using anonymous and aggregated data taken from Opera Mini servers, we found that two-thirds of all countries surveyed are more active on the mobile web during weekdays than the weekends.

Typical "weekend countries", in terms of the total number of users, are Egypt, Iran, Ghana, Ethiopia and Tanzania, who top the list of increase in weekend users as compared to weekday users. By contrast, "weekday countries" include Romania, Belarus, Moldova, the United States and Poland, who show the opposite trend on weekend days.

Which kind of country do you live in? And are your browsing habits the same or different from the people around you?

Speaking of Mini, the world said hello to the discovery of some mini reptiles this week, with the discovery of very tiny lizards in Madagascar. Smaller than many tropical insects, the micro-sized chameleons inhabit the leaf litter of the forest floor. And while "leaf litter on the forest floor" in itself sounds like a lost line to "The Raven" by Edgar Allan Poe, "nevermore" as an ending would be sadly appropriate... The species' new scientific names contain references to the imminent disappearance of their habitat.

Well, I'd hate to leave you all on a down note, so let's wrap up with some more positive news. First of all: a fluffy floor mop of a Pekingese took this year's top spot at the Westminster Dog Show. Apart from that, there were more ACTA protests, the rumor mill pegged early March as the release date of the iPad3, Facebook decided that famous people don't have to use their real nameson the popular social networking site...Where will it end? Could they also be allowed to use not-real photos of themselves too??

Have a great weekend, everyone!

smile

Be our valentine!

wallpaper, valentines day

[image]

It's Valentine's Day, and we want to share the love with everyone around the world in the Opera community. To commemorate the occasion, we asked Jørgen, our resident graphic artist extraordinaire, to make this special "World Wide Valentines" wallpaper. (Right click and select "Use image on desktop" if you want to use it that way.)

His plans for the evening: playing squash with friends. smile

What about you - do you celebrate Valentine's Day? And if so, how?

This Week on the Web

social media, out of process plug-ins, 64-bit support, Opera 11.60 Labs build

Just as the slopes around Oslo were being groomed for the 2012 World Snowboarding Championships, our tireless engineers here at Opera HQ were hard at work bringing a new level of performance to the next version of Opera. With the latest Labs build, there have been a slew of fixes for out-of-process-plugins (otherwise known as the dreaded Flash crash) as well as 64-bit support. That should make your entertainment time on the Web, whether that's gaming, or playing audio and video, much more enjoyable. In other words: smooth and fast.

DescriptionRider Sage Kotsenburg catches some air on the run at Wyller, Oslo. (Photo by Elenora Raggi, courtesy WSC2012)

Meanwhile, out on the information superhighway, the controversy over legislation that defines "sharing" vs "stealing" online content continued. Following the defeat of SOPA and PIPA in the US, the main action shifted to Europe. The proposed treaty called ACTA is now stirring up its own set of protests, online and off.

But hang on for a sec. Why do people get so worked up over the Internet, anyway? Could it be that there is something, I don't know, a teensy bit addictive about it? Well, since you ask...Scientific research has now confirmed that we just can't help ourselves when it comes to hitting the Refresh button.Looks like Maslow's hierarchy of needs may need to be revised: add "status update" and "tweet" between "breathing" and "food."

Given that such seems to be the case, it came as a bit of surprise to learn that service for a mobile handset optimized for Twitter (but for some reason called the "Peek") was suddenly discontinued last week. At about the same time, news emerged that researchers at Samsung are working to create a phone that is aware of its user's emotions. (Perhaps the two companies can join forces to create a device that automatically broadcasts how you are feeling, and call it the "Speak.")

Last but not least, a bit of sobering news: Kodak announced it was going to exit the camera business. Apparently a picture still may be worth a thousand words, but it's worth considerably less as a revenue stream.

Have a great weekend, everyone!

smile

Opera Talks: Opera Mini and Data Compression

opera talks, opera mini, data compression

One of the things that makes Opera Mini the world's most popular mobile browser is its ability to compress data. Of course, you know that it saves you time and money - but do you know how data compression really works?

[image]

As much as we'd like to think it's all done with a wave of a magic software wand, it turns out that data compression is not one single action so much as a set of processes that preps content from the web and makes it faster and easier to consume on your phone.

Martin Nilsson, Solution Architect for Opera Mini, explains how Opera Mini is able to serve up so much internet tastiness.

Martin, when did the idea for data compression in Opera Mini first come about?

The first project Opera worked on that involved compression of mobile data was the Opera Mobile Accelerator (editorial note: launched in 2004, this was a subscription-based service that cost EUR 12 for 3 months of service!). That project was discontinued and we started working on Opera Mini instead. The idea with Opera Mini was to make a browser for (at the time) browserless phones.

How does Opera Mini work today?

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. A page is compressed, then delivered to the phone in a markup language called OBML (Opera Binary Markup Language). This compression process makes transfer time about two to three times faster and the pre-processing also increases compatibility with web pages not designed for mobile phones.

What do the servers do in terms of reformatting?

Mobile devices differ in many ways to desktop devices. Given the smaller screen size, different text handling may be used to improve readability. Also between mobile devices there are those with only numeric keyboard, those with QWERTY keyboard, with D-pad, stylus, touch etc. Many things that work on desktop don't work on mobile, especially when there is no mouse pointer to scroll frames or do mouseover actions. To solve these many small usability issues, tweaks need to be made.

What happens when the data gets compressed?

First of all, and this is very important, data compression doesn't actually help very much in terms of speed. What matters is the latency, the time from the user action until the first response is seen. Some of the primary methods for reducing latency include:

Our own client-server protocol that keeps a connection established for sending requests. There is a 20-30% end user benefit in terms of latency. Since we use a single-request - single-response protocol we minimize the usage of the high latency radio network and instead fetch all the inlines, stylesheets etc. from our fast servers. We connect directly to some content partners like Facebook and Google, and even have other companies' web servers in our server rooms so that the latency from our transcoders relative to the volume of content is as small as possible.

There are also several different types of compression and data reduction used in Opera Mini.

The servers keep information about the clients, so this information only needs to be sent from the client to the server once, instead of in every request. Cookies are managed entirely on the server side, so that data never have to go back and forth at all. Images are scaled to better fit the display size of the device to make them as size efficient as possible while making the resulting web page as good looking as the end user quality settings permit.

Finally, the resulting data is compressed in different ways. Normally we send text first, followed by links, essential layout elements and finally all graphics. We focus also on sending data where the user will start reading before other parts of the page.

Given that all the data has to pass through Opera's servers, what about security issues?

Opera Mini is like a desktop computer. The browser sits in the computer while the user looks at the screen. In Opera Mini the browser sits on our servers while the user is looking at the page in their handset. We know that the success of Opera Mini depends on us being able to run the servers securely. So far we have not had any incidents.

Are Opera Mini servers all in Norway?

There are some in Norway, but we have servers at multiple locations, where it makes sense from an economic and performance perspective. One example is our Iceland data center, which sits right between US and Europe, and benefits from geothermal energy.

Overjoid reviews Chrome Beta for Android

android, google, opera, chrome ...

[image]

Overjoid is the number one source for all things Android within the My Opera Community.

Google released a mobile version of their Chrome browser. It’s currently a beta version, and only available for devices running Android 4.0, but Overjoid have spent a bit of time with it, and here are their thoughts...


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser