Angular & Copy to Clipboard

I had to implement a copy to clipboard functionality for our Control Panel which lists Orders. Since I’m a total enemy of flash I pursued a solution suitable for my needs and here it is. This is based on http://stackoverflow.com/questions/400212/how-do-i-copy-to-the-clipboard-in-javascript but I removed most of the styling and simply put the textarea outside of the viewport….

Angular and i18n

Well it has been a long while again, but I’ve been crazy busy at work. I worked on a couple of interesting Single Page Applications written with Angular and I really like it because the Framework is so simple to use and very well documented with a crapload of nice plugins and extensions from the…

learning by doing – nested jQuery Accordions

Nunja man trifft ja immer wieder mal auf besondere Schwierigkeiten beim Programmieren. So auch ich heute. Folgendes Problem:Nested Accordion mit jQueryUI => eigentlich kein Problem, halt, warte … DOCH! Das Problem ist dass die größe der nested Accordions nicht korrekt berechnet wird. Um das Problem zu lösen habe ich mich des Events beforeActivate bediehnt. Nachfolgend…