Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

AJAX and IE7? 72

Moochfish asks: "Recently, my company took a brief look at AJAX to see if it was worth implementing on a few of our administrative pages to speed up certain tasks. I had created a demo that made an interesting use of live edit fields that showed some promise. However, after a little debate on the issue, we ultimately decided to skip AJAX implementations anywhere in our codebase due to concerns about things breaking when IE7 comes out. I haven't personally tried IE7, but I completely understand and mirror the concern. For you testers of IE7, does it successfully render current, non-ASP AJAX enabled sites without errors? And finally, does IE7 introduce any new functionality that may enhance the current capabilities of AJAX?"
"Many of the AJAX libraries out there have tons of duplicate functionality to handle cross-browser support. Recalling Microsoft's history of IE quirks, it seems likely that the new IE7 will have its own set of problems with regards to JS implementation. With the AJAX craze only growing, how are other developers and IT departments addressing this problem? Is this even a valid concern? While this is probably not an issue with ASP developers - especially with the release of Atlas - is this an issue for sites that use non-MS technologies?"
This discussion has been archived. No new comments can be posted.

AJAX and IE7?

Comments Filter:
  • by heinousjay ( 683506 ) on Saturday March 25, 2006 @07:24PM (#14995414) Journal
    Why not just install the beta and see how it behaves? I can't imagine they're going to change the interface to the XMLHTTPRequest object now, but even if they do, you can isolate that change. Bam, AJAX still works.

    Seems your question might be more about DOM manipulation, but I have the same advice: install the beta.
    • They have. It's now identical to that used by all the alternative browsers (the team state the reason as being corporate users block all active X content, meaning that currently AJAX applications are unsuitable for corporate environments using IE).
      • Even still, that kind of change is easily isolated, and is already covered by all the major AJAX libraries I'm aware of. The actually usage interface shouldn't have changed, and that's much more important since client code typically deals with that a whole lot more than simple construction.
        • Indeed, and that is infact my point - I was intending to mention the fact the change actually benefits developers in the long term as it means that it will be a truely standardised interface, i'm not a fan of Microsoft or IE (I do a fair bit of development work for the web) but at least it seems like they're really trying to fix things up in IE7 (preferable imho to adding more buggy features).
    • "Why not just install the beta and see how it behaves?"

      There's a big difference between briefly tinkering around with it and getting responses from people who use it daily. "I was able to log into GMail, it works perfectly!"
    • I can't imagine they're going to change the interface to the XMLHTTPRequest object now, but even if they do, you can isolate that change. Bam, AJAX still works.

      I could imagine this.

      The way MS products work is that they are integrated. That's the value proposition: use Visual whatever, IIS,IE, and MS SQL Server and it's wrapped up in a tight package for you. If they made a change that was useful to their toolchain, their developers would never see it except as improved features or performance. If it caus
  • non-ASP ? (Score:3, Insightful)

    by LDoggg_ ( 659725 ) on Saturday March 25, 2006 @07:25PM (#14995420) Homepage
    For you testers of IE7, does it successfully render current, non-ASP AJAX enabled sites without errors?

    What the heck does the tech creating the html/javascript have to do with the browser's usage of the generated code?

    If you specifically mean ATLAS, they you should specify it in that question.
    • What the heck does the tech creating the html/javascript have to do with the browser's usage of the generated code?

      It has to do with how attractive alternatives to Ajax are. If you're in for hell anyway, then the argument that Ajax is going to be hell doesn't carry as much weight.

      Context is everything in decision making.
  • easy solution (Score:1, Flamebait)

    just have a popup on your page that automatically downloads, installs, and launches firefox.
    • Sadly, I wish that was possible. To bad Gecko can't be compiled as a downloadable Java applet or something. IE7 still sucks although maybe not as bad as IE6 but with the extra benefit of being incompatible with IE6, Firefox, Opera, and Safari. At least Firefox, Opera, and Safari are mostly compatible amongst themselves.
      • IE7 still sucks although maybe not as bad as IE6 but with the extra benefit of being incompatible with IE6, Firefox, Opera, and Safari.

        Oh great, your version of IE7 must be out of beta. Can I get a copy of the final? I've been wanting to try it, and since it's not due to be released until November, I didn't want to wait.
        • Beta means mostly feature complete. Or is supposed to. If IE7 is to have anywhere near the quality of CSS, DOM, and JS support as Firefox, Safari, and Opera then it really isn't beta quality software yet. If it improves that much by release I'll be happy. IE7, as of now, sucks though as compared to the testing version of Opera 9 which is very good.
          • Beta means mostly feature complete. Or is supposed to.

            That's really a company by company definition and in many cases a project by project definition. While I agree with you, it should be a feature complete program with bugs that need to be worked out.

            Microsoft, however, doesn't always follow that guideline and that is their decision. It's not right or wrong, it's just their decision. It's most likely why they plan to abandon the general 'beta cycle' completely, it makes more sense from their standpoint.

            Th
            • The definition of alpha, beta, etc is project by project but there are certain standands that exist as to the naming scheme. I agree that Microsoft isn't likely to follow such a standard, or any standard, but it's still the standard. I don't remember if IE7 was even called a beta though. They could have called it something else and I wouldn't remember. I wish they'd let you keep IE7 and IE6 installed on the same system without jumping through hoops. IMO all testing software should do that.

              True, they could s
  • by Anonymous Coward on Saturday March 25, 2006 @07:28PM (#14995434)
    Since it seems you want AJAX for internal uses, why do you care if it'll work with IE7? Seriously, maybe your organization should consider deploying Firefox...
  • by BladeMelbourne ( 518866 ) on Saturday March 25, 2006 @07:32PM (#14995451)
    If I recall, MSIE 7 has XMLHttpRequest - no more using MSXML. The same code should run on Mozilla and MSIE 7.

    MS has also released their Atlas Ajax library/framework in the past couple of weeks.

    I hate IE 7's interface. Tabs are ok, but the buttons and layout are not placed well on screen.
  • Fine (Score:5, Informative)

    by Kawahee ( 901497 ) on Saturday March 25, 2006 @07:37PM (#14995474) Homepage Journal
    It works fine. GMail runs smoothly, Outlook Web Access runs smoothly. IE7 is just IE6 + more features and better CSS support. And they're using the standard HTTP request object now, not the MS* one.
    • by Osty ( 16825 )

      It works fine. GMail runs smoothly, Outlook Web Access runs smoothly. IE7 is just IE6 + more features and better CSS support. And they're using the standard HTTP request object now, not the MS* one

      The "MS* one" defined the standard. But yes, it required creating an ActiveX object rather than being a native implementation. That said, while IE7 does now have a javascript-native XMLHTTPRequest implementation, it can also still run ActiveX controls. That means sites that do stupid things like parse UA st

    • the standard HTTP request object now, not the MS* one

      I love it. Not even 'inventing' a feature is enough for someone to claim it's 'nonstandard'.

      • To my knowledge, there is no formal standard for XMLHttpRequest. Therefore, the next best thing is a de facto standard, which is what Safari, Opera, Firefox and now IE7 have created by sticking to the same implementation. Thus, the original ActiveX implementation is non-standard.
        • Whilst I am very content with the concept of 'standards' and 'de facto standards', this almost sounds like:
          1. Develop an implementation of something.
          2. Watch as your competitor develops a incompatible implementation of same.
          3. Watch further competitors mimic first competitor, building implementations compatible with theirs, but not yours.
          4. Receive smacks for having a 'non standard' implementation from elements of the public.

          Of course, if I am projecting, please feel free to point that out, too.

          • You definitely have a good point. I think one thing that makes this complicated, however, is the fact that Microsoft used ActiveX to create the functionality. Being that it was implemented on a non-standard base from the getgo, I think it's somewhat fair to call their original implementation non-standard.

            There's definitely a grey area there and I'm a bit unsure how I feel about the situation myself. In the end, though. I am glad that Microsoft has chosen to go with the de facto standard that has been create
            • Agreed. In the end its better and simpler for all if a standards based approach is taken, I just thought it a little unfair that of all the things Microsoft could be berated for, this would be one of them - and not necessarily you, I've seen this argument several times.
  • by alstor ( 587931 ) on Saturday March 25, 2006 @07:39PM (#14995486) Homepage
    While this doesn't exactly answer the question posed, the question made me consider the impact IE7 will have on browser usage, and Microsoft's design decisions for IE7. Given the current market of browser distribution basically mandates that web designers and programmers fix IE6 issues, I am not so sure that IE7 will be considered in such forceful terms, or, that Microsoft will be forced to try harder to make the browser standards compliant and have fewer idiosyncrasies. Should web designers and programmers be forced to make frustrating fixes for so many generations of the same broken browser? From the numerous times I have been pissed at IE6 because it rendered something just slightly off, I know I might advice organizations I program for to tell users to use Firefox or Mozilla or Opera or nearly anything aside from IE6, or in the future, IE7. For Microsoft's sake, I hope they have considered the possible backlash from the generally non tech savvy users of IE6 when they get an update to IE7 and all the new AJAX applications break. I know that if I were trying to use Gmail or Flickr, and they just stopped working when I moved to IE7, I might just switch to Firefox or Opera if I hadn't tried before.
    • I don't think that's going to happen like you said.
      Like it or not, MS still dominates the browser market, and whatever decision they make is the benchmark which web sites and web applications have to reach if they ever want to hope to be successful for the majority of their visitors.
      Big organisations may control which browser they install on they PC, but the immense majority of home users can barely use copy and paste effectively, so asking them to ditch IE in favour of Opera or Firefox is never going to
    • I'm sure they have considered the backlash, and have decided that the best thing to do is to do their usual nothing: assure their customers that nothing is wrong with IE7 and that the website in question is broken and will need to be updated. End of story. Not their fault. They just made the web browser, not the content you cannot view with it.
  • It's a non-issue (Score:5, Insightful)

    by AnamanFan ( 314677 ) <anamanfan&everythingafter,net> on Saturday March 25, 2006 @07:46PM (#14995518) Homepage
    I think you're a little confused about what AJAX technologies are and where they run.

    AJAX is a presentation philosophy (AKA: a client-side issue). It runs independent of the server technology used. On various projects, I have implemented AJAX on servers running PHP, ColdFusion, and static HTML. AJAX is server platform independent.

    As for the particulars of IE7, I can say that using script.aculo.us [aculo.us] and Prototype [conio.net] libraries run the same if not improved on IE7 in comparison to IE6. The fact that the libraries themselves are actively being tested for IE7 as new beta comes out means that I don't have to do anything extra for the changes; It just works.

    I understand the initial concern for IE7/IE6 compatibility, but sticking with a popular library solve this problem and make the concern a non-issue.

    As for the server-side of AJAX, what you'll be coding are pages that output either HTML, XML, or JSON. Any server platform can create this kind of output, so questions of server compatibility are moot.

    But my word of cation is this: Know why you are changing a component to an AJAX philosophy and how best to implement it. There are good reasons to use AJAX as there are bad ones. Please proceed with cation and purpose.

  • Shannanigans (Score:5, Insightful)

    by Fhqwhgadss ( 905393 ) on Saturday March 25, 2006 @07:47PM (#14995526)
    Let's see: The poster has an in-house web application and has gone so far as to prototype an AJAX-ified interface. After all of this work is done, it appears that the new interface may improve productivity, but the idea is scrapped wholesale over some ephemeral fears that IE7 _might_ break their site, and an Ask Slashdot is posted.

    How hard is it to download the IE7 beta? The app is in-house so if it breaks tell IE7 users to fuck off until support is added for it. Is moochfish totally inept or just trying to fan the 'IE7 is the suck' flames? My guess is the latter.

    • Re:Shannanigans (Score:4, Informative)

      by moochfish ( 822730 ) on Saturday March 25, 2006 @09:05PM (#14995756)
      My company is involved in consumer web traffic and thus many users in the company use a variety of browsers to test both in-house and partner web pages. The rest of our administrative software works fine in the main browsers we use and it would be rediculous to force everybody to start using a specific browser for one or two pages.

      Secondly, my prototype was a demo for something I wanted to expand to our clients and partners. And trust me, coding a 20 line AJAX script is not that much work and you might think.

      Finally, telling people to "fuck off until support is added" is the exact reason the project was canned. That is not possible in the business world.

      The decision was made without my direct input. I though it was an interesting issue and was curious how other departments handled it. I wasn't asking for ways to convince my management to reverse their decision.

      But thanks for the trolling/flamebait.
      • Ah, I was too hasty interpreting "administrative" to mean "non-customer-facing". That was foolish and you certainly can't tell your customers to use a supported browser or fuck off (at least not in the case of IE). That said, I fail to understand how posting a question to Slashdot is expected to provide better insight than running the beta. It probably involves more actual effort as well.
      • Im in the process of adding some Ajaxy goodness to fone-me.com [fone-me.com], this to give the users instant mail notifications works fine (although i should point out that the number 1 on line 20 is printed by a php script)

        http://rafb.net/paste/results/YYjERl90.html [rafb.net]

        This works fine in IE6,IE7,Opera,Firefox,Konqueror, although i'm going to reduce the interval (every 5 seconds is very excessive)
    • Is moochfish totally inept or just trying to fan the 'IE7 is the suck' flames? My guess is the latter.

      Probably, and I'm totally cool with that. I say he should convert his company over to using Firefox or Opera, the more people that use "alternative" browsers the better it is for everyone.
  • by Fweeky ( 41046 ) on Saturday March 25, 2006 @07:59PM (#14995560) Homepage
  • I got an idea ... YOU have the Ajax script that you want to test. Why don't you download IE7 beta, test it on your script and YOU tell US how it works by posting the answer to this thread. Thanks from all of us. -- Slashdot users. (I speak for them in this case.)
  • ...that people will not stop using IE until you stop supporting it? Fuck IE, code for the standard, if it breaks IE, tough crap, they can get another browser.
  • dumb (Score:1, Flamebait)

    "does IE7 introduce any new functionality that may enhance the current capabilities of AJAX?"

    yes, it'll come with the almighty proprietary XAML technology M$ stole from Mozilla XUL. and everyone will bow to it and an html web will be gone...

    You're really serious about waiting for something which you even fear might break your efforts? Talk about reasonable businessman...

    There should be no wait or fear if you just coded for standards so that it would run on any browser. Or just go for Firefox, which is he
  • We've tested IE7 with our Ajax apps, and they worked perfectly without any extra work. We did have some stylesheet issues, but no problems at all with Ajax.

    IE7 replicates the XMLHTTPRequest functionality already found in other browsers, so if your Ajax library tries to use that as it's default, then it'll all work perfectly. On the other hand, if your libary tries to do browser detection before deciding which method to use, then you may need to update it. (Thus demonstating very nicely the reason why one sh
  • Doubt (Score:2, Interesting)

    by WED Fan ( 911325 )

    I am sorry, and I am apologizing up front and will probably have my karma slammed, but I do have to comment.

    I really have to question the legitimacy of this 'Ask Slashdot' article, and am wondering how the editors let it slip through. The article is either a fake, or the person submitting it is a piss-poor tester.

    How hard would it have been to install the IE7 beta on a single machine to check the rendering of AJAX elements?

    I have IE7 installed on a test machine that we use to test web apps. I also use

  • basically I have created an ajax object in javascript. That object then handles the differences between IE and gecko based browers and opera and safari and konqueror.

    I've done this with several things as well: libjsevent -> event abstraction; libjsdom -> some dom manipulation abstraction; etc. The advantage to this, is that if IE7 supports ajax differently or through activex or some other means, then I can add it to the library and all things work again. If I have to develop some special IE plugin

  • Other posters have pointed out that AJAX works fine in the IE7 betas, but if you're making a site that depends on AJAX, regular javascript, flash, etc., you should always just have a normal HTML fallback for browsers (Such as lynx) that only support the basic <form> tags.
  • I'm leading some developements here on my company using big amounts of javascript/DOM manipulation/AJAX and I can say IE7 beta needs far less work than IE6 cause it's more DOM/CSS compliant but anyway the more javascript you make the more browser detection/dedicated code you need, no matter if it's AJAX/DHTML/Whatever you want.
  • I create software solutions; It's how I pay the rent.

    Consider this Tensor: The more work the client does means less work the Server does; A classic example, "Initial Edits".

    Consider the following senario:

    1. HTML using CSS Posts a Form to a IIS web service,(because the submitter stated IE7 as the browser).

    2. The reply comes back in the form of a XML response with an attached XSLT preprocessing instruction.
    Notes:
    2a. This XSLT file will have imbedded in it the HTML using a CSS file, and a co
  • With all the problems surrounding IE lately (and always), you'd be crazy to assume IE7 is going to be any better. If you're already expecting a lot of breakage from the new version, which it seems you do, given the concerns it's given you, why not start a planned Firefox rollout now, tackle any issues in a controlled manner with your old IE as a fallback, and by the time IE7 actually arrives, you no longer care because you're already running something else. I bet new versions of Firefox won't be as breakage

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...