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”
Coda PHP & Web Toolkit 1.7
And the next version, with one major improvement: Now you can (finally..) choose from a list of settings for HTML Tidy Continue reading “Coda PHP & Web Toolkit 1.7”
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”
Some website updates
Some small things:
The RSS feed is now being delivered via Feedburner so you can now also subscribe to updates via email if you like (see the button on the page footer). If the feed makes problems, notify me..
And you find a “print”-button there also – which by itself is not soo interesting, but I finally integrated a print stylesheet..
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)”
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..