Upcoming Posts

  1. Site From Scratch: Localmost (Part 2, HTML & CSS) Tutorials > HTML & CSS
  2. Site From Scratch: Localmost (Part 3, Interaction) Tutorials > jQuery
Upcoming Posts
  1. Post image for: Horizontal and Vertical Centering Using CSS: A Beginner’s Guide
    • Horizontal and Vertical Centering Using CSS: A Beginner’s Guide

    • By: Jarod Taylor | Category: HTML & CSS
    • There comes a time in every web designer's life, when you're trying to center an HTML element and it's failing miserably. You're ready to pull the plug on CSS, revert back to tables, and use deprecated tags and attributes like: <center>, align, and valign. In this tutorial we're going to shed some light on the subject, and hopefully help demystify the process of centering HTML elements using CSS.

  2. Post image for: CSS Image Maps: A Beginner’s Guide
    • CSS Image Maps: A Beginner’s Guide

    • By: Jarod Taylor | Category: HTML & CSS
    • While they may not be used as often as they once were in the heyday of table based web design, image maps can still be quite useful in situations that call for it. Unfortunately, for beginners, achieving this with CSS alone, can be a difficult concept to grasp.

      In this tutorial, we're not only going to get you up to speed on how to create a CSS image map, but, we're also going to take it a couple steps further and add hover states to our image map using a CSS background image sprite, as well as a "tooltip" like popup.

  3. Post image for: Creating a jQuery Plugin: A Beginner’s Guide
    • Creating a jQuery Plugin: A Beginner’s Guide

    • By: Jarod Taylor | Category: jQuery
    • This is not an introduction to jQuery or a tutorial on the basic syntax rules of jQuery, but, rather how to take what little knowledge you already have of jQuery to the next level by putting it to practical use, and building a jQuery plugin.

      By taking your knowledge of CSS, and what knowledge you already have of jQuery, I'm going to walk you through the processes of creating a jQuery plugin. I feel, by using the skills you're already comfortable with, like CSS, it will be easier to wrap your head around jQuery. So instead of trying to learn a bunch of programming concepts, you may or may not understand, you're going to learn something new by using concepts that are already familiar to you. Once you're finished with this tutorial, you'll then be ready to take the necessary steps in really learning jQuery.

  4. Post image for: Fixed Header & Footer Layout: A Beginner’s Guide
    • Fixed Header & Footer Layout: A Beginner’s Guide

    • By: Jarod Taylor | Category: HTML & CSS
    • Having a fixed header and/or footer can be quite effective in a web interface where its use proves to be advantageous. However, getting it implemented in all browsers, including IE6, can seem quite daunting.

      In this tutorial we'll not only get it working in all the major browsers, but we'll also cover all the necessary steps required in doing so. By the end of this tutorial, you should be able to implement this into your own projects without having to copy and paste a thing.

  5. Post image for: CSS Background Image Sprites: A Beginner’s Guide
    • CSS Background Image Sprites: A Beginner’s Guide

    • By: Jarod Taylor | Category: HTML & CSS
    • Without regurgitating too much history behind image sprites and how and why we should use them, we're going to create something practical that you can implement into your projects immediately. There are several resources and tutorials already covering what image sprites are and even how we should use them. Just google "CSS Image Sprites" and you'll return more than 2000 results. We're going to skip the history lesson and get you started using CSS image sprites today.