20 Most Useful Scripts From CodeCanyon.net
Have you heard of ? It’s another great stock website from the people at . is an awesome source for Javascript, PHP, .NET, and Plugin code, at super reasonable prices. Below is a list of the 20 must useful code snippets on the website.
Continue Reading »
Photoshop To HTML
Are you familar with ? They’re a book company, from the good people at , specializing in Web Design books. They just released their latest book titled , which is a guide to taking your website designs from Photoshop to HTML.
Continue Reading »
Unsupported Tags In HTML5
I’ve been planning on writing some posts on HTML5 for awhile now. To kick it off, I thought I would post a simple list of tags that are no longer supported in HTML5. Included in the list are a number of fairly common tags like <font></font> and <center></center>. However, if you’ve been keeping your CSS up to date, you should have stopped using these tags already. To help ease the pain, I’ll try and recommend an alternative solution for all the discontinued tags.
Continue Reading »
Creating Text Columns With CSS3
The recommended line length for a paragraph is generally 45-75 characters. With ever-growing monitor sizes, it is a continuing challenge for web designers to create readable copy. In this tutorial, I’ll show you how to use the CSS3 column-count property to create text columns on the fly.
Continue Reading »
Using CSS3 font-face To Add Custom Fonts To Your Website
One of the biggest features in CSS3 is the ability to use custom fonts in your web designs. In this tutorial, I’ll show you how to do just that using the free font . Once you have downloaded the file, upload it to your server and note the location.
Continue Reading »
Adding An Outline To Your Text Using the CSS3 text-stroke Property
In this tutorial I’ll show you how to add an outline, or stroke, to your text using the CSS3 text-stroke property. Continue Reading »
Creating a Fading Link Transition with CSS3
Thanks to CSS3, Flash is getting more and more unnecessary. Can’t say I’m sorry, as I hate actionscript. In this tutorial I’ll show you how to create a fading link transition, on mouse over, with CSS3.
Continue Reading »
How To Create A Custom Border Using CSS3 border-image
In this tutorial I’ll show you how to use the CSS3 border-image property to create a custom border. This new element allows you to use an image for your border. In my example, I’ll show you how to create a 5px wide gradient border around an image.
Continue Reading »
Creating Slick Buttons With CSS3 Multiple Backgrounds
In this tutorial I’m going to show you how to make a slick button using CSS3 multiple backgrounds. The background property works the same as CSS2, with the exception of allowing you to add additional background images. If you’d like to code along, the source files.
Continue Reading »
Using The CSS3 box-shadow Property
I recently published a post on the text-shadow property. The box-shadow property is quite similar, and easy to build into your layout. In this tutorial, I’ll show you how to add a shadow to a box only using a little CSS3.
Continue Reading »
Follow me