I'm planning a programming project, but am an unexperienced programmer. Aside from a couple of intro courses in C and Java long ago, I know little about programming, except that I know what I want the end point of the project to look like
Without getting too specific, what I want to do is this:
- Create a website where users can register and log in;
- Create and edit items in 'their' database.
- I want to process a daily-uploaded ASCII file and compare the data the user is trying to upload to the data in the database.
- Then I would like the system to send an email out to the user with the results of the comparison of the database items vs. the ASCII file that was uploaded.
What I need
1. I will need a database that contains records for each use, and each of their particular items
2. I will also need to write an application that will act as an interface with the user and this database.
3. I'll need an application on my computer that processes the daily-updated ASCII file, and compares it with the user database.
If anyone can give me some hints as to what programming language to start with I'd be immensely grateful.
I know this is a huge topic, but I'm just looking for some general guidance to get me started.