Java PDF Blog » Simon Lissack Feed https://blog.idrsolutions.com/author/simon/ PDF tips and JPedal highlights en-US hourly 1 Creating a WordPress Plugin Part 3: Adding Shortcodes https://blog.idrsolutions.com/creating-wordpress-plugin-part-3-adding-shortcodes/ Simon Lissack Tue, 17 Dec 2024 08:00:12 +0000 https://blog.idrsolutions.com/?p=13716 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... Creating a WordPress Plugin Part 2: Uploading Media and using Web Services https://blog.idrsolutions.com/wordpress-plugin-uploading-media-and-web-service/ Simon Lissack Tue, 10 Dec 2024 11:45:11 +0000 https://blog.idrsolutions.com/?p=13553 In my previous article I took a look at getting a basic admin panel to appear in the sample application. In this article, I... Creating a Wordpress Plugin Part 1: Adding the Admin Page https://blog.idrsolutions.com/wordpress-plugin-part-1/ Simon Lissack Mon, 09 Dec 2024 14:25:50 +0000 https://blog.idrsolutions.com/?p=13215 WordPress is one of the most popular content management systems on the internet. Created using PHP it can handle all things blogging to commercial websites. In... Mixed TreeView Nodes in JavaFX https://blog.idrsolutions.com/mixed-treeview-nodes-javafx/ Simon Lissack Wed, 20 Aug 2014 07:00:09 +0000 https://blog.idrsolutions.com/?p=13929 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... What are Blend modes in Java? https://blog.idrsolutions.com/what-are-blend-modes-in-java/ Simon Lissack Tue, 29 Apr 2014 09:30:35 +0000 https://blog.idrsolutions.com/?p=12350 Blend modes allow you to draw in much more interesting ways than just over-writing one color with another. They are also very easy to... How to Use External CSS Files in a JavaFX Application https://blog.idrsolutions.com/use-external-css-files-javafx/ Simon Lissack Wed, 02 Apr 2014 07:10:56 +0000 https://blog.idrsolutions.com/?p=12050 In JavaFX, there are many ways to skin a application, I’ll take a look at three methods of dynamically loading a css file into... Tutorial: Setting up Glassfish On a Linux Server https://blog.idrsolutions.com/tutorial-setting-up-glassfish-on-a-linux-server/ Simon Lissack Wed, 26 Feb 2014 08:00:18 +0000 https://blog.idrsolutions.com/?p=11589 Setting up Glassfish for our Web Service based PDF converter was a relatively straight-forward job, but there are some nuances to be aware of.... WebSocket: Multiple Users, Encoders, Decoders and Dogs. https://blog.idrsolutions.com/websocket-multiple-users-encoders-decoders-dogs/ Simon Lissack Wed, 18 Dec 2013 13:40:00 +0000 https://blog.idrsolutions.com/?p=10518 In my previous tutorial, we were left with a WebSocket server endpoint which bounced back our message. In this tutorial I will show you... WebSockets - A Quick Introduction and a Sample Application https://blog.idrsolutions.com/websockets-an-introduction/ Simon Lissack Wed, 04 Dec 2013 11:10:00 +0000 https://blog.idrsolutions.com/?p=10358 At IDR Solutions I spend a lot of time working with Glassfish. We use it to showcase our BuildVu product in an online PDF to HTML5 converter so it is important... Web Services: Exception Handling https://blog.idrsolutions.com/web-services-exception-handling/ Simon Lissack Tue, 22 Oct 2013 07:00:00 +0000 https://blog.idrsolutions.com/?p=8935 In my previous article, I showed you how to create a simple web service and deploy it. In this article I’ll show you the...