WordPress 3.0 jQuery
Formats:
save 15%!
save 37%!
Free Shipping!
| Also available on: |
|
- Enhance the usability and increase visual interest in your WordPress 3.0 site with easy-to-implement jQuery techniques
- Create advanced animations, use the UI plugin to your advantage within WordPress, and create custom jQuery plugins for your site
- Turn your jQuery plugins into WordPress plugins and share with the world
- Implement all of the above jQuery enhancements without ever having to make a WordPress content editor switch over into HTML view
Book Details
Language : EnglishPaperback : 316 pages [ 235mm x 191mm ]
Release Date : September 2010
ISBN : 1849511748
ISBN 13 : 9781849511742
Author(s) : Tessa Blakeley Silver
Topics and Technologies : All Books, jQuery, Open Source, Web Development, WordPress
Table of Contents
Preface
Chapter 1: Getting Started: WordPress and jQuery
Chapter 2: Working with jQuery in WordPress
Chapter 3: Digging Deeper: Understanding jQuery and WordPress Together
Chapter 4: Doing a Lot More with Less: Making Use of Plugins for Both jQuery and WordPress
Chapter 5: jQuery Animation within WordPress
Chapter 6: WordPress and jQuery's UI
Chapter 7: AJAX with jQuery and WordPress
Chapter 8: Tips and Tricks for Working with jQuery and WordPress
Appendix: jQuery and WordPress Reference Guide
Index
Tessa Blakeley Silver
Code Downloads
Download the code and support files for this book.
Submit Errata
Please let us know if you have found any errors not listed on this list by completing our errata submission form. Our editors will check them and add them to this list. Thank you.
Errata
- 6 submitted: last submission 02 Nov 2012Errata type: Others | About the Author Page
The following line in the author's acknowledgements:
Special thanks to Chaitanya and Thorsten for their editing work.
The author actually meant to thank Chris Gossmann, the Technical Reviewer for this book.
It should be:
Special thanks to Chaitanya and Chris for their editing work.
Errata type: Code | Page number: 68
instertBefore() should be insertBefore()
instertAfter() should be insertAfter()
Errata type: Others | Page number: 75
In the table, the syntax for .unbind should be
jQuery(".post").unbind("mouseenter", function(){//code});
instead of the copy-pasted
jQuery(".post").bind("mouseenter", function(){//code});
Errata type: Others | Page number: 69
The syntax for wrap and unwrap says class=".fun", but this should be class="fun" without the dot.
Errata type: Others | Page number: 71
In the Table, second point reads:
This will return the array of native DOM elements. Comes in handy if you don't want to deal with DOM directly and not the jQuery wrapped elements.
It should read:
This will return the array of native DOM elements. Comes in handy if you want to deal with DOM directly and not the jQuery wrapped elements.
Errata type: Others | Page number: 81
the code at the bottom of the page is: jQuery(".openIt").click(function() { jQuery(this).prev(".post").find(".entry").slideToggle("slow"); }); the code on the last line - .find(".entry") should be .find(".entry-content") there is no class on the page that just has the name "entry". .
Sample chapters
You can view our sample chapters and prefaces of this title on PacktLib or download sample chapters in PDF format.
- Take maximum advantage of the flexibility and power offered by jQuery, within WordPress
- Learn the best practices for getting the jQuery library into your WordPress blog/site and plugins using WordPress' Script API
- Discover how to create rotating slide-shows of sticky posts
- Enhance the site and still keep the site's editors chugging away happily in WYSIWYG-land.
- Create sleek eye-catching animations and leverage the jQuery UI plugin within WordPress' “content constraints”
- Find out how to use AJAX techniques specifically within WordPress
- Learn how to keep the site's editors happy without having to dramatically change the theme or impose having to use the HTML View to add content on them.
- Expert guidance with practical step-by-step instructions for adding interactivity to your content and forms
- Includes tips, tricks, troubleshooting ideas, and a cheat-sheet reference for using jQuery with WordPress 2.8 to 3.0.
Using jQuery you can create impressive animations and interactions which are simple to understand and easy to use. WordPress is the leading publishing platform that can be customized to power any type of site you like. But when you combine the power of jQuery with WordPress—the possibilities are infinite.The combination creates a powerhouse of possibilities for generating top-notch, professional websites with great usability features and eye catching visual enhancements.
This easy-to-use guide will walk you through the ins and outs of creating sophisticated, professional enhancements and features, specially tailored to take advantage of the WordPress personal publishing platform. It will walk you through clear, step-by-step instructions to build several custom jQuery solutions for various types of hypothetical clients and also show you how to create a jQuery and WordPress Plugin.This book covers step-by-step instructions for creating robust and flexible jQuery solutions for today's top site enhancements: expanding/sliding content, rotating slideshows and other animation tricks, great uses of jQuery's UI plugin widgets as well as AJAX techniques. Along with these it will also show you best practices for jQuery and WordPress development.
That means, you'll learn how to implement just about any jQuery enhancement you can dream of on a WordPress site and also learn how to do it with minimal edits to the site's theme and while allowing the site's content editors to continue adding content the way they've always been (usually with the WYSIWYG editor), and never having to worry that they'll forget or not know how to add a special attribute or custom HTML to a post to make the jQuery feature work.
From development tools and setting up your WordPress sandbox, through enhancement tips and suggestions, to coding, testing and debugging, and ensuring that the WordPress content editor's workflow isn't interrupted by having to accommodate an enhancement with special HTML, this book covers the best practices for not only jQuery development but specifically jQuery within WordPress development.
Expert help on getting started with and using jQuery, the most user friendly JavaScript library to enhance your WordPress site.
This book walks the reader from a basic overview and introduction to jQuery with illustrations of how it works with a WordPress site and then starts building enhancements that start off very simply and increase in dynamics as the book progresses. You'll start off with some simple CSS manipulation and move on to creating some sleek visual validation to your site's forms and by the end of the book use the UI plugin seamlessly within WordPress and create a custom rotating slide-show and incorporate AJAX techniques to your site. All the while showing you how to create these enhancements without “breaking up the work-flow” of the WordPress content editors.
This book is for anyone who is interested in using jQuery with a WordPress site. It's assumed that most readers will be WordPress developers with a pretty good understanding of PHP or JavaScript programming and at the very least experienced with HTML/CSS development who want to learn how to quickly apply jQuery to their WordPress projects.

