Back to Top
The nuts and bolts for
Creative web development

Simple, Stylish and Swappable Image Captions

While they say a picture is worth a thousand words, not every image is self-explanatory. Sometimes a few words of description or context can make the difference between a confusing image and a clarifying one. That’s why image captions are often a good idea.


December 14, 2009 Author: Patrick Julicher Rating: Not enough votes

Coding Clean and Semantic Templates

If you are the guy who uses <div> tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of <div> tag. Have you ever edited someone’s templates, don’t those messy tags drive you crazy? Not only writing clean templates can benefit yourself, but your team as well. It will save you time when you have to debug and edit (particularly the large projects).
December 14, 2009 Author: Patrick Julicher Rating: Not enough votes

Styling HTML Lists with CSS

In an online world now dominated by CSS layouts, CSS-styled HTML lists have become invaluable tools in a CSS developer’s toolbox, due to the HTML lists versatile and graphically flexible nature. All this despite some of the obvious browser inconsistencies that can affect the styling of the different types of lists available in HTML coding.

If you’re new to CSS, this article should provide a good overview of the different types of lists available, as well as some of the browser quirks that occur in relation to HTML lists, with some helpful advice that should prevent those quirks from becoming major road blocks to good design.

December 14, 2009 Author: Patrick Julicher Rating: Not enough votes

Pushing Your Buttons With Practical CSS3

CSS3 is the partially implemented sequel to the CSS2 spec we all know and love. It’s already popping up in new browsers such as Firefox 3.5, Safari 4 and Chrome. In this article, the first of the articles that explore practical (and even far-fetched) implementation of CSS3, we start by applying CSS3 to something we all have to create: buttons.

December 9, 2009 Author: Lubov Cholakova Rating: Not enough votes

Create an Animated “Call to Action” Button

In this web design and development tutorial, you’ll get a walkthrough for creating a "Call to Action" button sprite in Photoshop as well as how to use jQuery to animate it. This tutorial is broken up into three sections: Photoshop, HTML/CSS, and JavaScript.

December 9, 2009 Author: Lubov Cholakova Rating: Not enough votes

How To Create The Perfect Client Questionnaire

Discovering what your clients really want is one of the most fundamental steps in creating a good working relationship. If you can figure out exactly what your clients want for their website up front, it will save both of you time and frustration later.

Creating a client questionnaire isn’t complicated, though it can be a bit time-consuming if you don’t know where to start.

December 8, 2009 Author: Patrick Julicher Rating: Not enough votes

Universal CSS Navigation Menu Manual

The Universal CSS Navigation Menu for Dreamweaver allows you to create all kind of great web site navigation menus: Cascading Drop down Menus, Mega Menus, Popup or Context Menus. The menus use great display animations, are CSS based and fully cross browser compatible, which makes them search engine friendly, easy to use and very stylish. Choose from the 13 supplied CSS designs, adjust them or create your own to fully suite your site.

December 2, 2009 Author: Lubov Cholakova Rating: Not enough votes

Scroll/Follow Sidebar, Multiple Techniques

Really simple concept today folks! A sidebar that “follows” as you scroll down a page. There are a number of ways to go about it. We’ll cover two: CSS and JavaScript (jQuery) with a bonus CSS trick.

December 2, 2009 Author: Patrick Julicher Rating: Not enough votes

Site Search Trends for Ecommerce Websites

Site search functionality is extremely important for ecommerce websites, especially larger ones. In order for the site to make sales, visitors must be able to find what they are looking for as effectively as possible. While many shoppers will prefer to use the standard navigation on the site, searches are very common from visitors who aren’t able to quickly find what they want.

December 2, 2009 Author: Patrick Julicher Rating: Not enough votes