Today I’ve published a new update of Chrome Audio EQ extension. I’ve added few new features. Hopefully they will be useful.
Category Archives: Programming
Using favico.js with AngularJS
Few weeks ago I’ve created javascript library called favico.js that allows to animate favicon on your website, play videos in the favicon or stream your webcam stream to favicon. Some people have difficulties to integrate my library into AngularJS app.
Continue reading
Dealing with focus and blur in AngularJS directives
I’m developing an app where I’m using AngularJS. I was facing a problem how to set focus to some form elements. There are no ng-focus
or ng-blur
directives. So this is the way how I solve the problem. I’m not saying this is a great solution but this is how I solved it.
Keeping node.js dev stack up to date on Amazons EC2
Two months ago I created a simple tutorial for installing node.js on Amazons EC2. I’m using EC2 with node.js to work on some prototypes and proof of concepts.
Continue reading
Generating Ulam spiral with Javascript
Im big fan of Numberphile Youtube channel. Few days ago Brady Haran published a video abou “Primal spiral”. It was really interesting and I was thinking if I can generate such a spiral with Javascript in the browser.
Continue reading