How to Export Artwork from Fireworks
After you optimize the image, it’s time to export it from Fireworks. Exporting images is fairly straightforward; choose File→Export and then specify the folder in which to save the image. When you export a document like a navigation menu with multiple slices, you export the document as images and HTML as follows:
Choose File→Export.
The Export dialog box appears.
Choose HTML and Images from the Export drop-down menu.
This option exports the document as an HTML file with all the code necessary to reassemble the exported images, create links for navigation menus, and so on. Alternatively, you can export a Fireworks document as CSS and Images, in which case you’ll get an HTML document, a CSS (cascading style sheet) document, and images.
When exporting a JPEG image, choose Images Only. Typically, this is selected by default when you’re exporting an image without slices or hotspots (areas that support interactivity, such as image swapping or a popup menu).
Choose Export HTML File from the HTML drop-down menu.
Your alternative is to copy the HTML code to the Clipboard.
Select the Include Areas without Slices check box.
This exports the areas of your document, such as the background, that has not been designated as a slice.
Click the Put Images in Subfolder option.
This helps keep your files neat and tidy. By default, Fireworks creates a folder named Images. You can specify another folder by clicking the Browse button and then navigating to the desired folder.
Click Save.
Fireworks exports the document (as an HTML file) and images to the specified folders.

Web Design & Development Glossary
AJAX
asynchronous JavaScript and XML. A technique used in web page development.

Web Design & Development Glossary
API
application programming interface. A set of rules programs use to communicate with each other.

Web Design & Development Glossary
color stop
A special element that indicates a color to be added to a gradient.

Web Design & Development Glossary
FTP
File Transfer Protocol. A network protocol useful for transferring files in a client-server relationship.

Web Design & Development Glossary
HTML
HyperText Markup Language. The predominant language for building web pages.

Web Design & Development Glossary
HTTP
HyperText Transfer Protocol. The primary networking language for the Internet.

Web Design & Development Glossary
PHP
PHP Hypertext Processor. A scripting language that works well within HTML.

Web Design & Development Glossary
socket
A technology that allows remote computers to maintain a persistent connection in order to communicate with each other.

Web Design & Development Glossary
sprite
An graphic object on a web page that will be manipulated in real time.

Web Design & Development Glossary
SQL
Structured Query Language. A programming language useful in managing relational databases.

Web Design & Development Glossary
stateless protocol
An Internet procedure that completely breaks the connection between the client and the server after a transaction, meaning that the next transaction will require an entirely new connection.

Web Design & Development Glossary
Telnet
A network protocol useful in interactive, text-oriented communications.

Web Design & Development Glossary
W3C
World Wide Web Consortium. The organization that sets international standards for the World Wide Web.