Slashdot Mirror


Online Replacements for Desktop Apps?

Jon_Aquino asks: "I'd like to share this Google Groups thread of free online replacements for desktop apps. Some of the gems are: an online UML diagrammer, an online Paintbrush app, online Post-It notes, an incredibly realistic text-to-speech converter, and an online spreadsheet. What are other cool online desktop-app replacements?"

13 of 335 comments (clear)

  1. Simpy.com for bookmarks by otisg · · Score: 5, Interesting

    Does a browser count as a desktop app?

    If it does, then Simpy is definitely a superior online replacement for bookmarks (really more than bookmarks, but let's keep it at that). Here is a demo and some screen shots.

    --
    Simpy
  2. It's Usenet, not Google Groups by Anthony · · Score: 4, Interesting

    What is the Internet coming to? It's like saying "Hotmail" is "Internet Mail" and "The WWW" is "The Internet".

    --
    Slashdot: Where nerds gather to pool their ignorance
  3. SalesForce.com by ron_ivi · · Score: 2, Interesting

    Perhaps not an desktop app as much an Enterprise ap; but they're much nicer than other sales software that ran on desktops that I've used.

  4. Basecamp project management by Peter+Cooper · · Score: 3, Interesting

    BaseCamp is probably the best project manager I've seen, and it's online. I don't get it, why can't desktop apps be this cute and easy to use? Just go look at the screenshots!

    Of course, I don't have a paid up BaseCamp membership since I think it's overpriced, but there you go :-) (This is one benefit of regular desktop software)

  5. Re:Its Usenet not google groups. by daeley · · Score: 3, Interesting

    Perhaps the poster was demonstrating Google Groups as a replacement for a desktop newsreader app. ;)

    --
    I watched C-beams glitter in the dark near the Tannhauser gate.
  6. reminds me of by asv108 · · Score: 3, Interesting
    "Corel Java Office"

    In the mid late 90's when everyone was going to use the netscape web browser and Sun's java to run all their applications from applets on thin-client sun terminals. Oh, and all your news would come from "Push" technology like Pointcast.

  7. Text to Speech by adjusting · · Score: 2, Interesting

    This would be great for language learning. You could just cut and paste in a foreign language text, choose a voice appropriate to that language, and hear approximately how a native speaker would pronounce it. I wish there was a Mandarin version.

  8. Check out XDesktop for Open office by Chuck+Bucket · · Score: 2, Interesting

    I've been following this lately, it seems that the Open Office folks are working with the XDesktop movement- api: Interface XDesktop. It all makes sense, why install software that you rarely use? I'd much rather have it on a central server, think about lic costs, think about the easy of patching said software once, instead of hundreds of places...

    CBG

  9. Re:Is it me? by White+Shadow · · Score: 2, Interesting

    I agree, public online applications shouldn't be used for sensitive data. That's why webnote is open sourced under the BSD license. If you want to make private notes or have something that you're locally accountable for, you can run it on your own server and use SSL or whatever.

    Additionally, that's one of the reasons I provide an RSS feed. You can easily save a local backup of your notes.

    Tony

  10. Re:Text to Speech App by fejikso · · Score: 4, Interesting

    Wow. I just tested the Spanish version. It's incredibly natural. I'm speechless (no pun intented)

    The English output still sounds like a robot. The Spanish one is almost humanlike.

    For those who don't know, Spanish has a nearly perfect spelling system: by the spelling you know how to pronounce the word exactly. Of course, regional dialects change the pronunciation, but it's always consistent.

    The other way around is not true, though. Two words with the same pronunciation may have different spellings, specially because of the V-B, S-C-Z, CC-X, C-K.

  11. Security Holes by Anonymous Coward · · Score: 1, Interesting

    That web note one lets you enter arbitrary HTML and JavaScript. So you can steal peoples cookies if that site sets any. Sweet...

  12. Re:The best one... by AKAImBatman · · Score: 4, Interesting

    The Google Calculator rules! There aren't many places you can type (6.09e12 * 130000) * (365 * 24 * 60 * 60) / 3.99e17 and actually get the correct answer! And it even does better than most Scientific calculators by converting just about any measurement to any other measurement. (For example, 1 horsepower to watts.)

  13. New SourceForge project by ispeters · · Score: 2, Interesting

    Plug warning: I'm the project admin

    Go check out the Sydney project. There's an example at http://sydney.sourceforge.net/sydney_example.html.

    Sydney is an all-Javascript/CSS/DOM project intended to create applications that run in your browser but look like desktop apps. It's already in use in a real project, but I'm not sure how much I can say about it, what with it being proprietary and all.... Anyway, Sydney is (to be) released under the LGPL. (The "to be" part is 'cause I'm just finishing up exams, and I haven't figured out the file release tools on SourceForge yet. Everything's in CVS, though.) It provides a fairly rich class hierarchy of widgets, including normal stuff like buttons, labels, and checkboxes, plus some more complex stuff like trees and tables. It runs in both Mozilla and IE, and it's intended to be cross-browser, so now that it's open source, it may start to work in $YOUR_FAVOURITE_NON_TTY_BROWSER. Let me know what you think.

    Ian