<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bill Erickson&#187; business</title>
	<atom:link href="http://www.billerickson.net/tag/business/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billerickson.net</link>
	<description>WordPress Consulting</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:32:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Connecting your Contact Form to CRM</title>
		<link>http://www.billerickson.net/contact-form-to-wordpress-crm/</link>
		<comments>http://www.billerickson.net/contact-form-to-wordpress-crm/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 00:14:23 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/?p=3011</guid>
		<description><![CDATA[Here's how to set up a contact form that will auto-populate your CRM, powered by TwentyTen CRM.]]></description>
			<content:encoded><![CDATA[<p>It took a bit of work, but a few months ago I finally figured out a way to connect my contact form to my CRM. Here&#8217;s the tools you&#8217;ll need:</p>
<ul>
<li><a title="TwentyTen CRM" href="http://www.billerickson.net/twentyten-crm/">TwentyTen CRM</a>, running in its own WordPress installation (mine is crm.billerickson.net).</li>
<li><a href="http://wordpress.org/extend/plugins/registered-users-only/">Registered Users Only</a> plugin running on your CRM install, to keep it private.</li>
<li><a href="http://www.billerickson.net/get-gravityforms">Gravity Forms</a> and <a href="http://wordpress.org/extend/plugins/gravity-forms-custom-post-types/">Gravity Forms + Custom Post Types</a> plugins installed on your CRM.</li>
</ul>
<h3>Build the form</h3>
<p>Using Gravity Forms, create a contact form with all the relevant fields you want to collect. Out of the box, GF let&#8217;s you create simple posts using your form. Using the GF + CPT plugin, you&#8217;ll be able to link the fields to meta and taxonomy fields. Here&#8217;s the fields I&#8217;m using in <a href="http://www.billerickson.net/contact/">my form</a>:</p>
<ul>
<li>Your Name = Post Title. This field also has all the extra post data on it. I&#8217;m publishing it as a Draft post (I publish it once I&#8217;ve responded) in the &#8220;Prospect&#8221; category.</li>
<li>Your Email = Post Meta field for email (_crm_client_email).</li>
<li>Your Phone = Post Meta field for phone (_crm_client_phone)</li>
<li>URL = Post Meta field for url (_crm_client_url)</li>
<li>How did you find me = dropdown populated by the Source taxonomy</li>
<li>Message = Post Body</li>
<li>[Hidden] Sales Status = Post Meta for ( _crm_sales_status) setting it to Inquiry</li>
<li>[Hidden] Inquiry Date = Post Meta for ( _crm_date_inquiry ) setting it to current date</li>
</ul>
<p>I wasn&#8217;t able to have a hidden field that sets the value of a taxonomy, so I added the following code to my functions.php file in TwentyTen CRM to set a default value. If you don&#8217;t specify a value for the Point of Contact taxonomy, it sets it to &#8220;Email Form&#8221; when you publish the post (thanks <a href="http://wordpress.mfields.org/">Michael Fields</a>):</p>
<p><script src="https://gist.github.com/1325968.js"> </script></p>
<h3>Create Contact Page in CRM</h3>
<p>Once you&#8217;ve created your form, it&#8217;s time to create a contact page. Go to Pages &gt; Add New, create a page called Contact, then add the appropriate shortcode to it to add the form.</p>
<p>But we want the contact page on our website, not on our CRM. Let&#8217;s strip this page bare so we can embed it to your actual site as an iFrame.</p>
<p>I created a very simple page template in a file called template-form.php (update this with your proper gravity forms code):</p>
<p><script src="https://gist.github.com/1325971.js"> </script></p>
<h3>Make the Contact Page Accessible</h3>
<p>So now we have a functioning (and bare) contact form page that looks <a href="http://crm.billerickson.net/index.php/form/">something like this</a>. But because we have the Registered Users Only plugin, only logged in users can access the form. Luckily the plugin provides us a filter to specify certain pages that are open to everyone.</p>
<p>Use the following code in your functions.php file to make the form page accessible. Change &#8216;form&#8217; to whatever the page slug of your contact page is (mine is &#8216;form&#8217;).</p>
<p><script src="https://gist.github.com/1325974.js"> </script></p>
<h3>Finally, Add the Contact Form to Website</h3>
<p>On your public website, create a contact page and embed the CRM contact form as an iFrame. Here&#8217;s what my embed code looks like:</p>
<p><script src="https://gist.github.com/1325975.js"> </script></p>
<p>Now you&#8217;ll have a contact form that will auto-populate your CRM with the contact&#8217;s information. They&#8217;ll show up as Drafts, and you can click &#8220;Publish&#8221; once you&#8217;ve responded. This was hugely helpful for me on <a href="http://www.billerickson.net/freelance-traveling-tips/" title="Tips for maintaining your freelance business while traveling">my recent trip</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/contact-form-to-wordpress-crm/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tips for maintaining your freelance business while traveling</title>
		<link>http://www.billerickson.net/freelance-traveling-tips/</link>
		<comments>http://www.billerickson.net/freelance-traveling-tips/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 15:32:30 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/?p=2987</guid>
		<description><![CDATA[Planning a vacation? Here's some tips for maintaining your business so you're ready to work when you get back.]]></description>
			<content:encoded><![CDATA[<p>I just got back from a wonderful 3 week vacation in Europe (<a href="http://www.flickr.com/photos/mg315/sets/72157626753295253/">photos</a>). It was a much needed break, but it took a lot of planning upfront to ensure my freelance business could quickly pick up when I got back. Here&#8217;s some quick tips from my experience:</p>
<ul>
<li>Before your trip, give yourself a few weeks or a month in which you don&#8217;t take on any new work. This will give you the time to appropriately wind down existing work, even if it was supposed to be finished earlier (there&#8217;s always last minute requests). I only took on two new projects at the beginning of May, although they were pretty large ones. Even though I could have squeezed in a few smaller projects, I didn&#8217;t want to push it. My last week of work was hard, working from 8am-10pm finishing up the projects (<a href="http://danshamptons.com/">Dans Hamptons</a> and <a href="http://www.eatlifewhole.com/">Eat Life Whole</a>), but they came out great and I didn&#8217;t have to work on them while traveling.</li>
<li>Use a CRM (<a href="http://www.billerickson.net/twentyten-crm/">TwentyTen CRM</a> or Salesforce) and have your contact form connect to it. You should be doing this already, but coming back to 50 emails from prospective clients is unmanageable. Get everything in your CRM so you can work your way through it when you get back. I&#8217;ll be posting a tutorial soon on having a contact form update TwentyTen CRM, <a href="http://www.billerickson.net/twentyten-crm/comment-page-1/#comment-3907">but here&#8217;s a quick summary</a>.</li>
<li>Make sure your contact form mentions that you&#8217;re on vacation, so they don&#8217;t expect an immediate response. Also update your voicemail. In my voicemail I said I&#8217;d be out of the country and wouldn&#8217;t be back until the end of June, and asked them to please use the contact form on my site or email me. When I got back I only had 2 voicemails that weren&#8217;t already in my CRM.</li>
<li>Check in periodically to filter your email. I did about every 5 days. For projects that weren&#8217;t a good fit I sent a list of recommended developers, and those that were I reiterated that I&#8217;ll be back at the end of June and will get back to them as soon as possible. In my CRM I closed the ones I forwarded away and marked the ones I didn&#8217;t as &#8220;after trip followup&#8221;. I also added prospects that just emailed me to the CMS (30% of my inquiries come from email, 60% from email form, and 10% from phone).</li>
<li>Give people a fuzzy date of when you&#8217;ll be back. I said &#8220;end of June&#8221; instead of June 21 so that I&#8217;m in control of my schedule when I get back. If everyone knows the date you&#8217;ll get back, you&#8217;ll get flooded with emails and phone calls that day.</li>
<li>When you do get back, give yourself a few days to a week to catch up. I landed on a Tuesday but my first official day back in the office was the following Monday. During those extra days I went through my CRM and followed up with everyone, scheduling phone calls throughout the following week.</li>
<li>Only let meetings and phone calls take up half your day when you get back. I scheduled phone calls from 8am to noon for the first few days I&#8217;m back. I was then able to work during the afternoon. During my &#8220;extra&#8221; days before I got back to work I was able to land a few small projects to do this week. This will keep me feeling productive because after a full day of phone calls I feel drained and unaccomplished. I love working, not talking about working, so I&#8217;m organizing my calendar accordingly.</li>
</ul>
<p>And because of <a href="http://www.billerickson.net/twentyten-crm">TwentyTen CRM</a> I was able to keep it all organized and (relatively) stress-free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/freelance-traveling-tips/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>We&#039;re All Entrepreneurs</title>
		<link>http://www.billerickson.net/we-are-all-entrepreneurs/</link>
		<comments>http://www.billerickson.net/we-are-all-entrepreneurs/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 22:31:35 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[finance]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/?p=851</guid>
		<description><![CDATA[College students are having a hard time finding jobs due to the recession. It's time to think like an entrepreneur and sell yourself. Entrepreneurs are "too small to fail."]]></description>
			<content:encoded><![CDATA[<p>[This was originally a comment on <a href="http://mays.tamu.edu/blog/?p=594">Riding on the Wire</a>. I expanded on it a bit more here]</p>
<p>I read a great post about how <a href="http://www.thisisgoingtobebig.com/2009/01/in-this-economy-were-all-entrepreneurs.html">in this economy, we&#8217;re all entrepreneurs</a>. Our educational system is built to print out mass quantities of specific &#8220;student templates,&#8221; like Accounting major, Finance major&#8230; and restock the large institutions.  While this works in a growing economy, when the Big 4 just hire all the Accounting majors, it doesn&#8217;t prepare them for a competitive job market. For the most part, graduating students have been commoditized. How do they compete with all the other Accounting majors when they are exactly the same in all relevant respects?</p>
<p>What our educational process needs is a dose of entrepreneurship. It needs to teach students to sell themselves, find a unique niche in the organization to serve (NOT a mass-produced, interchangeable cog), and establish a personal brand (or unique identity if <a href="http://andrewhyde.net/where-the-funs-at/">you think the phrase &#8220;personal brand&#8221; belongs to those with scents</a>). But most of all, students need to pursue something in which they&#8217;re interested. Too many have gone the Accounting/Finance track because it&#8217;s well defined  and makes good money (see <a href="http://mays.tamu.edu/blog/?p=594">Brittany&#8217;s post</a>).</p>
<p>Those who followed the easy path straight into a career they didn&#8217;t really enjoy will most likely be the first to get cut. They aren&#8217;t passionate about their work, and don&#8217;t provide more value than they cost to the firm in the downturn.</p>
<p>Those who follow what they love make a job for themselves, either by working for themselves (startup, freelancing or consulting) or by convincing others to create a job at a company for them. When a company creates a job for you, you get to do exactly what you&#8217;re passionate about (by design), and there&#8217;s no competition for that position &#8211; who is more qualified at being you than you?</p>
<p>While the financial organizations might be &#8220;too big to fail,&#8221; the individuals at those organizations aren&#8217;t. When you work for someone else, there&#8217;s not much you can do to prevent yourself from getting fired &#8211; it&#8217;s mostly out of your hands.</p>
<p><a href="http://howardlindzon.com/">Howard Lindzon</a> came up with the term &#8220;too small to fail.&#8221; When you&#8217;re self-employed, you can&#8217;t fire yourself. If you need more money, you work harder or find different things to work on.</p>
<p>This is the entrepreneurial spirit, and a lot more people are going to need to find it if they want to succeed in this environment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/we-are-all-entrepreneurs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How does a young person get a job in advertising or PR in a recession?</title>
		<link>http://www.billerickson.net/how-does-a-young-person-get-a-job-in-advertising-or-pr-in-a-recession/</link>
		<comments>http://www.billerickson.net/how-does-a-young-person-get-a-job-in-advertising-or-pr-in-a-recession/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 13:11:49 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[personal-brand]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/?p=660</guid>
		<description><![CDATA[(Posted as a comment here.) Great post. This should be required reading for all graduates, not just marketing majors. I think an important but overlooked topic in college is managing your personal brand. In this digital age, we&#8217;re all building our own brands through facebook, flickr, twitter, and personal blogs. In our junior or senior [...]]]></description>
			<content:encoded><![CDATA[<p>(<a href="http://www.brandtobedetermined.com/brandtobedetermined/2008/11/how-does-a-young-person-get-a-job-in-advertising-or-pr-in-a-recession.html?cid=140970000">Posted as a comment here</a>.)</p>
<p>Great post. This should be required reading for all graduates, not just marketing majors.</p>
<p>I think an important but overlooked topic in college is managing your personal brand. In this digital age, we&#8217;re all building our own brands through facebook, flickr, twitter, and personal blogs.</p>
<p>In our junior or senior year, we&#8217;re all told to clean up our online personas to make sure you&#8217;re hire-able. For some this means deleting drunken photos, but for many they simply remove all digital references to themselves by deleting their facebook profile.</p>
<p>In our increasingly digital economy, a lack of an online persona is comparable to a drunken photo &#8211; a reason for not hiring someone. In a time when &lt;a href=&#8221;http://englishcut.com/&#8221;&gt;English tailors&lt;/a&gt; have a blog, if you don&#8217;t show your digital competence by maintaining your personal brand online you&#8217;re much less valuable to a business than someone who does.</p>
<p>This doesn&#8217;t just apply to the tech and marketing sector. Many businesses are using their new hires to help them understand social media &#8211; if you have net natives inhouse, why hire a social media consultant?</p>
<p>Next time you&#8217;re up at A&amp;M, you should give a talk on this subject.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/how-does-a-young-person-get-a-job-in-advertising-or-pr-in-a-recession/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Morality and Ethics</title>
		<link>http://www.billerickson.net/morality-and-ethics/</link>
		<comments>http://www.billerickson.net/morality-and-ethics/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 08:46:05 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[ethics]]></category>
		<category><![CDATA[morality]]></category>
		<category><![CDATA[tamu]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/?p=343</guid>
		<description><![CDATA[What does Morality and Ethics mean? I take the definition provided by a Business Ethics course and follow it to its logical end.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent some time over the past 3 months discussing the concepts of Morality and Ethics. I took a course in <a href="http://www.billerickson.net/index.php/post/my-oxford-experience/">Moral Philosophy</a> this summer, and I&#8217;m taking Business Ethics right now.</p>
<p>In the first seminar of the Business Ethics series, the professor introduced us to his definitions of Morality and Ethics, which would form the basis of his discussions. While I disagree with the definitions, for the sake of argument I will accept them to see where it leads. First, the definitions:</p>
<p>Morality &#8211; one&#8217;s internal belief structure of what is good and true<br />
Ethics &#8211; the core values defined by a community of what is good and true</p>
<p>You can probably see the problem already. What is ethical is whatever the community (either as a whole or just a majority) believes is right. The guys at Enron were ethical because they were doing exactly what their community (Enron) believed was right. To determine if they were moral, one must look to see if there was an internal conflict between what he did because of Ethics, and what he wanted to do because of his Morals.</p>
<p>You can counter this with the notion that the Enron community didn&#8217;t align with the larger community (our society), and that our society is where Ethics are truly derived. But this is wrong &#8211; by deriving Ethics from a community and not from universal truths, you recognize that there are multiple communities with differing ethics. Because Ethics are derived from that community, members from one community can&#8217;t say the Ethics of another community are wrong.</p>
<p>This leads us to one of the biggest problems in modern philosophy today &#8211; the concept of relativism. I won&#8217;t go deep into the philosophy behind it, but basically if you follow this line of thinking to its end, you reach a point where you find a community that represents any possible combination of Ethics. I can murder people as long as I associate with a community that believes murder is right.</p>
<p>The existence of a practice does not entail its being ethical. We must use our intuition to determine if it is truly right.</p>
<p>Is whistleblowing right or wrong? According to this definition of Ethics, it is always wrong because it always is in disagreement with the core values of a business (whether those be lieing, cheating, stealing&#8230;). In my mind, this fails the Intuition Test.</p>
<p>Which leads me to my argument: We shouldn&#8217;t be taught &#8220;Business Ethics&#8221; if Ethics is defined as principles which the business as a whole says is right. We should be taught &#8220;Business Morality&#8221; in order to question the norms in a business to ensure they truly are right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/morality-and-ethics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

