Information Technology Reference
In-Depth Information
between the two methods focuses mostly on WYSIWYG applications includ-
ing Macromedia Dreamweaver. In the real world, the professional Web
designer needs to have strength in one main method and should have some
moderate knowledge and skills in the other. For example, you may be a strong
designer and have extensive expertise using Web applications including
Macromedia Dreamweaver and Flash. However, you want to try to achieve
some level of moderate skills and knowledge in ActionScript, JavaScript, and
HTML. Developing Web pages, you will use the knowledge in these areas
frequently and should dedicate learning time to these areas in order to build a
more rounded skill set.
This chapter provides some techniques and information on JavaScript and
HTML. JavaScript is a programming language that allows you to add extended
functionality and interactivity to Web pages (Negrino & Smith, 2004, p. 2).
Here is an example of a JavaScript to close a browser window:
JavaScript:self.close()
HTML is hypertext markup language. It is the language used in Web pages. It
is a written text file consists of tags containing varied attributes. I do not focus
in this authoring chapter on creating HTML Web pages by writing the HTML.
However, you need to understand that HTML is the underlying engine that
drives you a Web page on the Internet. A basic example of how to write an
HTML page using only hand typed code is provided in the appendix.
Now let's start to develop the functionality in our Web pages. First, we will
dissect our sliced Fireworks page and then briefly discuss why we are focusing
mainly on using Web development software and only touching upon hand
coding methods.
Opening Sliced Web Pages
from Fireworks
I have found the integration between Macromedia Fireworks and Dreamweaver
to be seamless. Exported HTML pages and associated graphics files are
placed in your desired folder structure. Now you are ready to open the HTML
Search WWH ::




Custom Search