var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://joemcnally.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } ); gform.utils.trigger( { event: 'gform/post_render', native: false, data: { formId: 1, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );
/* ]]> */
Mark Holloway says
This is way too cool!
Andy Fenn says
Is the DVD gonna be available for the UK? Unlike the flashbus 🙁
Lesley Gracie says
Sadly as I’m based in Scotland I won’t see the Flash Bus tour,however I’ll certainly be
purchasing you’re DVD.Looks amazing Joe!
Tim says
Hi Joe,
The DVD’s sound great! I know you’re just now launching them, but any plans to release digital versions to purchase, for those of us that are trying to reduce a reliance on physical media?
Also, any plans on taking the tour to Europe?
Thanks!
Mikkel Jezequel says
It’s a must have!!! loved the speed of light DVD looking forward to this one.
Rich Cave says
Awesome awesome, does the bus float and if so do you think it can swing by the UK, bought you a beer many moons ago for you, its a little flat and looks like creme de menthe.
As for the DVD I would love to have it.
As a pro photographer, your Life book was a kick up the bum and looking forward to sketching with light, and now the DVD things a hatrick of stuff this year to make earning with photography that little bit more fun.
If I could come over to the states to just join in for the day I would alas the car needs replacing.
Rich
Joe McNally says
absolutely…Adorama will be handling and shipping international (free shipping!) Joe
Scott says
Talk about announcements, first the tour but now DVDs from both you and David. Rock on!
Howard Pitkow says
I’ve got my phone alarm set so I don’t miss out. See you in Philadelphia. The tour is a great idea and the DVD will be very helpful. Thank you!
Rich Cave says
Free shipping, cheers Joe today just gets better
Rich
miguev says
I can’t wait for the DVD to come out, please make sure it does for all DVD zones/regions for your oversees fans! 😉
miguev says
(Clearly, I meant overseas)
William Beem says
Interesting. I’m disappointed that the tour isn’t coming to Florida, but it’s nice to see both you and DVD coming out with new DVDs.
James Conkle says
This looks SWEET! Can wait to see if I get a ticket. I’ll need to take time from school at 9 O’clock to make sure I can get a ticket! (hopefully the order system isn’t flash based(for iPads sake)). Anyone know what the price of the DVD will be? (I still have to save up for Dobbs this year)
Alan West says
Glad to hear that it will be available in the UK. I follow your courses on Kelby training so am looking forward to seeing this.
Keep up the good work with educating us mere mortals.
Tom Marriage says
Joe,
Terrific news from you and David. Hope there will be an option for Tour tickets and both DVDs. Thanks to you and David for all the teaching that you do.
Tom
Arlan says
In the column on the right side of this page…..Joe on xxxxxxx, you’re missing one item. Joe on Steroids.
John A. says
Ok, so tickets to seminar, JM DVD, DH DVD, what next, a free Nikon D3x giveaway? I’m in!!!!!!!
Terri Jacobson says
Joe,
This rocks. I can hardly wait to get you back to Portland.
My registering finger will be poised and ready tomorrow.
Jeremy says
Now all we got to do is convince the terrible duo to visit the other side of the pond.
Nice to hear Adorama is offering free shipping 🙂
I’ll have to skip on the tour for now sadly
Good stuff!!!!
Dawn Zimdars says
So sad we will not see you in Tampa 🙁 Glad I can still get the DVD! Have a safe and crazy fun trip!!
Doug Evans says
Joe –
All this news just tripped my SB-900s and blew my budget for February! 😉 I am so looking forward to the new disc set, saw some fun & familiar people & places!
I hope I can make the hop to NYC for the Strobist/Numnuts gig providing it’s not sold out by the 9:01am – regardless, I will be eating up your disc set along with David’s new DVD offering!
The mayhem, inspiration and teaching continues – Harumph, Harumph, Harumph!
Hope the Asian tour was a blast for you!
Take care!
Doug
diego says
im going to be broke by the time spring is over.
count me in as well!
see u in san jose joe!
Dave Taylor says
I’d love to see the DVD available as a digital download as well? iTunes anyone? Looks great!
Alex says
Hi! Cant find the dvd at Adoramas website. Can you blog a link to where its possible to buy it, and ship to sweden?
Thanks.
lorenz says
Can’t wait for the DVD, joe’s the Godfather of lighting 😉
Rob Lamping says
Lookin forward to the dvd, Joe. What are the odds of the Flashbus taking a little detour, say The Netherlands 😉 … Only à littlebit jealous …
Ivan says
Woa!
Carl says
Joe your the man I hope I can afford the DVD set because I am sadly unable to get to the tours 🙁
John Given says
What a great way to get 2011 rolling!!! Hey Joe…..You Rock!!!
Calvin says
Any word on pricing yet? I hope to get both sets of DVDs.
Robert says
Hi Joe,
The trailer looks great, I really like Your flashwork. Just wonder, if You are planing to make some DVD’s about business side of photography in the future?
RAMYAD Photography says
This is great news! I have purchased all your books and have enjoyed reading through them all. Very excited to get this DVD and learn more!
Steve says
What a very cool idea.
Just bought myself a house truck (Navion Itasca) so I can be a nomadic photographer. Kid in college, empty nester, time to hit the road with computer and cameras.
I know you’ll have fun.
Maybe our paths will cross down the road.
sjh
Ingoman says
how the hell can you pop out something new all the time? I can’t even follow to read and watch what you guys produce every day… when shall I be even working something?
if I do not get a spot in theflashbus in SF… oh boy, that’s going to drive me crazy 😉
greetings from down under
ingoman and carmen
Jimmy Tan says
And I thought I can finally get a D700…. money’s gonan be diverted to Andorama then…..
Ken Toney says
Joe, I’m so glad you have the DVD! I’ll order as soon as I type this. I’ll see you in Vegas, can’t make Atlanta (the wife won’t run the show all the time so I can play!). You and David don’t get to crazy. 🙂
Ken
joe r says
Not sure if this was an accident or I’m just lucky… but the registration opened up a little early for me somehow… and I wanted to say I’M OFFICIALLY REGISTERED FOR THE CHICAGO STOP AND I CAN’T WAIT TO SEE YOU ALL THERE!
I guess it’s a good thing I’ve been OCD about checking the site for updates a couple times since the announcement? 😉
Lorri E says
Can’t wait, Joe on DVD & in person on the Flash Bus. Now all I need is a few more SB-900s/700s.
Theis Poulsen says
That’s good news 🙂
No flash bus in Europe so nice to see some videos instead.
bad news was me sketching light pre-order just got pushed to June 🙁
//theis
Patrik Lindgren says
Cool, ordering the dvd’s as soon as they’re available and looking forward to see master numnuts in action!
It would be even cooler if the flashbus could do a tour in Europe as well. 🙂
Paolo says
Well, I must say you guys managed to put together what looks like a killer event, DVD’s included!!! Looking forward to it!
Paolo
David Hobby says
Holy Toledo. Okay, so who else besides me freeze-framed their way all the way through that trailer multiple times…
#SponsoredByRedBullBayBee
Alexander Evensen says
Cool stuff =) Congratulations on the new book!
I’ll be buying 🙂
Richard Hales says
The DVD looks fantastic. Is going to be available in the UK?
Pete Barnes says
Nice one Joe, if it’s anything like your books I’m sure it’ll be awesome.
Pete
Rob Lowry says
***Registration is Open***
It seems Adorama let things kick off just past midnight, and I’ve already got my registration in and confirmed. Don’t wait until 9am … it may be too late by then.
James Conkle says
Just reserved my spot in PA for the 11th! I guess registration didn’t open at 9 o’clock. (it was 5:20 am) Wish I could afford the DVD along with the ticket but that would cost too much for me right now.
So see ya 4/11!!!!
John Given says
I bought the Combo!!!!!
Sérgio says
Hi Joe, I really want to purchase this DVD. Please, tell me the Adorama URL…
Thanks!
Bob DeChiara says
So glad to hear the bus is stopping by Boston!
Will says
Just bought my ticket for Los Angeles, really excited. Set my alarm for 550 am Yawn now I go back too sleep.
Leo says
Signed up for the bus tour @ DC. Can not wait until then.
Jason Pitcher says
Ick! I just went on line and got tickets to the show. I tried to bundle wioth the DVD’s, but the site kept rejecting my credit card. Tried a different card and the wheels kept spinning. Eventually gave up and just got tickets, which went through no problem. See y’all in Houston.
Kjartan says
When will the registration open up for all the cities on the tour? Some of the cities are still TBD…
Do you have a time & a date for the rest of them?
Darren Elias says
Just ordered my ticket for Philly, and the DVD! See you at zah pahty, Rhictah, er Joe!
John says
I guess I don’t yet understand what the DVDs contain to know whether to order them with my Flash Bus registration… Hopefully I’ll be able to add to my registration later?
Regardless, I’ll see you guys in Denver!
Thomas Granbacka says
I live a bit too far east of where you will tour. A quick note though. I think a ‘bus tour’ limits how you get around. Next time, have an ‘airplane tour’. That way you can reach places a bus can’t. For example Europe. 😉
Good luck with the tour!
Barbara Thorbjornsson says
Joe,
You have NO idea how I anticipate the URL to purchase just the DVD. Due to a head injury which has made reading quite difficult for me, I have no way to avail myself of your teachings EXCEPT via this DVD. Thank you for making it possible.
Arno says
I do hope that the DVDs come without a region code? It would be a pity if we old-worlders would have to undergo cracking the players’ firmware for your enlightenment.
Speaking of old-worlders: When is the flashbus hitting Europe? I’d sign on in an instant!
Scott Cejka says
Saw Joe in Denver last time around and couldn’t have been happier. Great teacher, loads of learning to be had. So bummed I can’t be there for this year’s incarnation of lighting bliss…and with David Hobby to boot!
Anyone want to trade air tix to northern Japan for a ticket to this workshop?..you’d have to stay with my in-laws in Japan though…oh and pretend to be my wife and I…
Kevin says
Hi guys,
I registered asap for the flash bus wishing not to miss my place, but did not spend the time to research which of the two DVDs on offer I’d want to purchase also 9fearing the time spent would possibly cost me a place on the tour).
As I’m now registered, do I qualify for the discounted rate still? Is there a mechanism where I can use my registration number for the discount when ordering?
Extremely excited to meet you both, and join the fun!
Best regards,
Kevin
King Yella says
See you in St. Louis
Lyle says
Yippeee! I got my tickets.
I get to go on a road trip too, boys.
From Canada to Minneapolis, here I come.
Can’t wait.
Kurt Wall says
Booyah! So looking forward to this! Will you sign one of your books if I accidentally bring it along?
Me says
Ordered the NcNally DVD + the Las Vegas venue. What a great excuse to combine this awesome event with a mini-vacation!
Greg Pittman says
I am, along with half of the rest of the photography community, one of your biggest fans. I own all of your books, and I am incredibly excited to see you in-person in Dallas. I had today marked on my calendars, alarms set on my cell phone and iPad, and a reminder set in Outlook, and then, regretfully, I wasn’t able to register because Dallas is marked as TBD. My biggest fear is, because of my schedule at work, not being able to check back often enough and then facing the possibility/likelihood of being too late whenever registration DOES finally open up, and the class fillin-up. Can you give us any idea when registration may be open for dallas?
Jan says
Can you get this DVD in the UK?
Ed says
So stoked the last stop is in STL!!
ticket: purchased!
YESSSSS!!
Eivind Rohne says
Can’t wait for this one!! Really enjoyed the last McNally DVD. So come on now Joe, give us the link…
Glyn Dewis says
Well it goes without saying…a DVD will be being ordered and winging it’s way over to the UK, that’s for sure 🙂
Cheers,
Glyn
Shawna Goodman says
I know you guys are Americans but it sure would be nice to see you in Canada. We are not that far away and would love to see you here. Regina Saskatchewan has a very active photoclub with a lot of members and a lot of Nikon users!!
David says
I would like to see Bus tour in australia
Skip Barber says
I’m on the bus, I’m on the bus. Anxious to see you and Drew again in Raleigh!
Morgana says
Wish I could be there for the bus tour but looking forward to the DVDs. 🙂
kevin glackmeyer says
Dropped my money for the Atlanta stop. I guess you’ve decided to bypass Montgomery, Alabama. Thanks for leading my on…as a sidenote, I’ll buy ol’ Numnuts a beer…or 6.
Arno says
Hey Joe, let me know if you need my backyard for the Dallas date OK?? 🙂
I can host 50, park about 20. No nudity in the pool area, bring your own beer.
Bill Giles says
Joe McNally and David Hobby live on the same stage somewhere other than the UAE. I can hardly stand the wait.
Rich says
I feel like Rock Stars are coming to town. This is awesome! Even though photography is but an avocation, I can’t wait for you guys to get to Texas ( I’ll be driving from San Antonio to Austin to see the ‘show’). I just know it will be a great day.
–rich
Tracy says
So… no South Florida stop? Have you guys checked the weather reports lately? :}
What about on the second leg of the tour?
Please?
Pat Delany says
Looking forward to seeing you in Boston! Safe travels!
Pierre says
From Sherbrooke, Québec, to Boston. With 2 new sets of DVDs. Boy, what a week-end that will be!
Nigel says
Any plans to drive the bus over to the UK?
Wayne says
DVD URL Please !!
Frederik says
Looking forward to that DVD. always nice to pick up some new knowledge !
Alan West says
Have just placed my order for shipping to the UK with Adorama ..can’t wait for it to arrive.
fotograf ślubny says
please, give us DVDs 🙂
Dave Dantos says
Finally! Boston on a Saturday. (Almost as good as NH on a Saturday!). Signed up in a flash. Get it, “a flash”? Anyway, it will be great to see Joe and Dave. Counting the days.
Jeremy Knop says
This I am sure will be a very informative book Joe. Are you able to divulge who any of the guest appearances are from in the interviews? I have always dreamed about a day when you, David, Jeremy Cowart, Chase Jarvis and Scott Kelby could all be in a room at the same time bouncing ideas etc. off of one another.
I am excited about learning to speak the language of light better with a little help from yourself and David when the Flash Bus rolls into Phoenix! As far as learning the language of light in the book do you devote separate chapters to the likes of TTL, Manual, clean, warm etc.? Thanks!
Morgana says
The DVD looks really good… but with postage to Australia *starting* at USD$68.60 [for a DVD!] sadly the frieght costs are just too much to justify. International readers miss out again. 🙁
Hassan says
Please come to bangalore and do one of your workshops
Jack Gregas says
Wow I would love to just drive this around the city for awhile, talk about a joyride
Marcus Jones says
A little love for Australia… Seeing as the Bus wont make it, a better deal on the shipping costs would be nice.
Enjoy the trip!
Jonas Eriksson says
Here’s another vote for a Flash-Event in Sweden – come on over guys! We’ll help you organize it! 🙂
ROMOLO says
Hi Joe! My name’s Romolo. I’m your fan but i speak Italian! On the DVD there are subtitles in Italian? Is there a version in Italian?
Greetings from Italy
Romolo.
Roger says
So disappointed that the Boston site filled up in just a few hours. I was chomping at the bit now I’ll just drooling from the mouth with disappointment that I couldn’t get in. Damn, why spend so much time on the west coast and NOT be full to the brim. East coast photogs will fill your cup while you fill ours!
Ricardo says
Hi Joe, I’ll be in Austin tomorrow I bought my ticket event but I can’t afford the DVD. See you there I’m very excited to learn from you.
Ricardo
Jimmy Tan says
Looked forward to the DVD but totally cost from Andorama is $201.55 shipped to Singapore.
Joe, anychance of free shipping outside USA so that more people can be introduced to the language of light?
David Hobby’s signed DVD is good and I am sure yours will be as good if not better.
Ericlefrancais says
Its new trailer this dvd ?
See The Language Of Light:
http://www.youtube.com/watch?v=NYt9cSIvZZs
AHAHAH !!
Luis Charruadas says
Any chance this DVD set might make it to European stores any time soon? The Adorama e-mail ordering process for international customers is too much of a hassle not to mention quite cumbersome and in the end you still have to pay import tax and deal with customs. Thanks, love your work.