Kieran France

  https://blog.idrsolutions.com/author/kieranf/ Kieran France is a programmer for IDRSolutions in charge of internal Java testing. In his spare time he enjoys tinkering with gadgets and code.

 



26 Stories by Kieran France

Java versions and features

Java features we are looking forward to using One of the down sides to supporting older versions of Java is not being able make...
1 min read

Why Change To Path2D Bounds in Java 19

We have recently completed testing our products on Java 19. As of its release BuildVu, FormVu, JDeli, and JPedal will officially support Java 19....
1 min read

How to embed base64 images in HTML

When creating HTML files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
1 min read

How to embed base64 images in SVG

When creating SVG files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...
1 min read

Reimplementation the Legacy Socket API in Java 13

The Java Socket API has been with us for over 20 years now. In that time it has been maintained and updated, but eventually,...
2 min read