Book Image

WordPress 2.8 Theme Design

Book Image

WordPress 2.8 Theme Design

Overview of this book

Themes are among the most powerful features that can be used to customize a web site, especially in WordPress. Using custom themes you can brand your site for a particular corporate image, ensure standards compliance, and create easily navigable layouts. But most WordPress users still continue to use default themes as developing and deploying themes that are flexible and easily maintainable is not always straightforward. It's easy to create powerful and professional themes for your WordPress web site when you've got this book to hand. It provides clear, step-by-step instructions to create a robust and flexible WordPress theme, along with best practices for theme development. It will take you through the ins and outs of creating sophisticated professional themes for the WordPress personal publishing platform. It reviews the best practices 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. 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.
Table of Contents (15 chapters)
WordPress 2.8 Theme Design
Credits
About the Author
About the Reviewer
Preface
Index

Testing other browsers and platforms


I'll mostly be talking about working in Firefox and then "fixing" for IE. Perhaps this is quite unfair, assuming you're working on Windows or a Mac OS, and that the source of all your design woes will (of course) be Microsoft IE's fault. But as I mentioned in Chapter 1, this book is not about only using Firefox! You must check your theme in all browsers and, if possible, other platforms, especially the ones you know your audience uses the most.

I surf with Opera a lot and find that sometimes JavaScripts can "hang" or slow that browser down, so I debug and double-check the scripts for that browser. (We'll discuss more on JavaScripts in Chapter 8.) I'm a freelance designer and find a lot of people who are also in the design field use a Mac OS (like me), and visit my sites using Safari. So, I occasionally take advantage of this and write CSS that cater to the Safari browser. (Safari will interpret some neat CSS 3 properties, which other browsers don't as...