Simply Code

Web development blog by Toasted Web

Simply Code header image 1

Meet the Snippets

April 29th, 2008 · No Comments

Code snippets are pieces of code that can be re-usable. Well organized and structured they can become a handy library that helps you save time and running projects easier. [Read more →]

→ No CommentsTags: Design · XHTML / CSS

Organize your CSS code

April 24th, 2008 · 1 Comment

You have been working on your website for the past few hours, and your CSS is getting bigger and bigger… At this point it is critical that your CSS is “readable” and its classes and ids are easy to find, otherwise your time spent on this project will expand beyond your budged limits (if you have any).

In this article I will explain some methods that will help you avoid this problem and make your work with CSS easier and more comfortable. [Read more →]

→ 1 CommentTags: XHTML / CSS

Accessible navigation using images

April 18th, 2008 · No Comments

Using images for website navigation is not the best practice since search engines and blind users will not be able to read the links content.

However, sometimes we wish or have to use images as navigation elements due the design requirement. That’s where this easy and accessible method comes in handy. [Read more →]

→ No CommentsTags: Design · XHTML / CSS