canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
MarkFinkle (talk | contribs) No edit summary |
MarkFinkle (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
=== Slide 1: === | === Slide 1: === | ||
'''Firefox: A great platform for web development''' | '''Firefox: A great platform for web development''' | ||
* Variety of developer tools | * Variety of developer tools make Firefox great for developers. | ||
* Consistent deployment across different platforms | * Consistent deployment across different platforms. | ||
* Build web sites and apps using web standards | * Build web sites and apps using web standards. These include many practical WHAT WG standards too. | ||
* Many common JS libraries are now part of the Firefox test suite. Its less likely that a Firefox release will break your existing web app. | |||
=== Slide 2 === | === Slide 2 === | ||
| Line 13: | Line 14: | ||
* [http://www.getfirebug.com/ Firebug] - DOM inspection, JavaScript debugging, XHR profiling and more. [http://www.digitalmediaminute.com/screencast/firebug-js/ screencast] | * [http://www.getfirebug.com/ Firebug] - DOM inspection, JavaScript debugging, XHR profiling and more. [http://www.digitalmediaminute.com/screencast/firebug-js/ screencast] | ||
* [http://www.openqa.org/selenium-ide/ Selenium] - Web site and app automated testing. Create macros or scripts to replay actions on a webpage. [http://wiki.openqa.org/download/attachments/400/Selenium+IDE.swf?version=1 screencast] | * [http://www.openqa.org/selenium-ide/ Selenium] - Web site and app automated testing. Create macros or scripts to replay actions on a webpage. [http://wiki.openqa.org/download/attachments/400/Selenium+IDE.swf?version=1 screencast] | ||
* [https://addons.mozilla.org/en-US/firefox/addon/3829 Live HTTP Headers] - Watch HTTP headers in real time. Use to debug web applilcations and monitor cookies. | |||
''These tools are all available as addons to multiple versions of Firefox and work on all Firefox platforms.'' | ''These tools are all available as addons to multiple versions of Firefox and work on all Firefox platforms.'' | ||