Introduction to Data
December 6, 1999
|
The most basic part of a web application is the
data itself. As I said earlier, all web applications
allow a user to submit instructions on how the web application
should massage a bit of data on the web server. This might
involve searching a database, creating a shopping cart of
products, or emailing some information to someone.
|
Regardless, the data which is being manipulated all has some
basic characteristics.
- Data have values
- Data have types
- Data have descriptions
- Data have formats
All of the web technologies at the Data Layer define,
describe, or standardize one or more of these
characteristics.
Contents:
Raw Data
Databases
HTML
Introduction to the Web Application Development Environment (Tools)
Raw Data
|