How true is this summary of MS about FF and IE9?

Hello:
Microsoft is boasting IE9 is the only 100% w3c standards compatible browser, and they show some comparable tables (see http://samples.msdn.microsoft.com/ietestcenter/)
I wonder how true is this and if so, if that means IE9 is better than FF (which I would not believe!)

Consider that this site is made by Microsoft. They either wrote the tests to their browser or wrote their browser to those exact tests.
Note that they are comparing their prerelease (9 won't be released to the public for quite some time) with stable releases.
A less biased but similar site is http://caniuse.com/ for HTML 5 features. There is also http://html5test.com/
Further reading at http://www.withinwindows.com/2010/06/02/browsers-re-tested-in-the-internet-explorer-testing-center-different-results/

Similar Messages

  • How to make this works. it's about Runtime.exec().

    hi' i really need help about this.
    i have 2 class file. one named GoodWindowsExec that used to execute another file named maintest. (i post my code below). When i run GoodWindowsExec there's no problem but not working correctly.
    What i need is i can write something directly from my keyboard not via GoodWindowsExec file. So maintest can run normally just like when i execute it manual (java maintest from commandprompt) and display the output. If you look at the maintest file, this file need input from user. But why i can't doing this directly? How to implement this?
    This is java code that i need to execute (maintest) just for sample :
    public class maintest
         public static void main(String[] args)
              try
                   BufferedReader bfr = new BufferedReader(new InputStreamReader(System.in));
                   System.out.print("Try input word : ");
                   String readInput = bfr.readLine();
                   /* String readInput = bfr.readLine(); i think this is the problem.
                    * If i remove this, GoodWindowsExec works fine.
                    * But i cannot remove it. This is my point.
                    * i want try to solve this */
                   System.out.println(readInput);
              catch(Exception e)
                   System.out.println(e);
    }This is my code (GoodWindowsExec) which used to execute maintest :
    public class GoodWindowsExec
         public GoodWindowsExec()
              try
                   String[] cmd = new String[]{"cmd.exe","/C","java","maintest"};
                Runtime rt = Runtime.getRuntime();
                   Process proc = rt.exec(cmd);
                   InputStream inStream = proc.getInputStream();
                   BufferedReader bfr = new BufferedReader(new InputStreamReader(inStream));
                   response res_in = new response(bfr);
                   InputStream errorStream = proc.getErrorStream();
                   BufferedReader errorBfr = new BufferedReader(new InputStreamReader(errorStream));
                   response res_err = new response(errorBfr);
                   res_in.start();
                   res_err.start();
                   OutputStream otStream = proc.getOutputStream();
                   DataOutputStream write = new DataOutputStream(otStream);
                   write.writeUTF("something");
                   /* write.writeUTF("something");
                    * i really don't know about this.
                    * if i declare this, the input not come from maintest / user directly.
                    * if i create some java editor application and want to execute some java code
                    * this is not right. cos input comes from this class not the execute class (maintest).
                    * How to make the input comes from user / execute class?
                   write.flush();
                   write.close();
                int exitVal = proc.waitFor();
                System.out.println("ExitValue: " + exitVal);       
              catch (Throwable t)
                 t.printStackTrace();
        public static void main(String args[])
              new GoodWindowsExec();
    class response extends Thread
         BufferedReader bfr;
         public response(BufferedReader bfr)
              this.bfr = bfr;
         public void run()
              try
                   String line = null;
                   while ( (line = bfr.readLine()) != null)
                             System.out.println(line);   
              catch (IOException ioe)
               ioe.printStackTrace(); 
    }Thank you very much...

    Hi' i think i have same problems with you. but now i think i got it after read this article. Thanks for both of you. specially sabre150.
    But i want to ask about this to sabre150. What if maintest try to request more than one input? How to handle it? and why Try input word : display at the second line? not the first line?
    i'm sorry if i modify this, but i change it like this :
    class outputer :
    public void run()
         try
              bfr = new BufferedReader(new InputStreamReader(System.in));
              String input = null;
              while ((input = bfr.readLine()) != null)
                   write.writeBytes(input);     
                   write.flush();
                   write.close();
         catch(Exception e)
              e.printStackTrace();
    }maintest :
    public class maintest
         public static void main(String[] args)
              try
                   BufferedReader bfr = new BufferedReader(new InputStreamReader(System.in));
                   System.out.print("Try input word : ");
                   String readInput = bfr.readLine();
                   System.out.println(readInput);
                   System.out.print("Try input word again : ");
                   String readInput2 = bfr.readLine();
                   System.out.println(readInput2);
              catch(Exception e)
                   System.out.println(e);
    }When i execute i got this :
    test //request for first input
    Try input word : test
    Try input word again : null
    ExitValue: 0
    halo //request for second input
    java.io.IOException: The handle is invalid
         at java.io.FileOutputStream.writeBytes(Native Method)
         at java.io.FileOutputStream.write(Unknown Source)
         at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
         at java.io.BufferedOutputStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at outputer.run(GoodWindowsExec.java:78)Maybe you know the answer sabre150?
    Thanks...
    Message was edited by:
    2Puluh11Lapan3

  • Why do I keep getting a message saying "You are about to override how Thunderbird identifies this site. Legitimate banks, stores, and other public sites -"?

    This message window pops up numerous times while I am working with Thunderbird. When I click the cancel button, it immediately comes up again and again, sometimes eight or nine times before it stops coming up for a bit, and then it starts popping up again.

    see https://support.mozilla.org/en-US/kb/add-security-exception
    If this is your email provider, you can safely "Confirm Security Exception" and the problem should not continue. Sometimes sites fail to update their certificates (including one of mine!).

  • How to search this forum by tags, answered questions, and quickly navigate to next/previous posts

    New user to these forums. I've read all the Search documentation.
    1. How do I search this forum by tags?
    2. Is there a way to view just the posts that were answered or where the original poster found some help?
    3. Is there a way to quickly move to next/previous posts without having to backtrack to the list of posts and then manually click the next/previous post?
    Thanks!

    New user to these forums. I've read all the Search documentation.
    1. How do I search this forum by tags?
    2. Is there a way to view just the posts that were answered or where the original poster found some help?
    3. Is there a way to quickly move to next/previous posts without having to backtrack to the list of posts and then manually click the next/previous post?
    Thanks!

  • How to design this requirement  by GP, webdynpro, Adobe and UWL?

    The scenario is :
    The supplier logs in the SAP Portal
    1) The first screen should be WebDynpro  screen with some filter selection which have drop downs etc populating from R/3
    After selecting particular values and clicking on a button on screen an adobe form should open upon fetching detail from R/3
    2) This adobe form will have certian prefilled information and certian fields will be editable for the supplier to fill in.
    After the supplier fills in the remaining data he clicks on "Submit" button on the form (Assuming this is online scenario).
    3) Now this form should go for approval as line item in inbox (portal inbox can be UWL/GP).
    4) Once the manager clicks on the line item which has come for approval, on click the filled adobe form should open up and
    the Manager should have option to approve/reject. If approved the data should load in SAP R/3 (I assume to send data back to R/3 i will have to make this also WebDynpro  but how will it have the values that the supplier filled in and how can be it be open when clicked on line item in GP?)
    Note: This all has to be achieved by using WebDynpro  for Java/GP/Adobe, no SAP R/3 workflow has to be used.
    Kindly let me know how can I break this requirements into WebDynpro ,GP and adobe?
    Need Help in designing and whether its possible or not? Helpful answers will be rewarded.
    Regards,
    VD

    Hi Vishal,
    try this link...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0957cb6-5103-2a10-6d9d-a0a4d68c8bf1
    Regards,
    Sudheer.

  • How to design this requirement  by GP, Webdnpro , Adobe and UWL?

    The scenario is :
    The supplier logs in the SAP Portal
    1) The first screen should be WebDynpro  screen with some filter selection which have drop downs etc populating from R/3
    After selecting particular values and clicking on a button on screen an adobe form should open upon fetching detail from R/3
    2) This adobe form will have certian prefilled information and certian fields will be editable for the supplier to fill in.
    After the supplier fills in the remaining data he clicks on "Submit" button on the form (Assuming this is online scenario).
    3) Now this form should go for approval as line item in inbox (portal inbox can be UWL/GP).
    4) Once the manager clicks on the line item which has come for approval, on click the filled adobe form should open up and
    the Manager should have option to approve/reject. If approved the data should load in SAP R/3 (I assume to send data back to R/3 i will have to make this also WebDynpro  but how will it have the values that the supplier filled in and how can be it be open when clicked on line item in GP?)
    Note: This all has to be achieved by using WebDynpro  for Java/GP/Adobe, no SAP R/3 workflow has to be used.
    Kindly let me know how can I break this requirements into WebDynpro ,GP and adobe?
    Need Help in designing and whether its possible or not? Helpful answers will be rewarded.
    Regards,
    VD

    Hi vishal,
    We have similar requirement and currently I am working on it. One solution we have got is using portal database (MaxDB) for storing data temporarily.
    Once the employee submits the data, it is stored in MaxDB, later manager can fetch it from here, and once approved it will be updated in SAP backend. Later a WD application callable object can be created in GP.
    This link /people/karthikeyan.rammohan/blog/2007/12/06/jdbc-connectivity-with-webdynpro-and-max-db can help you in creating the table in database.
    Please let me know if you have any better ideas.
    Hope this helps you,
    Amit

  • How to conver this System.nanoTime() into Hours,minutes and second

    I am getting my Total time with the help of this function ie System.nanoTime(). But i want to Display in the form of Hours,minutes and second.
    So can any one plz tell me that how i will do this conversion.

    If it's less than 24 hours you can use Calendar. or SimpleDateFormat. Add the epoch time for some convenient midnight to the milliseconds value (divide nanos by 1000000).
    Otherwise it's just successive division and remaindering.
    Probably nanos is higher resolution than you need, milliseconds is easier.

  • How to fix this:MobileDeviceService has encountered a problem and needs to close.  We are sorry for the inconvenience.

    im having problem regarding my mobile Device Service.....
    Error Signature:
    szAppName : AppleMobileDeviceService.exe     szAppVer : 17.66.0.47    
    szModName : kernel32.dll     szModVer : 5.1.2600.3541     offset : 00012a6b
    i cannot connect ipad2 in my PC..... please help me to resolve this problem... PLEASE..
    Very frustrated.plspls pls help me

    Try reading this article: http://support.apple.com/kb/TS1538

  • How to fix this QtyOnHand FMS query with SO and PO ShipDates.

    Hi Forum,
    I have this query that returns available quantity that takes into account (from PO)  on order and on commit (SO) based on dates of order and receive.
    declare
    @onhand as float,
    @openqty_s_order as float,
    @openqty_p_order as float
    set @onhand = (select oitw.onhand from oitw
    where oitw.whscode = $[$38.24.0] and oitw.itemcode = $[$38.1.0])
    set @openqty_s_order = (select sum(openqty) from rdr1
    where (rdr1.shipdate <= $[$38.25.0]) and (rdr1.itemcode = $[$38.1.0]) and (rdr1.whsCode = $[$38.24.0]))
    set @openqty_p_order = (select sum(openqty) from por1
    where (por1.shipdate <= $[$38.25.0]) and (por1.itemcode = $[$38.1.0]) and (por1.whsCode = $[$38.24.0]))
    select (@openqty_p_order + @Onhand - @openqty_s_order)
    Whenever the SO ShipDate is <= PO Ship Date, the value returned by entire query is 0.0 instead of OnHand - Qty committed by SO's.
    This query works when SO ShipDate is >= PO ShipDate, it returns OnHand-Qty Committed by SOs + Available through POs
    To repeat the problem:
    BASICALLY whenever @openqty_p_order has no value returned then the entire select -> select (@openqty_p_order + @Onhand - @openqty_s_order) returns 0.0, even though @onhand - @openqty_s_order have values that is not zero.
    Appreciate your help. Thank you.

    Hi Syed Aleem,
    Modify the Query as follows :
       Select @OpenQty=isNull(sum(openqty),0)
       From RDR1
       where (rdr1.shipdate <= $[$38.25.0]) and (rdr1.itemcode = $[$38.1.0]) and (rdr1.whsCode = $[$38.24.0]))
       Select @openqty_p_order=isNull(Sum(OpenQty),0)
       from por1
       where (por1.shipdate <= $[$38.25.0]) and (por1.itemcode = $[$38.1.0]) and (por1.whsCode = $[$38.24.0]))
    The problem occurs when there is no row to select then aggregate clause returns NULL which cannot be used in any Operation .
    Hence use isNull function to avoid this error.
    Thanks and Regards,
    Pooja Singh.

  • I HAVE music on ipad and want to put it on iphone with ios5 how do ido this, I HAVE music on ipad and want to put it on iphone with ios5 how do ido this

    i have an ipad with music i want to put on to iphone with ios5 how do i do this

    yes

  • Need help on how to help my sister register her new nano and add music to it on my computer. I have my on nano already on my computer registered and set up but she and I don't listen to the same music so how would I go about doing this?

    I'm trying to find out information on how to go about helping my sister to register her new nano and load on CD's and such. I have a nano and already know how to do this but she is from CA and we want to load it here on my computer. She will be going home in 2 weeks and wants to use it in the car for the ride home.We don't listen to the same kind of music so I don't want to use my library but do one of her own for her. Also she will want to add this library on to her computer at home. I'm 60 and my sister is 70 I have enough knowledge to do some things on the computer but am not real computer smart. My sister is just learning about everything but has no idea what to do with that knowledge. Can anyone give me and idea on how to do this that I can get a grasp of what needs to be done to do this? My nephew says it's easy but he's in Az and I'm here. He also helps people with computers so he is more knowledgeable than I am. Would appreciate any help on this. thx

    See the procedures below for removing a device from Find My iPhone when you can't do it on the device itself.
    iCloud: Remove your device from Find My iPhone

  • Does any one know how to fix this? My adobe Acrobat 10.1.12 opens and then crashes after about 5 seconds.  Just upgraded to Yosemite.

    I downloaded Yosemite and I use CS5.5. after much wrangling with Java I can now open photoshop, illustrator and indesign.
    However acrobat 10.1.12 as soon as I open a document it crashes 5 seconds later. Any one know how to fix this?

    Hi ,
    Try Un installing and reinstalling the program and make it up to date.

  • How do I turn on the notification for pop-up blocker? I accidentally clicked the option saying "do not show this notification again." I want the notification so I have the option of seeing the pop-up or not, but don't know how to turn this back on.

    How do I turn on the notification for pop-up blocker? I accidentally clicked the option saying "do not show this notification again." I want the notification so I have the option of seeing the pop-up or not, but don't know how to turn this back on.

    Type "about:config" in the location bar.
    Filter for "privacy.popups.showBrowserMessage"
    Change this to true by double clicking the preference (or right click and choose Reset)

  • When typing Ff turns it into a foreign language automatically, how to disable this function?

    When typing in Ff turns it into a foreign language like chinese automatically,
    how to disable this function? I am copying and pasting from an outside source in order to fill this info in.
    == This happened ==
    Every time Firefox opened
    == about 3 days ago

    Hi Stefan, thank you for replying, and sorry for the delay.
    Here is an example. https://onedrive.live.com/redir?resid=F3BF58EFEC14E64B!127&authkey=!ABhtu2udead5u-0&ithint=file%2cdocx
    It appears that OneDrive does not show this problem unless you select "edit document" then "edit in word". I have Word 07, and in there it causes the sloppy-looking, different indent sizes I am trying to fix.
    Thank you for any insights you may be able to share.
    Tom

  • Prevent this page from creating additional dialog..How to disable this dialog box

    i know to solve this problem by going about:config and to correct it,but i want to know whether is there any other way to block this dialog box. How all the user of my application will follow that ?

    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

Maybe you are looking for

  • HP Laserjet P1102w wireless connection problem

    Hi, my printer was working well on the wireless connection.  not sure why it stopped. I removed and reinstalled the software.  While in installation and when I am asked to print a test page, it does it successfully on the wireless connection. when I

  • File opening error-smartform pdf

    dear friends , i created a smartform and converted the smart form into pdf file and downloaded the same but when im trying to open the file a pop-up is coming with the msg like the file is corrupted or damaged. can any one help me on this issue. for

  • Retrieving System Name used in JCO connection ?

    Hi All, Do you know how to retrive the System Name paramer value used in JCO connection using Web Dynpro programe. If so can you please sen me how. I promise to award points for the correct answer. Thank you and Regards Maruti CR

  • Oracle apps functional career

    Hello all, I am preparing myself for a career as a Oracle apps functional consultant in supply chain domain. Based on your experience what is the best way/process to get ready for this? Do I need to get trained in some institute or else buy some book

  • Can't see back further than 6 weeks ? why?

    Ok, so today is 26/10/09. Time Machine is not allowing to go back further than 1st Sept 09? Any ideas? Clearly I am doing(not doing) something daft as I can't find anyone with the same probl? Tx S