<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>MARKETING COACH



  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-17140554-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();



	join our mailing list
* indicates required

Email Address *



First Name *



Last Name *


		
			
			
		
		
	Close



var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';
try {
    var jqueryLoaded=jQuery;
    jqueryLoaded=true;
} catch(err) {
    var jqueryLoaded=false;
}
var head= document.getElementsByTagName('head')[0];
if (!jqueryLoaded) {
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
    head.appendChild(script);
    if (script.readyState &amp;&amp; script.onload!==null){
        script.onreadystatechange= function () {
              if (this.readyState == 'complete') mce_preload_check();
        }    
    }
}
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js';
head.appendChild(script);
var err_style = '';
try{
    err_style = mc_custom_error_style;
} catch(e){
    err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
}
var head= document.getElementsByTagName('head')[0];
var style= document.createElement('style');
style.type= 'text/css';
if (style.styleSheet) {
  style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
} else {
  style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
}
head.appendChild(style);
setTimeout('mce_preload_check();', 250);

var mce_preload_checks = 0;
function mce_preload_check(){
    if (mce_preload_checks&gt;40) return;
    mce_preload_checks++;
    try {
        var jqueryLoaded=jQuery;
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    try {
        var validatorLoaded=jQuery("#fake-form").validate({});
    } catch(err) {
        setTimeout('mce_preload_check();', 250);
        return;
    }
    mce_init_form();
}
function mce_init_form(){
    jQuery(document).ready( function($) {
      var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){}  };
      var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
      $("#mc-embedded-subscribe-form").unbind('submit');//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator
      options = { url: 'http://roberthendrickson.us1.list-manage.com/subscribe/post-json?u=012b2edb4a5c97b57302bfab9&amp;id=72ad9dfbc3&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                    beforeSubmit: function(){
                        $('#mce_tmp_error_msg').remove();
                        $('.datefield','#mc_embed_signup').each(
                            function(){
                                var txt = 'filled';
                                var fields = new Array();
                                var i = 0;
                                $(':text', this).each(
                                    function(){
                                        fields[i] = this;
                                        i++;
                                    });
                                $(':hidden', this).each(
                                    function(){
                                        if (fields.length == 2) fields[2] = {'value':1970};//trick birthdays into having years
                                    	if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                    		this.value = '';
									    } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                    		this.value = '';
									    } else {
	                                        this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
	                                    }
                                    });
                            });
                        return mce_validator.form();
                    }, 
                    success: mce_success_cb
                };
      $('#mc-embedded-subscribe-form').ajaxForm(options);      
      
    });
}
function mce_success_cb(resp){
    $('#mce-success-response').hide();
    $('#mce-error-response').hide();
    if (resp.result=="success"){
        $('#mce-'+resp.result+'-response').show();
        $('#mce-'+resp.result+'-response').html(resp.msg);
        $('#mc-embedded-subscribe-form').each(function(){
            this.reset();
    	});
    } else {
        var index = -1;
        var msg;
        try {
            var parts = resp.msg.split(' - ',2);
            if (parts[1]==undefined){
                msg = resp.msg;
            } else {
                i = parseInt(parts[0]);
                if (i.toString() == parts[0]){
                    index = parts[0];
                    msg = parts[1];
                } else {
                    index = -1;
                    msg = resp.msg;
                }
            }
        } catch(e){
            index = -1;
            msg = resp.msg;
        }
        try{
            if (index== -1){
                $('#mce-'+resp.result+'-response').show();
                $('#mce-'+resp.result+'-response').html(msg);            
            } else {
                err_id = 'mce_tmp_error_msg';
                html = ' '+msg+'';
                
                var input_id = '#mc_embed_signup';
                var f = $(input_id);
                if (ftypes[index]=='address'){
                    input_id = '#mce-'+fnames[index]+'-addr1';
                    f = $(input_id).parent().parent().get(0);
                } else if (ftypes[index]=='date'){
                    input_id = '#mce-'+fnames[index]+'-month';
                    f = $(input_id).parent().parent().get(0);
                } else {
                    input_id = '#mce-'+fnames[index];
                    f = $().parent(input_id).get(0);
                }
                if (f){
                    $(f).append(html);
                    $(input_id).focus();
                } else {
                    $('#mce-'+resp.result+'-response').show();
                    $('#mce-'+resp.result+'-response').html(msg);
                }
            }
        } catch(e){
            $('#mce-'+resp.result+'-response').show();
            $('#mce-'+resp.result+'-response').html(msg);
        }
    }
}

</description><title>Rob Hendrickson</title><generator>Tumblr (3.0; @robhendrickson)</generator><link>http://roberthendrickson.com/</link><item><title>“IT’S ALIVE!!!”
Well our FullBucketHealth.com...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_m4zusoBxXI1qbvqdxo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;“IT’S ALIVE!!!”&lt;/p&gt;
&lt;p&gt;Well our FullBucketHealth.com website is now live. Go buy your friends with horses some incredible nutritional supplements. Can you say probiotics? 50 and 100 Billion CFUs?!?! Get outta here!&lt;/p&gt;</description><link>http://roberthendrickson.com/post/24261015219</link><guid>http://roberthendrickson.com/post/24261015219</guid><pubDate>Sat, 02 Jun 2012 10:26:48 -0400</pubDate></item><item><title>Daily Reminder</title><description>Remind yourself every morning that you are the SUM of your:
Experiences
Relationships
Moments of...</description><link>http://roberthendrickson.com/post/22719494552</link><guid>http://roberthendrickson.com/post/22719494552</guid><pubDate>Wed, 09 May 2012 12:14:29 -0400</pubDate></item><item><title>To Benefit From The Information Age - Companies Must Commit.</title><description>There are alot of neat and nifty things written about networking technology, such as Internet and...</description><link>http://roberthendrickson.com/post/18076443377</link><guid>http://roberthendrickson.com/post/18076443377</guid><pubDate>Wed, 22 Feb 2012 12:24:00 -0500</pubDate></item><item><title>I Heart My Family!</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lze6ozmhaO1qbvqdxo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I Heart My Family!&lt;/p&gt;</description><link>http://roberthendrickson.com/post/17610929661</link><guid>http://roberthendrickson.com/post/17610929661</guid><pubDate>Tue, 14 Feb 2012 11:48:35 -0500</pubDate></item><item><title>Well we’ve just finished up the initial designs for our...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lyffxc93FK1qbvqdxo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Well we’ve just finished up the initial designs for our first line of Horse products. FullBucket is an animal nutrition company that gives one FullBucket to an animal in need for every FullBucket that is purchased.&lt;/p&gt;
&lt;p&gt;Website is in the works and should be live in a couple of weeks.&lt;/p&gt;</description><link>http://roberthendrickson.com/post/16541852946</link><guid>http://roberthendrickson.com/post/16541852946</guid><pubDate>Thu, 26 Jan 2012 17:32:00 -0500</pubDate></item><item><title>Very Strong Customer Relationship</title><description>A couple of months ago I was introduced to Mike Dillard while attending a Marketing Mastermind...</description><link>http://roberthendrickson.com/post/9165254019</link><guid>http://roberthendrickson.com/post/9165254019</guid><pubDate>Sat, 20 Aug 2011 10:33:26 -0400</pubDate></item><item><title>"When investing in high risk/high reward investments, first use your magnifying glass, then your..."</title><description>“When investing in high risk/high reward investments, first use your magnifying glass, then...</description><link>http://roberthendrickson.com/post/8359443872</link><guid>http://roberthendrickson.com/post/8359443872</guid><pubDate>Mon, 01 Aug 2011 19:28:24 -0400</pubDate></item><item><title>Agriculture Media Summit - a great convention and a powerful...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_loybrxXlka1qbvqdxo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Agriculture Media Summit - a great convention and a powerful voice for the people who feed our nation. We have a generation too far removed from their food supply. These people make it real.&lt;/p&gt;</description><link>http://roberthendrickson.com/post/8091773151</link><guid>http://roberthendrickson.com/post/8091773151</guid><pubDate>Tue, 26 Jul 2011 13:40:45 -0400</pubDate></item><item><title>MediaPost Article about Lady GaGa is Good</title><description>There have been many articles written about the Ga of Ga but I think Johanna Skilling did a great...</description><link>http://roberthendrickson.com/post/7537588073</link><guid>http://roberthendrickson.com/post/7537588073</guid><pubDate>Tue, 12 Jul 2011 13:09:53 -0400</pubDate></item><item><title>"Use free media (PR) to give a new product life - while it’s new and newsworthy. Use paid media..."</title><description>““Use free media (PR) to give a new product life - while it’s new and newsworthy....</description><link>http://roberthendrickson.com/post/7490322246</link><guid>http://roberthendrickson.com/post/7490322246</guid><pubDate>Mon, 11 Jul 2011 07:49:10 -0400</pubDate></item><item><title>Where Is Your Occupation Heading?
The US Bureau of Labor...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_ln3rlsHAJO1qbvqdxo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;Where Is Your Occupation Heading?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The US Bureau of Labor Statistics has posted their 2010/11 research on vocation markets. It’s very interesting to click around and look at the “Projections” category of different job titles.&lt;/p&gt;
&lt;p&gt;It will give you a description of their methodology etc. It also lists average pay scales. Keep in mind these are nation wide so they may not be completely accurate for your area. For instance, a good graphic designer in the Dallas market might command $50K - $75K. In North Dakota this same job might pay $1.95 an hour. ;-)&lt;/p&gt;
&lt;p&gt;This could be a useful tool to help define your career direction or hunt new markets to focus sales on in the coming couple of years.&lt;/p&gt;
&lt;p&gt;You can see the stats here: &lt;a href="http://1.usa.gov/itSuGw"&gt;http://1.usa.gov/itSuGw&lt;/a&gt;&lt;/p&gt;</description><link>http://roberthendrickson.com/post/6730038393</link><guid>http://roberthendrickson.com/post/6730038393</guid><pubDate>Mon, 20 Jun 2011 15:03:00 -0400</pubDate></item><item><title>Giving a branding session about using social media.
“So,...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_ligrvhKLwW1qbvqdxo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;Giving a branding session about using social media.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;“So, What are your expectations with a Social Media program?” I asked.&lt;/p&gt;
&lt;p&gt;“We’re not sure but we know we want a lot of Fans on Facebook.” the Client answered.&lt;/p&gt;
&lt;p&gt;This is a typical response. All of the hype related to Social Media has finally brought the flock of sheep down from the mountain and into the valley but they do not know where to go.&lt;/p&gt;
&lt;p&gt;Social media starts with a plan and that plan should have two main functions:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Strengthen the brand&lt;/li&gt;
&lt;li&gt;Introduce that brand to new customers&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;If this is done properly, there are many things you can do later on with your SM platform.&lt;/p&gt;</description><link>http://roberthendrickson.com/post/4024350016</link><guid>http://roberthendrickson.com/post/4024350016</guid><pubDate>Tue, 22 Mar 2011 10:50:00 -0400</pubDate></item><item><title>HorseAdvertisingNetwork.com is DONE!!!
It’s Alive!!! Go...</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_li7we7Ljs61qbvqdxo1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;HorseAdvertisingNetwork.com is DONE!!!&lt;/p&gt;
&lt;p&gt;It’s Alive!!! Go look see feel. We still have lot’s of work to do but I’m definitely a believer in launch before your ready. Now I’m working on the tagline, what do you think of:&lt;/p&gt;
&lt;p&gt;Horse Publishers and Advertisers - UNTIE!&lt;/p&gt;
&lt;p&gt;I want to thank:&lt;br/&gt;Daniel McCarthy for the design;&lt;br/&gt;Andy Nester for the chance;&lt;br/&gt;Jason Lewis for the coding all-nighters;&lt;br/&gt;Jodi for the patience;&lt;br/&gt;The horse publishers for the ad space;&lt;br/&gt;The Advertisers for the Ads!&lt;/p&gt;</description><link>http://roberthendrickson.com/post/3925310553</link><guid>http://roberthendrickson.com/post/3925310553</guid><pubDate>Thu, 17 Mar 2011 15:49:00 -0400</pubDate></item><item><title>CRUSH IT! Book Review
I’d been introduced to Gary...</title><description>&lt;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="304" id="viddler"&gt;&lt;param name="movie" value="http://www.viddler.com/player/d3311a3a/" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="flashvars" value="fake=1" /&gt;&lt;embed src="http://www.viddler.com/player/d3311a3a/" width="400" height="304" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="fake=1" name="viddler"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;CRUSH IT! Book Review&lt;/p&gt;
&lt;p&gt;I’d been introduced to Gary Vaynerchuck’s in-your-face style of promotion by several friends from Austin’s Internet Marketing Party.&lt;/p&gt;
&lt;p&gt;I enjoyed the enthusiasm and energy. His approach is not scripted and raw which is the IM signature.&lt;/p&gt;
&lt;p&gt;But, Gary’s not for everybody. My wife, and most females that I’ve shown, can’t get into the groove. They think he’s annoying and would rather put a cigarette out on his forehead than listen to him spew.&lt;/p&gt;
&lt;p&gt;I enjoy watching him for the reason they don’t - in your face, no holds barred passion for making money and pushing the limits.&lt;/p&gt;
&lt;p&gt;The book itself is a direct reflection of the same. My bet is that a ghost writer turned on a recorder and let it roll while he did the Gary rant.&lt;/p&gt;
&lt;p&gt;It turned out good because it has what I always look for in a book - short, informative and most of all, there was a gold nugget or two that I took away.&lt;/p&gt;
&lt;p&gt;If you’re like me and have several business books, you should have this one.&lt;/p&gt;
&lt;p&gt;I give a 3.5 out of 5.&lt;/p&gt;</description><link>http://roberthendrickson.com/post/2698851692</link><guid>http://roberthendrickson.com/post/2698851692</guid><pubDate>Tue, 11 Jan 2011 10:58:46 -0500</pubDate><category>gary veynerchuck</category><category>crush it</category></item><item><title>4-Hour Body (Ohmmm)
I just finished the 4-Hour Body by Tim...</title><description>&lt;iframe width="400" height="240" src="http://www.youtube.com/embed/LIVmsIJyj3A?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;strong&gt;4-Hour Body (Ohmmm)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I just finished the 4-Hour Body by Tim Ferris. Not bad. Tim has a way with titles. His first New York Times best seller, 4-hour Workweek, was a time-management book disguised as a way out for the millions of day slavers out there.&lt;/p&gt;
&lt;p&gt;It was a really good read and chock full of quotable thoughts, anecdotes and stories. In Tim Ferris style he makes the book very personal and relies heavy on his own experiences and methods.&lt;/p&gt;
&lt;p&gt;I’ve referred back to it often and believe it is a benefit to my workflow. The advice given by no means allows me to get rich and live my dreams by working 4 hours. But the product and marketing were genious.&lt;/p&gt;
&lt;p&gt;4-Hour body is similar. It’s Tim’s personal journey to craft a body. He does the trial and error so you won’t have to. I’ve incorporated many of his techniques to see if the results are similar and we’ll see.&lt;/p&gt;
&lt;p&gt;Much like 4-hour Work Week, I don’t expect to have a perfect body, but I do expect a better one and some interesting techniques to help me get that much needed 6-pack abs my life so desperately needs.&lt;/p&gt;
&lt;p&gt;It’s worth the read.&lt;/p&gt;</description><link>http://roberthendrickson.com/post/2685013683</link><guid>http://roberthendrickson.com/post/2685013683</guid><pubDate>Mon, 10 Jan 2011 11:17:47 -0500</pubDate></item><item><title>One of the best commercials I’ve seen. Perfect advertising...</title><description>&lt;iframe width="400" height="320" src="http://www.youtube.com/embed/fB_1gPRCLCo?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;One of the best commercials I’ve seen. Perfect advertising puts the viewer into a specific state of mind and then leaves them with just a taste of the product name on the feeling. This energetic and great feeling brought to you by Honda. Enjoy.&lt;/p&gt;</description><link>http://roberthendrickson.com/post/2639602672</link><guid>http://roberthendrickson.com/post/2639602672</guid><pubDate>Fri, 07 Jan 2011 14:18:51 -0500</pubDate></item><item><title>This is the :60 second info-commercial we produced for the Cesar...</title><description>&lt;iframe width="400" height="240" src="http://www.youtube.com/embed/Pe9j5al_hAM?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;This is the :60 second info-commercial we produced for the Cesar Milan “The Dog Whisperer” show on National Geographic.&lt;/p&gt;</description><link>http://roberthendrickson.com/post/2612293612</link><guid>http://roberthendrickson.com/post/2612293612</guid><pubDate>Wed, 05 Jan 2011 15:18:34 -0500</pubDate></item><item><title>This is the Vetericyn vignette that is running on Fox Sports...</title><description>&lt;iframe width="400" height="240" src="http://www.youtube.com/embed/UnyofTKQ7eI?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;This is the Vetericyn vignette that is running on Fox Sports Network. A real nice personal testimonial by Clinton Anderson.&lt;/p&gt;</description><link>http://roberthendrickson.com/post/2612271763</link><guid>http://roberthendrickson.com/post/2612271763</guid><pubDate>Wed, 05 Jan 2011 15:16:35 -0500</pubDate></item><item><title>Traditional Advertising - A Hard Pill To Swallow</title><description>Clayton Makepeace creates a compelling argument against traditional advertising. One that, until I...</description><link>http://roberthendrickson.com/post/1116257126</link><guid>http://roberthendrickson.com/post/1116257126</guid><pubDate>Mon, 13 Sep 2010 14:23:07 -0400</pubDate></item><item><title>Vetericyn freight train</title><description>Great meetings in Sacramento, Rialto and San Diego.

Our sales are hitting and the people are...</description><link>http://roberthendrickson.com/post/1050095231</link><guid>http://roberthendrickson.com/post/1050095231</guid><pubDate>Wed, 01 Sep 2010 19:03:19 -0400</pubDate></item></channel></rss>

