Let’s say you have a script that outputs an image and you want the browser to cache it, just as it does static images. You can accomplish this by supplying some headers with the image, and then checking for certain headers when the server receives subsequent requests for the same image. You can do this [...]
Recent Posts
Freeow!
Used by hoopies and froods alike, Freeow! is a plugin for making Growl-like alerts or message boxes on your website. You can customize the look and animation of Freeow! each time a message box appears, and you can alter other options such as whether or not to have the message box hide itself automatically.
Proxy Links
I came across the need to have one link act as a trigger for another link recently. In other words, clicking the “proxy” link really just causes the target link’s click handler to fire. This isn’t something that will be useful often, but may come in handy in specific circumstances. In my case, I was [...]
Dynamic Select
Easily load and reload options in a select using the Dynamic Select plugin.
PNGFix jQuery Plugin
PNGFix allows IE6 to use transparent PNG files by applying IE-specific filters
for images with alpha chanels. Simply call pngfix() on any element to perform
the replacement.
Custom CSS and JS
The Custom CSS and JS plugin allows you to add stylesheets and JavaScript to any individual post by adding custom fields. Both CSS and JavaScript can be either internal or external. Since this is a plugin, the custom CSS and JavaScript are available to any theme used to display the post.
Lucid Tabs
Tabs a great, popular feature for dividing a large amount of content into smaller, more digestible chunk. This very simple jQuery plugin allows you to create tabs and corresponding pages with minimal markup and styles.