HTML5

TwitterFacebook
Get flash to fully experience Pearltrees

CSS3 . Info - All you ever needed to know about CSS3

Another new property introduced by the CSS3 Backgrounds and Borders module is background-size . The property adds new functionality to CSS allowing designers to specify the size of background images using either lengths, percentages, or by using one of two keywords; contain or cover . Browser support has grown of late, with the current versions of most popular browsers now supporting background-size , including Firefox, Safari, Chrome, Internet Explorer and Opera, without the need for vendor prefixes. http://www.css3.info/
http://slides.html5rocks.com/#landing-slide In March 1936, an unusual confluence of forces occurred in Santa Clara County. A long cold winter delayed the blossoming of the millions of cherry, apricot, peach, and prune plum trees covering hundreds of square miles of the Valley floor. Then, unlike many years, the rains that followed were light and too early to knock the blossoms from their branches. Instead, by the billions, they all burst open at once. Seemingly overnight, the ocean of green that was the Valley turned into a low, soft, dizzyingly perfumed cloud of pink and white.

HTML5 Presentation

http://www.quackit.com/html_5/tags/html_article_tag.cfm The HTML tag is used to represent an article. More specifically, the content within the tag is independent from the other content on the site (even though it could be related). By "independent" I mean that its contents could stand alone, for example in syndication. HTML tags can contain one or more attributes .

HTML 5 <article> Tag

http://en.wikipedia.org/wiki/ECMAScript

ECMAScript - Wikipedia, the free encyclopedia

ECMAScript is the scripting language standardized by Ecma International in the ECMA-262 specification and ISO/IEC 16262. The language is widely used for client-side scripting on the web , in the form of several well-known dialects such as JavaScript , JScript , and ActionScript . [ edit ] History JavaScript was originally developed by Brendan Eich of Netscape under the name Mocha, later LiveScript, and finally renamed to JavaScript. [ 2 ] In December 1995, Sun Microsystems and Netscape announced JavaScript in a press release. [ 3 ] In March 1996, Netscape Navigator 2.0 was out, featuring support for JavaScript. Due to the widespread success of JavaScript as a client-side scripting language for web pages, Microsoft developed a compatible dialect of the language, naming it JScript to avoid trademark issues.
This image illustrates the difference between bitmap and vector images. The bitmap image is composed of a fixed set of dots, while the vector image is composed of a fixed set of shapes. In the picture, scaling the bitmap reveals the dots while scaling the vector image preserves the shapes. Scalable Vector Graphics ( SVG ) is a family of specifications of an XML -based file format for two-dimensional vector graphics , both static and dynamic (i.e. interactive or animated ). http://en.wikipedia.org/wiki/Scalable_Vector_Graphics

Scalable Vector Graphics - Wikipedia, the free encyclopedia

http://www.w3schools.com/html5/html5_new_elements.asp

HTML5 New Elements

Today, some elements in HTML 4.01 are obsolete, never used, or not used the way they were intended to. These elements are removed or re-written in HTML5. To better handle today's internet use, HTML5 includes new elements for better structure, better form handling, drawing, and for media content.

HTML5 - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/HTML5 HTML5 is a language for structuring and presenting content for the World Wide Web , and is a core technology of the Internet originally proposed by Opera Software . [ 1 ] It is the fifth revision of the HTML standard (created in 1990 and standardized as HTML4 as of 1997) [ 2 ] and as of April 2012 [update] is still under development. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices ( web browsers , parsers , etc.). HTML5 is intended to subsume not only HTML 4 , but XHTML 1 and DOM Level 2 HTML as well. [ 2 ]
http://html5demos.com/

HTML5 Demos and Examples

HTML 5 experimentation and demos I've hacked together. Click on the browser support icon or the technology tag to filter the demos (the filter is an OR filter). Filter demos: canvas classlist contenteditable dataset dnd events file-api file geolocation getUserMedia hidden history manifest offline postMessage sql-database storage video websocket workers xhr2