<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.paulbui.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sreaddy</id>
	<title>WLCS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.paulbui.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sreaddy"/>
	<link rel="alternate" type="text/html" href="https://www.paulbui.net/wl/Special:Contributions/Sreaddy"/>
	<updated>2026-04-22T12:00:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3207</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3207"/>
		<updated>2009-04-03T14:52:30Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [X] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Model the six possible turns right(R) [X] right inverted(Ri) [X] left(L) [X] left inverted(Li) [X] up(U) [X] up inverted(Ui) [X] down(D) [X] down inverted(Di) [X]&lt;br /&gt;
:- Choose algorithm set to model [X] I&amp;#039;m using the basic algorithms on my [http://washlee.net/sreaddy/noob.html page] and might incorporate some higher level algorithms such as f2l.&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
White = 1&lt;br /&gt;
Yellow = 2&lt;br /&gt;
Red = 3&lt;br /&gt;
Orange = 4&lt;br /&gt;
Blue = 5&lt;br /&gt;
Green = 6&lt;br /&gt;
&lt;br /&gt;
:- up    = [[1,1,1],[1,1,1],[1,1,1]]&lt;br /&gt;
:- down  = [[2,2,2],[2,2,2],[2,2,2]]&lt;br /&gt;
:- front = [[3,3,3],[3,3,3],[3,3,3]]&lt;br /&gt;
:- back  = [[4,4,4],[4,4,4],[4,4,4]]&lt;br /&gt;
:- right = [[5,5,5],[5,5,5],[5,5,5]]&lt;br /&gt;
:- left  = [[6,6,6],[6,6,6],[6,6,6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Project===&lt;br /&gt;
&lt;br /&gt;
The goal here is to create a program that can solve a rubik&amp;#039;s cube, and tells you the steps to solve it, if you input the placement of the colors on the cube. All of this will be done using python. &lt;br /&gt;
&lt;br /&gt;
To model the cube I used a series of matrices, using the numbers 1 through 6 to represent the colors. These matrices can be seen above. I had some trouble at first, because it has been about a year since I last used python I had forgotten that the matrix and list numbering starts at 0 instead of 1. Once I stopped being dumb and resolved the situation I had no more problems manipulating the matrices.&lt;br /&gt;
&lt;br /&gt;
I started by buying a rubik&amp;#039;s cube and marking each square with the number that corresponds to the space in the matrix it inhabits. Doing this makes it much easier to create code that models how the squares on the cube shift around when the cube is manipulated.&lt;br /&gt;
&lt;br /&gt;
[http://washlee.net/sreaddy/cube.html Here&amp;#039;s] the code I&amp;#039;ve managed to figure out so far. It&amp;#039;s lightly commented, but there&amp;#039;s more to come.&lt;br /&gt;
&lt;br /&gt;
The next step was to code the different turns that someone could make the cube do, such as turning the right face clockwise or turning the front face counter-clockwise.&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3181</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3181"/>
		<updated>2009-03-26T14:26:50Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [X] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Model the six possible turns right(R) [X] right inverted(Ri) [X] left(L) [X] left inverted(Li) [X] up(U) [X] up inverted(Ui) [X] down(D) [X] down inverted(Di) [X]&lt;br /&gt;
:- Choose algorithm set to model [X] I&amp;#039;m using the basic algorithms on my [http://washlee.net/sreaddy/noob.html page] and might incorporate some higher level algorithms such as f2l.&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
White = 1&lt;br /&gt;
Yellow = 2&lt;br /&gt;
Red = 3&lt;br /&gt;
Orange = 4&lt;br /&gt;
Blue = 5&lt;br /&gt;
Green = 6&lt;br /&gt;
&lt;br /&gt;
:- up    = [[1,1,1],[1,1,1],[1,1,1]]&lt;br /&gt;
:- down  = [[2,2,2],[2,2,2],[2,2,2]]&lt;br /&gt;
:- front = [[3,3,3],[3,3,3],[3,3,3]]&lt;br /&gt;
:- back  = [[4,4,4],[4,4,4],[4,4,4]]&lt;br /&gt;
:- right = [[5,5,5],[5,5,5],[5,5,5]]&lt;br /&gt;
:- left  = [[6,6,6],[6,6,6],[6,6,6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Project===&lt;br /&gt;
&lt;br /&gt;
The goal here is to create a program that can solve a rubik&amp;#039;s cube, and tells you the steps to solve it, if you input the placement of the colors on the cube. All of this will be done using python. &lt;br /&gt;
&lt;br /&gt;
To model the cube I used a series of matrices, using the numbers 1 through 6 to represent the colors. These matrices can be seen above. I had some trouble at first, because it has been about a year since I last used python I had forgotten that the matrix and list numbering starts at 0 instead of 1. Once I stopped being dumb and resolved the situation I had no more problems manipulating the matrices.&lt;br /&gt;
&lt;br /&gt;
I started by buying a rubik&amp;#039;s cube and marking each square with the number that corresponds to the space in the matrix it inhabits. Doing this makes it much easier to create code that models how the squares on the cube shift around when the cube is manipulated.&lt;br /&gt;
&lt;br /&gt;
The next step was to code the different turns that someone could make the cube do, such as turning the right face clockwise or turning the front face counter-clockwise.&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3180</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3180"/>
		<updated>2009-03-26T14:26:17Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [X] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Model the six possible turns right(R) [X] right inverted(Ri) [X] left(L) [X] left inverted(Li) [X] up(U) [X] up inverted(Ui) [X] down(D) [X] down inverted(Di) [X]&lt;br /&gt;
:- Choose algorithm set to model [X] I&amp;#039;m using the basic algorithms on my [http://washlee.net/sreaddy/noob.html page] and might incorporate some higher level algorithms such as f2l.&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
White = 1&lt;br /&gt;
Yellow = 2&lt;br /&gt;
Red = 3&lt;br /&gt;
Orange = 4&lt;br /&gt;
Blue = 5&lt;br /&gt;
Green = 6&lt;br /&gt;
&lt;br /&gt;
:- up = [[1,1,1],[1,1,1],[1,1,1]]&lt;br /&gt;
:- down = [[2,2,2],[2,2,2],[2,2,2]]&lt;br /&gt;
:- front = [[3,3,3],[3,3,3],[3,3,3]]&lt;br /&gt;
:- back = [[4,4,4],[4,4,4],[4,4,4]]&lt;br /&gt;
:- right = [[5,5,5],[5,5,5],[5,5,5]]&lt;br /&gt;
:- left = [[6,6,6],[6,6,6],[6,6,6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Project===&lt;br /&gt;
&lt;br /&gt;
The goal here is to create a program that can solve a rubik&amp;#039;s cube, and tells you the steps to solve it, if you input the placement of the colors on the cube. All of this will be done using python. &lt;br /&gt;
&lt;br /&gt;
To model the cube I used a series of matrices, using the numbers 1 through 6 to represent the colors. These matrices can be seen above. I had some trouble at first, because it has been about a year since I last used python I had forgotten that the matrix and list numbering starts at 0 instead of 1. Once I stopped being dumb and resolved the situation I had no more problems manipulating the matrices.&lt;br /&gt;
&lt;br /&gt;
I started by buying a rubik&amp;#039;s cube and marking each square with the number that corresponds to the space in the matrix it inhabits. Doing this makes it much easier to create code that models how the squares on the cube shift around when the cube is manipulated.&lt;br /&gt;
&lt;br /&gt;
The next step was to code the different turns that someone could make the cube do, such as turning the right face clockwise or turning the front face counter-clockwise.&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3175</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3175"/>
		<updated>2009-03-25T14:55:40Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [X] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Model the six possible turns right(R) [X] right inverted(Ri) [X] left(L) [X] left inverted(Li) [X] up(U) [X] up inverted(Ui) [X] down(D) [X] down inverted(Di) [X]&lt;br /&gt;
:- Choose algorithm set to model [X] I&amp;#039;m using the basic algorithms on my [http://washlee.net/sreaddy/noob.html page] and might incorporate some higher level algorithms such as f2l.&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
White = 1&lt;br /&gt;
Yellow = 2&lt;br /&gt;
Red = 3&lt;br /&gt;
Orange = 4&lt;br /&gt;
Blue = 5&lt;br /&gt;
Green = 6&lt;br /&gt;
&lt;br /&gt;
:- up = [[1,1,1],[1,1,1],[1,1,1]]&lt;br /&gt;
:- down = [[2,2,2],[2,2,2],[2,2,2]]&lt;br /&gt;
:- front = [[3,3,3],[3,3,3],[3,3,3]]&lt;br /&gt;
:- back = [[4,4,4],[4,4,4],[4,4,4]]&lt;br /&gt;
:- right = [[5,5,5],[5,5,5],[5,5,5]]&lt;br /&gt;
:- left = [[6,6,6],[6,6,6],[6,6,6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Project===&lt;br /&gt;
&lt;br /&gt;
The goal here is to create a program that can solve a rubik&amp;#039;s cube, and tells you the steps to solve it, if you input the placement of the colors on the cube. All of this will be done using python. &lt;br /&gt;
&lt;br /&gt;
To model the cube I used a series of matrices, using the numbers 1 through 6 to represent the colors. These matrices can be seen above.&lt;br /&gt;
&lt;br /&gt;
I started by buying a rubik&amp;#039;s cube and marking each square with the number that corresponds to the space in the matrix it inhabits. Doing this makes it much easier to create code that models how the squares on the cube shift around when the cube is manipulated.&lt;br /&gt;
&lt;br /&gt;
The next step was to code the different turns that someone could make the cube do, such as turning the right face clockwise or turning the front face counter-clockwise.&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3173</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3173"/>
		<updated>2009-03-25T14:32:40Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [X] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Model the six possible turns right(R) [X] right inverted(Ri) [X] left(L) [X] left inverted(Li) [X] up(U) [X] up inverted(Ui) [X] down(D) [X] down inverted(Di) [X]&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
White = 1&lt;br /&gt;
Yellow = 2&lt;br /&gt;
Red = 3&lt;br /&gt;
Orange = 4&lt;br /&gt;
Blue = 5&lt;br /&gt;
Green = 6&lt;br /&gt;
&lt;br /&gt;
:- up = [[1,1,1],[1,1,1],[1,1,1]]&lt;br /&gt;
:- down = [[2,2,2],[2,2,2],[2,2,2]]&lt;br /&gt;
:- front = [[3,3,3],[3,3,3],[3,3,3]]&lt;br /&gt;
:- back = [[4,4,4],[4,4,4],[4,4,4]]&lt;br /&gt;
:- right = [[5,5,5],[5,5,5],[5,5,5]]&lt;br /&gt;
:- left = [[6,6,6],[6,6,6],[6,6,6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Project===&lt;br /&gt;
&lt;br /&gt;
The goal here is to create a program that can solve a rubik&amp;#039;s cube, and tells you the steps to solve it, if you input the placement of the colors on the cube. All of this will be done using python. &lt;br /&gt;
&lt;br /&gt;
To model the cube I used a series of matrices, using the numbers 1 through 6 to represent the colors. These matrices can be seen above.&lt;br /&gt;
&lt;br /&gt;
I started by buying a rubik&amp;#039;s cube and marking each square with the number that corresponds to the space in the matrix it inhabits. Doing this makes it much easier to create code that models how the squares on the cube shift around when the cube is manipulated.&lt;br /&gt;
&lt;br /&gt;
The next step was to code the different turns that someone could make the cube do, such as turning the right face clockwise or turning the front face counter-clockwise.&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3165</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3165"/>
		<updated>2009-03-24T14:42:45Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [&amp;gt;] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Talk to people who have already made programs to this effect, see how they did it&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
:- win the game&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
White = 1&lt;br /&gt;
Yellow = 2&lt;br /&gt;
Red = 3&lt;br /&gt;
Orange = 4&lt;br /&gt;
Blue = 5&lt;br /&gt;
Green = 6&lt;br /&gt;
&lt;br /&gt;
:- up = [[1,1,1],[1,1,1],[1,1,1]]&lt;br /&gt;
:- down = [[2,2,2],[2,2,2],[2,2,2]]&lt;br /&gt;
:- front = [[3,3,3],[3,3,3],[3,3,3]]&lt;br /&gt;
:- back = [[4,4,4],[4,4,4],[4,4,4]]&lt;br /&gt;
:- right = [[5,5,5],[5,5,5],[5,5,5]]&lt;br /&gt;
:- left = [[6,6,6],[6,6,6],[6,6,6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Project===&lt;br /&gt;
&lt;br /&gt;
The goal here is to create a program that can solve a rubik&amp;#039;s cube, and tells you the steps to solve it, if you input the placement of the colors on the cube. All of this will be done using python. &lt;br /&gt;
&lt;br /&gt;
To model the cube I used a series of matrices, using the numbers 1 through 6 to represent the colors. These matrices can be seen above.&lt;br /&gt;
&lt;br /&gt;
I started by buying a rubik&amp;#039;s cube and marking each square with the number that corresponds to the space in the matrix it inhabits. Doing this makes it much easier to create code that models how the squares on the cube shift around when the cube is manipulated.&lt;br /&gt;
&lt;br /&gt;
The next step was to code the different turns that someone could make the cube do, such as turning the right face clockwise or turning the front face counter-clockwise.&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3164</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3164"/>
		<updated>2009-03-24T14:10:53Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [&amp;gt;] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Talk to people who have already made programs to this effect, see how they did it&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
:- win the game&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
White = 1&lt;br /&gt;
Yellow = 2&lt;br /&gt;
Red = 3&lt;br /&gt;
Orange = 4&lt;br /&gt;
Blue = 5&lt;br /&gt;
Green = 6&lt;br /&gt;
&lt;br /&gt;
- up = [[1,1,1],[1,1,1],[1,1,1]]&lt;br /&gt;
- down = [[2,2,2],[2,2,2],[2,2,2]]&lt;br /&gt;
- front = [[3,3,3],[3,3,3],[3,3,3]]&lt;br /&gt;
- back = [[4,4,4],[4,4,4],[4,4,4]]&lt;br /&gt;
- right = [[5,5,5],[5,5,5],[5,5,5]]&lt;br /&gt;
- left = [[6,6,6],[6,6,6],[6,6,6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Project===&lt;br /&gt;
&lt;br /&gt;
The goal here is to create a program that can solve a rubik&amp;#039;s cube, and tells you the steps to solve it, if you input the placement of the colors on the cube. All of this will be done using python. &lt;br /&gt;
&lt;br /&gt;
To model the cube I used a series of matrices, using the numbers 1 through 6 to represent the colors. These matrices can be seen above.&lt;br /&gt;
&lt;br /&gt;
I started by buying a rubik&amp;#039;s cube and marking each square with the number that corresponds to the space in the matrix it inhabits.&lt;br /&gt;
&lt;br /&gt;
The next step was to code the different turns that someone could make the cube do, such as turning the right face clockwise or turning the front face counter-clockwise.&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3163</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3163"/>
		<updated>2009-03-24T14:10:12Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [&amp;gt;] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Talk to people who have already made programs to this effect, see how they did it&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
:- win the game&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
White = 1&lt;br /&gt;
Yellow = 2&lt;br /&gt;
Red = 3&lt;br /&gt;
Orange = 4&lt;br /&gt;
Blue = 5&lt;br /&gt;
Green = 6&lt;br /&gt;
&lt;br /&gt;
-up = [[1,1,1],[1,1,1],[1,1,1]]&lt;br /&gt;
-down = [[2,2,2],[2,2,2],[2,2,2]]&lt;br /&gt;
-front = [[3,3,3],[3,3,3],[3,3,3]]&lt;br /&gt;
-back = [[4,4,4],[4,4,4],[4,4,4]]&lt;br /&gt;
-right = [[5,5,5],[5,5,5],[5,5,5]]&lt;br /&gt;
-left = [[6,6,6],[6,6,6],[6,6,6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Project===&lt;br /&gt;
&lt;br /&gt;
The goal here is to create a program that can solve a rubik&amp;#039;s cube, and tells you the steps to solve it, if you input the placement of the colors on the cube. All of this will be done using python. &lt;br /&gt;
&lt;br /&gt;
To model the cube I used a series of matrices, using the numbers 1 through 6 to represent the colors. These matrices can be seen above.&lt;br /&gt;
&lt;br /&gt;
I started by buying a rubik&amp;#039;s cube and marking each square with the number that corresponds to the space in the matrix it inhabits.&lt;br /&gt;
&lt;br /&gt;
The next step was to code the different turns that someone could make the cube do, such as turning the right face clockwise or turning the front face counter-clockwise.&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3155</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=3155"/>
		<updated>2009-03-23T14:58:18Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [&amp;gt;] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Talk to people who have already made programs to this effect, see how they did it&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
:- win the game&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
White = 1&lt;br /&gt;
Yellow = 2&lt;br /&gt;
Red = 3&lt;br /&gt;
Orange = 4&lt;br /&gt;
Blue = 5&lt;br /&gt;
Green = 6&lt;br /&gt;
&lt;br /&gt;
up = [[1,1,1],[1,1,1],[1,1,1]]&lt;br /&gt;
down = [[2,2,2],[2,2,2],[2,2,2]]&lt;br /&gt;
front = [[3,3,3],[3,3,3],[3,3,3]]&lt;br /&gt;
back = [[4,4,4],[4,4,4],[4,4,4]]&lt;br /&gt;
right = [[5,5,5],[5,5,5],[5,5,5]]&lt;br /&gt;
left = [[6,6,6],[6,6,6],[6,6,6]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Project===&lt;br /&gt;
&lt;br /&gt;
The goal here is to create a program that can solve a rubik&amp;#039;s cube, and tells you the steps to solve it, if you input the placement of the colors on the cube. All of this will be done using python. &lt;br /&gt;
&lt;br /&gt;
To model the cube I used a series of matrices, using the numbers 1 through 6 to represent the colors. These matrices can be seen above.&lt;br /&gt;
&lt;br /&gt;
I started by buying a rubik&amp;#039;s cube and marking each square with the number that corresponds to the space in the matrix it inhabits.&lt;br /&gt;
&lt;br /&gt;
The next step was to code the different turns that someone could make the cube do, such as turning the right face clockwise or turning the front face counter-clockwise.&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2802</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2802"/>
		<updated>2009-03-03T15:59:05Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [&amp;gt;] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Talk to people who have already made programs to this effect, see how they did it&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
:- win the game&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
-Up = [[&amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;],[&amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;],[&amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;]]&lt;br /&gt;
&lt;br /&gt;
-Front = [[&amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;],[&amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;],[&amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;]]&lt;br /&gt;
&lt;br /&gt;
-Right = [[&amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;],[&amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;],[&amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;]]&lt;br /&gt;
&lt;br /&gt;
-Left = [[&amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;],[&amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;],[&amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;]]&lt;br /&gt;
&lt;br /&gt;
-Back = [[&amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;],[&amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;],[&amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;]]&lt;br /&gt;
&lt;br /&gt;
-Down = [[&amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;],[&amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;],[&amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;]]&lt;br /&gt;
&lt;br /&gt;
=FAIL AREA=&lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- Make a laser []&lt;br /&gt;
:- Make robot to measure the angle of refraction/reflection of materials []&lt;br /&gt;
:- Mount laser on robot []&lt;br /&gt;
:- Make laser activated circuit that simultaneously turns off all the monitors in the room (useful for Mr. Bui&amp;#039;s presentations) []&lt;br /&gt;
:- (cumulative) Make a security system that sends a text message or email to you if it&amp;#039;s laser beam is interrupted, possibly talks to the intruder []&lt;br /&gt;
 &lt;br /&gt;
===Path 2===&lt;br /&gt;
:- Make robot(the hoff) semi-sentient&lt;br /&gt;
:- Use robot mounted laser turret for shenanigans []&lt;br /&gt;
:- Amplify laser output []&lt;br /&gt;
:- Open robot fighting arena (legal issues?) []&lt;br /&gt;
:- Make robot v.2 (megatron) []&lt;br /&gt;
:- Get military contract []&lt;br /&gt;
:- Make many monies []&lt;br /&gt;
:- Make robot v.2 fully sentient []&lt;br /&gt;
:- Pair robot v.2 with robot v.3 (optimus) []&lt;br /&gt;
:- Kill JOhn COnnor []&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maybe Later Stuff===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2800</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2800"/>
		<updated>2009-03-03T15:58:09Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Create a basic model of the rubik&amp;#039;s cube using python [X]&lt;br /&gt;
:- Brush up on python skills [&amp;gt;] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Talk to people who have already made programs to this effect, see how they did it&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
:- win the game&lt;br /&gt;
&lt;br /&gt;
===Rubik&amp;#039;s Cube Model===&lt;br /&gt;
&lt;br /&gt;
Up = [[&amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;],[&amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;],[&amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;, &amp;#039;white&amp;#039;]]&lt;br /&gt;
Front = [[&amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;],[&amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;],[&amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;, &amp;#039;red&amp;#039;]]&lt;br /&gt;
Right = [[&amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;],[&amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;],[&amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;, &amp;#039;blue&amp;#039;]]&lt;br /&gt;
Left = [[&amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;],[&amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;],[&amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;, &amp;#039;green&amp;#039;]]&lt;br /&gt;
Back = [[&amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;],[&amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;],[&amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;, &amp;#039;orange&amp;#039;]]&lt;br /&gt;
Down = [[&amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;],[&amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;],[&amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;, &amp;#039;yellow&amp;#039;]]&lt;br /&gt;
&lt;br /&gt;
=FAIL AREA=&lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- Make a laser []&lt;br /&gt;
:- Make robot to measure the angle of refraction/reflection of materials []&lt;br /&gt;
:- Mount laser on robot []&lt;br /&gt;
:- Make laser activated circuit that simultaneously turns off all the monitors in the room (useful for Mr. Bui&amp;#039;s presentations) []&lt;br /&gt;
:- (cumulative) Make a security system that sends a text message or email to you if it&amp;#039;s laser beam is interrupted, possibly talks to the intruder []&lt;br /&gt;
 &lt;br /&gt;
===Path 2===&lt;br /&gt;
:- Make robot(the hoff) semi-sentient&lt;br /&gt;
:- Use robot mounted laser turret for shenanigans []&lt;br /&gt;
:- Amplify laser output []&lt;br /&gt;
:- Open robot fighting arena (legal issues?) []&lt;br /&gt;
:- Make robot v.2 (megatron) []&lt;br /&gt;
:- Get military contract []&lt;br /&gt;
:- Make many monies []&lt;br /&gt;
:- Make robot v.2 fully sentient []&lt;br /&gt;
:- Pair robot v.2 with robot v.3 (optimus) []&lt;br /&gt;
:- Kill JOhn COnnor []&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maybe Later Stuff===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2767</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2767"/>
		<updated>2009-02-26T15:53:09Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube [X]&lt;br /&gt;
:- Brush up on python skills [] [http://www.python.org Using this python tutorial]&lt;br /&gt;
:- Talk to people who have already made programs to this effect, see how they did it&lt;br /&gt;
&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
:- win the game&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=FAIL AREA=&lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- Make a laser []&lt;br /&gt;
:- Make robot to measure the angle of refraction/reflection of materials []&lt;br /&gt;
:- Mount laser on robot []&lt;br /&gt;
:- Make laser activated circuit that simultaneously turns off all the monitors in the room (useful for Mr. Bui&amp;#039;s presentations) []&lt;br /&gt;
:- (cumulative) Make a security system that sends a text message or email to you if it&amp;#039;s laser beam is interrupted, possibly talks to the intruder []&lt;br /&gt;
 &lt;br /&gt;
===Path 2===&lt;br /&gt;
:- Make robot(the hoff) semi-sentient&lt;br /&gt;
:- Use robot mounted laser turret for shenanigans []&lt;br /&gt;
:- Amplify laser output []&lt;br /&gt;
:- Open robot fighting arena (legal issues?) []&lt;br /&gt;
:- Make robot v.2 (megatron) []&lt;br /&gt;
:- Get military contract []&lt;br /&gt;
:- Make many monies []&lt;br /&gt;
:- Make robot v.2 fully sentient []&lt;br /&gt;
:- Pair robot v.2 with robot v.3 (optimus) []&lt;br /&gt;
:- Kill JOhn COnnor []&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maybe Later Stuff===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2753</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2753"/>
		<updated>2009-02-24T15:58:52Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms [X] [http://washlee.net/sreaddy/noob.html my summary of the youtube explanation] [http://peter.stillhq.com/jasmine/rubikscubesolution.html another explanation]&lt;br /&gt;
:- Talk to people who have already made programs to this effect, see how they did it&lt;br /&gt;
:- Brush up on python skills&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
:- win the game&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=FAIL AREA=&lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- Make a laser []&lt;br /&gt;
:- Make robot to measure the angle of refraction/reflection of materials []&lt;br /&gt;
:- Mount laser on robot []&lt;br /&gt;
:- Make laser activated circuit that simultaneously turns off all the monitors in the room (useful for Mr. Bui&amp;#039;s presentations) []&lt;br /&gt;
:- (cumulative) Make a security system that sends a text message or email to you if it&amp;#039;s laser beam is interrupted, possibly talks to the intruder []&lt;br /&gt;
 &lt;br /&gt;
===Path 2===&lt;br /&gt;
:- Make robot(the hoff) semi-sentient&lt;br /&gt;
:- Use robot mounted laser turret for shenanigans []&lt;br /&gt;
:- Amplify laser output []&lt;br /&gt;
:- Open robot fighting arena (legal issues?) []&lt;br /&gt;
:- Make robot v.2 (megatron) []&lt;br /&gt;
:- Get military contract []&lt;br /&gt;
:- Make many monies []&lt;br /&gt;
:- Make robot v.2 fully sentient []&lt;br /&gt;
:- Pair robot v.2 with robot v.3 (optimus) []&lt;br /&gt;
:- Kill JOhn COnnor []&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maybe Later Stuff===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2674</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2674"/>
		<updated>2009-02-17T15:27:15Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===Third Quarter Goals===&lt;br /&gt;
:- Research Rubik&amp;#039;s cube algorithms&lt;br /&gt;
:- Talk to people who have already made programs to this effect, see how they did it&lt;br /&gt;
:- Brush up on python skills&lt;br /&gt;
:- Learn to solve rubik&amp;#039;s cube&lt;br /&gt;
:- Choose algorithm set to model&lt;br /&gt;
:- win the game&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=FAIL AREA=&lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- Make a laser []&lt;br /&gt;
:- Make robot to measure the angle of refraction/reflection of materials []&lt;br /&gt;
:- Mount laser on robot []&lt;br /&gt;
:- Make laser activated circuit that simultaneously turns off all the monitors in the room (useful for Mr. Bui&amp;#039;s presentations) []&lt;br /&gt;
:- (cumulative) Make a security system that sends a text message or email to you if it&amp;#039;s laser beam is interrupted, possibly talks to the intruder []&lt;br /&gt;
 &lt;br /&gt;
===Path 2===&lt;br /&gt;
:- Make robot(the hoff) semi-sentient&lt;br /&gt;
:- Use robot mounted laser turret for shenanigans []&lt;br /&gt;
:- Amplify laser output []&lt;br /&gt;
:- Open robot fighting arena (legal issues?) []&lt;br /&gt;
:- Make robot v.2 (megatron) []&lt;br /&gt;
:- Get military contract []&lt;br /&gt;
:- Make many monies []&lt;br /&gt;
:- Make robot v.2 fully sentient []&lt;br /&gt;
:- Pair robot v.2 with robot v.3 (optimus) []&lt;br /&gt;
:- Kill JOhn COnnor []&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maybe Later Stuff===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2590</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2590"/>
		<updated>2009-01-27T15:37:42Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- Make a laser []&lt;br /&gt;
:- Make robot to measure the angle of refraction/reflection of materials []&lt;br /&gt;
:- Mount laser on robot []&lt;br /&gt;
:- Make laser activated circuit that simultaneously turns off all the monitors in the room (useful for Mr. Bui&amp;#039;s presentations) []&lt;br /&gt;
:- (cumulative) Make a security system that sends a text message or email to you if it&amp;#039;s laser beam is interrupted, possibly talks to the intruder []&lt;br /&gt;
 &lt;br /&gt;
==Path 2==&lt;br /&gt;
:- Make robot(the hoff) semi-sentient&lt;br /&gt;
:- Use robot mounted laser turret for shenanigans []&lt;br /&gt;
:- Amplify laser output []&lt;br /&gt;
:- Open robot fighting arena (legal issues?) []&lt;br /&gt;
:- Make robot v.2 (megatron) []&lt;br /&gt;
:- Get military contract []&lt;br /&gt;
:- Make many monies []&lt;br /&gt;
:- Make robot v.2 fully sentient []&lt;br /&gt;
:- Pair robot v.2 with robot v.3 (optimus) []&lt;br /&gt;
:- Kill JOhn COnnor []&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maybe Later Stuff===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2589</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2589"/>
		<updated>2009-01-27T15:21:14Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- Make a laser []&lt;br /&gt;
:- Make robot to measure the angle of refraction/reflection of materials []&lt;br /&gt;
:- Mount laser on robot []&lt;br /&gt;
:- (cumulative) Make a security system that sends a text message or email to you if it&amp;#039;s laser beam is interrupted, possibly talks to the intruder []&lt;br /&gt;
 &lt;br /&gt;
==Path 2==&lt;br /&gt;
:- Make robot(the hoff) semi-sentient&lt;br /&gt;
:- Use robot mounted laser turret for shenanigans []&lt;br /&gt;
:- Amplify laser output []&lt;br /&gt;
:- Open robot fighting arena (legal issues?) []&lt;br /&gt;
:- Make robot v.2 (megatron) []&lt;br /&gt;
:- Get military contract []&lt;br /&gt;
:- Make many monies []&lt;br /&gt;
:- Make robot v.2 fully sentient []&lt;br /&gt;
:- Pair robot v.2 with robot v.3 (optimus) []&lt;br /&gt;
:- Kill JOhn COnnor []&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maybe Later Stuff===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2558</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2558"/>
		<updated>2009-01-22T15:53:16Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- Make a laser []&lt;br /&gt;
:- Make robot to measure the angle of refraction/reflection of materials []&lt;br /&gt;
:- Mount laser on robot []&lt;br /&gt;
:- Make robot(the hoff) semi-sentient&lt;br /&gt;
:- Use robot mounted laser turret for shenanigans []&lt;br /&gt;
:- Amplify laser output []&lt;br /&gt;
:- Open robot fighting arena (legal issues?) []&lt;br /&gt;
:- Make robot v.2 (megatron) []&lt;br /&gt;
:- Get military contract []&lt;br /&gt;
:- Make many monies []&lt;br /&gt;
:- Make robot v.2 fully sentient []&lt;br /&gt;
:- Pair robot v.2 with robot v.3 (optimus) []&lt;br /&gt;
:- Kill JOhn COnnor []&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maybe Later Stuff===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2556</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2556"/>
		<updated>2009-01-22T15:48:44Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- Make a laser []&lt;br /&gt;
:- Make robot to measure the angle of refraction/reflection of materials []&lt;br /&gt;
:- Mount laser on robot []&lt;br /&gt;
:- Make robot(the hoff) semi-sentient&lt;br /&gt;
:- Use robot mounted laser turret for shenanigans []&lt;br /&gt;
:- Amplify laser output []&lt;br /&gt;
:- Open robot fighting arena (legal issues?) []&lt;br /&gt;
:- Make robot v.2 (megatron) []&lt;br /&gt;
:- Get military contract []&lt;br /&gt;
:- Make many monies []&lt;br /&gt;
:- Kill JOhn COnnor []&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maybe Later Stuff===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2448</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2448"/>
		<updated>2009-01-16T15:40:51Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- make more advanced PHP minisites []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2447</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2447"/>
		<updated>2009-01-16T15:40:23Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
&lt;br /&gt;
===New Goals===&lt;br /&gt;
:- make more advanced PHP minisites&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2428</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2428"/>
		<updated>2009-01-15T15:26:44Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP forms to the interface[X][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2377</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2377"/>
		<updated>2009-01-13T15:31:27Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) [X] [http://www.washlee.net/sreaddy/Mercury_main.html Checkitout]&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP functions to the interface[&amp;gt;][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers [X] [http://computer.howstuffworks.com/streaming-video-and-audio.htm The HowStuffWorks perspective on things] [http://www.michiganbands.com/article671.html Mp3 streaming info] &lt;br /&gt;
:- research steps to create a server [X] [http://howto.wired.com/wiki/Build_A_Digital_Music_Server Wired&amp;#039;s explanation] &lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2348</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2348"/>
		<updated>2009-01-12T15:09:40Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) []&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP functions to the interface[&amp;gt;][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers []&lt;br /&gt;
:- research steps to create a server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2328</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2328"/>
		<updated>2009-01-09T15:58:46Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) []&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example] [http://washlee.net/sreaddy/upload.html Super good form stuffs]&lt;br /&gt;
:- add PHP functions to the interface[&amp;gt;][http://washlee.net/sreaddy/Mercury_main.html simple search bars] and [[http://washlee.net/sreaddy/upload.html upload form]&lt;br /&gt;
:- research different types of music servers []&lt;br /&gt;
:- research steps to create a server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2288</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2288"/>
		<updated>2009-01-07T15:16:34Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [X] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of] [http://washlee.net/sreaddy/mercury1.html  this sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) []&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[X] &lt;br /&gt;
:- make mini-sites with PHP [&amp;gt;] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example]&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
:- research different types of music servers []&lt;br /&gt;
:- research steps to create a server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2179</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2179"/>
		<updated>2008-12-23T15:53:42Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X] [http://www.washlee.net/sreaddy/CSS.html The CSS coding] [http://www.washlee.net/sreaddy/index.html This page has the effects of the stylesheet]&lt;br /&gt;
:- create a stylesheet for the prototype interface [&amp;gt;] [http://www.washlee.net/sreaddy/Mercury_main.html The effects of the unrefined sheet]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) []&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[&amp;gt;]&lt;br /&gt;
:- make mini-sites with PHP [&amp;gt;] [http://www.washlee.net/sreaddy/HasselhoffHelper.php Simple yet practical example]&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
:- research different types of music servers []&lt;br /&gt;
:- research steps to create a server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2126</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2126"/>
		<updated>2008-12-16T15:13:08Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X]&lt;br /&gt;
:- create a stylesheet for the prototype interface [&amp;gt;]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) []&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- make mini-sites with PHP []&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
:- research different types of music servers []&lt;br /&gt;
:- research steps to create a server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] [http://www.washlee.net/sreaddy/HasselhoffHelper.html Hasselhoff is a powerful deterrent] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2122</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2122"/>
		<updated>2008-12-15T15:59:10Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X]&lt;br /&gt;
:- create a stylesheet for the prototype interface [&amp;gt;]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) []&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- make mini-sites with PHP []&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
:- research different types of music servers []&lt;br /&gt;
:- research steps to create a server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Encourage people to log off [X] &lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2050</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2050"/>
		<updated>2008-12-05T15:11:28Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- create and apply CSS stylesheet for basic website [X]&lt;br /&gt;
:- create a stylesheet for the prototype interface [&amp;gt;]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) []&lt;br /&gt;
:- begin learning PHP [X]&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- make mini-sites with PHP []&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
:- research different types of music servers []&lt;br /&gt;
:- research steps to create a server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2045</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=2045"/>
		<updated>2008-12-04T14:35:47Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[X]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) []&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- make mini-sites with PHP []&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
:- research different types of music servers []&lt;br /&gt;
:- research steps to create a server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1866</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1866"/>
		<updated>2008-11-07T15:53:35Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
===Goals II, The Sequel===&lt;br /&gt;
:- learn CSS[]&lt;br /&gt;
:- apply CSS to the interface design (make it look good) []&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- make mini-sites with PHP []&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
:- research different types of music servers []&lt;br /&gt;
:- research steps to create a server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
:- add search capabilities to the interface []&lt;br /&gt;
:- research security needed for a web server []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1744</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1744"/>
		<updated>2008-10-31T14:45:14Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:- learn CSS[]&lt;br /&gt;
:- apply CSS to the interface design[]&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code[]&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
:- research steps to create a streaming server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;br /&gt;
:- PROFIT!&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1742</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1742"/>
		<updated>2008-10-31T14:42:00Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:- learn CSS[]&lt;br /&gt;
:- apply CSS to the interface design[]&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code[]&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
:- research steps to create a streaming server []&lt;br /&gt;
:- create a streaming server using PHP []&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;br /&gt;
:- PROFIT!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Davesite, one of the tutorials I&amp;#039;ve used&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1736</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1736"/>
		<updated>2008-10-31T14:32:15Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- find HTML tutorial [X] [http://www.davesite.com/webstation/html/ Here&amp;#039;s the one i used]&lt;br /&gt;
:- learn HTML [X] [http://www.w3schools.com/default.asp Here&amp;#039;s a good database for HTML]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information about HTML on the web page[X]&lt;br /&gt;
:- post examples of HTML capabilities e.g. pictures, links, etc. &lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X]&lt;br /&gt;
:- post basic interface using HTML [X] [http://washlee.net/sreaddy/Mercury_main.html Check out the prototype]&lt;br /&gt;
:- find CSS tutorial [X] [http://www.csstutorial.net/ Here&amp;#039;s what I&amp;#039;m currently studying] [http://www.w3schools.com/css/default.asp Here&amp;#039;s another source I&amp;#039;m using] &lt;br /&gt;
:- find PHP tutorial [X] [http://www.w3schools.com/php/default.asp The w3 tutorial] [http://us3.php.net/tut.php Here&amp;#039;s another] I haven&amp;#039;t looked to extensively at either but they are recommended by the google machine and w3 is very reliable&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:- learn CSS[]&lt;br /&gt;
:- apply CSS to the interface design[]&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code[]&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;br /&gt;
:- PROFIT!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Davesite, one of the tutorials I&amp;#039;ve used&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1695</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1695"/>
		<updated>2008-10-30T14:14:09Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- learn html [X]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information and examples of html on the web page[X]&lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[X] [http://washlee.net/sreaddy/Mercury_main.html Here it is]&lt;br /&gt;
:- &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:- learn CSS[]&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code[]&lt;br /&gt;
:- add PHP functions to the interface[]&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;br /&gt;
:- PROFIT!&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1571</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1571"/>
		<updated>2008-10-20T14:38:55Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals===&lt;br /&gt;
:- learn html [X]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information and examples of html on the web page[X]&lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- design a prototype interface[]&lt;br /&gt;
:- &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:- learn CSS[]&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code[]&lt;br /&gt;
:- get good at PHP[]&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;br /&gt;
:- Take over the world&lt;br /&gt;
:- PROFIT!&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1457</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1457"/>
		<updated>2008-10-08T14:16:16Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals for first quarter:===&lt;br /&gt;
:- learn html [X]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information and examples of html on the web page[X]&lt;br /&gt;
:- link together multiple pages to the basic page[X]&lt;br /&gt;
:- learn CSS[]&lt;br /&gt;
:- learn basic PHP[]&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code[]&lt;br /&gt;
:- get good at PHP[]&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1456</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1456"/>
		<updated>2008-10-08T14:15:33Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals for first quarter:===&lt;br /&gt;
:- learn html [X]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information and examples of html on the web page[X]&lt;br /&gt;
:- link together multiple pages to the basic page[]&lt;br /&gt;
:- learn CSS[]&lt;br /&gt;
:- learn basic PHP&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code&lt;br /&gt;
:- get good at PHP&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1356</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1356"/>
		<updated>2008-10-02T14:01:33Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals for first quarter:===&lt;br /&gt;
:- learn html [X]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information and examples of html on the web page[]&lt;br /&gt;
:- link together multiple pages to the basic page[]&lt;br /&gt;
:- learn basic PHP&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code&lt;br /&gt;
:- get good at PHP&lt;br /&gt;
:- do stuff with PHP on the web page&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1226</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1226"/>
		<updated>2008-09-30T14:14:03Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals for first quarter:===&lt;br /&gt;
:- learn html [X]&lt;br /&gt;
:- setup a basic web page [X] [http://washlee.net/sreaddy/index.html Check out the site]&lt;br /&gt;
:- put information and examples of html on the web page[]&lt;br /&gt;
:- own up html&lt;br /&gt;
:- learn basic PHP&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code&lt;br /&gt;
:- get good at PHP&lt;br /&gt;
:- do stuff with PHP on the web page&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
	<entry>
		<id>https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1129</id>
		<title>Sean Readdy</title>
		<link rel="alternate" type="text/html" href="https://www.paulbui.net/wiki/index.php?title=Sean_Readdy&amp;diff=1129"/>
		<updated>2008-09-24T14:23:18Z</updated>

		<summary type="html">&lt;p&gt;Sreaddy: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Is thinking about working on a streaming music server. Also likes spinning in chairs, and dislikes stools.&lt;br /&gt;
===Goals for first quarter:===&lt;br /&gt;
:- learn html&lt;br /&gt;
:- setup a basic web page&lt;br /&gt;
:- put information and examples of html on the web page&lt;br /&gt;
:- own up html&lt;br /&gt;
:- learn basic PHP&lt;br /&gt;
:- analyze other people&amp;#039;s PHP source code&lt;br /&gt;
:- get good at PHP&lt;br /&gt;
:- do stuff with PHP on the web page&lt;br /&gt;
&lt;br /&gt;
===Cumulative Goal===&lt;br /&gt;
:- Setup a streaming music web server&lt;/div&gt;</summary>
		<author><name>Sreaddy</name></author>
		
	</entry>
</feed>