This post is about the basic use of the HTML 5 video-tag and its attributes, the next one will be talking about events, DOM attributes and how to control video via javascript. Continue reading “HTML 5 Video – Tag and Attributes”
HTML 5 & Video – Test area
This is work in progress – the next days I’ll write up See the related box to view a post about how to use the new HTML 5-video tag. Continue reading “HTML 5 & Video – Test area”
Mootools Transitions explained
An in-depth tutorial about Mootools Transitions
Usually when using an effect I used to try out possible transitions one after another until I found the right one, but this got quite boring after some time, so I looked at the mootools source code to understand the logic behind – that’s what this tutorial is about. Continue reading “Mootools Transitions explained”
Mootools FormValidator – How to use (Final Part)
Tutorial Part 1 • Part 2 • Part 3 • Part 4 • Live demo
How to use Mootools Formvalidator effectively – a tutorial in 4 parts Continue reading “Mootools FormValidator – How to use (Final Part)”
CwComplete – a small Mootools autocompleter
If you need an easy autocompleter for javascript/mootools, have a look at CwComplete. It shows possible completions on user input – either via Ajax or using your own Javascript array/callback function.
Yes, there are already other autocompletion tools for mootools with more possibilities and features, but for many cases, this tool might be sufficient..
Mootools FormValidator – How to use (Part 3)
Tutorial Part 1 • Part 2 • Part 3 • Part 4 • Live demo
This tutorial part is about advanced custom validators and properties – and how to use them with a (pseudo-)ajax call. Continue reading “Mootools FormValidator – How to use (Part 3)”
Mootools FormValidator – How to use (Part 2)
Tutorial Part 1 • Part 2 • Part 3 • Part 4 • Live demo
This part of the tutorial shows how to trigger the form validation with a link or button and how to build a custom validator. Continue reading “Mootools FormValidator – How to use (Part 2)”
Mootools FormValidator – Demo
Tutorial Part 1 • Part 2 • Part 3 • Part 4 • Live demo
An example form showing different uses of the MooTools FormValidator. For more information view the blog entry » Continue reading “Mootools FormValidator – Demo”