There is always time during the holidays to do things that you are pushing in front of you. One of such a thing that I pushed for few months was upgrade of JIRA 5.2.2 and Confluence 4.3.5 to latest versions (6.1.1 and 5.4.1 respectively).
Chrome Audio EQ v0.3.0
Today I’ve published a new update of Chrome Audio EQ extension. I’ve added few new features. Hopefully they will be useful.
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