Early AJAX Office Applications 426
prostoalex writes "Perhaps many, who viewed Zimbra presentation from yesterday, thought about other office-related applications they would like to see moved to the Web. Richard McManus on ZDNet provides a list of the currently available AJAX apps. Did you know there was AJAX word processor, AJAX spreadsheet, AJAX calendar, AJAX presentation-building software, AJAX e-mail client, AJAX note-taking software and some other interesting applications, which, deployed on your local server, do not need installation and "just work" in a browser window?"
Yes but... (Score:4, Funny)
moderation suggestion (Score:2)
Meh (Score:5, Funny)
Re:Meh (Score:2)
I'll be here all week, unfortunately.
Re:Meh - Is it such a silly idea? (Score:2)
Re:Meh - Is it such a silly idea? (Score:4, Insightful)
Yes. For rather obvious security reasons, XMLHttpRequest is limited to making requests to the host the script originated from. Also it would be way slower than a normal web browser. Plus completely inaccessible, which is illegal in many places.
That falls apart when the browser that isn't the "latest and most popular" doesn't support the technologies your AJAX browser uses.
Re:Meh - Is it such a silly idea? (Score:3, Funny)
Java applets (Score:5, Insightful)
Re:Java applets (Score:2)
Microsoft JVM feels much faster than Sun VM. I remember one game by Jagex which made my 1.9GHz system (Sun VM) feel worse than M$ JVM on my Cyrix MII PR233 of years gone by.
I used JamVM for my website instead of Sun too, because Sun was 37% slower of what just amounted to a blog with a MySQL backend! It was also harder to downsize since it wasn't built for footprint unlike JamVM.
Re:Java applets (Score:4, Insightful)
XMLHttpRequest security issues (Score:4, Interesting)
Security? XMLHttpRequest is very cool, but (albeit for reasons not the same as those you gave for Java), it's likely to fall off its pedestal very soon in the face of these security problems [devx.com].
In short, assuming you have the functionality turned on (I assume there is a way to turn it off in present browsers, though I haven't checked), XMLHttpRequest breaks the assumption that web pages only record what you're doing when you "submit" a request (don't think this applies to Flash, but it's normally obvious when a flash app is being used).
In short, it's theoretically possible for a site to be receiving information about pretty much every action you carry out within a browser window, and practically *quite* possible (and likely) for less than trustworthy sites to be receiving information you'd rather they didn't (if you knew about it); I could go further, but the article pretty much explains it well.
Re:XMLHttpRequest security issues (Score:5, Interesting)
This is a problem with Javascript in general, not a problem with AJAX per se. It's been possible to leak information in this manner since Netscape 2.0 - you just swap in an image with the URL http://www.example.com/image.gif?timestamp-mysensi tiveinformation [example.com].
Basically, if you don't want a website to know how you are interacting with a page on that website, you need to switch off Javascript altogether.
Re:XMLHttpRequest security issues (Score:5, Interesting)
If you've been assuming this isn't possible, or in use (the company I built it for still uses it, I believe), you're missing a point here.
More details in a back copy of TPJ, who I wrote it up for.
+Pete
Re:XMLHttpRequest security issues (Score:3, Informative)
Add block : permits blocking external javascripts with a flexible set of rules.
no script : enable javascript, java and plugins only to trusted domains.
Re:Java applets (Score:3, Insightful)
But still, all the user interface code is sent to the client in a human readable plaintext format. That is why you only see Flash demos of commercial Ajax applications.
Re:Java applets (Score:3, Insightful)
There's nothing stopping you from writing a C-based app which does most of the job on the server and which you download from a web page - put it in a restricted SELinux environment and you've the security. AJAX exist is just about convenience, not technical merits
Re:Java applets (Score:5, Funny)
Actually, I do.
When Java applets were the next hot thing, I could not use any of them because they all assumed that I had a 8 point font. With my 16 point font, entering data to text fields was a pain in the ass. Now, I go to see the Ajax applications. Lo and behold! All of them assume that I use a tiny 8 point font.
I'll just move along. There seems to be nothing worth looking at here...
Re:resizing screen images. (Score:3, Interesting)
Re:Java applets (Score:2, Insightful)
Re:Java applets (Score:5, Insightful)
1) Make sure that every desktop gets a new JVM which updates itself automatically.
2) Make sure that the java web start doesn't look ugly as ass and behaves weirdly.
3) Present the platform as an alternative to HTML development.
Re:and Macintosh support (Score:3, Insightful)
Strange definition of 'killed', as Java is the most widely used development language.
Re:Java applets (Score:5, Insightful)
Or the fact that applets are SLOW, whereas (for example) gmail and googlemaps are FAST.
Or maybe it's that java guis just plain suck in pretty much every aspect (look, feel, functionality, ergonomy).
Oh, and the fact that java is not installed on machines anymore (by default), whereas a browser is (even if maybe a louse one as IE6).
Dunno, choose one
Re:Java applets (Score:3, Informative)
On my workstation a VM starts in less than a second and uses only a fraction of memory by default. I fail to see how this can 'bring down' a machine.
Or the fact that applets are SLOW, whereas (for example) gmail and googlemaps are FAST.
Applets were slow about 7-8 years ago. Now there are high-performance JIT and Hotspot VMs.
I don't find googlemaps fast! An applet that caches data locally can be pretty much as fast as
Re:Java applets (Score:3, Interesting)
On my workstation (P4 with 512MB RAM) opening a page with applets results in several seconds of system slowdown (not mentioning browser freeze). If you ONLY use a browser and nothing else your figures may be sensible. If the machine is already overworked by a score of apps running concurrently, that's different.
Applets were slow about 7-8 years ago. Now there a
Re:Full-page UI (Score:3, Interesting)
- Like most Ajax apps, it must load in less than 1 second.
- It must not load with the awful gray square or gratuitous Sun/Java logos.
- It must run in the full page and handle window resizes well.
- It must use the browser's native widget set (show
Re:Full-page UI (Score:3, Interesting)
Java is the most successful and widely used language in IT, and it's use is growing. You are confusing applets with Server side Java throughout your post. Saying 'Java is going the way of the cuckoo' is as dumb as saying 'the pentium is doomed' or 'no-one uses Windows'. (Actually, cuckoos are doing rather well - perhaps you meant Dodo?)
Java on the client side sucks - everyone knows it.
No. Just because you think th
Web Applications (Score:5, Interesting)
Yes, it's true that there will always be problems with compatibility in browsers,
but at the end of the day, to make the underlying OS insignificant, it makes the adoption of alternate OS's become easier.
Who knows, maybe the pressure will cause other proprietary companies to start looking at the way they
do business ? A pipe dream now
Re:Web Applications (Score:4, Interesting)
It's quite ironic that all this talk of the OS becoming insignificant is just yet us piling another layer on top of our systems. Shouldn't more effort be focused on making a standard and open windowing system so that developers have one windowing GUI to think about when making their apps (instead of the current big three, namely MS Windows, X Windows and Mac OS X). Yes web apps address this, but in my opinion the way they are approaching the solution is completely backwards.
Fair enough these web apps allow you to access your program on the move, allowing you to only worry about whether the terminal you are sat at has a nice browser that supports JavaScript, but think about Exchange server when coupled with Outlook Web Access - we suddenly see that these rich AJAX apps are nothing new and are in fact a step in the wrong direction. We should be focused on bringing everything down a level - not piling everything inside a web browser.
Imagine an OS model where you have a server running at a nice secure location with all your applications running 24/7 then you have a standard windowing desktop client OS that connects to your server to bring up your apps and data where ever you are, be it at work, home or sat on a train on your PDA. I think having a windowing system that would allow this would be far more advantageous than using either remote desktop (VNC etc) or rich web apps (Java, AJAX etc).
Re:Web Applications (Score:3, Informative)
we have written 10 critical apps that the company absolutely relies on, the timesheet
Re:Web Applications (Score:3, Insightful)
The reason Web Apps failed, is because they tried to impose a "pay-per-use" model, and failed to develop any reasonably workable micropayments system (in other words, pay-per-use means macropayments per use.)
Fuck that.
I already have a monthly electric bill, a monthly transportation bill, a monthly mortgage payment,
Webservices gone mad (Score:4, Interesting)
That idea died a horrible death, despite Microsoft's best efforts to make the Network the Computer.
Now webservices are back, but instead of building miniature application control building blocks, the entire application interface is downloaded to your browser. Everything immediate runs client-side and anything that needs a backend is sent upstream to the server. No more trying to keep a network connection alive between the client PC and the network server. Everything can be kept very asynchronous.
It's no surprise that this is the way things are evolving. Even the first CGI programs foretold this type of usage pattern. You'd get an interface on the client side and the heavy processing would be done on the server. But now with faster connections and the ability to run more stuff on the client side, a lot of processing can be and has been pushed off the server and onto the client browser.
It's very interesting, and quite a pleasant break from the barrage of boring sysadmin-specific stories here.
Re:Webservices gone mad (Score:3, Informative)
Re:Webservices gone mad (Score:2)
Sun did that with Applets in 1995, only with a much stricter security system in place.
They are at the helm of all sorts of initatives like SOAP, UPnP, now ASP.Net
ASP.Net are an initiative of what? An awkward merging of two technologies so that ASP developers won't be frightened away?
Re:Webservices gone mad (Score:5, Interesting)
ASP.Net are an initiative of what? An awkward merging of two technologies so that ASP developers won't be frightened away?
Say again? I've done all sorts of programming from Motorola assembly to php and java, both professionaly and purely on a hobby-basis, so I consider my sellf a more than competent and experienced enough developer. I've also worked quite a bit with ASP.NET.
Sure ASP.NET may not be the right tool for every job, but then again what is? Making web-applications with ASP.NET feels like breeze compared to doing the same stuff in say php. The fact that it's event-based with a solid foundation making that the underlying protocols and technology transparent to developer, actually means that you can immidiately focus on the application logic, and doesn't have to worry about every god damn thing involving web-communication.
Sure, I know how that works, I know the low-level protocols, I can implement it if I have to, but the fact that I don't need to feels damn good. The .NET Framework supplies tons of goodies for those who know how to take advantage of it.
For instance, directly coupled database to webpage data-linking, including the ability to manipulate date with next to no programming. Please tell me how this can be done in less than 10 lines of code in php. As a developer, I'm really happy that I don't have to rewrite the same DB-logic, reference the same db-field names, link them to similary named html-controls, and vice-verce for updates. It makes my life simpler. What's wrong with that?
Dismissing ASP.NET as something that only unskilled developers would use is ignorant at best.
Re:Webservices gone mad (Score:2)
As far as I can tell from the fanboys, it's either PHP or Python.
Hope that helps ;-)
Justin.
Re:Webservices gone mad (Score:5, Funny)
Sure ASP.NET may not be the right tool for every job, but then again what is?
Duct tape!
Re:Webservices gone mad (Score:4, Funny)
Duct tape! [perl.org]
Re:Webservices gone mad (Score:2)
Re:Webservices gone mad (Score:3, Interesting)
I just don't get you guys obsession with such a mediocre tool and programming paradigm.
Being mediocre or not may to some extent be a subjective opinion, so I'm not touching that. Especially since I haven't tried out a gazillion other web-development toolkits out there.
You may have noted my point about "the right tool for the right job". I didn't say ASP.NET is the answer to everything. Actually, I specificly said it isn't. Hows that for obession?
If you take my post with some perspective, you may
Re:Webservices gone mad (Score:2)
You're thinking of Sun ("The Network is the Computer". Microsoft doesn't want network applications to take off because it undermines the strength of their platform.
Re:Webservices gone mad (Score:2)
Re:Webservices gone mad (Score:2)
As others have pointed out, the Network is the Computer was actually Suns slogan. I believe Microsoft did everything in their power to destroy that idea and the idea of platform independence, because at the time they had nothing to compete with in that area, and if it took off it would reduce the importance of Windows and Office. See for instance their immediate attempt to destroy cross-platform Java by introd
Re:Webservices gone mad (Score:4, Interesting)
I admit, I was enthusiastic about Java Swing applets at one point, but they really haven't evolved from the clunky things they were ten years ago. AJAX isn't just a stupid acronym. It's a truly workable system.
For a good IDE check out TIBCO General Interface [tibco.com] - it's not open source but it can give you a good idea of what is possible with this technology.
Re:Webservices gone mad (Score:2)
My understanding was that "web services" referred to the SOAP (XML)-based information services that first appeared in the early 2000's; they didn't provide an application, per se, just information with a standardised API and return format. So, for example, I wrote a simple Perl script that used
AJAX Cleaning power (Score:3, Insightful)
AJAX is a floor cleaning product.
I'm sorry to say this, but there are too many people who think something is cool because it uses the latest hip technology. Nobody cares that it is AJAX, they just care that it works well and does what they want.
The sooner OSS and other people writing software out there realise this the better.
Rant over
Re:AJAX Cleaning power (Score:5, Insightful)
Re:AJAX Cleaning power (Score:2)
Ajax is a floor cleaning product. AJAX is an acronym standing for something different. The fact that the two have a similar name is irrelevent. Thinking differently means you should probably go for a CAT scan (no, not "cat scan") or perhaps a PET scan (no, not "pet scan"). Perhaps you should go stand on a soap box in front of your local city hall with a bull horn and expound the virtues of a non-acronymic world.
Give me a brea
Re:AJAX Cleaning power (Score:2)
And here I was thinking Ajax were two characters in Homer's Iliad. :-)
You are right that people in general don't care. But this is slashdot, the site with news for nerds, and I suspect that many slashdot readers do care.
Re:AJAX Cleaning power (Score:5, Funny)
That's right. Quit wasting time naming things, and get to work, you layabouts! We don't need no stinking names for things. If I want to use that spreadsheet I'll just say, give me that, uhh, counting thing.
Re:AJAX Cleaning power (Score:5, Funny)
AJAX is a floor cleaning product.
Yes. And a Greek play [wikipedia.org], a Greek hero [wikipedia.org], an anti-aircraft missile [wikipedia.org] and a soccer club [wikipedia.org] from Amsterdam.
All the good words were used up long ago. Maybe it's time to stop using vowels and open up the possibility of words like krggggnx!
Re:AJAX Cleaning power (Score:4, Funny)
'Ajax' floor cleaner is sold under the name 'Krggggnx' in Klingon markets.
The Devil's Dictionary (2.0): AJAX (Score:2)
um, get your references straight (Score:3, Informative)
Actually, Ajax is the name of two warriors in the Trojan wars. The name was then misappropriated for a floor cleaning product (heroic cleaning?), but I suppose as you demonstrate, people these days don't know their classics anymore.
If the term "Ajax" becomes associated with a dynamic web display technology, I think that's a step up from floor cleaning.
Re:AJAX Cleaning power (Score:2)
XMLHttpRequest is only one of the methods of accomplishing asynchronous communication. A hidden IFrame is another technique (which Google, the master of this sort of thing uses -- or so I hear).
The IFrame doens't have to use XML, right? Sometime it does, but it doesn't have to.
So XML looks entirely optional.
Here's a reference: http://www.oreillynet.com/pub/a/javascript/2002/02
That's why I think the 'X' in XML is pure, masturbatory acronaming.
Re:AJAX Cleaning power (Score:2)
Re:AJAX Cleaning power (Score:2)
Furthermore, you're coming up with justifications for the 'X' after the fact -- which is silly. The guy who came up with the term explains his whole irritating thought process. So if you wnat to know where
Well... (Score:4, Interesting)
Network failures. (Score:4, Insightful)
I'd like this if they sold $20 dumb terminals to use it, but I paid a lot of money for a computer that can run applications locally without constantly going to the network.
And just in case they mentioned that that's not a concern in one of those 40 linked pages, no, I didn't read all the articles, so feel free to yell at me now.
Re:Network failures. (Score:5, Interesting)
Most people - the overwhelming majority - are not competent to use a general purpose computer. They don't understand about basic things like security and backups. Consequently their machines are crawling with viruses and trojans, and when eventually they have a hardware problem they lose, in many cases, months or even years of work.
For these people, a thin client web appliance using applications hosted remotely on machines maintained by competent people makes a huge amount of sense. And, frankly, that's 90+% of the whole population, so this is potentially a very big market.
Re:Network failures. (Score:3, Interesting)
Suddenly, I heard angelic harps. This way lies heaven! Let the 90% use their computer like a webTV unit or thin client or whatnot, do whatever they need to do with webapps, the pressure will be off of the remaining 10% of us to dumb down the computer as we know it to drool-proof status...and everyone will be *happy*!
No, wait, the codeine's wearing off...
Re:Network failures. (Score:2)
For these people, a thin client web appliance using applications hosted remotely on machines maintained by competent people makes a huge amount of sense. And, frankly, that's 90+
Re:Network failures. (Score:2, Insightful)
Re:Network failures. (Score:2)
I've lost one hard disk in my life. I've never had bad RAM, and I don't usually have software gnomes installing things on me. The networks I use die a hell of a lot more often than any of those other problems. Maybe other people's network-failure-to-hard-disk-explosion ratio is lower, but mine's pretty high.
Todo Lists application in AJAX (Score:5, Informative)
You can check it out on SourceForge : http://tudu.sourceforge.net [sourceforge.net].
And you can use the live site : http://tudu.ess.ch [tudu.ess.ch].
Everything's free and Open Source (GPL), so you can check out how it works.
Sadly, doesn't work with Konqi, Mozilla (Score:2)
Sadly, the spreadsheet doesn't work with Konqi at all. None of the text you enter either shows up or gets saved. In Mozilla
I'm carrying on playing, because this is p
Re:Sadly, doesn't work with Konqi, Mozilla (Score:2)
Re:Sadly, doesn't work with Konqi, Mozilla (Score:2)
It's interesting, but more in a dog which can talk kind of way. It's not what the dog has to say, it's the fact that it can talk at all.
There's some fairly impressive AJAX stuff about, but if you were to consider, say, the Google Maps interface as an offline, desktop application, it's not so great. Look at Google Earth as an example of what can be done in a modern application - similar data, a considerably more advanced i
Sadly, doesn't work with Opera (Score:2)
Opera 8.50, on Debian:
Sheesh (Score:2, Insightful)
People have been doing this stuff using the same methodology since < 2003 and have been dealing with the pros and cons eversince. Convinsing PMs that the technology has potential was a lot of trouble then, but since the term AJAX was coined the situation has become the opposite; we are now trying to point out the pitfalls.
The power of buzzwords in people's minds is astonishing. Guess our brain is too dependent on abstraction/handles.
One thing to note ... (Score:5, Informative)
Re:One thing to note ... (Score:2)
While it's true that S5 doesn't use XMLHttpRequest, why are you talking about text editors? You can write web applications using XMLHttpRequest with a text editor too. It's not some sort of binary thing that needs compilation and plugins, it's just Javascript that uses particular APIs.
Another open source AJaX E-Mail Client... (Score:3, Informative)
Thin client 10 years late (Score:2, Informative)
My Java tip for the near future is Echo2 [nextapp.com] or something like it. Sophisticated AJAX without writing a line of HTML or JavaScript.
i'm all for webapps (Score:2)
i'd be majorly chuffed if i could so the same things via a web browser however.
Consistent and Intuitive UI will be important (Score:5, Insightful)
Developers need to understand that once you're over 25 years old, you don't care to learn brand new interfaces all over again. The closer it looks to something familiar (your Windows/Mac OS UI), the better. For God's sake, if it doesn't look at Windows, at least make the metaphors intuitive.
My recent pet peeve is tiny little icons, just for the sake of tiny little icons. I'm familiar with the standard "Open", "Save", "Copy", "Cut", "Paste", and "Print" icons. That saves real estate over text, and saves me time.
However, With monitors getting bigger and bigger, unique icons will NO LONGER OFFER THE SAME BENEFIT. I'm not going to hover my mouse pointer over every single 8-pixel-by-8-pixel icon you have, just to forget it the next time around because you lined up 50 of them on the toolbar like lucky charms. If there's room for text, and if that saves time, put the text in!
Re:Consistent and Intuitive UI will be important (Score:2)
Frankly, that's a completely bogus argument. Early X Windows applications had wildly inconsistent interfaces. Then, gradually, over time, people learned this was a bad idea, and people started developing user interface standards. Furthermore, as GUIs got more complex a
Re:Consistent and Intuitive UI will be important (Score:2)
I'm not sure how your statement disagrees with mine. The point of my post is that the mishmash of bad UI will eventu
Re:Consistent and Intuitive UI will be important (Score:2)
I agree. For such applications, small icons make sense.
What you're annoyed over aren't "tiny little icons", but an UI that doesn't scale to your device, either automatically (difficult to detect across devices) or manually, with a nice "make it bigger" button.
Well, I'm only annoyed at the
Some good ideas.. (Score:5, Insightful)
But for word processing? Spreadsheets? That seems like a waste of bandwidth, and an unnecessary security risk. I've been working remotely for the last 2 years (300 miles from the company office). I've never encountered a situation where a remote service text editor would be preferable to a local app. Given my flaky internet connection that would really be a very bad thing. Whatsmore
Oh my God! They killed KIKO! (Score:2)
jotlive.com (Score:2, Interesting)
This is an awesome collaboration tool. If anyone has some insights on how this works (technically), I'd appreciate it.
I was under the impression that you can only poll from client to server, not the reverse, yet this application shows instant change (so no 10 sec continuous polling)
please let it die (Score:3, Insightful)
Please note: accessibility means equal access for ALL, it is not a term to differentiate disabled internet users from their able-bodied peers.
So now we have we have to use libraries that work for IE and every other browser separately, we then have rewrite it all for people using accessibility aids that often use scraping techniques to get content from the page and wont update unless the page refreshes, so we have to write a legacy version anyway (of course, you can make the call that the chance of getting sued is low enough not to bother).
Before people say we have to write a ton of code to account for different browsers and accessibility combinations, I work supplying web apps to public sector education bodies and none of my applications require wild cul-de-sacs of code for special scenarios.
We have only just started mastering equal access for all in web applications as it is, the last thing we need is a new generation of web developers who think that "omg cool functionality kthx" > accessibility
Re:please let it die (Score:2)
No, the difference between the XMLHttpRequest object in Internet Explorer and the XMLHttpRequest object in all the other browsers is merely the way in which you instantiate it - which you can emulate in Internet Explorer with only a couple of lines of Javascript. Furthermore, Internet Explorer 7 will be like all the other browsers too.
You do
Re:please let it die (Score:2)
Yes, well that's irrespective of AJAX, isn't it? The business influence is going to be there regardless of whether or not you use AJAX.
Re:please let it die (Score:2)
the last thing we need is a new generation of web developers who think that "omg cool functionality kthx" > accessibility
Huh? New? I thought that was the way it always had been? Trying to make people write (working) standard-compliant XHTML/CSS and convincing them that there is a reasons for doing so, is hard enough already.
Stuff like this will surely make it even harder. Not saying Gmail ain't funky though.
s5 (Score:2)
And so we return to where we started (Score:2, Insightful)
And so we will return. The server based module of applictaion licencing will suit the likes of Microsoft enormously. They want a constant revenue stream, not just intermittent ( but huge ) income on new product releases.
More insidi
Complete Web Office Solution (Score:2)
And (I happen to know these guys), they are turning open source. The official announcement should be next week, methinks...
lack of development tools (Score:2, Interesting)
Developing a large application without a debugger is not fun.
Why not use flash? It seems to do everything that ajax can do, but it has a IDE and debugger available and there is the added advantage that it's cross platform (ajax requires that you write a seperate version for IE and Mozilla).
AJAX, it's magic! (Score:5, Insightful)
Sure, if these were tools to allow multiple people to work on the same document simultaneously, but these all seem to share data only after it's been saved back to the server. As someone else pointed out, the presentation application doesn't even use AJAX!
Would people please stop using AJAX to mean "Really cool looking Javascript application"? If Javascript applications excite you, fine, you're welcome to them, but please get the terms right...
My prediction ... (Score:3, Interesting)
Avalon Business Systems (Score:3, Interesting)
It's nice because it allows you to do real-time client (etc.) searches asynchronously which allows you to get a ton done with only one real page load.
I've seen some decent commercial and free AJAX implementations as well, but outside of Google and Avalon, they seem more focused on "cool" than "useful".
My Beef: Interface (Score:2, Insightful)
I find these AJAX applications very impressive, even if - according to the endless
I don't get it (Score:3, Insightful)
I don't see office applications as being naturally web based applications, they seem to be very natural living on my desktop. I can't see why I would need to be connected to write a paper or do my budget.
On the innocent side it just seems like a misdirected project.
On the sinister side it seems similar to e-books....another way to take away something I have come to take for granted as possessing.
My word processor may be old, but it is mine.
I can just see the bull shit now.
"Oh, you don't own the AJAX office suite, you were only renting the use of it. Since your lease is up you cannot use it to view your old work... unless you want to pay us more money"
Paging the Web (Score:3, Interesting)
Wait a minute, hold on... (Score:3, Funny)
Wow. The future is... not here yet. (Score:3, Funny)
Let's see: word processor--didn't feel like signing up for an account. Spreadsheet--works in Firefox 1.0/Mac, but not Safari 1.3. Overall, has a long way to go--can't use arrow keys to move the active box in the grid, for example. And I doubt it's possible to recreate a zillion other useful features from a binary spreadsheet app, like dragging a cell's corner to fill lower rows. Calendar--wouldn't load at all in FF or Safari. Presentation--it's not AJAX. Email client--ha! instead of linking to Gmail, one of two programs that POPULARIZED AJAX (the other being google maps), the link leads to a nonexistant product from Yahoo. The note thing works but is pretty simple--feels like a bright student's DHTML project.
Re:Lame (Score:2, Interesting)
Re:Cool. (Score:2)
Hold your horses there cowboy! You are a 6-digit slashdot-uid like the rest of us. Here's hoping a a sub-5-digit ID user will bash. If nothing else, for that link to nowwhere in your profile :)
Re:Fix KDE, Gel linux on jo-6-packs desktop (Score:3)
Im still finding thr Mac desktops lagging behind Windows IMHO (not starting a flamewar here) Finder cant seem to browse directories containing large numbers of files, Its Impossible to navigate the GUI mouseless unlike windows which can be ALt-Tab's, Shift-Tab'd etc. Really the most important part they need to fix is the system preferences