thiết kế giao diện wordpress phần 1
Số trang: 25
Loại file: pdf
Dung lượng: 0.00 B
Lượt xem: 15
Lượt tải: 0
Xem trước 3 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
chúng ta đã có những khái niệm căn bản về cấu trúc cũng như các thành phần của một theme WordPress. Phần này chúng ta sẽ bắt tay vào việc viết một theme WordPress từ một template đơn giản. Như ở phần đầu mình đã nói, một theme wordpress có ít nhất là 2 file index.php và style.css. Vì vậy, phần 3 này để dễ hiểu và dễ tiếp thu chúng ta sẽ chỉ viết 1 giao diện đơn giản với file index.php và style.css. Các phần nâng cao sẽ được cung cấp dần dần cho các bạn trong các...
Nội dung trích xuất từ tài liệu:
thiết kế giao diện wordpress phần 1WordPress Theme DesignA complete guide to creating professionalWordPress themesTessa Blakeley SilverBIRMINGHAM - MUMBAIWordPress Theme DesignCopyright © 2008 Packt PublishingAll rights reserved. No part of this book may be reproduced, stored in a retrievalsystem, or transmitted in any form or by any means, without the prior writtenpermission of the publisher, except in the case of brief quotations embedded incritical articles or reviews.Every effort has been made in the preparation of this book to ensure the accuracy ofthe information presented. However, the information contained in this book is soldwithout warranty, either express or implied. Neither the author, Packt Publishing,nor its dealers or distributors will be held liable for any damages caused or alleged tobe caused directly or indirectly by this book.Packt Publishing has endeavored to provide trademark information about all thecompanies and products mentioned in this book by the appropriate use of capitals.However, Packt Publishing cannot guarantee the accuracy of this information.First published: May 2008Production Reference: 1230508Published by Packt Publishing Ltd.32 Lincoln RoadOltonBirmingham, B27 6PA, UK.ISBN 978-1-847193-09-4www.packtpub.comCover Image by Vinayak Chittar (vinayak.chittar@gmail.com) CreditsAuthor Project Coordinator Tessa Blakeley Silver Patricia WeirReviewer Indexer Laurens Leurs Hemangini BariSenior Acquisition Editor Proofreader David Barnes Cathy CumberlidgeDevelopment Editor Production Coordinator Nikhil Bangera Shantanu Zagade Aparna BhagatTechnical Editor Cover Work Mithun Sehgal Aparna BhagatEditorial Team Leader Mithil KulkarniProject Manager Abhijeet Deobhakta About the AuthorTessa Blakeley Silvers background is in print design and traditional illustration.She evolved over the years into web and multi-media development, whereshe focuses on usability and interface design. Prior to starting her consultingand development company, hyper3media (pronounced hyper-cube media)(http://hyper3media.com), Tessa was the VP of Interactive Technologies ateHigherEducation, an online learning and technology company developingcompelling multimedia simulations, interactions, and games that met onlineeducational requirements like 508, AICC, and SCORM. She has also worked asa consultant and freelancer for J. Walter Thompson and The Diamond TradingCompany (formerly known as DeBeers), and was a Design Specialist and SeniorAssociate for PricewaterhouseCoopers East Region Marketing department. Tessaauthors several design and web technology blogs. WordPress Theme Design is hersecond book for Packt Publishing. Table of ContentsPreface 1Chapter 1: Getting Started as a WordPress Theme Designer 7 WordPress Perks 7 Does a WordPress Site Have to Be a Blog? 8 Pick a Theme or Design Your Own? 9 Drawbacks to Using a Pre-Made Theme 9 This Books Approach 10 Things Youll Need to Know 10 WordPress 10 CSS 11 XHTML 11 PHP 11 Not Necessary, but Helpful 12 Tools of the Trade 13 HTML Editor 13 Graphic Editor 13 Firefox 14 Well Be Developing for Firefox First, then IE 14 Summary 15Chapter 2: Theme Design and Approach 17 Things to Consider 17 Types of Blogs 17 Plug-ins and Widgets 19 Getting Ready to Design 20 We Have a Problem 20 It Gets Worse 21 The Solution–Rapid Design Comping 21 Lets Get Started 23Table of Contents Sketch It 23 Consider Usability 25 Start with the Str ...
Nội dung trích xuất từ tài liệu:
thiết kế giao diện wordpress phần 1WordPress Theme DesignA complete guide to creating professionalWordPress themesTessa Blakeley SilverBIRMINGHAM - MUMBAIWordPress Theme DesignCopyright © 2008 Packt PublishingAll rights reserved. No part of this book may be reproduced, stored in a retrievalsystem, or transmitted in any form or by any means, without the prior writtenpermission of the publisher, except in the case of brief quotations embedded incritical articles or reviews.Every effort has been made in the preparation of this book to ensure the accuracy ofthe information presented. However, the information contained in this book is soldwithout warranty, either express or implied. Neither the author, Packt Publishing,nor its dealers or distributors will be held liable for any damages caused or alleged tobe caused directly or indirectly by this book.Packt Publishing has endeavored to provide trademark information about all thecompanies and products mentioned in this book by the appropriate use of capitals.However, Packt Publishing cannot guarantee the accuracy of this information.First published: May 2008Production Reference: 1230508Published by Packt Publishing Ltd.32 Lincoln RoadOltonBirmingham, B27 6PA, UK.ISBN 978-1-847193-09-4www.packtpub.comCover Image by Vinayak Chittar (vinayak.chittar@gmail.com) CreditsAuthor Project Coordinator Tessa Blakeley Silver Patricia WeirReviewer Indexer Laurens Leurs Hemangini BariSenior Acquisition Editor Proofreader David Barnes Cathy CumberlidgeDevelopment Editor Production Coordinator Nikhil Bangera Shantanu Zagade Aparna BhagatTechnical Editor Cover Work Mithun Sehgal Aparna BhagatEditorial Team Leader Mithil KulkarniProject Manager Abhijeet Deobhakta About the AuthorTessa Blakeley Silvers background is in print design and traditional illustration.She evolved over the years into web and multi-media development, whereshe focuses on usability and interface design. Prior to starting her consultingand development company, hyper3media (pronounced hyper-cube media)(http://hyper3media.com), Tessa was the VP of Interactive Technologies ateHigherEducation, an online learning and technology company developingcompelling multimedia simulations, interactions, and games that met onlineeducational requirements like 508, AICC, and SCORM. She has also worked asa consultant and freelancer for J. Walter Thompson and The Diamond TradingCompany (formerly known as DeBeers), and was a Design Specialist and SeniorAssociate for PricewaterhouseCoopers East Region Marketing department. Tessaauthors several design and web technology blogs. WordPress Theme Design is hersecond book for Packt Publishing. Table of ContentsPreface 1Chapter 1: Getting Started as a WordPress Theme Designer 7 WordPress Perks 7 Does a WordPress Site Have to Be a Blog? 8 Pick a Theme or Design Your Own? 9 Drawbacks to Using a Pre-Made Theme 9 This Books Approach 10 Things Youll Need to Know 10 WordPress 10 CSS 11 XHTML 11 PHP 11 Not Necessary, but Helpful 12 Tools of the Trade 13 HTML Editor 13 Graphic Editor 13 Firefox 14 Well Be Developing for Firefox First, then IE 14 Summary 15Chapter 2: Theme Design and Approach 17 Things to Consider 17 Types of Blogs 17 Plug-ins and Widgets 19 Getting Ready to Design 20 We Have a Problem 20 It Gets Worse 21 The Solution–Rapid Design Comping 21 Lets Get Started 23Table of Contents Sketch It 23 Consider Usability 25 Start with the Str ...
Tìm kiếm theo từ khóa liên quan:
thủ thuật máy tính bí quyết lập trình thiết kế giao diện web thế kế wordpress mẹo tin họcTài liệu liên quan:
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 318 0 0 -
Làm việc với Read Only Domain Controllers
20 trang 306 0 0 -
Sửa lỗi các chức năng quan trọng của Win với ReEnable 2.0 Portable Edition
5 trang 215 0 0 -
Giáo trình Bảo trì hệ thống và cài đặt phần mềm
68 trang 209 0 0 -
Tổng hợp 30 lỗi thương gặp cho những bạn mới sử dụng máy tính
9 trang 206 0 0 -
Phần III: Xử lý sự cố Màn hình xanh
3 trang 204 0 0 -
UltraISO chương trình ghi đĩa, tạo ổ đĩa ảo nhỏ gọn
10 trang 204 0 0 -
Sao lưu dữ liệu Gmail sử dụng chế độ Offline
8 trang 203 0 0 -
Hướng dẫn cách khắc phục lỗi màn hình xanh trong windows
7 trang 202 0 0 -
Giáo Trình tin học căn bản - ĐH Marketing
166 trang 198 0 0