| Search | About | Preferences | Interact | Help | |
| 150 million books. 1 search engine. | ||
› Find signed collectible books: 'Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS'
Book Description
No matter how visually appealing or content-packed a Web site may be, if it's not adaptable to a variety of situations and reaching the widest possible audience, it isn't really succeeding. In Bulletproof Web Desing, author and Web designer extraordinaire, Dan Cederholm outlines standards-based strategies for building designs that provide flexibility, readability, and user control--key components of every sucessful site. Each chapter starts out with an example of an unbulletproof site one that employs a traditional HTML-based approach which Dan then deconstructs, pointing out its limitations. He then gives the site a make-over using XHTML and Cascading Style Sheets (CSS), so you can see how to replace bloated code with lean markup and CSS for fast-loading sites that are accessible to all users. Finally, he covers several popular fluid and elastic-width layout techniques and pieces together all of the page components discussed in prior chapters into a single-page template.
Modern web design is user-centered, accessible, and standards-based. In other words, it's completely different from the stuff we did in the 1990s. There are two vital aspects to designing with web standards: More editions of Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS:
› Find signed collectible books: 'Cascading Style Sheets: The Definitive Guide'
Cascading Style Sheets can put a great deal of control and flexibility into the hands of a Web designer--in theory. In reality, however, varying browser support for CSS1 and lack of CSS2 implementation makes CSS a very tricky topic. Cascading Style Sheets: The Definitive Guide is a comprehensive text that shows how to take advantage of the benefits of CSS while keeping compatibility issues in mind.
The book is very upfront about the spotty early browser support for CSS1 and the sluggish adoption of CSS2. However, enthusiasm for the technology spills out of the pages, making a strong case for even the most skeptical reader to give CSS a whirl and count on its future. The text covers CSS1 in impressive depth--not only the syntactical conventions but also more general concepts such as specificity and inheritance. Frequent warnings and tips alert the reader to browser-compatibility pitfalls.
Entire chapters are devoted to topics like units and values, visual formatting and positioning, and the usual text, fonts, and colors. This attention to both detail and architecture helps readers build a well-rounded knowledge of CSS and equips readers for a future of real-world debugging. Cascading Style Sheets honestly explains the reasons for avoiding an in-depth discussion of the still immature CSS2, but covers the general changes over CSS1 in a brief chapter near the end of the book.
When successfully implemented, Cascading Style Sheets result in much more elegant HTML that separates form from function. This fine guide delivers on its promise as an indispensable tool for CSS coders. --Stephen W. Plain
Topics covered:
More editions of Cascading Style Sheets: The Definitive Guide:
› Find signed collectible books: 'The Complete Idiot's Guide to Creating a Web Page'
In the Complete Idiot's Guide to Creating a Web Page, the author does a fair job of covering the subject in a friendly, engaging tone. One of the charms of the Web is that just about anyone can (and does) create a Web page. "It's cinchy," they tell you. And they're right. But it always helps to have a book handy to help you with some of the not-so-cinchy parts. And it amazes me how many Web design or publishing books just don't get it. Fortunately, this isn't one of those books.
. Yes, this book has life to it. There is a personality. The humour isn't forced or condescending. Paul covers a lot of ground quickly and I had to remind myself that Idiot's Guides, like Dummies books, are references. So where I thought some things were skipped over quickly, the truth is that as a reference the book works well. (True beginners who need handholding and tutorials should turn elsewhere.)
The book's scope is vast. It goes into style sheets, JavaScript, and certain advanced options that help round out the Web page experience. It also covers my hot-button issue of FTP. Without FTP you just can't publish your Web page on the Internet, and I'm embarrassed for the many book authors who don't include such vital information in their Web publishing books. Fortunately, it's covered here and covered well.
I suppose I could gripe that the book doesn't cover XML, an advanced topic for Web page creation, and one that I've yet to see a decent book on, anyway. That's a minor quibble though; as far as I'm concerned. No, for basic Web page creation and publication, you really can't beat this book. --Dan Gookin [via]
More editions of The Complete Idiot's Guide to Creating a Web Page:

› Find signed collectible books: 'The Complete Idiot's Guide to Creating an Html Web Page'
The Complete Idiot's Guide to Creating an HTML Web Page offers quick and easy guidance for designing and creating Web pages. In light-hearted and entertaining language, this guide explains HTML basics and Netscape extensions and how to work with images, create forms, put your page on the Web, and spruce up your page. Although it is written for neophytes, this guide assumes that you have a browser and Internet access. The text begins with the top ten steps to a perfect Web page and then jumps right into the design process. You will learn how to use various HTML editors, where to get free graphics, and how to implement the tips on Web page style. The included floppy disk features HTML examples from the book, sample graphics, an FTP client, HTML editors, graphics shareware, and a Zip application. [via]
More editions of The Complete Idiot's Guide to Creating an Html Web Page:

› Find signed collectible books: 'Creating Web Pages for Dummies'
More editions of Creating Web Pages for Dummies:

› Find signed collectible books: 'Creating Web Pages With Html: Comprehensive'
More editions of Creating Web Pages With Html: Comprehensive:
› Find signed collectible books: 'Creating Web Sites: The Missing Manual'
Get everything you need to plan and launch a web site, including detailed instructions and clear-headed advice on ready-to-use building blocks, powerful tools like CSS and JavaScript, and Google's Blogger. The thoroughly revised, completely updated new edition of Creating a Web Site: The Missing Manual explains how to get your site up and running quickly and correctly.
5 Tips for Budding Web Site Creators
By Matthew MacDonald
These days, aspiring Web site creators like you pick up a lot of Web-design theory before you start working on your pages. But as deadlines loom and the value of do it right falls victim to the imperative to do it right now, even the best of us sometimes toss good practice out the window. Thats perfectly understandable and no cause for panicafter all, if Web weavers waited until their pages were perfect before uploading them, the Internet would be a very lonely place indeed. However, sometimes innocent-seeming shortcuts can cause headaches later on. Here are a few pieces of Web advice that site creators ignore at their own risk:
Web browsers can translate two languages into Web pages: old-school HTML and todays XHTML. You have to tell the browser which language (called markup) you use, and you do that with a document type definition, better known as a doctype. Doctype is arcane code that looks like this: < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> If you forget to include a doctype, your pages will appear annoyingly inconsistent. Thats because some browsers, including Internet Explorer, switch into a backward-compatibility state known as quirks mode when they encounter unidentified markup; in essence, they attempt to act like an outdated browser from the 1990s. Common problems that result include text that appears at different sizes in different browsers and layouts that wind up in different configurations depending on your browser. |
In a rush, its easy to get lazy and apply inline styles (or even worse, formatting tags like < font > ) to a pages XHTML or HTML. But its rare for a web site creator to use a particular format just once. Most often, youll use a design--say for a column, heading, or note box--elsewhere on the same page or on another of your site pages. To ensure consistency across your site and to make it easier to fine-tune the look and feel of your pages, move all your formatting instructions to a central location: an external style sheet. That way, when a browser processes a page, it grabs this central set of instructions and applies them to the page (see the illustration for the sequence of events). |
| 3. Be under renovation, not under construction. Think of your favorite store. Now imagine shopping there if you had to wander around half-lit floors while dodging ladders, pylons, and heavy-duty construction equipment to find the aisles that still have products on the shelf. Its a similar story on the Web, where a site with empty pages, under construction messages, and vague promises of upcoming content will send visitors away in droves. Yes, its true that your Web site wont be complete when you first upload it. But make sure that whats there is genuinely useful on its own, and dont draw attention to gaps and shortcomings. Instead, keep improving what youve got. |
Typically, Web sites use the same page design across all their pages. For example, noodle around Amazon and youll always see a menu header at the top of the page and a sidebar on the left. Theres a very special circle in Dantes Inferno reserved for Web developers who try to achieve consistent design by copying and pasting their XHTML from one page to another. Its almost impossible to manage or modify this mess across all your pages without making a mistake, even if you have a small Web site. If you need a repeating page design, pick a suitable solution from the available options, each of which comes with its own caveat. Your can use server-side includes (which require Web host support), page templates (provided you have a Web design tool like Adobe Dreamweaver or Microsoft Expression Web), frames (which can exhibit quirks), or a Web development platform (if youre willing to take a crash course in programming). |
Is anyone here? Theres no point in having a Web site if youre not willing to pay attention to what content draws and keeps visitors and what falls flat on its face. Remarkably, the best way to do that is with a free yet industrial-strength service called Google Analytics. You simply copy a small bit of tracking code to each of your pages and within hours youll be able to answer questions like Where do my visitors live?, How long is a typical visit?, and What pages are their favorites? |
More editions of Creating Web Sites: The Missing Manual:
› Find signed collectible books: 'CSS Pocket Reference'
More proof that good things come in small--and sometimes even inexpensive--packages: the CSS Pocket Reference has been completely revised and updated to reflect the latest Cascading Style Sheet specifications, CSS2 and CSS2.1.
An indispensable reference for web designers and developers, this slim little book covers the essential information needed to effectively implement CSS, with an introduction to the key concepts of CSS and a complete alphabetical reference to the CSS2 and CSS 2.1 properties. And since browser incompatibility is the biggest CSS headache for most developers, it also includes an invaluable chart displaying detailed information about CSS support for every style element across all browsers. For anyone who wants to correctly implement CSS, this book condenses all the details in its companion volume, Cascading Style Sheets: The Definitive Guide, into one easy-to-use cheat-sheet.
The CSS Pocket Reference delivers just the CSS details that you need to complete the task at hand. When you're stuck and want an answer quickly, the tiny CSS Pocket Reference is the book you'll want by your keyboard or in your back pocket. (Yes, it really does fit in a back pocket, but it's too useful to stay there long.)
› Find signed collectible books: 'CSS: The Definitive Guide'
CSS: The Definitive Guide, 3rd Edition, provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, lists and generated content, table layout, user interface, paged media, and more.
Simply put, Cascading Style Sheets (CSS) is a way to separate a document's structure from its presentation. The benefits of this can be quite profound: CSS allows a much richer document appearance than HTML and also saves time--you can create or change the appearance of an entire document in just one place; and its compact file size makes web pages load quickly.
Author Eric Meyer tackles the subject with passion, exploring in detail each individual CSS property and how it interacts with other properties. You'll not only learn how to avoid common mistakes in interpretation, you also will benefit from the depth and breadth of his experience and his clear and honest style. This is the complete sourcebook on CSS.
The 3rd edition contains:
More editions of CSS: The Definitive Guide:
› Find signed collectible books: 'Designing Web Usability'
Creating Web sites is easy. Creating sites that truly meet the needs and expectations of the wide range of online users is quite another story. In Designing Web Usability: The Practice of Simplicity, renowned Web usability guru Jakob Nielsen shares his insightful thoughts on the subject. Packed with annotated examples of actual Web sites, this book sets out many of the design precepts all Web developers should follow.
This guide segments discussions of Web usability into page, content, site, and intranet design. This breakdown skillfully isolates for the reader many subtly different challenges that are often mixed together in other discussions. For example, Nielsen addresses the requirements of viewing pages on varying monitor sizes separately from writing concise text for "scanability." Along the way, the author pulls no punches with his opinions, using phrases like "frames: just say no" to immediately make his feelings known. Fortunately, his advise is some of the best you'll find.
One of the unique aspects of this title is the use of actual statistics to buttress the author's opinions on various techniques and technologies. He includes survey results on sizes of screens, types of queries submitted to search portals, response times by connection type and more. This book is intended as the first of two volumes--focusing on the "what." The author promises a follow-up title that will show the "hows" and, based on this installation, we can't wait. --Stephen W. Plain
Topics covered: Cross-platform design, response time considerations, writing for the Web, multimedia implementation, navigation strategies, search boxes, corporate intranet design, accessibility for disabled users, international considerations, and future predictions. [via]
More editions of Designing Web Usability:
› Find signed collectible books: 'Designing With Web Standards'
You code. And code. And code. You build only to rebuild. You focus on making your site compatible with almost every browser or wireless device ever put out there. Then along comes a new device or a new browser, and you start all over again.
You can get off the merry-go-round.
It's time to stop living in the past and get away from the days of spaghetti code, insanely nested table layouts, tags, and other redundancies that double and triple the bandwidth of even the simplest sites. Instead, it's time for forward compatibility.
Isn't it high time you started designing with web standards?
Standards aren't about leaving users behind or adhering to inflexible rules. Standards are about building sophisticated, beautiful sites that will work as well tomorrow as they do today. You can't afford to design tomorrow's sites with yesterday's piecemeal methods.
Jeffrey teaches you to:More editions of Designing With Web Standards:

› Find signed collectible books: 'Dhtml: For the World Wide Web'
More editions of Dhtml: For the World Wide Web:
› Find signed collectible books: 'Dynamic Html the Definitive Reference'
Packed with information on the latest web specifications and browser features, this new edition is your ultimate one-stop resource for html, xhtml, css, document object model (dom), and javascript development. Here is the comprehensive reference for designers of rich internet applications who need to operate in all modern browsers, including internet explorer 7, firefox 2, safari, and opera.with this book, you can instantly see browser support for the latest standards-based technologies, including css level 3, dom level 3, web forms 2.0, xmlhttprequest for ajax applications, javascript 1.7, and many more. This new edition: provides at-a-glance references for the tags, attributes, objects, properties, methods, and events of html, xhtml, css, dom, and core javascript. You can quickly look up a particular feature or language term to see if it is available in desired browser brands and versions. Includes handy cross referencing that lets you look up an attribute (or object property, method, or event type) to find all the items that recognize it, including interrelated html tags, style properties, and document object model methods, properties, and events. Offers appendices where you can quickly locate values useful in html authoring and scripting. You'll find coverage of commands used across three browsers for user-editable content. Includes a glossary that gives you quick explanations of some of the new and potentially confusing terminology of dhtml. Dynamic html: the definitive reference speeds the way to adding sophisticated features to your web pages. Indispensable, complete, and succinct, this bestselling guide is the must-have compendium for all web developers involved in creating dynamic web content [via]
More editions of Dynamic HTML: The Definitive Reference:
› Find signed collectible books: 'Eric Meyer on Css: Mastering the Language of Web Design'
There are several other books on the market that serve as in-depth technical guides or reference books for CSS. None, however, take a more hands-on approach and use practical examples to teach readers how to solve the problems they face in designing with CSS - until now. Eric Meyer provides a variety of carefully crafted projects that teach how to use CSS and why particular methods were chosen. The web site includes all of the files needed to complete the tutorials in the book. In addition, bonus information is be posted.
[via]More editions of Eric Meyer on Css: Mastering the Language of Web Design:
› Find signed collectible books: 'Head First Html With CSS & XHTML'
NA [via]
More editions of Head First Html With CSS & XHTML:

› Find signed collectible books: 'Html Complete'
No matter what your level of HTML expertise is, the updated version of this book will keep you challenged, focused, and looking forward to the next chapter. This second edition of HTML Complete covers all of the bases and is loaded with examples that range from planning and designing Web pages to a brief introduction to XHTML.
Published by Sybex primarily as a compilation of many of the publisher's Web authors, this truly is a jam-packed, thousand-page "how-to" book. As the title suggests, it contains in-depth coverage of topics from the basic HTML platform to more exciting subjects like Dynamic HTML (DHTML), Active Server Pages (ASP), and cascading style sheets (CSS). It even includes a section on customizing Windows 98 by using HTML. No-nonsense exercises, tips, notes, and warnings for beginners fill the pages. For the more experienced HTML user, the Master's Reference appendix provides a wealth of information that will be useful as a one-stop reference.
This title enables users of all stripes to design and employ current and emerging Web technologies in the right way, while serving also as a solid reference. The reference component of HTML Complete will translate into a longer shelf life than your run-of-the-mill book on HTML. --Stephen W. Plain
Topics covered:

› Find signed collectible books: 'Html Complete'
More editions of Html Complete:

› Find signed collectible books: 'Html & Xhtml: The Complete Reference'
Most HTML books don't bother to give beginners an introduction to the workings of the World Wide Web because the Web doesn't directly influence writing HTML documents. Powell provides this information because it eventually makes it easier for readers to understand why their HTML Web sites behave as they do. The result is a book well suited to beginning, intermediate, and advanced readers. Beginners learn HTML from the very basics. Intermediate users will gain the knowledge to become advanced, and even old pros will discover new details and updated information.
Powell begins the book with introductory chapters that discuss HTML and Web background and set the limits of what HTML coding alone can accomplish. From there he moves into lessons in basic HTML and progresses chapter by chapter to such high-end topics as advanced layout techniques, how to standardize Web-page presentation among browsers with style sheets, programmed Web pages, and client-side scripting and programming. The six appendices finish the book with a wealth of easy-to-use quick-reference information. --Elizabeth Lewis [via]
More editions of Html & Xhtml: The Complete Reference:

› Find signed collectible books: 'Html 4 for Dummies'
› Find signed collectible books: 'Html 4 for Dummies: Quick Reference'
This guide is appropriate for those who just need to know enough HTML to get around or who want a convenient, quick reference for the little things they forgot. While far short of a complete course on HTML, this reference is much more than a mere cheat sheet. The signature light-heartedness of the For Dummies series can help make you comfortable if the giant HTML tomes are too daunting.
Topics covered include how to construct basic HTML pages, how to wisely use images on your pages, how to link HTML pages to each other, how to design attractive and effective pages, how to put your pages on the Web, how to use frames, and how to develop style sheets. Three appendices provide quick reference for HTML tags, special symbols, and cascading style sheet properties and values.
The book's design makes referencing as you work particularly easy--the book is compact, takes up very little desk space, and features a comb-bound spine, allowing it to open flat and remain at your selected page. --Elizabeth Lewis [via]
More editions of Html 4 for Dummies: Quick Reference:
› Find signed collectible books: 'HTML 4 for the World Wide Web'
Ask any burgeoning Web-page author what they want in an HTML guide, and the list would go something like this: concise, informative, plenty of examples, a little bit of fun without being too cute. Elizabeth Castro's HTML for the World Wide Web is that dream guide to learning this Web language.
Unlike other books that lumber along feeding the reader arcane details, Castro's book keeps to the basics. You'll still learn everything you need to create a great site (where to start off, how to nest tables, how to add in video), but you won't feel overwhelmed by the process. The book is clearly referenced and, in typically concise Peachpit Press style, full of deceptively simple bullet lists of things to do. On the other side of the split page are screen shots, illustrations, or other examples to highlight the steps the reader needs to take to create desired effects. The book concludes with a listing of special symbols, a color chart, and a well-devised index of all the goodies contained in this slim--but comprehensive--book. --Jennifer Buckendorff [via]
More editions of Html 4 for the World Wide Web:
› Find signed collectible books: 'HTML And XHTML: Pocket Reference'
After years of using spacer GIFs, layers of nested tables, and other improvised solutions for building your web sites, getting used to the more stringent "standards-compliant" design that is de rigueur among professionals today can be intimidating.
With standards-driven design, keeping style separate from content is not just a possibility but a reality. You no longer use HTML and XHTML as design tools, but strictly as ways to define the meaning and structure of web content. And Cascading Style Sheets (CSS) are no longer just something interesting to tinker with, but a reliable method for handling all matters of presentation, from fonts and colors to page layout. When you follow the standards, both the site's design and underlying code are much cleaner. But how do you keep all those HTML and XHTML tags and CSS values straight?
Jennifer Niederst-Robbins, the author of our definitive guide on standards-compliant design, Web Design in a Nutshell, offers you the perfect little guide when you need answers immediately: HTML and XHTML Pocket Reference. This revised and updated new edition takes the top 20% of vital reference information from her Nutshell book, augments it judiciously, cross-references everything, and organizes it according to the most common needs of web developers. The result is a handy book that offers the bare essentials on web standards in a small, concise format that you can use carry anywhere for quick reference. This guide will literally fit into your back pocket.
Inside HTML and XHTML Pocket Reference, you'll find instantly accessible alphabetical listings of every element and attribute in the HTML 4.01 and XHTML 1.0 Recommendations. This is an indispensable reference for any serious web designer, author, or programmer who needs a fast on-the-job resource when working with established web standards.
More editions of HTML And XHTML: Pocket Reference:
› Find signed collectible books: 'Html & Xhtml: The Definitive Guide'
HTML is a familiar FLA (four letter acronym) but what about XHTML? Is it merely a typographical error or simply XML by another name? The readable preface to this book puts us right and there is more detail in Chapter 1 which is also an interesting potted history of the web and web technologies.
HTML (Hypertext Markup Language) is for controlling layout and specifying hypertext links for documents viewed with a browser. The World Wide Web Consortium (W3C) controls its standardisation. XML (Extensible Markup Language), also defined by the W3C, is a standard that allows structured data to be presented in a standard way that it can be understood by many different technologies, for example, relational database engines and web browsers. Use of XML for the exchange of data between businesses on the Internet is increasing rapidly. Now, finally, comes XHTML (Extensible Hypertext Markup Language), which is HTML reformulated to bring it into line with the XML standard.
The authors try to instil good habits and style considerations, as well as an appreciation of kumquats (a recurrent theme in the examples). They revile use of the blink tag extension that causes text to oscillate between two colour states and blink, constantly, irritatingly and advocate visiting a wide range of Web sites to learn what works and what doesn't.
The comprehensive coverage of the topic is divided into chapters like Text Basics, Formatted Lists, Forms, Frames and Executable Content. HTML & XHTML: The Definitive Guide is a feature-driven guide to what the languages can do rather than a guide to producing a finished item, but it should help a beginner to make good progress nevertheless, and is written in an approachable style. --Mark Whitehorn [via]
More editions of Html and Xhtml: The Definitive Guide:
› Find signed collectible books: 'Html for Dummies'
The entire "For Dummies" series is no insult -- these are consistently some of the best introductions to their topics available. For beginners, even using an HTML editor is daunting. In clear language and with a dose of humor at every turn, the authors lead you through creating a web page, making it shine and taming some of the trickier aspects of web pages like CGI programming. The cartoons sprinkled throughout the book are marvelous. Don't miss the "Top Ten HTML Dos and Don'ts" or "Ten Design Desiderata." [via]

› Find signed collectible books: 'Html for Dummies Quick Reference'
More editions of Html for Dummies: Quick Reference:
› Find signed collectible books: 'Html: For the World Wide Web'
More editions of Html: For the World Wide Web:
› Find signed collectible books: 'HTML for the World Wide Web : Visual Quickstart Guide'
The acclaimed, best-selling visual guide to learning HTML
HTML for the World Wide Web: Visual QuickStart Guide has garnered universal praise in its two previous editions as the succinct, indispensable guide to using HTML to design pages for the World Wide Web. Perfect for beginners, it presumes no prior knowledge of HTML or even the Internet. It uses clear, concise instructions for creating each element of a Web page, from titles and headers to creating links and adding tables, frames, forms, and multimedia. Completely updated for HTML 4, this Third Edition includes such major new topics as cascading style sheets and dynamic HTML. There's also coverage of the improved form, frame, and table capabilities.
Because of its well-organized format and real-world coverage of HTML tags, this book will also serve as a day-to-day reference for experienced Web designers. Each section is illustrated with examples of the actual code used to create a page alongside the resulting page, enabling readers to visually understand each component. The book also offers a wide variety of tips on creating good-looking pages and how to avoid common pitfalls of Web design.
-- The second edition is currently Peachpit's #1 seller in 1997, with over 110,000 copies in lifetime sales
-- The Third Edition covers all the new HTML tags for HTML 4
-- Covers the same material found in other HTML books at half the price and a third of the pages
-- Includes handy full-color hex color foldout chart [via]
More editions of HTML for the World Wide Web : Visual Quickstart Guide:
› Find signed collectible books: 'Html for the World Wide Web Visual Quickstart Guide: With Xhtml and Css'
It's important for anyone who creates Web sites--even those who rely on powerful editors like Dreamweaver or GoLive--to know HTML. The World Wide Web Consortium rewrote HTML as a subset of XML (dubbing it "XHTML 1.0") and the allowable code will eventually be stricter. Tags that are being phased out are labeled "deprecated"--current browsers can still handle them, but if you want your site to keep up with future browsers, not to mention conform to accessibility requirements, you will want to get on top of XHTML.
Of course, Elizabeth Castro manages to write books that not only speak to those who are already fluent in HTML, but are good for newbies too. She makes it a breeze to create sites that are visually stylish and technically sophisticated without the expense of buying an editor.
Among the topics covered in her new book, HTML for the World Wide Web with XHTML and CSS: using the (relatively newer) structural tags (like doctype and div); correctly using older tags (like p and img) that have been modified in XHTML; writing XHTML so that formatting is done by the style sheets; writing those style sheets (cascading style sheets, a.k.a. "CSS"); creating a variety of layouts; and dealing with tables, frames, forms, multimedia, a bit of JavaScript (including mouseovers), WML (for mobile device displays), debugging, publishing, and publicizing your site.
As with all Visual QuickStart Guides, this one features clear and concise instructions side by side with well-captioned illustrations and screen shots that show both the source code and the resulting effect on the Web page. The index is extremely detailed, making this a great reference.
Also great for reference are the outstanding appendices. The first is an extensive list of tags and attributes, indicating which are deprecated and/or proprietary and on which page they are discussed. A similar appendix shows CSS properties and values; given the future of Web coding, this chart alone is worth the price of the book. Other handy charts cover intrinsic events, symbols and character Unicodes, and an expanded color chart that goes way beyond the virtually archaic Web-safe palette. All of which makes this a definite must-have for every Web designer's bookshelf. --Angelynn Grant [via]
More editions of Html for the World Wide Web Visual Quickstart Guide: With Xhtml and Css:
› Find signed collectible books: 'Html for the World Wide Web With Xhtml and Css Visual Quickstart Guide'
As both the Web and the browsers used to navigate it mature, work-arounds that compensate for the myriad factors that affect Web page appearance no longer cut it. Users expect Web pages to look beautiful regardless--and with the Fifth Edition of this popular Visual QuickStart Guide, you can make your Web pages comply. By following the generously illustrated, step-by-step instructions that are the hallmark of the Visual QuickStart series, you'll create beautiful code that works consistently across browser versions and platforms (including hand-held devices and cell phones) in no time.
This updated edition includes a new section on foreign-language and multilingual Web sites as well as ample coverage on how the use of HTML is changing. What hasn't changed, however, is the book's popular format: Task-oriented, step-by-step instruction that builds on your growing knowledge. Info-packed appendixes, a comprehensive index, and plenty of screen shots and code examples make HTML for the World Wide Web, Fifth Edition, with XHTML and CSS: Visual QuickStart Guide a must-have reference. Whether you're just getting your feet wet (no prior HTML knowledge is required) or design Web sites for a living, you'll turn to this best-selling guide again and again for answers to all of your HTML-related questions.
This Student Edition includes end-of-chapter exercises and instructor resources. [via]More editions of Html for the World Wide Web With Xhtml and Css Visual Quickstart Guide:
› Find signed collectible books: 'Html Goodies'
HTML Goodies deserves a place in the ranks of the best Hypertext Markup Language (HTML) books on the market. Not only does Author Joe Burns teach readers how to use HTML (and in such a wonderfully friendly way), he also explains how to create stylish, efficient Web documents that will keep surfers coming back.
Burns has structured the book into a series of brief tutorials, each of which tackles a particular technical challenge that might confront a Webmaster. One chapter explains image maps, another goes into depth on frames, while others explain Cascading Style Sheets (CSS) and Java applets. The tutorials consist of a series of experiments--this code yields this result--interspersed with questions and answers. Where it's appropriate, Burns suggests techniques he's found effective in a variety of situations. You'll be astounded by what you can learn from his advice.
HTML Goodies sprang from Burns's Web site of the same name, a popular one with lots of tutorials and downloadable freebies. It features discussions about Web page development, and Burns is always a frequent contributor. The site does a superb job of standing in for the CD-ROM that this book lacks--the site's a better deal, since it's more current and allows interactivity. --David Wall [via]
› Find signed collectible books: 'HTML in Plain English'
Hyper Text Markup Language (HTML) is the language used to create Web pages. This work is designed to help all levels of Web page developers to find the tags of special characters they need. The book includes an A-Z tag reference section, which includes the name of the tag and its previous names, a description of the tag, its syntax, notes and cautions about using the tag and its options, related tags, samples of code, and the type of tag. The text also includes a history of SGML (HTML's parent language), an overview of previous versions of HTML, Netscape extensions, and a "webliography" of online HTML reference guides. [via]
› Find signed collectible books: 'Html Manual of Style'
An introduction to the language of HTML. The majority of this guide features programming codes on the left page whilst the opposite side details real world examples of the result of that code. [via]
More editions of Html Manual of Style:
› Find signed collectible books: 'Html Pocket Reference'
In this completely revised and updated pocket reference, Jennifer Niederst, the author of the best-selling Web Design in a Nutshell, delivers a complete guide to every HTML tag. As with O'Reilly's other pocket references, this handy book offers the bare essentials in a small, concise format that you can carry anywhere for quick reference. This guide will literally fit into your back pocket.
Each entry in the book is devoted to the description of a single HTML tag, its standard usage, information on the tag's attributes, browser support (for Netscape Navigator, Microsoft Internet Explorer, and Opera), and support for WebTV. Niederst puts the tags in context, indicating which ones are grouped together. She also offers bare-bones examples of how standard web page elements are constructed.
All the tag-by-tag descriptions in this new edition have been brought up to date with the current HTML specification (4.01), and the book includes useful charts of character entities and decimal-to-hexadecimal conversions.
The HTML Pocket Reference, second edition is an indispensable reference for any serious web designer, author, or programmer.
› Find signed collectible books: 'The Html Sourcebook'
One of the best HTML books around, and stronger than most in coverage of CGI scripting, WWW utilities, Java applets, and converting other sorts of documents into HTML. [via]
More editions of The Html Sourcebook:

› Find signed collectible books: 'The Html Sourcebook: A Complete Guide to Html 3.0'
More editions of The Html Sourcebook: A Complete Guide to Html 3.0:
› Find signed collectible books: 'Html Sourcebook: A Complete Guide to Html 3.2 and Html Extensions'
Every serious Web master and Web designer should have the most current edition of the HTML Sourcebook on his or her desk. This book manages to touch on nearly every aspect of Web site design and maintenance, all in a single volume. The bulk of this book is devoted to HTML 3.2, including proprietary extensions. Each tag has a full explanation, including an example of how it is used and how it interacts with other tags. The authors make sure to point out cases where Netscape and Microsoft implementations differ, as well as cases where browsers have bugs that affect the rendering of specific tags. A fair amount of attention is given to advanced topics such as cascading style sheets, scripting, and internationalization.
Aspects of the Web that most people take for granted are covered here in great detail. There are whole chapters discussing Multipart Internet Mail Extensions (MIME), Uniform Resource Locators (URLs), the Common Gateway Interface (CGI), and the Hypertext Transfer Protocol (HTTP). These topics may seem arcane, but knowledge of them is essential for Web masters.
The book's technical content is balanced with useful chapters covering concepts of site design and construction, graphics and images, and Web site management. If you're creating a large scale Web site, you'll find advice on planning, designing, testing, and even promoting your site. Although written clearly and concisely, the HTML Sourcebook is not really a book for beginners--there is much more information here than a person creating Web pages for fun will ever need to know. [via]
More editions of Html Sourcebook: A Complete Guide to Html 3.2 and Html Extensions:

› Find signed collectible books: 'Html the Complete Reference'
More editions of Html the Complete Reference:
› Find signed collectible books: 'Html: The Definitive Guide'
In the most recent edition of this acclaimed HTML guide, Musciano and Kennedy look closely at every aspect of HTML and show how to use it wisely to create top-quality Web pages. The book is up-to-date, covering HTML 4, Netscape Navigator 4, Microsoft Internet Explorer 4, and the various extensions of each.
HTML: The Definitive Guide is aimed at beginners as well as those who have more practice in Web-page creation. The authors assume at least a basic knowledge of computers, including how to use a word processor or text editor and how to deal with files. They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference. --Elizabeth Lewis [via]
More editions of Html: The Definitive Guide:
› Find signed collectible books: 'Html Web Magic'
So you have a grounding in basic HTML and now you're ready to learn how to make Web pages sing. Here's a guide that will get your creative juices flowing as you sharpen your skills. Pirouz is loaded with lively ideas and he shows you exactly how to bring them to life. Pirouz is no fan of flash for the sake of flash: his ideas are focused on how to make your Web pages more attractive and useful to your readers. He even shows you how to turn a potential annoyance for your visitors into the sort of entertainment that evokes a smile.
The book begins with a rapid review of basic HTML design tips and codes and then gets right to the magic of first impression. Here, Pirouz shows how to use the META tag to not only get yourself noticed by Web spiders but also to eliminate browser offsets--direct users with older browsers to alternate pages--and otherwise tweak the experience for your visitors. He then moves on to highlight some of the lesser-known abilities lurking in every corner of HTML. He shows how to achieve unexpected effects with images, tables, frames, windows, type, and forms. It would be hard to page through this book and not fall upon at least one new technique you're itching to try. --Elizabeth Lewis [via]
More editions of Html Web Magic:

› Find signed collectible books: 'Html, Xhtml & Css: Visual Quickstart Guide'
More editions of Html, Xhtml & Css: Visual Quickstart Guide:

› Find signed collectible books: 'Instant HTML Programmer's Reference'
More editions of Instant HTML Programmer's Reference:

› Find signed collectible books: 'Learning Web Design'
More editions of Learning Web Design:
› Find signed collectible books: 'Learning Web Design: A Beginner's Guide to Html, Graphics, and Animation'
In Learning Web Design, the author of a top-rated web authoring guide (Web Design in a Nutshell) now turns her hand to a beginner's tutorial. The result is a foundation course in HTML, and an ideal starting point for learning how to build web pages.
The book does not attempt to cover every aspect of web authoring, and you should look elsewhere for coverage of technologies like Flash multimedia, Javascript or XML. Instead, Learning Web Design offers sound and thorough coverage of the fundamentals, presented in a friendly and informal style, and underpinned by the author's in-depth knowledge and professionalism.
Some Web authors use design tools, while others prefer to work directly with HTML code. This title takes a balanced view, with how-to explanations for Dreamweaver, GoLive and FrontPage, along with the equivalent HTML. For graphics, Photoshop, Fireworks and Paint Shop Pro are specifically covered.
The book is structured as four parts. The first is an overview, explaining the Web design process. Next comes an HTML tutorial, tackling page formatting, how to include graphics, tables, frames and colours. The third part is a detailed guide to Web graphics, showing how to optimise both appearance and performance. The final section is about usability and design, showing how to create pages to professional standards. There is also a peek at more advanced techniques, showing where to go for more information. The wide-margin layout gives plenty of space for illustrations, some in colour, and there are plentiful tips and references in side-panels. --Tim Anderson [via]
More editions of Learning Web Design: A Beginner's Guide to Html, Graphics, and Animation:
› Find signed collectible books: 'More Eric Meyer on Css'
Web designers loved Eric Meyer on CSS, which proved that a book could be both technically competent (it explained Cascading Style Sheets clearly) and aesthetically astute (printed in color, the book showed off Meyer's work brilliantly). More Eric Meyer on CSS picks up where the original book ended, going into detail on a score of important Web-design tasks. As he did with his first book, Meyer has had this one laid out in a broad-page format, with many illustrations, and printed in full color. The net effect is that readers see the design effects of the CSS tweaks under discussion, and there's no need to imagine (or load code) to see how colors and shadings look when rendered in a browser. Appealingly, this book is oriented around typical design projects (such as annual financial reports, weblogs, and personal homepages) and widely used design features (including menus and index tabs). This structure ensures the utility of Meyer's book--you can just turn to the chapter that deals with whatever you're trying to build, and see what the author did in a similar situation. Each section involves far more prose than code; Meyer is very careful to spend more time explaining what he's doing than he spends actually doing it, and the reader is never overwhelmed by giant CSS listings. Numerous screen shots intersperse the code and commentary, allowing you to see the intermediate results of style sheets in progress and adapt Meyer's beginnings in order to achieve different ends.--David Wall [via]
More editions of More Eric Meyer on Css:
› Find signed collectible books: 'New Perspectives on Creating Web Pages with HTML Second Edition - Introductory'
Part of the New Perspectives series, this text offers a case-oriented, problem-solving approach to learning how to create web pages with HTML. This Introductory title covers the basic to intermediate HTML and web page creation skills. [via]
More editions of New Perspectives on Creating Web Pages with HTML Second Edition - Introductory:

› Find signed collectible books: 'New Perspectives on Creating Web Pages With Html: Brief'
More editions of New Perspectives on Creating Web Pages With Html: Brief:

› Find signed collectible books: 'Sams Teach Yourself Html 4 in 24 Hours'
More editions of Sams Teach Yourself Html 4 in 24 Hours:
› Find signed collectible books: 'Sams Teach Yourself Web Publishing With Html & Xhtml in 32 Days'
Sams Teach Yourself Web Publishing with HTML & XHTML in 21 Days, Third Edition is a new edition of the bestselling book that started the whole HTML/Web publishing phenomenon.The entire book is revised and refined to bring it up to date with current Web publishing practices and technologies. Yet the entire original style, flavor, and features that have made this book so popular in the past is retained. The companion Web site contains all the examples from the book, complete with graphics and other additional elements, allowing the reader to see every task presented in the book live on the World Wide Web. It also includes links to the Web publishing tools and resources mentioned in the book. [via]
More editions of Sams Teach Yourself Web Publishing With Html & Xhtml in 32 Days:
› Find signed collectible books: 'Sams Teach Yourself Web Publishing With Html 4 in 21 Days'
This edition of the book will be thoroughly updated and revised to include coverage of: the latest developments in HTML and Web publishing, including the effects of XHTML 1.0 and 1.1 on Web publishing practices; the new generation of browsers from Microsoft and Netscape-Internet Explorer 6 and Netscape 6 (aka Mozilla); improvements and changes in Web publishing tools like Microsoft FrontPage 2002 and Macromedia Dreamweaver 4; and developments in Web scripting and programming-for example, Java 2 v. 1.3 and JavaScript 1.5. [via]
More editions of Sams Teach Yourself Web Publishing With Html 4 in 21 Days:
› Find signed collectible books: 'Sams Teach Yourself Web Publishing With HTML 4 in a Week'
Part of the Teach Yourself series, this book puts all of the foundational knowledge you need to build Web sites into one large volume, along with a solid explanation of the code and design principles involved. Experienced author Laura Lemay packs a tremendous amount of instruction into this massive title.
The first week of instruction covers the basics of the Web; introduces HTML; and presents simple text formatting, links, and image display. Since this book focuses on product-independent HTML 4 coding rather than instruction on a particular Web-design application, the skills you acquire will be applicable in any tool. In the next seven days of instruction, the author teaches you about style sheets, frames, tables, and the use of multimedia elements. Throughout these discussions, she presents each topic in the context of real-world application and page design.
In the final week, Lemay takes you beyond the basics and into the world of Java, Common Gateway Interface (CGI) scripting, and dynamic HTML (DHTML), including discussions of the differences between Netscape and Microsoft implementations. She finishes the book off with several chapters on effective design, site publishing and promotion, and server administration. A companion CD-ROM includes demo and trial versions of tons of authoring tools and clip media. --Stephen W. Plain [via]
More editions of Sams Teach Yourself Web Publishing With HTML 4 in a Week:
› Find signed collectible books: 'Spring Into HTML and CSS'
The fastest route to true HTML/CSS mastery!
Need to build a web site? Or update one? Or just create some effective new web content? Maybe you just need to update your skills, do the job better.
Welcome. This book's for you. We'll leverage what you already know about the web, so you'll go further, faster than you ever expected. You'll master today's best practices: the real nuts and bolts, not theory or hooey. You'll learn through dozens of focused HTML, XHTML, and CSS examples: crafted for simplicity and easy to adapt for your own projects.
Need specific solutions? This book's modular, visual, high-efficiency format delivers them instantly. Molly E. Holzschlag draws on her unparalleled experience teaching Web design and development. No other HTML/CSS guide covers this much, this well, this quickly. Dig in, get started, get results!
All you need to succeed with HTML, XHTML, and CSS in real-world projects
Learn how to build web pages that'll work in any environment, on virtually any contemporary browser
Construct templates that simplify every page you develop
Structure and tag text so it's easy to work with and manage
Add images, media, and scriptsquickly and reliably
Discover the right ways to use HTML tables
Build easy-to-use forms and validate your users' input
Use CSS to take total control over your site's look and feel
Master core CSS techniques: color, images, text styles, link effects, lists, navigation, and more
Control margins, borders, padding, positioning, floats, even Z-index
Design efficient, compatible, easy-to-manage CSS layouts
Includes concise XHTML and CSS annotated references: quick help for every language element
Spring Into... is a new series of fast-paced tutorials from Addison-Wesley. Each book in the series is designed to bring you up to speed quickly. Complex topics and technologies are reduced to their core components, and each component is treated with remarkable efficiency in one- or two-page spreads. Just the information you need to begin working...now! And because the books are example-rich and easy to navigate, you'll find that they make great on-the-job references after you've mastered the basics.
© Copyright Pearson Education. All rights reserved.
More editions of Spring Into HTML and CSS:
› Find signed collectible books: 'Teach Yourself Web Publishing with HTML 3.0 in a Week'
Ideal for those people who are interested in the Internet and the World Wide Web. This updated and revised edition teaches readers how to use HTML (Hypertext Markup Language) version 3.0 to create Web pages that can be viewed by nearly 30 million users.
-- Explores the process of creating and maintaining Web presentations, including setting up tools, and converters for verifying and testing pages
-- Highlights the new features of HTML, such as tables and Netscape extensions
-- Teaches advanced HTML techniques and tricks in a clear, step-by-step manner with many practical examples of HTML pages
-- Provides the latest information on working with images, sound files, and video [via]
More editions of Teach Yourself Web Publishing with HTML 3.0 in a Week:

› Find signed collectible books: 'Teach Yourself Web Publishing With Html in 14 Days: Premier'
More editions of Teach Yourself Web Publishing With Html in 14 Days: Premier:
› Find signed collectible books: 'Teach Yourself Web Publishing With Html in a Week'
If you want to create a home page, present information on the Web, or combine text, images, sound, and video in online Web creations this book is for you. It's the easiest way to learn how to product attractive, well-designed Web pages using HTML. With Laura Lemay's Teach Yourself Web Publishing with HTML 4 in a Week, Fourth Edition, you'll master HTML fundamentals and discover the best way to present information in this exciting medium. With this book, anyone can learn HTML. [via]
More editions of Teach Yourself Web Publishing With Html in a Week:
› Find signed collectible books: 'Web Design in a Nutshell'
Are you still designing web sites like it's 1999? If so, you're in for a surprise. Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means of defining the meaning and structure of content. Cascading Style Sheets are no longer just something interesting to tinker with, but rather a reliable method for handling all matters of presentation, from fonts and colors to the layout of the entire page. In fact, following the standards is now a mandate of professional web design.
Our popular reference, Web Design in a Nutshell, is one of the first books to capture this new web landscape with an edition that's been completely rewritten and expanded to reflect the state of the art. In addition to being an authoritative reference for (X)HTML and Cascading Style Sheets, this book also provides an overview of the unique requirements of designing for the Web and gets to the nitty-gritty of JavaScript and DOM Scripting, web graphics optimization, and multimedia production. It is an indispensable tool for web designers and developers of all levels.
The third edition covers these contemporary web design topics:
Organized so that readers can find answers quickly, Web Design in a Nutshell, Third Edition helps experienced designers come up to speed quickly on standards-based web design, and serves as a quick reference for those already familiar with the new standards and technology.
There are many books for web designers, but none that address such a wide variety of topics. Find out why nearly half a million buyers have made this the most popular web design book available.
More editions of Web Design in a Nutshell:
› Find signed collectible books: 'Web Design in a Nutshell: A Desktop Quick Reference'
Are you still designing web sites like it's 1999? If so, you're in for a surprise. Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means of defining the meaning and structure of content. Cascading Style Sheets are no longer just something interesting to tinker with, but rather a reliable method for handling all matters of presentation, from fonts and colors to the layout of the entire page. In fact, following the standards is now a mandate of professional web design.
Our popular reference, Web Design in a Nutshell, is one of the first books to capture this new web landscape with an edition that's been completely rewritten and expanded to reflect the state of the art. In addition to being an authoritative reference for (X)HTML and Cascading Style Sheets, this book also provides an overview of the unique requirements of designing for the Web and gets to the nitty-gritty of JavaScript and DOM Scripting, web graphics optimization, and multimedia production. It is an indispensable tool for web designers and developers of all levels.
The third edition covers these contemporary web design topics:
Organized so that readers can find answers quickly, Web Design in a Nutshell, Third Edition helps experienced designers come up to speed quickly on standards-based web design, and serves as a quick reference for those already familiar with the new standards and technology.
There are many books for web designers, but none that address such a wide variety of topics. Find out why nearly half a million buyers have made this the most popular web design book available.
More editions of Web Design in a Nutshell: A Desktop Quick Reference:

› Find signed collectible books: 'Web Designer's Reference: An Integrated Approach To Web Design With Xhtml And Css'
More editions of Web Designer's Reference: An Integrated Approach To Web Design With Xhtml And Css:
› Find signed collectible books: 'Web Standards Solutions: The Markup and Style Handbook'
Web standards are the standard technology specifications enforced by the World Wide Web Consortium (W3C) to make sure that web designers and browser manufacturers are using the same technology syntax. It is important that these implementations are the same throughout the Web, otherwise it becomes a messy proprietary place, and lacks consistency. These standards also allow content to be more compatible with multiple different viewing devices, such as screen readers for people with vision impairments, cell phones, PDFs, etc. HTML, XML, and CSS are all such technologies.
This book is your essential guide to understanding the advantages you can bring to your web pages by implementing web standards and precisely how to apply them.
Web standards such as XHTML and CSS are now fairly well-known technologies, and they will likely be familiar to you, the web designerindeed, they are all around you on the Web. However, within web standards still lies a challengewhile the browser's support for web standards is steadily increasing, many web developers and designers have yet to discover the real benefits of web standards and respect the need to adhere to them. The real art is in truly understanding the benefits and implementing the standards efficiently.
As a simple example of its power, you can use CSS to lay out your pages instead of nesting tables. This can make file sizes smaller, allowing pages to load faster, ultimately increasing accessibility for all browsers, devices, and web users.
Web Standards Solutions is broken down into 16 short chapters, each covering the theory and practice of different web standards concept and showing multiple solutions to given problems for easy learning. Youll learn about multi-column layouts, using image replacement techniques to your best advantage, making the best use of tables and lists, and many more. This highly modular approach allows you to rapidly digest, understand, and utilize the essentials of web standards.
[via]More editions of Web Standards Solutions: The Markup and Style Handbook:
› Find signed collectible books: 'Webmaster in a Nutshell'
This terrific reference book condenses the material of at least five huge volumes on Web site construction into a single small one. It doesn't teach how to develop and maintain a Web site, but it puts all the commands, syntax information, and related knowledge where you can find them quickly. Sections cover HTML, CGI, HTTI, JavaScript, and server configurations. Each section begins with a brief overview of the topic then follows with a series of well-organized lists, charts, and other reminders to help you rapidly find a little-used command or forgotten bit of information. [via]
› Find signed collectible books: 'Webmaster in a Nutshell: A Desktop Quick Reference'
This terrific reference book condenses the material of at least five huge volumes on Web site construction into a single small one. It doesn't teach how to develop and maintain a Web site, but it puts all the commands, syntax information, and related knowledge where you can find them quickly. Sections cover HTML, CGI, HTTI, JavaScript, and server configurations. Each section begins with a brief overview of the topic then follows with a series of well-organized lists, charts, and other reminders to help you rapidly find a little-used command or forgotten bit of information. [via]
More editions of Webmaster in a Nutshell: A Desktop Quick Reference:
› Find signed collectible books: 'The Zen of CSS Design: Visual Enlightenment for the Web'
Proving once and for all that standards-compliant design does not equal dull design, this inspiring tome uses examples from the landmark CSS Zen Garden site as the foundation for discussions on how to create beautiful, progressive CSS-based Web sites. By using the Zen Garden sites as examples of how CSS design techniques and approaches can be applied to specific Web challenges, authors Dave Shea and Molly Holzschlag provide an eye-opening look at the range of design methods made possible by CSS (Cascading Style Sheets). By the time you've finished perusing the volume, you'll have a new understanding of the graphically rich, fully accessible sites that CSS design facilitates. In sections on design, layout, imagery, typography, effects, and themes, Dave and Molly take you through every phase of the design process--from striking a sensible balance between text and graphics to creating eye-popping special effects (no scripting required). [via]
More editions of The Zen of CSS Design: Visual Enlightenment for the Web:
