Tag Archives: 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 is the same script I’m using on this website to animate the background. This script uses jQuery, jQuery UI, and the CrossSlide plugin for jQuery. Follow the links for further [...]

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 [...]

ytPlayer.com – A Feature-Rich Chromeless YouTube API Player

I’ve been slowly-but-surly assembling a new YouTube API player in my spare time. It’s got a load of features including a jQuery plugin, playlists, playlist categories, right-click context menu controls and playlist, shuffle, loop, autoplay, fullscreen, HTML controls, jQuery UI theme support, and all kinds of wonderful, script-ready JavaScript API functions for the webmaster in [...]

How To Stop Comment Spam Bots In WordPress

Automated form submissions can be a real nuisance for website owners. Comment-submitting spam-bots rank up there with the worst of the worst. Those which are designed to attack WordPress websites are particularly intrusive and can overwhelm a blog with spam comments in a millisecond. Recently, I decided to examine more closely the issues of comment [...]

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