• jQuery

    jQuery.colorpicker

    by  • 2011-11-29 • jQuery • 0 Comments

    pantone

    Take a look at my new colorpicker component for jQuery: jQuery.colorpicker It looks like a proper jQueryUI themed component and feels like a proper PhotoShop colorpicker, so you get the best of both worlds.

    Read more →

    Interactive shadows; jQuery.shadowtext

    by  • 2011-09-08 • jQuery • 0 Comments

    shadowtext

    The jQuery.shadowtext plugin lets you add interactive, animated CSS3 text-shadow to parts of your webpage. The interaction is that it reacts to the mouse cursor position and casts a shadow at the opposite side of text . Or on the same side, or the other way around, or not a shadow at all. It’s...

    Read more →

    For…In and the Array prototype

    by  • 2011-09-06 • jQuery • 0 Comments

    I just ran into an… “interresting” problem with Javascript. Extending an Array prototype and a naïve For…In iteration over an array spells trouble in FireFox. I’ve only seen this issue in FireFox and I suspect it’s a bug. No doubt it’ll soon enough be fixed but in the meantime this post may help you...

    Read more →

    non-standard ‘vd’ unit in jQuery.px

    by  • 2011-08-31 • jQuery • 0 Comments

    jquery.px

    I just did a minor “v1.0.1″ update to jQuery.px; it now includes the non-standard ‘vd’ unit size, which is the hypothenuse of the vw and vd units; 1/100th of the diagonal of the viewport. Seemed like a useful addition to have, even though it’s not in the CSS3 specs and I doubt it’ll ever...

    Read more →

    jQuery.column

    by  • 2011-08-30 • jQuery • 0 Comments

    column

    I love text. I’m not talking about reading or writing, but everything surrounding it; fonts, styling and layout. Luckily HTML and CSS offer a wide range of tools to handle all this. HTML5 and CSS3 even more so with the excellent (though somewhat limited) support for columnization.

    Read more →

    Easing

    by  • 2011-08-24 • jQuery • 0 Comments

    easing

    Animation effect in jQuery – anything moving, sliding, fading and otherwise slowly changing over time – uses a mechanism called “easing”. I present you here with some new easing methods to try.

    Read more →

    jQuery.px

    by  • 2011-08-21 • jQuery • 0 Comments

    jquery.px

    While working on a jQuery project, I needed to know the width of the CSS border sizes “thin”, “medium” and “thick”. Since these depend on the browser you’re using, the only way to know for sure is measuring it.

    Read more →