Slashdot Mirror


Mozilla, Gecko, Netscape, And Their Future At AOL

bluephone writes "I've been lucky enough to receive some interesting information from within the Netscape/AOLTW firewall, although in light of AOL's recent massive losses, poor outlook, and high profile execs resigning their positions, I'm not sure if these battle plans are still intact. As it stands, Netscape 7.x has one major release left for the forseeable future, but Gecko will soon overshadow everything, becoming the core platform for all of AOL's Internet content distribution. For all the details and much more, read it here."

236 comments

  1. Only good news by Zelet · · Score: 4, Insightful

    It will finally force web authors to support standards not monopolies.

    --
    ...And when they came for me, there was no one left to speak out for me." - Martin Niemoeller (1892-1984)
    1. Re:Only good news by khold · · Score: 4, Interesting

      Yeah, you have an excellent point there. If AOL shifts over to Gecko use, websites will be urged to move away from proprietary bullshit Internet Explorer HTML, and back over to the "real" HTML 4.0 standard. But wait, I just realized that in order for websites to make themselves more compliant, they have to actually hire a web designer with talent instead of using MS FrontPage and the lovely HTML it produces.

      --
      rm -rf sig
    2. Re:Only good news by MattCohn.com · · Score: 5, Insightful

      Don't kill frontpage just yet. I disabled all it's automatic code cleaning, insearting id=autonumber shit into tables, and use it soley for three purposes.

      One, to make tables quickly, I then re-enter the html and tweek it the way I want... but it's easier seeing everything in front of you then having to mentally map td to possision. I know, not much but it is.

      Second, color coding. Forgot a "? Color coding makes writing my HTML so much simpler.

      And the final use is writing my external style sheets. I like not having to memorize an entirly diffrent set of data-value pairs for CSS, and it produces compleatly complient and simple CSS pages.

      I also enjoy having all my pages tabbed, and being able to quickly switch between HTML and preview modes on the fly.

      My HTML is clean, well-formatted, tabbed (each and every thing), uses scripts to pull a header, dynamic body, and footer on the fly for requests, and uses NO formatting, absolutly EVERYTHING is done through external style sheets which can be selected by the user with ?style=cssname. Also, 100% HTML 4.01 Transitional and CSS complient.

      I use FrontPage. I write good HTML. Get over yourselves.

    3. Re:Only good news by Bob+The+Cowboy · · Score: 5, Funny

      It will finally force web authors to support standards not monopolies.

      Yes, Lord knows the poor people at AOL are just good honest folk trying to get their foot in the door...

      ;o)

    4. Re:Only good news by stratjakt · · Score: 1, Insightful

      Only on /. is this "flamebait".

      Good code knows no platform.

      --
      I don't need no instructions to know how to rock!!!!
    5. Re:Only good news by Anonymous Coward · · Score: 0, Informative

      Hate to burst your bubble, zealot, but Netscape was the first to violate HTML standards (remember blink?).

    6. Re:Only good news by Anonymous Coward · · Score: 0

      Keep dreaming brother. AOL hasn't quite forced a lot of technology changes have they? Yes sirree.. right in front of WebTV. AOL is getting smaller, and I am helping them do just that. Friends don't let friends use AOL.

      Another point, how many sites have you (or anyone reading this) done that is valid W3C? Give it a look-see. It is easier said than done.

      http://validator.w3.org

    7. Re:Only good news by Anonymous Coward · · Score: 0
      it's too funny how some people have a such a hardon over microsoft, while letting other get away with much worse behavior.

      Some O'Reilly XML book i got for $5 (and overpaida t that!) suggested not to use MSXML (which wasn't even released at the time the book was written) to do xml parsing, because the author expected MS to throw in prorpiety stuff. Oops, MSXML happens to be one of the best, and most compliant, XML parsers available.

      IE has been an early adopter of xml/xhtml, while Netscape still doesn't support it fully.

    8. Re:Only good news by llamaluvr · · Score: 3, Interesting

      Crimson Editor color-codes HTML, too. It doesn't do that other stuff, but it's quite a bit cheaper.

      Of course, I'm not really the type to edit HTML in a text editor much, either. Lately, I've been relying on Visual Studio .NET (I'm sure I'll get modded down for saying that) for my editing, since it does color-coding, automatic end-tab completion, automatic spacing, grouping of different pages in the same project space, and so I can see the webpage in progress.

      Unfortunately, it's made me very lazy with my HTMLing. With all the stuff it does for me, I'm not to confident in my ability to write neat and good HTML without it's help. But it does make my work go a lot faster...

      --
      Insightful: 76, Off-Topic: 379, Flamebait: 24, Funny: 152, Interesting: 201, Underrated: 55, Troll: 9, Total: 896
    9. Re:Only good news by MattCohn.com · · Score: 3, Informative
      Mine. I take great pride in the fact that I wrote my site 100% HTML complient. To be honest, I had to use the parser to help me along, but I've made sure that each and every one of my script-generated pages are HTML complient.

      Just parse it, and fix the errors. One thing that caught me off guard was you *can't* use & in an ancor tag. Example:
      <a href="comments.pl?sid=5347&op=reply......">
      is invalid. Where you would use &, instead use
      &amp;
      . Also always use ALT. I have few images, and most of the ones I have are non-repeating BG's of carfully created table cells (I've got my reasons) but it is important.

      Oh, and I didn't put that ; at the end of my tag up there, Slashdot is messed.
    10. Re:Only good news by accessdeniednsp · · Score: 4, Informative

      Glad to see you not succumbing entirely to the Borg. However, check out Bluefish sometime. It does a lot of what you mentioned with the other obvious side-effects (gpl, gtk1 and gtk2 ports, etc.) Dunno if there is work to port it to win32.

    11. Re:Only good news by kien · · Score: 2
      It is my sincere hope that you do NOT get modded down and instead, modded up.

      Of course, I'm not really the type to edit HTML in a text editor much, either. Lately, I've been relying on Visual Studio .NET (I'm sure I'll get modded down for saying that) for my editing, since it does color-coding, automatic end-tab completion, automatic spacing, grouping of different pages in the same project space, and so I can see the webpage in progress.

      Personally, I'm not a very big fan of anything with .NET in its title but I won't fault you for using the tool that works best for you.

      Unfortunately, it's made me very lazy with my HTMLing. With all the stuff it does for me, I'm not to confident in my ability to write neat and good HTML without it's help.

      This is why I hope your post gets modded up instead of down. Your honesty and objectivity is refreshing.

      But it does make my work go a lot faster...

      Perhaps, but have you considered all of the implications? What if there's a bug that causes your WYSIWYG to render web pages incorrectly? What if the next patch for your WYSIWYG introduces a bug? What if the webpage generated by your WYSIWYG application is coded so that only the browser created by the owner of your WYSIWYG app can view your webpages?

      I maintain my website on the company intranet with vi and the only thing that takes up my time is recreating tables from a Microsoft Excel spreadsheet, because if I try to use their "Save as Web Page" option...all I get is bloated XML.

      --K.
      --
      Sig: Bad people happen. Try to avoid being one of them.
    12. Re:Only good news by Anonymous Coward · · Score: 0

      I disabled all it's automatic code cleaning, insearting id=autonumber shit into tables,

      and, apparently, its spell checker. ;)

      Face it, SciTE is the perfect html editor. (wth, I'm already being offensive...) It's better than vi or emacs.

    13. Re:Only good news by Dracos · · Score: 2, Interesting

      Not necessarily. Many web designers today know very little HTML, because they're relied on tools like Dreamweaver to write it for them...and Dreamwaver outputs junk most of the time (not to mention their javascript output still attempts to be functional in 3.x browsers). When Macromedia and the other web dev vendors produce tools that churn out W3C validated content by default (I read an article recently on how to get DW to output XHTML, and I laughed), then I'll start using one. AOL should pay Macromedia to make Gecko the rendering engine in DW, instead of IE.

    14. Re:Only good news by Anonymous Coward · · Score: 0

      Had you actually used Dreamweaver MX instead of badmouthing it, you would have learned that -- gasp -- it can actually output a perfectly valid XHTML page! Even better, it can output valid HTML4/3/2 pages as well!

      Slashbots these days...

    15. Re:Only good news by mlk · · Score: 1

      here here, alas people using pure [X]HTML are few and far between, and ofton only small "personal" homepages.

      --
      Wow, I should not post when knackered.
    16. Re:Only good news by Anonymous Coward · · Score: 0

      You better write out all of the vectors for each character of your document on paper, in case your computer becomes magically corrupted and nothing displays properly in vi, and no one can read your alphabet.

    17. Re:Only good news by WowTIP · · Score: 2, Insightful

      And what about Macromedia Dreamweaver? I always preferred Dreamweaver to frontpage back when I was writing HTML.

      Haven't used either for a while though, the scales might be tipping in favour of Frontpage.

      --

      --

      "I'm surfin the dead zone
      In the twilight, unknown"
    18. Re:Only good news by los+furtive · · Score: 1

      UltraEdit has colour coding, and can generate HTML tables on the fly. And it's not hard to learn CSS off by heart.

      --

      I'm a writer, a poet, a genius, I know it. I don't buy software, I grow it.

    19. Re:Only good news by DrXym · · Score: 2, Funny
      Well in this matter AOL are being pretty honest. AOL sells content - news, films, magazines etc. and frankly they don't care how you get it as long as you can get it. Therefore standards as far they are concerned is a Good Thing since they can deliver their content in a way that reaches as many people as possible - Windows, Mac, Linux, settop boxes, phones, wherever.


      What they don't want is Microsoft or anyone else controlling the delivery format for obvious reasons - it's as good an idea as allowing a mental patient to shave your privates with a razor.

    20. Re:Only good news by Simon+Brooke · · Score: 1
      Defending FrontPage (a truly horrible pile of dogshite):
      Second, color coding. Forgot a "? Color coding makes writing my HTML so much simpler.

      You don't put colour (or formatting) information in HTML. You put it in your stylesheet.

      I use FrontPage. I write good HTML.

      Impossible. I have, in the course of my job, done a technical evaluation of each successive version of FrontPage. None have been capable of generating valid HTML.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
    21. Re:Only good news by Bedouin+X · · Score: 2, Informative

      No... they aren't. Dreamweaver MX is light years ahead of Frontpage XP.

      - SSH Support (though I have heard that a few people are having problems with it)
      - Code support (syntax highlighting and auto-completion as well as code generation - which should always be used with caution) for ASP, ASP.Net, ColdFusion, JSP, PHP
      - Ability to generate valid XHTML
      - Advanced page templates and database objects

      That's only to name a few Dreamweaver advantages. Though Frontpage definitely displays CSS2 layouts better in it's visual editor, something that I hope tha embedding of Opera may fix (but I doubt).

      --
      Dissolve... Resolve... Evolve...
    22. Re:Only good news by Fishstick · · Score: 1

      Yeah, I hafta agree. I have used both FP and Dreamweaver (3&4) to do html, and most of what Matt points to in FP is even better in DW4.

      Plus, DW4 can be made to produce standards-compliant XHTML.

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    23. Re:Only good news by Fishstick · · Score: 1

      >You don't put colour (or formatting) information in HTML.

      I think he means color tag hilighting in the code view (Dreamweaver does this too, and is easier to configure, IMO).

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    24. Re:Only good news by Zebbers · · Score: 1

      i use quanta
      it color codes
      its free
      it runs on linux
      gui table progs have been around forever
      etc etc
      its nice that you use frontpage
      but its downfalls seem more prevalant than anything
      you write good html
      most people dont
      alot of people who dont use frontpage
      that creates a mess even more than their lack of knowledge.

    25. Re:Only good news by Dracos · · Score: 1

      But DW still uses IE for its rendering core (thus perpetuating broken IE-centric HTML), and still writes 17 lines of js to do a simple image rollover.

      I used DW2 back in the day, and I know people who use DWMX, so I know nothing much has changed.

    26. Re:Only good news by Krojack · · Score: 1

      Pico is the daddy of all editors... Telnet in.. pico -wb index.php and you're off...

    27. Re:Only good news by Dave2+Wickham · · Score: 1

      I'm currently working on making AAG (look above for URL) XHTML compliant... The HTML I have to work with tho is really crap, making it very difficult. Our forums are XHTML compliant.

    28. Re:Only good news by CrypticOutsider · · Score: 1
      Well in this matter AOL are being pretty honest. AOL sells content - news, films, magazines etc. and frankly they don't care how you get it as long as you can get it. Therefore standards as far they are concerned is a Good Thing....

      I don't know about this. They're also an ISP who has an some content that's only subscriber based. And of course AOL isn't content provider, the media conglomerate that they cuckholded and then subsumed is. And they've at least taken some corrective action in this area.

      And with someone else taking over AOL, they may get some crazy idea about making things proprietary (say causing problems for AIM and ICQ users who don't subscribe to AOL).

      it's as good an idea as allowing a mental patient to shave your privates with a razor.

      . That would depend on how attractive she was and what her diagnosis was. And meds are your friend in this case..

      Bleah.. why do I get caught following these silly metaphors

    29. Re:Only good news by Wraithlyn · · Score: 1

      Hey now.. Dreamweaver is the hand coder's friend, too. And it "outputs junk most of the time"? You've got to be kidding.. have you seen the bloated drivel that FrontPage puts out? Dreamweaver gives you total control of the code. It outputs what you tell it to output, and there are options for how backwards compatible to make the code.

      Its code generation or WYSIWYG renderer isn't what makes it great. Write or import your own javascript if you don't care for Dreamweaver's, use a text editor for your CSS sheets, and you shouldn't be relying on ANY editor to preview your pages anyway. (You can preview in the browser of your choice with a single keypress, what's the problem?)

      What DOES make Dreamweaver great is round trip HTML editing (hand code HTML and see the results in real time), and, most importantly, how it automatically updates all relevant pages when you move/rename a file, or edit a libary item or template. This amounts to spectacular time savings when trying to manage a large, consistent site. It's in macro site management/maintenance where Dreamweaver truly shines.

      --
      "Mind, as manifested by the capacity to make choices, is to some extent present in every electron." -Freeman Dyson
    30. Re:Only good news by kalidasa · · Score: 1

      HTML-Kit (http://www.chami.com/html-kit/) is a very nice Windows alternative. For OS X, I use BBEdit, which ain't cheap, though cheaper than FP, but is quite nice. Only problem is that it uses a Windows component (the same one used in OE) for its "prototype pad", which is what you use to type straight text and get HTML. BBEdit doesn't have a screen like that, I believe.

    31. Re:Only good news by kien · · Score: 1
      You better write out all of the vectors for each character of your document on paper, in case your computer becomes magically corrupted and nothing displays properly in vi, and no one can read your alphabet.

      Hmmm, you're right. While I'm at it, I guess I should probably write out all of the vectors for paper magically disintegrating and pencils magically combusting spontaneously. Thanks for the tip, I'll get right on that. :)

      (You should probably try to find a better counter to my argument that abstraction creates risk...but that was clever and funny.)

      --K.
      --
      Sig: Bad people happen. Try to avoid being one of them.
    32. Re:Only good news by Citizen+of+Earth · · Score: 1

      Crimson Editor [crimsoneditor.com] color-codes HTML, too. It doesn't do that other stuff, but it's quite a bit cheaper.

      So does VIM. It's free.

  2. Sinking quickly by t0ny · · Score: 1, Offtopic

    I think this bubble is getting ready to burst. The only thing preventing it previously was its massive size. Too bad for Time-Warner! They really dicked over their company. Im sure the execs promoting the merger got gobs of cash, tho.

    --

    Manipulate the moderator system! Mod someone as "overrated" today.

    1. Re:Sinking quickly by MonopolyNews · · Score: 3, Funny

      Time-Warner has hosed a lot of other companies... why blame the prey? They hosed Atari Games. They hosed CNN (used to be number one in news, remember?) They hosed AOL too. AOL is a boon to them because they can blame it all on the internet, rather than their grow at any cost don't worry you don't need to know the business just buy high and sell low!!!! I'm pretty sure Time-Warner-CNN-AOL is just some sort of money laundering racket.

      --

      Slashdot Journal on Monopoly News
    2. Re:Sinking quickly by Anonymous Coward · · Score: 2, Informative
      They hosed AOL too.

      No, actually AOL hosed TimeWarner, and now that AOL's glory days are over, TimeWarner execs are trying to reel the company back in. What that means for the future of AOL/Gecko/Mozilla remains to be seen.

    3. Re:Sinking quickly by larry+bagina · · Score: 1
      They hosed CNN (used to be number one in news, remember?)

      They were only number one because there was no number two.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    4. Re:Sinking quickly by evilviper · · Score: 1
      They hosed AOL too. AOL is a boon to them because they can blame it all on the internet


      Time Warner seems slightly like a junk-bond salesman to me... If something will qickly give them one more buck than they were previously making, they'll do it, long-term consequences be dammed.

      TNT:
      What's this? If we show an ad on half the screen during the show, we'll make another few bucks. Who gives a damn about the side-effect of people NEVER watching TNT again...

      CNN:
      The 18-25 demographic isn't intersted in real news. From now on, let's jump on the bandwagon and give extensive coverage to keg-parties, or anything else if it will draw in the target audience (and drive away the current audience). Oh yeah, and there isn't nearly enough happening on-screen at once...

      And there's plenty more examples, I'm sure.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    5. Re:Sinking quickly by t0ny · · Score: 1
      They hosed Atari Games

      slow down there. Atari was hosed LONG before T-W.

      but ya, I see your point. T-W has a long line of fuck ups. However, just because you buy a ticket on the Titanic doesnt mean you made the ship sink.

      I said long ago AOL was going down- it should be blatantly obvious to anyone. AOL is primarily based on modems (being an ISP actually came into their business rather late). But being just a content provider on the internet isnt very lucrative; ask Yahoo, or the tons of other supposed 'portals'.

      Needing a portal to the internet is like needing a doorway to the Sahara.

      But, the main reason AOL is finally failing is because instead of trying to move into faster connections, like cable or dsl, they stuck with modems. Hell, I still get a few nice DVD cases per week from them, trying to get me to buy into AOL.

      Of course, its not entirely their fault that they couldnt move into the faster connections, since both the cable companies and the baby bells have vast experience in anti-competitive tactics. They are really more like the dinosaurs; they are to big and slow to adapt to changing circumstances, and are dying off to make room for something else.

      --

      Manipulate the moderator system! Mod someone as "overrated" today.

  3. Not car insurance. by rammadon · · Score: 5, Funny

    Gecko will save you 30% or more on Internet browsers... wait... Did i get that wrong?

    Good deal, AOL is doomed for one reason- people learned how to use the internet. It was the intermediary, but no longer with the advent of popular broadband.

    1. Re:Not car insurance. by Anonymous Coward · · Score: 0

      > AOL is doomed for one reason- people learned how to use the internet. It was the intermediary, but no longer...

      Just like bicycle training wheels!

    2. Re:Not car insurance. by Anonymous Coward · · Score: 0

      Dude, I know many people who can use "The Internet" just fine (assuming you mean the rather small subset of the Internet that makes up e-mail and web pages), but still prefer AOL, because AOL provides *content*. The Web rather lacks in (easy to find) quality content, while AOL pulls it all together, organizes it, beautifies it, etc. The same way you might pay for a magazine (or maybe an LWN.net) subscription - all the information is out there on the web, you are merely paying for the work of collecting, organizing, summarizing, etc.

    3. Re:Not car insurance. by Qrlx · · Score: 2, Informative

      Dude, I know many people who can use "The Internet" just fine ... but still prefer AOL, because AOL provides *content*.

      Just reading thru this thread so far makes me realize how there could be a market for collecting, organizing, summarizing content.

      On the other hand, the alt.binaries.nospam porn newsgroups have also organized their content pretty effectively. But that's the product of a few dedicated individuals' love for pr0n and hatred of spam.

      I think with MSN, Yahoo, et. al. working hard to bring the same "portal" experience to non-AOL users, AOL is kinda screwed. I did like the idea of them leveraging their Time-Warner content to AOL subscribers only, but where will that lead? The other media conglomerates will just team with/buy up/get bought by the big Internet start pages. End result: AOL might have a short-term bump but in the long run they're looking rather doomed.

      Of course, if they offered broadband in my area, and they were cheap, I might get their service anyway and just use it as an Internet connection, ignoring all the AOL stuff.

    4. Re:Not car insurance. by Anonymous Coward · · Score: 0

      Quality content. What a bunch of shit.

      Sounds like some tie-wearing yuppity-fuck executive term for "overpriced."

    5. Re:Not car insurance. by drpatt · · Score: 3, Funny

      Oh, great. A posting gecko.

    6. Re:Not car insurance. by blighter · · Score: 1
      You are completely right.

      My Dad used AOL for years, for email and the content (stock information etc.). Finally he had enough of the incompatibilities inherent in AOL's proprietary email format and switched, but still used their content until I showed him Yahoo's free financial pages.

      He's completely off the AOL now.

      And doing fine.

    7. Re:Not car insurance. by Tim+Macinta · · Score: 1
      Gecko will save you 30% or more on Internet browsers...
      Then all they would need to complete their commercials would be a really annoying duck screaming "AOL".
  4. They've threatened it before by sould · · Score: 5, Insightful

    Every now & again we get another "leaked" memo/whatever from AOL hinting that they're going to drop IE.

    And every time, AOL are just about to go into negotiation with Microsoft & want a bargaining chip to reduce licensing costs.

    1. Re:They've threatened it before by $$$$$exyGal · · Score: 4, Interesting
      What we're seeing with Web sites that are viewable only with IE is the privatization of the Web, and that's a dangerous setting.

      Are there really that many web sites out there that are viewable only with IE? I rarely come across any, anymore.

      --sex

      --
      Very popular slashdot journal for adul
    2. Re:They've threatened it before by LX.onesizebigger · · Score: 3, Interesting

      One of the few important ones, at least for Windows users, is the windowsupdate site. They do provide an alternative for other browsers, but that means manual downloads, no automated check as to what patches you already have installed. The bank that I use also appear not to allow Phoenix in. :(

      --
      I for one welcome our new SCOviet Russian overlords to whom all our base are belong.
    3. Re:They've threatened it before by Anonymous Coward · · Score: 0, Troll

      If Mozilla supported COM like every other Windows application, it wouldn't be a problem.

      As for patch checking without IE, search MS's site for "HFNetChk".

    4. Re:They've threatened it before by Anonymous Coward · · Score: 0

      And every time, AOL are just about to go into negotiation with Microsoft & want a bargaining chip to reduce licensing costs

      Actually right now, they are suing Microsoft for anti-trust violations, primarily over Netscape's air supply being cut off.

      So it behooves them to act like a bitch and pretend that they can't even use their own software. Meanwhile they have to keep Netscape on lifesupport just to prove to everyone how pathetic Microsoft made them.

      Prediction: AOL settles with MS for $500M or so, rolls Gecko into the AOL client unit and cuts Mozilla loose. Mozilla project immedately fragements into it's platform-specific spinoffs (Phoenix, Chimera, etc).

    5. Re:They've threatened it before by jandrese · · Score: 1

      Windowsupdate is one of the few sites where I don't care if it doesn't work on non-IE browsers. It's not like you're going to be running the site on a non-Windows platform, at least you're not going to be running the automated scans on a non-Windows platform.

      Unfortunatly, I do still run into some sites that don't work in anything but IE. Usually it's a matter of a menu not appearing or some text shifted underneath an image. More often it's a piece of Javascript that doesn't work correctly in anything but IE but is required for navigation. This gets worse when you set Mozilla to block popups and obnoxious behavior (resizing windows, etc...). It's very annoying when the site in question is for your bank or work and you're not running Windows, but usually one can get around problems like that (view source is your friend).

      Some sites are even worse. Screenblast doesn't work correctly unless you have IE 5 and WMP 8 (IIRC) installed (it refused to run even with WMP9 or IE6!)[1].

      [1] Note that last time I tried was a couple of months ago and I'm back on my FreeBSD machine at the moment and cannot test to see if they've fixed their broken site.

      --

      I read the internet for the articles.
    6. Re:They've threatened it before by Trashman · · Score: 3, Informative

      Actually there are quite a few. Off the top of my head, try going here and here. These sites deliberately keep you out if you're using anything other than IE. I assume you've heard of these cars?

      --
      Do not read this .sig
    7. Re:They've threatened it before by Malc · · Score: 2, Interesting

      "Are there really that many web sites out there that are viewable only with IE? I rarely come across any, anymore."

      Yes. All the ones on our intranet. Mozilla doesn't support NTLM authentication.

    8. Re:They've threatened it before by rsilvergun · · Score: 2, Interesting

      The difference now is that Microsoft is gunning for AOL's core market. Microsoft has shown again and again they don't like to coexist with anyone. They don't always suceed in dominating (Xbox), but AOL can't be too happy about them trying. Right now AOL has a lot of leverage because of it's large subscriber base. If AOL didn't work well with Windows, people might well try another platform (more likely Mac than linux, unfortunately)

      The real interesting thing will be seeing if the Wintel monopoly can survive PS2s with internet access and cheap Linux PCs. Especially the PS2s. After all, to the basic end user, a linux PC is nothing more than a $300+ (after Monitor) Wordprocessor/internet appliance (few games, limited multimedia support, still no legal dvd player). The PS2 has the potential to do everything a Wintel PC does, and for $200 bucks.

      --
      Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
    9. Re:They've threatened it before by Anonymous Coward · · Score: 2, Informative

      True, but there's a workaround.

      http://www.geocities.com/rozmanov/ntlm/

    10. Re:They've threatened it before by mgblst · · Score: 1

      Are there really that many web sites out there that are viewable only with IE? I rarely come across any, anymore.

      Yeah, ever since i switched to IE, i never come across any!

    11. Re:They've threatened it before by Anonymous Coward · · Score: 0

      > Yeah, ever since i switched to IE, i never come across any!

      Yeah and I feel sorry for your stupidity: http://pivx.com/larholm/unpatched/

      You are not funny moron!

    12. Re:They've threatened it before by jaseuk · · Score: 1

      I'm sure part of Microsofts XBox master plan is providing these services through the XBox. Add a keyboard and a mouse to an XBox and whats the difference between a PC and an XBox?

      100% Microsoft Control.

      If Microsoft succeed with the XBox, the computer software and hardware industry in the consumer market belongs to Microsoft.

      Its a profitable enough goal that they can afford to wait many years to achieve this.

      Jason

    13. Re:They've threatened it before by Bert64 · · Score: 2, Funny

      Infact, Having been a jaguar driver for 20 years, i am very disappointed by their lack of support for non-ie browsers... Infact this influenced my decision to buy a 7-series BMW.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    14. Re:They've threatened it before by budgenator · · Score: 1

      at work we have a d-link di 614+ router that is someday going to alow all of our networked 'puters to use the cable modem. The funny thing is that the web interface has some javascript issues with IE and opera on win32 that don't exist on my linux machine. Yes it works with moz and galeon, and opera and even khtml under linux but says its broken under windows.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    15. Re:They've threatened it before by Anonymous Coward · · Score: 0

      Bug 23679.

      (I'd make it a link, but bugzilla.mozilla.org blocks all /.-refered links).

    16. Re:They've threatened it before by Fishstick · · Score: 1

      Yeah, that site won't even load in Konqueror! ;-P

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    17. Re:They've threatened it before by Fishstick · · Score: 1

      Your browser will not be supported. Please update or upgrade your browser.

      But I am using the most up-to-date version of my browser! Now what do I do? I really want to buy a Jaguar!

      Oh, I see...

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    18. Re:They've threatened it before by jedrek · · Score: 1

      Note that last time I tried was a couple of months ago and I'm back on my FreeBSD machine at the moment and cannot test to see if they've fixed their broken site.

      They obviously have, except for one little thing (miscolored text in one spot) the site displays just fine.

    19. Re:They've threatened it before by Anonymous Coward · · Score: 0

      Having been a jaguar driver for 20 years

      Wow. Exxon would make a killing if they were to put a oil well on your driveway!

    20. Re:They've threatened it before by cyb3r0ptx · · Score: 1

      Wow! That's a astute observation.

    21. Re:They've threatened it before by mr3038 · · Score: 1
      One of the few important ones [that only work with MSIE], at least for Windows users, is the windowsupdate site.

      I really don't care if that would be the only site. In fact, I think windowsupdate should drop the support for MSIE too and use native update application instead. A web browser shouldn't be used for something like updating the system. Notice that MS already does provide such an app but AFAIK it can be used to fetch security patches only. You get no feature updates without going to windowsupdate.com with the browser.

      --
      _________________________
      Spelling and grammar mistakes left as an exercise for the reader.
    22. Re:They've threatened it before by Reziac · · Score: 4, Informative

      Earthlink's new Webmail requires IE6's incarnation of javascript. As a result, it does not work in Netscape 4.7x (the most prominent *installed* NS userbase). It only sorta works in NS4.80 and Mozilla. -- This caused much screaming in the earthlink.complaints newsgroup, to no avail.

      I'm told by a Bank of America customer that BofA's site requires IE to manage your bank account. I've heard that this is the case also for some other banks (someone hereabouts mentioned CitiBank). Irony: banks requiring use of IE for "security reasons"!!

      Verizon and SoCalEdison sites were evidently only tested with IE; account management doesn't work in any version of NS or Mozilla that I tried. (For a longer rant on the subject, see 7.15.02 entry on http://home.earthlink.net/~rividh/asylum/wartime.h tm -- beware the slashdot space.)

      One problem I've seen is that frequently complaints about a website are seen ONLY by the webmaster -- who may well ignore any complaints that he doesn't feel like addressing. Hence when it's a seriously big deal, I now copy any complaints to sales, investor relations, and any other prominently "this involves money" mailtos I can locate.

      [rant] It's considered good marketing wisdom that a meatspace store must ensure that no more than 5% of potential customers cannot readily use the store. Yet these same companies don't see any problem with their online presence being inaccessable to anywhere from 20% to 80% of potential customers, depending on which browsers their site excludes. What's wrong with this picture?? [/rant]

      (I wrote this yesterday, but a glitch ate it before it could get posted. Hope I remembered everything on the rebound. :)

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    23. Re:They've threatened it before by Anonymous Coward · · Score: 0

      Funnier than you, he is, at least.

      Asswipe!

    24. Re:They've threatened it before by Pasc · · Score: 1

      CitibankOnline.com works fine with Mozilla 1.x.

    25. Re:They've threatened it before by Reziac · · Score: 1

      My observation is that most IE-only sites work okay with Mozilla; seems citibank is one of them. But some only half-work, or want a real user-agent ID (the spoofed string won't do, as some Opera users have discovered).

      Anyway, I think we can all agree (well, maybe not, this being slashdot!) that needlessly browser-specific sites suck :)

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    26. Re:They've threatened it before by fermion · · Score: 1
      Amazingly enough the biggest problem I have had lately are government, especially local government, sites. They seem to have small budgets and the developers have little skills or experience. As such they seem to use exclusively MS products and apparently take web pages directly from the examples in the MS documentation. As such, these pages work only with IE.

      Worse still are medium sized non-profits that code pages that only work with IE on Windows.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    27. Re:They've threatened it before by Cmarthen · · Score: 1
      I'm told by a Bank of America customer that BofA's site requires IE to manage your bank account. I've heard that this is the case also for some other banks (someone hereabouts mentioned CitiBank). Irony: banks requiring use of IE for "security reasons"!!

      I'm a BofA customer and I've been using their Online Banking website for several years, almost since they first went online with it. I've been using Mozilla for a couple of years now and I've only had really small glitches with certain versions, and nothing that kept me from doing whatever I wanted or needed on their website. The version of Mozilla I'm using now (1.3a I think) works smoothly. Can't ask for anything more than that.

      --
      Popular Culture? Popular Culture wants a damn site that can handle some traffic. -- ska187
    28. Re:They've threatened it before by Raul+Acevedo · · Score: 1
      I'm told by a Bank of America customer that BofA's site requires IE to manage your bank account.
      I have a Bank of America credit card that I manage online using Mozilla without any problems. I don't know about their bank account online stuff, but I doubt it would be different.
      Verizon and SoCalEdison sites were evidently only tested with IE; account management doesn't work in any version of NS or Mozilla that I tried.
      Verizon Wireless' home page recently finally started rendering fine with Mozilla. Everything else on the site has always worked fine, including managing my cell phone account online. (I don't know if you meant some other branch of Verizon.)

      With Verizon's home page fixed and Capital One's site finally getting a clue, I don't know of any sites that don't work perfectly with Mozilla. I'm sure there are still exceptions though.

      --
      In a real emergency, we would have all fled in terror, and you would not have been notified.
    29. Re:They've threatened it before by indianajones428 · · Score: 1


      I just tried both links, and while the Jaguar link worked (I use Netscape 7.0), the Mazda site claims to be "optimized for Internet Explorer versions 4.x and 5.x and Netscape 4.x." (my emphasis)

      So it's not incompatible, just obsolete.

      --
      When a thing has been said, and said well, have no scruple. Take it and copy it. --Anatole France
    30. Re:They've threatened it before by Reziac · · Score: 1

      I was trying to pay my local phone bill online with Verizon at the time of my last visit (and rant); this led to much swearing and no progress. Haven't been back since then, because I would have had to hurt the webmaster :) No idea how their wireless site behaves, having no need to visit it.

      My friend who reported that BofA requires IE doesn't do credit cards; he was trying to manage his bank account, and last time we talked about it, neither NS nor Moz of any species would work. Could be their checking account and credit card sites are totally different. I don't do BofA myself so haven't checked.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    31. Re:They've threatened it before by Bert64 · · Score: 1

      That`s true, unfortunately... I wonder how long before greenpeace comes to clean up the oil spill.
      Yes, my driveway is covered in black patches.. it leaked from the diff, it leaked from the crank seal, it leaked from the rockerbox, and it leaked from somewhere just above the gearbox that i could never get in to to take a look at.. Mind you, it still drives well, and the leaking oil burning on the exhaust pipes is a good bond-style smokescreen.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    32. Re:They've threatened it before by Anonymous Coward · · Score: 0

      I've been online banking with Bank of America using Konqueror (3.0.4 atm) for almost 2 years now. The browser and site are fine, its the balance thats the problem...

      ::ducks::

  5. AOL deserve what they get. by wackybrit · · Score: 5, Interesting

    I, for one, am grateful that the Mozilla project has remained somewhat separate from AOL. Sure, it's got some high profile Netscape people working on it, but in a traditional business sense it's not connected to AOL at all.

    AOL are up to numerous shenanigans right now. They're banning legitimate e-mail from TONS of servers. Their support for side projects is waning. Subscribers are leaving. It's a mass exodus, and all because they won't get with the times.

    I have clients who haven't been getting enquiries from their Web site, simply because a whole batch of Web host IPs got banned from sending mail to AOL.

    I used to be semi-pro AOL. I knew most Internet geeks didn't like their service, but I recommended them to newbies, since they do have a good 'get running quickly' service that's easy to understand. No more. My clients complain they receive TONS of spam now, despite AOL's OTT screening and banning.

    AOL is getting everything it deserves. Let's hope this sealed off network dies a death. Even Bill Gates had the insight to ditch his plans to have MSN as a sealed off network. It's time for AOL to do the same.

    Mozilla will live on regardless.

    1. Re:AOL deserve what they get. by frankthechicken · · Score: 1

      The question remains though, did AOL get everything they deserved because of providing an easy to use service and not moving with the times, or providing an easy to use service and not feeling the need to be moving with the times? i.e not recognising the need to

      How does a company recognise the time when the general populace becomes au fait with its product, when does the populace not need hand holding any more and instead needs something more significant, more sophisticated? It must be a very hard thing to judge, something that Microsoft will need to take into account, indeed something that every technology based company will need to address

    2. Re:AOL deserve what they get. by Pharmboy · · Score: 4, Insightful

      AOL is getting everything it deserves. Let's hope this sealed off network dies a death.

      I used to be semi-pro AOL. I knew most Internet geeks didn't like their service, but I recommended them to newbies, since they do have a good 'get running quickly' service that's easy to understand. No more. My clients complain they receive TONS of spam now, despite AOL's OTT screening and banning.


      I'm lost here. Granted, I think AOL sucks. I wouldn't use it. But no one (including anyone in Soviet Russia) is forced to use it. Yet, millions do (not as many as last month, but still millions). My mother uses it, and frankly, I set her up with it so she wouldn't bug me to death asking questions.

      It's called "free market". AOL adds value to many people. To me and you, no, its not worth the price, but it obviously is to alot of people.

      A "sealed off network", as you call it, is just the same internet (albeit at crappys speeds) and lots of unique content. I am not convinced that is a bad thing.

      You talk about them banning email servers for spam, then bitch that they get tons of spam. You can't have it both ways. I can no longer send email from my own servers on a SDSL line, because a "free open list" that is commonly used, lists all SDSL ip ranges. My servers never sent more than 10 emails a day. Oh, and AOL accepts mail from my servers.

      You seem to have a lot of anger toward them, but your logic doesn't make sense. It seems to just be a rant against "closed systems".

      As to being "semi-pro AOL", I have no freaking idea what the hell that is. Is that like "an experienced newbie"?

      --
      Tequila: It's not just for breakfast anymore!
    3. Re:AOL deserve what they get. by Ian+Bicking · · Score: 4, Insightful
      when does the populace not need hand holding any more and instead needs something more significant, more sophisticated?
      The alternative to AOL isn't more sophisticated, it's less. Increasingly the only thing people need from an ISP is an internet connection, which is far less sophisticated than what AOL provides. It's not that AOL didn't grow with the times, AOL is just becoming insignificant. Maybe they could have found an alternative model, but you can't blame them for not doing so, no one else has either.

      AOL's competitors are essentially utility companies. There's no way to create a value added service for my electrical supply, and connectivity is getting to be the same way. AOL is coming from a time when you didn't just buy the electricity, but the service included all your electrical appliances as well.

    4. Re:AOL deserve what they get. by frankthechicken · · Score: 1

      The alternative to AOL isn't more sophisticated, it's less.

      I take it we're talking about the technology behind the interface here, in which case I would agree with you whole heartedly. My point was purely based around the fact that people now have a more intuitive grasp of what the internet is.

      Its much like any new technology, the first time its introduced there is a need to demonstrate why it would be useful, and once we are used to the technology we are more curious as to what can be done with it, and thus require more freedom to use it. Hence the demise of the value added content of AOL.

      I do like your analogy to a utility supplier, in which case will there be a tendancy towards a monopolistic entity, and will this be adverse to our current freedom of sharing of information?

    5. Re:AOL deserve what they get. by drpatt · · Score: 1
      It's called "free market". AOL adds value to many people. To me and you, no, its not worth the price, but it obviously is to alot of people.

      Not necessarily. A lot of people think AOL is the Internet, and are shocked to learn this isn't true.

    6. Re:AOL deserve what they get. by Anonymous Coward · · Score: 0

      "Let's hope this sealed off network dies a death."

      As opposed to, you know, ummm, dying a life or something.

    7. Re:AOL deserve what they get. by unspecified+poltroon · · Score: 1

      AOL adds value to many people.

      Scary.

    8. Re:AOL deserve what they get. by Anonymous Coward · · Score: 0

      It means, somewhat of a proponent for AOL you idiot.

    9. Re:AOL deserve what they get. by penguin_dance · · Score: 1
      AOL is getting everything it deserves. Let's hope this sealed off network dies a death. Even Bill Gates had the insight to ditch his plans to have MSN as a sealed off network. It's time for AOL to do the same.

      I'm no lover of AOL and have encouraged many newbies to get out of AOL-land by looking at another provider.

      But do you really WANT MSN left as the only nationally recognized internet provider? Sure Earthlink and some others run commercials. But, AFAIK, only MSN and AOL are the only ones to equip new PCs with an instant sign-up to their service.

      --
      If you've never been modded as "flamebait" or "troll," you've never tried to argue a minority viewpoint here!
  6. Oh god no... by damiam · · Score: 5, Funny
    Why not deal a 1-2 punch to Microsoft in the form of a Netscape branded ISP

    So now, if someone says their ISP is "Netscape", you're not sure if they're clueless or really telling the truth.

    --
    It's hard to be religious when certain people are never incinerated by bolts of lightning.
    1. Re:Oh god no... by mbredden · · Score: 1

      That might not be such a bad idea, if they market it as a national ISP alongside AOL, but without the fluff that would keep knowledgeable users away, not wanting to use AOL branded service...

    2. Re:Oh god no... by C0LDFusion · · Score: 5, Funny

      You'll still know they are clueless if they complain that they need to upgrade their keyboard to include an any key.

      "Damn it, I knew I shouldn't have purchased the cheap keyboard."

      --
      Only in slashdot are posts of solidarity modded at -1 Redundant, while posts of antagonism are modded as -1 Flamebait.
    3. Re:Oh god no... by Anonymous Coward · · Score: 1, Funny

      You'll still know they are clueless if they complain that they need to upgrade their keyboard to include an any key.

      Compaq FAQ: Where do I find the "Any" key on my keyboard? (FAQ2859)

    4. Re:Oh god no... by Woodrose · · Score: 1

      So long, and thanks for all the fish...

      --

      Thou hast damnable iteration, and art indeed able to corrupt a saint - Henry IV, Act I scene II

    5. Re:Oh god no... by Mwongozi · · Score: 1

      The UK had a Netscape branded ISP for several years, but it has since closed.

    6. Re:Oh god no... by IamTheRealMike · · Score: 1

      A netscape ISP? You mean, like this one?

  7. The lesser of two evils? by TopShelf · · Score: 4, Funny

    Who'da thunk that AOL would become a heavyweight in the battle for standardization on the internet against Microsoft? Strange days indeed!

    --
    Stop by my site where I write about ERP systems & more
    1. Re:The lesser of two evils? by Vilim · · Score: 2, Insightful

      I am gaining more respect for AOL, first they are mum about the RIAA's plan to make your base (and identity) belong to them. And now this. I would never subscribe to them, but they rate above the RIAA and MS in my eyes

      --
      History will be kind to me, for I intend to write it - Sir Winston Churchill
  8. Growing up? by mbredden · · Score: 4, Insightful
    First up is some Netscape 7.x news. Netscape 7.0 and 7.01 have had a total of over 14 million downloads. To quote an AOL exec, this fact is "impressive compared to AOL 8's 10 million downloads which were backed by AOL's marketing muscle."
    Proof the AOL community is coming of age and realizing that AOL != the internet...?
    1. Re:Growing up? by NullProg · · Score: 2, Interesting

      Proof the AOL community is coming of age and realizing that AOL != the internet...?

      I doubt it. More than likely it is the 14 million mozilla users downloading Netscape 7x just to get the email dictionary. After installing it they just delete the software. Besides myself, I know several mozilla users who did this.

      Enjoy,

      --
      It's just the normal noises in here.
    2. Re:Growing up? by Anonymous+Hack · · Score: 1
      First up is some Netscape 7.x news. Netscape 7.0 and 7.01 have had a total of over 14 million downloads. To quote an AOL exec, this fact is "impressive compared to AOL 8's 10 million downloads which were backed by AOL's marketing muscle."

      Proof the AOL community is coming of age and realizing that AOL != the internet...?

      ...or is it that 10 million of those Netscape downloads were webmasters who wanted to check if their site ran on the new version? ;-)

      --
      I got a sig so you would remember me.
    3. Re:Growing up? by punkmanandy · · Score: 1

      or that AOL cds are on your doorstep, or your neighbor's.

    4. Re:Growing up? by welshsocialist · · Score: 1


      I doubt it. More than likely it is the 14 million mozilla users downloading Netscape 7x just to get the email dictionary. After installing it they just delete the software. Besides myself, I know several mozilla users who did this.


      You could save yourself the 20-40 MB NS7 download time by just getting the spellchecker from spellchecker.mozdev.org. Anyways, if you tried to use the NS 7.01 spellchecker with Mozilla, it won't work pass 1.0.2.

      --
      Support the Chagossians
  9. AOL should sell utility, not ease of use by Planesdragon · · Score: 5, Insightful

    Every time I see an AOL commercial on TV, I think "man, their advertising department needs to be shot."

    If I wasn't so entrenched in my current e-mail, I'd consdier getting AOL on top of my RoadRunner account. For the same price as RR, I'd get a whole slew of content et al that isn't out on the web at large.

    I remember how AOL used to be, back in the days before my parents bailed and got a local ISP. It was fast, volomious, and the "custom AOL" bits were far slicker than anything i've seen before or since.

    Forget about the ISP bit--let the market have that crowd. AOL should go after folks who have an internet connection, by promoting what they can do that the rest of the 'net can't.

    If their only pitch is that they're easy to use, then they're going to get taken off just like any other set of training wheels.

    1. Re:AOL should sell utility, not ease of use by Bendebecker · · Score: 2, Interesting

      It's dangerous to have ISP's with specialized content that only people who connect to that iSP can access. It could theoritically lead to the fragmantaion of the Internet, where you can only go to 15 - 20% of the content of the Internet due to the fact that the rest would be blocked off cause you don't connect to the other ISPs.

      --
      There's a growing sense that even if The Future comes,
      most of us won't be able to afford it.
      -- Lemmy
    2. Re:AOL should sell utility, not ease of use by MBCook · · Score: 5, Insightful
      AOL used to be great, back before the internet was big. But when AOL's popularity boomed, so did the number of busy signals. AOL got too big too fast. They also tried to be the internet, and all things to all people. They bought up Sierra's Imagination Network (which was awesome) and ruined it. Many of the keywords that used to lead to nice parts of AOL or a companies content on AOL started opening a web browser to a web site. And the entire time, the internet access through AOL was ssssllllllooooowwwwwwwwww.

      For all the complaining about AOL I do (along with many other /.ers) it was quite nice. AOL could become very great again, and it wouldn't take too much. Here is a list of things:

      • Lower the price - This is a no brainer. They charge up to $5 more than most other dialup ISPs. What does that pay for, exclusive content? What exclusive content?
      • Speed it up - AOL's connection to the internet is pitifilly show compared to other ISPs. You just can't play games (quake, warcraft, etc) on AOL because of the ping times. This is definatly a deal breaker
      • Exclusive content - They need to get it back. AOL used to have alot of great stuff. Also, they supervised it all so it was consistant. It wasn't confusing and impossible to navigate like many internet sites are now. You couldn't access porn without trying. Compare that to the internet at large, where one wrong keystroke gets you endless windows of "3 year old does donkey that was set on fire all on the wing of a 747 crashing into an iceburg while BSDM lesbians...." junk. AOL was actually quite safe.
      • E-Mail - They got famous for this, and their little soundbite. My parrents are both addicted to AOL for their e-mail, but hate all the spam they get. They can't understand it. What would happen if AOL ran all their e-mail through SpamAssassin first? If spammers couldn't hit the 12 billion AOL users, I bet spam would drop a large amount for the 'net at large.
      • Teach - They would really help themselves by not being so idiot-o-centric. If they tought people things about the 'net, or at least didn't make non-AOL things so hard to do, they wouldn't lose as many subscribers. When you want to get on the internet, you get AOL. When you realize that AOL isn't the internet, you get a real ISP. I can't stand people asking me their screen name (meaning e-mail address), or "how do I install yahoo?" because they don't know it's a website and what they want to do is set it as their homepage.

      If AOL was just an ISP that had nice content like they used to ontop of everything else, I would go back to them. The monthly fee wouldn't be so outrageous if I couldn't get the same thing everywhere else for $15. If they could actually block most all of the spam I get, I'd go back. The biggest thing that they need to do, IMHO is this:

      Dump the client software!

      I use one program for web surfing (IE/Mozilla, etc), one for E-Mail (outlook, eudora, etc), one for newsgroups, why not one for AOL only content? You'd dial up AOl just like Earthlink or anyone else, and use that software to access their content. Don't force people to load up that memory and CPU hog just to look at Yahoo! Make it launch whenever someone access a URL like aol://whatever from a web browser, just like what happens when you click a mailto: or a nntp://alt.blah link in your web browser. A little reform would go a long way. Oh yeah, one other thing...

      Stop sending me CDs. Not in the mail, not in magazines, not in other software (winamp, etc).

      You don't have to blanket the world in CDs and cover TV with ads and try to install your software 20 times a week on my PC to get your message across.

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    3. Re:AOL should sell utility, not ease of use by Anonymous+Hack · · Score: 1

      Why is that dangerous? I call it added value service. If you want it, you pay for it. It's like saying WSJ or Time should publish all their articles online for free because otherwise it's "fragmenting" the net into people who pay for the service and people who don't. That's silly. If companies are going to get any benefit from publishing online, they're going to have to provide paid content that non-paying users can't access. So you can't access AOL forums because you don't dial in through AOL? So pay $5 per month for their access-AOL-from-another-ISP service (yes it does exist).

      --
      I got a sig so you would remember me.
    4. Re:AOL should sell utility, not ease of use by Planesdragon · · Score: 1

      And why would that be a bad thing?

      Having a "members only" part of the 'net is hardly a new idea, and it certainly won't cause the extant public net to suddenly go away.

      Truth be told, pay-for-access 'nets are the best answer anyone's thought of for micropayments.

      If you could buy anything that Time Warner produced, electronically, for a nominal fee, but you had have an AOL account--well, this being /. you probably wouldn't, but I'm sure you could see the reason why someone would.

    5. Re:AOL should sell utility, not ease of use by Anonymous Coward · · Score: 0
      i forgot about the sierra network. i'm really starting to wonder how many good products AOL has bought and ruined.

      • winamp: oh my god, version 3 is a travesty. i'm sticking with classic.winamp.com's 2.xx for a LONG time
      • icq: this turned into crap long before aol bought it, but it's certainly no better
      • time-warner: too easy. and too soon! but $99 BILLION is a pretty good indicator of the future
      • ??? what else!


      what other fine products (of '97) have been bought up and turned into featuritis-plagued crap?
    6. Re:AOL should sell utility, not ease of use by punkmanandy · · Score: 1
      You don't have to blanket the world in CDs and cover TV with ads and try to install your software 20 times a week on my PC to get your message across.
      You may not need that, but most AOL users do. If they can't easily, cluelessly install it, then they won't.
    7. Re:AOL should sell utility, not ease of use by Fwonkas · · Score: 2, Funny
      Every time I see an AOL commercial on TV, I think "man, their advertising department needs to be shot."

      Hey, not just AOL:

      "By the way, if anyone here is in advertising or marketing, kill yourself. No, this is not a joke: kill yourself . . . I know what the marketing people are thinking now too: 'Oh. He's going for that anti-marketing dollar. That's a good market.' Oh man, I am not doing that, you fucking evil scumbags."

      -- Bill Hicks

      (lifted from http://www.disinfo.com/pages/dossier/id1025/pg1/)

      --
      COMPUTER! Whatever happened to Blueberry Muffin?
    8. Re:AOL should sell utility, not ease of use by Bert64 · · Score: 1

      Yes, the client software is a major killer... I know a lot of people who ditched aol and went with a local isp because they wanted to try linux, and i know furthur people who didnt try linux because they couldnt get it connected to their parents aol account.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    9. Re:AOL should sell utility, not ease of use by Anonymous Coward · · Score: 0

      Teach - They would really help themselves by not being so idiot-o-centric. If they tought people things about the 'net, or at least didn't make non-AOL things so hard to do, they wouldn't lose as many subscribers. When you want to get on the internet, you get AOL. When you realize that AOL isn't the internet, you get a real ISP. I can't stand people asking me their screen name (meaning e-mail address), or "how do I install yahoo?" because they don't know it's a website and what they want to do is set it as their homepage.



      They already do this, AOL actually has a roughly 15,000+ strong volunteer staff. I even taught these classes to new members for a brief period. They have complete help forums, message boards, and chats devoted to this sole activity. The problem is when you bring the horse to the water, he doesn't always drink. (same case with AOL users). My biggest complaint would have to be the software, 9.0 is already in Alpha stages...it gets worse with every release.
  10. Another bargaining chip by Anonymous Coward · · Score: 0

    If AOL wants to pay less for IE, they could show that someone somewhere is making it a free download.

    1. Re:Another bargaining chip by sould · · Score: 1

      AOL redistributes and (IIRC) repackages IE.

      They pay money to do that.

    2. Re:Another bargaining chip by Anonymous+Hack · · Score: 3, Interesting
      AOL redistributes and (IIRC) repackages IE. They pay money to do that.

      Are you completely sure about that? Last i checked there were dozens of free (and commercial) web browsers that embedded an IE ActiveX control just like AOL does. That was the whole point of having IE integrated into the operating system in the first place! If you wanted you could rewrite Notepad to display HTML instead of TXT and do it in about 20 lines of VB or whatever programming language you like.

      To be honest i'm not sure why AOL/TW haven't sold/EOLed Netscape long ago. Unless they're planning on providing services for other platforms, there just doesn't seem to be a lot of money in developing a separate web browsing platform. Plop in an IE control and you can be done with it. It'd save them a lot of grief.

      --
      I got a sig so you would remember me.
    3. Re:Another bargaining chip by Corrado · · Score: 3, Interesting

      AOL is almost a complete Operating System. I keep waiting for AOL to release a bootable CD-Rom that completely bypasses Windows. Just about the only thing they were missing was a browser - now they have that too.

      I am actually looking forward to plopping a CD in my Mom's computer and not have to worry about viri, configuration, setup, etc... She just turns on the power and *blam* instant usable system.

      --
      KangarooBox - We make IT simple!
    4. Re:Another bargaining chip by Anonymous+Hack · · Score: 1

      Now that truly would be awesome. For thin clients it would be exactly the way to go. If AOL has sufficiently abstracted itself from the Windows API it could be plugged in to just about any back-end (Linux, whatever) and set up to be bootable, maybe from a 200MB disk-on-a-chip. Turn on the PC, instant boot, instant net connection, Java, Flash, MP3 and RealAudio on-board... It would be a boon for those internet terminals they have at airports or for other thin client solutions.

      --
      I got a sig so you would remember me.
    5. Re:Another bargaining chip by borkus · · Score: 1

      She just turns on the power and *blam* instant usable system.

      So, would that be AOL TV (defunct) or MSN TV (evil)?

    6. Re:Another bargaining chip by budgenator · · Score: 1

      >AOL is almost a complete Operating System
      Well I don't know if its a complete but they like DirectPC have put a lot of programming effort to replicate things that Linux users have come to have taken for granted like proxying. I've always wondered why they didn't just build a box with an embeded app with linux all preconfigured to connect to their service? plug one end into the phone and the other end to the computer via ethernet and turn it on.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    7. Re:Another bargaining chip by DrXym · · Score: 1
      AOL is not just another shareware client bundling the IE control. They pay to see the source, they pay for premium content, they have tens of millions of customers ready to clog up expensive call centres if it doesn't work properly. This costs hundreds of millions and even then they still can't change the source if they want to add a feature or fix a bug that is affecting their customers. Neither can they influence the direction of future development, and using IE ties them to the Windows platform, and the MS development cycle. To cap it all, Microsoft is a competitor via MSN, so money they pay is helping funding content and development of their rival!


      In short they are hostage to Microsoft and paying them money for the privilege. It is clearly in their interest to dump it as soon as humanly possible. Now they could do that right now, but I expect they are concerned about their user 'experience' and determining the best way to make the break. Still, it is possible to see from the fact that Gecko has made its way into Compuserve and AOL for OS X and a few other places that they're chipping away at the block. Hopefully such efforts although peripheral to the main AOL client will begin to have an affect on the web landscape.

    8. Re:Another bargaining chip by skryche · · Score: 1
      I keep waiting for AOL to release a bootable CD-Rom that completely bypasses Windows. Just about the only thing they were missing was a browser - now they have that too.

      Having to reboto every time you want to go online? Sounds like a smashing idea.

    9. Re:Another bargaining chip by The+Troll+Catcher · · Score: 1

      And how is this really different from AOL right now? On my fiancee's machine (and her roommate's) whenever AOL is started it up, it locks up the machine about half the time, so it needs to be rebooted anyway.

      Granted, the machines are running 98 and ME, but when using a real dial-up connection (non-AOL) on the same machines, it doesn't crash half as often...

    10. Re:Another bargaining chip by Phroggy · · Score: 1

      To be honest i'm not sure why AOL/TW haven't sold/EOLed Netscape long ago.

      Why do you suppose AOL bought Netscape in the first place?

      Unless they're planning on providing services for other platforms, there just doesn't seem to be a lot of money in developing a separate web browsing platform.

      This is precisely what they're planning. If you'd bothered to RTFA, you might have noticed that in addition to Mac OS X and Linux, they're looking at PDAs and cell phones.

      Plop in an IE control and you can be done with it. It'd save them a lot of grief.

      That works on Win32, but not on any other platform (yes, there are ports of IE on other platforms, but I believe it can only be used in this way on Win32). Microsoft may have 90% market share now, but that's slowly dropping. What about when it gets down to 80%? What if it gets down to 70%? What if AOL only worked on 70% of personal computers? What if MSN only worked on 70% while AOL worked on 95%?

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    11. Re:Another bargaining chip by IamTheRealMike · · Score: 1

      AOL don't want to put themselves in a position where Microsoft can hold them over the barrel - sure, the ActiveX control can be used by them today, but what about tomorrow? Being independant for them makes sense.

  11. Phoenix by Anonymous Coward · · Score: 1, Insightful

    On an unrelated note, Wonder why Phoenix developement seems to have slowed down. Their 0.5 release was two mohts ago.

    1. Re:Phoenix by Anonymous Coward · · Score: 0

      Indeed, their latest Nightly seem only to have addressed certain theme and options issues.

    2. Re:Phoenix by Pengo · · Score: 1

      The head programmers have gone on to bigger and better things it seems. One of them at apple now working on Safari. As a programmer, it would probably be hard to work on Safari during the day and Mozilla/Phoenix at night. (For me it would be hard)... who knows, hopefully someone else will pick up the project as it's a great brower.

      I personally have grown to like Safari. :)

    3. Re:Phoenix by NamShubCMX · · Score: 1
      Have you tried the latest nightly binaries???

      There have been MANY changes already since the last version (0.5) The last time I downloaded it it was stable too (cannot say that for every day, though)

      --
      We've always been at war with Eurasia.
  12. Time to change your sig by Anonymous Coward · · Score: 2, Funny

    How about "YES, I'm a Slashdot reader... and an AOL user."

  13. Another view from inside. by Anonymous Coward · · Score: 5, Interesting

    I was a victim of the mentioned "Black Wednesday" and from the view I got from the inside, forward thinking like this is quickly brought down, and back in line with the corporate philosophy that "we can do no wrong". I don't know how many times I worked hard to make a positive change within the company just to end up suffering for it, ultimately losing my job. (Posted AC for obvious reasons)

    1. Re:Another view from inside. by Anonymous Coward · · Score: 0

      Very nice troll. The moderators ate it up fast.

      A "+5 interesting"? Please explain to me why he would have to "Posted AC for obvious reasons"? He already lost his job! Why would he need to remain anonymous?

    2. Re:Another view from inside. by Anonymous Coward · · Score: 0

      NDA, perhaps?

    3. Re:Another view from inside. by Anonymous Coward · · Score: 0

      Not exactly but close enough.

    4. Re:Another view from inside. by Anonymous Coward · · Score: 0

      He'll lose whatever small severance AOL may have given him.

  14. AOL brought mediocrity to the Braves by layingMantis · · Score: 2, Informative

    I can't wait till they die. Or at least sell off their "non-core assets" as they split apart.

    AOL took a look at the Braves (which they now own, along with the Atlanta Hawks and Thrashers), and decided that what the Series contender needed was:
    A) to trade Kevin Millwood, best pitcher in the NL last year, to the Phillies for basically nothing in return.
    B) let Cy Young winner Tom Glavine go to the Mets (both divison rivals, to boot)
    and of course C) raise ticket prices.

    We here in Atlanta are glad to reap the benefits of AOL's committment to quality. Paging Ted Turner.......

  15. That's not the real question by Bendebecker · · Score: 2, Insightful

    The real question is: does AOL have a future?

    --
    There's a growing sense that even if The Future comes,
    most of us won't be able to afford it.
    -- Lemmy
    1. Re:That's not the real question by Pharmboy · · Score: 2, Insightful

      The real question is: does AOL have a future?

      Several years ago, AOL was the last to offer real internet access, before they had flat rate pricing (remember the $150 a month horror stories?). They had the slowest access, busy signals, and seemed very "old fashioned". Granted, they had amassed a couple million customers, and it had no where to go but down.

      I would have bet the farm that AOL was dead. After all, I could get internet access from my local ISP (who isnt in business anymore) for a decent flat price. And now the world was going to open up, and be dominated by independent ISPs. Then they changed their network, their pricing, their marketing, and all the rules in general.

      I don't care for AOL, but they have proved that they can adapt like a freaking borg. I wouldn't count them out quite yet.

      --
      Tequila: It's not just for breakfast anymore!
    2. Re:That's not the real question by TheEternalVortex · · Score: 1

      Back when I used AOL, at one point I accidently told it to dial a long distance number. Although AOL had flat-rate pricing at this point, the phone company did not, and my bill at the end of that month was over $700...

  16. What does your sig mean? by Gordonjcp · · Score: 0, Offtopic

    YES, I'm a Christian... and a RPG gamer.

    Urmmm, and? Are they somehow mutually exclusive?

    1. Re:What does your sig mean? by Planesdragon · · Score: 1

      Urmmm, and? Are they somehow mutually exclusive?

      To some folks, yes.

      I don't mean those semi-animated storybooks like Final Fantasy that call themselves RPGs. I mean real, create storytelling, pen-and-paper RPGs.

      You know, the ones that had organizations founded to shut them down because they were "satanic."

    2. Re:What does your sig mean? by Gordonjcp · · Score: 1

      Hmmm, you must come from a very wierd part of the world.

    3. Re:What does your sig mean? by zeno_2 · · Score: 1
      Im sorry im replying to you, im a bit drunk and in an argumentative atitude you could say.. =)

      What I am seeing here is pretty sad though. Your sig says, "YES, I'm a Christian... and a RPG gamer." but I really dont see any point of stating that fact. My house is tan and I have a black cat, but who really gives a shit? All I see is a troll who just wants everyone to know hes a christian just in case any of us wanted to know, and hey, he also sits around and plays games!!

      I think id rather deal with the satanists then a bunch of people who go out of their way to let me know what religion they happen to believe in.. at least satanists seem to be quieter about their worships..

    4. Re:What does your sig mean? by Planesdragon · · Score: 1

      I think id rather deal with the satanists then a bunch of people who go out of their way to let me know what religion they happen to believe in.. at least satanists seem to be quieter about their worships..

      This is /., and I operate differently here.

      I don't go up to people and say "hiya, I'm a Christain and I want to introduce you to Fuzzy Jr." But on slashdot, I've found that it solves more issues than it starts to get the "I believe in a religion, and it's not Bhuddism" point out of the way as early as possible.

      If you can think of a nice, subtle way to point that out, I'd love to hear it.

  17. Mozilla 1.3b is out by cowsurfer · · Score: 2, Informative

    Not exactly on topic, but Mozilla 1.3b is out. I don't think anyone has pointed that out yet... but don't shoot me if I'm wrong!

    Some new stuff, including image "auto-sizing" which is kinda nifty.

    1. Re:Mozilla 1.3b is out by Anonymous Coward · · Score: 0

      Is this "auto-sizing" like IE's annoying image behavior?

    2. Re:Mozilla 1.3b is out by infront314 · · Score: 1

      I don't know anything about IE's image behavior, but auto-sizing is quite nice. If an image is larger than your browser window the image will automatically be scaled down to fit. If you click on the image it will have its size restored.

      If you don't like the feature, you can simply turn it off in the preferences.

    3. Re:Mozilla 1.3b is out by Dave2+Wickham · · Score: 1

      That is IE's image handling too...sounds like they stol^H^H^H^Hborrowed this feature ;). Don't see it in my build tho. Maybe mine is just too old :P (New Year's Eve, 2002)

  18. Standards ARE monopolies by Obvious+troll · · Score: 0

    At least in some areas. Want to do web design? Then you have to learn X, Y and Z. Learning M and N because you feel like it won't always cut it!

  19. The joys of AOL by rammadon · · Score: 2, Informative

    AOL is a terrible ISP. I used it for years and years, since it was v2.0. 1994, i believe. It was great, then was terrible then now is just adequate, but below par.
    Alot of the "content" they have is because of the investment of other companies... People are pulling away because their "ease of use" ideals are shot.
    AOL also screws up alot of different connections; takes proprietary controls in network settings and such. It's hard to network with AOL as your ISP or even resident on a system, and i think thats one of the reasons they are slowly dying.
    The one thing i adore about AOL is their Mail service. The amount of spam I recieve on my XXXXX@aol.com account is actually quite limited and it's relatively secure... *Cough*Outlook Worms*Cough*

    If they pull out of ISP-ing and just become an Uber-Browser/Mail Client for maybe 5 or 10$ a month and offer some of the great features- they could turn over their ISP Tech to hosting for example and become a huge webhosting mecca, for users and such- it'd be a big turn-around for them, in my opinion.

    We'll see what they do with themselves now, i suppose...

  20. Here is my idea for AOL... by Sophrosyne · · Score: 5, Interesting

    ...Kill Netscape, make Mozilla the only browser you offer.
    Take Mozilla, and separate the Mail, Composer, and Instant messaging aspects of the program and build them into separate downloads...get rid of all the other bloat..
    Kill ICQ and AIM, and come up with one Instant messenger, that uses both ICQ numbers and AIM nicknames.
    ...try to make products with a purpose, not just because you have programmers and have to keep them busy.
    ...and lastly try to be profitable. :)

    1. Re:Here is my idea for AOL... by MattCohn.com · · Score: 1

      NO. Don't kill Netscape, and only offer Mozilla. Once that happens, people will want more 'features' in mozilla at whatever the cost. That cost will be that Mozilla turns into.... Netscape, and then everyone will use Opera.

    2. Re:Here is my idea for AOL... by xQuarkDS9x · · Score: 1

      And you get Phoenix! A browser based off some of Mozilla's code and that's it.

      http://www.mozilla.org/projects/phoenix/phoenix- re lease-notes.html

      --
      You must master your joystick like a fisherman masters bait! - Gimpy
    3. Re:Here is my idea for AOL... by Istealmymusic · · Score: 1

      ICQ-AIM integration has already begun (try entering an ICQ number in the latest version of AOL Instant Messenger.)

      --
      "The lesson to be learned is not to take the comments on slashdot too literally." --Vinnie Falco, BearShare
  21. Forced to use AOL products by yerricde · · Score: 1

    Granted, I think AOL sucks. I wouldn't use it. But no one (including anyone in Soviet Russia) is forced to use it.

    What about Xbox Live users in areas where Time Warner Cable is the only cable company and the telephone company does not provide DSL service? In their case, the only residential-priced high-speed Internet access option is through a company owned by AOL.

    --
    Will I retire or break 10K?
    1. Re:Forced to use AOL products by Pharmboy · · Score: 1

      What about Xbox Live users in areas where Time Warner Cable is the only cable company and the telephone company does not provide DSL service? In their case, the only residential-priced high-speed Internet access option is through a company owned by AOL.

      I live way out in the country, and can't get DSL. I had Hughes DirecPC for years (and no, the regular satalite system isn't going out of biz, just the land line part). Now I can choose satalite or dialup. Then AOL-Time-Warner ran cable out here.

      I game too, so i chose cable. Now you might say "satalite sucks for games" and it does, but you still have a choice. You can also use dialup to any ISP, including AOL. Long distances charges may apply.

      You choose cable because you like to game. It was your choice of all the available options. That doesn't make AOL bad. It shows that AOL-Time-Warner provided fast access where no other company was willing to invest.

      They didn't screw you, they did you a service.

      --
      Tequila: It's not just for breakfast anymore!
    2. Re:Forced to use AOL products by stanmann · · Score: 1

      RoadRunner Is not AOL. Just like Windows 2000 is not Windows ME, or SQL Server isn't Access 2000. Just because the same company provides the service or product, doesn't mean that the company is bad. Dislike for AOL is almost exclusively based on interface or user intellect.

      --
      Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
    3. Re:Forced to use AOL products by yerricde · · Score: 1

      RoadRunner Is not AOL.

      However, it is sold by a company whose stock symbol is AOL. Should I have written AOL instead of AOL?

      Just like Windows 2000 is not Windows ME, or SQL Server isn't Access 2000.

      Microsoft doesn't sell a product called "MSFT" though.

      Dislike for AOL is almost exclusively based on interface or user intellect.

      Either that, or the money that Time Warner poured into the Bono Act and the DMCA.

      --
      Will I retire or break 10K?
  22. YOU do... by Eric_Cartman_South_P · · Score: 5, Insightful
    I use FrontPage. I write good HTML. Get over yourselves.

    YOU do... and that's great. Actually a very valid point you have. The problem is will little tiny companies such as, oh, CITIBANK that have a "few" customers! What is a shame is the fact that they have to use IE to bank. I've tried Citibank for Business online, and Safari fails. KDE fails. Mozilla works, but only with the prefs bar plugin to change the id string to IE on WinXP. Otherwise Citibank fails. The problem is not the sites you design, but the corporate sites that millions of people would like to use to shop, bank, etc to make their lives a little easier. And needing IE to use these sites makes life easier, but a lot less secure.

    I've had e-mail exchanged with Citibank on this topic, and they only test for IE and, to quote, "most of the time Netscape too". MOST OF THE TIME? Great.

    If 32,000,000+ people are using Gecho engine (assuming AOL makes the switch), this will be great because it could very well force companies to do what you do! USe their frontpage but with the propper settings so HTML is clean and pure and written as per the standards. This can only be DoublePlusGood(TM) for IE, Netscape, Gecho, Moz, KDE, Safari et. al.

    1. Re:YOU do... by DrXym · · Score: 2, Interesting
      Well banking is perhaps a seperate issue, but any e-store that feels it is not worth gaining 5-10% customers simply by fixing their damned pages is either:
      1. Making too much money to care, so clearly they can't offering that much value to begin with.
      2. Being run so badly that 5-10% potential profits is slipping through their fingers. They could go under any minute!


      Either way, there are plenty of other stores to choose from.


      I do feel your pain however about banks. My own bank steadfastly refuses to update their site to work on anything but IE and only on the PC you first registered thanks to some file it deposits there. Frankly it's a ludicrous situation especially as the service is called "Anytime". Apparantly to them Anytime, means "any time you're in front of the one machine running IE (including Java) which you registered on, but go to hell if you're a Mac or Linux user, or a Mozilla / Opera / Safari user, or sat in an Internet cafe or at another machine desperately trying to transfer funds from your own account".

    2. Re:YOU do... by Zebbers · · Score: 1

      citibank for my credit card works, i know you specifically said business.

      so far ive been lucky and all my credit card/banking/other crap sites have functioned fully with moz

    3. Re:YOU do... by BurningRome · · Score: 1

      Huh - I use Mozilla 1.2.1 for banking at Citibank.com and it works great. Always has.

    4. Re:YOU do... by Eric_Cartman_South_P · · Score: 1
      I was unclear in refering to Citibank for Businesses (I have an S corp and bank through there for the corp).

      http://citibusinessonline.com/us/citibusinessonlin e/

      is what fails me. Clicking on "login" lets me know my browser (Moz 1.2.1) does not support 128bit SSL! I use the prefs bar to switch to IE6/WinXP and it works perfectly. Oh well. I haven't tried it in a while since I use IE just for that site. I should try it again because Citibank seems to be updating their stuff lately.

    5. Re:YOU do... by StormRider01 · · Score: 1

      I'm curious, where does the 5-10% number come from?

    6. Re:YOU do... by DrXym · · Score: 1

      The number of non-Win32 / non-IE browsers. I was lazy and didn't look up the figures but I would say that's a very reasonable guess. The true figure may be higher, but it serves the point.

    7. Re:YOU do... by Anonymous Coward · · Score: 0

      I've been using Konqueror for my Citibank accounts and it's been working fine for some time now... I think since the 2.2 series.. even the DHTML menus work.

    8. Re:YOU do... by Patrick13 · · Score: 1

      I'm curious, where does the 5-10% number come from?

      Check out Google's zeitgeist page, it shows a graph of user stats for which browser has been accessing them since March 2001.

      --
      ::.. check out some Cell Phone Reviews
  23. AOL.... by Anonymous Coward · · Score: 1, Insightful

    I have used AOL quite a bit (3 of my 4 computers bought at different times came with free 6 months of AOL each).
    With most AOL versions, I noticed that AOL browser was really using IE behind the scenes(albeit few extra bugs and inferior performance).
    They didn't even put Netscape on their own product!! I hope that browser wars continue and Mozilla/Gecko/Konquerer/Opera etc become better...
    AOL is fading out because it was based on premise that most users are dumb/untrained enough to figure out the web themselves. But as users are catching on, they are noticing that they can get better value for money with broadband... AOL just didn't adapt well assuming that there will always be plethora of people who want the simplicity and will pay $23.90 per month for that.

    Also, check out this hilarious MP3 - http://www.trashtalkerdoll.com/sounds/indian_5.mp3

  24. Yeah, if they happen to offer BYOA by yerricde · · Score: 1

    So pay $x per month for their access-AOL-from-another-ISP service (yes it does exist).

    The dangerous hypothetical case here deals with those ISPs who offer exclusive content but do not offer a reduced-price "bring your own access" plan like AOL does.

    --
    Will I retire or break 10K?
    1. Re:Yeah, if they happen to offer BYOA by Anonymous Coward · · Score: 0

      The dangerous hypothetical case here deals with those ISPs who offer exclusive content but do not offer a reduced-price "bring your own access" plan like AOL does.

      I seriously doubt that's going to happen as broadband gets more and more common. If you plug your ethernet cable into the wall you're pretty much on the net already, no matter which provider it is.

  25. slashdot sure does post some stupid stuff by Anonymous Coward · · Score: 0, Flamebait


    By the way, netscape is already based on Gecko... so... that blurb is stupid.
    This whole system of "have the ignorant moron who sends us the link write the intro paragraph" is highly flawed.

  26. What the diff between Gecko and Mozilla? by Anonymous Coward · · Score: 0

    Are they completely different codebases?

    1. Re:What the diff between Gecko and Mozilla? by mlk · · Score: 3, Informative

      (this is my understanding of it, I could be wrong)

      Mozilla is an Open Source browser, based on the Open Source rendering engine (platform/middleware) Gecko.

      Thus Mozilla is the interface, while Gecko does the work.

      --
      Wow, I should not post when knackered.
    2. Re:What the diff between Gecko and Mozilla? by Anonymous Coward · · Score: 0

      I thought everyone (Apple included) said Mozilla/Gecko was too bloated to embed in small devices. Now AOL is turning around and saying the opposite? I'm confused.

    3. Re:What the diff between Gecko and Mozilla? by mlk · · Score: 1

      Gecko includes a lot of extras, such as it's AWT-alike (abstract windowing toolkit), these AFAIK are not actually needed.

      Mozilla & Netscape include loads of extras (mail, news, IM, i.e its a Application Suit not a browser).

      Plus things like KHTML (Apple uses this) are smaller than the Gecko engine, but not quite as compilent. h1:after { content: "Stuff"; } for example.

      --
      Wow, I should not post when knackered.
  27. AOL/Netscape to release new video game! by Anonymous Coward · · Score: 1, Funny

    Mozilla: Destroy all Browsers

  28. Plop in a CD - Working OS...hmmmmm by hswerdfe · · Score: 2, Insightful

    no thats never been done before....

    Knoppix
    List of Mirrors

    or has it?

    --
    --meh--
    1. Re:Plop in a CD - Working OS...hmmmmm by agrippa_cash · · Score: 1

      Knoppix is really something. It comes close, however there are too many winmodems out there to make a successful bootable Internet OS for Grandma. Maybe once DSL is a value added telephone service (like call waiting) such a thing will be possible. But by then, she can just use my old PlayStation 5.

  29. Hotmail pulls a similar stunt by Skjellifetti · · Score: 1

    I have netscape 6.something (one of those that netscape released before Mozilla was at 1.0) under win2k on my laptop. Hotmail gave me a connection refused error when my wife tried to use it to access her hotmail account the other day. Netscape 4.7 under Linux works just fine with hotmail. In this case, since netscape 6 was so buggy anyway, I am inclined to give hotmail the benefit of the doubt. But still, any program remotely pretending to be anything close to a browser should be able to at least fetch the html that a site serves up even if it can't render it exactly the way the page designer expected.

    1. Re:Hotmail pulls a similar stunt by Bert64 · · Score: 1

      Maybe there was a temporary problem at hotmail, or perhaps your isp`s proxy was down (the browser will return a connection refused error as if the remote site had refused connection, even tho its the proxy it couldnt connect to)

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    2. Re:Hotmail pulls a similar stunt by Skjellifetti · · Score: 1

      Nope. I tried them both simultaneously. I use a direct connect with no proxy. It is quite consistent. netscape 6 is refused each time but ie and netscape 4 are just fine.

  30. So what? by Dr.+Mu · · Score: 2, Insightful

    There was a time in the not too-distant past when this might have mattered. "AOL's adoption of Netscape and Gecko will force websites to comply ... blah, blah, blah." But it's hard for me to believe now, that in their weakened state, AOL carries more than a faint wisp of the influence they might have wielded. How many balls can you drop before the audience yawns and goes home?

  31. Why not just use MS Word + http by t482 · · Score: 3, Insightful

    Wouldn't web design be so much easier if everyone just used Word? Forms, macros, print preview.

    This is what I tell people who design only for IE.

    Who cares about standards? Obviously idiots don't.

    1. Re:Why not just use MS Word + http by zeno_2 · · Score: 1

      Its a sad day when this is moderated +2 insightful, and where are my mod points when I need them..

    2. Re:Why not just use MS Word + http by Forss · · Score: 1

      I don't think this is an entirely stupid idea - as long as M$ gets their word documents XMLed properly for Office 11...and fully documented etc etc...haha...mm let's just replace "word" with "open office" instead...

  32. AOL Analyst by mcrbids · · Score: 2, Interesting

    I think the biggest problem AOL faces right now is conservatism. They're big, so they have alot to lose, so they "play it safe".

    Yet if they don't bet the farm on something meaningful pretty much right away, there won't be a farm to bet.

    Yes, they'd be hideously stupid not to sell a "baby AOL" branded thru Lindows/Mandrake and Wal-mart. They could/should also provide a similar, rebrandable offering through computer shops and other vendors, not just Wal-mart! I know that alot of vendors would start selling it immediately if they could get a buck or two per month + some setup.

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.
    1. Re:AOL Analyst by Anonymous Coward · · Score: 0

      They should ditch the wastes of money that are Netscape, Nullsoft, AOL Server, ICQ, and everything else they give away and fail to recoup costs on through ad campaigns.

      AOL has their hand in every pot, and they're not paying money off of any of it. They're just living the giant failure that was the dot bomb economy, only they managed to last long enough through attaching to Time Warner, that we can all point and laugh.

  33. Apollo Gecko 2.0? by leandrod · · Score: 1

    From the article:

    > Another project forming is Apollo. It's unrelated to this year's releases, but shows a significant amount of dedication from AOL into Gecko's future, both the current codebase, and what is tentatively known as Gecko 2.0.

    Any references?

    --
    Leandro Guimarães Faria Corcete DUTRA
    DA, DBA, SysAdmin, Data Modeller
    GNU Project, Debian GNU/Lin
  34. "Huge losses" - accounting bullshit by edxwelch · · Score: 3, Interesting

    AOL lost no money in 2002. In fact they made $7 billion. These "news reports" are journalists misleading their readers again because having a headline "AOL looses $100 billion" sounds cool and sells copy. In fact, the "loss" refers to the fact that AOL Time Warner is worth less than when they were valued at the time of the merger. Amazing news! Imagine a company worth less now than at the peak of the dot-com bubble!

  35. To clear up any confusion by Ilan+Volow · · Score: 2, Funny

    That's Gecko, not GEICO.

    --
    Ergonomica Auctorita Illico!
  36. Shameless Troll by TheRaven64 · · Score: 4, Interesting

    Is Gecko actually a good thing? When Apple were looking for a browser core to use for Safari, they chose khtml over gecko, because it's cleaner. In reply to this one of the Mozilla guys (I think it was jwz, but don't quote me on that) basically said 'Fair point, our API is really bad in a lot of places and our code is bloated and ugly' (I paraphrase). I use Mozilla, and its memory usage when I last looked (yesterday) was 81MB. In contrast Opera was sitting at 10MB, rendering pages faster and supporting CSS better (Moz still doesn't support CSS counters, so I can't number headings automatically, for example.) If AOL, or anyone, are thinking of using Gecko then they need to atack the source code with a chainsaw first. 81MB may not be a lot to the average /. reader, but there are a lot of AOL customers out there with only 128MB of ram (or even less, you can run Windows 95 quite happily in 32MB, and I'm sure a lot of their customers still do).

    --
    I am TheRaven on Soylent News
    1. Re:Shameless Troll by Anonymous Coward · · Score: 1

      I have a 128 Meg RAM machine. As I post this in Mozilla my browser is taking up 32 Megs of RAM. I've never seen it go over 40. Not exactly embeddable, but not the bloat you describe either.

    2. Re:Shameless Troll by IamTheRealMike · · Score: 3, Informative
      Yeah, that is pretty shameless, I must admit.

      Is Gecko actually a good thing?

      Er, yes? Gecko is the best renderer out there by a LONG way. It's the de facto standard on Linux according to my site stats, and for good reason.

      When Apple were looking for a browser core to use for Safari, they chose khtml over gecko, because it's cleaner.

      I've said it before, and I'll say it again, I think that was a dumb mistake. OK, so they made that decision over a year ago, when Mozilla 1.0 wasn't yet out, and the code was much worse than it is now.

      Nonetheless, there are a few things people should bear in mind about this:

      Firstly, the idea that because Gecko was complex, it couldn't be used in a web browser, is a dumb one. Apple have put a lot of effort into bringing KHTML up to scratch, but Gecko was already there. So, if the Galeon, Epiphany, K-Meleon and Pheonix teams can make good browsers based on it, why can't Apple? Apple have way more resources than the Galeon team. Gecko is already one of the most advanced renders out there, they wouldn't even have needed to touch most of the code.

      Secondly, KHTML is still way way immature compared to Gecko. It only recently got support for XML (basic support only). It's still catching up in terms of core standards compliance, and forget about stuff like XSLT, MathML, etc. That's not to bash KHTML, what's there is good, but in terms of usefulness in browsing the web, Gecko owns it. On my site, over 50% of the hits come from Gecko based browsers, something like 40% from IE and I think about 3-4% from Konqueror. KHTML and Gecko have been choices on Linux for a long time, yet most seem to use Gecko.

      To be honest, I think they chose KHTML because it was hard to make Gecko efficiently use the unusual Mac rendering model. Web browsing was really showing up the fact that Macs are slow these days, in ways that can't be disguised using hardware acceleration, or windowing system tricks etc. KHTML could be more easily hacked to get raw speed, which is clearly more important to them than features or website compatability.

      I use Mozilla, and its memory usage when I last looked (yesterday) was 81MB. In contrast Opera was sitting at 10MB, rendering pages faster and supporting CSS better (Moz still doesn't support CSS counters, so I can't number headings automatically, for example.)

      But Opera still has sucky DOM support (i think) etc etc. 81mb sounds very large indeed, I've never seen Moz use even half that. Bear in mind accurately measuring memory usage is hard with standard OS tools, as they usually don't adequately distinguish between shared libs etc.

    3. Re:Shameless Troll by _xeno_ · · Score: 1
      I just checked - Mozilla is currently using 44MB on my system, with two mailboxes open, and one window with six tabs in it (one being this reply and another being the post I'm replying to).

      For a pointless comparision, "explorer.exe" currently is using 61MB. I have no idea why the tast that draws the desktop and the "Windows Explorer" window needs 61MB.

      So yeah, I'd say that 80MB is possible. I think Mozilla (1.2.1 in my case) usually uses between 40MB and 50MB for my daily browsing needs. 80MB is a little on the rediculous side unless some massively huge document was openned. I've managed to get Mozilla up around 300MB+ by (accidentily) openning massive XML documents. (Keep in mind that these are like 100MB XML documents, and somewhere before it gets to 300MB I kill the process. And yes, when building a DOM tree, there really is like a 3x times memory overhead for XML. Go SAX!)

      --
      You are in a maze of twisty little relative jumps, all alike.
    4. Re:Shameless Troll by error0x100 · · Score: 1

      Almost ditto here. I have 128 MB, and Mozilla is taking up 31 MB, with 5 pages open. I don't think I've ever seen it go over 40, except once when I loaded a 16 MB HTML file.

    5. Re:Shameless Troll by ChaosDiscord · · Score: 1
      In contrast [to Mozilla] Opera was ... supporting CSS better...

      Better? No, just differently broken. Maybe Mozilla doesn't support CSS counters, but Opera has it's own problems. CSS/Edge's Complexspiral Demo is mangled by the latest Opera available for MacOS and Linux. (I'm told the latest Windows release handles it better, but that's not an option for me.)

      Taken on the whole Gecko has the widest support for the endless number of standards on the web.

  37. You do not want AOL to hit a shitter! by $criptah · · Score: 1

    There is no way you want AOL to die right now. With the economy down the crapper all this country needs is another company going belly up. Although I do not like them personally, I realize that they are a pretty big employer. As long as AOL can pay its employees they should try and reorganize/review their business, but not go out of it. During the past fiscal year we had enough Enrons. Let's not make it a habit :)

  38. RIP Netscape, but it's been dead for a long time by Zog+The+Undeniable · · Score: 2, Informative
    I preferred Netscape to IE, even 4.0 which crashed constantly, but Mozilla has really made Netscape unnecessary for anyone who wants an alternative browser.

    My only concern is that AOLTW continues to pay their development team - contrary to what some people think, Mozilla isn't all coded by like-minded geeks scattered throughout the Internet; a hell of a lot of it was bashed out by salaried Netscape employees. But if AOL want Gecko, I guess they'll have to keep coughing up.

    --
    When I am king, you will be first against the wall.
  39. Uhhmmm... not very well researched by Simon+Brooke · · Score: 1, Funny
    From the article:
    Gecko's Bright Future
    Gecko is the engine in the current Mac OS X client release

    Uhhmmm... No, it's not.

    If he's got this wrong, what else has he got wrong?

    --
    I'm old enough to remember when discussions on Slashdot were well informed.
    1. Re:Uhhmmm... not very well researched by gozar · · Score: 1

      They are talking about the AOL client, in which Gecko is the engine.

      --
      What, me worry?
    2. Re:Uhhmmm... not very well researched by atoms · · Score: 1

      I think we were talking about the AOL client for Mac OS X, not Apple's web browser Safari.

  40. Re:Uhhmmm... not very well researched comment by Gerv · · Score: 2, Informative

    Uhhmmm.... yes it is.

    He means the Mac OS X AOL Client, which definitely uses Gecko. You are talking about Safari, an Apple product which has nothing to do with AOL.

    Gerv

  41. Try looking at their financial statements by sjbe · · Score: 2, Informative

    AOL lost no money in 2002. In fact they made $7 billion.

    Have you actually looked at their financial statements? Apparently not. AOL had $2,291,000,000 in revenue in 2002. AOL/TW had $9,424,000,000 in revenue in 2002. (note that is revenues, not profits) They had a net loss of $54,244,000,000. And in fact they incurred this huge loss in 2002 due to writing off $80 Billion in goodwill. Goodwill is essentially how much they overpaid for their purchase of Time Warner. If you pay more than you can afford, you take a loss. What bit of that is "accounting bullshit"?

    1. Re:Try looking at their financial statements by edxwelch · · Score: 1

      TW was bought partially as stock swap, which forced a valuation of both TW and AOL at the time. It's now worth less, and they declare the amount $80 billion less. In the same way you can say Intel shares were going for around $70 in 2001 and now for about $15, that's a drop in value of $365 billion. So saying AOL lost $100 billion as if that was any real loss, that's a bit misleading. I'm taking some of these figures off the top of my head, so forgive me if they're a bit off, but I think you get the picture.

    2. Re:Try looking at their financial statements by uncadonna · · Score: 1

      In the Soviet communist era there was a joke current in eastern Europe about the Poles breeding a million-ruble dog and shopping it around to brother socialist states. A functionary returns to Poland from his trip to Bulgaria, triumphant. "Did you get the million?" his commissar asked? "Not exactly," came the answer, "but I did make the sale! Look: two half-million ruble cats!"

      --
      mt
    3. Re:Try looking at their financial statements by Anonymous Coward · · Score: 0

      Methinks you have it backwards. Time Warner Turner overpaid for AOL, and were further mislead by AOL's aggressive accounting practices. The problem is not that they had to take a huge writedown on goodwill, the problem is that that they were able to overvalue their company to such a gross extent. Whether it's a "paper" loss or an actual cash loss it still diminishes the value of the company. If I owned any AOL stock I'd be pissed off. The market seems to agree with me on that one. And the idea that AOL should have been able to "buy" TWT strikes me as the first time I saw the mouse eat the cat.

  42. I agree, but... by sirshannon · · Score: 1

    you're arguing a different point. The parent was defening FrontPage 2002. Citibank may be written exclusively for IE, but that doesn't mean it has anything to do with Frontpage. In fact, I would say that anyone who bothers to do a browser check is a bit too advanced to use FP to do anything other than draw tables.

    I am not defending IE-only sites and neither was the parent. He was defending FrontPage 2002.

    But, in response to your point, we need to keep hounding anyone who produces www sites that require a certain browser. About 2 years ago, most comples sites had to ignore Netscape 4.x (or do twice as much work) because it was such a piece of crap. After a couple years of that mindset, you can't expect everyone to reverse that in a couple months. I am lucky enough to have been able to test my sites on Netscape 6.1 enough to be able to code once for Netscape and IE and have it work, but that is only because I put in the time to "unlearn" much of what I was doing in the years 2000 and 2001.

  43. question by sirshannon · · Score: 1

    how do you get your backgrounds to work correctly in table cells in IE? IE puts the top of the image at the top of the cell when it's supposed to be at the top of the page. Netscape and Safari (the only other browsers I've tested on) handle table cell backgrounds correctly. This causes a bit of disruption for my pages, but I can work around it.

    How do you handle it?

    1. Re:question by MattCohn.com · · Score: 1
      Alright, here's what I do. I'm not sure if it's exactly what you are talking about... but this works for me.

      First, I make my image in FireWorks MX, and have it set to split the image up. It's a wavy thing designed to go up the left side of the page, then up and around the top. So, what I design is:
      xxxxxxxxxxxxxxxxxxxxxxxxxxxx
      x ...... xNav Links Go Herex
      x Logo.. xxxxxxxxxxxxxxxxxxx
      xIn Imagex Descriptave Textx
      xxxxxxxxxxxxxxxxxxxxxxxxxxxx
      xAddress x
      x Phone# x
      xxxxxxxxxx
      So, with the exception of the logo, everything is text placed over the BG image. I just make my tables to match the sliced image, and then place the image in the BG of the cell with external CSS sheets (because visitors can change the stylesheet and the look of the border image through the querystring). Works fine for me, as long as I match the number of pixles.
    2. Re:question by sirshannon · · Score: 1

      does that work in netscape then? It shouldn't, as far as I know. the top of a background image in a table cell is supposed to be at the top of the page, not the top of the cell. The method you describe works in IE because IE does not work follow the standard.

    3. Re:question by MattCohn.com · · Score: 1

      Interesting. Works fine in IE, Netscape, Opera, Mozilla. Also what I wanted it to do.

    4. Re:question by sirshannon · · Score: 1

      can you send me a link?

    5. Re:question by MattCohn.com · · Score: 1

      Sure. It's in development, and because of some things, I don't want to make it public quite yet...

      E-Mail me @ Matt at MattCohn dot com and I'll send it to you. May take a day or two.

  44. What's the basis for this article? by Anonymous Coward · · Score: 2, Insightful

    No offence to the author of the article, but is there any basis to it besides I've been lucky enough to receive some interesting information from within the Netscape/AOLTW firewall?

    It may be true -- don't know -- but I need a reason to believe it's not merely rumor. How do we know your source is reliable or well-informed?

  45. AOL is screwed anyway by Basset · · Score: 1

    When Time-Warner and AOL merged everybody said the media world had changed forever. Turns out they were wrong. In the high flying days of the stock market boom any merger seemed like a good idea. I am willing to bet all the people involved in the TW/AOL merger think it was a big mistake now. What were they thinking anyway? "In the future the Internet will only consist dial-up connections through AOL servers and we can give them Time-Warner content". People move on and sometimes technology does not. I am not saying that AOL will cease to exist, there will always be a place for them in the Internet world, but to believe that they would be a dominant player because they are right now is ludicrous. I predict TW/AOL will eventually become two separate companies again, the writing is on the wall.

  46. Apple made an excellent example by Anonymous Coward · · Score: 0

    Now people seriously considering Khtml for their embedded browser efforts. Including us ,we longer need to wait mozilla to start fixing up the core Gecko(it still stinks, if you expect something more than NN4). We are taking Apple's example and have constrated our efforts on Khtml instead of messing with a Gozilla huge source tree. Khtml really is written and designed clean cut.

  47. Yay! by RighteousFunby · · Score: 1

    AOL did something good!

    Now, all we have to do is rid them of all their evilness, the moneychasing and all and we'll be happy! Yay!

  48. Plagerism by juju2112 · · Score: 1

    Every story submission on slashdot amounts to nothing more than plagerism. All they do is copy the first paragraph of the story they link to. It makes it look like the submitter wrote the text, when in fact the text has been stolen.

    Write your own damned words!

    1. Re:Plagerism by Anonymous Coward · · Score: 0

      Every story submission on slashdot amounts to nothing more than plagerism. All they do is copy the first paragraph of the story they link to. It makes it look like the submitter wrote the text, when in fact the text has been stolen. Write your own damned words! Firstly, it's Plagiarism, and secondly, I just plagiarised you. Sue me.

    2. Re:Plagerism by bluephone · · Score: 1

      Umm, I submitted this story to Slashdot, I wrote the story it links to. So either way you look at it, I wrote it.

      --
      jX [ Make everything as simple as possible, but no simpler. - Einstein ]
    3. Re:Plagerism by juju2112 · · Score: 1

      Well... how embarrasing for me! My deepest apologies, sir.

  49. Use national city by SilentReproach · · Score: 2, Insightful

    It's worked with Mozilla as long as I can remember.

    --
    Religion is the opium of the people. Evolution is the opium of scientists.