Tag Archives: plugin

How To Add Contextual Help To A WordPress Plugin

If you are confused about how to add contextual help to your custom WordPress plugin, you can borrow my easy-to-use template. Follow the steps below to add contextual help to your plugin.

Cross Slide Webpage Background

For anyone wishing to incorporate in their own website my animated cross-sliding webpage background, I’ve assembled an example you can use as a guide. This script uses jQuery, jQuery UI, and the CrossSlide plugin for jQuery. Follow the links for further documentation on each of the aforementioned. Follow the link below to view the demo [...]

Hide It WordPress Plugin

This WordPress plugin allows you to toggle visibility of any objects from within a post or page using shorttags and CSS selectors or id attribute selectors. Example: [hideit hide=".widget-1, #header-div" show=".widget-2, p:contains('Lorem Ipsum')"] FYI: .dot indicates this is a class name. .widget-1 #hash-mark indicates this is an id attribute. #header-div If there is no preceding [...]

How To Stop Comment Spam Bots In WordPress

In this article, I will list a few effective methods for combating automated spam form-submissions in WordPress. Some of these techniques can be used on non-WordPress websites as-well.

jlStyleSheet – A CSS Stylesheet Changer For jQuery

jlStyleSheet is a CSS stylesheet changer jQuery plugin I designed which allows you to preview or switch the CSS stylesheet for your webpage with a click. You can try jlStyleSheet on this webpage. You can also download the source-code by