tags: HTML
, Firefox
, Web Development
, Helpful Tools
posted: Tuesday, August 21st, 2007
I recently found this nice and simple Firefox plugin called View Source Chart, created by Jennifer Madden

Brian began developing applications for the Internet in 1995, and has continued to architect, design and develop Internet software for the last 11 years, including projects for IHG, IBM, Brighthouse, and Cox Target Media (Valpak).
Here he shares his thoughts and opinions on Internet Software Architecture and Development, chronicles his current projects and areas of research, and give tips and tricks he discovers along the way.
tags: HTML
, Firefox
, Web Development
, Helpful Tools
posted: Tuesday, August 21st, 2007
I recently found this nice and simple Firefox plugin called View Source Chart, created by Jennifer Madden

tags: Firefox
posted: Sunday, May 20th, 2007
If you love Firefox as much as I do, you may find this list of 15 ways to improve firefox, including increasing performance and decreasing memory usage (a big issue for me on my work laptop). And if you don’t use Firefox, it’s time to start!
Read the 15 Coolest Firefox Tricks Ever.
tags: Firefox
, Web Development
, Helpful Tools
posted: Sunday, April 8th, 2007
If you frequently want to switch between your local development instance of your web application, and the production version, or perhaps another version like an integration or QA installation, the Server Switcher Firefox plugin may be useful to you. With this plugin, you simply assign both URLs to each other in the Options tabe for the plugin and an icon will appear in the URL field of your browser. Clicking it will toggle you between the two URLs.
For example, if I was running an application on my local machine at http://localhost:8080, and the live version was at www.brianburridgecom, I would enter each in the plugin’s options under Development Server and Live Server respectively. When I got to either web site, I get an icon. A construction hat when working locally, and a server when on the “live” server.
The plugin supports ports, subdirectories, local files (specified with file://). Ctrl-Shift-X can be used to toggle with the keyboard.
I have found this plugin very useful during web site development. I don’t always have the “live” server set for a true production install, but instead to switch between my local development instance, and an integrated development server to perform some QA on both and compare the differences between them.
The plugin can be found here.