Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Thursday, February 25, 2016

Pet Peeve with PDF


The world has changed a lot in 30 years.  In that time we've gone from carrying around Walkmans to carrying around Smart Phones.  We're constantly connected and forever looking for ways to streamline the mundane. 

To that end, the advent of the Internet has gone a long way towards eradicating the drudgery of things like pen and paper for the convenience of keyboard and mouse.  One company, Adobe, has labored tirelessly to further that goal. 

The PDF was their creation and it's formed the foundation of many a product manual and job application.

It's been around for two decades and over the years has added features like security, markup and even the ability to create forms that you can fill in without compromising the original document.


With such a long history you'd think the PDF would spell the end of the hard copy.  Millions of trees would be saved, thousands of hours reclaimed from the printer queue. 

Life would be better...

Except a few people out there didn't get the message.

The worst of which are those who insist on paper forms like job applications.  Even worse than that?  People who make PDF's that require input but don't create them to allow for it.  It forces the hapless recipient of this DEAD PDF to print it out, fill it in then scan it again as yet another DEAD PDF.

What is the point of having an online process if you have to kill a forest of trees to complete it?
It's a pet peeve and a huge waste of time.  It's even more embarrassing when it's a tech company that does it.

So, new rule...

If you're going to send somebody a form online, make sure it can be filled out ONLINE! 


I can't think of anything that's more 1985 than writer's cramp.

Thursday, January 16, 2014

Dealing with the latest Java Security update for your legacy apps

Java's gotten a bad rap lately and with good reason.  It's got so many security holes that it triggered an alert last year from Homeland Security.  Since then we've been getting pretty regular updates from the folks over at Oracle.

If you happen to administer networking equipment, especially Cisco branded devices, you've no doubt run into issues that come with Java updates.  If you have to manage different generations of networking equipment, for example, there's not doubt you have to maintain multiple versions of Java to manage them.

The latest Java security update for Java, 1.7.0_51, has finally made good on a threat.  It's activated functionality that effectively blocks any Java applet that doesn't have the "security manifest" parameters enabled.

That can leave you dead in the water.  Except, if you know how to work around it.  The video below shows you how to set an exclusion for trusted connections and applets.

Remember, this is only for connections and applets that you have complete trust in.