[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 […]
Category Archives: A Resolved
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 […]
Issues Upgrading From SHA1 to SHA256
On a recent project I was asked to upgrade the security algorithm used from SHA1 to SHA256 The project was broken up into 2 code bases, the first being a Java code base which was used to communicate with Adobe LiveCycle ES2.5 and the second being a C# code based used to communicate with Microsoft […]
Adding Driver for Linksys AE1000 Wireless USB on Linux
In my ongoing efforts to run as many things wireless as possible, I decided to buy a Wireless-N USB adapter for the old HP Desktop computer I have running upstairs. Because I am rather impulsive, once I had the idea in my head that I wanted to do this, I wanted to do it that […]
Reading From App.Config File (C#)
Recently I was on site at a customer engagement and ran into a little trouble when asked to do some C# development. C# is not what I would consider one of my strengths as I simply have not had to use it much in my career. However, as a consultant it is my job to […]