Log in

View Full Version : Opera goes mobile with AJAX



Ben
16th November 2005, 06:56 PM
http://news.zdnet.co.uk/software/developer/0,39020387,39237267,00.htm


Opera has announced a beta SDK for its mobile phone Web browser and UI package, called Opera Platform. The announcement, made in conjunction with the W3C's Mobile Web Initiative event, held on Tuesday in London, promises to make mobile applications much easier for developers to create and also cheaper for the end user.

The Opera Platform was announced two years ago as an alternative that allowed developers to build phone front-ends using native APIs. The SDK lets coders build applications for mobile phones using Web technologies such as HTML, CSS and JavaScript, but have them installed locally on the phone. The Opera Platform also gives developers access to native features on the phone that wouldn't otherwise be accessible from Web technologies, such as address books or the ability to send SMS messages. An extension to the DOM provides the access to the phone's facilities.

The Opera Platform needs to be incorporated into a phone's operating system by its manufacturer, so this SDK won't allow the ability to create applications for all phones, and may be at a disadvantage to other technologies such as Java 2 Micro Edition, which is included in many new phones.

The use of AJAX in Web applications has increased greatly since the appearance of services like Google Maps. By only transferring XML-encoded data, rather than entire Web pages, AJAX applications can appear much more interactive.

"The full Web browser has proved itself as a central application on mobile phones and is today the main source for data traffic on mobile networks," said Timo Bruns, vice-president for mobile products at Opera Software, in a statement. "With Opera Platform we are now building the foundation for the next generation of mobile services by enabling the easy, fast and cost-effective creation of compelling Web based mobile applications."

One aim of the Opera Platform and SDK is to reduce the amount of data transfer needed for an application to work. Since the HTML for the front-end is already stored on the phone, less data needs to be downloaded over the wireless link. A recent investigation by ZDNet UK showed that roaming data charges can be several times higher than standard rates, so reducing the bandwidth needed for applications would be welcome for international travellers.

The SDK can be downloaded for free from the Opera Web site .

AJAX is fab - it's what allows your post to appear on Talk3G without your web browser actually changing page. AJAX can make a submission to the server and then just slot the bit of code returned straight into the existing page. This could have great bandwidth advantages on mobile devices!

All that said, I just can't stand Opera!