Author: Stefan Vervoort | Published: 29 June 2008 | RSS | LINK | 2 Comments

Some time back I discovered some of the so-called CheatSheets. These CheatSheets are PDF files packed full of information on a specific topic. In this article I will give you a couple of those CheatSheets, with a explanation and download link.
CSS related
CSS CheatSheet by IloveJackDaniels.com - This Cheat Sheet is the first one I ever [...]

Author: Stefan Vervoort | Published: 01 June 2008 | RSS | LINK | No Comments

HTML has many properties. There are a couple of them we don’t use that often and we will discuss one today. It is called the ABBR property and is used to explain and mark-up abbreviations. We bloggers write for the web and we shouldn’t forget the text should be understandable for everyone.
You might have seen [...]

Author: Stefan Vervoort | Published: 16 May 2008 | RSS | LINK | No Comments

This guide will tell you exactly what HTML emails are, how to make them and how to design your HTML emails.
What are HTML emails?
HTML emails are emails send with mark-up. Most of the time, an email just contains letters and words to bring over a message to the recipient. It doesn’t need any fancy colors [...]

Author: Stefan Vervoort | Published: 06 May 2008 | RSS | LINK | 15 Comments

Via this guide, you will learn what a Z-Index is and how to use this property to overlap HTML elements with CSS.
What is a Z-Index
Z-index is an property in CSS and has been included in CSS because people asked for an property with the possibility to make HTML elements overlap. Overlapping HTML elements can have [...]

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

This guide has all the information, examples and explanation you need about Robots.txt files.
What is a Robots.txt file
As the name already tells you, Robots.txt is a text file. A text file telling search engine ‘robots’ what to do with certain pages in your website. That is all a Robots.txt file does. For example, if you [...]

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: 19 May 2007 | RSS | LINK | 24 Comments

When a browser scans your website, the first thing it looks for is its DOCTYPE. It helps render your website the proper way. Ever realized that a browser isn’t a real life guy that can guess in what language and type it is written? Well, a browser is just a tool for people to view [...]