Updated: Umbraco Page Titles

Since creating the first rendition of the Structured Page Titles for Umbraco, I decided it would be worthwhile to revisit and clean up the size of the file and make it much more readable. Umbraco makes it easy to define page titles, but this script helps reduce the repetitive nature of titles in larger sites. To use this code you will need to create a shortPageTitle and pageTitle in your document type(s)....

May 29, 2013 · Greg McMullen

Season Recap: 2012-13

With my first collegiate season under my belt, I am definitely looking forward to my second year (and more, if possible). We wrapped up the season with 20 individual records (more with diving) and had two compete at the NCAA Division III National Championships. Challenges Being a first-year (first-time collegiate) coach was intimidating. While I felt the need to approach the athletes different, I didn’t. They were responsive to my critiques and criticisms, inviting the views from a coach they didn’t know that well....

May 9, 2013 · Greg McMullen

Events

Some code from a side project using the events build out from Noel Tock. Event Shortcode <? /* ------------------- THEME FORCE ---------------------- */ /* * EVENTS SHORTCODES (CUSTOM POST TYPE) * http://www.noeltock.com/web-design/wordpress/how-to-custom-post-types-for-events-pt-2/ */ // 1) FULL EVENTS //*********************************************************************************** function tf_events_full ( $atts ) { // - define arguments - extract(shortcode_atts(array( 'limit' =&gt; '10', // # of events to show 'description' =&gt; '150' // # of Chars to show in description ), $atts)); // ===== OUTPUT FUNCTION ===== ob_start(); // ===== LOOP: FULL EVENTS SECTION ===== // - hide events that are older than 6am today (because some parties go past your bedtime) - $today6am = strtotime('today 6:00') + ( get_option( 'gmt_offset' ) * 3600 ); // - query - global $wpdb; $querystr = "SELECT * FROM $wpdb-&gt;posts wposts, $wpdb-&gt;postmeta metastart, $wpdb-&gt;postmeta metaend WHERE (wposts....

April 21, 2013 · Greg McMullen

Reaffirming a Coaching Career Choice

Recently, I received a series of text messages from a former swimmer. I only coached this athlete for two high school seasons and not only did he have an impact on my life, but these messages clearly showed that I had an impact on his as well. Hey Coach Greg! I just wanted to shoot you a quick text here. I just wanted to let you know how grateful I was to have had you as my head coach senior year....

January 29, 2013 · Greg McMullen

Structured Umbraco Page Titles

If you are looking for some code to generate tiered page titles within Umbraco here is an example that worked for our site. This code assumes you are using pageTitle as a DocType element....

January 22, 2013 · Greg McMullen

Fun with lights

Over the weekend, a friend asked me to do something I’ve never done before. Photograph their wedding. While I wasn’t the official photographer, I was asked to take one of the last photos of the night. The one posted below. I have never done photos like this and was impressed with my results. I have done zero post work (yet) and am looking for tips/tricks/advice on post work and general thoughts of how it turned out....

September 18, 2012 · Greg McMullen

Creating Custom Fallback Navigation

When creating WordPress themes, sometimes it’s necessary to create your own menus. With 3.0+ you are able to create menus as well as a fallback menu. Within the fallback_cb, you can actually call your own functions to create a customized menu (helpful when developing for network of blogs). Here’s what you’ll need to do. 1. Activate Custom Menus How to Add Custom Navigation Menus in WordPress 3.0 Themes 2. Place your Menu in the Template Ex:...

July 30, 2012 · Greg McMullen

Working at Rose-Hulman

For the last three weeks, I’ve been working towards finding my own way. The people at Rose-Hulman have made my transition extremely easy and incredibly fun. I’ve been introduced to a large group of people and have already been given a large project that will change the way this school looks at social media. I’m looking forward to getting it off the ground. This new position I’m in has been a very large change compared to where I was previously, they are embracing technology and putting the latest and greatest tools in front of me....

July 23, 2012 · Greg McMullen

Chicken Salad with fresh Veggies

Decided to make another new recipe with Sarah this week. From a pampered chef cook book. A very colorful meal with lots of fresh veggies. {: .full}...

June 13, 2012 · Greg McMullen

Coaches and Our Health

The other day, I finally decided to weigh myself. I weighed in at 194.4lbs. New goal, weigh in the 180’s before August 11. The immediate question on my mind is not, “why don’t I take better care of myself.” Rather it’s “why is it coaches seem to take better care of their athletes than themselves.” Maybe I’m wrong, but I would love for others to chime in. So I want to reach out to all gathering ideas on the subject and how we can change our actions to better portray the things we teach....

May 17, 2012 · Greg McMullen