Today we will try to improve the usability of our forms, using the :focus selector. Unfortunately, this selector is only supported by Firefox, Safari and Opera. The Internet Explorer family completely ignore it:
Example:
Therefore we are able to use it for the other browsers as IE will not preform any action when :focus is used. We [...]
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 [...]
In this article you will learn about the MouseClick effect and you’ll learn how to use this in your own website or blog. It isn’t too hard to understand and nice to know.
What is a MouseClick effect?
The MouseClick effect is everything you will see when you click on a link item. In JavaScript, this is [...]
It is a good idea to optimize your CSS files. As I told you before, there are a couple ways to improve your CSS coding. I have found an article studying the benefits and performance of CSS compressors.
What’s a CSS compressor?
A CSS compressor optimizes your CSS files. It deletes the unnecessary spaces, enters and improves [...]
The latest couple weeks I have been working on a new website and I have used a new CSS writing style. It was kind of ‘getting used to’, but after that was done, things were finished a faster way.
So what do you mean?
When a guy started learning HTML and CSS, they usually learn that from [...]
Recently I have published a post to reduce your bounce rate. One point I made there was ‘place a clear link to your about page’. But my own blog could use some improvement in that field as well, so I followed the guidelines I gave myself.
Therefore I have written an about page and placed some [...]
I was browsing Del.icio.us today, because I needed it for a web project of mine (coming soon!). And while I was doing that, I found some interesting articles you should read as well. Here you go:
1. 8 fonts you probably don’t use in css, but should - This guy (can’t find his name..) from 3.7 [...]