Showing posts with label xhtml. Show all posts
Showing posts with label xhtml. Show all posts

XML: Your visual blueprint for building expert websites with XML, CSS, XHTML, and XSLT Review

XML: Your visual blueprint for building expert websites with XML, CSS, XHTML, and XSLT
Average Reviews:

(More customer reviews)
This book presents some good, simple information. The screen shots are nice except they are hard to read if you want to try to recreate them on your own. My biggest objection to the book is its use of XMLSpy as an application of creating the XML. XMLSpy, as the book indicates, is very expensive and not at all necessary for successfully completing an exercise in xml. This is particularly true for such an elementary book as this.

Click Here to see more reviews about: XML: Your visual blueprint for building expert websites with XML, CSS, XHTML, and XSLT

If you're a visual learner, you'll love the only guidebook series that takes a visual approach to professional-level computer topics. High-resolution screen shots demonstrate over 100 key XML techniques, including choosing a text editor, adding entities and CDATA to XML documents, restricting the recurrence of elements, and generating XML using Access or Excel. Learn to create an XHTML transitional page, loop and sort with XSLT, debug with Firebug, and much more. Succinct explanations walk you through step by step.

Buy Now

Click here for more information about XML: Your visual blueprint for building expert websites with XML, CSS, XHTML, and XSLT

Read More...

Foundation Website Creation with CSS, XHTML, and JavaScript Review

Foundation Website Creation with CSS, XHTML, and JavaScript
Average Reviews:

(More customer reviews)
I purchase most CSS books that appear to have a different slant on the use of CSS. This book, although well written and authoritative, was less than I anticipated. It is, however, an excellent resource for those just now learning (X)HTML and CSS, et al. My complaint is simply that I overestimated its content. The writing style is clear and easily understandable and should be so to beginners as well. If considering a first book to learn these disciplines, this book is a good choice.

Click Here to see more reviews about: Foundation Website Creation with CSS, XHTML, and JavaScript

Textbook-style guide to Web development with Web standards: the why, what, and how in an easy-to-follow lesson plan. The importance of Web standards only grows larger as the number of Web developers increases, and this is the book for everyone joining the accelerating Web standards bandwagon.

Buy Now

Click here for more information about Foundation Website Creation with CSS, XHTML, and JavaScript

Read More...

Creating Web Sites Bible Review

Creating Web Sites Bible
Average Reviews:

(More customer reviews)
As of this review, I was on Chapter four.
There is a lot of info packed into this book, but also a lot of errors and typos.
The first tutorial web page they walk a person through on pages 114 / 115 has so many errors that it will not look anything like the finished product on page 116.
I wasted a lot of time attempting to figure out what the errors were, having to search other sections of the book for the proper code elements. THEN I had to play with the code elements to learn that the first example cannot be done the way they presented it!
The first tutorial shows this for aligning a headline center (I had to use parenthesis instead of the lesser than < and greater than > symbols so the actual code would show up here):
(p align"center"") (h3)Making Kimchi using an ordered list(h3)(p)
This does not work. It must look like this:
(h3 align="center") Making Kimchi using an order list(/h3)
The most frequently missing item is the forward slash / that is supposed to be at the end of nearly all HTML tags, according to the authors! They even say "If your screen differs in appearance slightly, don't worry about it."
WHAT GOOD IS A TUTORIAL IF MINE DOES NOT LOOK LIKE THE EXAMPLE?!
Just be prepared to have to figure stuff out on your own.

Click Here to see more reviews about: Creating Web Sites Bible


Updated for the most recent tools, techniques, and standards for creating cutting-edge Web sites for businesses or personal use, this book is one-stop shopping for HTML, JavaScript, CSS, tables, forms, Flash, and more
Brand-new chapters cover Ajax, Adobe CS3 tools, RSS, and blogging tools
Hands-on guidance and expert advice dive into such topics as creating and editing images and graphics, adding multimedia elements (e.g., Flash animations, audio, and video), creating stores for Yahoo! and Amazon.com, designing auction pages for eBay, and building blogs


Buy Now

Click here for more information about Creating Web Sites Bible

Read More...

WordPress 2.8 Theme Design Review

WordPress 2.8 Theme Design
Average Reviews:

(More customer reviews)
I seem to be reading quite a few WordPress books of late, and there are certainly a few to choose from. Packt Publishing's WordPress 2.8 Theme Design's tagline is 'Create flexible, powerful, and professional themes for your WordPress blogs and websites'.
WordPress themes are of interest to me since they fuse a visual aspect with PHP code, and there's no doubt that they appeal to many other people too.
Chapter Overview
1. Getting Started as a WordPress Theme Designer
2. Theme Design and Approach
3. Coding it Up
4. Debugging and Validation
5. Putting Your Theme into Action
6. WordPress Template Tag, Function, and CSS Reference
7. AJAX/Dynamic Content and Interactive Forms
8. Dynamic Menus and Interactive Elements
9. Design Tips for Working with WordPress
The book's author Tessa Blakely Silver starts very gently with an introduction to WordPress themes and why downloading a theme that's already been coded and designed may not always be the best solution. Subsequently, the book develops a theme from scratch and examines core technologies such as WordPress, CSS, XHTML and PHP.
The second chapter starts with a discussion of theme design in general, followed by the beginnings of the theme that's developed throughout the book. There are further discussions on semantic markup, typography, fonts and layout.
The following chapter focuses on the code aspect of theme design, and suggests a workflow strategy as well as template tags, hooks, and the WordPress loop. Comments are then discussed in some detail, the topic including pagination and threaded comments.
Chapter four examines the process of debugging and validating. A thorough chapter includes references to the W3C validation services, Firefox's JavaScript/Error console, Firebug and some of the issues that the budding theme developer will face when dealing with IE6.
Chapter five looks at the style.css file, which provides descriptive information about a theme, together with packaging the theme into a ZIP for distribution and running test installations of the theme package.
Chapter six adopts a more reference based approach, with an in depth examination of WordPress template tags, the WordPress template hierarchy, the loop and shortcodes.
The following chapter looks at AJAX and JavaScript, as well as preparing your theme for plugins and widgets.
Chapter eight builds on Chapter 7's JavaScript discussion by developing a drop-down menu for the theme. There is also a discussion of Flash and how that can be used with WordPress themes.
Chapter nine rounds off the book with a number of design tips that apply not just to WordPress theme design, but web design in general.
The book's about 250 pages in length, and is generally well written. I did, however, notice a few errors in code samples (mostly misplaced quotes), and a couple of examples in the prose itself. Another minor niggle was that the author talks about semantic markup, and then introduces 'sidebarLT' (sidebar left) and 'sidebarRT' (sidebar right) IDs into the markup.
The back of the book states: This book can be used by WordPress users or visual designers (with no server-side scripting or programming experience) who are used to working with the common industry-standard tools such as Photoshop and Dreamweaver or other popular graphic, HTML, and text editors. Regardless of your web development skill set or level, you'll be walked through the clear, step-by-step instructions. But familiarity with a broad range of web development skills and WordPress know-how will allow you to gain maximum benefit from this book.
It seems as through Packt have tried to convince the potential reader that this is the book for them, regardless of whether they're fairly inexperienced in some areas, or a a highly skilled developer. I'd say that the book covers a lot of ground, and that it does so at a pace that would be suitable for an inexperienced developer. Much of the content, however, would already be familiar to a skilled web developer, and so I feel that they'd think that the really useful content is a little thinly spread.
Overall, it's encouraging to see more books about WordPress; although the internet is a fantastic resource, books still have a very important role in my opinion. The content of this one is great for beginner-medium level web developers, but more experienced readers will be left wanting more.


Click Here to see more reviews about: WordPress 2.8 Theme Design

Theme design can be approached from two angles. The first is simplicity; sometimes it suits the client and/or the site to go as bare-bones as possible. In that case, it's quick and easy to take a very basic, pre-made theme and modify it. The second is "Unique and Beautiful". Occasionally, the site's theme needs to be created from scratch so that everything displayed caters to the specific kind of content the site offers. This book is going to take you through the Unique and Beautiful route with the idea that once you know how to create a theme from scratch, you'll be more apt at understanding what to look for in other WordPress themes. This book can be used by WordPress users or visual designers (with no server-side scripting or programming experience) who are used to working with the common industry-standard tools like PhotoShop and Dreamweaver or other popular graphic, HTML, and text editors. Regardless of your web development skill-set or level, you'll find clear, step-by-step instructions, but familiarity with a broad range of web development skills and WordPress know-how will allow you to gain maximum benefit from this book.

Buy Now

Click here for more information about WordPress 2.8 Theme Design

Read More...

Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition) Review

Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition)
Average Reviews:

(More customer reviews)
If you are just coming over the the standards-compliant light, this book is the best for showing real, working techniques. Great examples that work. A cookbook. Cederholm won my heart and my mind with "Web Standards Solutions" and this book builds on that theme. The man is a good writer, easy to understand, and he makes compelling and lucid points.
Cederholm's presentation is great: he states a problem or goal, then examines several different ways of solving it. The examinations are just a paragraph or two long -- short and to the point. He points out the strengths and weaknesses of the various solutions, then concludes with a "best practices" solution. Finally, he builds on and refines the best practices solution to deliver a finished piece. When there is no clear-cut best way, he lays the cards on the table and let's you decide what is best for your specific application. He talks about the compromises between pixel-perfect layouts and fluid layouts and how each effects design and useability issues.
It is not stand-alone because a good reference is still useful to have by your side.

Click Here to see more reviews about: Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition)

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.

Buy Now

Click here for more information about Bulletproof Web Design: Improving flexibility and protecting against worst-case scenarios with XHTML and CSS (2nd Edition)

Read More...

Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day: Includes New HTML5 Coverage (6th Edition) Review

Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day: Includes New HTML5 Coverage (6th Edition)
Average Reviews:

(More customer reviews)
Having been a Web developer a while back, I wanted a reference book that serves as a refresher on HTML (Hypertext Markup Language) and CSS (Cascading Style Sheets) -- and this book fits the bill perfectly. However, for someone who has no prior knowledge of HTML and CSS, this book comes up a little short. While it may be quite comprehensive in the topics it covers, it lacks a certain cohesiveness that would allow a beginner to use it as a practical guide for real world Web publishing. First, let's talk organization.
- Organization
This book has made a heroic effort to be comprehensive by attempting to cover everything from basic topics (e.g. tables, forms) to intermediate topics (e.g. embedding videos, absolute vs relative position, layers) to more advanced topics (e.g. Javascript [arrays, data types, loops, etc.], relational databases, server-side programming). That's all well and good, but it sometimes goes into so much of the nitty-gritty details that a beginner can easily lose sight of the complete picture. I feel it would be much better if the book had given a birds-eye view to get a beginner up to speed with the overall framework of a Web page before it went into the details.
- Practicality
The book barely touches on some important topics such as WYSIWYG editors (WYSIWYG is the acronym for "What You See Is What You Get" - pronounced wis-see-wig). *Real world* Web publishing use WYSIWYG editors (such as Adobe Dreamweaver) and other tools to expedite the development of Web sites. Hand-coding Web pages from scratch is almost never done. Mind you, I'm not saying learning how HTML/CSS works "under the hood" isn't important -- nothing can be further from the truth! My point is the book could have made more than passing mention of some of the practical aspects of Web publishing.
In addition, the book fails to sufficiently elaborate on the relationship between Javascript and HTML/CSS. Javascript, of course, is a major topic by itself -- in fact whole books are written on it - but the book could have at least made a stronger connection between HTML/CSS and Javascript since Javascript is so inextricably tied to HTML and CSS. Javascript is the basis for dynamic or interactive (vs. "static") Web pages.
- No Companion CD
The major beef I have with this book is that it doesn't have a companion CD with functioning Web pages that illustrate the HTML and CSS concepts covered in the book. At the very least, the book should have included a CD with the HTML and CSS examples presented in the book. Remember, HTML and CSS is best learned by example and experimentation. In this age of cheap storage media, there is simply no excuse to not include a companion CD.
- The Devil Is In The Details
Developing a highly-functional and complex Web page is a very involved process (the operative word here is *involved*). The book doesn't really discuss the problem of cross-browser compatibility. For example, different browsers (such as Firefox, Safari, Opera, and Chrome) render some elements a little differently - enough to significantly alter or "break" your intended Web page design.
---
The bottom line: Sams Teach Yourself Web Publishing will get you up to speed with building a very basic Web page with relatively static (vs. dynamic) content. For a more practical guide to HTML/CSS for a beginner, you might want to consider Head First HTML with CSS & XHTML. Unlike Sams Teach Yourself Web Publishing with HTML and CSS, it doesn't just explain HTML/CSS with snippets of code, but walks you through the step-by-step building of functioning Web pages.


Click Here to see more reviews about: Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day: Includes New HTML5 Coverage (6th Edition)

Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day, Sixth Edition is the latest edition of the original worldwide bestseller. The entire book has been thoroughly revised and refined to include new detailed coverage of HTML5, the next major revision of the core language of the World Wide Web, HTML. Work on the HTML5 specification is still ongoing, but parts of HTML5 are already being implemented in new versions of Microsoft Internet Explorer, Mozilla Firefox, Safari and Opera.

Buy Now

Click here for more information about Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day: Includes New HTML5 Coverage (6th Edition)

Read More...

Web Design with HTML and CSS Digital Classroom, (Book and Video Training) Review

Web Design with HTML and CSS Digital Classroom, (Book and Video Training)
Average Reviews:

(More customer reviews)
I thought this book was really good except for one thing, I noticed multiple mistakes typing mistakes that really effect the outcomes of the tutorials. I have some knowledge about html and css, which is the only reason I was able to understand some of the reasons why the tutorials were not working. It's as if someone didn't even go through the tutorials to make sure they were correct before it was published. Other than that this book is very informational.

Click Here to see more reviews about: Web Design with HTML and CSS Digital Classroom, (Book and Video Training)

"An invaluable full-color training package for Web design
Web design consists of using multiple software tools and codes-such as Dreamweaver, Flash, Silverlight, Illustrator, Photoshop, HTML, and CSS, among others-to craft a unique, robust, and interactive websites. This book teaches you how to effectively use all the major tools involved in web design to create a site that is both attractive and functional.
You'll go beyond the basics to learn best practices of good web design so you can go from the drawing board to a successful site.
Combining full-color, step-by-step instructions with lesson files and video training from web experts is like having your own personal instructor guiding you through each lesson-but you work at your own pace!
Discusses properties of good web design and best practices for building a site that is both attractive and functional

Buy Now

Click here for more information about Web Design with HTML and CSS Digital Classroom, (Book and Video Training)

Read More...

WordPress Theme Design: A complete guide to creating professional WordPress themes Review

WordPress Theme Design: A complete guide to creating professional WordPress themes
Average Reviews:

(More customer reviews)
WordPress Theme Design is a short book, 204 pages and offers an experience very much like that given by the Peachpit Press' Visual QuickProject Series. This is not a definitive guide to WordPress theming. Tessa Silver walks us through the creation of a WordPress theme intended for a monthly magazine site. As much CMS/beyond-the-blog flexibility of WordPress needs to be implemented by creative theming, this project offers an insight into how to customize WordPress for sites other than plain vanilla blogs. WordPress core features like "the loop," are mentioned but we are referred to the WordPress Codex documentation for more information. That's pretty much the way the book works, features or concepts, such as the loop or drop down menus are discussed, but for expanded explanations we are pointed to external web documentation.
The writing is clear and conversational and is targeted towards someone with a reasonable grounding in HTML and CSS, I'd say advanced novice to early intermediate. Those without an understanding of HTML will find it over their heads. A very basic understand of PHP syntax is also helpful. Except for WordPress specific code, experienced, standards aware coders will find much of the material pretty basic. Ms. Silver does create her design with modern web standards best practices, which she describes in a standards based context. The theme we create by following the tutorial is functional and illustrates some of WordPress' advanced capabilities, which can be accessed only through clever theming. Basic SEO is mentioned, and some advanced WordPress plug-ins and capabilities are briefly covered.
Chapter 6 offers a short overview of WordPress functions and a nice template tag reference. In Chapter 2, Silver offers brief descriptions describing her design workflow process and some of the tools she uses. In chapters 3-5 we create the basic theme and are introduced to WordPress themeing conventions. Chapters 7-9 briefly discuss some advanced WordPress capabilities, mostly gained through the use of plug-ins and widgets.


Click Here to see more reviews about: WordPress Theme Design: A complete guide to creating professional WordPress themes

In Detail
This title will take you through the ins and outs of creating sophisticated professional themes for the WordPress personal publishing platform. It will walk you through clear, step-by-step instructions to build a custom WordPress theme. From development tools and setting up your WordPress sandbox, through design tips and suggestions, to setting up your theme's template structure, coding markup, testing and debugging, to taking it live it reviews the best practices. The last three chapters are dedicated to additional tips, tricks and various cookbook recipes for adding popular site enhancements to your WordPress theme designs using third-party plugins.
Whether you're working with a pre-existing theme or creating a new one from the ground up, WordPress Theme Design will give you the know-how to understand how themes work within the WordPress blog system, enabling you to take full control over your site's design and branding.
What you will learn from this book?

Set up a basic workflow and development environment for WordPress theme design
Create detailed designs and code them up
Enhance your sites by choosing the right color schemes and graphics
Debug and validate your theme using W3C's XHTML and CSS validation tools
Customize and tweak your theme's layout
Set up dynamic drop-down menus, AJAX/dynamic and interactive forms
Download and install useful plug-ins and widgetize your theme
Improve post and page content using jQuery and ThickBox
Add interactivity to your themes using Flash
Includes a reference guide to WordPress 2.0's template hierarchy, markup, styles and template tags, as well as include and loop functions
Approach
Theme design can be approached from two angles. The first is simplicity; sometimes it suits the client and/or the site to go as bare-bones as possible. In that case, it's quick and easy to take a very basic, pre-made theme and modify it.
The second is "Unique and Beautiful". Occasionally, the site's theme needs to be created from scratch so that everything displayed caters to the specific kind of content the site offers. This book is going to take you through the Unique and Beautiful route with the idea that once you know how to create a theme from scratch, you'll be more apt at understanding what to look for in other WordPress themes.
Who this book is written for?
This book can be used by WordPress users or visual designers (with no server-side scripting or programming experience) who are used to working with the common industry-standard tools like PhotoShop and Dreamweaver or other popular graphic, HTML, and text editors.
Regardless of your web development skill-set or level, you'll be walked through the clear, step-by-step instructions, but familiarity with a broad range of web development skills and WordPress know-how will allow you to gain maximum benefit from this book.


Buy Now

Click here for more information about WordPress Theme Design: A complete guide to creating professional WordPress themes

Read More...

Teach Yourself VISUALLY Web Design (Teach Yourself VISUALLY (Tech)) Review

Teach Yourself VISUALLY Web Design (Teach Yourself VISUALLY (Tech))
Average Reviews:

(More customer reviews)
I like Huddleston's books and use them to teach introductory web design. His books are not for seasoned web designers or web developers, but for the novice person who is just learning how to write html and css. In this new book, he amps it up a little more, with more information on graphic design (from a heavy Adobe stance, I might add), which is very helpful in learning how to implement aesthetics for a website. I don't think you can find a book that will teach you color theory and aesthetics and html and css and javascript, etc. I believe such a tome would be daunting, to say the least. I have found that you always need two manuals to get the full tutorial - one that teaches code, and one that teaches aesthetics. But moreso, you need PRACTICE and TRIAL AND ERROR and PATIENCE in order to hone your coding skills and sense of aesthetics in web design. It takes time, and no one book is going to be the magic button that makes it all click because we all think and perceive aesthetics differently. This Huddleston text does a great job, imho, introducing all you need to know (or try to know) to create dynamically beautiful websites, by writing raw code. He keeps with his open-faced 2-paged instructions for each topic, along with full color screenshots. Thus he doesn't overwhelm you with text and you get the visual learning as well. What more can we ask for? Bravo to Huddleston on another very useful text.

Click Here to see more reviews about: Teach Yourself VISUALLY Web Design (Teach Yourself VISUALLY (Tech))

The mechanics of Web design made easy for visual learners
An effective Web site combines good graphic design principles with a functional user interface. This colorful, step-by-step guide shows visual learners how to plan, develop, and publish a site, all with easy-to-follow lessons. Each task is illustrated with screen shots accompanied by numbered steps. You'll learn all the tools and techniques for creating great-looking Web sites that users will love.
Good Web design incorporates basic graphic design principles as well as the techniques required to make a site easy to navigate and user-friendly
Those who learn best when someone shows them how will quickly get up to speed with the full-color screen shots and step-by-step illustrations in this visual guide
Covers planning a site, creating eye-popping content with popular Adobe tools, building in functionality with HTML and CSS, testing the site, taking it live, and keeping it up to date
Companion Web site features code and design examples for experimentation

If you find learning easier when someone shows you how to do something, you'll quickly learn to build Web sites with Teach Yourself VISUALLY Web Design.

Buy Now

Click here for more information about Teach Yourself VISUALLY Web Design (Teach Yourself VISUALLY (Tech))

Read More...

Build Your Own Web Site The Right Way Using HTML & CSS, 2nd Edition Review

Build Your Own Web Site The Right Way Using HTML and CSS, 2nd Edition
Average Reviews:

(More customer reviews)
I'm planning on using this book as a text for an intro to web design course. Overall, it is a great introduction.
What I like about the book are:
It's generally got a great flow [one exception below - ch.8] and has very good explanations for how HTML & CSS are used together to make well designed web pages. The text easily moves from the basic (html tags) to novice (basic CSS) and then more advanced topics like adding graphics, positioning, using tables, and implementing forms. The content is provided in a very accessible way that builds upon previous learnings. And the information is presented in a fashion that most newcomers to web design/publishing can easily understand.
The main caveats I have with the book are:
The book propounds using XHTML, which is still a hotly debated topic whether it should even be used for making public web pages. XHTML is arguably a dead standard as of Dec. 2009. It's also problematic since XHTML STILL is not properly parsed by the most widely used browser in the marketplace (MSIE) - esp. when served as "text/html" as recommended in this book. XHTML pages often "just break" or refuse to properly work with IE, and using XHMTL can break typical usage of some scripting languages, esp. JavaScript. There's even a Sitepoint XHTML vs. HTML FAQ (the publishers of this book) suggesting NEVER to use XHTML unless you have a very specific application that NEEDS to use it. Just because XHTML is popular, doesn't mean it's proper, and it can cause more headaches than it's worth. Kind of like using OOPHP - sure it has its place, but I wouldn't call it obligatory.
I would have moved the content of Chapter 8 into Chapter 1. It would be helpful for readers to know about web hosting and connecting to said host before attempting to publish their pages. To my mind this is definitely a "Setting Up Shop" activity - in fact I'd have these tasks prerequisite to those in Chapter 1. What's the point of creating web pages if you have no where to post them for others to see?
A possibly bigger issue is that Chapter 9 "Adding a Blog..." is nearly useless now that Blogger no longer supports FTP publishing (announced in Feb 2010 and unsupported as of May 2010). Including an entire chapter that has a "single point of failure," such as relying on a singular service that's avail. today to be around tomorrow doesn't seem like very good planning to me. It would've been nice if another, more generic alternative were presented (such as just linking to one's Blogger or Wordpress blog and how to configure them so they at least look similar, if not integrated).
It's still a pretty good book, and I'm going to use it for the class, with strong warnings about the fallability of XHTML. In class, we're going to use HTML 4.01 Strict.

Click Here to see more reviews about: Build Your Own Web Site The Right Way Using HTML & CSS, 2nd Edition


Build Your Own Website The Right Way Using HTML & CSS, 2nd Edition teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you to HTML and CSS as you follow along with the author, step-by-step, to build a fully functional web site from the ground up.

However, unlike countless other "learn web design" books, this title concentrates on modern, best-practice techniques from the very beginning, which means you'll get it right the first time. The web sites you'll build will:


Look good on a PC, Mac or Linux computer Render correctly whether your visitors are using Internet Explorer, Firefox, Opera, or Safari Use web standards so your sites will be fast loading and easy to maintain Be accessible to disabled users who use screenreaders to browse the Web
By the end of the book, you'll be equipped with enough knowledge to set out on your first projects as a professional web developer, or you can simply use the knowledge you've gained to create attractive, functional, usable and accessible sites for personal use.


Buy Now

Click here for more information about Build Your Own Web Site The Right Way Using HTML & CSS, 2nd Edition

Read More...

HTML, XHTML, and CSS: Your visual blueprint for designing effective Web pages (Wiley Desktop Editions) Review

HTML, XHTML, and CSS: Your visual blueprint for designing effective Web pages (Wiley Desktop Editions)
Average Reviews:

(More customer reviews)
As a Web design teacher who deals with these issues on a daily basis, I have already decided I will use this as a textbook in the future. My students range from completely uninformed to reasonably practiced developers. This book will work equally with all of them.
Others have addressed the depth of the topics of the book, so there is little I can add there. I wanted to say how much I appreciate how short the lessons are. Although the book is designed for more advanced Web designers, a neophyte wanting to learn to develop Web pages could pick this book up and work through the lessons in short and easy steps, becoming reasonably well informed developers.
I also particularly appreciate the appendices in the back. One addresses XHTML, and the other Cascading Style Sheets. They are both easily used and full of information.
I highly recommend this book and plan to use it in relevant graduate and undergraduate courses (actually, I also plan to keep it by my side while I work). Now if I could just find a similarly satisfying XML book.
Thanks

Click Here to see more reviews about: HTML, XHTML, and CSS: Your visual blueprint for designing effective Web pages (Wiley Desktop Editions)

If you've ever been curious about any of the multitude of internet acronyms, the web technologies they represent, and how they can benefit you, this book is a great place to start. This book covers all the necessary topics to get up and running with HTML, XHTML, and CSS while offering readers a guide to modern, standards-based design. Key tasks covered in the book include setting up a Web page, reducing image resolution, creating radio buttons, adding a hit counter, adding an embedded sound, adding content from other sites such as integrating a blog and creating an RSS feed. Large topics are broken into smaller, more approachable sub-topics that are clearly explained on two pages eliminating the back and forth page flipping required in other references. Arranged so that skills build progressively throughout the book coupled with bold page headers it is simple to flip through and easily find any section or topic you are looking for. Understandable with straightforward terms that avoid intimidating and unexplained jargon, this is a book that will benefit complete novices and advanced users alike.

While primarily focused on the technologies outlined in the title, this book goes on to provide tips on integrating with Google, Flickr, social bookmark sites and even creating and implementing RSS feeds. Rest assured, each of these technologies is explained with the benefits of each outlined. A serious resource that quickly and concisely gets to the point, this book helps you gain real skills that will have you online in short order. Best of all, you can be confident that you are doing so the right way.
HTML, XHTML, and CSS: Your visual blueprint™ for designing effective Web pages offers visual learners a solid reference that employs straight forward examples to teach you to create and design Web pages with impact. "Apply It" and "Extra" sidebars highlight useful tips and high-resolution screen shots clearly illustrate each task while succinct explanations walk you through the examples. The associated website contains all the needed code to learn HTML.

Buy Now

Click here for more information about HTML, XHTML, and CSS: Your visual blueprint for designing effective Web pages (Wiley Desktop Editions)

Read More...

New Perspectives on the Internet: Comprehensive (New Perspectives (Course Technology Paperback)) Review

New Perspectives on the Internet: Comprehensive (New Perspectives (Course Technology Paperback))
Average Reviews:

(More customer reviews)
A typical text book with a huge amount of information and outrageously overpriced. I bought this book for $86 on Amazon, the school bookstore wanted $115. I needed this book only for the class that I was required to take. However, I am happy with Amazon.

Click Here to see more reviews about: New Perspectives on the Internet: Comprehensive (New Perspectives (Course Technology Paperback))

NEW PERSPECTIVES ON THE INTERNET has been updated to cover the newest software including Windows 7, Internet Explorer 8, Mozilla Firefox 3, and Google Chrome. With the New Perspectives critical-thinking, problem-solving approach, you will learn basic to advanced features of the Internet - from Browser Basics to Electronic Commerce.

Buy Now

Click here for more information about New Perspectives on the Internet: Comprehensive (New Perspectives (Course Technology Paperback))

Read More...

Creating Web Pages All-in-One For Dummies (For Dummies (Computer/Tech)) Review

Creating Web Pages All-in-One For Dummies (For Dummies (Computer/Tech))
Average Reviews:

(More customer reviews)
This a great place to start if you are new to web creation and design. This book does not go into a lot of detail, but it contains enough information (on 9 different subjects) to get you started. And then, if you want more in-depth information, you can go on to a more specialized book. And I'm sure they'll have a "Dummies" book for that. This book is really meant for people who are at the very beginning of the learning process when it come to web creation. It will give you enough of an idea about the different options available for creating web pages to help you make your decision as to which direction to take. If you already have some experience and are looking for refining your skills, then I'd recommond you skip this one.

Click Here to see more reviews about: Creating Web Pages All-in-One For Dummies (For Dummies (Computer/Tech))

Learn all the core tools needed to create Web pages
Businesses, special-interest groups, families, and individuals are all relying on Web sites to communicate. This all-in-one guide offers one-stop shopping for all the information you need to put together powerful Web pages to get your point across and keep visitors coming back. Nine individual minibooks cover best design practices, online tools, Microsoft Expression Web, Dreamweaver, cascading style sheets, HTML and XHTML, graphics and multimedia, scripting, and Flash, arming you to create professional-looking pages.
Knowing how to build an effective Web site is important to businesses, groups, and even individuals today; this guide teaches how to use all the basic Web page tools
Explains what goes into a well-designed page and how to use available online tools such as Google Page Builder and Blogger as well as Microsoft's popular Expression Web tool, Dreamweaver, and CSS
Covers the core language behind Web sites, using graphics and multimedia, JavaScript, and Flash

Creating Web Pages All-in-One For Dummies prepares anyone to build Web pages that get attention.

Buy Now

Click here for more information about Creating Web Pages All-in-One For Dummies (For Dummies (Computer/Tech))

Read More...

HTML, XHTML, and CSS, Sixth Edition Review

HTML, XHTML, and CSS, Sixth Edition
Average Reviews:

(More customer reviews)
Ok... this book is the last thing I would've bought if I had just browsed around the web (that's the I-already-know-everything talking).
My roomate bought it and the second I started turning the pages I actually told my students to get a copy for class. I got one for myself and even though I have 8 flaming years of experience in web design (note the sarcasm please) I really found every single bit of information extremely valuable.
Elizabeth restructured the way I work in the web and the I-already-know-everything guy recieved his lesson as in the old days.
Simply get a copy. I can't say much more.

Click Here to see more reviews about: HTML, XHTML, and CSS, Sixth Edition

Need to learn HTML fast? This best-selling reference's visual formatand step-by-step, task-based instructions will have you up and runningwith HTML in no time. In this completely updated edition of ourbest-selling guide to HTML, Web expert and best-selling authorElizabeth Castro uses crystal-clear instructions and friendly prose tointroduce you to all of today's HTML and XHTML essentials. You'll learnhow to design, structure, and format your Web site. You'll create anduse images, links, styles, lists, tables, frames, and forms, and you'lladd sound and movies to your site. Finally, you will test and debugyour site, and publish it to the Web. Along the way, you'll findextensive coverage of CSS techniques, current browsers (Opera, Safari,Firefox), creating pages for the mobile Web, and more. Visual QuickStart Guide--the quick and easy way to learn!
Easy visual approach uses pictures to guide you through HTML and show you what to do.
Concise steps and explanations get you up and running in no time.
Page for page, the best content and value around.
Companion Web site at www.cookwood.com/html offers examples, a lively question-and-answer area, updates, and more.


Buy Now

Click here for more information about HTML, XHTML, and CSS, Sixth Edition

Read More...

New Perspectives on the Internet: Introductory (New Perspectives (Course Technology Paperback)) Review

New Perspectives on the Internet: Introductory (New Perspectives (Course Technology Paperback))
Average Reviews:

(More customer reviews)
Used this for a course
typical textbook, not a lot going for it, don't buy it unless you have to.

Click Here to see more reviews about: New Perspectives on the Internet: Introductory (New Perspectives (Course Technology Paperback))

NEW PERSPECTIVES ON THE INTERNET has been updated to cover the newest software including Windows 7, Internet Explorer 8, Mozilla Firefox 3, and Google Chrome. With the New Perspectives critical-thinking, problem-solving approach, you will learn basic to advanced features of the Internet - from browser basics to finding the best resources on the Web.

Buy Now

Click here for more information about New Perspectives on the Internet: Introductory (New Perspectives (Course Technology Paperback))

Read More...

Beginning Web Programming with HTML, XHTML, and CSS (Wrox Programmer to Programmer) Review

Beginning Web Programming with HTML, XHTML, and CSS (Wrox Programmer to Programmer)
Average Reviews:

(More customer reviews)
I really like O'Reilly's Dynamic HTML, but this book is good as well. This book is more of a step-by-step walkthrough of HTML, through XHTML, CSS, layout and at the end an introduction to Javascript. The text is somewhat terse, but it's workable. Screenshots are somewhat heavy, but you would expect that in a book about a visual medium like the web. Some coverage, like Javascript, is a little too light to be genuinely complete in comparison with books like Dynamic HTML. Overall, a solid introduction to HTML, XHTML and CSS.

Click Here to see more reviews about: Beginning Web Programming with HTML, XHTML, and CSS (Wrox Programmer to Programmer)

This beginning guide reviews HTML and also introduces you to using XHTML for the structure of a web page and cascading style sheets (CSS) for controlling how a document should appear on a web page. You?ll learn how to take advantage of the latest features of browsers while making sure that your pages still work in older, but popular, browsers. By incorporating usability and accessibility, you?ll be able to write professional-looking and well-coded web pages that use the latest technologies.

Buy Now

Click here for more information about Beginning Web Programming with HTML, XHTML, and CSS (Wrox Programmer to Programmer)

Read More...