Archive for February, 2009

February 11, 2009 0

jQuery.Firebug: A call for feedback.

By jasonkarns in firebug, javascript, jquery

As a result of some of the discussion following from my post on my new jQuery plugin, jQuery.Firebug I’m soliciting feedback for its desired behavior. Example:

$(‘.setA’).log();
$(‘.setB’).log(“some”, “information”);
$(‘.setC’).log(“title attribute is: “, “.attr(‘title’)”);

Some explanation. The log method follows the same rules as the Firebug console.log method. It can take 0 or more arguments that are concatenated into [...]

Tags: , , ,

February 6, 2009 0

You’ve Got Mail!

By jasonkarns in userstyles

I’m a big fan of Gmail and Google Reader. I generally leave these tabs (along with Google Calendar) open all day long. To minimize the amount of visual space these long-lived tabs consume in the tab bar, I use the great FaviconizeTab extension. However, with these tabs minified, you lose the ability to be notified [...]

Tags: , ,