I am looking for some advice on where to start with building my guy. I will mostly be coding on my mac, but have the option of windows or linux. I am going to be building an application that will be based around a database for my business and want to make it easy for me or my partner to input data and look up data, as my partner is not computer savy. Any help would be nice, thank you
shane.shaffer.50 0 Newbie Poster
Recommended Answers
Jump to PostThe database part is almost definitely better handled with a database engine. A reasonably good and cross-platform, and free one is MySQL. All database engines are setup in a server-client arrangement over a …
Jump to PostSounds like a perfect opportunity for a web based app, php + html + jQuery.
In my opinion everything is gearing towards web based apps anyway, OK it might not be as fast as native GUI, but HTML + jquery has got great portability.
Jump to PostIf your buddy is going to access the db from a different computer you would need to serve the data. Unless you put the same db on your buddy's machine and your machine.
Personally, this lends itself well to a php+html+jquery solution.
But it is up to you. What language …
Jump to PostIf the OP is asking whether he needs the internet to serve data from the db to his apps he's in no fit state to be attempting something like this.
To the OP learn to walk before you can run.
All 13 Replies
Moschops 683 Practically a Master Poster Featured Poster
shane.shaffer.50 0 Newbie Poster
Moschops 683 Practically a Master Poster Featured Poster
shane.shaffer.50 0 Newbie Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster

iamthwee
shane.shaffer.50 0 Newbie Poster

iamthwee
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
shane.shaffer.50 0 Newbie Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Stefano Mtangoo 455 Senior Poster

iamthwee
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.