Posted by Adam Buenz

This was just in one of my friends random email signatures that works on .NET compatability for the FireFox project. We were just talking about SharePoint as I had some questions on improving compatibility with the platform. I actually don't use IE for anything besides testing SharePoint development, for random browsing, blogging, and what not, I use FireFox. Hey, what can I say, it is hella faster. Anyways, I thought this was hiliarious:

C#:
  1. do
  2.  
  3. {
  4. Code IE = new Code("IE7");
  5. Code Fx = new Code("Firefox");
  6. }
  7. while (!(IE == Fx));
  8.  
  9. Overflow Exception

LOL!.

Leave a Reply