Sean, THANK YOU for your quick response. I hope that I do not frustrate you with my lack of programming knowledge. I will try my best not to ask stupid or redundant questions.
Q: "Maybe I don't quite understand it, but why do you need a barcode here to encode the ID? Is it because judges have to receive a printed form but then scan it to record judgment in an app?"A: Yes, you are exactly correct. Here is an example of the "mobile version" of the judges form that they will be using:
https://ww03.elbowspace.com/mobile/20131213084424892123.htm Q: "Can the paper be cut out?"A: Yes, it can. But the "best case scenario" here would be to be able to print out one 8 1/2" x 11" page with other information on it, like the contests name, beginning and ending dates, etc., along with the barcode.
Q: "You can use the java code here to write an app to do what you want to encode barcodes but I assume that's not feasible. You can encode online like so:
A: I'm less concerned with the look of the barcode, whether it is a "QR Code" or an actual "Barcode", than I am with having the ability to use the unique ID's that I am creating in Excel (example: LCTCS2014-1E1N31A1A1D28) and create a barcode in quantity.
Q: "A script that downloads a bunch of images by grabbing URLs like this would be simple to write."
A: Ah, yes my friend... simple for you maybe... but for me... aneurism time!
Q: "For scanning from web pages on a mobile device:
A: believe it or not, I actually read this article (along with a hundred others) just yesterday. My concern was this:
"you can invoke Barcode Scanner from a web page..." So far so good!!! "and have the result returned to your site via a callback URL." and this is where it gets advanced beyond what I need. You see, the judges form will submit the scores and the barcode for that specific submission on one row in the database. Then, when it is downloaded in to the Excel spreadsheet, that barcode information (the numbers and letters, and not the actual image) will be used for placing the awards.
Does any of this make sense????