|
|
#41 | |
|
Assistant Cook
|
Cooking Software
I have been wanting for some time to purchase cooking software but what keeps me from doing it is the fact that I have purchased software two other times and when the software became outdated it was going to be necessary to reenter all my recipes. Is there a software that is MS Access based that will automatically be upgraded everytime Office is upgraded? I really don't want to go to all the trouble to enter all my recipes again just to have the software become obsolete.
|
|
|
|
|
|
|
#42 | |
|
Assistant Cook
|
Question
Has anyone tried big oven
we use it at home and love it |
|
|
|
|
|
|
#43 | ||
|
Senior Cook
|
Quote:
Ncage |
||
|
|
|
|
|
#44 | ||
|
Assistant Cook
|
Quote:
).Not being able to find a good recipe management software application that met all of my needs, and especially one that was open source, I decided to start working on my own a couple of weeks ago. Fortunately, I have a degree in computer engineering and I am a software developer (C/C++) by trade, so this is actually something I LOVE to do. It will be designed as a network based application, not neccesarily WWW, but meant to be running on a local household LAN and accessible via your default web browser. This way, it would be possible to access recipes from anywhere in your house. For those of you that are technical minded, I am using Ruby on Rails for the development. with the choice of either sqlite, mysql, or postgresql as the database backend. This allows the application run on almost any OS (Windows, Mac, Linus/UNIX), and to be accessible by any PC with a web browser. I haven't gotten much passed the specifications, but as soon as I get an initial concept version up, I will make it available to the public (liscensed through the GPL or Creative Commons, so it will be free). I have designed the initial relational database, which you can find here. (this uses sqlite, but almost database is supported). Note that this is only an initial database and doesn't include a lot of data (like nutrition information) that would be in later versions. A breakdown of the model is that a recipe has many ingredients, has many steps, and can also contain other recipes (for example a recipe for tiramisu would include a recipe for zabagione which can also stand alone). An ingredient points to a single food item in a food table that will include all nutritional information (from the FDA). Recipes can be tagged with any number of user defined categories (tags). All measures relate to a units table which will keep track of conversion multipliers betweem measurements so that the user can convert to metric, standard, and even scale a recipe up and down easily. In the next couple of weeks (I'm moving across the country at the end of next week and starting a new job), I will get project web space (maybe through sourceforge), and post specifications, features, and a timeline for at least the first few versions. If you have any suggestions of features that you have always wanted in a cookbook application, let me know because now is the perfect time to plan for them. I have already taken some of the suggestions mentioned here (a mature parsing algorithm for cutting and pasting recipes from the web, meal planning and shopping lists with nutritional information, and multiple output formats - binder page, recipe card, email etc), and made sure that they will be doable. Also, while I am confident in my coding abilities, I am not yet confident in my ability to design an intuitive user interface (I mostly do embedded systems development for work, web is only my hobby), so if any of you happen to be GUI experts, I would welcome the help when I get to that point. |
||
|
|
|
|
|
#45 | |
|
Senior Cook
|
So, I've kind of done the same thing as the rest of you for myself, but I've taken it a bit further.
I have a classic recipe database with all of my families recipe's, recipe's I've found online, etc. This can be sorted by ingredient, category, etc. I also have a section where you can update your pantry, with amounts. This is the crown jewel. One you have these 2 pieces of information you have the keys to the kingdom! An example, I have a link 'What can I make?' which searches through all of my recipes, all of my pantry, and comes up with a list of recipes which do not require me to go to the store. Also, I have a meal planner, where I can plan this weeks meal in advance, it will cross-reference my pantry and come up with a shopping list. Entering the recipe is kind of cool. You basically have a large form with measurements and ingredients, with the option to specify a 'new' ingredient. If you specify a 'new' ingredient once it's automatically added to the 'ingredient database' so you can just select it, instead of having to type it all of the time. I have also broken up the recipe description/steps in to: - Prep - Cooking - Serving Every recipe can be customly tagged. Kind of like any tagging software, you can tag it as 'Chinese', 'Asian', 'Really Easy' or, if I want to know what I had last thanksgiving I may have tagged the meal as 'thanksgiving-07' I've been thinking about releasing the technology but it isn't really install-friendly. It's web based. I could make it an ASP but that's too big of a headache. If you have any questions about setting up an Access database to be friendly (all of these features leverage SQL ) in this way, just let me know. I am happy to help! |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|