-
JavaScript
Ext JS – Caching AJAX Responses to HTML5 Web Storage for Better Performance
This post shows how you can improve performance of your Ext JS applications by using a “Caching AJAX Proxy”. This…
Read More » -
JavaScript
Promises vs Callbacks – Code comparison
I am not going to highlight pros of promises and cons of callbacks. There is plenty of good reading about…
Read More » -
Angular.js
Learning Angular: What is the scope of your directive?
This might create quite some debugging headaches, especially in a larger application. Things don’t bind properly, have different data on…
Read More » -
NoSQL
Real-time Profiling a MongoDB Sharded Cluster
In a sharded cluster of replica sets, which server or servers handle each of your queries? What about each insert,…
Read More » -
JavaScript
Make Me a Promise
If you haven’t worked with JavaScript in over a decade, you might be surprised at the advances that have been…
Read More » -
PHP
PHP Form Validation Example
EDITORIAL NOTE: In this post, we feature a comprehensive PHP Form Validation Example. Data is an integral part of an…
Read More » -
JavaScript
JavaScript Document Ready Example
“Document ready” is a technique widely used by everyone who uses JavaScript or jQuery in their code, yet only a…
Read More » -
HTML5
Dynamic aria-live for better accessibility experience
Every web developer working with the web accessibility (WAI ARIA) knows or heard about aria-live. This is an attribute, which indicates…
Read More »