Counter with a reset using Closures
Set up a basic counter with a closure and some externally accessible options.
This author has not written his bio yet.
But we are proud to say that Génesis contributed 215 entries already.
Set up a basic counter with a closure and some externally accessible options.
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.
Today has been published an article about us in a national newspaper. 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!
Have you ever seen those automatic “load more” while you scroll down? Did you see them on Tumblr for images, Gmail for messages or Facebook? Cool, isn’t it? The infinite scroll is an alternative for pagination and it’s everywhere. It optimizes the user experience loading data as the user required it (indirectly). You get faster […]
DOM access takes a lot of time, you should think about this every time you are programming and optimize your code avoiding unnecessary access. If you are going to insert a bunch/list of elements in the DOM and you want to show/insert them one by one, use createDocumentFragment, it’s the fastest way. If you want to show/insert […]