RoboDev
RoboDev

Reputation: 4156

Are Web Operating Systems practical yet?

I'm a full time web developer but I have my roots as a desktop programmer and there seams to be a lot of talk about Web Operating System these days.

Is it practical yet to incorporate your web applications into a Web OS to make it more user friendly or just do a traditional HTML layout?

I found one that looks very interesting which is based on Ext JS and PHP that seams it will be simple for me to incorporate my own web applications into and make them feel more like a desktop app.

qWikiOffice - http://qwikioffice.com/

http://glidertools.net/preferences.jpg

Upvotes: 3

Views: 786

Answers (5)

Kb.
Kb.

Reputation: 7400

More answers here:
Web Desktops

Upvotes: 2

Perpetualcoder
Perpetualcoder

Reputation: 13571

Though the idea is cool it is not practical because of the fact that a lot of countries in the world have miserable internet speeds. I have just been to Thailand, most places the internet was not fast enough for gmail to work in ajax mode. It could take up in western countries.

Upvotes: 2

salt.racer
salt.racer

Reputation: 22322

Allow me to be the first to say that a "WebOS" is a bit of a misnomer. What is really meant is a web "application" that looks and feels like a modern operating system because it has folders and other widgets.

I think that for some things a "webos" will eventually be practical, but for now, a "traditional" html layout that incorporates traditional desktop application type concepts via AJAX is the current level of practical.

Upvotes: 5

Adam Peck
Adam Peck

Reputation: 7045

I have yet to see a compelling reason to use a WebOS. My browser has tabs and I really do not mind having all my Web Applications opened in different tabs. My OS is mostly used for file manipulation which I would never want to do in a Web Browser anyways.

I see these as nothing more than people playing with a lot of JavaScript. If you are going to develop a web app why not make it so the most people will be able to use it (keep it off a specific WebOS).

Upvotes: 1

Charlie Martin
Charlie Martin

Reputation: 112346

Uh, did you mean "practical"? Or "piratical"?

Anyway, yeah, I think they're practical for a certain class of users. not great for developers, very good for people who want lightweight apps and a way to read RSS and search/surf the web.

Upvotes: 2

Related Questions