blob: 19a00e0b94da46ab400aacd2346f8bd53c7b7c42 [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 - 第 3 部分:在 HTML5 应用程序中测试和调试 JavaScript 的视频</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="description" content="A screencast that demonstrates how to use the IDE to
work with the JavaScript editor and debugger in an HTML5 application.">
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
</head>
<body>
<!--
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
-->
<h1>HTML5 - 第 3 部分:在 HTML5 应用程序中测试和调试 JavaScript 的视频</h1>
<table>
<tr>
<td class="valign-top">
<p>此截屏视频介绍了 NetBeans IDE 提供的 HTML5 应用程序开发支持。此截屏视频演示如何使用 IDE 调试和测试 JavaScript 文件。
</p>
<p>作者:Ken Ganfield<br>播放时长:6:54</p>
<p><a href="http://bits.netbeans.org/media/html5-jsdebug-screencast.mp4">下载/观看全图</a> (33 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-jsdebug-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>有关在 NetBeans IDE 中使用 HTML5 应用程序的更多信息,请观看以下截屏视频。</p>
<ul>
<li><a href="html5-gettingstarted-screencast.html"> HTML5 - 第 1 部分:HTML5 应用程序入门</a></li>
<li><a href="html5-css-screencast.html"> HTML5 - 第 2 部分:在 HTML5 应用程序中使用 CSS 样式表</a></li>
</ul>
<br style="clear:both;">
<div class="feedback-box">
<a href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Video%20of%20Testing%20and%20Debugging%20JavaScript%20in%20HTML5%20Applications">发送有关此教程的反馈意见</a>
</div>
<br style="clear:both;">
</td>
</tr>
</table>
<h2>相关链接</h2>
<ul>
<li>演示:<a href="html5-gettingstarted-screencast.html">HTML5 - 第 1 部分:HTML5 应用程序入门指南</a></li>
<li>演示:<a href="html5-css-screencast.html">HTML5 - 第 2 部分:在 HTML5 应用程序中使用 CSS 样式表</a></li>
<li><a href="../webclient/html5-gettingstarted.html">HTML5 应用程序入门 </a></li>
<li><a href="../webclient/html5-editing-css.html">在 HTML5 应用程序中使用 CSS 样式表</a></li>
<li><a href="../webclient/html5-js-support.html">在 HTML5 应用程序中调试和测试 JavaScript</a></li>
<li><a href="http://wiki.netbeans.org/HTML5">NetBeans IDE 中的 HTML5 支持 Wiki 页</a></li>
<li><a href="../../trails/php.html">PHP 和 HTML5 学习资源</a></li>
</ul>
</body>
</html>