daviddurman.com - David Durman

Description: Hi, my name is David Durman and I'm a JavaScript developer based in Amsterdam, the Netherlands.

javascript (13920) programming (6408) web applications (1054) david durman (1)

Example domain paragraphs

Have you ever had data, especially graphs, that you needed to visualize but didn't want to get into the hassle of installing, integrating and maintaining a software package for layouting graphs? Even worse, the software package that you installed does not give an optimal result and so you tried others or had them running in parallel and at the end you gave up because it was just too much work? What if you could just call graph.layout([type], [name], [options]) and that's it?

GetThisLayout is a layout as a service that offers more than 25 layout algorithms accessible through a REST interface.

Sometimes, methods that you think you know well might surprise you and bring you headaches if you don't read the documentation carefully. One of these methods is the JavaScript String.replace method.