Tag Archives: javascript

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

SWF Capabilities Flash Cookies JavaScript API

SWF-Capabilities is a tiny Flash application I wrote which provides a JavaScript API designed so webmasters can utilize Flash’s persistant Local SharedObject (Flash cookies). Better than browser cookies, Flash’s Local SharedObject enable you to store limited amounts of data on a user’s local computer which can then be reaccessed at a later time. SWF-Capabilities can [...]

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

jQuery UI Theme Switcher Widget

The jQuery UI Theme Switcher Widget is jQuery’s drop-menu-type jQuery UI theme selector which allows you to switch from one jQuery UI Gallery theme to another. You can download the source code or view the documentation below. If you’re looking for something different, you can try my theme switcher or my stylesheet changer.

Spam-less And Robot-less Forms With jQuery

This tutorial has been converted to a jQuery plugin which you can find here – http://jasonlau.biz/home/a-better-form-a-jquery-plugin Are you trying to figure out how to reduce or eliminate spam on your website email or comment forms? My website was slammed by spammers on a daily basis. Typically, the spam attacks would be from robots that would [...]