Posted on Tuesday, May 30th, 2006
if ((bWebDeveloper || bWebDesigner) && bFirefox) { try { var oNewExtension = new cExtension(); oNewExtension.fetchXPI = fnFetchURL(“www.getfirebug.com”); oNewExtension.installXPI(); if (oNewExtension.success) { console.log(“Firebug installed successfully.”); var oFurtherOptions = getElementById(“divTellUser”); oFurtherOptions.innerHTML = “About FireBug” oFurtherOptions.innerHTML += “FireBug Screencast” oFurtherOptions.innerHTML += “FireBug Overview” } } catch(e) { throw “Next time Gadget, next time!” // Take a look at [...]
Posted in Browsers, Design, Development, Firefox, General, Internet, Intranet, Utilities, Webdesign, WebDev | No Comments »
Posted on Sunday, May 28th, 2006
The Document Object Model, or DOM as it is known better, is usually visualised as a tree. For instance with the Internet Explorer Developer Toolbar or DOM Inspector / Firebug for Firefox. But there are other more fun ways, like Aharef did.
Posted in Development, General, Internet, ThinkLemon, Utilities, WebDev | No Comments »
Posted on Thursday, May 18th, 2006
Once in a while one’s got to do the opposite. Instead of filling this site with cruft like CSS and scripts, I felt like going back to the roots. Plain ol’ HTML and getting it right, once and for all… * I don’t know if spring has anything to do with it, but it seems [...]
Posted in Design, General, Reset, ThinkLemon, Webdesign | 7 Comments »