ThinkLemon

I think there used to be a tagline about (tag)soup here… anyway…


Also visit:


Get Firebug!

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 the lower right corner…

  }

}

Now if only I were able to debug that… ;-)

Previous article: Visualising the DOM for fun Next article: Wordpress Posts, Pages and pagination

Related Articles

Visualising the DOM for fun
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...

No comments yet.

Reply to the article or a commenter

Comment on this article

Please note that your comment may be withheld from immediate publication. Keep your comment on-topic/on-commenter and your comment will be published ASAP. (Off-topic comments will be deleted at the moderator's discretion. Please us the contact form if you feel your comment has been deleted unduely.)


Search

Are you looking for:

Recent Comments

  • yMladenov: Thanks a lot! I’m writing just the lengthy articles you...
  • ex: Not good? That’s perfect! Thx for info!
  • SpaceCat85: It doesn’t seem to work on Macs because of User Agent...
  • mImran: This for html formats meaning posts ending with html creates pages...
  • Caspar: Hello Mick, Back in 2006 I did think about an open webinterface to...

Recent Articles

Archives


ThinkLemon is proudly powered by pure will-power, determination and lack of direction in general. Furthermore, it sits on a piece of hardware, I have no clue where, that somehow manages to support a webserver, a scripting language, a database and therefore ... a tool to fill this space.

Entries (RSS) | Comments (RSS).