Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
The Internet Programming IT Technology

The Blurring Line Between PC and Web 84

The NYTimes has a feature about software development systems that move the Web offline and desktop applications online, with a focus on Adobe Air, which will be released tomorrow. The article has quotes from the developer behind Microsoft's Silverlight (he was a colleague at Macromedia of Adobe's Air guy), and from the head of the Mozilla Foundation about their online/offline offering, Prism.
This discussion has been archived. No new comments can be posted.

The Blurring Line Between PC and Web

Comments Filter:
  • Translation (Score:2, Informative)

    by Anonymous Coward on Monday February 25, 2008 @09:09AM (#22544530)

    he was a colleague at Macromedia of Adobe's Air guy

    For people who would like that translated into English, he worked at Macromedia with a guy that worked on Adobe Air.

  • by Anonymous Coward on Monday February 25, 2008 @09:27AM (#22544654)

    The problem with AIR is that it requires "porting". A website won't just work in AIR, and once it's been ported, it will no longer work as a regular real website, as it'll have dependencies on Adobe AIR. This effectively means that if you as a developer want the best of both worlds, you'll need to maintain two version of your application.

    The approach Mozilla is taking with Prism on the other hand (which is also being taken with Bubbles and Fluid, with standardization between these in the early stages of being talked about), is to make available small features which allows a real website to gain some properties on the level of a desktop application when run from Prism, without stopping to work as a website. This is the progressive enhancement approach, which helps keep the web open (any browser can continue to run the application). It's very important for developers to realize this distinction, less the web gets locked into a proprietary realm. (both Microsoft and Adobe would love nothing better than to be the sole gatekeeper to this realm.)

  • by dat cwazy wabbit ( 1147827 ) on Monday February 25, 2008 @09:52AM (#22544858)
    It may not be everyone's favorite software, but Lotus Notes has done this for a decade or more.
  • by TuringTest ( 533084 ) on Monday February 25, 2008 @09:58AM (#22544908) Journal
    There will always be offline applications and the need for them. There are so many situations where access to the Internet is not available.

    True, but the gap between online an offline will blur: desktop apps that query online databases, and web kits that install through the web AJAX-like applications with local caches. The user will no longer be aware of the browser methods to persistently store content found online.

    As for archiving visited pages, the best solutions I've found are through Firefox extensions. I've tried [[Google Notebook]] and [[ScribeFire]] (both take care of online storage and thus multi-PC synchronization), though I've heard wonders of [[Zotero]](1).

    (1) I think we're not in Wikipedia anymore... you'll have to google them.
  • by andyed ( 693269 ) on Monday February 25, 2008 @10:21AM (#22545148) Homepage
    AIR provides a graphics layer inside a web browser that is 2nd to none. Firefox 3 SVG is coming along, but it's not there yet. Check out what we were able to do with AIR & Webkit: http://about.stompernet.com/scrutinizer [stompernet.com] It's a simulation of human vision dropped on top of a browser. Wish we could have done it in FF3, but it's not quite up to the task yet.
  • Re:Translation (Score:3, Informative)

    by Himring ( 646324 ) on Monday February 25, 2008 @10:34AM (#22545286) Homepage Journal
    The article is from the NYT and foxnews has told us not to read or trust the NYT, so, it don't matter anyhow....
  • by mysticgoat ( 582871 ) on Monday February 25, 2008 @10:41AM (#22545358) Homepage Journal

    On the WinXP side, I've been using local web hosting with XAMPP for development for around a year. Works well from a USB drive.

    Lately I've also been looking at personal wikis as a kind of outliner on steroids tool. At least one launches its own micro web server and uses your choice of browser as the interface, with the scripting done server-side (but on your machine). It can run from a USB drive. I've forgotten the name of this guy, because I've been focusing on another one:

    TiddlyWiki uses client-side Javascript for the scripting and runs well under Firefox, and with the usual irritations under MSIE. Reports are that it works well under Safari, Opera, etc, too. It has proven itself in small applications (size of the file:///.../myTiddlies.html up to about 2MB without hassle; haven't gotten any larger than that yet). As mentioned, storage is as a local file, with no server involvement. It's amazing how capable Javascript can be in a standards compliant browser.

    I'm just starting my second cup of coffee for the day, so I'm not yet ready to dig up links to any of this. But googling on "personal wiki" [google.com] will bring up plenty of reading.

    I suppose I need to make it abundantly clear that this is on topic. This is all about using software designed for intarweb tubes on your local machine, which is right smack in the middle of the topic category.

  • by Anonymous Coward on Monday February 25, 2008 @11:31AM (#22545896)
    This commercial was brought to you by Microsoft, the power in web browser quirks.

    Now back to our normal program...

  • by __aaanwh8370 ( 67651 ) on Monday February 25, 2008 @11:48AM (#22546086)
    AIR isn't a host for a "website". Its a desktop host for the flash engine that executes SWF files - that is, packaged flash.

    Websites can continue to have their needs well served by HTML and JS.

    Web applications that need to offer rich client experiences without succumbing to browser compatibility issues can choose to use Flex (which yields SWFs as well). Those same apps can run in the browser and with minimal rework be re-deployed as desktops via the Adobe Integrated Runtime (AIR).

    The AIR instances will the have the benefit of using connected and disconnected modes (in addition to having desktop icons, file I/O, systray access, etc...).

    AIR is an alternate to the browser-hosted flash engine. Its the desktop container for the flash engine.
  • by Anonymous Coward on Monday February 25, 2008 @02:34PM (#22548656)
    Not completely true, check out uvlayer ( www.uvlayer.com ) they are launching a web version using the flash portion of their AIR application reusing 90-95% of their AIR effort.

Always draw your curves, then plot your reading.

Working...