From the JavaScript Category

  • 6 Nov
    by Peter Wilson
    No comments

    Partying like it's 1999

    Within a couple of months of writing that I prefered my own base JavaScript file to an exisiting framework, I was a convert to jQuery. Why the turnaround?

    READ FULL POST

  • 24 Dec
    by Peter Wilson
    No comments

    JavaScript Equal Height Columns

    The desire for equal height columns in a CSS layout is nothing new; there are many solutions available, some use JavaScript, others use CSS with negative margins, and then, there’s the faux columns method using background images. All of these methods have their place as perfectly valid solutions, and, depending on the situation, may be the best solution available.

    READ FULL POST

  • 8 Dec
    by Peter Wilson
    1 comment

    Base JavaScript File

    Upcoming posts on JavaScript will include references to functions in my base JavaScript file; rather than explain these functions each time, they’ll be detailed in this post for future reference.

    READ FULL POST