Updated images for website
@@ -140,7 +140,7 @@ a:active {
|
||||
position: relative;
|
||||
left: 0px;
|
||||
width: 750px;
|
||||
margin: 5px 50px 0px 50px;
|
||||
margin: 10px 50px 0px 50px;
|
||||
padding: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,14 +3,16 @@ $PAGE_TITLE = "Processing Mobile >> Download";
|
||||
|
||||
require '../header.inc.php';
|
||||
?>
|
||||
<h2>Processing Mobile pre-Alpha</h2>
|
||||
<img src="images/header.png"><br>
|
||||
|
||||
<ol>
|
||||
<li>Download and install the Wireless Toolkit (WTK) from Sun. The latest version is 2.2.<br><br>
|
||||
<a href="http://java.sun.com/products/j2mewtoolkit/">http://java.sun.com/products/j2mewtoolkit/</a><br> </li>
|
||||
<li>Download and install Processing Mobile.<br><br>
|
||||
0085 pre-ALPHA | 25 04 2005 Windows <a href="processing-0085-expert.zip">Expert</a><br>
|
||||
0074 pre-ALPHA | 31 01 2005 Windows <a href="processing-0074-expert.zip">Expert</a><br>
|
||||
0071 pre-ALPHA | 17 10 2004 Windows <a href="processing-0071-expert.zip">Expert</a><br> </li>
|
||||
<li>Modify <b>preferences.txt</b> to include the following line, based on the installation location of the WTK:<br>
|
||||
<li>Modify <b>preferences.txt</b> to include the following line, based on your installation location of the WTK:<br>
|
||||
<br>
|
||||
wtk.path=C:\WTK22<br> </li>
|
||||
</ol>
|
||||
|
||||
@@ -20,10 +20,10 @@ function MM_openBrWindow(theURL,winName,features) { //v2.0
|
||||
</head>
|
||||
<body>
|
||||
<div id="head">
|
||||
<img src="<?php echo SITE_ROOT?>images/wiring.jpg" width="97" height="47">
|
||||
<img src="<?php echo SITE_ROOT?>images/mobile.png">
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<img src="<?php echo SITE_ROOT?>images/nav_bottomarrow.gif" width="33" height="25" align="absmiddle">
|
||||
<img src="<?php echo SITE_ROOT?>images/nav_bottomarrow.png" align="absmiddle">
|
||||
|
||||
<?php if ($_SERVER['PHP_SELF'] == SITE_ROOT . 'index.php') { ?>
|
||||
Cover
|
||||
|
||||
@@ -3,8 +3,10 @@ $PAGE_TITLE = "Processing Mobile";
|
||||
|
||||
require 'header.inc.php';
|
||||
?>
|
||||
<img align="left" src="images/wiring_cover_small.jpg" width="590" height="300">
|
||||
<div class="column">
|
||||
<div>
|
||||
<img align="left" src="images/mobile_cover.jpg" width="590" height="300">
|
||||
</div>
|
||||
<div class="column" style="clear: left">
|
||||
|
||||
</div>
|
||||
<div class="column">
|
||||
|
||||
BIN
web/reference/images/color.gif
Normal file
|
After Width: | Height: | Size: 196 B |
BIN
web/reference/images/constants.gif
Normal file
|
After Width: | Height: | Size: 254 B |
BIN
web/reference/images/control.gif
Normal file
|
After Width: | Height: | Size: 221 B |
BIN
web/reference/images/data.gif
Normal file
|
After Width: | Height: | Size: 194 B |
BIN
web/reference/images/environment.gif
Normal file
|
After Width: | Height: | Size: 281 B |
BIN
web/reference/images/image.gif
Normal file
|
After Width: | Height: | Size: 215 B |
BIN
web/reference/images/inputoutput.gif
Normal file
|
After Width: | Height: | Size: 312 B |
BIN
web/reference/images/libraries.gif
Executable file
|
After Width: | Height: | Size: 221 B |
BIN
web/reference/images/lights.gif
Normal file
|
After Width: | Height: | Size: 330 B |
BIN
web/reference/images/math.gif
Normal file
|
After Width: | Height: | Size: 216 B |
BIN
web/reference/images/network.gif
Normal file
|
After Width: | Height: | Size: 257 B |
BIN
web/reference/images/serial.gif
Executable file
|
After Width: | Height: | Size: 204 B |
BIN
web/reference/images/shape.gif
Normal file
|
After Width: | Height: | Size: 214 B |
BIN
web/reference/images/sonic.gif
Normal file
|
After Width: | Height: | Size: 193 B |
BIN
web/reference/images/structure.gif
Normal file
|
After Width: | Height: | Size: 252 B |
BIN
web/reference/images/transform.gif
Normal file
|
After Width: | Height: | Size: 252 B |
BIN
web/reference/images/typography.gif
Normal file
|
After Width: | Height: | Size: 284 B |
BIN
web/reference/images/video.gif
Executable file
|
After Width: | Height: | Size: 209 B |
@@ -70,7 +70,7 @@ while ($filename !== false) {
|
||||
}
|
||||
|
||||
?>
|
||||
<img src="images/language.jpg" width="150" height="22"><br>
|
||||
<img src="images/header.png"><br>
|
||||
|
||||
<div class="column">
|
||||
<table width="180" border="0" cellspacing="0" cellpadding="0">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
define(SITE_ROOT, '/~fli/pmobile/');
|
||||
define(SITE_ROOT, '/processing/');
|
||||
|
||||
?>
|
||||