Stay in the loop. Please subscribe

Are you too busy to remember to check back here? Please subscribe to get my new blog posts about topics in areas such as entertainment, film and video, lifestyle, parenting and politics. Enter your email below then check your inbox to confirm. Unsubscribe anytime. Feedback welcome.

Subscription form

// Special check for required email input because Safari doesn't support HTML5 "required" jQuery( '#subscribe-blog-blog_subscription-2' ).submit( function( event ) { var requiredInput = jQuery( this ).find( '.required' ); if ( requiredInput.val() == '' ) { event.preventDefault(); requiredInput.focus(); } });