Coding Is For You

Menu
  • Resumé Review Service
  • C# Tips & Tricks Videos
  • Computer Programming Reality vs Expectations Videos
  • Computer Programming Videos
  • Programmer & Coder Advice Videos
  • Visual Studio Code Tutorial Videos
  • Programmer Questions and Answers Videos
  • Favorite Online Products
Home
Uncategorized
UPC Scanner for a web page?
Uncategorized

UPC Scanner for a web page?

admin December 3, 2020

My latest work-project involves the use of a hand held scanner. Yep, the kind they use at grocery and big box stores. You take the scanner and scan a bar code and it reads the numbers into a text box.

I took that, and made a web site using MS MVC 5 technology. The scanner scans into a text box, then jquery handles it and calls the database using ajax. I take that number that was scanned in and see if it’s a part of the order. If so that’s a good thing and I log it in the database. If not, then they scanned the wrong thing.

The hard part about all of this are the ‘layers’. Getting the UI layer to talk to the server and back and forth all the way back to the screen is tough.

You might be asking why did I use a web page? Well, I wanted it to be easy to distribute to multiple sites and locations. Nuff said.

Share
Tweet
Email
Prev Article
Next Article

Related Articles

I have no idea what is going on, but my …

YouTube hurting my Channel?

Looking for feedback
I am asking all coders out there for feedback. I …

Looking for feedback

About The Author

admin

Leave a Reply

Cancel reply

Menu

  • Resumé Review Service
  • C# Tips & Tricks Videos
  • Computer Programming Reality vs Expectations Videos
  • Computer Programming Videos
  • Programmer & Coder Advice Videos
  • Visual Studio Code Tutorial Videos
  • Programmer Questions and Answers Videos
  • Favorite Online Products

RSS .Net News!

  • .NET 5 Source Generators Jump Start
    You may have heard about a new feature in .NET 5 called Source Generators. Developers can now generate dynamic code at compile time that .NET will weave into a consuming assembly. The possibilities are endless and will most likely have a profound impact on how we write applications and, ultimately, the performance we can expect […]
  • Find Prime Numbers With C# 9
    Computer programming has its roots firmly grounded in mathematics, with the earliest computers used to calculate results that would take average human days to do by hand. One compelling problem in the field of computer science is discovering prime numbers. This post will show the most straightforward approach to calculating prime numbers using C# 9. […]
  • Flatten Strings with Regex.Replace
    Ah, strings, the cause of and solution to all our programming problems. As developers, we’re always balancing our codebase’s readability with the efficient use of string literals. Let’s see how we can work with SQL, a database query language, in our code without sacrificing readability. The approach should work with other query syntax or multiline […]
  • Base64 Encoding With C#
    I was working with the Spotify API and reading through the authorization documentation. Like most APIs, we need to securely access the service, authorized as the client application or on behalf of a user. We’ll need to deal with secret tokens and likely encode them into a Base64 string in that process. The client credentials […]
  • Rethinking OSS Attribution In .NET
    The other day I was playing a Castlevania on my RetroPie. In between the doses of pure childhood nostalgia, I found myself scrolling through the Raspberry Pi menus to find an open-source (OSS) attribution display menu. In front of me was a list of every technology used to bring this excellent piece of technology to […]

Coding Is For You

Because anyone can code
Copyright © 2021 Coding Is For You

Ad Blocker Detected

Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.

Refresh