How is Mozilla Firefox Developer Edition Different from Regular Edition???





Mozilla recently launched a new version of their web browser called Mozilla Firefox Developer Edition that is specifically geared towards web developers.Version 35.0a2, first offered to Firefox Developer Edition users on November 10, 2014





This Edition is Nothing but,a  modified version of Firefox that is specifically designed for web developers. It also uses a separate profile from the regular version so that running them side-by-side is an option. That does mean that all your add-ons and settings will not be available in the Firefox Developer Edition, but you can use Firefox Sync to get your add-ons and settings synchronized on both versions.

All features in the Firefox Developer Edition will be available 12 weeks before they are available in the regular version of Firefox.

Some features built into the Firefox Developer Edition that the regular version does not have are:
1 ) Web IDE


Web IDE allows you to develop, deploy, and debug web apps directly in your browser or on a Firefox OS device.
 It lets you create a new Firefox OS app (which is just a web app) from a template or open up the code of an existing app. 
From there you can edit the app’s files. It is one click to run the app in a simulator and one more to debug it with the developer tools. 
You can watch a video about Web IDE on YouTube here.

2 ) Valence

Previously called Firefox Tools Adapter, Valence lets you develop and debug your app across multiple browsers and devices by connecting the Firefox developer tools to other major browser engines. Valence also extends the awesome tools built to debug Firefox OS and Firefox for Android to the other major mobile browsers including Chrome on Android and Safari on iOS. So far these tools include Inspector, Debugger, and Console & Style Editor. You can watch a video about Valence on YouTube here.

3 ) Web Audio Editor

The Web Audio Editor lets you inspect and interact with Web Audio APIs in real time to ensure that all audio nodes are connected in the way you expect.

And it also has regular features like 

4 )Page Inspector 

This can Help you to Examine HTML and CSS and also modify it during runtime.
But, the Changes are Not permanent


5)Web Console 

See logged info and interact with web pages using JavaScript.It also Helps in executing and checking javascript functions at runtime.

6)JavaScript Debugger

A Small tool That Helps in debugging Javascript.

Thanks for Reading............... :)

Comments

Popular posts from this blog

Hack Wifi with Fern Wifi Cracker

Linux Shell Script to count no of occurrences of a digit in a number

How to Decompile JAR files and View Source Code of Java Programs