Design the Code

Archive for the ‘Javascript’ Category

Create a modern gallery using z-index and jQuery

Published: April 1, 2010

Introduction In this tutorial we want to create a unique picture gallery utilizing the CSS property z-index. In our example we have the appearance of a pile of pictures, on the next action we put the first picture on the last position and on the previous action we get the picture from the last position [...]

Continue Reading...

Learning jQuery: 11 excellent resources

Published: March 5, 2010

Blog posts with tons of jQuery scripts are pretty cool, but you’ll have to know how to use them first. To be able to use these scripts, you’ll have to learn jQuery first. For that, here is a list of the best resources for learning how to use the javascript framework. 1. jQuery tutorials This [...]

Continue Reading...

alt to the title to the title to the alt

Published: February 18, 2010

The alt tag and the title tag are the unsung heros of accessablity for images. Years ago a design/developer would have to manually write the alt text and title tag for every image and 9 times out of 10 the text would be the same. Now-a-days the process has become much easier with the use [...]

Continue Reading...