blob: ae2c3f6f60ca42d6bde2c910e83363ff27d85bca [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>HTML5 - Conceitos Básicos sobre o Desenvolvimento de Cordova</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="description" content="A screencast that introduces Cordova in NetBeans IDE.">
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
</head>
<body>
<!--
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
-->
<h1>HTML5 - Conceitos Básicos sobre o Desenvolvimento de Cordova</h1>
<table>
<tr>
<td class="valign-top">
<p>Este screencast apresenta o suporte no NetBeans IDE para desenvolver aplicações com HTML, Java Script e CSS para dispositivos móveis por meio de Cordova.
</p>
<p><a href="http://bits.netbeans.org/media/html5-gettingstarted-cordova-final-screencast.mp4">Download / Veja em tamanho completo</a> (36 MB)</p>
</td>
<td width="486" class="valign-top align-center">
<script src="/images_www/js/mediaplayer-5.9/jwplayer.js" type="text/javascript"></script>
<div id="player" >
<center>
<div id="flashContent"></div>
</center>
</div>
<script type="text/javascript">
$(function() {
var targetFile = 'http://bits.netbeans.org/media/html5-gettingstarted-cordova-final-screencast.mp4';
jwplayer('flashContent').setup({
'id': 'flashContentId',
'width': '530',
'height': '340',
'autostart': 'true',
'file': targetFile,
'controlbar': {position: 'bottom'},
'modes': [
{type: 'html5'},
{type: 'flash', src: '/images_www/js/mediaplayer-5.9/player.swf'},
{type: 'download'}
]
});
});
</script>
</td>
</tr>
<tr>
<td colspan="2">
<p>Para obter mais informações sobre como trabalhar com aplicações HTML5 no NetBeans IDE, assista aos screencasts a seguir.</p>
<ul>
<li><a href="html5-gettingstarted-screencast.html"> HTML5 - Parte 1: Conceitos Básicos sobre Aplicações HTML5</a></li>
<li><a href="html5-css-screencast.html"> HTML5 - Parte 2: Trabalhando com as Folhas de Estilo CSS nas Aplicações HTML5</a></li>
<li><a href="html5-javascript-screencast.html"> HTML5 - Parte 3: Testando e Depurando JavaScript nas Aplicações HTML5</a></li>
</ul>
<br style="clear:both;">
<div class="feedback-box">
<a href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Video%20of%20Getting%20Started%20with%20Cordova%20Applications">Enviar Feedback neste Tutorial</a>
</div>
<br style="clear:both;">
</td>
</tr>
</table>
<h2>Links relacionados</h2>
<ul>
<li><a href="../webclient/cordova-gettingstarted.html">Conceitos Básicos sobre Criação de uma Aplicação Cordova</a></li>
<li><a href="../webclient/html5-gettingstarted.html">Conceitos Básicos sobre Aplicações em HTML5 </a></li>
<li><a href="../webclient/html5-editing-css.html">Trabalhando com Folhas de Estilo de CSS em Aplicações em HTML5</a></li>
<li><a href="../webclient/html5-js-support.html">Depurando e Testando JavaScript em Aplicações em HTML5</a></li>
<li><a href="http://wiki.netbeans.org/HTML5">Suporte a HTML5 na página Wiki do NetBeans IDE</a></li>
<li><a href="../../trails/php.html">Trilha de Aprendizado de PHP e HTML5</a></li>
</ul>
</body>
</html>