Recently I was tasked with writing a Java Servlet to consume images from a 3rd party REST Service and serve them up via JSP. Shortly after getting started, I realized that image was being transmitted as binary so I needed to find a way to display them on the page without having to store them […]
Category Archives: HTML
CSS Renders Differently In Different Environments
[UPDATE 08/18/2017] This post is slightly out of date and wanted to mention the link to the W3C Compliant website does not fully address accessibility. I would recommend using the following instead to ensure full accessibility for your website: http://wiht.link/html-guide [END UPDATE] When I was recently working on my personal website, johnzeren.com (still a work […]