CSS coding for cross browser compatibility

Posted under category "Browsers, CSS" on May 12th, 2008 | Author: Fabian
CSS coding for cross browser compatibility

Cross browser compatibility can be hard to achieve, but if you follow a few guidelines, you can make your CSS cross browser compatible a lot easier. Reset your CSS, use supported techniques and don’t forget to validate. Read more…


Back from a break

Posted under category "Other, Photography" on May 3rd, 2008 | Author: Fabian
Back from a break

You might wonder why I haven’t posted any post for almost a month. Well, I wasn’t there. I arrived at home today from a vacation in Italy. It was a great experience. I’ve made a lot of photographs too. I’m quite busy this week cathing up but I’ll write a good article or a tutorial this week. Stay tuned! Read more…


12 Articles and Tools for CSS structuring and optimising

Posted under category "CSS" on April 9th, 2008 | Author: Fabian
12 Articles and Tools for CSS structuring and optimising

Optimising and structuring your CSS file is important, especially when you have a large stylesheet. Optimising and structuring your site makes your stylesheet more readable, which makes it easier to update. It can also make your CSS file smaller in size, so your page will load quicker. A list of great tools and articles to optimise and structure your CSS. Read more…


Nice Drop caps with CSS

Posted under category "CSS" on April 5th, 2008 | Author: Fabian
Nice Drop caps with CSS

There are a lot of websites using a extra <span>-tag for the drop cap. But using the :first-letter pseudo-element, you can easily create nice drop caps with CSS. :first-letter will - how surprising - target the first letter of an element. This pseudo element is included in CSS 1, so the browser support is very good. It’s supported by IE5+, Let’s design some nice drop caps with CSS. Read more…


How to make RSS icons in every colour with just one image

Posted under category "CSS" on March 30th, 2008 | Author: Fabian
How to make RSS icons in every colour with just one image

In this article, I will explain to you how you can make a RSS in every colour using just one image. The trick is a div with a partially transparent icon and the background color you like. Read more…