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 […]

SOPA Blackout – Wikipedia and Others Not So “Blacked Out”

On January 18th 2012, thousands of websites participated in a protest against anti-piracy legislation. The legislation that was trying to make it’s way through congress was the Stop Online Piracy Act (SOPA) and the PROTECT IP Act (PIPA), both aimed at reducing copyright infringement. However, many saw this legislation as an attack on the freedom […]

Java Exception Line Number is “Unknown Source”

The topic of this Issue Blog is in regards to getting an “Unknown Source” in place of a line number in a Java exception stack trace when being compiled by Apache Ant. I’ve come across this issue several times in the past but have never really given it much thought because I can usually pin […]