|
Comments
Did you read today's front page stories & breaking news?
SYS-CON.TV
|
Dreamweaver Creating Standards-Compliant Web Pages
Creating Standards-Compliant Web Pages
By: Kevin Ruse
Oct. 6, 2005 11:00 AM
Did you ever stop and wonder what the web might look like today if there were no standards? I think it would be a web of confusion. It reminds me of a file cabinet that I have full of important electronic data that I have accumulated over the years. I have accounting information on floppy disks from years past. The data was written by what is now long-obsolete software in file formats that I cannot access. If the World Wide Web were like my file cabinet it would be full of information written in Word 97 and Word Perfect and depending on the year I generated the files, some would be in the Apple Macintosh format while others would be in Microsoft PC format. I have images created in range of formats from TIFF to PCX. The files that I have generated over ten years ago are almost all in proprietary formats. What a limited and expensive World Wide Web it would be if there were no standards.
The subsequent creation of the World Wide Web Consortium and its recommendations (read: standards) has done much to alleviate the problems caused by the browser wars. The browser manufacturers themselves have also contributed to the solution by upgrading their browsers to render HTML code in a more consistent way. Thus, we have seen a return to the original plan, which called for a Web document established upon a standards-based language. While Web designers today understand the need to write code that works in all browsers and on all platforms, many simply do not appreciate the consequences of non-standard code. Today's Web browsers ask much from the humble HTML document. The Web page of late has become a starting-off point for information. Eventually the content of the Web page is used to formulate printed pieces, populate forms (including PDF pages), and some Web pages are components of an advanced Web application or software that runs via the Internet. Not all Web pages can fulfill these purposes. In order to use a Web page to create a PDF, or to populate a back-end database, or to feed a Flash application, the content must be consistent; it must be standard. The standard that promises the most possibilities is XHTML. Other standards that help multipurpose your content include Cascading Style Sheets, XSL-T, and XML. The purpose of this article is to demonstrate how Dreamweaver MX 2004 can help you write standards-compliant code. You will learn how to ensure your documents are written in XHTML, or if you prefer, HTML 4.0, etc. You will learn how to build accessibility in your documents that will help your Web pages to be rendered by PDAs and cell phones, as well as desktop browsers and printers. By writing XHTML-compliant code and using an external stylesheet, you will be able to exploit all of the multipurposing possibilities that are available.
What Type of Document Should You Write? On the other hand, if you are reworking older Web pages that need to be viewed in early (before standards-based) browsers, you may want to ensure that they are written according to the rules of HTML that were in use at the time of the browser release (HTML 4.0, for example). The solution in both cases is to declare a document type at the beginning of your Web page that announces to the Web browser what version of HTML you are writing. In the “New Document” dialog box, Dreamweaver offers the opportunity to ensure that you create XHTML. Figure 1 shows the “Make Document XHTML Compliant” checkbox. If you do not check this box, then Dreamweaver will write the Web page in HTML 4.01 Transitional, which means that the document may use deprecated presentational elements such as the font tag. This makes the document backwards compatible for older Web browsers. When creating a document that is not XHTML compliant, Dreamweaver generates the code shown in Listing 1. Enabling the "Make Document XHTML Compliant" checkbox would result in the DOCTYPE shown in code in Listing 2. Once you have written your web page as XHTML, you can validate it within Dreamweaver to make sure that you have not broken any of the rules of the XHTML language. If you wish to exploit the XML capabilities of XHTML, your code must be valid. To validate your code using Dreamweaver:
Reader Feedback: Page 1 of 1
Latest Cloud Developer Stories
Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
|
SYS-CON Featured Whitepapers
Most Read This Week
Breaking Cloud Computing News
|
|||||||||||||||||||||||||||||||||||||||||||||||||