Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

IE7 Released and Available for Download

Posted by samzenpus on Wed Oct 18, 2006 09:03 PM
from the here-it-is dept.
Luis Escalante writes "After over a year and a half, IE7 has been released to the public as of Monday afternoon. Download it directly here. Word hit the streets after several mangers of the IE division posted on the IE blog."

Related Stories

[+] Interviews: Quiz Microsoft's IE Team Leader 414 comments
About as timely an interview as you can get: Microsoft released Internet Explorer 7 last week, and today we're gathering questions for IE team general manager Dean Hachamovitch. As usual, please follow Slashdot interview rules when posting or moderating questions. We'll publish Dean's answers verbatim as soon as he replies.
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • Security patches (Score:5, Funny)

    by TommydCat (791543) on Wednesday October 18 2006, @09:04PM (#16495747)
    (http://tommyd.beeze.com/)
    in 3..2..1...
    • "funny" but true (Score:5, Insightful)

      by User 956 (568564) on Wednesday October 18 2006, @10:05PM (#16496331)
      (http://www.atomjax.com/)
      It's completely telling that the first comment on that page, is a comment by a guy who's worried IE7 is going to trash his computer [digitaltrends.com].

      If that's the first reaction people have, firefox has a pretty good chance.
      [ Parent ]
      • Re:"funny" but true (Score:5, Interesting)

        by shmlco (594907) on Wednesday October 18 2006, @10:35PM (#16496599)
        (http://www.isights.org/)
        And in typical Microsoft fashion, downloading and installing an internet BROWSER requires... what else? That you reboot your computer.

        Maybe it IS integrated, after all...
        [ Parent ]
        • Re:"funny" but true by aliquis (Score:2) Wednesday October 18 2006, @11:14PM
          • Re:"funny" but true (Score:5, Funny)

            by NetDanzr (619387) on Thursday October 19 2006, @09:37AM (#16501301)
            Same here. All it did after about fifteen minutes of installing was to give me the link to a IE Troubleshooting page [microsoft.com], where I found out that "Something has caused the computer not to trust the Internet Explorer 7 installation package."

            It was bound to happen eventually: my computer became smarter than me....

            [ Parent ]
        • Re:"funny" but true (Score:5, Interesting)

          by compupc1 (138208) on Thursday October 19 2006, @12:52AM (#16497647)
          IE 7 is actually less integrated than IE 6 was. However, the IE rendering engine is provided as a library for other applications to use. Any other applications that have embedded browser controls depend on IE -- and as they should. Applications should not have to deal with HTML rendering on their own. I would imagine this would cover everything from help systems to chat clients to things like the Add/Remove programs dialog.

          Since other browsers don't come pre-installed on Windows computers, IE tends to be a neccesity (whether Windows should make it easier for applications to rely on other 3rd party browsers is a separate issue). As such, a system reboot is neccesary as the rendering engine itself, exposed as a library, must be updated. Basically it just ensures nothing is using the browser control at the time of update.
          [ Parent ]
          • Re:"funny" but true by Anonymous Coward (Score:3) Thursday October 19 2006, @02:14AM
          • Re:"funny" but true by paganizer (Score:1) Thursday October 19 2006, @02:17AM
            • Re:"funny" but true (Score:4, Insightful)

              by dabraun (626287) on Thursday October 19 2006, @03:37AM (#16498553)
              What would it even mean for it to "require DRM" ... methinks you don't actually know what DRM is. DRM "support" is like support for opening acrobat documents. If you install it, you can play the content, if you don't then you can't. If you never play the content it makes no difference whether or not you've installed it (ok, Acrobat is probably a bad example ... :)

              It's not like having the code on your machine to support playing DRM'd WMA files is somehow going to change what happens when you play MP3s or run other applications.
              [ Parent ]
          • Re:"funny" but true by masklinn (Score:3) Thursday October 19 2006, @02:32AM
          • understandable, still embarassing by Phormion (Score:3) Thursday October 19 2006, @02:46AM
            • 1 reply beneath your current threshold.
          • Re:"funny" but true by dodobh (Score:2) Thursday October 19 2006, @03:03AM
            • Re:"funny" but true (Score:4, Insightful)

              by Erik Hensema (12898) on Thursday October 19 2006, @03:54AM (#16498627)
              (http://www.hensema.net/)

              What if glibc contains a security hole? What's the faster, more reliable option: rebooting or manually restarting ALL processes?

              On a desktop, does it really matter if your reboot or logout/login?

              MSIE is first and foremost a html rendering library. Surely it's bundled with a webbrowsing frontend named msie.exe, but msie.exe is just one of many users of the library. On a major upgrade like this, how do you guarantee all applications are linked against the new version of the library? And please take into account that most of your user base are users, not admins.

              Rebooting is just a sane thing to do. I've seen way too many rooted unix boxes with uptime > 2 years...

              [ Parent ]
            • Re:"funny" but true by cheater512 (Score:1) Thursday October 19 2006, @04:42AM
          • Re:"funny" but true (Score:5, Interesting)

            by /ASCII (86998) on Thursday October 19 2006, @05:04AM (#16498917)
            (http://roo.no-ip.org/fish/)
            A perfect example of why the filesystem model in Windows is broken.

            The kind of issue you describe is solved automatically by the filesystem on Unix systems. If one process deletes a file that is opened by any process, then that file will be unlinked from the filesystem, but remain useable to the process that was already using the file. The file is not actually deleted from disk until all processes stop using it.

            Among many other things, this means that you can safely upgrade a library, or even a program, that is running. The old processes will keep running the old library with no issues but any new processes that are created will automatically use the new one. Once all old processes die, the space used by the old library is returned to the filesystem.

            There are gotchas with the 'Unix way', like correctly handling configuration files that are only open on startup and shutdown, but these issues can be handled with a bit of care.

            Under Linux, people routinely upgrade Firefox or even the X windowing system while the programs themselves are still running. Afterwards, they simply restart the program in question to run the new version.
            [ Parent ]
          • Agree, BTW is Gecko available standalone? by Midnight Thunder (Score:2) Thursday October 19 2006, @09:58AM
          • Re:"funny" but true by oohshiny (Score:2) Friday October 20 2006, @12:18AM
          • 2 replies beneath your current threshold.
        • Re:"funny" but true by GrubInCan (Score:1) Thursday October 19 2006, @06:59AM
        • Re:"funny" but true by MaWeiTao (Score:2) Thursday October 19 2006, @08:37AM
        • Re:WARNING (Score:5, Informative)

          by moresheth (678206) on Thursday October 19 2006, @08:04AM (#16500111)
          I know that this sounds like a troll, and you can mod it that way if you want, but it did really happen.

          I already had RC2 installed on it. I downloaded the exe linked from the article and ran it.

          It uninstalled the old IE, rebooted, worked on installing for about five minutes, then rebooted.

          After that, it would get to the desktop without the menu bar at the bottom and show errors:

          lsass.exe
          The application failed to initialize properly. (0xc0000005) Click OK to terminate the application.

          It had the same error for services.exe, and show them both twice.

          After that, it does nothing.

          This is just a warning for people. It screwed up mine, I assumed it was screwing up others, too.
          [ Parent ]
        • 1 reply beneath your current threshold.
      • Re:"funny" but true by Zaatxe (Score:2) Thursday October 19 2006, @06:29AM
      • Re:"funny" but true by griffjon (Score:2) Thursday October 19 2006, @10:39AM
      • Re:"funny" but true by tallguywithglasseson (Score:1) Thursday October 19 2006, @12:30PM
      • 1 reply beneath your current threshold.
    • Re:Security patches (Score:5, Insightful)

      by moresheth (678206) on Wednesday October 18 2006, @10:20PM (#16496447)

      What's that sound?

      Oh yeah, it's thousands of webmasters scrambling to test their sites on the latest mutilation of web standards.

      [ Parent ]
      • No problem... by RoadWarriorX (Score:1) Wednesday October 18 2006, @10:39PM
      • Re:Security patches by Firehed (Score:2) Wednesday October 18 2006, @11:10PM
        • Re:Security patches (Score:5, Informative)

          by jZnat (793348) * on Wednesday October 18 2006, @11:30PM (#16497015)
          (http://del.icio.us/jvz | Last Journal: Sunday December 03 2006, @12:45PM)
          Since MS fixed the "* html" hack and a few others yet forgot to fix the rest of CSS they shit on, we're going to have fun with this one...
          [ Parent ]
          • Re:Security patches (Score:5, Interesting)

            by Antique Geekmeister (740220) on Thursday October 19 2006, @01:47AM (#16497939)
            Oh, it's much worse: did you notice this part from the Webmaster checklist?

                      HTTP content cannot be included in an HTTPS page (see the Internet Explorer Blog article).

            Now expect the sound of thousands of admins whining as their critical mixed-content webpages fail to load, and the sound of millions of dollars of new servers and SSL accelerators to support SSL encryption of all the dancing bears on web servers that are signed into with HTTPS, but have all their image content on HTTP.

            And oh, yes, expect the sounds of millions of tech support people with Indian accents getting phone calls from irate Americans and asking the inevitable question "Have you rebooted your computer, sir?" I hope Microsoft will pay for the new fiber-optic cable to support all the tech support calls.

            This is going to be fun to watch, especially for web pages designed with old pieces of Microsoft design garbage like FrontPage.
            [ Parent ]
            • Opportunity for SSL vendors? by panaceaa (Score:2) Thursday October 19 2006, @02:39AM
              • Re:Opportunity for SSL vendors? (Score:5, Informative)

                by panaceaa (205396) on Thursday October 19 2006, @02:51AM (#16498341)
                (http://slashdot.org/~panaceaa | Last Journal: Friday July 14 2006, @09:19PM)
                Actually, the change isn't as major as I thought. According to an IEBlog article [msdn.com]:

                "In addition, users will no longer see the so-called Mixed-Content prompt, which read: This page contains both secure and nonsecure items. Do you want to see the nonsecure items? IE7 renders only the secure content and offers the user the opportunity to unblock the nonsecure content using the Information Bar. This is an important change because very few users (or web developers) fully understand the security risks of rendering HTTP-delivered content within a HTTPS page."

                So basically, if pages previously displayed the Mixed-Content prompt, now they'll act slightly differently. But there's very few serious corporations or online services that display that error message, so I believe the impact on F5's revenues will be minimal. Oh well, I thought I was on to something :).
                [ Parent ]
              • Re:Opportunity for SSL vendors? by MagicM (Score:2) Thursday October 19 2006, @11:15AM
              • Re:Opportunity for SSL vendors? by sdo1 (Score:2) Thursday October 19 2006, @03:17PM
            • Re:Security patches by Anonymous Coward (Score:2) Thursday October 19 2006, @02:39AM
            • Re:Security patches by cortana (Score:2) Thursday October 19 2006, @04:45AM
            • Re:Security patches (Score:4, Informative)

              Clearly you are not a sysadmin or a web developer.

              For sysadmins you have to decide when to push out IE7 to your great unwashed masses. Are there compatibility problems due to your corporate desktop configuration? You don't want to find out after you push it out to a few hundred or half million machines. It is significant because it breaks apart much of the previous integration, it uses a different security model, and it treats http content in https sessions differently. Making sure everything is going to work correctly in your environment is a big deal.

              For web developers, you probably already have IE hacks running rampant through your sites. IE 7 adds another version to deal with. If the CSS handling really is much better, then you'll just need to exclude the many hacks needed for previous IE versions. If it is improved, but still not great, you'll have to tweak all the hacks so that your layout works with yet another partially-compliant IE version. Again, it's a big deal.

              IE is part of your Windows system, like it or not. You can say "don't browse the web with IE", but you CAN'T completely avoid it on a Windows system without real difficulties. IE 6 is completely integrated into your system. Hopefully IE 7 is better. In ANY case, a system level upgrade on a functioning Windows box is nothing to take lightly.
              [ Parent ]
            • Re:Security patches by adamjaskie (Score:2) Thursday October 19 2006, @08:34AM
            • 2 replies beneath your current threshold.
          • Re:Security patches (Score:4, Informative)

            by Crayon Kid (700279) on Thursday October 19 2006, @02:09AM (#16498087)
            Since MS fixed the "* html" hack and a few others yet forgot to fix the rest of CSS they shit on, we're going to have fun with this one...
            Only if you're a web developer that's been living under a rock lately.

            For the best part of last year proeminent webdev figures have adviced people to stop using the * html hack. The better alternative is to make use of the conditional comments supported by all versions of Explorer and conditionally include an extra .css file (or several) on top of the others, that only IE will see.

            Those conditionals allow you to pinpoint various IE versions accurately and also let your website validate properly (since all the IE hacks are included via a stylesheet which is technically commented out).

            I'm not giving you links, do your own homework people.
            [ Parent ]
      • Re:Security patches by dubiousmike (Score:2) Wednesday October 18 2006, @11:20PM
      • Scrambling? by noamsml (Score:1) Thursday October 19 2006, @05:46AM
      • Re:Security patches by mattwarden (Score:2) Thursday October 19 2006, @08:49AM
      • Re:Security patches by Z00L00K (Score:2) Thursday October 19 2006, @12:56PM
      • 1 reply beneath your current threshold.
    • Re:Security patches by telso (Score:1) Wednesday October 18 2006, @11:27PM
    • That loud rattling sound? by benplaut (Score:1) Thursday October 19 2006, @12:51AM
    • Next round of CSS fixes by gnool (Score:1) Thursday October 19 2006, @01:29AM
    • All seriousness - was Re:Security patches by kaiwai (Score:2) Thursday October 19 2006, @04:25AM
    • Re:Security patches by jamie (Score:3) Thursday October 19 2006, @07:59AM
    • Re:Security patches by 99BottlesOfBeerInMyF (Score:2) Thursday October 19 2006, @09:08AM
    • 3 replies beneath your current threshold.
  • What happened? by tonyr1988 (Score:1) Wednesday October 18 2006, @09:05PM
    • Re:What happened? by da_foz (Score:3) Wednesday October 18 2006, @09:14PM
      • Re:What happened? by Anonymous Coward (Score:1) Wednesday October 18 2006, @09:43PM
        • Re:What happened? by FoXDie (Score:2) Wednesday October 18 2006, @10:24PM
          • Re:What happened? (Score:5, Funny)

            by hdparm (575302) on Wednesday October 18 2006, @10:53PM (#16496741)
            (http://255.255.255.255/)
            I wonder what is it that she knows about Windows? Does she double-click icons in some other way? Or is it that she can't switch because she is a devoted gamer?
            [ Parent ]
            • Re:What happened? (Score:5, Funny)

              by sumdumass (711423) on Thursday October 19 2006, @12:44AM (#16497609)
              (Last Journal: Thursday November 09 2006, @05:02PM)
              No, no no.. It is that grandma doesn't do much of anything but cause problems with her windows allowing me to come over and fix it. I look like a genuis and I am pretty much guarenteed a place in her will.

              Fist, I try the trained monkey thing were I just click things and see what happens. If that doesn't work, I try looking for help on the interweb, If that doesn't work I'll post something on a message board or maybe microsoft's help and support mailing list, If still nothing after a day or so, I just reload everything and talk about how tuff it was. I might even throw out some scarry words like virus, spyware and malware. Generaly it isn't any of them but grandma has heard just enough of it on the eveniing news to know it is something to be reconed with.

              Now everything works and I'm the hero! You see, If i install linux, I would likley loose the chance of being the hero, possible the spot in her will, and if something actualy did mess up, I would have to call someone who actualy knows something to fix it. So windows is good, linux is bad.
              [ Parent ]
      • Re:What happened? by jZnat (Score:2) Thursday October 19 2006, @08:51PM
    • Re:What happened? (Score:5, Insightful)

      by eebra82 (907996) on Wednesday October 18 2006, @09:31PM (#16496041)
      (http://www.insidebet.com/)
      How come this is on Slashdot before news about Flash Player 9 for Linux?

      Let's see now.. It's the world's most widely used internet browser. It's probably the most commonly used application in the world. It marks the date when Microsoft finally started to worry about Firefox. It is a huge improvement over IE6. Yeah, I guess that makes this news more important, despite the fact that Slashdot is more Linux oriented.

      Last but not least, your complaint is ignorant because not only is there no such thing as a race for news, but a lot of people might find the IE vs FF wars more interesting, too. You know, almost 90 percent of the world's users browse with IE, so there's a pretty good chance that at least a few Slashdot users will enjoy this story.
      [ Parent ]
    • Re:What happened? (Score:5, Funny)

      by electronerdz (838825) <jgreb@electronerdz.com> on Wednesday October 18 2006, @09:32PM (#16496059)
      (http://www.jasongreb.com/)
      What worries me about the Flash player update are the people who are downloading it:
      THANK YOU A BILLION TIMES!!! OMG THIS IS SOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO GREAT. FINALLY AN ALSA-FLASHPLAYER!!
      still cant believe it =)
      niiiiiiiiiiiice nicenicenicenicenicennice.!!
      *kisses*
      OMG!!! PONIES!!!
      [ Parent ]
    • Re:What happened? by RuBLed (Score:2) Wednesday October 18 2006, @09:33PM
    • Re:What happened? (Score:5, Insightful)

      by njchick (611256) on Wednesday October 18 2006, @09:36PM (#16496113)
      (Last Journal: Tuesday September 25, @06:21PM)
      There are many web developers here. IE7 will affect them much more than Flash for Linux.
      [ Parent ]
    • Re:What happened? by B3ryllium (Score:2) Wednesday October 18 2006, @09:42PM
    • Re:What happened? (Score:5, Funny)

      by babbling (952366) on Wednesday October 18 2006, @09:43PM (#16496173)
      (http://www.getogg.org/)
      Flash 9 for Linux is newsworthy, too, but this is a new version of the best Firefox download tool available on Windows!
      [ Parent ]
    • Re:What happened? by gradster79 (Score:1) Wednesday October 18 2006, @09:47PM
    • Re:What happened? (Score:5, Insightful)

      by Kelson (129150) * on Wednesday October 18 2006, @10:03PM (#16496303)
      (http://www.hyperborea.org/journal/ | Last Journal: Tuesday September 11, @05:30PM)
      Hmm... Number of people worldwide who use Internet Explorer vs. number of people worldwide who (a) use Linux, (b) want to have Flash animations in their browser, and (c) are OK with installing the proprietary Flash player.

      I'd say based on numbers alone, the new IE release qualifies as "stuff that matters."

      (P.S. Thanks for the link -- that's great news!)
      [ Parent ]
    • Re:What happened? by SpaceballsTheUserNam (Score:1) Wednesday October 18 2006, @10:12PM
      • 1 reply beneath your current threshold.
    • powered by? by Meph_the_Balrog (Score:1) Wednesday October 18 2006, @10:12PM
      • Re:powered by? by tonyr1988 (Score:3) Wednesday October 18 2006, @10:16PM
    • Re:What happened? (Score:5, Insightful)

      by MikeFM (12491) on Wednesday October 18 2006, @10:33PM (#16496573)
      (http://kavlon.org/ | Last Journal: Friday March 21 2003, @02:10PM)
      Dude, Flash is one of the few things that sucks worse than IE. On any OS it's buggy, poorly designed, and frequently misused. When Flash is cleaned up and opened up enough to be fully intergrated into IE, Firefox, Opera, and Safari in the least then it might be worth caring about. The general concept of plug-ins has proven to lead to a sucky web browsing experience even if the average user isn't aware that it's these crappy plug-ins making their browser crash, run slow, give confussing plug-in required messages, and sites that are poorly indexed by search engines, have strange hard to use interfaces, and difficult to use for people with accessibility needs.

      Just say no to plug-ins for things like Flash. They can be useful at times but in the vast majority of uses they are only used because programmers are to lazy, stupid, or harried by lazy stupid bosses to use more compatible solutions that do the exact same things.

      IE7 isn't that big of news to us geeks but it is a huge relief to us as it goes mainstream - it isn't as good as Firefox, Safari, or Opera but it is worlds better than IE6 and will make it much easier to develop nice websites without having to disable everything cool because it doesn't work in IE. Of course it'll be a few years before the majority of users have updated but at least the process has begun.

      If only Microsoft wasn't so lame as to make it difficult for developers to run IE6 and IE7 side by side.
      [ Parent ]
      • Re:What happened? (Score:5, Insightful)

        by jez9999 (618189) on Thursday October 19 2006, @06:11AM (#16499207)
        (http://www.game-point.net/ | Last Journal: Monday November 14 2005, @09:19AM)
        Dude, Flash is one of the few things that sucks worse than IE. On any OS it's buggy, poorly designed, and frequently misused.

        I don't think I agree with that analysis. With the arrival of things like YouTube and Google Video, it's starting to be used properly and implemented well. These companies get large numbers of people using their services mainly because they can pretty much assume Flash 7 is installed on the vast majority of browsers and they know they have it available. Would streaming video over the net be anywhere near as popular if they required an MPG-compatible embedded media player? I rather doubt it; we had those before, and they never got as popular.
        [ Parent ]
      • Re:What happened? by Ancil (Score:2) Thursday October 19 2006, @06:26AM
      • 1 reply beneath your current threshold.
    • Re:What happened? by cuantar (Score:1) Wednesday October 18 2006, @10:37PM
    • Re:What happened? by pingveno (Score:2) Wednesday October 18 2006, @10:47PM
    • Re:What happened? by PAPPP (Score:2) Wednesday October 18 2006, @10:12PM
    • lol wut by Ayanami Rei (Score:1) Thursday October 19 2006, @12:13AM
    • 5 replies beneath your current threshold.
  • Oh thank Christ.. (Score:5, Funny)

    by QuantumG (50515) <qg@biodome.org> on Wednesday October 18 2006, @09:05PM (#16495759)
    (http://rtfm.insomnia.org/~qg/ | Last Journal: Wednesday November 16 2005, @07:11AM)
    of course, I would have prefered them to have released it before I bowed to management and hacked around all the non-standard shit in IE6 which IE7 fixes. urg!
  • Ah yes..... by Fayn (Score:1) Wednesday October 18 2006, @09:06PM
  • Just installed it and..... by Basehart (Score:1) Wednesday October 18 2006, @09:06PM
  • I'll use Firefox (and OPera, if a plugin for Stumbleupon is released for it) for the rest of my life. Failing that, I'll use the worldf's most secure broswer: Mosaic 1.0!
  • Several Mangers? (Score:5, Funny)

    by Guido del Confuso (80037) on Wednesday October 18 2006, @09:07PM (#16495777)
    Word hit the streets after several mangers of the IE division posted on the IE blog.

    It's official--IE7 is the web browser used by Jesus!
  • For the Death's Gate Fans... by Anonymous Coward (Score:1) Wednesday October 18 2006, @09:09PM
  • I wonder how long... by Dragon of the Pants (Score:1) Wednesday October 18 2006, @09:09PM
  • I can hear... by Viking5150 (Score:1) Wednesday October 18 2006, @09:09PM
  • User interface? (Score:4, Interesting)

    by FlyByPC (841016) on Wednesday October 18 2006, @09:11PM (#16495829)
    (http://127.0.0.1/)
    So can the WMP-inspired interface be made to go away, and the interface made to look like a real Windows app (with the menu bar, and IE6-style controls etc?)

    I think I'll stick to Firefox, thanks.
    • Re:User interface? by Anonymous Coward (Score:2) Wednesday October 18 2006, @09:40PM
      • Re:User interface? (Score:5, Insightful)

        by Z34107 (925136) <zealoussniper@ne ... t ['e.n' in gap]> on Wednesday October 18 2006, @10:14PM (#16496399)

        Hmmm... a cleaner interface is a bad thing because it was Microsoft that innovated?

        IE7 leaves much more space open on your screen for actual web browsing compared to IE6 (or Firefox, or most any browser minus lynx). Everything's accessible from a toolbar that uses the same icons Windows and IE have used since the dawn of time. And your precious menus that'll make it look like a "real Windows app" are hidden by your "alt" key.

        Office 2007 uses a "ribbon" - a tabbed toolbar. It's pretty damn slick - you don't need your drawing tools open unless you're editing a picture, so you go to your drawing tab. (Or, you can use the toolbar that hovers by your mouse when you start editing a picture, or the formatting toolbar that appears by your mouse when you select text, etc.) It's so much cleaner, and intuitive.

        But Microsoft changed things. They're not ugly and just-barely functional anymore. That's why I'm getting a Mac.

        [ Parent ]
    • Re:User interface? by sabernet (Score:3) Wednesday October 18 2006, @10:27PM
    • Re:User interface? by OfNoAccount (Score:1) Thursday October 19 2006, @06:36PM
  • I can't seem to download it... by DaveM753 (Score:2) Wednesday October 18 2006, @09:13PM
  • People will be working hard tonight! by Rendo (Score:2) Wednesday October 18 2006, @09:13PM
  • A year and a half? (Score:4, Insightful)

    by gumpish (682245) on Wednesday October 18 2006, @09:14PM (#16495865)
    (Last Journal: Saturday October 18 2003, @07:45PM)
    After over a year and a half, IE7 has been released
    I hate to break it to you Luis Escalante, but IE 6 was released in August 2001.

    (Yes, strictly speaking 5 years is "over a year and a half", but the point remains.)
  • What's that? by mattwarden (Score:2) Wednesday October 18 2006, @09:15PM
  • Anyone know (Score:5, Funny)

    by kihjin (866070) on Wednesday October 18 2006, @09:15PM (#16495877)
    ... when the Linux port will be available? ;)

    *ducks*
    • Re:Anyone know by pestilence669 (Score:2) Wednesday October 18 2006, @09:49PM
    • Re:Anyone know by ashwinds (Score:3) Wednesday October 18 2006, @10:03PM
    • Re:Anyone know by Dirtside (Score:2) Wednesday October 18 2006, @10:25PM
    • Re:Anyone know by Techtoucian (Score:3) Wednesday October 18 2006, @10:30PM
      • Re:Anyone know by joebutton (Score:3) Thursday October 19 2006, @03:04AM
      • 1 reply beneath your current threshold.
    • Re:Anyone know by clickclickdrone (Score:2) Thursday October 19 2006, @03:46AM
    • Re:Anyone know by archen (Score:1) Thursday October 19 2006, @08:19AM
    • 2 replies beneath your current threshold.
  • On wine under Edge Eft by DoofusOfDeath (Score:1) Wednesday October 18 2006, @09:16PM
  • Competition (Score:5, Insightful)

    by Concern (819622) * on Wednesday October 18 2006, @09:16PM (#16495887)
    (Last Journal: Wednesday November 22 2006, @04:38PM)
    Once again, competition wins. Microsoft, after leveraging their monopoly power to win the browser wars, had summarily decided that there was no longer anything else in IE that needed work. IE was effectively frozen for years, bugs and all - cracked open, by stern policy, only for security fixes.

    It took a free software effort with no hope of profit to do so, but MS has at long, long last bestirred themselves to code again. This has once again demonstrated the baseline of what MS' monopoly will do. Since it is not economically feasible to confront MS's monopoly powers, the commercial market for product X (browsers, office apps, OSs, etc) is effectively destroyed (sorry Opera), but at a minimum, MS is forced to compete against what the community can develop for free.

    Never forget - human beings are lazy by design, and so are our organizations. No business, no politician, no religious leader, will exhibit much virtue except under threat. This is why competition and democracy have been largely effective as policy.

    Whether MS wins or loses the browser war (or these days, the browser cold war), or the OS war, we have already won, because we have pushed them to innovate, to make their products more stable, more credible, and more powerful.
    • Re:Competition (Score:5, Insightful)

      by Kelson (129150) * on Wednesday October 18 2006, @09:36PM (#16496111)
      (http://www.hyperborea.org/journal/ | Last Journal: Tuesday September 11, @05:30PM)

      And best of all, Microsoft has realized they have to keep going [microsoft.com]:

      Dave Massy (Moderator):
      Q: Now that IE7 is nearing completion, can you give any information on how regularly you plan to release future versions of IE?
      A: We definitely plan to release on a regular basis. Exactly when the next release will be is difficult to predict adn we still have plenty of planning and work to do. You can be assured that it will not be 5 years until the next release of IE though :) we are plannign the next two versions now.
      [ Parent ]
    • Re:Competition by Doomstalk (Score:2) Wednesday October 18 2006, @11:27PM
    • Re:Competition by MtViewGuy (Score:2) Thursday October 19 2006, @12:17AM
    • Re:Competition by Antique Geekmeister (Score:2) Thursday October 19 2006, @05:13AM
    • Re:Competition by Bert64 (Score:2) Thursday October 19 2006, @01:23AM
      • Re:Competition by Monchanger (Score:1) Thursday October 19 2006, @08:39AM
    • Re:Competition by Das Modell (Score:2) Thursday October 19 2006, @03:06AM
    • Nice Troll (Score:5, Informative)

      by pedestrian crossing (802349) on Thursday October 19 2006, @03:58AM (#16498655)
      (http://members.gaponline.de/pedxing | Last Journal: Monday July 09, @10:44AM)

      I'll bite...

      And yet, Linux continues to be the same impossible-to-use monstrosity it has always been.

      My wife and kid do fine with it, thank you very much, and we do a lot more with our computers than most folks I know.

      It is truly fascinating how the open source community can stand there like deer in the headlights congratulating themselves on how their most powerful competitor is learning so much from them. Microsoft is now creating open standards, open formats, even open source applications - not one hundred percent of the time, but hey, they're doing it! They're starting to look more and more like us.

      You are correct, not 100% of the time. In fact, not even 0.1% of the time. But if they open up at all, that's a good thing. It's not a competition in the traditional sense of snarfing up market. It's a competition to be Free, which is a win-win, always. If they become more Free, good. It's not like Free has to try to be less Free in order to 'compete'.

      Hey, wait a minute. Why don't we look more like Microsoft? Where's our readily accessible documentation localised in dozens of languages?

      Here. [debian.org]

      Where's our toll-free licensing hotline?

      Not necessary. We don't compete on their terms! But if you must, this [gnu.org] will do...

      Where's our reliable and knowledgeable tech support team?

      Choose your interface. I like this [google.com]. BTW, it is very difficult and unwieldy to get MS tech support (human, not website) for the average user. I have never heard anyone say, "Gee, MS tech support is so reliable, knowledgeable, and easy to use!"

      Our software assurance subscription that actually sends a disc in the mail when there's an update?

      1990 called, they want their software distribution model back!

      apt-get update && apt-get upgrade

      You know what really bugs me? That last one. I used to pay $4.95 a month for a quarterly package of three major Linux distributions. I liked that. So how come now I only get that from Microsoft?

      Apples and oranges. MSDN releases are limited. Linux distributions are free to use as you please.

      Honestly, people. Why is Microsoft getting so much better, while *we're* really starting to SUCK?

      ROTFLMAO!! We continue to get better all the time, certainly at a faster rate than the 'competition'. I would know, I actually -use- Free software, instead of trolling about it.

      And on a more pressing note, just look how much closer those headlights are getting! So how many seconds to *SPLAT*?

      There is no splat. Free is pretty tough to make go away.

      [ Parent ]
      • Re:Nice Troll by 14CharUsername (Score:2) Thursday October 19 2006, @07:37AM
      • Re:Nice Troll by thinsoldier (Score:1) Saturday October 21 2006, @12:50PM
    • Re:Competition by cortana (Score:2) Thursday October 19 2006, @05:09AM
    • Re:Competition by dylan_- (Score:2) Thursday October 19 2006, @05:54AM
    • Re:Competition by Ash-Fox (Score:2) Thursday October 19 2006, @09:21AM
    • Re:Competition by Concern (Score:2) Thursday October 19 2006, @10:27AM
    • 2 replies beneath your current threshold.
  • Hey where's the Linux version? by MeNeXT (Score:1) Wednesday October 18 2006, @09:20PM
  • Alternate download link (Score:5, Funny)

    by Anonymous Coward on Wednesday October 18 2006, @09:25PM (#16495973)
    www.ie7.com [ie7.com]
  • Ugh. (Score:3, Interesting)

    by hsmith (818216) on Wednesday October 18 2006, @09:27PM (#16495985)
    Is all I have to say as a developer and business owner. Add this into the mix of shit I have to fix.

    Plus, watch out, it is reported that it will be a forced update November 1st. So less time than normal to ensure the final version is kosher with your web apps!
  • Is it me or? by sponga (Score:2) Wednesday October 18 2006, @09:27PM
  • IE division mangers (Score:5, Funny)

    by mybecq (131456) on Wednesday October 18 2006, @09:28PM (#16496011)
    ... after several mangers of the IE division posted on the IE blog.
    Several cattle and horses also tried to post, but they were quickly herded back into the cubicles.
  • now, how do I run this by netdur (Score:1) Wednesday October 18 2006, @09:43PM
  • Famous Star Wars Quote: by Chabil Ha' (Score:2) Wednesday October 18 2006, @09:44PM
  • 6= 3 Pixel Jog by BLACKtactx (Score:1) Wednesday October 18 2006, @09:46PM
  • Automatic Updates (Score:3, Informative)

    by MrP- (45616) <rob@@@elitemrp...net> on Wednesday October 18 2006, @09:47PM (#16496197)
    (http://elitemrp.net/)
    Remember, the final date to set up any blocks so it doesn't automatically download is November 1, after that IE7 will be installed as part of Windows Updates
  • Not surprising by HotBBQ (Score:2) Wednesday October 18 2006, @09:47PM
  • It looks increasingly like Firefox by hytt (Score:1) Wednesday October 18 2006, @09:49PM
  • CSS Opacity (Score:5, Interesting)

    If IE5.5+ supports "filter: alpha(opacity=50);" why couldn't they be bothered to add "opacity: 0.5;" CSS supoprt to IE7. At least they got the Alpha PNGs working good enough now. Also the <input type="button"> still renders with tons of extra padding you can't get rid of, even with padding: 0px; so buttons still show up super large in IE compared to all the other browsers.
    • Re:CSS Opacity by Crayon Kid (Score:2) Thursday October 19 2006, @02:21AM
      • Re:CSS Opacity by dylan_- (Score:3) Thursday October 19 2006, @07:42AM
      • Re:CSS Opacity by thinsoldier (Score:1) Saturday October 21 2006, @01:23PM
      • Re:CSS Opacity by Abcd1234 (Score:2) Thursday October 19 2006, @09:23AM
      • 1 reply beneath your current threshold.
  • No Mac Version? (Score:3, Funny)

    by MightyYar (622222) on Wednesday October 18 2006, @09:55PM (#16496257)
    Hmmm, I can't seem to find the Mac version. I guess I'll have to keep using 5.2. I don't see it for HP-UX or Solaris, either. I wonder if this is a mistake, or if those rascals at Microsoft are up to something?
  • I wonder by Vexorian (Score:2) Wednesday October 18 2006, @10:09PM
  • Subtle Naming changes (Score:5, Interesting)

    by Chapium (550445) on Wednesday October 18 2006, @10:14PM (#16496401)
    Did anyone notice its Windows Internet Explorer 7 and not Microsoft Internet Explorer 7?
  • Validation by TipsyCO (Score:1) Wednesday October 18 2006, @10:16PM
  • How did I celebrate? by nurfle55 (Score:1) Wednesday October 18 2006, @10:19PM
  • Wow.... it sucks by eples (Score:2) Wednesday October 18 2006, @10:19PM
  • Tabs! (Score:5, Funny)

    by BeeBeard (999187) on Wednesday October 18 2006, @10:26PM (#16496511)
    Guys, you've gotta try this tabbed browsing! Have you ever seen anything like it before?!?

    *wink*
    • Re:Tabs! by Jugalator (Score:2) Thursday October 19 2006, @01:59AM
    • How Troublesome.. by Skythe (Score:1) Thursday October 19 2006, @02:11AM
    • Re:Tabs! by NuShrike (Score:2) Thursday October 19 2006, @05:11AM
      • Re:Tabs! by Hillgiant (Score:1) Thursday October 19 2006, @09:00AM
  • My First impressions (Score:4, Interesting)

    by BLACKtactx (1015407) on Wednesday October 18 2006, @10:28PM (#16496531)
    1: Opening Multiple Tabs (more than 20) Crashes
    2: UI is TERRIBLE - why???

    File / Edit / View menu:

    Displays below the address / nav bar, a break from convention from every windows app Ive used in the past. A break from convention is good if its progress, this is just change for change sake, it flat out doesn't work!!!!

    Command Menu:
    Uses Real Estate that could be used for tabs. I want my home button beside my back and forward buttons. I cant convert to a classic view instead of the half baked attempt at a UI, or change

    Navigation (back forward reload etc)
    Should be grouped together.

    I could go on. The fact is, Microsoft have locked me down with this software to a specific experience regarding its UI. I cant change the size of icons, nor the position of toolbars etc. Why not MS??.
    Its a joke, and I havent even started playing with CSS in it yet. I was hoping for MS to listen to the cries of the RC users regarding toolbar management, they obviously didn't "hear us"
    • Re:My First impressions by TopSpin (Score:3) Wednesday October 18 2006, @11:07PM
      • Re:My First impressions by MBC1977 (Score:1) Thursday October 19 2006, @12:58AM
        • 1 reply beneath your current threshold.
      • Re:My First impressions (Score:5, Interesting)

        by Crayon Kid (700279) on Thursday October 19 2006, @02:38AM (#16498245)
        The second thing is that the /. main page doesn't render correctly.


        Which brings home an interesting point. Are we going to see complaints that "IE7 doesn't work right" because of millions of sites using IE6-specific hacks? I mean, "they" used to pull that crap with Opera and Mozilla and Firefox a lot, claiming it was their fault. Can't wait to see the downfall this time, when IE7 gets a taste of Microsoft's own medicine.
        [ Parent ]
    • Re:My First impressions by J_Doh! (Score:1) Wednesday October 18 2006, @11:14PM
  • Am I the only person by Chuck Chunder (Score:2) Wednesday October 18 2006, @10:29PM
  • alternative URL by technicalandsocial (Score:1) Wednesday October 18 2006, @10:30PM
  • Obligatory: by rts008 (Score:1) Wednesday October 18 2006, @10:34PM
  • Wrong website by Dirtside (Score:2) Wednesday October 18 2006, @10:43PM
  • It really works! by Venim (Score:1) Wednesday October 18 2006, @10:50PM
    • 1 reply beneath your current threshold.
  • Automatic Updates? by Ambush Commander (Score:1) Wednesday October 18 2006, @10:52PM
  • Validation Required... by mikeage (Score:2) Wednesday October 18 2006, @10:53PM
  • Installation in wine? by livingdeadline (Score:1) Wednesday October 18 2006, @10:55PM
  • Uninstall? by ppz003 (Score:2) Wednesday October 18 2006, @10:56PM
    • 1 reply beneath your current threshold.
  • Intarnets by Shadyman (Score:1) Wednesday October 18 2006, @10:58PM
  • Installation takes FOREVER!!! (Score:4, Informative)

    by wile_e_wonka (934864) on Wednesday October 18 2006, @11:23PM (#16496951)
    Be forewarned that installing this version of IE7 is nothing like installation of RC1.

    The 14 MB download seemed a bit large, but acceptable for MS. But I wish it warned me about the time for intallation.

    First, the installer started up and did its normal thing. It downloaded updates--kind of odd for something released today--and tried to install extra software. Then I figured things were about done. In grand MS tradition, it required a computer restart--annoying, but I'm used to it from MS.

    Then came the real trouble.

    During the restart the IE installed hijacked the entire computer for 10 or 15 minutes. I wish it warned me before the restart that this it was going to coninue installing before I could use the computer--then I would have waited to restart until I had time. For 10 minutes the installer reached into the depths of my computer and sold its soul to Microsoft, and that was all before it installed the "Core Componants" of IE7!

    Then it forced a computer restart, and then the computer was finally usable by me again (after another little pieces of work by the installer).

    On top of all this, the installer never gives any indication as to how far along in the process you are--so you have no idea that it will be another 15 minutes or more while the installer copies the entire contents of your hard drive onto MS servers. I guess I've been spoiled by Opera--2 painless minutes and it's over. Basically; if you really want IE7, do it when you have time. Get dinner or something while its installing.

    Just a warning.
  • Hmm by DaveJay (Score:2) Wednesday October 18 2006, @11:25PM
    • Re:Hmm by UltraAyla (Score:1) Thursday October 19 2006, @12:36AM
  • Free Advertising for Firefox by innocence18 (Score:2) Wednesday October 18 2006, @11:33PM
  • Well, it fails the Slashdot CSS test... by DenialS (Score:2) Wednesday October 18 2006, @11:33PM
  • Can't do it (can't d/l it) by whitehatlurker (Score:2) Wednesday October 18 2006, @11:39PM
  • I wonder... by Itsallmyfault (Score:1) Wednesday October 18 2006, @11:44PM
  • Avant by Ymk (Score:1) Wednesday October 18 2006, @11:50PM
  • Nasty CSS Bug (Score:3, Interesting)

    by Temujin_12 (832986) on Wednesday October 18 2006, @11:52PM (#16497205)
    I ran into a nasty bug the other day on a site I'm developing at work. The gist of it is that certain tags ([span] and [a href] tags) shift around strangely when zooming in and out. For an example, go to www.flickr.com, search for something that returns several pages, scroll to the bottom where the pagination links are, and zoom out to 90% (CTRL mousewheel). As of the last IE7 release before this one, IE7 zoom renders flickr's pagination links virtually useless. The work around, which only partially works around the problem, is to define a site wide CSS style of "zoom: 1;" for your tags. This is only a partial fix and causes other irregularities on your site when zooming. Seeing how this occurs on the latest release of IE7, I doubt they've since fixed the problem. Way to go IE team! [slashdot.org]

    The real fix is to revert your entire layout into tables and not use divs and spans. I just put "zoom: 1;" in my style sheet then marked it as "WONT FIX" blaming IE7 and the fact that reverting to tables is a dumb idea (especially when only a fraction of users will depend on the zoom tool).
  • Worst. Program. Ever. by homerjaythompson (Score:1) Wednesday October 18 2006, @11:57PM
  • IE7 Has Destroyed BRAND NEW Toshiba by Riquez (Score:1) Thursday October 19 2006, @12:01AM
  • Thank heavens it's finally out! by RLiegh (Score:2) Thursday October 19 2006, @12:17AM
  • e17 is being released?!? by bunbuntheminilop (Score:2) Thursday October 19 2006, @12:26AM
  • Could be worth using? Maybe ... Maybe not ... by darkuni (Score:1) Thursday October 19 2006, @12:27AM
  • Quick Tabs feature is very nice (Score:4, Informative)

    by akuzi (583164) on Thursday October 19 2006, @12:38AM (#16497571)
    Most of IE 7 seems to be functionality already found in Firefox, but I do like the new Quick Tabs feature (Ctrl-Q). This shows a mini version of all the tabs currently open and allows you to select one, in a similar way to Expose on OS X.
  • First issue I found by nbdy (Score:1) Thursday October 19 2006, @12:56AM
  • cross platform? by Warbringer87 (Score:1) Thursday October 19 2006, @01:17AM
  • No Drama by Greymoon (Score:1) Thursday October 19 2006, @01:19AM
  • Still don't pass by liangzai (Score:2) Thursday October 19 2006, @01:25AM
  • In all fairness by SpryGuy (Score:2) Thursday October 19 2006, @01:28AM
  • Virtual PC (Score:3, Interesting)

    by ValiantSoul (801152) on Thursday October 19 2006, @01:37AM (#16497859)
    DO NOT install this in virtual pc under Windows 2003 Enterprise (or possibly XP). On boot the Virtual Machine User Services crash immediately (not sure what this affects) and Internet Explorer will crash immediately on start. Without IE6, I have no way of getting Windows updates...

    Especially don't do it if your Windows license is from MSDNAA (academic) because you only get 1 activation which is not renewable. In other words, I'm screwed. (Mac user, just have Windows for testing my web sites in IE, and no I will NEVER pay to get a copy of M$ Windows)
    • 1 reply beneath your current threshold.
  • installing now... by Datamonstar (Score:2) Thursday October 19 2006, @01:47AM
  • So, next patch? by Warbringer87 (Score:1) Thursday October 19 2006, @01:51AM
  • Typical Slashdot by Nuffsaid (Score:1) Thursday October 19 2006, @03:15AM
  • How do I run IE7 without installing it? by epo001 (Score:1) Thursday October 19 2006, @03:39AM
  • Problems with IE7 by bayankaran (Score:2) Thursday October 19 2006, @03:52AM
  • And in related news... by hallux-s (Score:1) Thursday October 19 2006, @04:04AM
  • by wjramsey (461694) on Thursday October 19 2006, @04:14AM (#16498723)
    Here's my experience:
    1) Install IE7 since it's out of beta - downloads and installs in about 2 minutes.
    2) Reboot PC - 1 minute
    3) Enable menu bar - 2 minutes trying to get it to move to the top. Nope
    4) Try to change search engine to Altavista - 2 minutes - exception thrown just typing a letter in the search menu.
    5) Remove IE7 - 2 minutes
    6) Reboot - 1 minute

    (I guess I might have also added the about 5 minutes svchost ran my cpu to 100% after the first reboot)

    How horrible..... :(
  • Cough! Cough! Ahem! by pandrijeczko (Score:2) Thursday October 19 2006, @04:55AM
  • Allready hacked! by Toreo asesino (Score:2) Thursday October 19 2006, @05:45AM
  • How widely will this be used? (Score:5, Interesting)

    by jez9999 (618189) on Thursday October 19 2006, @05:47AM (#16499093)
    (http://www.game-point.net/ | Last Journal: Monday November 14 2005, @09:19AM)
    We hear reports of huge numbers of corporate machines using a warezed XP key to allow them to install Windows en masse; huger numbers of people in countries in Asia, etc. that can't afford an official copy of XP and so warez it.

    How widely will IE7 be installed? I think a relatively large percentage of the Windows userbase will be unable to install it because of the WGA stuff. You might end up with a long term 50/50 split between IE6 and IE7.
  • patch as patch can by zeromorph (Score:1) Thursday October 19 2006, @05:54AM
  • Almost Installed it, but! by x-vere (Score:2) Thursday October 19 2006, @06:30AM
  • Update to IE7 now button on Yahoo home page! by Fallen Andy (Score:2) Thursday October 19 2006, @06:33AM
  • Direct link? by lhorn (Score:1) Thursday October 19 2006, @06:51AM
  • IE7 does not fix old vulnerability by Krishna Dagli (Score:2) Thursday October 19 2006, @07:18AM
  • Why bother? by onlyjoking (Score:2) Thursday October 19 2006, @07:43AM
  • PNG gamma handling is still wrong (Score:3, Informative)

    by Glenn R-P (83561) <randeg@alum.rpi.edu> on Thursday October 19 2006, @07:45AM (#16499891)
    (Last Journal: Thursday October 16 2003, @04:31PM)
    In http://pmt.sourceforge.net/gamma_test/ [sourceforge.net]
    on a normal PC, the GIF, JPEG, sRGB patches and the unlabeled patches
    should match gamma=1/2.2 but they match gamma=1/1.96 instead.
    This foils attempts to match images with backgrounds and images in other formats.

    The workaround is to remove the gAMA chunk from PNG files while preserving
    the sRGB chunk.
  • For the eager. by sgt scrub (Score:1) Thursday October 19 2006, @08:21AM
  • IE7 crashed on me :-( by vdhaeyere (Score:1) Thursday October 19 2006, @08:59AM
  • Command Bar! by junior.kun (Score:1) Thursday October 19 2006, @09:40AM
  • Zooming Bug by Yfrwlf (Score:1) Thursday October 19 2006, @09:43AM
  • What about Win 2k? by Archie Gremlin (Score:2) Thursday October 19 2006, @10:39AM
  • Here's a Surprise by SlothB77 (Score:1) Thursday October 19 2006, @07:42PM
  • by patio11 (857072) on Wednesday October 18 2006, @09:09PM (#16495817)
    "Yay, finally half of my incoming support calls will vanish without me needing to make a housecall to install Firefox first."
    [ Parent ]
  • Re:Monday afternoon? by the-amazing-blob (Score:1) Wednesday October 18 2006, @09:28PM
  • Re:Monday afternoon? by Kelson (Score:2) Wednesday October 18 2006, @09:29PM
  • Re:Difficulties with install... (Score:4, Insightful)

    by Shados (741919) on Wednesday October 18 2006, @09:30PM (#16496033)
    It matters for web developers. A LOT. The faster IE6 can be ignored (it won't for years for mass scale sites, but for smaller stuff, web applications, etc it will be able to soon, relatively speaking), the least likely web developers will be to go totally bonker. I do feel for the ones that DO have to support everything from Netscape 4 and up though, it will be a nightmare to support in paralelle with IE6.
    [ Parent ]
  • Headline 3-4 years from now... (Score:5, Insightful)

    by suggsjc (726146) on Wednesday October 18 2006, @09:32PM (#16496051)
    (http://www.millioninchange.com/)
    I completely agree that not having *all* of the CSS support is a bummer. However, it is a minor piece of the puzzle in the grand scheme of things. You can't count on all of your users having an updated browser. You (in general) have to code to the lowest common denominator. Sites are just now starting to drop support NN4, but IE5 is still a big player. So...this is actually a headline for about 3-4 years in the future when people are considering having to accomodate IE7 and its shortcomings, and consequentially considering dropping support. Today, I still sit in backwards compatibility hell...tomorrow doesn't look good either.
    [ Parent ]
    • Be glad by rsilvergun (Score:2) Wednesday October 18 2006, @10:56PM
      • Re:Be glad (Score:5, Interesting)

        by suggsjc (726146) on Wednesday October 18 2006, @11:41PM (#16497111)
        (http://www.millioninchange.com/)
        Web dev is an understatment. When I release this beauty upon the tubes, well not sure what is going to happen, but hopefully it will be good.

        Actually I'm designing a site from the ground up. Trying to do everything* right. Semantic markup, accesibility, proper source ordering, user customizable/specifiable everything...AND trying to accomodate most all browsers or degrade nicely. Its currently just me, but I've got a few other people that are about to come in and start working on it as well.

        I'm doing this on the side, so no I wouldn't be out of a job, just gain a lot of spare time. Actually even if I could guarantee that all of my users would use the same 100% standards compliant browser I'd still have to make some of the same decisions...layouts, color schemes, etc. not to mention just implementing features...

        I've mainly been focusing on making sure my markup is *perfect*. CSS can't do everything, but the nice thing is that if done correctly, you can turn CSS off and still be able to use the site. Same goes for javascript. My first version will require no javascript and all future core features will be able to run without it as well. AJAX and all this "Web2.0" hype is going to take a backseat to functionality, they'll be added as needed in future releases. I also like to test the experience from using a PDA. What's nice about this approach is that my "full" version and "mobile" version are the exact same codebase.

        To top it all off, it has been developed entirely using...drumroll...vi(m).

        Every "web dev" should do what I am doing at least once, so they can understand how sites work and not use their WYSIWYG "tools" as crutches and actually understand (x)HTML, CSS, and javascript. Dreamweaver is killing the web!
        [ Parent ]
        • Re:Be glad by rolfc (Score:1) Thursday October 19 2006, @02:24AM
        • Re:Be glad by HardSide (Score:1) Thursday October 19 2006, @07:17AM
          • Re:Be glad by Yvan256 (Score:2) Thursday October 19 2006, @10:31AM
          • Re:Be glad by thinsoldier (Score:1) Saturday October 21 2006, @11:50AM
        • Re:Be glad by suv4x4 (Score:2) Thursday October 19 2006, @07:40AM
          • Re:Be glad by suggsjc (Score:2) Thursday October 19 2006, @08:39AM
        • 1 reply beneath your current threshold.
    • 1 reply beneath your current threshold.
  • Re:WGA by BobboBrown (Score:1) Wednesday October 18 2006, @09:38PM
  • Re:WGA (Score:4, Informative)

    by Kelson (129150) * on Wednesday October 18 2006, @09:44PM (#16496177)
    (http://www.hyperborea.org/journal/ | Last Journal: Tuesday September 11, @05:30PM)
    The only reason I want to upgrade is security patches - god knows till when IE6.0 will be supported.

    Fortunately, he's not the only one [msdn.com]. IE6 comes standard with Win2k SP, WinXP SP2, and Win2k3 server, so it'll be supported (on those platforms) as long as they are. That means if you're using Windows 2000 SP4, IE6 will be supported until 2010. For WinXP SP2, you'll have to look up the date.

    [ Parent ]
    • 1 reply beneath your current threshold.
  • Re:Yay! by bunratty (Score:2) Wednesday October 18 2006, @10:11PM
    • Re:Yay! by bunratty (Score:3) Thursday October 19 2006, @06:23AM
  • Re:Will suffer from the same problems as firefox. by majortom1981 (Score:1) Wednesday October 18 2006, @10:17PM
  • Re:Bandwidth by Datamonstar (Score:2) Thursday October 19 2006, @01:38AM
  • 28 replies beneath your current threshold.
(1) | 2