DivitoDesign

Everything for the Web Professional
HTML

Tag:

Case Study: Revamping an Existing Site

Jacques Soudan, a client and friend I met through DivitoDesign, sent me an email with a guest post about a case study on revamping his outdated site. Enjoy reading about his revamping project. Below is a case-study on how I used the Blueprint CSS Framework and jQuery JavaScript library to rebuild an outdated site – [...]

How-to: DropDown CSS Menu

Announcement I will update this article. Back in the days, this worked. In 2011, there are better ways, updated languages in HTML 5 + CSS 3 and many more options. Expect an article explaining this before 20 June. Due a large stream of requests for the horizontal, drop-down version of the Vertical CSS menu tutorial, [...]

CheatSheets That Webdesigners Should Use

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 [...]

HTML – ABBR Property to Explain Abbreviations

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 [...]

Guide to HTML Emails

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 [...]

Z-Index : Overlap HTML Elements With CSS

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 [...]

Guide to Robots.txt Usage

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, [...]