Design the Code

Posts Tagged ‘resources’

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...

A guide to CSS Opacity

Published: March 25, 2010

CSS opacity has been a bit of a trendy technique for a few years now, and it’s been especially frustrating for developers trying to implement opacity (also referred to as CSS transparency) in a cross-browser fashion, because it’s taken a while for the different browsers to finally agree on settings. There is still not a [...]

Continue Reading...

HTML5 & CSS3 Tools, Resources And Guides

Published: March 25, 2010

HTML5 and CSS3 are bringing new features to us and in this article you’ll be able to find some great tools, cheat sheets and much more you could need to master these new features. Maybe those new features aren’t yet supported fully, but it’s a very good thinking to learn new technologies now so you [...]

Continue Reading...

10 tips for front-end web developers

Published: March 16, 2010

Explain which div you’re closing Most of the time when I’m viewing a website source, I see, at the very bottom of the page, an almost endless list of closing </div> tags. In fact, many beginners think they just have to use divs instead of tables to produce quality code. Divs are cleaners than tables, [...]

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...