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."

65 of 236 comments (clear)

  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 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
    5. 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.
    6. 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.

    7. 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.
    8. 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.

    9. 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"
    10. 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.

    11. 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...
  2. 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 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.

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

      Oh, great. A posting gecko.

  3. 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 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
    4. 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.

    5. 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/
    6. Re:They've threatened it before by Anonymous Coward · · Score: 2, Informative

      True, but there's a workaround.

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

    7. 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!
    8. 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?
  4. 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 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!
    2. 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.

  5. 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 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.
  6. 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
  7. 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.
  8. 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
  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 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?
  10. Time to change your sig by Anonymous Coward · · Score: 2, Funny

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

  11. 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.

  12. 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.
  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)

  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!
  16. 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.

  17. 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...

  18. 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. :)

  19. 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".

  20. 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!
  21. 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.
  22. 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--
  23. 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?

  24. 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.

  25. 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.
  26. "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!

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

    That's Gecko, not GEICO.

    --
    Ergonomica Auctorita Illico!
  28. 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 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.

  29. 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.
  30. 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

  31. 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"?

  32. 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?

  33. 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.