Optimalworks Ltd web design, SEO, training and consultancy 

the site completely surpassed my expectations GT, AutoDirector, we build websites that work, my website is great - I love it MP, XL Autos, reach more customers, make more sales, it's more than I ever could have expected LM, Trade Cars UK, we can help your business grow, 99% of business now comes from my website GV, Bash Events, promoting standards throughout the web industry, your contribution added a level of quality we would otherwise have struggled to achieve PS, Hemsley Fraser
  1. home
  2. Services
  3. Portfolio
  4. Contact us
  5. blog

Offline web technology: where are the killer applications?

written by craig, 28 July 2008

If you’re reading this, there’s a strong chance that you’re a regular user of online applications for email, mapping, blogs or even documents and spreadsheets. The distinction between web and desktop applications has blurred: it’s certainly possible to buy a web-connected PC and complete all your computing tasks without installing any software (except a decent browser perhaps!)

Several major companies, including Google, Adobe, and Mozilla have been actively developing technologies that allow web applications to work when you’re not connected to the internet. Although they differ in functionality and implementation, in general they allow the developer to:

  1. leverage their web skills to create an OS-independent application that runs on the desktop,
  2. run processes locally to improve latency and application response, and
  3. store data on the PC either permanently or temporarily during periods when there is no internet access.

Great stuff. Or is it? I initially thought so and was excited by the prospect, but I’m not so sure now…

Creating web-based desktop applications

Installing an icon on the user’s desktop is a web marketing manager’s wet dream. The user won’t forget about your service or visit a competitor because they’ll see your icon every time they boot up. The application can also run in it’s own window: navigation icons and the address bar won’t be there, which can significantly help development too. Finally, the apps are easy to install and can log the user on to the manufacturer’s site without them having to remember an ID or password.

One of the first Adobe Air applications was an eBay widget that provided details about your sales and purchases. It didn’t do anything that you couldn’t do on the eBay site, but I can understand why it’s attractive to big businesses.

But how do users benefit? The real beauty of the web is that I don’t need to install anything. I can create a desktop shortcut to a site if I like, but I’m in control of my browser and can do what I choose.

So there’s the possibility of using my web skills to build a desktop application. That’s feasible for simple widgets, but HTML controls are not as rich or usable as those provided by most desktop programming environments (not without a lot of effort, anyway). If I really want to develop a desktop application, then it’s much easier to use VisualStudio or another IDE. I can still use web services and, although cross-platform development is harder, solutions such as Qt make that possible.

Improving latency and response

If the server can offload work to the client, then the processing overhead is distributed. It’s also possible to send data in more efficient batches rather than requesting a full page reload.

However, most good web applications are doing that already. Ajax techniques allow data sent, received, and processed locally without a full page reload. Offline applications don’t make that any easier, unless you consider local data storage…

Local data storage

The killer feature. Offline storage on your local PC can provide several advantages:

  1. You can store sensitive information which won’t be transmitted over the web.
  2. You can use a web application even when you’re offline. For example, you could complete an article using Google Docs which is then sync’d the next time you’re connected.

In reality, though, just how useful is this? If I’m storing sensitive data, then why would I use a web-based app? There are plenty of desktop-based alternatives that never pose a risk of connecting to the internet (I can recommend KeePass).

So that leaves us with offline storage. I can see the appeal, but if I’m going to be editing a document in a location with poor net coverage, then I’ll use a word processor. There’s the possibility my connection could go down but that’s rare and, if it happens, I’ll just copy the text from my browser to WordPad.

The big advantage of web applications is that data is stored in the cloud. Offline storage offers a safety net, but how often will that net be necessary? There’s one thing we can be certain of: internet connectivity will improve.

So what will the killer app be?

Here’s where I’m stuggling. Offline web apps sound useful, but the majority are either password managers, online apps with the option of offline storage, or dubious tools that only “advertise” big sites.

Offline web technology appears to be a solution looking for an application. I’m not saying there won’t be a killer app, but it doesn’t exist now and I’m not convinced it ever will.

  • categories: web development
  • tags: computing, software
  • trackback: http://www.optimalworks.net/blog/2008/web-development/offline-web-applications/trackback
  • bookmark: del.icio.us, digg, facebook, twitter, reddit, Furl, Spurl, Blinklist, Slashdot, Technorati, Yahoo!

4 comments:

  1. 16 October 2008 tony commented

    The really issue here is database and database sync issues. Truth is most modern cloud web apps require a database to store and retrieve the local data, so now the development effort goes into re-creating that server stack locally ,next we need to pull small slices off the main server,of the user data and manage the sync back up to the server. All of which greatly adds complexity to the offline app.

  2. 16 October 2008 Craig commented

    Offline apps certainly increase complexity, but my point is: why does your application NEED to go offline? Processing can be done without a local data store and internet connectivity is ubiquitous.

    The only ‘real’ use I can think of is marketing. But marketing-led technologies rarely succeed.

  3. 16 January 2010 GD commented

    There is a cool framework called JOO. All you need to do is copy your WAR into a folder and tweak config options, and build an installable, and thats it, it works offline with a sync option that you tweak – damn cool

  4. 17 January 2010 Craig commented

    Thanks GD. JOO sounds interesting … do you have a link?

add your comments
please enter your name
please enter your email address - it will not be published anywhere
please enter your website address
please enter your comments (all are moderated and checked for spam)

  • next article: PNGs, graphic filters, and yet more IE problems 
  • previous article: The first month with Firefox 3.0 – a hands on review 
search
  • all popular (5)
  • courses (1)
  • general (4)
  • hardware (1)
  • software (31)
    • blogs (1)
    • free download (8)
    • web browsers (12)
    • web servers (2)
  • web development (42)
    • accessibility (4)
    • ajax (1)
    • css (3)
    • graphic design (4)
    • html (1)
    • javascript (11)
    • php (5)
    • seo (2)

tags

  • accessibility
  • ajax
  • analytics
  • apache
  • award
  • book
  • chrome
  • computing
  • css
  • design
  • developers
  • dom
  • download
  • editor
  • emulation
  • firefox
  • funny
  • google
  • graphics
  • hardware
  • html
  • ie
  • javascript
  • opera
  • php
  • png
  • portfolio
  • review
  • ruby
  • safari
  • security
  • seo
  • server
  • software
  • spam
  • ssl
  • standards
  • wordpress
  • xml
  1. site map
  2. home
  3. Services
  4. Portfolio
  5. Contact us
  6. blog
  7. RSS feed
  8. project survey

XHTML 1.0 | CSS 2.1 | WAI AAA | printer-friendly

©2012 Optimalworks Ltd, Devon, UK. Registered in England and Wales No. 5922205.

This page can be viewed at http://www.optimalworks.net/blog/2008/web-development/offline-web-applications