diff options
author | Sven Gothel <[email protected]> | 2013-07-04 23:11:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-04 23:11:19 +0200 |
commit | 85ee8582697ffaae6257570c6ddc64e63c3790c6 (patch) | |
tree | 691d28163ebf083f7d44fcdd5c3385cdd52528b4 /www/devmaster/lesson1.html | |
parent | 4cbde3c73227546ffc5ae6d9943eb6b910d7fd37 (diff) | |
parent | aaf9d0a333e76e9d76adbcfc894fc80107d11cf0 (diff) |
Merge remote-tracking branch 'xranby/www'
Diffstat (limited to 'www/devmaster/lesson1.html')
-rw-r--r-- | www/devmaster/lesson1.html | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/www/devmaster/lesson1.html b/www/devmaster/lesson1.html index ffa1eff..b0d7db6 100644 --- a/www/devmaster/lesson1.html +++ b/www/devmaster/lesson1.html @@ -1,23 +1,12 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>Lesson 1: Single Static Source</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<title>JOAL OpenAL Tutorials from DevMaster.net Lesson 1: Single Static Source</title> +<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" > <link rel="stylesheet" type="text/css" href="general.css"> </head> <body> - -<div Align=center> - <img ID="NavBar" WIDTH=800 HEIGHT=64 SRC="http://games.dev.java.net/images/navbar2p.gif" VSPACE=0 HSPACE=0 ALIGN="TOP" BORDER=0 USEMAP="#NavBar_MAP" NOFINSIDE="~! ~!" > </div> - -<MAP NAME="NavBar_Map"> - <AREA SHAPE="rect" ALT="Projects" COORDS="356,14,440,46" HREF="http://games.dev.java.net" TARGET="_self"> - <AREA SHAPE="rect" ALT="Wiki" COORDS="643,14,695,46" HREF="http://wiki.java.net/bin/view/Games"> - <AREA SHAPE="rect" ALT="Weblogs" COORDS="562,15,624,46" HREF="http://weblogs.java.net/weblogs/project/games"> - <AREA SHAPE="rect" COORDS="463,16,541,45" HREF="http://www.javagaming.org/cgi-bin/JGNetForums/YaBB.cgi" target="_top" ALT="Forums"> - <AREA SHAPE="rect" ALT="JavaGames Home" COORDS="147,16,334,48" HREF="http://community.java.net/games"> - <AREA SHAPE="rect" ALT="Java.net" COORDS="21,15,128,46" HREF="http://www.java.net" TARGET="_self"> -</MAP> +<a href="../index.html"><img src="../../../images/jogamp_symbols/website_final_blue_joal_346x70pel.png" alt="JOAL Symbol"></a><a href="http://www.openal.org"><img src="../openal_c.gif"></a> <br> <br> OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br> @@ -30,17 +19,17 @@ OpenAL Tutorials from DevMaster.net. Reprinted with Permission.<br> <td width="53%" height="12" align="right" valign="middle"><p align="right"><a href="http://devmaster.net/"><font color="#66FF99">DevMaster.net</font></a></p></td> </tr> </table> -<p align="left" class="title"><span class="title"><font size="5">Single Static -Source</font></span><font size="4"><br> -<b>Lesson 1</b></font></p> +<p align="left" class="title"><span class="title"><font size="5"><h1>Single Static +Source</h1></font></span><font size="4"> +<h2>Lesson 1</h2></font></p> <p align="right" class="title"> <span class="author">Author: <a href="mailto:[email protected]"><font color="#888888">Jesse Maurais<br> </font></a></span>Adapted for Java by: <a href="mailto:[email protected]"><font color="#888888">Athomas - Goldberg</font></a></p> </p> + Goldberg</font></a> +</p> -<p><a href="http://download.java.net/media/joal/webstart/joal-lesson1.jnlp">Launch the Demo via Java Web Start</a></p> - +<p><a href="../../../joal/www/jnlp-files/joal-lesson1.jnlp">Launch the Demo via Java Web Start</a></p> <p align="justify">Welcome to the exciting world of OpenAL! OpenAL is still in a stage of growth, and even though there is an ever larger following to the API it still hasn't reached it's full potential. One of the big reasons for |