WordPress 2.8 Theme Design

Posted by admin on Jan 27, 2010 in PHP Books |
User Reviews Send this to a friend
WordPress 2.8 Theme Design
 
Manufacturer: Packt Publishing
Customer Rating:
 
List Price: $39.99
Sale Price: $31.57
Availibility: Usually ships in 24 hours
Free Shipping Available
Buy Now
 

Product Description

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.

Product Details

No details are available for this product

Video Reviews

No video reviews found for this product.

Customer Reviews

Best for less experienced developers
 
Review Date: February 8, 2010
Reviewer: Mr. Shane Porter, Manchester
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.
Wordpress 2.8 Theme Design Review
 
Review Date: January 30, 2010
Reviewer: CPAUG, Harrisburg, PA USA
WordPress 2.8 Theme Design is the right book for those who currently understand the basics of Wordpress setup and theme modifications. Many books on Wordpress explain how to set up a self-hosted Wordpress blog, customize a header graphic and basic Wordpress blog management tasks and procedures. Wordpress 2.8 Theme Design takes you beyond the setup and management basics and into the creation of your own unique Wordpress theme from start to finish and is best for those who are comfortable with XHTML, CSS and Photoshop or GIMP. Silver begins with pros and cons of creating your own theme including Wordpress design best practices.

Silver has what some would consider a unique way of creating rapid prototype composites. Rather than sketching and designing first is a design program (e.g. Photoshop), she starts out with a rough sketch then moves directly into developing the layout in HTML and CSS. Her reasoning for this is twofold: First, she knows that by creating and laying everything out in XHTML and CSS that the site actually works for the real environment it will be used on. Second, many changes from clients come in the form of text tweaks. Working this way is easier in her view then wading through many Photoshop layers. From there, she takes a screen-capture of the layout and finesses it in Photoshop to create a comp that is easy to update and has the benefit of being partly coded. From there she takes the reader through the steps to convert the HTML to XHTML & PHP for Wordpress, widgetizing, testing your code and more.

There's a lot to like about this book. Just the fact that the book is about Theme design and not just another "Wordpress basics" book is worth noting. The instruction and reasoning behind each step and area of development is clear and concise. However, I tried and just couldn't get into a good groove in using her HTML to composite process. I'm going to give it another shot in the future but even if you work from PSD composite to XHTML/CSS the book is still very good - you'll just need to reverse some of her work flow ideas to suit yourself.

**Disclosure: I received this book at no cost from the book publisher.
Full of useful information
 
Review Date: February 25, 2010
Reviewer: R. V. Cunliffe,
The book is an incredible helpful guide to anyone starting out, or even intermediate Wordpress users looking to create their own themes from scratch. The book is conversational but not to the point of being waffly or frustrating. It's full of helpful little tips along the way about the general process of making a theme and even just rapid prototyping and designing in general - not just a book full of code snippets which can easily be found by using Google or the Wordpress codex. I liked her insights and approach for sketching, wireframing and coding early on even though I've been designing Wordpress themes for years it's always handy to see a fresh perspective on the process.

There's plenty of practical and common types of things you'll want to add onto your theme, such as plugins and widgets. Alongside this, you're given information on a wide variety of tools that most web developers usually have at their disposal for handling the technical side of managing sites, especially bug testings.

The book is a good mix of advice, non-technical and technical information. Parts of it you may want to skip over on first read and use more as a reference - not every theme has all the complexities mentioned in the book. It's not exhaustive, but again that's where the codex and Google come in handy.

There's a little on adapting other themes and frameworks are mentioned but if you're looking to work with Thesis or adapt an existing theme, this book will be helpful but not provide the answers you're probably looking for. One thing I've come to learn after looking at so many themes is that while there's a lot in common, they do take quite a bit of tuning in to, to understand how the theme author has organized things, especially with the more complex themes. Some themes have been designed for maximum flexibility - within a certain set of parameters - and if you go outside these changes, it can become a bit of a nightmare. Other themes haven't come with all the bells and whistles of their own administration interface but are quicker to adapt.

While Wordpress 2.9.2 is already out, there will be little information in this book which is dated and in fact, screenshots of Wordpress' administration area are minimal.

My only criticism of the book would be that I would have loved to have seen a few more case studies (or mini-case studies) of building a theme, rather than just one long in-depth one on building a magazine-type theme. These days there's so many different types of Wordpress themes out there, used for so many different purposes.

Chapters are: Getting started, Theme Design and Approach, Coding it Up, Debugging and Validation, Putting Your Theme Into Action, Wordpress Template Tag, Function and CSS Reference, AJAX/Dynamic Content and Interactive Forms, Dynamic Menus and Interactive Elements, Design Tips for Working with Wordpress (including SEO).

Disclosure: I was sent a review copy from the publisher.
info can be found online or just using wp
 
Review Date: March 5, 2010
Reviewer: batty13,
Very Very disappointed with this book and it was not at all what I had expected based on the books description. It most definitely is not a "under the hood" kind of book. There is maybe 2 chapters at best that dig deeper then the basics you find playing around in the dashboard which is what most of this book is...fluff.

All you need to do is play around with wordpress make your own blog and just get in there and drive it around and you will know pretty much all of what this book is about. I was so angry when I found a huge section that was all about how to make a post... no seriously, how to make a post. The book should have been titled "wordpress for people that dont have access to wordpress or those who are afraid to play around with wordpress."

I suggest getting smashing wordpress: beyond the blog. The 1.5 chapters in this book that are worth it
are also discussed in that book plus tons of other "under the hood" techniques. I was torn between the two at first but opted for this one and regret it completely.

IF you know css and are looking to get under the hood this book is tp

Tags: , ,

Reply

Copyright © 2010 PHP Books All rights reserved. Theme by Laptop Geek.