This tutorial Iillustrates some useful tips to design horizontal website layout using CSS and HTML code, also adding a nice animated scrolling effect using JavaScript.
Posts by Antonio Lupetti:
Simple ul list with a nice slide-out effect for li elements
This tutorial explains how to implement a nice animated slide-out effect for li elements contained into an ul list using Mootools and five lines of unobtrusive JavaScript code.
Useful guidelines to improve CSS coding and maintainability

This post illustrates some simple guidelines and tips which can help you to improve CSS coding and maintainability process following this simple rules: reduce code complexity and optimize your CSS structure.
CSS coding: semantic approach in naming convention

Naming convention in CSS coding is an “hot” discussion topic. This post illustrates some suggests and guidelines to use a semantic approach instead of a structural approach in naming CSS classes, analyzing the essential elements of a popular 3 column layout.
MooTools Basic Tips Lesson 2

In this second lesson I want to illustrate how to get the ID of DOM elements using unobtrusive elegant code with MooTools
News ticker with horizontal scrolling using Mootools

This tutorial is another version of my News Ticker with Mootools I published yesterday. I want to reply to all that wrote me asking for information about how to implement a news ticker with horizontal scrolling.
