January 15, 2008

Internet Explorer To Mozilla Migration Guide

Filed under: Mozilla Firefox — Administrator @ 12:25 pm

CONTENTS OF THE GUIDE, INCLUDE:
* Introduction
o What is Mozilla
o Mozilla Philosophy (standards compliant, etc)
* General Cross Browser Coding Tips
o Browser Detection the Right Way (capabilities VS browser specific checks)
o Abstracting Out Browser Differences
* DHTML
o DOM Differences
+ document.all/global namespace VS document.getElementById
+ Document Fragments
+ Table of mappings from IE -> Standards/Mozilla (innerhtml)
(more…)