Descriere: These hands-on exercises, complete with insider tips and detailed color illustrations, teach you the latest techniques for designing Web sites with CSS (Cascading Style Sheets). CSS gives you control over the appearance of your Web sites by separating the visual presentation from the content. It lets you easily make minor changes to a site or perform a complete overhaul of the design. In CSS Web Site Design Hands-On Training, you'll start with a review of CSS essentials, learn to build effective navigation and page layouts, and then move on to work with typography, colors, backgrounds, and white space. The included CD-ROM is loaded with classroom-proven exercises and QuickTime training videos, and real-world projects take you through the Web page creation process, one step at a time. Over 60 Step-by-Step Tutorials
- Using CSS and XHTML together
- Learning essentials of selectors, inheritance, and the cascade
- Creating CSS navigation
- Laying out pages with CSS
- Adding colors and backgrounds
- Setting typography
- Creating white space, margins, and borders
- Creating tables
- Styling for print
- Plus much more!
Autori: Eric A Meyer | Editura: Peachpit Press | Anul aparitiei: 2006 | ISBN: 9780321293916 | Numar de pagini: 441 | Categorie: Computer
Charles Wyke-Smith
Stylin' with CSS: A Designer's Guide
Cascading Style Sheets enable you to rapidly create web designs that can be shared by hundreds or even thousands of web pages. It accelerates development cycles by centralizing text and layout information for easy editing and updates. This book teaches you everything you need to know to start using CSS in your web development work, from the basics of marking up your content and styling text, through the creation of multi-column page layouts without the use of tables. Learn to create interface components, such as drop-down menus, navigation links, and animated graphical buttons, using only CSS (no JavaScript required). Discover how to design code that works on the latest standard-compliant browsers, such as IE7 and current versions of Firefox, Safari, and Opera, while working around the quirks of the older ones. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get started and build your skills is right here in this book. You'll be stylin' in no time!
Janice Redish
Letting Go of the Words: Writing Web Content That Works
Whether on the job or at home, Web users want to grab information and use it quickly. They go to the Web to get answers to questions, complete tasks, or to gather information, reading only what they need. This book helps content managers and technical writers successfully plan, organize, compose, design, and test Web content.
Paul Bissex, Wesley J. Chun, Jeff Forcier
Python Web Development with Django
Using the simple, robust, Python-based Django framework, you can build powerful Web solutions with remarkably few lines of code. In Python Web Development with Django(R), three experienced Django and Python developers cover all the techniques, tools, and concepts you need to make the most of Django 1.0, including all the major features of the new release. The authors teach Django through in-depth explanations, plus provide extensive sample code supported with images and line-by-line explanations. You'll discover how Django leverages Python's development speed and flexibility to help you solve a wide spectrum of Web development problems and learn Django best practices covered nowhere else. You'll build your first Django application in just minutes and deepen your real-world skills through start-to-finish application projects including Simple Web log (blog) Online photo gallery Simple content management system Ajax-powered live blogger Online source code sharing/syntax highlighting tool How to run your Django applications on the Google App Engine This complete guide starts by introducing Python, Django, and Web development concepts, then dives into the Django framework, ...