Web Design Tutorial – scripting Gimp
In a previous tutorial we went through some tedious steps to generate 3 images that could be used to create a page shadow. The great thing about the GIMP is that anything you can do with a mouse and keyboard, you can also do via script. We will generate the following images automatically: Why script […]
Web Design Tutorial – Centered area with drop shadow
In this tutorial we are going to create a very basic “blank canvas” webpage which has a central white cut-out with a drop shadow effect. Our “page” will be 960px wide, floated in the center of the browser window: Tutorial end product Click to enlarge Real-world example Click to enlarge
Using Javascript to make a table rotate
It only takes a few lines of Javascript to make a HTML table start rotating it’s rows. Example: Demo 1 field 1a field 1b field 2a field 2b field 3a field 3b field 4a field 4b field 5a field 5b field 6a field 6b field 7a field 7b field 8a field 8b Demo 2 – […]