Let's assume you have a few hours to kill, while your girlfriend takes an exam.
What would you do? If "develop a jQuery plugin" was the first thing that came
to your mind, you should absolutely read this article. If not... well, you also
might want to take a look.
Read more »
›
Using Multiple jQuery Versions
Innately jQuery offers the possibility to use multiple jQuery versions at once
or other libraries in combination with jQuery through the noConflict-mode.
You should by all means avoid the overhead of two similar libraries in the
same project. Unfortunately this is not always possible while using a CMS with
sometimes a little outdated JavaScript libraries. In this article I will show
you how to use the noConflict-mode and which characteristics you need to
know about.
Read more »
Vibration API - It gets wild
Isn't this an appealing title. We start really filthy and get to know a totally
new side of our beloved browser. Did the W3C finally think of the lonely souls
out there and add a few additional features to the browser for them? Well,
partially. Today we will deal with one of those new features. However we will
do this in a completely unerotic way.
Read more »