SkinShare tutorial for an age verification using MOOdalBox

MOOdalBox has the the honor to be the first featured post on the SkinShare dev blog, with a tutorial on how to make a quick and easy age verification procedure.

SkinShare age verification

Unfortunately, this is a JavaScript only method – so it’s easily bypassed. I’ll have a version that uses more server-side scripting ready some time soon (for a project I’m working on), but this is cool and can easily enough be used just as a warning.

Article Info

This article was read 5275 times.

All scripts on this site are free. However, if you feel you want to contribute, use the button below.

COMMENTS (No comments)

There are no comments for this post so far.

Post a comment

Articles in the category

Tutorial for an AJAX login using MOOdalBox

While browsing the e-magine forums, answering a topic here and there, I discovered very well written and simple to follow tutorial on bulding a modal login dialogue using MOOdalBox. I’m really happy to see such a piece of work – it makes the time I spent writing the scripts even more meaningful. Thank you, Jani [...]

What to expect from mootools 1.2 – The Hash

Although still in development, the long awaited MooTools 1.2 is getting closer every day. Here’s one fresh new addition to the latest dev version. In recent development of MooTools, we’ve incorporated into the core a plugin that was once pushed under the table and neglected. The Hash is a powerful new way to extend objects [...]

he said.. she said.. forums !

I finally decided to extend the e-magine.ro community (yeah, I’m referring to you.. 5-6 guys.. ) with a forum. Without further ado, I introduce the e-magine.ro forums The place where you can ask and get answers from other users of my scripts if I’m somehow unavailable. The place where you’ll find other’s solutions, publicly addressed, [...]

Tooltips from AJAX, DOM nodes or inline attributes contents

It just so happened that I got a request to extend the current Tips.js script in mootools, so as to have it load contents from an AJAX source, or from the innerHTML of a DOM node. I had a go at it and thought I’d share. If there’s enough interest on this topic, I’ll make [...]