Each of these widgets can be extended via the Property inspector
and personalized through attached CSS style sheets.
n The seven Spry Effects in Dreamweaver are next-generation behaviors that control the appearance
tags. All Spry effects can be found in the
Behavior panel, under the Effects menu entry.
In the next chapter, you begin working with dynamic content by learning the basics of establishing database
connections and building recordsets.
NOTE NOTE
633
Powering Ajax Pages with Spry 18
Incorporating
Dynamic Data
IN THIS PART
Chapter 19
Establishing Connections and
Recordsets
Chapter 20
Making Data Dynamic
Chapter 21
Managing Data
Chapter 22
Working with Live Data
Chapter 23
Crafting Multiple-Page
Applications
Although Dreamweaver can be used to build any sort of Web application,
one of its biggest strengths is its capability to present and manage dynamically
accessed data. In other words, many designers use Dreamweaver to
display and alter information from a database on the Web. But to handle that
information, you must first establish a connection between the Web page and the
desired data source and then you must define a selection of records from that
data source.
Dreamweaver is adept at handling both of these pieces.
Pages:
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134