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
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

  • By
    CSS Filters

    CSS filter support recently landed within WebKit nightlies. CSS filters provide a method for modifying the rendering of a basic DOM element, image, or video. CSS filters allow for blurring, warping, and modifying the color intensity of elements. Let's have...

Incredible Demos

  • By
    Google Extension Effect with CSS or jQuery or MooTools JavaScript

    Both of the two great browser vendors, Google and Mozilla, have Extensions pages that utilize simple but classy animation effects to enhance the page. One of the extensions used by Google is a basic margin-top animation to switch between two panes: a graphic pane...

  • By
    Image Data URIs with PHP

    If you troll page markup like me, you've no doubt seen the use of data URI's within image src attributes. Instead of providing a traditional address to the image, the image file data is base64-encoded and stuffed within the src attribute. Doing so saves...

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!