All Stories

Optimising conversion from float to String in Java

Lets say you have a very specific use case – you want to convert a float to a String in Java, and if the...
Leon Atherton
2 min read

How do Browsers auto reverse the Right to left…

You might have encountered a situation where you tried to read from pdf or other text input streams and writing the raw data into...
suda
1 min read

Handling Floating Point coordinates with Pixels in SVG &…

Recently I have been working on a problem with SVG & the HTML5 Canvas that causes bad looking output in some of our files....
Lyndon Armitage
1 min read

NetBeans “Cannot locate java installation in specified jdkhome”?

I recently came across this message when opening NetBeans after updating my Java version. Cannot locate Java installation in...
Leon Atherton
47 sec read

How to draw SVG on HTML 5 Canvas and…

One of the limitations of shapes in HTML 5 canvas is that only one fill rule is supported, which can lead to shapes not...
Leon Atherton
53 sec read