javascript
CategoryUsing WebP in your projects and browser support
I’ve been thinking about using WebP altogether in most of my projects, the benefits is quite big. As I had written in earlier post, almost..
Undocumented Web API for validating DCI
This is just an experiment, I would not suggest anyone to use it because it can be changed and break your shit up.
So there’s this numb..
AngularJS loading bar
The simplest way to put a loading bar in your angularJS app is to use angular-loading-bar. It has all kinds of configurable stuffs. I cant..
Subtract or adding days, months or years in Javascript (using momentjs’ website)
Sometimes I just want to test a few lines to subtract or add days, months or years to a date without needing to include a script element t..