Difference between revisions of "Brendan Ritter"

From WLCS
(Formatted and stated more goals)
Line 3: Line 3:
 
#*Depending on how long it takes, I would also learn PHP.
 
#*Depending on how long it takes, I would also learn PHP.
 
#Here is the tutorial I plan on using:
 
#Here is the tutorial I plan on using:
#*[http://www.tizag.com/htmlT/elements.php name]
+
#*[http://www.tizag.com/htmlT/elements.php Tizag Tutorials]
 
#*The site also includes a tutorial for PHP
 
#*The site also includes a tutorial for PHP
  
I have started on the website and here is what I have accomplished:
+
#I have started on the website and here is what I have accomplished:
http://www.washlee.net/britter/www/MUNsite1.html (this is old)
+
#*[http://www.washlee.net/britter/www/MUNsite1.html Old Stuff]
  
I think the first quarter will be spent making the site.
+
#I think the first quarter will be spent making the site.
The next 3 quarters will be spent learning php and making the site able to be changed by someone else easily.
+
#*The next couple of weeks will be spent learning php and making the site able to be changed by someone else easily.
  
I took a sizable portion of code from a login system on another site and integrated it into my own. The site now has login and user functions. The next step is to make it so that people can change the site or add things without messing up the important stuff.  
+
#I took a sizable portion of code from a login system on another site and integrated it into my own.  
http://washlee.net/britter/www/login.php
+
#*The site now has login and user functions.  
 +
#*The next step is to make it so that people can change the site or add things without messing up the important stuff.  
 +
#*[http://washlee.net/britter/www/login.php Here is the newest version of the site]
 +
 
 +
#The last step is to make it mutable
 +
#*I'm torn between making a wiki system of appending and changing
 +
#*And a system of just changing the file itself
 +
#**This would require access to the server itself but would allow for easier typing
 +
#**And be a whole lot easier to code
 +
 
 +
I think I'm going to go with the first option because I want the system to be as easy as possible.
 +
 
 +
I expect this to take a very long time, possibly a month or more.

Revision as of 13:54, 1 November 2010

  1. I plan on learning HTML and all the necessary associated skills with making a web page.
    • As far as a progress indicator, I plan on creating a (un)official web page for the Model UN club for WL.
    • Depending on how long it takes, I would also learn PHP.
  2. Here is the tutorial I plan on using:
  1. I have started on the website and here is what I have accomplished:
  1. I think the first quarter will be spent making the site.
    • The next couple of weeks will be spent learning php and making the site able to be changed by someone else easily.
  1. I took a sizable portion of code from a login system on another site and integrated it into my own.
    • The site now has login and user functions.
    • The next step is to make it so that people can change the site or add things without messing up the important stuff.
    • Here is the newest version of the site
  1. The last step is to make it mutable
    • I'm torn between making a wiki system of appending and changing
    • And a system of just changing the file itself
      • This would require access to the server itself but would allow for easier typing
      • And be a whole lot easier to code

I think I'm going to go with the first option because I want the system to be as easy as possible.

I expect this to take a very long time, possibly a month or more.