Ex Html5 Code :
<!DOCTYPE html>HTML5 has a renewal, including:
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contoh Hello World</title>
</head>
<body>
<h1>Halo</h1>
<p>Hello World.</p>
</body>
</html>
New Elements
New Attributes
Full CSS3 Support
Video and Audio
2D / 3D Graphics
local Storage
Local SQL Database
web Application
Example: Element Canvas:
<canvas id=“canvas” width=“150” height=“150”>The advantage of using HTML5:
</canvas>
function draw() {
var canvas = document.getElementById(“canvas”);
if (canvas.getContext) {
var ctx = canvas.getContext(“2d”);
ctx.fillStyle = “rgb(200,0,0)”;
ctx.fillRect (10,10,55,50);
ctx.fillStyle = “rgb(0,0,200)”;
ctx.fillRect (30,30,55,50);
}
}
- Natively supported by the browser (no plugins required)
- Cross-platform support
- Mobile support platform
- HTML5 consists of a set of technology so that developers have more choices in developing HTML5.
Come join the first group of people who are able to develop HTML5 applications.
Mobile Application, application running on a mobile device, can be created by third-party developers and stored in the marketplace that belong to each mobile operating system
Intel XDK, a device for developers to develop a hybrid HTML5 apps for a variety of mobile devices and other HTML5 applications such as Google Chrome extension, a Facebook application or a mobile website
Excess Intel XDK:
- Is a one stop application for all phases of application development HTML5.
- Fully supported by the HTML5 application development technology Hybrid AppMobi.
- Multiplatform
- In App Purchasing
- Javascript API
Platform Supported Intel XDK:
- Mobile
- iOS
- Android
- Windows Phone 8
- Windows 8 Store
- Tizen
- Amazon
- Nook
- Web App
- Web App
- Chrome
0 comments:
Post a Comment