Category Archives: Software

Software written wholly or in part by EXEYE

Programmers: Make Things Easy and Fast for Your Users

I’ve been writing software for over 50 years and have evolved a set of rules for designing user interfaces that are easy to use and which allow users to get their work done as quickly as possible. These rules apply equally to desktop applications, apps, and web pages. I don’t know what they’re teaching in … Continue reading Programmers: Make Things Easy and Fast for Your Users

Adding Fonts in Ghostscript

I use a program that produces Postscript and allows use of non-standard Postscript fonts. I wanted to figure out how to get Ghostscript to load those fonts so I could produce a PDF file from the Postscript. Should be simple, eh? Well it took me a week of trolling message boards, studying documentation, and trying … Continue reading Adding Fonts in Ghostscript

Miscellaneous Manuals, Software, and Documentation

This post is for copies of manuals and other stuff that I can’t find online. If I have a copy I will scan it and post it here. I expect this post will typically be found by people searching for specific things listed here.  I’ll add things as I get them. There are a few … Continue reading Miscellaneous Manuals, Software, and Documentation

CLP – Command Line Text File List Program

I’ve decided to post some of the useful small programs I’ve written for my own use. CLP is a simple C# console program that lists text files on a Windows printer. It was originally intended to list C source code, but it is useful for printing many kinds of text files. Yes you can use … Continue reading CLP – Command Line Text File List Program