Preparing for WordPress Development
Plugins developed in this book
Time for action -Create your first plugin
Time for action -Testing the version check
Time for action -Implement a Digg link
Time for action - Use a filter hook
Adding a Digg button using JavaScript code
Time for action -Implement a Digg button
Time for action -Use CSS to position the button
Time for action -Roll into the blogroll
Time for action -Creating a hover event with jQuery
Time for action -Apply CSS to the popup
Time for action -Use Ajax to dynamically retrieve feed posts
Time for action -Use advanced Ajax call
Time for action -Add a security nonce
The main concepts behind the Wall plugin
Time for action -Create a 'Hello World!' widget
Time for action -Expanding the widget with controls
Create a WordPress page from the code
Time for action -Insert a page
Time for action -Create the wall comment form
Time for action -Save the comments
Time for action -Display the comments
Time for action -Display the comments
Time for action -Create a new plugin class
Showing template output with shortcodes
Time for action -Use a shortcode
Time for action -Create a custom template
Time for action -Show archives of posts
Apply styling and jQuery to archives
Time for action -Style the archive view
Time for action Use jQuery to allow user interaction
Time for action Create an options page
Time for action -Apply the plugin options
Time for action -Create archives cache
Creating custom panels in the editor screen
Time for action -Create a new plugin outline
Time for action -Display a list of matching posts
Time for action -Insert the link into tinyMCE
Time for action -Display Flickr photos
Time for action -Adding a button to tinyMCE
Time for action -Open a tinyMCE window
Time for action -Create plugin and add localization
Time for action -Create 'add photo' post template
Handling file and image uploads
Time for action -Handle uploaded image
Time for action -Add link template
Tinkering with WordPress backend menus
Time for action -- Remove 'Link' from the Write page
Time for action -Add post type column in the Manage panel
Time for action - Add a search filter box
Time for action -Adding support for errors
Time for action Add user capability checks
Time for action -- Create a POT file
Time for action -Perform translation
Time for action -Create a sample plugin readme.txt file
Code management and plugin repository
Time for action -- Manage a local repository using SVN