Javascript Javascript: Elements resize detection I am sure you have gotten stuck during your web application development but, how many times wondering how to detect when a simple HTML element changes its dimensions? Well, it is not a
Javascript: Object and its references Javascript objects are passed by reference, and if not handled properly, it might result in a mess with our variables, functions, and arrays. As a basic example of what I am talking about
Javascript: Function Proxies I’m sure you have sometimes felt the need of hooking to a function which code you have no access to, and you may have come to the conclusion that whether it's not
Javascript Clean coding (Part 1) Chapter 1: Before starting As Robert Martin explains in his book “Clean Code”, the only valid measurement of code quality is the number of WTFs per minute. If you want to generate a
Javascript HTML: Creating your own video component The Fullscreen Mode Developing an HTML video component means dealing with a cross-platform behavior quite difficult to achieve since the HTML API is incongruous on each browser and its versions. Why creating your
Javascript Javascript: Writing an awesome API Best Practices When creating an API (Application Program Interface) it's crucial to have a clear idea of how you want people to interact with it and how to expose the right functions and parameters. What
Hello World! We are glad to announce our arrival and we hope you are as enthusiastic as we are about it, please stay tuned for awesome news in the application development world.