Slashdot Log In
The Blurring Line Between PC and Web
Posted by
kdawson
on Monday February 25, @08:05AM
from the battle-for-hearts-and-minds dept.
from the battle-for-hearts-and-minds dept.
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.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

Security nightmare? (Score:3, Interesting)
Am I the only one who frowned and thought about the security issues, when reading that?
Re:Security nightmare? (Score:5, Funny)
Re:Security nightmare? (Score:5, Funny)
Re:Security nightmare? (Score:5, Insightful)
Well, it would lock me out of my data. A lot of places I work I have no internet access (not even via mobile -- not allowed to use one in some locations, and I've not found a way to access the net when riding the London tube). I deal with the issues of having data available wherever I am the easy way -- I keep anything I might need on my laptop, and synch to a server when I get back to base. If there's anything I've forgotten, or I need to check email, then I need to find an internet connection. Works anywhere this guy's solution will work, and a lot of other places besides, and I don't need to buy anything new.
Maybe I'm a luddite, but I don't see the point in moving stuff onto the web that's better placed on one's desk or laptop.
You can never remove the need for offline. (Score:4, Interesting)
As for having the web offline... The big thing about the web is the links between the various pages. Using a tool such as HTTrack might well enable you to keep the links between pages, thus letting you have the experience of browsing multiple domains using your web browser, even when not connected. But most people just "save as" which gives a different experience depending on if you save the full page or just the HTML, and depending on which browser you use. (Thus guaranteeing that not all the links will work.)
Anyway, I would love to be able to take all the pages that I have already saved and quickly and easily form them into some sort of net, doesn't anyone have an automatic tool to do this?
(Oh and I need to both register and have cookies enabled to see the article. Fuck that. Can someone post the full text?)
Re:You can never remove the need for offline. (Score:4, Informative)
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.
Laptop anyone (Score:5, Interesting)
Cloudy thinking (Score:5, Insightful)
The future is always on, always networked, and software developers who spend the vast amounts of time and effort required to replicate little portions of their database or webservice in a "local" mode are going to be eaten alive by those who simply depend on the ever increasing reliability, performance, and ubiquity of the Internet.
Expensive thinking. (Score:5, Insightful)
While I would very much love to live in your future of free high speed connections that are always there, the future is looking like pay per gig to clamp down on bittorrent, recover costs for universal monitoring of traffic (without need for pesky warrants), and milk people for all they're worth. "Oh, too bad your line went down when the phone company screwed up and you didn't notice when your router swapped over to the 3G cellular backup, that'll be $54,000 this month."
Here's a tip: The US is not the entire world, and companies sell to the rest too. Try telling everyone here in Africa that "in 5-10 years it will be virtual [sic] impossible to go 'offline'", I'm sure it'll be good for a laugh.
Re:Expensive thinking. (Score:5, Insightful)
Even in the US it's laughable. There are huge chunks of the country where there is no cellular service. I know a lot of Slashdot's readership doesn't go camping or drive through the middle of nowhere, but it's important to realize that not everyone lives like that. Using a network to get data is great. Depending on it as the sole source of data for things like navigation (or worse yet, the navigation application itself) is stupid.
what does AIR/Silverlight offer that is new/better (Score:4, Interesting)
Re:what does AIR/Silverlight offer that is new/bet (Score:5, Funny)
Well, they enable lock-in and generate revenue for the companies that own those technologies.
Oh, wait... You meant for us? Nothing...
Re:what does AIR/Silverlight offer that is new/bet (Score:5, Interesting)
Mostly more control and better programming. OpenLaszlo [openlaszlo.org], which is briefly mentioned in TFA, is an XML/javacript based programming language which compiles to Flash and/or DHTML. It includes a bunch of APIs for things like layout, data binding and server communication, and is one of the easiest prototyping tools I've ever used.
The slogan is "write once, run everywhere", which may be familiar to some older Slashdotters, but it's not too far off the truth. I'm using it now to develop auditing apps for the Nokia N800/810 internet tablets, and it's impressively simple.
If you're interested, I'd suggest you download it and try it, or check out the tutorial [openlaszlo.org]. It's very easy to get started, and the tutorial compiles and runs your code online.
Anyone know how sluggish these apps are? (Score:5, Interesting)
The problem with Adobe AIR (Score:4, Informative)
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.)
Re:The problem with Adobe AIR (Score:4, Informative)
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.
Am I just getting old... (Score:3, Interesting)
s/SUN/ADOBE/g
Re: (Score:3, Funny)
Funny, I interpreted that as "cleaner with a camera and access to the Air guy's notes"
Re: (Score:3, Informative)
Re: (Score:3, Insightful)
Also local WAMP and file:/// (Score:3, Informative)
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
Give generously, help find a cure (Score:4, Funny)
Re: (Score:3, Insightful)
I mean, it's not a money decision on the scale of buying your choice of player and a ton of movies.
Re: (Score:3, Insightful)
Seriously, why do we need any of them to triumph? Let's forget the proprietary lock-in aspect of these technologies, let's consider that they make your page much less accessible and platform dependent (platfor
Re: (Score:3, Insightful)