1. CSS Adjacent Sibling Combinators With Text

    August 26, 2009 by J.P.

    siblings_01
    Here is a short and sweet post demonstrating the use of adjacent sibling combinators with text is an easy way to work with unique spacing with headers and copy in general.

    Basic Example Code
    h1 + p{
    padding:20px 0 0;
    }
    h2 + p{
    padding:0px 0 0;
    }
    h3 + p{
    padding:0px 0 0;
    }

    Here is a link with 3 different headers and style demoing how convenient this approach is.

    Eaching header has a unique spacing when followed by a <p/> tag.


  2. HTML 5 Wordpress Theme (Naked)

    July 17, 2009 by J.P.

    naked

    Here is an updated version of the Naked Wordpress theme to support HTML5.

    Wordpress Naked has been put together by us as a simple Wordpress theme to assist developers that need to quickly implement a blog using Wordpress but don’t really have the time to spend looking under the hood in any detail or reading documentation when it comes to applying a custom theme (e.g. their clients’ design).

    Find out more about the original theme.

    Download HTML5 Theme


  3. HTML 5 Bundle For Textmate

    July 16, 2009 by J.P.

    html5_bundle_icon1

    Here is a download to the HTML 5 Bundle I have started for Textmate. This is my first attempt at creating a bundle from scratch please provide feedback and requests and I will add them.

    Download Here

    Update 7/19/2009

    The bundle has also been uploaded to Github.

    View Repository



Older Posts »