interesting jQuery alternative – laroux.js
If we are talking about jQuery alternatives there is not much on the market. With age jQuery put a little bit on weight, not mentioning it’s speed. If we are talking about weight and...
If we are talking about jQuery alternatives there is not much on the market. With age jQuery put a little bit on weight, not mentioning it’s speed. If we are talking about weight and...
I’m consuming enormous amount of news each day. These is list of my findings from just only these week. Envision.js is a library for creating fast, dynamic and interactive HTML5 visualisations. Apy is a...
How long it’s quite easy to setup init.d services on linux boxes, same task on Max OS machines is pretty hard. Especially if you need to run it with root privileges.
It’s pretty easy to serialise form using jQuery – $(‘#formid’).serialize(); or by $(‘#formid’).serializeArray(); But neither of them it’s easy to modify. Really useful snippet – serialise form to object.