Skip to content

Commit cf4ccce

Browse files
committed
adding fix bugs link
1 parent 58d18e8 commit cf4ccce

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

content/static/tutorials/basics/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ <h1>Coordinate System and Shapes</h1>
44
<table width="656">
55
<tr>
66

7-
Portions of this work are from the book, <a href="http://www.learningprocessing.com">Learning Processing</a>, by Daniel Shiffman, published by Morgan Kaufmann Publishers, Copyright 2008 Elsevier Inc. All rights reserved.
8-
7+
<p>Portions of this work are from the book, <a href="http://www.learningprocessing.com">Learning Processing</a>, by Daniel Shiffman, published by Morgan Kaufmann Publishers, Copyright 2008 Elsevier Inc. All rights reserved.</p>
98

9+
<p class="ref-notice">This tutorial is for Processing (BETA) version 148+. If you have a previous version, use the examples included with your software. <em>If you see any errors or have comments, please <a href="http://processing.org/discourse/yabb_beta/YaBB.cgi?board=WebsiteBugs">let us know</a>.</em></p>
10+
11+
1012
<h5>Coordinate Space</h5>
1113
<p>
1214
Before we begin programming with Processing, we must first channel our eighth grade selves, pull out a piece of graph paper, and draw a line. The shortest distance between two points is a good old fashioned line, and this is where we begin, with two points on that graph paper.

content/static/tutorials/color/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ <h1>RGB Color</h1>
44
<table width="656">
55
<tr>
66

7-
Portions of this work are from the book, <a href="http://www.learningprocessing.com">Learning Processing</a>, by Daniel Shiffman, published by Morgan Kaufmann Publishers, Copyright 2008 Elsevier Inc. All rights reserved.
7+
<p>Portions of this work are from the book, <a href="http://www.learningprocessing.com">Learning Processing</a>, by Daniel Shiffman, published by Morgan Kaufmann Publishers, Copyright 2008 Elsevier Inc. All rights reserved.</p>
8+
9+
<p class="ref-notice">This tutorial is for Processing (BETA) version 148+. If you have a previous version, use the examples included with your software. <em>If you see any errors or have comments, please <a href="http://processing.org/discourse/yabb_beta/YaBB.cgi?board=WebsiteBugs">let us know</a>.</em></p>
810

911

1012
<h5>RGB Color</h5>

content/static/tutorials/eclipse/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ <h1>Processing in Eclipse</h1>
44
<table width="656">
55
<tr>
66

7+
<p class="ref-notice">This tutorial is for Processing (BETA) version 148+. If you have a previous version, use the examples included with your software. <em>If you see any errors or have comments, please <a href="http://processing.org/discourse/yabb_beta/YaBB.cgi?board=WebsiteBugs">let us know</a>.</em></p>
8+
79
This tutorial assumes you already have Java and Processing installed on your computer. This is also not an Eclipse tutorial, but just covers the basics to get you up and running with Processing in Eclipse.
810

911
<h5>Step 1. Download and install Eclipse</h5>

content/static/tutorials/regular_polygon/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ <h1>Creating a Polygon class</h1>
55

66
<tr>
77
<td>
8-
This tutorial shows you how to create a class to generate a regular polygon of n sides
8+
9+
10+
<p class="ref-notice">This tutorial is for Processing (BETA) version 148+. If you have a previous version, use the examples included with your software. <em>If you see any errors or have comments, please <a href="http://processing.org/discourse/yabb_beta/YaBB.cgi?board=WebsiteBugs">let us know</a>.</em></p>
11+
12+
<p>This tutorial shows you how to create a class to generate a regular polygon of n sides</p>
913

1014
<h5>Some Trig Theory</h5>
1115

0 commit comments

Comments
 (0)