Author: Stefan Vervoort | Published: 30 March 2008 | RSS | LINK | No Comments

A couple months back I released a wordpress theme called Retro Purple. Since then, I didn’t release any Wordpress themes or any other useful resources at all, which I think is a point to improve. That’s why I thought of something in the CSS corner.
Free CSS menu’s
In the future, I will be releasing free CSS [...]

Author: Stefan Vervoort | Published: 25 March 2008 | RSS | LINK | No Comments

I wrote a tutorial about pre-loading images via CSS some time ago. This time we’ll use a slightly different approach. We will go deeper into the use of pre-loading images in CSS menu’s. Before you start, you should have some general HTML and CSS feeling and the source files available, which [...]

Author: Stefan Vervoort | Published: 23 March 2008 | RSS | LINK | No Comments

Here is the ‘Interesting Articles’ post again. As I am subscribing to a couple dozen feeds, I come across many interesting articles. Today, five (which I think) are the most interesting to you are listed below. I have read them, and I think you should do, too!
1. jQuery tutorials for designers - Webdesignerwall.com
Great article explaining [...]

Author: Stefan Vervoort | Published: 19 March 2008 | RSS | LINK | 3 Comments

This article is a beginners guide to heading tags in HTML and their search engine purpose.
This time we are going to talk about the heading tags you can use in HTML. To give you an example: h1, h2, h3, h4, h5, h6. These tags are used in HTML to define a heading or title.
The [...]

Author: Stefan Vervoort | Published: 11 March 2008 | RSS | LINK | 4 Comments

A couple years back a revolution began against the ugly websites with tables. Many people adapted the use of XHTML with the mark-up language CSS. These steps drastically improved the web, but unfortunately, the developments are too good to be true.
Why? Because we live in a web-world where browsers define the look of many CSS [...]

Author: Stefan Vervoort | Published: 06 March 2008 | RSS | LINK | No Comments

We all would like to rank high in Google and other search engines. Most of the bloggers out there use the weblog software wordpress, which is a great search engine friendly based piece of software. Your theme has been optimized for the search engines and your pages show up. What you want and need is [...]

Author: Stefan Vervoort | Published: 03 March 2008 | RSS | LINK | 6 Comments

In Internet Explorer 6 a 1px border with style dotted is displayed as it has style dashed. The workaround can be found in this article.
When I was developing this weblog theme, I stumbled on a Internet Explorer 6 bug.
The CSS style I’ve added to the ‘category’ list included the line border-bottom:1px dotted #ccc;. It did [...]