Apps To Fusion

.......Our Journey from Apps To Fusion

 
  • Increase font size
  • Default font size
  • Decrease font size



Firebug - Essential tool for APEX/Web Developers

E-mail
User Rating: / 2
PoorBest 

 

Firebug is Firefox browser add-on, which is a must have APEX or web developers. It can be downloaded from http://getfirebug.com/.

Some of firebug features at a glance.

  • View and edit HTML Source and CSS (Cascading Style Sheet).
  • Javascript debugging
  • Explore DOM (Document Object Model)
  • Execute JavaScript in command line
  • JavaScript logging using console command
  • Monitor network activity
Video on features on firebug (6:18 min).

Enough said ... why do APEX developers care about?
At the end of the day Oracle Application Express Engine has to produce HTML output to the browsers to present it to the users. APEX engine uses PL/SQL code and HTML in templates to generate HTML output with data. Viewing HTML source in a readable format will help when you customize templates and themes to change look and feel of application. As you see changes on the fly, before modifying templates you can choose the best look for your application. These changes does not effect application used by other users.

Firebug also provides the most effective debugging for JavaScripts. If you ask me to close my eyes and pick one firebug feature that saved my day that would definitely be ... seeing the version of CSS and JavaScripts currently loaded or used by my application. There were few scenarios where my changes to CSS/JavaScripts are not seen in the versions used by browser. It was due to browser cache or unknown issue that caused duplicate records in APEX_WORSPACE_FILES table.

 

 

Comments (2)add
...
written by ram11 , April 10, 2009
too good
report abuse
vote down
vote up
Votes: +1
Car Diagnostic Tools
written by Car Diagnostic Tools , October 25, 2011
Article written in a very, very fond of me, thank you for sharing. Hope to have a better article appeared in front of everyone!
report abuse
vote down
vote up
Votes: +0
Write comment
quote
bold
italicize
underline
strike
url
image
quote
quote
smile
wink
laugh
grin
angry
sad
shocked
cool
tongue
kiss
cry
smaller | bigger

security image
Write the displayed characters


busy
Last Updated ( Friday, 10 April 2009 02:54 )