The Flipping Book plugin allows jpg and png files to be combined into an online book producing proper paging effects, such as a swishing movement when pages are turned.
Wordpress
A selection of articles to help website owners and developers
You are handling your WordPress spam, aren’t you?
If spam is spoiling your blog, check out Akismet, a great WordPress plugin that traps spam comments. It lets you trap, review and even delete these comments automatically.
Passing URL parameters to a WordPress page
Do you need to pass URL parameters between pages in your WordPress site? Here’s a solution to do it with a little plugin code and a small template file change.
A little credit for the developer
It’s important to acknowledge the author of code snippets you use by paying for plugins, making a financial contribution, or commenting on a blog.
Displaying your image against your WordPress comments
Thinking of adding an Avatar to a WordPress comment? You might want to consider Gravatar, a service that provides globally-unique Avatars and able to register an image as ‘belonging’ to an email address.
HTML iframe saves the day!
Converting existing websites with PHP scripting code to WordPress can cause parsing errors, problems picking up included files, or problems passing data from a form inside the included PHP file. Why not consider using HTML iframe?