JOURNAL OF SEPTEMBER 19th 2005
Sept. 28, 2005 : Test on chapter 1 pg. 15
On Search Program, Search Engine
You will need to know :
Understanding reading and writing to a file, loops, if statements, search function.
intelligent >intelligent</a><p><font size="6">Read Ch 20. Analysis of HTML.
Pg. 694 and pg. 695 Identify Ten Commandments
Also read the article "Why Managers Should Be Better Acquainted With Programming".
Go over sample Quiz.
Any program related to the topic we do.
Validation: Ex. Entering wrong pwd. Error Checking.
Understand virus' and how to combat them.
5 pts. if you can find them in the book and understand how they work.
Security: Generating Username and password. How would you generate them?
Friendliness: How would you create forms that are user friendly?
Analyzing UPS website. When entering data,
before you get to the database it does all the cleaning.
Intelligent Search: Do you want to have an Intelligent Search ? It is a managers decision.
Credit Card Account with 3 digit security code.
Take the information and react to the user.
Unintelligent Search: Keeps asking the same question.
<HTML>
<a href="http://www.drebrahimi.com">
Go to Dr. Ebrahimi Now
</a>
</html>
if ((x>='0') && (x<='9'))
cout << "OK" <<endl;