<?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>To Benefit From The Information Age - Companies Must Commit.</title><description>&lt;p&gt;There are alot of neat and nifty things written about networking technology, such as Internet and Mobile. And if your business has deemed these new techs as necessary for growth, perhaps even survival, then this thread of insights might be of interest to you.&lt;/p&gt;
&lt;p&gt;A while back I was contracted by a magazine publishing company to review ways they could improve performance with their Internet initiatives. Not a difficult task as the performance was leaking water like a cruise ship.&lt;/p&gt;
&lt;p&gt;After a presentation outlining the necessary actions they would need to take in order to be successful, and after a few confused and glassy eyed glances around the room, they asked how they were to enact these ideas.&lt;/p&gt;
&lt;p&gt;I hesitated and then said, “Total commitment to it. If not, go find something else to do.”&lt;/p&gt;
&lt;p&gt;This article is heavy on the publishing industry, but much can be applied to any industry.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1: Commit&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The company and individuals ALL have to commit to the common goal. The goal should be simple and clearly spelled out. A goal for digital or network technologies might be… 25% of ALL revenues generated through digital initiatives. or… Operational cost savings of 12% using web based automation and customer communication such as email renewal notification.&lt;/p&gt;
&lt;p&gt;Notice I use the words digital and networks. I tend to steer clear of word Internet or Web because there are so many new technologies available and our goal is to be platform agnostic.&lt;/p&gt;
&lt;p&gt;At many companies, I estimate that 1 out of every 5 leaders do not want to or will not commit. People (especially magazine people) tend to love their delivery vehicle. They view the Internet as a support mechanism, the website as a repository for old articles and email newsletters are to inform what is coming up in other media.&lt;/p&gt;
&lt;p&gt;I preach that their ability to create good content about niche topics is the true value and that we need to push it out using any vehicle our customers want and is the essence of their product and thus the essence of their brand. It’s a matter of rethinking the content gathering process combined with an understanding of the medium.&lt;/p&gt;
&lt;p&gt;I find it funny that many magazines changed their layout to reflect the Internet, short bursts of information such as how-tos, top tens and little or no in-depth coverage over a particular topic. “That’s what people want now.” is a common comment I hear. That’s like saying “We removed the car’s windshield because motorcycle sales have gone way up and it’s because people like the wind in their hair.”&lt;/p&gt;
&lt;p&gt;Some publishers have been waiting for this change, some understand it and others fight the new goals. The latter need to go use their talents elsewhere as we have lots of work to do and little time to do it without an internal fight about whether pushing our content online is a good idea.&lt;/p&gt;
&lt;p&gt;Commitment to the goals of using digital and network technology is essential to the success of the endeavor and therefore, I have placed it as Step 1.&lt;/p&gt;</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://28.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://27.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>&lt;p&gt;A couple of months ago I was introduced to Mike Dillard while attending a Marketing Mastermind Summit hosted by Josh Bezoni. &lt;/p&gt;

&lt;p&gt;At the time I didn’t get a chance to follow up with everybody and research all the people I’d met. &lt;/p&gt;

&lt;p&gt;However, now that I’ve followed up with Mike, I wish I’d of done it sooner.&lt;/p&gt;

&lt;p&gt;You see, Mike Dillard has developed marketing and sales training for the network marketing space. Check it out at &lt;a href="http://www.magneticsponsoring.com/"&gt;http://www.magneticsponsoring.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s not a niche I’m particularly interested in but his material is shazaam! Good. &lt;/p&gt;

&lt;p&gt;Just learning from his free modules you’ll get a ton of modern marketing techniques. And more important, if you read between the lines and break his material down, he shows you some of the best customer relationship techniques I’ve ever seen. &lt;/p&gt;

&lt;p&gt;Notice: I didn’t say customer service. Mike takes a proactive roll with his program and reaches out to his customers BEFORE there’s ever a problem.&lt;/p&gt;

&lt;p&gt;Look for more of these types of programs and learn even more when we launch Modern Business Marketer.com.&lt;/p&gt;

&lt;p&gt;Be one of the first 100 to pre-register and get a free 10 video course on monetizing social media.&lt;/p&gt;

&lt;p&gt;Robo&lt;/p&gt;</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 your calculator and lastly your gut.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Robo&lt;/em&gt;</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://29.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>&lt;p&gt;There have been many articles written about the Ga of Ga but I think &lt;span class="articleHeadline"&gt;Johanna Skilling did a great job of applying it to a business culture. Read “What Pharma Can Learn From Lady Gaga” &lt;/span&gt;&lt;span class="articleText"&gt;and see for yourself and how the methods might apply to your business.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="articleText"&gt;&lt;a href="http://bit.ly/oDEn8Q"&gt;http://bit.ly/oDEn8Q&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;</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. Use paid media (Advertising) to keep it alive.””&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Rob Hendrickson&lt;/em&gt;</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://27.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>&lt;p&gt;Clayton Makepeace creates a compelling argument against traditional advertising. One that, until I quit the Ad business, I would have not accepted.&lt;/p&gt;
&lt;p&gt;Too many people focus on Brand Awareness and not enough on Brand Strength and Sales.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.earlytorise.com/2010/09/13/advertising-schmadvertising/"&gt;http://www.earlytorise.com/2010/09/13/advertising-schmadvertising/&lt;/a&gt;&lt;/p&gt;</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>&lt;p&gt;Great meetings in Sacramento, Rialto and San Diego.&lt;/p&gt;

&lt;p&gt;Our sales are hitting and the people are banging on all cylinders.&lt;/p&gt;

&lt;p&gt;It’s so very nice to work for an energetic company that pushes instead of pulls.&lt;/p&gt;

&lt;p&gt;I look forward to seeing the brand growth for the new product Puracyn for the human market.&lt;/p&gt;

&lt;p&gt;My takeaways for the day - always stay focused on the top 3-5 items that impede or instill growth jumps. And then have the team work like hell to fix and assist respectively.&lt;/p&gt;</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><item><title>Presentation at Vetericyn and Puracyn.</title><description>&lt;img src="http://27.media.tumblr.com/tumblr_l5toankXkf1qbvqdxo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Presentation at Vetericyn and Puracyn.&lt;/p&gt;</description><link>http://roberthendrickson.com/post/833341578</link><guid>http://roberthendrickson.com/post/833341578</guid><pubDate>Mon, 19 Jul 2010 16:43:39 -0400</pubDate></item><item><title>"I’m like you. We see eye-to-eye. 

We want good education for children. We both want to make enough..."</title><description>“&lt;p&gt;I’m like you. We see eye-to-eye. &lt;/p&gt;

&lt;p&gt;We want good education for children. We both want to make enough money that it provides security and sustenance. We want a clean earth with less smog and NO oil spills. We want wars to be replaced by bars full of shouting and singing men. We want everyone to have a home with good food on a table surrounded by family. We want to walk the streets safely. We want to leave this planet and this life in a little better shape than how it came to us. &lt;/p&gt;

&lt;p&gt;But, I’m not like you. We don’t see eye-to-eye in how to get this done.&lt;/p&gt;”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Rob Hendrickson&lt;/em&gt;</description><link>http://roberthendrickson.com/post/790080065</link><guid>http://roberthendrickson.com/post/790080065</guid><pubDate>Fri, 09 Jul 2010 13:01:32 -0400</pubDate></item></channel></rss>

