Archive: firebug

 

Posts Tagged ‘firebug’


Ever need to quickly test some HTML that you copied from some where? If you have Firebug installed, you can open a new tab, go the the HTML tab in Firebug, click edit and paste your HTML and Firefox will render it. This is faster than having to open a text editor, paste the contents [...]



 

If you are struggling to understand why you are getting a popup on the Magento checkout with the simple message “undefined” then here is what you need to do. 1. Use Fire Fox and install the extension Firebug 2. Switch Firebug on and go to the console tab 3. Hit the place order button and [...]



 

If you develop using Zend Framework you will know that it is sometimes tricky to see exactly whats going on in terms of SQL queries. After trying a few different ideas including subclassing the database classes or other complex systems, the easiest I have found is this: 1. Edit your app.ini config file and add [...]