Maxxus PRO SPK-23 Spezifikationen Seite 524

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 893
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 523
In this project, well get users to register at our Web site. When theyve done that, well be able
to keep track of what theyre interested in and show them appropriate content. This is called
user personalization.
This particular project will enable users to build a set of bookmarks on the Web, and suggest
other links they might find interesting based on their past behavior. More generally, user per-
sonalization can be used in almost any Web-based application to show users the content they
want in the format in which they want it.
In this project, and the others to follow, well start by looking at a set of requirements similar
to those you might get from a client. Well develop those requirements into a set of solution
components, build a design to connect those components together, and then implement each of
the components.
In this project, we will implement the following functionality:
Logging in and authenticating users
Managing passwords
Recording user preferences
Personalizing content
Recommending content based on existing knowledge about a user
The Problem
We want to build a prototype for an online bookmarking system, to be called PHPBookmark,
similar (but more limited in functionality) to that available at Backflip:
http://backflip.com
Our system should enable users to log in and store their personal bookmarks, and to get recom-
mendations for other sites that they might like to visit based on their personal preferences.
These solution requirements fall into three main buckets.
First, we need to be able to identify individual users. We should also have some way of authen-
ticating them.
Second, we need to be able to store bookmarks for an individual user. Users should be able to
add and delete bookmarks.
Building Practical PHP and MySQL Projects
P
ART V
498
30 7842 ch24 3/6/01 3:34 PM Page 498
Seitenansicht 523
1 2 ... 519 520 521 522 523 524 525 526 527 528 529 ... 892 893

Kommentare zu diesen Handbüchern

Keine Kommentare