In this lesson, we'll use a JavaScript based syntax highlighter to quickly add a syntax highlighting functionality to any web project even on a simple HTML page!
View the full article: http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-how-to-add-syntax-highlighting-to-any-project/
Nicole Sullivan (Consultant),
Stoyan Stefanov (Yahoo! Inc.),
"The Top 5 Mistakes of Massive CSS"
CSS2 introduced media queries for styling content when displayed on specific media like print and projection. This video looks at these media queries, which are the basis for CSS3 media queries
Nate Koechley is the author of the YUI Library's CSS components — Reset, Fonts, Grids, and Base. Nate has been at Yahoo since 2001 where he was among the first pure web developers. During the past six years, he's helped guide the formation of a vibrant frontend discipline at Yahoo built around a commitment to professionalism, standards, and performance. In 2005, Nate was among the first engineers to join the YUI team and he was instrumental in making YUI available as a free open-source project in 2006. In addition to engineering our CSS components, Nate has been one of our most visible contributors at conferences, where he's spokeon on a wide range of frontend engineering topics. In this 40-minute presentation, Nate takes you on a detailed tour of the YUI CSS foundation, its philosophy, and its usage.
Tutoriel in english : So we can make a box where its contents are transparent but the borders / text / etc are all visible. This is made possible with RBGA values.
Tutorial in english : Website loading slowly? Try putting all your images into one CSS sprite image. I show you how to make them and execute with photoshop.
Tutorial in english for use CSS to create image maps
Tutorial in english for use CSS to create image maps
English tutorial : A common design technique lately is to create a fold effect, where it appears that a heading is folding behind its container. This is generally achieved through the use of tiny images; however, with CSS, we can mimic this effect quite easily. Ill show you how in four minutes.
English tutorial - Quick Tip: The Multi-Column CSS3 Module