All Stories

Mixed TreeView Nodes in JavaFX

Recently for our JavaFX PDF Viewer I have been working on implementing the Layers panel. If you’re familiar with how layers work in various...
Simon Lissack
1 min read

Beware JavaScript Layout Thrashing!

What is Layout Thrashing? Layout Thrashing is where a web browser has to reflow or repaint a web page many times before the page...
Leon Atherton
2 min read

How To Create Your Own RSS Feed for a…

What is a RSS Feed? So recently here at IDRSolutions, we have created a podcast for the iTunes store. RSSFeeds are a great way...
Sophia Howard
6 min read

Another Way to Listen for Object Changes in JavaFX

At IDRSolutions we use JavaFX for several display modes in our Java PDF Viewer. The Problem. We recently encountered an issue when coding in...
Nathan Howard
1 min read

Creating a WordPress Plugin Part 3: Adding Shortcodes

Recently, I’ve been working on a proof of concept project which integrates our JPDF2HTML5 web service with the popular blogging platform WordPress. This series of...
Simon Lissack
1 min read