Guest Teacher Tuesday

October 19th, 2008

I will be at a district meeting all day on Tuesday, October 21st. Our guest teacher is scheduled to be Mr. Werts.  For each class, here’s what you will be doing:

Keyboarding:

  • You will be completing your last TypingMaster lesson (Numeric Keypad #3). On Wednesday, we have our last TypingMaster test. We will have a catch-up day on Thursday to make sure everyone finishes their keyboarding work. Friday, we will close TypingMaster for good and start working with Microsoft Office.

Beginning Programming (Visual Basic):

  • You will be working on Assignment 04. Assignment 04 is due at the beginning of the period on Thursday October 23rd. We will start Assignment 05 on Thursday.

Beginning Web Design:

  • You will be continuing work on Part 02, SHAPES of the GIMP assignment. Log in to Edhsonline.org and read/print Assignment 04 if you do not know what to do. On Wednesday, October 22nd, we will start the next part of the GIMP assignment, as we learn how to colorize black and white photos!

Substitute Teacher Today

September 24th, 2008

Today (Thursday) I will be out writing an exciting 35 page report for the district. This is the Perkins Five Year Plan Report. I will be back tomorrow, Friday September 26th to answer any questions you might have. Have a great day and be kind to our guest the sub.

LESSON PLANS:

  • Keyboarding: Complete lesson #12 and lesson #13 to finish the beginning lessons. Remember that lesson 13 is only 5 minutes long!
  • Beginning Programming (Visual Basic): Continue on the triangle program. Remember to READ THE ASSIGNMENT, particularly the second page which has lots of hints. This assignment is due TUESDAY at the very beginning of the period.
  • Beginning Web Page Design: Continue on Assignment 02, Who Wants To Be A Millionaire. Remember, it isn’t finished unless it is on the website! Friday, we will start talking about the next assignment, TABLES near the middle of the period.

Have a great day :-)
Mr. Eliot

AP Exam Results

July 19th, 2008

Congratulations to all 10 of the AP Java students who took the exam.  I received the results today from the College Board, and everyone passed.  Scores are; 2 fives, 5 fours, and 3 threes.  Average score 3.9.  Way to go guys.  I’m very impressed!!

Hope You Are Having A Great Summer

July 10th, 2008

About a month into summer, and I’m having a great time.  I hope all of you students are enjoying your break.  Next up for me soon will be Hawaii :-)

Mr. Eliot

Sub Today

April 23rd, 2008

Perkins Image

I’m off today writing the Perkins Technology Application for the district.  This should be my last period off (except I will miss 3rd Period May 21st).  Here’s an outline of what you should be doing:

  • KeyBoarding/Microsoft Office:  Start Excel, EX A-4 to Ex A-11.  If you need more time on your Newsletter, do that AFTER the new Excel work.
  • AP Java:  Continue on with the Ant Lab.  The Gridworld Case Study booklets are behind the whiteboard in front of Gideon.  Ask the sub to get them please.
  • Advanced Web:  Please finish up on the XML section.  The media player will work in BOTH BROWSERS as long as you have NO SPACES inside the attributes.  Take a look BELOW AT THE LAST BLOG POST and notice that there are no spaces after the ? inside the URLs.
  • Web Design:  Please continue with Style Sheets and do the best you can.  Ask others near you to help.  I will be back to answer questions tomorrow.

Have a great day,
Mr. Eliot

Testing XSPF Player

April 22nd, 2008

Object Tag I used:
http://www.edhsweb.org/xspf/my_object_tag.html

Playlist I used:
http://www.edhsweb.org/xspf/playlist.xspf

Web Design GIMP Gallery

April 14th, 2008

GIMP Gallery

Below is an example of a well made GIMP gallery created by Erik O. who had Web Design first semester.  Key points that Erik got right:

  • His name and period are on all images
  • It is easy to navigate between images
  • One image per page in the gallery
  • Erik as all 9 required images (and a few extra)

http://edhs000.edhsweb.org/assignment04/index.html

Adv. Web AS16: phpBB Install

April 6th, 2008

phpBB

We’re going to install phpBB shortly.  Like WordPress, the phpBB authors recently came out with a 3.0 version of the software.  To install that, take a look at my OLD phpBB message board HERE for install instructions.  Note that this time, we are going to install a “BZip 2″ archive (.bz2 file).  BZIP is a different, but similar program to GZIP that we have used many times.  The command to use it in Putty is:

bzip2 whatever.tar     (create a .bz2 archive from the .tar file)
bunzip2 whatever.bz2     (get the .tar file out of a .bz2 archive)

Adv. Web AS15: .htaccess & .htpasswd

March 15th, 2008

Apache Logo

An important skill for a webmaster is the ability to password protect a directory. The easiest way to do that (and other cool tricks) is to learn how to create .htaccess and .htpasswd files. Here is a link that helps create those files HERE. Also, a tutorial that explains how to use .htaccess files to do some other tricks can be found HERE.

Working example of a redirect:
Redirect 301 /index.html http://student000.edhsweb.org/wordpress/index.php

Another cool thing that an .htaccess file can do is redirect your homepage. Part of your assignment is to get rid of your old homepage, and REDIRECT visitors to your Wordpress blog homepage. You can find a tutorial that explains “301 redirects” HERE.

Guest Teacher Wed. March 5th

March 3rd, 2008

Mr. Pence Sub

On Wednesday, March 5th, I will be attending a teacher conference in Los Angeles. On that day, Mr. Pence will be your guest teacher. Mr. Pence taught Biology and Physiology here at El Dorado for many years. Here’s what each class should be doing while I’m gone:

  • Keyboarding: Special Marks Lesson #2
  • AP Java: Finish Mergesort and/or START Quicksort
  • Adv. Web: Finish AS14, Hangman Game
  • Web Design: Continue table / Animated GIF