Latest MicroTuts

MicroTut: How CSS Positioning Works

Added on Jun 18th, 2010 in CSS | 12 comments

Undoubtedly, the position property is one of the most useful tools that designers have in their CSS toolbox. However, there are a few concepts about positioning that might baffle beginners.

Read more ..

MicroTut: Getting And Setting Cookies With jQuery & PHP

Added on Mar 12th, 2010 in PHP, jQuery | 6 comments

In this MicroTut we are going to take a look at how cookies are created and read in both PHP and JavaScript.

Read more ..

MicroTut: Centering a Div Both Horizontally And Vertically

Added on Mar 5th, 2010 in CSS, jQuery | 21 comments

In this MicroTut, we are going to take a look at a couple of ways to center a div both horizontally and vertically with pure CSS. A jQuery method is also presented.

Read more ..

MicroTut: The jQuery Hover Method

Added on Feb 23rd, 2010 in jQuery | 13 comments

When building a navigation menu, or any other jQuery script, it is often necessary to have a robust method with which to define a mouse over and mouse out state. This is where the hover() method comes along.

Read more ..