blob: 87325596dff11bdcd9527d57578182d175215ad9 [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>このスクリーンキャストでは、HTML5アプリケーションを開発するためNetBeans IDEで提供されるサポートを紹介します。このスクリーンキャストでは、IDEを使用してJavaScriptファイルをデバッグおよびテストする方法を示します。
</p>
<p>作成者: Ken Ganfield<br>時間: 6:54</p>
<p><a href="http://bits.netbeans.org/media/html5-jsdebug-screencast.mp4">ダウンロード/フルサイズを視聴</a> (33MB)</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>