You're Browsing - Latest Addition

Make your pages load faster by combining and compressing javascript and CSS files

Tutorial shows you how to create a PHP script to compress and combine multiple CSS and/or JavaScript files with gzip when they’re called for by a browser.

15+ CSS Tips and Tricks

A list of CSS tips and tricks that will make your life so much easier! I have also make a list of CSS shorthands for your convenience.

Horizontal Sub-nav with CSS & jQuery

In most cases we can achieve this effect purely with CSS, but since we have to attend to our red headed step child aka IE6, we will use a few lines of jQuery to cover all grounds.

,

Mixing CSS3 and jQuery… How to CSS3 Effects via jQuery

How to use CSS3 today with safety to create visible effects in all browsers? Simple! Hiding it in jQuery! In this way your problem is just to know if the browser supports jQuery. Today we show yuo a useful list to learn to use CSS3 via jQuery.

,

CSS Opacity That Doesn\’t Affect Child Elements

This is a quick tip to describe a method to workaround the problem of child elements in your HTML inheriting opacity settings on their parent element.

CSS3 box-shadow technique

How to get CSS3 box-shadow accepted as a viable option at your workplace.

,

Getting Started with CSS: A Practical Exercise

Learning how to write CSS is an essential lesson in any web design classroom. For you who are just starting out, here’s a beginner’s guide to help you learn the basics in proper CSS execution.

CSS3 @font-face is not as ready as you would think

@font-face is one of the new CSS3 feature that has been implemented in every major browser beside IE, this is also the kind of stuff that can degrade really well in non compliant browsers…

Reinventing a Drop Down with CSS and jQuery

This tutorial will show you how to create Drop Down and get rid of select element using CSS and jQuery.

,

CSS text shadows and background sizing

A good tutorial from Dev.Opera that will show you how to use text-shadow and background-size.