Learning from Libraries that Use WordPress
Title | Learning from Libraries that Use WordPress PDF eBook |
Author | Kyle M. Jones |
Publisher | American Library Association |
Pages | 178 |
Release | 2013 |
Genre | Computers |
ISBN | 0838911625 |
With its intuitive interface and open-source development method, the WordPress web platform has emerged as a uniquely flexible content management system (CMS) with many library-related applications. In this book Jones and Farrington, two web designer/librarians, explore the variety of ways libraries are implementing WordPress as a CMS, from simple "out-of-the-box" websites to large sites with many custom features. Emphasizing a library-specific perspective, the authors Offer a brief history of WordPress, reviewing its genesis and sketching in some possible future directions Analyze the software's strengths and weaknesses, spotlighting its advantages over other existing web publishing platforms as well as discussing the limitations libraries have encountered Present a variety of case studies, offering first-hand examples which detail why WordPress was selected, methods of implementation and degree of customization, feedback from users, and reflections on usability Discuss essential plug-ins, themes, and other specialized applications for library sites This useful book shows how scores of libraries have used WordPress to create library websites that are both user-friendly and easy to maintain.
Using WordPress as a Library Content Management System
Title | Using WordPress as a Library Content Management System PDF eBook |
Author | Kyle M. L. Jones |
Publisher | American Library Association |
Pages | 65 |
Release | 2011 |
Genre | Computers |
ISBN | 0838958311 |
In this issue of Library Technology Reports, Kate Marek offers a practical guide to web analytics tools, explaining what librarians need to know to implement them effectively.
Using WordPress
Title | Using WordPress PDF eBook |
Author | Tris Hussey |
Publisher | Pearson Education |
Pages | 465 |
Release | 2010-09-07 |
Genre | Computers |
ISBN | 0132182858 |
WordPress has grown into the #1 blogging tool in its category: several million bloggers have downloaded this powerful open source software, and millions more are using WordPress.com's hosted services. Thirty-two of Technorati's Top 100 blogs now use WordPress. Using Wordpress is a customized, media-rich learning experience designed to help new users master Wordpress quickly, and get the most out of it, fast! It starts with a concise, friendly, straight-to-the-point guide to Wordpress. This exceptional book is fully integrated with an unprecedented collection of online learning resources: online video, screencasts, podcasts, and additional web content, all designed to reinforce key concepts and help users achieve real mastery. The book and interactive content work together to teach everything mainstream Wordpess users need to know. This practical, approachable coverage guides readers through getting started fast, and covers the recent release of Wordpress 3. This major upgrade includes built-in image editor and the ability to host multiple blogs from one WordPress install. This new version of Using Wordpress adds a DVD, so that all the interactive material previously available only online is now also available for offline reading and study.
Building Web Apps with WordPress
Title | Building Web Apps with WordPress PDF eBook |
Author | Brian Messenlehner |
Publisher | "O'Reilly Media, Inc." |
Pages | 459 |
Release | 2014-04-08 |
Genre | Computers |
ISBN | 1449364802 |
WordPress is much more than a blogging platform. As this practical guide clearly demonstrates, you can use WordPress to build web apps of any type—not mere content sites, but full-blown apps for specific tasks. If you have PHP experience with a smattering of HTML, CSS, and JavaScript, you’ll learn how to use WordPress plugins and themes to develop fast, scalable, and secure web apps, native mobile apps, web services, and even a network of multiple WordPress sites. The authors use examples from their recently released SchoolPress app to explain concepts and techniques throughout the book. All code examples are available on GitHub. Compare WordPress with traditional app development frameworks Use themes for views, and plugins for backend functionality Get suggestions for choosing WordPress plugins—or build your own Manage user accounts and roles, and access user data Build asynchronous behaviors in your app with jQuery Develop native apps for iOS and Android, using wrappers Incorporate PHP libraries, external APIs, and web service plugins Collect payments through ecommerce and membership plugins Use techniques to speed up and scale your WordPress app
WordPress for Libraries
Title | WordPress for Libraries PDF eBook |
Author | Chad Haefele |
Publisher | Rowman & Littlefield |
Pages | 135 |
Release | 2015-08-13 |
Genre | Language Arts & Disciplines |
ISBN | 144225307X |
WordPress is not only the most popular blogging software in the world, but it is also a powerful content management system that runs more than 23 percent of all websites. The current version alone has been downloaded almost 20 million times, and the WordPress community has built more than 38,000 plugins to extend and enhance the system. Libraries are using this technology to create community-oriented websites, blogs, subject guides, digital archives, and more. This hands-on, practical book walks readers through the entire process of setting up a WordPress website for their library, provides tips and best practices for using themes and library-oriented plug-ins, and contains information on how to use WordPress to create nontraditional library websites. No matter your library’s size or resources, this all-in-one practical manual will show you how to improve your website by building it in WordPress through projects such as: How to Install and Use Common Plugins How to Install and Customize a Theme How to Build an Exhibit to Display an Image Collection How to Analyze and Manage Your Content in WordPress How to Create Re-Usable Chunks of Text With Shortcodes How to Build a Professional Library Website
The Comparative Guide to WordPress in Libraries
Title | The Comparative Guide to WordPress in Libraries PDF eBook |
Author | Amanda L. Goodman |
Publisher | American Library Association |
Pages | 241 |
Release | 2014 |
Genre | Computers |
ISBN | 1555709680 |
WordPress is free software that allows you to build a website with no coding experience required-- but you supply the work that makes the site great. Goodman introduces you to building a website that will achieve your library's goals and objectives.
Learning WordPress REST API
Title | Learning WordPress REST API PDF eBook |
Author | Sufyan bin Uzayr |
Publisher | Packt Publishing Ltd |
Pages | 209 |
Release | 2016-07-28 |
Genre | Computers |
ISBN | 1786460238 |
A practical tutorial to get you up and running with the revolutionary WordPress REST API About This Book Learn how to run the latest WordPress REST API with various platforms Create exciting apps and manage non-WordPress content with them Secure, export, and manage your data through illustrative examples Who This Book Is For This book is for WordPress developers and designers who want to get a complete practical understanding of the WordPress REST API and leverage it to create fully-featured web apps. What You Will Learn Use the WordPress REST API to read, write, and edit posts Create and work with metadata using the WordPress REST API Work with taxonomies using the REST API Add custom routes and build apps using the WordPress REST API Process requests and integrate with external applications and frameworks Make your WordPress projects ready for the RESTful API standard In Detail The WordPress REST API is a recent innovation that has the potential to unlock several new opportunities for WordPress developers. It can help you integrate with technologies outside of WordPress, as well as offer great flexibility when developing themes and plugins for WordPress. As such, the REST API can make developers' lives easier. The book begins by covering the basics of the REST API and how it can be used along with WordPress. Learn how the REST API interacts with WordPress, allowing you to copy posts and modify post metadata. Move on to get an understanding of taxonomies and user roles are in WordPress and how to use them with the WordPress REST API. Next, find out how to edit and process forms with AJAX and how to create custom routes and functions. You will create a fully-functional single page web app using a WordPress site and the REST API. Lastly, you will see how to deal with the REST API in future versions and will use it to interact it with third-party services. By the end of the book, you will be able to work with the WordPress REST API to build web applications. Style and Approach A step by step tutorial to explain the new and exciting world of the WordPress REST API with the real world examples.