Quick tip: Running Clearance features

If you are working with Clearance and want to have its features (script/generate clearance_features), be sure to have a layout that prints flash messages (notice, error, success and failure), as these are used in some scenarios.

Nothing crazy, but hopefully I’m saving you a headache :) .

FxQueues update: now compatible with jQuery 1.3.1

For all FxQueues plugin users, I just pushed a new version (2.0.3) that is only compatible with jQuery 1.3.x, since many tests and the main example under 2.0.2 weren’t working with jQuery’s latest version.

So if you are using jQuery 1.3.1, you should be using FxQueues 2.0.3, otherwise you can stick to 2.0.2, as only internal changes have been done and there are no new features.

jQuery Object Cache Update

After discussing with Andrew Luetgers some improvements that could be done to the Object Cache plugin, I updated the plugin to a new version.

The new improvement is that now you can store a selection automatically:

// Will store in cache $("#sidebarNav") with #sidebarNav key
$$("#sidebarNav");

This will let you avoid doing $(”#menu”).cache(”menu”), which is a bit redundant. Now by doing $$(”#menu”) you will be able to store it in the cache and retrieve it automatically. There is also a reload option that you can pass to that call in order to, well, reload the the cached object with that selection:

// Will reload #sidebarNav with $("#sidebarNav")
$$("#sidebarNav", true);

You can grab the new version of the Object Cache plugin here.

Next Page »

  • About

    I'm a 21 years old web developer from Buenos Aires, Argentina. I am currently not available for freelance work, but feel free to get in touch with me, below are some ways to do it.

  • Contact me

    • e-mail:
    • skype: lucianopanaro
    • messenger: