Quote - (sanctified @ Mar 26 2008, 13:21)

Go ahead

Not that I doubt you, but...
Quote - (The_Decryptor @ Mar 26 2008, 14:10)

Time to put your money where your mouth is, In 2 weeks I want to see you get IE passing Acid3.
I'd love to, unfortunately I'm currently working my tail off building two large websites at once and my boss is constantly driving me to get them done by May, so I don't have the two weeks' time to work on this. Of course if you can really put in some $$$ to my money then maybe I can get some time on this otherwise pointless "project"
btw I never said I can get IE pass Acid3, I'm not the IE chief in M$, I said I can make a Trident shell to pass Acid3. It's quite easy, you just retrieve the Acid3 html into a string, change parts of it that Trident can't handle into what Trident can run to produce the same results, and then feed it into the mshtml or just use the WebBrowser control. Basically an "emulator" of sorts that translates Acid3 codes into Trident codes, I've done similar applications before. Currently I don't have time to work full-time on it, but I may make a C# shell to pass over 20/100 in Acid3 with Trident this weekend, IF I can get some free time this weekend, just to prove I'm not bluffing.
Of course if I want to take the easy way out, I can always just retrieve the html, and checks if it's the Acid3, and then feed the WebBrowser control some pre-made html that will produce the reference result. That should take less than two hours, but I'll refrain from doing that
PS: now I've taken a better look at the Acid3 source, it seems I've overestimated its complexity. It won't require even one week to make a Trident shell that translates Acid3 specific codes into "M$-compliant" ones if I can work on it fulltime. But for now, back to ASP.NET and Flex coding