Sumario: | In this Wrox Blox, you'll learn how to program using industry-standard best practices, coving code organization, indention, file structure, and organization. You'll be introduced to the base2 JavaScript framework, which provides a stable backbone for rapid JavaScript application development by bridging and patching cross-browser inconsistencies and idiosyncrasies. This Wrox Blox describes how base2's developer Dean Edwards has made base2's event API consistent and loyal to the W3C standard event API by implementing the standard addEventListener() method in Internet Explorer, thereby providing a standard event API that can be used in all popular, modern browsers. You will also learn about base2's pioneering support for the W3C Selectors API that was recently natively implemented in Internet Explorer 8.0, Firefox 3.1, Safari 3.0, and Opera 10. base2 utilizes the native implementation when one is present for speed and efficiency and falls back on its own implementation when one is not present. In addition, you will learn about a couple of methods from base2's rich API set. base2 provides the indexOf() and lastIndexOf() methods for arrays, and provides several other useful enhancements to strings and arrays, such as the forEach() method, which makes enumeration less verbose. Finally, base2 is even looking forward to the emerging HTML5 draft specification with support for the classList property and its methods, add(), remove(), toggle(), and has(), which let you easily manipulate the class names of elements in the DOM. Programming conventions and best practices Provides tips that will make your markup and JavaScript code appear more polished, organized, and professional. How to make your markup and JavaScript code easier to debug Discusses how you can use base2 to repair and bridge standards support in browsers Describes how you can use the W3C's event API in all modern browsers, including Internet Explorer Covers brand new browser support for the W3C Selectors API, first implemented in JavaScript in base2, now implemented natively in upcoming versions of every major browser, including Internet Explorer 8, Safari 3, Firefox 3.1 and Opera 10 Also includes some discussion of base2's support for de facto standards, such as Mozilla's array extras, and the DOMContentLoaded event, which reduce the amount of code you need to write, in addition to making your scripts load more quickly.
|