Monday, March 30, 2009

Monday - March 30th 2009

Today we will discuss php. To see agenda below!


Agenda

  1. Introduce PHP

  2. Powerpoint

  3. Client Server Architecture

  4. Script examples

Monday, March 16, 2009

Guest Speaker: Got Art?

Reminder: We are having a guest speaker tomorrow. Please welcome Kelly Nielsen from the Art Institute of Portland. It will make her job a lot easier if you come prepared to ask a question or two. Also, our Javascript Assignments will be due by the end of next class period. See my blog at www.mrhadley.net for more details.

Thursday, March 12, 2009

Thursday March 12th


  1. Discuss/Lecture on Javascript Arrays

  2. Continue Working on Javascript Assignments

  3. Updated Grades



Today we are going to talk about arrays. As I previously mentioned in class, arrays are similar to variables. The main difference is that arrays can contain an unlimited number of items within the container. Visit the w3schools javascript arrays link to see examples of different types of arrays.

Tuesday, March 10, 2009

Tuesday March 10th

Today we will be doing a couple of things. First we will be checking to make sure everyone can log into the class server. I have set and checked all of the server permissions so every should now be able to log in. For login instructions please see the post from last Friday (below).

After you have secured your login and placed your portfolio into the server, please view the rest of the javascript assignments and begin working on them. These will all be due before we leave on spring break. To be exact, these will be due by Thursday March 19th. Also if you would like, feel free to read up on php at w3schools or php.net.


For an example of the javascript assignments, please visit: my portfolio example under projects.

Friday, March 6, 2009

Class Server: How to login

The instructions below detail how you will log into the server to file transfer protocol (ftp) your information to the server. Basically, this is how you make your web pages visible on the network. Remember, you can ONLY view your files on this network.



  1. First open up IE (you do not have to us IE, however that's what I am giving instructions for. Anything else you will be responsible for troubleshooting on your own).

  2. Type in the following internet protocol(IP) address: ftp://10.51.2.253 (notice there is an "f" at the front of the address)

  3. Go to >> file >> login

  4. Type in your username (first letter of your first name and all of your last name) and password (your school id number).

  5. At this point your server should open and you will see a folder/directory labeled "public_html". This is where you will place all of your files

  6. You can now copy and past any of your files inside of your public_html folder

  7. To see your web page navigate to it via a browswer at http://10.51.2.253/~username/webpagename

  8. More to come soon...

Monday, March 2, 2009

Today's Work - Monday March 2nd

Agenda

1. Introduce HTML Forms
2. Create a contact form for your portfolio
3. Continue working on Javascript #1 Assignment