PDA

View Full Version : Best language & DB for a home cookbook program?



cforput
September 7th, 2009, 06:41 PM
I want to write a cookbook program for home. "I" use Ubuntu but I also want it to run on my wife's Windows computer (XP). I also need to have it tap into a database to hold the recipes.

Questions:
1. What is the best language to use understanding what I want to do?
2. What database should I use that the language above can tap into?
3. Can you point me to a free compiler / editor to use for what you recommend?

Mirge
September 7th, 2009, 06:48 PM
Make it web-based :).

denver
September 7th, 2009, 06:57 PM
Try Java or Mono (C#). They both work on windows and Ubuntu. As a database backend you could use sqlite. It does not require a server to work. It simply saves to a file.

As an IDE, Eclipse works fairly well.

Good luck!

Ruhe
September 7th, 2009, 07:07 PM
Just as a variant Adobe Air + embedded sqlite.
ActionScript is easy to learn, mxml is much-much better than swing.

sujoy
September 7th, 2009, 07:58 PM
python+django+mysql

choose whatever editor you are comfortable with ... vim/emacs/...