• Archive for August, 2011

    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 →