Fix for thickbox when using jQuery newer than 1.2.6: because the @ symbol is no longer used when looking up by attribute, you have to edit the file.
- Tom
NameChanger is designed for the sole purpose of renaming a list of files. To install just download the zip, open it and drag the app to your Applications Folder.
- Tom
What the Dog Saw is a collection of his writing from The New Yorker. Here's an annotated table of contents with links to all the articles and the dates on which they originally appeared in the magazine:
- Tom
This extension brings a new Events panel that lists all of the event handlers on the page grouped by event type. The panel also nicely integrates with other Firebug panels and allows to quickly find out, which HTML element is associated with specific event listener or see the Javascript source code.
- Tom
Hurl is super easy - just enter a URL and any extra parameters such as HTTP headers, body parameters, and authentication and then click "Send." You'll get the response and can save and share it.
- Tom
Jogging is a thin wrapper around Python's logging functionality to make Django logging easier. It provides a central place to configure all your loggers, a standard location to import loggers, and makes common logging use cases simpler. With Jogging, you can control the destination, format, and verbosity of logs with fine granularity. Configuring module-level logging is just as easy as configuring logging for specific functions. To use it, you add a few configurations to settings.py, import Jogging's log functions instead of Python's, and then log away like you normally do.
- Tom
Approach is a jQuery plugin that allows you to animate style properties based on the cursor’s proximity to an object. It works in a very similar manner to jQuery animate, however it animates over distance instead of time.
- Tom