|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBOOKCENTRAL_ocn903973532 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
150130t20152015inua ob 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e rda
|e pn
|c E7B
|d OCLCQ
|d EBLCP
|d N$T
|d CDX
|d DEBSZ
|d YDXCP
|d B24X7
|d COO
|d IDB
|d OCLCQ
|d MERUC
|d OCLCQ
|d VT2
|d CCO
|d K6U
|d LOA
|d COCUF
|d ZCU
|d ICG
|d STF
|d OCLCF
|d WRM
|d OCLCQ
|d LVT
|d OCLCO
|d DKC
|d OCLCQ
|d ZQP
|d CNCEN
|d ERF
|d UKBTH
|d UHL
|d OCLCQ
|d OKU
|d OCLCO
|d TOH
|d TAC
|d OCLCQ
|d OCLCO
|d OCLCQ
|d FZL
|d OCLCQ
|d OCLCO
|d OCLCL
|
019 |
|
|
|a 898770412
|a 1105797861
|a 1112569200
|a 1113072249
|a 1113767139
|a 1159630754
|a 1204090443
|a 1228513108
|a 1302703894
|a 1351593054
|a 1380766676
|
020 |
|
|
|a 9781118987186
|q (e-book)
|
020 |
|
|
|a 1118987187
|q (e-book)
|
020 |
|
|
|a 9781118987278
|
020 |
|
|
|a 1118987276
|
020 |
|
|
|a 1118987241
|
020 |
|
|
|a 9781118987247
|
020 |
|
|
|z 9781118987247
|
024 |
8 |
|
|a 9781118987247
|
029 |
1 |
|
|a AU@
|b 000054319134
|
029 |
1 |
|
|a DEBBG
|b BV043616014
|
029 |
1 |
|
|a DEBSZ
|b 425936511
|
035 |
|
|
|a (OCoLC)903973532
|z (OCoLC)898770412
|z (OCoLC)1105797861
|z (OCoLC)1112569200
|z (OCoLC)1113072249
|z (OCoLC)1113767139
|z (OCoLC)1159630754
|z (OCoLC)1204090443
|z (OCoLC)1228513108
|z (OCoLC)1302703894
|z (OCoLC)1351593054
|z (OCoLC)1380766676
|
050 |
|
4 |
|a TK5105.8885.W66
|b W55 2015eb
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.752
|2 23
|
084 |
|
|
|a COM060130
|2 bisacsh
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Williams, Brad
|c (Web developer),
|e author.
|1 https://id.oclc.org/worldcat/entity/E39PCjvpMWwxfbmtP7Thq74yVC
|
245 |
1 |
0 |
|a Professional WordPress :
|b design and development /
|c Brad Williams, David Damstra, Hal Stern.
|
246 |
3 |
0 |
|a WordPress
|
250 |
|
|
|a Third edition.
|
264 |
|
1 |
|a Indianapolis, Indiana :
|b Wrox,
|c [2015]
|
264 |
|
4 |
|c ©2015
|
300 |
|
|
|a 1 online resource (507 pages) :
|b illustrations (some color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
588 |
0 |
|
|a Online resource; title from PDF title page (ebrary, viewed January 30, 2014).
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a PROFESSIONAL WordPress®; ABOUT THE AUTHORS; ABOUT THE TECHNICAL EDITOR; CREDITS; ACKNOWLEDGMENTS; CONTENTS; INTRODUCTION; WHO IS THIS BOOK FOR?; HOW THIS BOOK IS STRUCTURED; WHAT YOU NEED TO USE THIS BOOK; CONVENTIONS; SOURCE CODE; ERRATA; P2P. WROX.COM; CHAPTER 1: FIRST POST; What Is WordPress?; Popularity of WordPress; Current State; Intersecting the Community; WordPress and the GPL; Content and Conversation; WordPress as a Content Management System; Creating Conversation; Getting Started; Hosting Options; Do It Yourself Installation; Installing WordPress Files; Database Configuration.
|
505 |
8 |
|
|a Finishing UpFirst-Time Administration; First Post; Summary; CHAPTER 2: CODE OVERVIEW; Downloading; Download Locations; Available Formats; Release Archive; Directory and File Structure; WordPress Configuration; wp-config.php File; Advanced wp-config.php Options; .htaccess; Enabling Permalinks; .htaccess Rewriting Rules; Configuration Control Through .htaccess; The .maintenance File; wp-content User Playground; Plugins; Themes; Uploads and Media Directory; Upgrade Directory; Custom Directories; Summary; CHAPTER 3: WORKING WITH WORDPRESS LOCALLY; Benefits of Working Locally.
|
505 |
8 |
|
|a Typical Deployment CycleWhy So Much Process?; Tools for Component Administration; Getting Your Development Stack; Adding WordPress to the Local Install; Confi guration Details; Managing the Web Server Document Tree; Enabling Debug Information; Handling Local and Production Database; Creating Virtual Local Server Names; Local Theme and Plugin Development; Virtual Machines; Deploying Local Changes; Summary; CHAPTER 4: TOUR OF THE CORE; What's in the Core?; Using the Core as a Reference; Inline Documentation; Finding Functions; Exploring the Core; Functions.php; Option.php; Formatting.php.
|
505 |
8 |
|
|a Pluggable.phpPlugin.php; User.php; Post.php; Taxonomy.php; Deprecated Functions; WordPress Codex and Code Reference; What Is the Codex?; Using the Codex; Function Reference; WordPress APIs; Codex Controversy; Code Reference; Using the Code Reference; Code Reference Details; Codex Versus Code Reference; Don't Hack the Core!; Why Not?; Alternatives to Hacking the Core; Summary; CHAPTER 5: THE LOOP; Understanding the Loop; From Query Parameters to SQL; Understanding Content in WordPress; Putting the Loop in Context; Flow of the Loop; Template Tags; Commonly Used Template Tags; Tag Parameters.
|
505 |
8 |
|
|a Customizing the LoopUsing the WP_Query Object; Building a Custom Query; Post Parameters; Page Parameters; Category, Tag, and Author Parameters; Date and Time Parameters; Ordering and Custom Field Parameters; Putting It Together; Adding Paging to a Loop; Using the pre_get_posts Hook; Using query_posts(); Using get_posts(); Resetting a Query; More Than One Loop; Nested Loops; Multi-Pass Loops; Advanced Queries; Global Variables; Post Data; Author Data; User Data; Environmental Data; Global Variables or Template Tags?; Working Outside the Loop; Summary; CHAPTER 6: DATA MANAGEMENT.
|
520 |
|
|
|a The highest rated WordPress development and design book on the market is back with an all new third edition. Professional WordPress is the only WordPress book targeted to developers, with advanced content that exploits the full functionality of the most popular CMS in the world. Fully updated to align with WordPress 4.1, this edition has updated examples with all new screenshots, and full exploration of additional tasks made possible by the latest tools and features. You will gain insight into real projects that currently use WordPress as an application framework, as well as the basic usage a.
|
542 |
|
|
|f Copyright © Wrox
|g 2015
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
630 |
0 |
0 |
|a WordPress (Electronic resource)
|
630 |
0 |
7 |
|a WordPress (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Blogs
|x Computer programs.
|
650 |
|
0 |
|a Web sites
|x Authoring programs.
|
650 |
|
6 |
|a Blogues
|x Logiciels.
|
650 |
|
6 |
|a Sites Web
|x Systèmes-auteur.
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Web sites
|x Authoring programs
|2 fast
|
653 |
|
|
|a Social Media
|
700 |
1 |
|
|a Damstra, David,
|e author.
|
700 |
1 |
|
|a Stern, Hal,
|e author.
|
758 |
|
|
|i has work:
|a Professional WordPress (Online) (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCGJt3xGX7r3kMjT8BhhPwC
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Print version:
|a Williams, Brad.
|t Professional WordPress : Design and Development.
|d Hoboken : Wiley, ©2014
|z 9781118987247
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1895867
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00080835
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 28674600
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL1895867
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr11005770
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 931012
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12220354
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12677886
|
994 |
|
|
|a 92
|b IZTAP
|