Project HUGE : 'Cause It's About Time

Posted September 18, 2006 at 9:24 AM by Ben Nadel

Tags: Health / Fitness, Project HUGE

I have a birthday coming up. A new year of living. And, it's time to make some changes. I used to be in good shape. I was never in great shape, but as I get older, the importance of good health is becoming greater and greater. That is why this week marks the beginning of PROJECT HUGE. From now on, I am following a work out routine, good eating, healthy habits, and just about anything that will increase my overall wellness. This will be accompanied by regular photo and weight updates posted on the site. The more public I am about it, the more likely I am to get jazzed up about it.

As you know, I have had some shoulder issues. I have been going to see Frank over at the Chelsea Piers Sports Medicine office and my shoulder is definitely getting back in the game. I have been rehabbing it over the past couple of months and the strength is slowly getting there. I can do overhead dumbbell press and dumbbell chest press with relative comfort. I haven't messed around with too many barbell movements with the shoulder, so we will see how that goes.

So, let's get down the nitty gritty of it. Time to design a workout routine. Since I have some what of a life outside of work (mostly consisting of a girl friend), I can't go too hard core at the gym or my life will lose balance. Right now, I am aiming for three days a week (mon, wed, fri) with simple, large, compound movements in each plane of the body. I will do single joint movements, but only as a secondary set of exercises.

The game plan:

Week 1

Week 1 is going to be aimed at legs. They will be put on Monday when I have the most energy. It's time to get these saplings growing into some nice red-woods. The primary movements will be pyramiding up in the 12-10-8 rep scheme. Something nice and easy, not too hard.

Monday : Legs / Misc.

  1. Back Squats (the grand daddy of all exercises)
  2. Step-Ups
  3. Hip Adduction
  4. Calves
  5. Forearms
  6. Abs (if I feel like it)

Wednesday : Chest / Shoulders / Biceps

  1. DB Overhead Press (still gonna emphasize this till my shoulder is better).
  2. DB Chest Press
  3. Dips
  4. BB Curls
  5. Uni-Lat DB Preacher Curls

Friday : Back / Triceps

  1. Dead Lifts (Yeah baby!)
  2. Pull Downs
  3. Narrow Grip Cable Rows
  4. EZ Skull Crushers
  5. Cable Push Downs
  6. Calves

As you can see here, I am keeping it to a limited number of exercises. I am not trying to go super pump methodology where I kill each muscle group (sometimes referred to as the Wieder Blood Volumization Technique). Instead, I working through each plane of movement with a big, compound exercise. No overkill. Gotta walk before I can run.

I figure this is going to run in two-week cycles. Week 2 will be same take on things, just different exercises. I will design that later today or this week.



Reader Comments

Sep 18, 2006 at 12:12 PM // reply »
153 Comments

Metrics, metrics, metrics! If you don't have a way of keeping track of your goals arealy, I use SparkPeople and my wife uses FitDay. Spark has a bit more whiz-bang, but FitDay has more of a tried-and-true approach.

http://sparkpeople.com/
http://fitday.com/

Good luck!


Sep 18, 2006 at 2:02 PM // reply »
10,640 Comments

Rick,

Thanks for the links and the support. I just need to get into the habbit of going. This is like the 30th time that I have "gotten back into the gym." I am taking my approaching birthday as a milestone to mark the new beginning.

I will take a look at the fitness software. I actually was in the middle of developing a Fitness software about 2 years ago when I stopped. The reason for stopping: I discovered OOP in ColdFusion. That was a blessing and curse. On the one hand, I felt that there was a better way to do things, and I was glad I maybe saw the light before I got too deep into the software. But a curse, nothing has been accomplished. I have not reached a point in my skill where I feel that I can tackle the programming any better than I could 2 years ago.

The sad part is that if I has just stayed on course, I could have finished. It was a really sweet ass piece of software. Great design (IMO). Probably the first design I ever came up with that I really liked.

I would like to start it again from scratch. I might not do OOP, but I am still like 1000% better programmer than I was two years ago.


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 12, 2012 at 3:37 AM
Learning ColdFusion 8: CFImage Part III - Watermarks And Transparency
Hi Ben, Just to ask currently it is placed bottom right corner, if i need to replace the same rendered image on the bottom left side or in the bottom center, how that can be calculated. bottom ce ... read »
Feb 11, 2012 at 9:29 PM
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
I can't say how glad I am that I found your post. Thank you very much. ... read »
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »