Firefox Add-Ons for Developers
Here’s a set of Firefox add-ons I use in my daily development. Note all of them analyze code. Some of them are for being productive. Make sure you go to the Firefox web site to get the latest versions...
View ArticleConceptual Architecture of Firefox
Great document outlining the architecture of Firefox from a conceptual level. What components make it up and how it's maintained. . It was put together by the University of Victoria. To see...
View ArticleRun Program, Resize it, Relocate it
My work often changes. I could be doing programming, then systems administration, then quality assurance. I often have to change from different toolset to toolset and I find it annoying sometimes...
View ArticleForcing Firefox to Show Image After Disabling Showing Images
I guess I didn’t know that if you disable Firefox to show images, images still show if you use a Data URI string, base-64 encoded. For example, let’s take a look at the following HTML: <html>...
View Article