Vintage Effect

Posted under category "Digital Art, Other" on March 12th, 2008 | Author: Fabian
Vintage Effect

I did a tutorial on Veerle’s blog, about the vintage effect with a few pictures from sxc.hu and these are my outcomes. I have made some more but I like these best. I think this effect works best on landscape photos. Do you like this outcome? Please share your thoughts.

(Click on the images for a larger view.)

Read more…


Review: Icongalore.com

Posted under category "Other" on March 8th, 2008 | Author: Fabian
Review: Icongalore.com

IconGalore is a great website, where you can find a large collection of XP and Vista style icons at a very affordable price. They have one of the largest collections of icons on the internet with 5000 unique icons and 900000 files for download. They also have completely free icon set, download it here (.zip).

Read more…


Redirecting with .htaccess

Posted under category ".htaccess, Other" on February 27th, 2008 | Author: Fabian
Redirecting with .htaccess

Here’s my second tutorial about .htaccess, the first one was about making your own custom 404-error page. This one is about redirecting with .htaccess. In this tutorial I’ll explain the benefits of using .htaccess to redirect, instead of PHP or Javascript and I’ll show some examples about how to use .htaccess redirects.

Read more…


CSS Adjacent-Sibling Selector

Posted under category "CSS" on February 24th, 2008 | Author: Fabian
CSS Adjacent-Sibling Selector

Most CSS selectors are well known, but there are some interesting selectors that are not common used, like the adjacent-sibling selector. An adjacent sibling selector will select the sibling immediately following an element, with the same parent. In this example, I will show you how to use the adjacent-sibling selector to style this list. Read more…


How to make a custom 404 page

Posted under category ".htaccess, Other" on February 18th, 2008 | Author: Fabian
How to make a custom 404 page

You can achieve a lot of things with a .htaccess-file. You can make your own custom 404-error pages, redirect pages, rewrite pages, block IP-adresses and more. In this first .htaccess tutorial, I will explain the custom error pages.
Read more…