Recently Popular Tutorials for July 21st, 2006
Jul 21
Colorizing Black & White images
See how to convert a black & white image into a colored masterpiece! Amazing effect!
Jul 21
Photoshop Tutorial - Cast shadow
By adding cast shadow to an object you can make it look more realistic. This tutorial will teach cast shadows in a few simple steps using nothing but basic techniques.
Jul 21
Ring of fire - Photoshop Tutorial
This advanced tutorial will show you how to create a realistic ring of fire.
Jul 21
The new Gimp Fire Tutorial
The Gimp has steadily grown in popularity over the years. It is available on many platforms, including Windows and Mac OS X. There's been a lot of great websites for tutorials on The Gimp over the years, but one tutorial that seemed to be lacking is a good realistic fire tutorial.
Jul 21
JavaScript: The World's Most Misunderstood Programming...
JavaScript, aka Mocha, aka LiveScript, aka JScript, aka ECMAScript, is one of the world’s most popular programming languages. Virtually every personal computer in the world has at least one JavaScript interpreter installed on it and in active use. JavaScript’s popularity is due entirely to its role as the scripting language of the WWW.
Jul 21
Alert Icon
Learn how to make those glass alert icons. A great introduction to icon designing!
Jul 21
How to Create a Block Hover Effect for a List of Links
Among the many things to like about Veerle's redesign of her blog is the way she does the hover effects for lists of links, such as those in her "approved" section. This tutorial will show you how it's done.
Jul 21
CSS event:Selectors
The script can be downloaded from the site, and here is the description from the site: event:Selectors allow you to apply an event such as mouseover, mouseout, click, et al using a CSS style syntax. It keeps your layers separated and greatly reduces the amount of code you have to write.
Jul 21
Javascript in Ten Minutes
This tutorial will give you a basic understanding of how to work with javascript. It provides a general breakdown of things you will need to know to get started with javascript.
Jul 21
AJAX Caching Strategy
The ability of AJAX applications to make an HTTP connection behind the scenes to fetch small bits of information is one of the powerful tools that the modern browser APIs come equipped with. For most browsers (e.g., Firefox 1.5, Safari 2.0, Opera 8.5), the engine behind this task is the window object's XMLHttpRequest (XHR) object. [...]