Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "However, the supporting files are all present and include a file called data.xml
that contains all of the data for each shape."
A block of code is set as follows:
<!DOCTYPE html> <html> <head> <h1>Visio Viewer Example</h1> </head> <body> <object id="DrawingControl1" height="500" width="700" classid="clsid:F8CF7A98-2C45-4c8d-9151-2D716989DDAB" > <param name="ToolbarVisible" value="1"> <param name="Src" value="http://www.bvisual.net//examples/BaUNetworkDiagram.vsd"> </object> </body> </html>
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "It is listed as Microsoft Visio Document when the Developer | Insert | ActiveX controls | More Controls button is pressed."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.