Check input using HTML5 and MDL

You can use input’s attributes as min, max, pattern and so on, and then checking a simple class do what you need to. In this example we are using a Text Field component of  Material Design Lite (MDL) which shows a message and a red mark up when the value is not the right one. You could extend this with as many inputs as you like and then if all of them are correct show a login button or whatever.

Note that in old browsers and android versions before Lolipop where the Web View isn’t Chrome you will need to use directly Validation DOM Methods. Ex:

document.querySelector('input').validity.rangeOverflow

Be careful because even some Validation DOM Methods are not well supported in old browsers versions.

Counter with a reset using Closures

Set up a basic counter with a closure and some externally accessible options.

Automatic text overwriting while typing

Well, maybe you are thinking that you can just turn on your “Insert” key from your keyboard but what If you don’t have it or if you want to always have an overwriting mode (independently) while typing in some specific “inputs” and “textareas”. You can do it easily.

Article about us in a national newspaper

Today has been published an article about us in a national newspaper.

newspaper-el-mundo-ihman

Virtual reality and control system made in the south of Spain (Málaga). It’s wonderful to have such a team 🙂

Here you can read the full article in spanish!