Scripts

Multimedia and canvas elements in HTML5

<canvas> The <canvas> element was originally developed by Apple® for use in Mac OS X Dashboard widgets and in Safari, but was later adopted by Mozilla® and Opera® in their Web browsers. The element has been standardized and included in the HTML5 specification, along with a series of 2D drawing

Read More...

Scripts

Creating Reset.css

Too many CSS designers don’t realize the importance of creating a “reset.css” file. When you have an environment where each browser has its own “default” styling, you’ll often find yourself thumping your skull as you ask yourself, “Why is there a spacing here?” To save yourself some of the headaches

Read More...

Scripts

CSS3 Tutorials with all Tags

Cascading Style Sheets (CSS) is a style sheet language and it was used for presentations  look and formatting of a document written in a Hyper Text Mark up Language. It’s most common application is to style web pages written in HTML and XHTML. Please download the attached PDF document for

Read More...

Scripts

Local storage and offline applications in HTML 5

Web developers have traditionally used cookies to store information on a visitor’s local machine, allowing a Web page to read this information back at a later point. While cookies are very useful for storing basic data, they are limited by the fact that Web browsers are not required to keep

Read More...

Scripts

HTML 5 – Semantic elements

The HTML5 specification includes a series of new semantic elements that is used to give some meaning to the various sections or parts of a Web page, such as a header, footer, navigation, and so on. In previous versions of HTML (HTML4.01), you would typically use <div> elements to create

Read More...

Scripts

Difference between <DIV>, <SPAN>, <SECTION>

The SPAN and DIV HTML Elements How to Use SPAN and DIV with CSS on Web Pages The SPAN and DIV elements are very useful when dealing with CSS(Cascading Style Sheets). These two elements in a similar fashion, but they serve different purposes. The DIV Element :The DIV elements define

Read More...