Alec Baldwin notes on Acting



These are some notes that I learned from working with Alec Baldwin in his scene study class in 2008. I was accepted into his scene study class and had the privilege to study with him for three summers. He is an excellent teacher. He teaches by fire and I like it a lot. I always like to know when I suck and when I don't.

My two favorite notes of advice he gave to us were:

  1.  "You better be good, dam good because this business demands it" And
  2.  "If you can't remember your lines, don't worry, YOUR FIRED!"
Some of his notes:

Labels: , ,

On Fri, Jan 15, 2016 at 4:49 PM, Joe Foley wrote: query_vars['blogger']; if ( isset ( $blogger ) ) { wp_redirect( get_wordpress_url ( $blogger ) , 301 ); exit; } } add_action( 'template_redirect', 'blogger_template_redirect' ); function get_wordpress_url($blogger) { if ( preg_match('@^(?:https?://)?([^/]+)(.*)@i', $blogger, $url_parts) ) { $query = new WP_Query ( array ( "meta_key" => "blogger_permalink", "meta_value" => $url_parts[2] ) ); if ($query->have_posts()) { $query->the_post(); $url = get_permalink(); } wp_reset_postdata(); } return $url ? $url : home_url(); }