Don't look at me like that. I know what you're thinking... "Seriously a dice
game? How creative. How do you come up with all those new ideas?" Yeah, I know.
It might not be the holy grail of game development. But I was bored and I had
nothing better to do. So here it comes. Yet another jQuery Dice
game the world hasn't been waiting for.
Read more »
jQuery Slidious
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 »
Less - Pro and Cons
A while ago I stumbled across an older blog post about Less. The post itself was
pretty euphoric and kind of reflected the common view of many other blog posts
to this topic. The title of the article was "Write Better CSS with Less".
Personally I was more interested in the discussion taking place in the comments
section below the article. Using Less for about one year, I took this
opportunity to sum up my very own résumé on the dynamic style sheet language.
Read more »
Building a Custom Page List in Concrete5
One of the best documented CMS in the wide range of Open Source systems is
called Concrete5. While its market share is still
minimal in comparison to the big systems like Drupal
or Wordpress, it's still worth a closer look. In fact
Concrete5 offers a really comfortable interface for editors and developers of
smaller websites.
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 »