AOIT Web Design
Wednesday, November 30, 2005
Tuesday, November 29, 2005
Quiz post-poned!
Since we just barely missed finishing the installation of PHPBB we are going to finish tomorrow.To accomplish this you will need an understanding of permissions! Read this about Windows
and Unix.
We are putting the phpBB on the class server tomorrow. Then we will spend a few minutes configuring the bulletin board.
How could someone make money with a forum? Read this.
People on forums click on ads. Ads get people money because ads sell stuff. Spend the evening reviewing the IF THEN ELSE statements.
Your midterm will be from your lessons during the first nine weeks. Also you will need to review HTML and PHP. By Thursday afternoon I will post your review sheet.
If you get confused during an installation or a lesson you must learn to keep your frustrations to yourSELF. I will come to help you but you must not shout out your frustrations.
Quiz
Write a letter to a prospective client why PHP would be the ideal programming language for their online reservation system. Explain why open source software is ideal. Why is a dynamic web page needed?This needs to be 500 words. You have 30 minutes.
Monday, November 28, 2005
test.php:
$test = 1;
if ($test == 1) {
echo "Good morning.";
};
elseif ($test == 2) {
echo "Good afternoon.";
};
?>
grade.php:
$score = 45;
if ($score >= 90) {
echo "Grade is A.";
}
elseif ($score >= 80) {
echo "Grade is B.";
}
elseif ($score >= 70) {
echo "Grade is C.";
}
elseif ($score >= 60) {
echo "Grade is D.";
}
elseif ($score < 60) {
echo "Grade is F.";
};
?>
$test = 1;
if ($test == 1) {
echo "Good morning.";
};
elseif ($test == 2) {
echo "Good afternoon.";
};
?>
grade.php:
$score = 45;
if ($score >= 90) {
echo "Grade is A.";
}
elseif ($score >= 80) {
echo "Grade is B.";
}
elseif ($score >= 70) {
echo "Grade is C.";
}
elseif ($score >= 60) {
echo "Grade is D.";
}
elseif ($score < 60) {
echo "Grade is F.";
};
?>
Sunday, November 27, 2005
If Then Else
If YOU don't studyThen YOU will fail
http://www.w3schools.com/php/php_conditionals.asp
Very important. Quiz Wednesday. We will review it in class Monday.
Quiz on this Tuesday November 29th 2005
Read thisMake sure you understand it for a quiz on Tuesday November 29th 2005.
Wednesday, November 23, 2005
What is bit torrent?
Read this article.Answer the following questions:
Why do people feel stealing a movie from a retail store, like Kmart is wrong but stealing a movie online is okay?
What is a lobbyist?
What is bitTorrent?
Sunday, November 20, 2005
Write about the following terms on your blog
Define the following terms on your own blog:Where did the terms come from? Who developed the technology?
- HTTP
- WWW
- intranet
- internet
- JPEG
- gif
- Yahoo!
Saturday, November 19, 2005
Monday, November 14, 2005
Thursday, November 10, 2005
Each Group's Web Page PLAN
Each group needs to turn in a PLAN for five pages which will connect with the HOME PAGE!Examples could be
- About Us
- Contact
- Pictures
- Specials
- FAQs
You can make your own categories, obviously. Include links, pictures, text and relevant layout features.
DUE MONDAY...Have a nice break!
Monday, November 07, 2005
Web pages online
Each person needs an example of their web page using HTML ONLY only AND a web page using a template (the Freeservers' template, a template from the link below or???). This will be an individual grade and the URL must be emailed to me.I am impressed with the work I've seen in class, for the most part.
Friday, November 04, 2005
Create an HTML manual for newbies
Your assignment is to create a manual to teach someone HTML who has never heard of it before. In your manual you need to cover the following topics: linking, images, text formatting, and sound. Do not rely on copying and pasting...put it in terms anyone could understand.Think about a way to host your web page. Find a hosting company that offers FTP access with a minimum of ads or intrusions.
Try www.freeservers.com.
Use a template to customize your site. Click here.