We have a test next Wednesday, Sept 28th. Test is on:
- Analyzing search engines from websites.CH.12
- Webpage Analysis. CH. 1
- Quiz Sample
- Class work
- Look at the search engines and relate it to the material
learned in the book.
- Read the article on Why Managers Need Programming.
- Can you identify the 10 commandments? pg694 for more
information.
- Question: Can you replicate and understand this
Webpage? Can you analyze it according to the 7 c's? Strengths and Weaknesses?
If you agree with the current settings, ask yourself why.
- How would you check the search engine for accuracy?
- Do you understand the difference between the program and
the data? (i.e. the Kean site is searched by the Google search engine, but
the data itself is Kean University's data or information) The data is raw
information, while the program is action.
- Search Engines should not be monopolized. Company's should
develop their own search engines.
- How do you find the amount of occurrences? You need
a counter.
- C=C+1 or C<--C+1?? the second is better because it shows
that C+1 is being assigned to C. Almost all languages use that statement.

- "Table" can be used for most webpage replication. One can
have tables within a table.

- Copy and paste the table portion of the code in Front Page
and notice what happens to learn more about tables and how they affect webpage
replication.
- bgColor=#FFFFFF is the color code for WHITE. This is in the
book.
- Review: 1+F =10 , 1+1 =10 in binary and also 1+9 =
10 in decimal.
- <a href will allow you to connect to itself, another page,
or another site. The most important of HTML.
- href # "Ebrahimi" means search within the page only.
- <a name = Ebrahimi>
- on the Kean website, the search box is an input box, and
the type = button. Each one has a value. If its a C++, we call it a CGI
program. If its just C, we call it C CGI.
- CGI is taking input from the form, and using output
to put the information on the form. When your C++ program talks to the form,
it becomes a CGI program.
- ASP: Active Server Page e.g. Visual Basic
programming (www.asp.net)
- JSP: Java Server Page is dedicated to Java
programming\
- While statement is used in java, VB and C++ for the search.
- Todays quote:"Look for the fastest search algorithm." One
way to speed up your search is to structure your algorithm. Knowing where NOT
to search when searching speeds up search time.
***ACM contest at Kean University in NJ, Nov 20th.