TodayDiet: Difference between revisions

From Bitpost wiki
(New page: // MDM 3/24/2008 1:34:51 PM PHP calorie counter 1 lb = 3500 calories holy crap "the hacker's diet" says "you can't exercise off your ...)
 
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
// MDM 3/24/2008 1:34:51 PM
[https://www.thedigitalmachine.com/mytodaydiet/ Current live site]
        PHP calorie counter
 
See project ToDo.txt for implementation details.
            1 lb = 3500 calories
 
                holy crap
Domains:
                "the hacker's diet" says "you can't exercise off your food"
*mytodaydiet.com <- start with this
                direct calorie analysis backs this up.
*todaydiet.org
                but...
*mytodaydiet.org
                    your metabolism goes up
*myfitnessblog.org <- currently a live wordpress site
                    your appetite goes down
 
                so, yes, you can exercise off your food. dumbass.
Project goals:
                oh, he says the same thing, in one paragraph.  Oops.
* functional website with small/med/large meal choices, weight analysis, motivational quotes
                    Regular exercise increases your rate of metabolism: the number of calories you burn all the time.  
  x fix ip
                    Plus, for many people, exercise actually reduces appetite.
  x configure apache
  get and set up SSL cert
            biked          [  ] miles              300 calories/hour, 300 / ~15mi/hour =  20 calories/mile
  restart and test apache
            ran            [  ] miles              700 calories/hour, 700 / ~ 5mi/hour = 140 calories/mile
  set up precanned types, remove custom types access for now
            swam            [ ] miles              400 calories/hour, 400 / ~ 2mi/hour = 200 calories/mile
* polished website at proper domain with account management including recaptcha
            other          [ ] calories
* beta users
            -----         
* create [[Web Services]]
            burned          default to 0
* iphone app
                           
* customizable meal configurations
            ate            default (2500 total):
* address demand
                           
                            amt desc
                            [ 500] [med bkfast ] v (sm/med/lg bkfast/lunch/dinner/snack)
                            [ 750] [med lunch  ] v (sm/med/lg bkfast/lunch/dinner/snack)
                            [1000] [med dinner ] v (sm/med/lg bkfast/lunch/dinner/snack)
                            [ 250] [med snack  ] v (sm/med/lg bkfast/lunch/dinner/snack)
                           
            net            ate - burned
            weight          default: interpolate
            metabolism      the amount of weight change relative to the net caloric intake per day
                            (weight change to date / avg net to date / days )      = lb/cal/day               
                            recalculate with changes in exercise routine
                                (this will change quickly as exercise routine changes)
           
            gain/loss      metabolism * net
            for the day
            monday 3/24
                odwalla bar            240
                french press            30
                1/2 whole foods wrap    750
                choc chip muffin        350
                handful choc. beans    100
                shroomin' (1 pc)        400

Latest revision as of 17:52, 27 January 2010

Current live site

See project ToDo.txt for implementation details.

Domains:

  • mytodaydiet.com <- start with this
  • todaydiet.org
  • mytodaydiet.org
  • myfitnessblog.org <- currently a live wordpress site

Project goals:

  • functional website with small/med/large meal choices, weight analysis, motivational quotes
x fix ip
x configure apache
  get and set up SSL cert
  restart and test apache
  set up precanned types, remove custom types access for now
  • polished website at proper domain with account management including recaptcha
  • beta users
  • create Web Services
  • iphone app
  • customizable meal configurations
  • address demand