Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best Programming Software 1

Status
Not open for further replies.

flagurugrl

Technical User
Nov 3, 2005
32
US
I dont know if I'm in the right place or not. But I was wondering, what is the best programming language to use to create a program that will keep inventory, be on the web, and allow customers to get in with a password. Any opinions would greatly be appreciated.
Thank You
 
That's a difficult question. All I can do is ask some questions in return:

How important is this project?
How sensitive is the data?
What's the budget?
Which languages do you know already?
Do you have the time, money and desire to learn a new one?

Geoff Franklin
 
Well,
As you can probably tell by the way the question was worded I don't know alot about programming but I'm very willing to learn. I know alittle about VB.net The project is kind of important I'm trying to make my bosses job a little easier. The data isnt tooo sensitive but we dont want just anyone seeing it. I have the time and the desire to learn. Money however could be an issue because when I bring my idea to the boss he might not be willing to lay out too much cash because of the little bit I know.
Thanks!!!
 
In which case, go with what you know. You might need ASP.Net but that's very close to VB.Net and moving across shouldn't be a problem. Start with something really simple and learn as you go.

I know nothing about web security - I'm sure someone else will cut in to help you on that - but it sounds as though you're dealing with a mid-level commercial sort of need for secrecy.

Putting into our context here:
[tab]I don't want anyone seeing our stock levels
[tab]I really don't want anyone seeing what prices we are paying
[tab]I REALLY don't want anyone seeing our payroll details.

Geoff Franklin
 
Well you might be better off just buying a package of software designed for stores on the Internet. Why reinvent the wheel?

Be careful becasue if you expose credit card information of your customers you could be liable in a huge lawsuit.

If you do not like my post feel free to point out your opinion or my errors.
 
if your boss is a bit tightfisted i'd go for php with a postgres backend ruuning ona linux server (which could be a pc if he's likely to be the only person accessing it).

steep learning curve for you but you sound like the kind os person that would relish a challenge.

go for it and then tell him it's free of licensing costs and wait for the smile.

good luck
 
If all you are looking for is a web based product to connect to a database there are probably plenty of products like shopping carts that you can find on the Internet. Just look for some Internet stores and see what they use.

If you do not like my post feel free to point out your opinion or my errors.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top