Posts

Showing posts with the label Library

New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Joint - UML Diagrams with JavaScript

Image
Joint is JavaScript diagramming library which uses  Raphaël SVG library.  http://www.jointjs.com/ Demos:  http://www.jointjs.com/demos.html Tutorial:  http://www.jointjs.com/tutorial.html

Declarative HTML and JavaScript with

Angular is a templating and declarative library written in JavaScript. It makes html templating language with eg. data binding with user inputs. Project page:  http://angularjs.org/#/ Overview:  http://docs.angularjs.org/#!guide.overview I am not sure what to think about it, data binding is interesting but {{var}} in html output from server doesn't look interesting. I am not sure what with users browsers without JavaScript.