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 also grab the user’s “System capabilities” object which holds certain system information that can be used as an aid in things like spam control, user authorization, short-term user validation etc. Referrer and IP can be spoofed, but the System capabilities object can’t be.

SWF Capabilities can also set Flash cookies with randomized names and values. This “key” can be used for email verification codes, tracking, form submission validation, and things of that nature.

Read the rest of this page ยป

jlVisi – A jQuery Plugin

jlVisi is a jQuery plugin designed to toggle the visibility of webpage elements from a list of object id’s or class names contained within the rel attribute of any HTML tag.

Insert a list of object id’s or class names in the rel attribute of any HTML tag and jlVisi will
toggle their visibility depending on your command.

This can be useful, for example, if you have a WordPress website and you want to
toggle the visibility of certain widgets for a particular page only.
You could use it like this – Continue reading »

Insult Generator jQuery Plugin – Random Acts Of Kindness

I just made my random insult generator into a jQuery plugin.
Here’s an example -

To get the plugin Continue reading »

Introducing AMailTo.me

AMailTo.me is a free email messaging service I designed to reduce email spam. Create FREE contact forms and start giving out your email link instead of your vulnerable email address! AMailTo.me will help eliminate your email spam!

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 you.



You can keep up with my progress by going to http://ytPlayer.com. Sign up for an account to start using it if you want.



I don’t have a specific target date for a final release, but it is working now. Start by making an API key, then build a playlist, and finally generate the HTML code.



Reporting the bugs would be truly helpful.