In an effort to break away from framework dependency on projects I've started re-evaluating my stance on home-grown native javascript to handle my …
Experiments
Javascript Scope Experiments
I wanted to play around with wrapping my head around exactly how much wiggle room there is in Javascript scopes var AC = function() { function pigs_go () …
JS and PHP hash example
Both functions return the exact same value that you can then compare in order to verify if something has changed. Since javascript is client-facing this …