10 Handy CSS Selectors

  • April 16, 2013
  • Category: 
  • 1 Comment

Most experienced front-end developers probably already have this as part of their coding toolbox, but did you know there are some powerful CSS selectors to target an empty element, elements of a specific type, or maybe any type of element? Older resources tend to shy away from using some of these tricks, however more and more we see that browsers are so fast, it doesn't matter nowadays. With that in mind, here are 10 handy selectors you can start using today (assuming you don't need support for ancient versions of IE, however, there are polyfills for that).

Read More

localStorage Basics

  • February 26, 2013
  • Category: 
  • 0 Comments

HTML5 adds a new feature to browsers which allows them to store a certain amount of data locally on someone's computer. This comes in handy with some of the recent "web apps" that might, for example, save your drafts or states even when disconnecting from the internet. This feature is a Javascript API known as localStorage, and in this tutorial, we'll be covering some of the basics of how it works.

Read More

Web Inspectors Round Up

  • February 19, 2013
  • Category: 
  • 0 Comments

Debugging your website doesn't have to be a tedious task of trial and error; every browser comes with some built-in developer tools that will let you inspect individual elements, live test CSS, or even go as far as helping you find different parts that can be furthered optimized! In this tutorial, we'll take a look at each browser's native tools and some basic tips on how to use them.

Read More

Blogger Drop Down Menu Tutorial

  • February 13, 2013
  • Category: 
  • 5 Comments

So you've been browsing the site, checking out all our cool menu styles and you've come across one that you'd love to add to your site. However, you're a bit confused since your site happens to be a Blogger page, and you're hesitant to mess with all that template code. No worries! We'll run down the simple steps in this tutorial to get you setup with a dropdown in no time.

Read More

Stylish CSS Tables Tutorial

  • January 30, 2013
  • Category: 
  • 1 Comment

Tables. Veteran developers may cringe upon hearing those words, remembering the times when the typical site layout was created using them. Perhaps it invokes the pains of theming your old Myspace page with nested tablet after table. Maybe you're a dedicated HTML e-mail maker, and you're so desensitized to tables that there's no more hope for you. Whatever it may be, there is still one thing tables excel at above all HTML elements: presenting tabular data.

Read More

Flat Dropdown Menu Tutorial

  • January 22, 2013
  • Category: 
  • 6 Comments

Recently, the new Flat Accented Dropdown Menu was released. As a nice followup, we'll be explaining its creation process in this tutorial!

Read More

Basics of CSS Box-shadow

  • January 14, 2013
  • Category: 
  • 0 Comments

If you're a designer, you might be familiar with Photoshop's (or other drawing program) "drop shadow" layer property. It gives that layer a small shadow, creating the illusion of it floating on top of the canvas. On the web, there is a similar feature in CSS called a box-shadow. The basics of box-shadow will be explained below, and we'll see a few of the cool capabilities this CSS3 property allows us to do.

Read More

CSS Button Set Tutorial

  • January 7, 2013
  • Category: 
  • 0 Comments

On larger site projects, you may run into a situation where you need a coherent set of buttons with different properties, be it in size, color, or both. This CSS button tutorial will use some simple classes to acheive this quite easily!

Read More

CSS Flyout Menu Starter Kit

  • December 13, 2012
  • Category: 
  • 1 Comment

I am going to show you how to create a barebones CSS flyout menu. If you are looking for templates, check out our CSS Flyout Menus page. The following code is not meant to be a finished product for your website. Instead, I am simply trying to provide a robust starting point for designers to expand upon. The goal here is to create a structured yet flexible flyout menu that can be used in any design.

Read More

Wordpress 3 Drop Down Menu Tutorial

  • August 30, 2012
  • Category: 
  • 26 Comments

In this tutorial I will show you how to use one of our css drop down menus with Wordpress. This tutorial will not show you how to create a menu from scratch, but will walk you through the process of taking one of our menu themes and applying it to a menu that is built with Wordpress.

Note:
We used Wordpress 3.4.1 for this tutorial but it should work with any Wordpress 3 site.

Read More

Pages