After creating buttons and a volume slider in the last post, we’re now going to develop a time slider — a movable slider which shows the current time of the video and which can be dragged to move the video playback accordingly. Continue reading “HTML 5 video & mootools, part 2: Timeline”
HTML 5 video & Mootools
This is about scripting the HTML 5 video-tag with Mootools 1.2.
One might ask, what is special about the video tag? At the first look nothing, it’s a HTML-element like any other. But if you try to use some mootools functions (adding events or querying properties) you soon realize that it doesn’t work out of the box in the current release. But there’s a workaround. Continue reading “HTML 5 video & Mootools”
HTML 5 Video – DOM Attributes and Events
The last last post was about the HTML 5 video tag, now we’ll have a look at the DOM side of things: Attributes and Events. Continue reading “HTML 5 Video – DOM Attributes and Events”
HTML 5 Video – Tag and Attributes
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”
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”
16 must-have WordPress Plug-ins
Using WordPress? Then check out this list of very recommended plugins. Continue reading “16 must-have WordPress Plug-ins”
How to: Google Custom Search & WordPress
Want to use Google Custom Search together with WordPress? Here’s how to do that. Continue reading “How to: Google Custom Search & WordPress”
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)”