BitesBites is a cook book application. Recipes can be created on your phone, downloaded from the web and shared with friends via sms. Pick a recipe to make, tick off the ingredients you need, then add
... [More]
the ones you need to the shopping list in Trolly or sms them to someone to pick up for you.
Usage ScenarioYou decide to make your famous fish curry for yourself, your partner and a couple of guests, so you grab your phone, open the fish curry recipe and tick the ingredients that you can't find in the cupboard. The ingredients that are ticked can now be added to a shopping list e.g. (Trolly)or sent via sms to your partner who is on the way home from work so they can pick them up.
Sharing RecipesSharing recipes couldn't be easier with two simple options.
Simply select a recipe in Bites and send it to any other phone via sms. Phones with Bites installed will allow adding the recipe directly to the Bites database, but even phones without Bites receive the recipe as plain text. Use your phone to download a Bites recipe file from any website (here are some recipes to start with) to add it to your recipe book. See the RecipeFileFormat page for a recipe file template so you can start posting your own recipes.
For usage and installation instructions see InstallationInstructions
If you enjoy using Bites and would like to help fund further development please donate.
.gadget-title {
margin-bottom: 2px;
}
function resizeIframeHandler(opt_height) {
var elem = document.getElementById(this.f);
if (!elem) return;
if (!opt_height) {
elem.style.height = undefined;
}
else {
opt_height = Math.max(10, opt_height);
elem.style.height = opt_height + 'px';
}
}
gadgets.rpc.register("resize_iframe", resizeIframeHandler);
gadgets.rpc.register('set_title', function(title) {
var elem = document.getElementById(this.f + '_title');
if (elem) {
elem.innerHTML = gadgets.util.escape(title);
}
});
For more of my projects check out Caldwell Code. [Less]