The Road to Beer Judging Certification: European Amber, Dark Lager, Bock

This week we worked our way through European Amber Lagers (3A. Vienna Lager, 3B. Oktoberfest), Dark Lager (4A. Dark American Lager, 4B. Munich Dunkel, 4C. Schwarzbier) and Bock (5A. Maibock/Helles Bock, 5B. Traditional Bock, 5C. Doppelbock, 5D. Eisbock) The overwhelming attribute of these 3 styles is a prominent toasty, sweet, and complex malt aroma – …

The Road to Beer Judging Certification: Light Lager and Pilsner

This week’s BJCP class was Light Lager and Pilsners – which is to say, beer I haven’t drank in 15 years. And oh how the quickly the memories returned; the smell of DMS and hormonal college kids in a cramped basement, the epiphany that is the first sip of a Spaten Pils, constantly asking yourself …

How To Create Default Posts or Pages in a WordPress Network Site

Add this to your default theme’s functions.php function grv_create_default_pages() { // Create New Default Page $args = array( ‘name’ => ‘new-default-page’, ‘post_type’ => ‘page’, ‘post_status’ => ‘publish’, ‘showposts’ => 1, ‘caller_get_posts’=> 1 ); $default_page = array( ‘name’ => ‘new default page’, ‘post_title’ => ‘NEW DEFAULT POST TITLE’, ‘post_content’ => ‘lorem ipsum dolor’, ‘post_status’ => ‘publish’, …

Rations

“Unless you earn a living as an iOS/Mac developer, you may own one Apple device per person.. period. Upgrade every five years.” Damn straight. On a related note – I haven’t applied any of Apple’s updates to any of the MacBooks in the house for at least the last 6 months, likely longer. This increased …