This section contains tutorials written by members of this site and links to tutorials of external sites. To add a new tutorial login and press the "Add New Article" button. Can't find your tutorial? Feel free to place a request.
403 Users read it.

HTML5 Canvas Image Effects: Black & White
by Lubov Cholakova (August 24, 2010)

HTML5 Canvas Image Effects: Black & White

The new canvas tag in HTML5  is known for its illustration power. It’s basically an empty element on which you can write and sketch using Javascript. But there’s a hidden power: image manipulation.

Read more
546 Users read it.

20 HTML Best Practices You Should Follow
by Lubov Cholakova (August 17, 2010)

20 HTML Best Practices You Should Follow

Most of the web pages you encounter is presented to you via HTML, the world wide web’s markup language. In this article, I will share with you 20 best practices that will lead to clean and correct markup.

Read more
415 Users read it.

Expanding Images Using HTML5's Contenteditable
by Lubov Cholakova (August 10, 2010)

Expanding Images Using HTML5's Contenteditable

HTML5 has a new attribute, contenteditable, which can be applied to any element which allows it to be edited directly in the browser window. Think of text input with a predefined value, but it can literally be any element. Form elements like text inputs support the :focus pseudo class, which allow us to style those elements when they are clicked upon or otherwise navigated to.

Read more
445 Users read it.

HTML E-mail Design Techniques Part 1
by Lubov Cholakova (July 28, 2010)

HTML E-mail Design Techniques Part 1

Today’s free helping from the Think Vitamin Membership video library looks at what to do and what not to do when designing HTML email.

Read more
401 Users read it.

The Only HTML5 Resources You Need for Getting Up to Speed
by Lubov Cholakova (July 19, 2010)

The Only HTML5 Resources You Need for Getting Up to Speed

There’s a lot of buzz going around about HTML5. Big companies such as Apple are predicting that it’s the technology that will sign the  death warrant of the popular Flash platform that powers a lot of rich internet apps and complex dynamic web components.


Read more
587 Users read it.

HTML5 Video with a Fallback to Flash
by Lubov Cholakova (March 15, 2010)

HTML5 Video with a Fallback to Flash

In this quick tip, we’ll review how to work with HTML 5 video in your own projects. Because older browsers and Internet Explorer do not understand the <video> element, we must also find a way to serve a Flash file to viewers who are utilizing those browsers.

Read more
681 Users read it.

Optimizing HTML
by Lubov Cholakova (January 13, 2010)

Optimizing HTML

Client-side optimization is getting a lot of attention lately, but some of its basic aspects seem to go unnoticed. If you look carefully at pages on the web (even those that are supposed to be highly optimized), it’s easy to spot a good amount of redundancies, and inefficient or archaic structures in their markup. All this baggage adds extra weight to pages that are supposed to be as light as possible.

The reason to keep documents clean is not so much about faster load times, as it is about having a solid and robust foundation to build upon. Clean markup means better accessibility, easier maintenance, and good search engine visibility. Smaller size is just a property of clean documents, and another reason to keep them this way.
Read more
1525 Users read it.

Why is valid HTML important to everyone?
by Patrick Julicher (December 19, 2009)

Why is valid HTML important to everyone?

The Web works with valid and invalid HTML. So why is valid HTML important? And how does invalid HTML affect everyone who uses the Web? Technical standards are the bedrock of innovation and it is a recognized fact that smaller companies often lead in the creation of innovative technologies. Standards create a level playing field on which these smaller companies compete with giants.

Read more
500 Users read it.

Simple, Stylish and Swappable Image Captions
by Patrick Julicher (December 14, 2009)

Simple, Stylish and Swappable Image Captions

While they say a picture is worth a thousand words, not every image is self-explanatory. Sometimes a few words of description or context can make the difference between a confusing image and a clarifying one. That’s why image captions are often a good idea.


Read more
542 Users read it.

Coding Clean and Semantic Templates
by Patrick Julicher (December 14, 2009)

Coding Clean and Semantic Templates If you are the guy who uses <div> tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of <div> tag. Have you ever edited someone’s templates, don’t those messy tags drive you crazy? Not only writing clean templates can benefit yourself, but your team as well. It will save you time when you have to debug and edit (particularly the large projects).
Read more
Follow us on twitter Subscribe to our RSS feed
Activate your free membership today | Login | Currency