Weekend Links – Firebug Extensions, Updating Firefox Extensions, jQuery Puzzles, Digg/Google Sale

By  on  

The Fire Best Firebug Extensions

Firebug is a powerhouse in itself, but why not install some Firebug plugins to make it even more useful?

http://www.webmonkey.com/blog/The_Five_Best_Firebug_Extensions

Updating Extensions for Firefox 3

Have a Firefox plugin that you want to use in the newest version, but it isn't officially up to snuff? Here's how you can bypass that problem.

http://developer.mozilla.org/en/docs/Updating_extensions_for_Firefox_3

jqPuzzle -- Customizable Sliding Puzzles Using jQuery

Have a picture you'd like to split into a puzzle? Try jqPuzzle, a jQuery puzzle.

http://www.2meter3.de/jqPuzzle/

Google Walks Away From Digg Deal

Simply put, I think Digg needs to sell fast before the site loses its prestige. And now they've lost a potential sale to Google.

http://www.techcrunch.com/2008/07/26/google-walks-away-from-digg-deal/

5 Rules of Variable Naming

Amen to this system of variable naming. I agree with every one of these.

http://ianhickman.blogspot.com/2008/07/5-rules-of-variable-naming.html

Recent Features

  • By
    An Interview with Eric Meyer

    Your early CSS books were instrumental in pushing my love for front end technologies. What was it about CSS that you fell in love with and drove you to write about it? At first blush, it was the simplicity of it as compared to the table-and-spacer...

  • By
    fetch API

    One of the worst kept secrets about AJAX on the web is that the underlying API for it, XMLHttpRequest, wasn't really made for what we've been using it for.  We've done well to create elegant APIs around XHR but we know we can do better.  Our effort to...

Incredible Demos

  • By
    Display Images as Grayscale with CSS Filters

    CSS filters aren't yet widely supported but they are indeed impressive and a modern need for web imagery.  CSS filters allow you to modify the display of images in a variety of ways, one of those ways being displaying images as grayscale. Doing so requires the...

  • By
    MooTools onLoad SmoothScrolling

    SmoothScroll is a fantastic MooTools plugin but smooth scrolling only occurs when the anchor is on the same page. Making SmoothScroll work across pages is as easy as a few extra line of MooTools and a querystring variable. The MooTools / PHP Of course, this is a...

Discussion

  1. Didn’t even know you could use extensions in Firebug; extensions within an extension, crazy. I agree 100% about Digg – they need to act sooner than later.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!