The world of web technologies is shifting, always renewn, and at the same times always grappling with the same issues, whether it is about development, setting up processes or translating content. That space is dedicated to experience sharing.
Sunday, March 25, 2012
Sunday, March 18, 2012
DuckDuckGo, put a duck in your search engine
Let's see what makes this Duck an interesting alternative to Google or Bing.
Sunday, March 11, 2012
Advanced jQuery Form validation (5): how to limit the value of an input field to another's
In this example, we will limit the maximal value entered in an input field according to the one entered in another one.
The form has two input fields:
The form has two input fields:
- The first field is limited between 0 and 100 (limitation defined in the rule range: [0, 100])
- The second one is limited between 0 and the value entered in the first field.
Subscribe to:
Posts (Atom)