Andy McKay

Oct 21, 2006

Offline / online web applications


Looks like we are finally getting to offline / online web applications. Scrybe a new start up is trying this with yet another office suite (link). The offline / online problem is something that’s starting to get a lot of attention and something I’ve wanted to solve myself one day, albeit I was thinking of purely open source solutions.

The problem domain is relatively straightforward, I posit that the reason many web applications will not make it is that:

  • For many, many people online access is a problem. My friend Laurence was in Peru for a month or two. Gmail was brutal.
  • Most people don't trust data stored remotely, having it local gives warm fuzzies.
  • Many people like an application that is local, it gives you lots more control, for example a nice icon in the dock.

At Enfold I got bored of building wxPython programs and the suggestions of pyQt and all the other options drove me nuts. So I built applications using a spats, its a crazily simple local, Page Template server. But it allows us to write applications using Python, Page Templates, Ajax locally. So we ended up with Plone Controllers and Installers written in spats. The result:

  • Faster development, since they are familiar technologies.
  • Prettier and feature rich.
  • Cheaper and more flexible.

So for me they rock. But this sort of approach allows you to do more. What if you could run Writely locally and just edit your data locally. What if Plone could be run locally, would you use it more? Would you trust it more? The problem then becomes a matter of data sharing and collaboration, which is when you syncrhonise up to a remote server. What if you could write once, and run anywhere? I believe using things like Python, Page Templates and Ajax, you’ve got a very good start. Zope 3 and all that could give you more, but remember your client has to be light and have a good upgrade path. I’m focusing more on server-less applications, but that’s another story…

OO.org, the new company specialising in a framework for write once and run anywhere. Coming to a web page near you. Maybe. If I can think of a name that doesn’t confuse everyone with Open Office :)