Manipulating HTML5′s native audio with JavaScript

HTML5’s native audio element will be a great way to avoid having to rely on third party plug-ins like QuickTime and Flash. The latest web browsers like Chrome 10+ and Firefox 3.6+ are already there with imbedded javascript libraries which provide methods and properties for manipulating the

60+Best Photoshop Effects Tutorials for Create Beautiful Photo

In this cool photoshop effects tutorial you will learn advanced techniques of design to create an exciting photo effect and learn to take care of many details. It is made ​​of the instruction step by step explaining everything, which is very easy to follow. The developers have also Photoshop tutorials to ease their clients related to font effects, type effects, painting, animation, typography, manipulation, text effect etc

Creating Inline SVGs with HTML5

With HTML5 you can embed SVG (Scalable Vector Graphics) markup directly into your pages. In this tutorial we go through the process of including a simple SVG element in an HTML page. We will also run through the technique for altering SVGs in JavaScript in cases where this is preferable to using the HTML5 canvas element.