Category: Experiments

Javascript compute style of element

A method to get the styles for an element that aren’t set in-line or with JavaScript. Apply this function to get the desired result. Read more »

Javascript benchmark

In computing, a benchmark is the result of running a computer program or a function, or a set of functions, in order to assess the relative performance of an object, by running a number of standard tests and trials against it. Read more »

Javascript sprintf

Several programming languages implement a sprintf function, to output a formatted string. It originated from the C programming language, printf function. Its a string manipulation function. Read more »