Tutorials for web developers

jQuery menu

jQuery menu - simple plain css drop down menu, with a sprinkle of jQuery. jQuery menu »

Rounded corners CSS

Rounded corners CSS - is a very good looking effect. You can achieve rounded corners using plain simple CSS. Rounded corners CSS »

CSS vertical align

Vertical align in CSS is a method which can help you align an element vertically using CSS. With this CSS vertical align method you can achieve vertical align in any height container. CSS vertical align »

How to create wordpress theme?

This is a tutorial how to create wordpress theme. Have you ever had a feeling that You can’t find and appropriate theme for You Wordpress blog? You know that You have a good design for it, or maybe You even have a finished xhtml template, but You don’t know how to make a Wordpress theme from it. What You really know is that You don’t have time to search for manual how to make one. Annoying isn’t it? :) Create wordpress theme »

Scrollable HTML table

Scrollable HTML table JavaScript code can be used to convert tables in ordinary HTML into scrollable ones. No additional coding is necessary. Scrollable HTML table »

AJAX file upload

Ever wanted to upload files using AJAX like in GMAIL, without reloading the page? Now you can. Cross browser method to upload files using AJAX in only 1Kb of code. AJAX file upload »

CSS drop shadow

Technique to build flexible CSS drop shadows applied to arbitrary block elements. Most of the existing techniques for creating element shadows use images, this one doesn't. IT uses plain simple CSS. CSS drop shadow »

CSS clearfix

The problem happens when a floated element is within a container box, that element does not automatically force the container's height adjust to the floated element. When an element is floated, its parent no longer contains it because the float is removed from the flow. CSS clearfix »