Skip to main content

Murach's HTML, XHTML, and CSS

by Anne Boehm
15 chapters, 496 pages, 205 figures
ISBN 978-1-890774-57-8 

In just the first 6 chapters of this book, you'll learn more about web development than you can from most full books.

It's true! In fact, by the end of the crash course in Section 1, you'll be developing web pages the way today's best professionals do.
That means you'll be using HTML/XHTML and CSS (Cascading Style Sheets) in tandem: HTML/XHTML to provide and identify the various elements of content on the web page (headings, paragraphs, images, etc.) and CSS to format and lay out the elements. You'll be amazed at the sophisticated pages you'll be producing, including those that require the use of the CSS box model, floating, and positioning.
But that's just the start. In Section 2, you'll see how to refine your web pages with the features that users expect today. That includes:
  • Adding Flash, audio, and video to your pages
  • Formatting your web content for easy printing
  • Adapting your pages to display on mobile devices
  • Using tested JavaScript code to add features like image rollovers, image swaps, and slide shows (a great first step in learning JavaScript) 


The chapters in this section are independent of each other, and each focuses on the how-tos of a single feature. So you can go to whatever topic you need to learn next, whenever you need to learn it.
Finally, Section 3 rounds out your skills with chapters on web design and deployment. Once you have a good grasp of how to develop web pages, you can understand the kinds of decisions you have to make in designing a site, and chapter 14 shows you how to do that using today's best practices. Then, chapter 15 shows you not only how to deploy your site on a web server, but how to get the site indexed on the major search engines and directories.
So whether you're new to web development or whether you've been frustrated by the slow pace and gaping holes in the other training you've tried, this book is for YOU.

Download link: http://www.fileserve.com/file/3Gd7tKa

Comments

Popular posts from this blog

Murach's JavaScript and DOM Scripting

by Ray Harris 20 chapters, 764 pages, 337 illustrations ISBN: 978-1-890774-55-4 Today, web users expect web sites to provide advanced features, dynamic user interfaces, and fast response times. To deliver that, you need to know the JavaScript language. Beyond that, though, you need to know how to use JavaScript to script the Document Object Model (or DOM). Now, at last, you can learn both JavaScript and DOM scripting in this one great book. In fact, by the end of chapter 3, you'll be able to develop and debug significant JavaScript applications. By the end of section 2, you'll know the complete JavaScript language and some elementary DOM scripting. And by end of section 3, you will have raised your DOM scripting skills to an expert level.

Murach's Java SE 6

Murach's Java SE 6 by Joel Murach and Andrea Steelman 22 chapters, 810 pages, 351 illustrations ISBN-10: 1-890774-42-1; ISBN-13: 978-1-890774-42-4 "I love your Java book. It cuts right to the essential information, providing the perfect balance between too many details and too little information. I bought another well-known Java book, but I spent several hours trying to learn what I learned from your book in about 45 minutes." That's what one developer wrote us about the JDK 5 edition of our core Java book. Now, you can expect that same practical, time-saving approach in the current edition that covers the latest version of Java, Java SE 6. What you'll learn from the SE 6 edit...

Murach's Java Servlets and JSP (2nd Edition)

by Joel Murach and Andrea Steelman    24 chapters, 729 pages, 329 illustrations ISBN-13: 978-1-890774-44-8 Ever since we published the first edition of this book back in 2003, we've been getting feedback like this from developers: "This book is excellent, excellent, excellent! The authors have a gift for developing the topic of JSP, Servlets, and building a Java-based ecommerce site in a methodical, easy-to-understand approach." Now, I'm delighted to tell you that you'll feel the same way about this new, 2nd edition. The content has been redone from start to finish, so you'll learn the best features, tools, and techniques for developing today's web applications (see what's NEW below).But our popular approach hasn't changed: This 2nd edition still presents Java web programming ...