Posts Tagged CSS

Easy-to-follow Tips On Writing Efficient CSS

By amandacline111@gmail.com on March 31st, 2015 Category: Articles No Comments

The CSS landscape has changed drastically over the last few years. And so, no matter you’re just a novice developer or have good coding experience, you might need to brush up your skills on creating elegant looking and functional stylesheets. Today, you can add animations as well as images with help of CSS. What’s more? […]

How to Convert a Slick PSD Design to XHTML/CSS

By Cody Robertson on September 16th, 2010 Category: Tutorials 10 Comments

Converting a Adobe PSD to a static HTML/CSS page can be quite the hassle, so today I will demonstrate how to go about the process. We are going to take the PSD template below and convert it to a fully XHTML/CSS layout that works in all major browsers (IE6+). The page is essentially broken down […]

Code an Email Newsletter from PSD to HTML

By Matthew Leak on July 14th, 2010 Category: Tutorials 21 Comments

Last week we learned how to go about designing HTML emails. This week we’re going to turn the PSD into a functional HTML email. To code a HTML newsletter you can either code it from scratch, or use an already existing template. I personally like to use an existing template, especially the ones supplied by […]

How To Use, Style and Implement WordPress Shortcodes

By Jennifer R on June 23rd, 2010 Category: Tutorials, Wordpress 30 Comments

How to Use, Implement and Style Wordpress Shortcodes

WordPress shortcode API is a powerful function which was introduced from version 2.5, it’s just a simple set of functions for creating macro codes in post content. If you’ve developed a Vbulletin forum before, you would have been familiar with the shortcode (something called BBCode) but the WordPress users maybe not. In this article, I […]

Monday Fun: Creating a Clock Animation Without CSS3

By Abhin on May 24th, 2010 Category: Tutorials 4 Comments

Monday seems to be the most boring day, starting a new week can be really tough. So we will start with something fun and exciting, today we are going to create a clock animation that works in all browser, no CSS3. So Let’s get started. Step 1 – Setting up workspace For our little animation […]