My current chest/triceps/delts workout.
Thursday, January 27, 2011 by John Stone
Filed under Daily Blog
My Wednesday workout (chest/triceps/delts) is my most voluminous workout of the week. It’s a tough one, but I really enjoy it.
I had another phenomenal workout yesterday, and I’m happy to report that I’m still not experiencing any wrist or shoulder pain. The weights are getting up there, too; my strength is improving rapidly.
I don’t think I’ve mentioned what I’ve been doing for my chest/triceps/delts workout so far on this cut, so here it is:
CHEST
3×10-12 Barbell Bench Press / 3×12-15 Flat DB Flyes (Supersets)
3×10-12 Incline DB Bench Press / 3×12-15 High Cable Crossover (Supersets)
1xFailure Body Weight Chest Dips
TRICEPS
3×10-12 Rope Tricep Pressdowns / 3×12-15 Standing Ez-Bar French Curls (Supersets)
2xFailure/Failure/Failure Standing DB Triceps Extensions (Triple Drop Sets)
1xFailure Triceps Bench Dips
DELTS
3×10-12 Seated Overhead DB Press
3×12-15 Bent-over DB laterals
2xFailure “Down the rack” DB Lateral Raises (5 drops)
Strict 1 minute rest between sets, 2 minutes rest between exercises.
As you can see there’s a pretty fair amount of volume there, but the workout goes by in a flash thanks to the brief rest intervals and the abundance of supersets and drop sets. It’s pretty intense. The final exercise, down the rack laterals, is seriously tough–especially at the end of that workout. Doing one 5x drop set is difficult enough; resting just one minute and then doing it again is torture. Needless to say, I have a lot of trouble washing my hair after this workout: I literally can’t lift my arms.
Today is a cardio day, and I’ll be doing my second HIIT session at the new 45/45 interval. Tuesday’s cardio session was good, but the day after leg day I’m always a little slower on the bike, which is understandable considering that 12 hours prior I destroyed my legs. My legs are no longer sore or fatigued, so I’m going to demand a lot from myself today.
On a semi-technical note, I’ve added a simple Facebook “Like” to the top of all posts. The problem is Facebook scrapes the wrong image. Of course I’ve added the proper “og:image” meta property to the header (telling Facebook to grab the featured image), but it’s still grabbing a random image. Does anyone know what might be going on?
loading...




When I look at the page source, the og:image meta tag has an empty content attribute.
loading...
Weird. The code is there, but I wonder if it’s because today’s featured image is from a gallery instead of an attached image. Look at the source from yesterday’s blog and you’ll see the og:image is there, but facebook is still scraping the wrong image on a “like” w/ comment.
loading...
Hmm, not sure if this is playing into it, but when I load the page, firebug reports a javascript error of: “document.getElementById(“fb-root”) is null”. That is part of the facebook initialization stuff, so I wonder if that is throwing it off. It looks like it might be executing that line of code before the page has finished rendering since if you run that command by itself after the page is loaded it is fine. Maybe move that script block to the end of the page or use Jquery to run it.
loading...
I’m starting to think it’s Facebook. Sometimes it’s working, sometimes it’s not. I’ve seen a lot of similar complaints out there while I was researching.
Are you talking about moving the div/script outside of the body?
loading...
I saved the page locally and wrapped the javascript block with Jquery’s ready function and that got rid of the error in firebug when I reload it. This will just make it wait till the full page structure has been loaded before trying to execute that javascript.
So the updated chunk in the script tag would look like (hopefully the characters come through in the comment):
jQuery(document).ready(function($){
window.fbAsyncInit = function() {
FB.init({appId: ’172909016086810′, status: true, cookie: true, xfbml: true});
};
(function() {
var e = document.createElement(‘script’); e.async = true;
e.src = document.location.protocol + ‘//connect.facebook.net/en_US/all.js’;
document.getElementById(‘fb-root’).appendChild(e);
}());
});
loading...
Hey Amigo, where are you seeing this error in Firebug? I’m not seeing it here…
loading...
I get it when I first load the page (though it doesn’t seem to affect any functionality). Here is a screenshot on Vista with FF 3.6.13 with Firebug 1.6.1: http://i.imgur.com/xd7sa.png
loading...
I figured it out. The code I added to force Facebook to use the featured image as the og:image was working fine, but Facebook had the old results (without og:image specified) cached for some of the pages I was testing. I used Facebook’s Linter tool to reset the cache on a couple of those pages and then things worked as expected.
loading...
wow. the new web is impressive John.
Congrats!
loading...
Thank you very much!
loading...
How long does a workout like this take you?
loading...
I get that one done in 45 minutes. It’s my longest workout.
loading...
Does anyone else get slightly intimidated whenever John posts on here? Try to look a little less jacked in your next photo, John, please? It’s like you’re standing in front of me having a regular conversation and all I wanna do is bow down lol
loading...
what size arms u rockin there john? cold/pumped
loading...
I think a little under 17″ pumped.
loading...