• Deutsch (Deutschland)
    • English (United States)
    • العربية (مصر)
    • Español (España, alfabetización internacional)
    • français (France)
    • हिंदी (भारत)
    • italiano (Italia)
    • 日本語 (日本)
    • 한국어 (대한민국)
    • Nederlands (Nederland)
    • polski (Polska)
    • русский (Россия)
    • ไทย (ไทย)
    • Türkçe (Türkiye)
    • Tiếng Việt (Việt Nam)
    • 中文(中华人民共和国)
    • 中文(香港特別行政區)
  • Anmeldung
  • Registrieren
DotNetAge - Mvc & jQuery CMS

Tag : Html5

HTML5 - Web Workers

avatar
Ray

JavaScript was designed to run in a single-threaded environment, meaning multiple scripts cannot run at the same time. Consider a situation where you need to handle UI events, query and process large amounts of API data, and manipulate the DOM.


  • 23.09.2011 06:32:16
  • Votes (0)
  • Liest
    (3368)
  • Kommentare
    (0)

HTML5 - Microdata

avatar
Ray

Microdata lets you define your own customized elements and start embedding custom properties in your web pages. At a high level, microdata consists of a group of name-value pairs.


  • 23.09.2011 06:08:08
  • Votes (2)
  • Liest
    (2737)
  • Kommentare
    (0)

HTML5 - Geolocation

avatar
Ray

HTML5 Geolocation API lets you share your location with your favorite web sites. A Javascript can capture your latitude and longitude and can be sent to backend web server and do fancy location-aware things like finding local businesses or showing your lo...


  • 23.09.2011 06:00:52
  • Votes (1)
  • Liest
    (2916)
  • Kommentare
    (0)

HTML5 - Audio & Video

avatar
Ray

The HTML5 audio and video tags make it simple to add media to a website. You need to set src attribute to identify the media source and include a controls attribute so the user can play and pause the media.


  • 23.09.2011 05:47:43
  • Votes (0)
  • Liest
    (2868)
  • Kommentare
    (0)

HTML5 - Server Sent Events

avatar
Ray

Conventional web applications generate events which are dispatched to the web server. For example a simple click on a link requests a new page from the server.


  • 23.09.2011 00:24:45
  • Votes (0)
  • Liest
    (3192)
  • Kommentare
    (0)

HTML5 - Web SQL Database

avatar
Ray

The Web SQL Database API isn't actually part of the HTML5 specification but it is a separate specification which introduces a set of APIs to manipulate client-side databases using SQL.


  • 23.09.2011 00:19:19
  • Votes (0)
  • Liest
    (3513)
  • Kommentare
    (0)

HTML5 - Web Storage

avatar
Ray

HTML5 introduces two mechanisms, similar to HTTP session cookies, for storing structured data on the client side and to overcome following drawbacks.


  • 23.09.2011 00:13:24
  • Votes (0)
  • Liest
    (2801)
  • Kommentare
    (0)

HTML5 - MathML Tutorial

avatar
Ray

The HTML syntax of HTML5 allows for MathML elements to be used inside a document using math tags.


  • 23.09.2011 00:05:44
  • Votes (1)
  • Liest
    (2859)
  • Kommentare
    (0)

HTML5 - Drag and drop

avatar
Ray

Drag and Drop (DnD) is powerful User Interface concept which makes it easy to copy, reorder and deletion of items with the help of mouse clicks. This allows the user to click and hold the mouse button down over an element, drag it to another location, and...


  • 23.09.2011 00:00:00
  • Votes (1)
  • Liest
    (1796)
  • Kommentare
    (0)

HTML5 - Canvas

avatar
Ray

HTML5 element canvas gives you an easy and powerful way to draw graphics using JavaScript. It can be used to draw graphs, make photo compositions or do simple (and not so simple) animations.


  • 23.09.2011 00:00:00
  • Votes (0)
  • Liest
    (2928)
  • Kommentare
    (0)

HTML5 - WebSockets Tutorial

avatar
Ray

Web Sockets is a next-generation bidirectional communication technology for web applications which operates over a single socket and is exposed via a JavaScript interface in HTML 5 compliant browsers.


  • 23.09.2011 00:00:00
  • Votes (0)
  • Liest
    (3666)
  • Kommentare
    (0)

HTML5 Events

avatar
Ray

We can write our event handlers in Javascript or vbscript and you can specify these event handlers as a value of event tag attribute. The HTML5 specification defines various event attributes as listed below:


  • 22.09.2011 23:24:58
  • Votes (0)
  • Liest
    (986)
  • Kommentare
    (0)

Html5 SVG

avatar
Ray

SVG stands for Scalable Vector Graphics and it is a language for describing 2D-graphics and graphical applications in XML and the XML is then rendered by an SVG viewer.

    • Abgelegt unter:
    • Tutorials

  • 22.09.2011 00:00:00
  • Votes (0)
  • Liest
    (1247)
  • Kommentare
    (0)

HTML5 - Web Forms 2.0

avatar
Ray

Web Forms 2.0 is an extension to the forms features found in HTML4. Form elements and attributes in HTML5 provide a greater degree of semantic mark-up than HTML4 and remove a great deal of the need for tedious scripting and styling that was required in HT...


  • 22.09.2011 00:00:00
  • Votes (0)
  • Liest
    (948)
  • Kommentare
    (0)

Html5 Attributes

avatar
Ray

As explained in previous chapter, elements may contain attributes that are used to set various properties of an element.


  • 22.09.2011 00:00:00
  • Votes (0)
  • Liest
    (901)
  • Kommentare
    (0)

HTML5 Syntax

avatar
Ray

The HTML 5 language has a "custom" HTML syntax that is compatible with HTML 4 and XHTML1 documents published on the Web, but is not compatible with the more esoteric SGML features of HTML 4.

    • Abgelegt unter:
    • Tutorials

  • 22.09.2011 00:00:00
  • Votes (0)
  • Liest
    (961)
  • Kommentare
    (0)

HTML5 – Multithreading in JavaScript with Web Workers

avatar
Ray

Web Workers defines an API that can be used for running scripts in background threads. In traditional browsers javascript was capable of running in a single thread, due to which it was difficult to run background tasks. Also the capabilities and performan...


  • 19.09.2011 20:29:10
  • Votes (0)
  • Liest
    (1235)
  • Kommentare
    (0)

HTML5 New Elements

avatar

HTML5 will be the new standard for HTML, XHTML, and the HTML DOM.Lean more about the new elements in Html5 now.

    • Abgelegt unter:
    • HTML5

  • 17.04.2011 00:00:00
  • Votes (0)
  • Liest
    (1739)
  • Kommentare
    (0)

HTML5

avatar
Ray

HTML5 is a language for structuring and presenting content for the World Wide Web, a core technology of the Internet. It is the latest revision of the HTML standard (originally created in 1990) and currently remains under development. Its core aims have b...

    • Abgelegt unter:
    • HTML5

  • 25.02.2011 14:57:00
  • Votes (1)
  • Liest
    (1776)
  • Kommentare
    (0)

Valid XHTML 1.0!