<!-- move these styles into a global definition -->

<style>
.hint {
	color: #ccc;
}

.sparkInput {
	font-size: 12px;
	padding: 5px;
	color: #222222;
	width: 500px;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

.sparkTextarea {
	width: 500px;
	height: 250px;
	font-size: 14px;
	padding: 3px;
	color: #222222;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

.sparkButton {
	font-size: 12px;
	padding: 5px;
	color: #222222;
	font-family: "Lucida Grande",verdana,arial,helvetica,sans-serif;
}

.required {
	color: red;
}

</style>

<script>
function toggleEndDate()
{
	if(	document.getElementById('endDateRow').style.display == 'none')
		document.getElementById('endDateRow').style.display = 'block';
	else
		document.getElementById('endDateRow').style.display = 'none';
}

function showNewVenue()
{
	document.getElementById('newVenue').style.display = 'block';
	document.getElementById('venueList').style.display = 'none';
	
}

function showNewLocation()
{
	document.getElementById('event_location_dropdown').style.display = 'none';
	document.getElementById('event_location_new').style.display = 'block';
	
}

</script>


<style>
	.sparkInput {
		width: 250px;
	}

</style>

<script>

function showNewLocation()
{
	document.getElementById('venue_location_dropdown').style.display = 'none';
	document.getElementById('venue_location_new').style.display = 'block';
	
}

</script>

<?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>Colin Loretz &#187; Salesforce.com</title>
	<atom:link href="http://colinloretz.com/tag/salesforcecom/feed/" rel="self" type="application/rss+xml" />
	<link>http://colinloretz.com</link>
	<description>Technology &#38; Life Hacking</description>
	<lastBuildDate>Mon, 23 Aug 2010 20:22:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My Calendar Syncing Solution</title>
		<link>http://colinloretz.com/2009/12/my-calendar-syncing-solution/</link>
		<comments>http://colinloretz.com/2009/12/my-calendar-syncing-solution/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 18:03:02 +0000</pubDate>
		<dc:creator>Colin Loretz</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[basecamp]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://colinloretz.com/?p=529</guid>
		<description><![CDATA[Calendars and I are something that have never quite gotten along. I&#8217;ve tried using everything from iCal on my mac, the calendar on my iPhone, Google Calendar, Backpack Calendar, and to-do applications like Things or ToodleDo. With each system, I would eventually just resort to using a piece of paper or a notebook to track [...]]]></description>
			<content:encoded><![CDATA[<p>Calendars and I are something that have never quite gotten along. I&#8217;ve tried using everything from iCal on my mac, the calendar on my iPhone, Google Calendar, <a href="http://backpackit.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/backpackit.com/?referer=');">Backpack Calendar</a>, and to-do applications like <a href="http://culturedcode.com/things/" onclick="pageTracker._trackPageview('/outgoing/culturedcode.com/things/?referer=');">Things</a> or <a href="http://toodledo.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/toodledo.com?referer=');">ToodleDo</a>. With each system, I would eventually just resort to using a piece of paper or a notebook to track everything. I&#8217;m now starting two companies and I have a need to actually share/see both my availability and that of the people I&#8217;m working with. So unless moleskine notebooks someday become internet-enabled, I needed to teach myself to use something else.</p>
<p>I managed to sync my Google Calendar, iPhone, iCal on Mac, Salesforce calendar and Basecamp Milestones. Each one of the technologies supports integration without third-party applications except Salesforce, which I will show you below.<br />
<img class="aligncenter size-full wp-image-530" style="margin-bottom: 15px;" title="sync" src="http://colinloretz.com/wp-content/uploads/2009/12/sync.gif" alt="sync" width="400" height="294" /></p>
<h2>What You Will Be Able To Do</h2>
<p>As illustrated above, you will have bidirectional integration with each system except Basecamp, which will only be imported into Google Calendar as a read-only calendar (fortunately that is all I really need for Basecamp).</p>
<p>You will be able to create/edit/delete events most efficiently between iCal, GCal, and iPhone, as if they were all the exact same calendar. This includes being able to invite people to those events.</p>
<h2>How To Do It</h2>
<p>We&#8217;re now able to do this thanks to a wonderful technology called <a href="http://en.wikipedia.org/wiki/CalDAV" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/CalDAV?referer=');">CalDav</a> which is supported by most of these platforms.</p>
<h3>Setup Google Calendar</h3>
<p>I use Google Apps on my own domain but this should work with the regular Google Calendar as well. Simply setup Google Calendar how you would like to use it.</p>
<h3>Add Basecamp to Google Calendar</h3>
<p>Login to your Basecamp and scroll down to the bottom of the page to find your global feeds. Right-click on the <strong>Global iCal Feed</strong> and copy the link address. Go into Google Calendar and in the left sidebar, click the Add+ link and select <strong>Add by Url</strong>. Paste in your URL and you can select whether or not you&#8217;d like to make it publicly accessible. I would only enable this if you want to publish your GCal on a website somewhere.</p>
<p><img class="aligncenter size-full wp-image-531" style="padding-bottom: 10px;" title="add" src="http://colinloretz.com/wp-content/uploads/2009/12/add.gif" alt="add" width="315" height="100" /></p>
<h3>Add Salesforce to Google Calendar</h3>
<p>For this integration, I had to use <a href="http://sites.force.com/appexchange/apex/listingDetail?listingId=a0N300000016YPBEA2" target="_blank" onclick="pageTracker._trackPageview('/outgoing/sites.force.com/appexchange/apex/listingDetail?listingId=a0N300000016YPBEA2&amp;referer=');">Appirio Sync for Google Calendar</a>. It&#8217;s free on the AppExchange. Install the app inside of Salesforce and it will step you through the setup. You can select from bi-directional syncing or opt only for Salesforce to Google or Google to Salesforce functionality.</p>
<h3>Syncing Google Calendar and the iPhone calendar (<a target="_blank">link</a>)</h3>
<p>You must have at least the 3.0 version of the iPhone firmware for this to work.</p>
<p>These instructions were provided by Google:</p>
<ol>
<li>Open the <strong>Settings</strong> application on your device&#8217;s home screen.</li>
<li>Open <strong>Mail, Contacts, Calendars</strong>.</li>
<li>Select <strong>Add Account&#8230;</strong></li>
<li>Select <strong>Other</strong>.</li>
<li>Select <strong>Add CalDAV Account</strong>.</li>
<li>Enter your account information:
<ul>
<li>In the <strong>Server</strong> field, enter [ google.com ]</li>
<li>In the <strong>Username</strong> field, enter your full Google Account email address.</li>
<li>In the <strong>Password</strong> field, enter your Google Account password.</li>
<li>In the <strong>Description</strong> field, enter the name you&#8217;d like to appear on the account.</li>
</ul>
</li>
<li>Select <strong>Next</strong> at the top of your screen.</li>
</ol>
<p>After you&#8217;ve completed setup, open the Calendar application and syncing will automatically begin.</p>
<p>By default only your primary calendar will be synced to your device. You can sync additional calendars by visiting one of the following pages from any browser (via desktop or mobile device):</p>
<ul>
<li>For non-Google Apps users: <a style="color: #0000cc;" href="https://www.google.com/calendar/iphoneselect" onclick="pageTracker._trackPageview('/outgoing/www.google.com/calendar/iphoneselect?referer=');">https://www.google.com/calendar/iphoneselect</a></li>
<li>For Google Apps users: https://www.google.com/calendar/hosted/<strong>YOUR DOMAIN NAME</strong>/iphoneselect</li>
</ul>
<p>Select the calendars you&#8217;d like to sync, and click <strong>Save</strong>. The selected calendars will display on your device at the time of the next sync.</p>
<h3>Syncing Google Calendar and Ical (<a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=99358#ical" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.google.com/support/calendar/bin/answer.py?hl=en_amp_answer=99358_ical&amp;referer=');">link</a>)</h3>
<ol>
<li>Open Apple iCal, go to <strong>Preferences</strong> and then the <strong>Accounts</strong> tab.</li>
<li>Click on the <strong>+</strong> button to add an account.</li>
<li>Under <strong>Account Information</strong>, enter your Google Account username and password.</li>
<li>Under <strong>Server Options</strong>, add the following URL:<br />
<em>https://www.google.com/calendar/dav/YOUREMAIL@DOMAIN.COM/user</em>Replace &#8216;youremail@domain.com&#8217; with the email address that you use to log in to Calendar. Make sure to include the &#8216;@domain.com&#8217; portion (which is @gmail.com for Gmail users) in this section.</li>
<li>Click <strong>Add</strong>.</li>
<li>Under the <strong>Delegation</strong> tab, select the calendars you&#8217;d like to add to iCal by checking the boxes next to them. You may need to hit <strong>refresh</strong> to get the latest list of calendars.</li>
<li>Add your email address to your Address Book card by selecting <strong>Add Email</strong>. You&#8217;ll be prompted to add your email address only if your address is not already in your Address Book.</li>
</ol>
<p>You won&#8217;t be able to invite or email guests to Google Calendar events within iCal if your address is not in your Address Book.</p>
<p>Your Google Calendar will now appear in iCal&#8217;s list of calendars, and changes you make to your Google Calendar in iCal will be reflected when you sign in to Google Calendar.</p>
<h3>Syncing &lt;Insert Name Here&gt; with Google Calendar</h3>
<p>If you use a web application that has dates and events as an iCal feed that you can subscribe to, you can add any of them to Google Calendar.</p>
<h2>A few things to note</h2>
<p>It&#8217;s not perfect but it works for me. Now, I can use whichever calendar is on-hand at the time and it will almost always be reflected elsewhere because my Google Calendar is acting as the master calendar.</p>
<p>Someone recommended I check out <a href="http://www.pocketinformant.com/products_info.php?p_id=pocketinformant_iphone" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.pocketinformant.com/products_info.php?p_id=pocketinformant_iphone&amp;referer=');">Pocket Informant</a> on the iPhone, which syncs with Google Calendar and looks like it has a better method for visualizing events and availability when you have a lot of calendars. I haven&#8217;t tried it yet as it costs $12 on the App Store but its worth taking a look at it if you use a lot of calendars.</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://colinloretz.com/2009/12/my-calendar-syncing-solution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introducing my Unofficial Basecamp + Salesforce.com Toolkit</title>
		<link>http://colinloretz.com/2009/11/introducing-basecamp-salesforce-com/</link>
		<comments>http://colinloretz.com/2009/11/introducing-basecamp-salesforce-com/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 15:00:04 +0000</pubDate>
		<dc:creator>Colin Loretz</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[37signals]]></category>
		<category><![CDATA[basecamp]]></category>
		<category><![CDATA[df09]]></category>
		<category><![CDATA[dreamforce]]></category>
		<category><![CDATA[forcedotcom]]></category>

		<guid isPermaLink="false">http://colinloretz.com/?p=501</guid>
		<description><![CDATA[For the Force.com developer hackathon, I developed an integration toolkit between 37Signals&#8216; Basecamp application for project management and Salesforce.com. This little bit of work earned me the top prize in the Dreamforce 2009 Hackathon so a big thanks to Salesforce.com for putting on the event. It has easily become my favorite part of the Dreamforce [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-508 alignnone" title="logo" src="http://colinloretz.com/wp-content/uploads/2009/11/logo.png" alt="logo" width="300" height="55" /></p>
<p>For the Force.com developer hackathon, I developed an integration toolkit between <a href="http://37signals.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/37signals.com?referer=');">37Signals</a>&#8216; Basecamp application for project management and Salesforce.com. This little bit of work earned me the top prize in the <a href="http://developer.force.com/hackathon" target="_blank" onclick="pageTracker._trackPageview('/outgoing/developer.force.com/hackathon?referer=');">Dreamforce 2009 Hackathon</a> so a big thanks to Salesforce.com for putting on the event. It has easily become my favorite part of the Dreamforce conference.</p>
<p><a href="http://salesforce.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/salesforce.com?referer=');">Salesforce.com</a>, in its simplest form, allows for the tracking of business leads, contacts, accounts, opportunities and its development platform extends its functionality to include pretty much whatever a developer can come up with. For many organizations, these salesforce opportunities represent products that are being purchased by another company. What if, however, you are a professional services group? Your services are products in a sense, however the native salesforce.com functionality of products is fairly limited for use for professional services.</p>
<p><strong>Enter Basecamp<br />
</strong><a href="http://basecamphq.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/basecamphq.com?referer=');">Basecamp</a> allows you to manage companies, projects and the various messages, to-do lists, milestones, files and time tracking for each project.</p>
<p><strong>Your Basecamp is in my Salesforce</strong><br />
This Basecamp+Salesforce.com toolkit allows you to tie Salesforce opportunities to Basecamp projects right out of the box. The toolkit includes methods for all of the Basecamp API methods so developers can build their own applications using whichever Salesforce.com objects and business logic they desire using visualforce and apex code.</p>
<p>Due to the time constraints on the Hackathon competition, the toolkit requires a little bit of work on my part before I deem it ready for releasing to the <a href="http://developer.force.com/codeshare" target="_blank" onclick="pageTracker._trackPageview('/outgoing/developer.force.com/codeshare?referer=');">Force.com Code Share</a>.</p>
<p><strong>Features</strong></p>
<ul>
<li>Tie your Salesforce user account to your Basecamp user account</li>
<li>Associate opportunities to existing Basecamp projects</li>
<li>Create new Basecamp projects from within Salesforce</li>
<li>Create, read, edit and delete project messages, to-do lists and milestones</li>
<li>Manage completion of to-do lists</li>
</ul>
<p><strong>Considerations<br />
<span style="font-weight: normal;">Both Basecamp and Salesforce have methods for alerting users regarding upcoming tasks. The initial version of this integration relies on Basecamp&#8217;s notifications, which can be selected from within Salesforce.</span></strong></p>
<p><strong>Roadmap<br />
<span style="font-weight: normal;">Due to the short timeframe provided during the Dreamforce Hackathon there are a few Basecamp functional areas that were not written into the toolkit. I plan to add these items soon but they may not be in the first version released to the code share.</span></strong></p>
<ul>
<li>Time tracking</li>
<li>Writeboards</li>
<li>Files</li>
</ul>
<p><a href="http://colinloretz.com/wp-content/uploads/2009/11/basecamp_sf1.png"><img class="alignnone size-large wp-image-520" title="basecamp_sf" src="http://colinloretz.com/wp-content/uploads/2009/11/basecamp_sf1-1024x528.png" alt="basecamp_sf" width="500" /></a></p>
<p><a href="http://colinloretz.com/wp-content/uploads/2009/11/basecamp_sf2.png"><img class="size-large wp-image-517" title="basecamp_sf2" src="http://colinloretz.com/wp-content/uploads/2009/11/basecamp_sf2-1024x399.png" alt="basecamp_sf2" width="500" /></a></p>
<p><a href="http://colinloretz.com/wp-content/uploads/2009/11/basecamp_sf3.png"><img class="alignnone size-full wp-image-518" title="basecamp_sf3" src="http://colinloretz.com/wp-content/uploads/2009/11/basecamp_sf3.png" alt="basecamp_sf3" width="500" /></a></p>
<p><small><em>Disclaimer: I am not affiliated with either Salesforce.com, Dreamforce, 37Signals or Basecamp.</em></small></p>
]]></content:encoded>
			<wfw:commentRss>http://colinloretz.com/2009/11/introducing-basecamp-salesforce-com/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>What am I up to now?</title>
		<link>http://colinloretz.com/2009/07/what-am-i-up-to-now/</link>
		<comments>http://colinloretz.com/2009/07/what-am-i-up-to-now/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 17:05:50 +0000</pubDate>
		<dc:creator>Colin Loretz</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Random Musings]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[ignite]]></category>
		<category><![CDATA[reno collective]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[twelve horses]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://colinloretz.com/?p=399</guid>
		<description><![CDATA[I have a lot of things going on right now so I thought it might be a good time to get it all out in writing, for my own sake as well as to share it with all of you. Now that I&#8217;ve graduated, here are the different areas of my world: Twelve Horses I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I have a lot of things going on right now so I thought it might be a good time to get it all out in writing, for my own sake as well as to share it with all of you.</p>
<p>Now that I&#8217;ve graduated, here are the different areas of my world:</p>
<h3><strong>Twelve Horses</strong></h3>
<p><strong></strong><span style="font-weight: normal;">I&#8217;m still working on Salesforce.com projects at Twelve Horses and taking on a few projects with a project management role.</span></p>
<p><span style="font-weight: normal;"><img style="border: 0px initial initial;" title="439666" src="http://colinloretz.com/wp-content/uploads/2009/07/439666.gif" alt="439666" width="100" /></span></p>
<h3><strong>Social Network Project</strong></h3>
<p><strong></strong><span style="font-weight: normal;">I can&#8217;t name names right now but I have been hired by a social network startup in San Francisco as a contractor to do two things. The first is to take their existing website and social network framework, originally built on Ruby on Rails, and move it to WordPress MU with BuddyPress. The second is to implement a full redesign that they have already had commissioned by another designer.</span></p>
<p><img class="alignnone size-medium wp-image-407" title="buddypress-logo" src="http://colinloretz.com/wp-content/uploads/2009/07/buddypress-logo-300x70.gif" alt="buddypress-logo" width="200" /></p>
<p><span style="font-weight: normal;">Their current site is far from being user friendly so I&#8217;m excited to be working on the project as it mixes information architecture, interaction design, and my platform of choice, WordPress. Their goal is to be a content provider with many of the elements you would find on a social network. In fact, because of this, instead of competing with other social networks like Facebook, users will actually be able to sign up for a profile using their existing Facebook profile using the Facebook Connect technology.</span></p>
<p><img class="alignnone size-full wp-image-408" title="connect_white_large_long" src="http://colinloretz.com/wp-content/uploads/2009/07/connect_white_large_long.gif" alt="connect_white_large_long" width="194" height="27" /></p>
<h3><strong>Random Projects</strong></h3>
<p><strong></strong>I just got done acting as a technical editor for a book on developing with the Force.com platform. It was pretty cool to offer insights and feedback on the author&#8217;s manuscript as well as providing validation on the concepts and code examples that were covered.</p>
<h3><strong>Reno Collective</strong></h3>
<p><strong></strong><span style="font-weight: normal;">My biggest endeavor for the last year has been Reno Collective. If you don&#8217;t already know what it is, check the <a href="http://renocollective.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/renocollective.com?referer=');">website</a>. There have been a few ups and downs and we have certainly learned alot. Ed and I went and visited quite a few coworking spaces when were were in California during the San Francisco WordCamp. Jeremy over at NextSpace in Santa Cruz hooked us up with the inside perspective.</span></p>
<p><span style="font-weight: normal;"><img class="alignnone size-full wp-image-420" title="rc" src="http://colinloretz.com/wp-content/uploads/2009/07/rc1.jpg" alt="rc" width="200" /></span></p>
<p>The LLC is in place and everything is on track to open. Our efforts are now being poured into finding a building that fits all of our magic numbers to make the space work and thrive as the community grows. We have a benefit show down at The Amendment 21, featuring a hip-hop and burlesque show that we&#8217;ve called <a href="http://renocollective.com/2009/06/30/reno-collective-benefit-show-at-amendment-21/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/renocollective.com/2009/06/30/reno-collective-benefit-show-at-amendment-21/?referer=');">Beauties &amp; Beats</a>.</p>
<p><img class="alignnone size-full wp-image-402" title="rc" src="http://colinloretz.com/wp-content/uploads/2009/07/rc.jpg" alt="rc" width="400" /></p>
<h3><strong>Events to bring people together</strong></h3>
<p><strong></strong><span style="font-weight: normal;">In the process of promoting Reno Collective, we started to see a need for social (and yes, often geeky) events in Reno. From this need spawned Ignite Reno, Reno-Tahoe WordCamp and what will soon be a Reno WordPress User Group. WordCamp turned out great and we will definitely be putting on another one next year. The first <a href="http://ignitereno.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/ignitereno.com?referer=');">Ignite Reno</a> was also great success and the second Ignite Reno is quickly approaching this month on July 16th.</span></p>
<p><span style="font-weight: normal;"><img class="alignnone size-full wp-image-404" title="ignite" src="http://colinloretz.com/wp-content/uploads/2009/07/ignite.gif" alt="ignite" width="129" height="91" /></span></p>
<p><span style="font-weight: normal;">Future events that we have in the works are FreelanceCamp Reno and LaidOff Camp Reno. Dates, locations and more details are still being worked out but these events will focus on bringing freelancers together to learn from one another and helping locals who have been laid off from their jobs to get back into the job market by working smarter instead of harder, essentially hacking the job process.</span></p>
<p><span style="font-weight: normal;"><img class="alignnone size-full wp-image-405" title="fcamplogo" src="http://colinloretz.com/wp-content/uploads/2009/07/fcamplogo.gif" alt="fcamplogo" width="200" /></span></p>
<p><span style="font-weight: normal;"><img class="alignnone size-medium wp-image-406" title="laidoff" src="http://colinloretz.com/wp-content/uploads/2009/07/laidoff-300x69.png" alt="laidoff" width="200" /></span></p>
<h3>My &#8216;Infinite&#8217; Amount of Spare Time</h3>
<p>Yes, there is and will always be, spare time. I like to work hard and play hard. I just completed the <a href="http://colinloretz.com/2009/06/tour-de-nez-2009/">Tour De Nez</a> as my first century bike ride. I&#8217;m prepping for Burning Man at the end of the summer with the camp that Ed is putting together, <a href="http://edadkins.com/media/blackrock_center_unlearning.jpg" target="_blank" onclick="pageTracker._trackPageview('/outgoing/edadkins.com/media/blackrock_center_unlearning.jpg?referer=');">The Black Rock Center for Unlearning</a>. I am still not 100% sure I will be going out to the playa this year as I also have my eye on heading over the England and Switzerland for the first time but I am pitching in where I can to help prepare. Now that it is summer time, I also look forward to many visits up to Lake Tahoe (geocaching, perhaps?), rafting down the Truckee River and getting in hundreds (thousands?) of miles on the road bike.</p>
<p><img class="alignnone size-full wp-image-424" title="brcu" src="http://colinloretz.com/wp-content/uploads/2009/07/brcu.jpg" alt="brcu" width="200" height="128" /></p>
]]></content:encoded>
			<wfw:commentRss>http://colinloretz.com/2009/07/what-am-i-up-to-now/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Inspired by the Force, the Force.com platform that is</title>
		<link>http://colinloretz.com/2008/06/inspired-by-the-force-the-forcecom-platform-that-is/</link>
		<comments>http://colinloretz.com/2008/06/inspired-by-the-force-the-forcecom-platform-that-is/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 04:16:32 +0000</pubDate>
		<dc:creator>Colin Loretz</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[appexchange]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[dreamforce]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google data api]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[twelve horses]]></category>

		<guid isPermaLink="false">http://colinloretz.com/?p=32</guid>
		<description><![CDATA[I&#8217;ve been working with Salesforce.com for just over a year and it is no where near the same system it was when I started working at Twelve Horses. In the past year, I have seen the CRM evolve to include a full developer platform, Force.com, with Apex code allowing developers to create complex business logic [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with Salesforce.com for just over a year and it is no where near the same system it was when I started working at <a href="http://www.twelvehorses.com" onclick="pageTracker._trackPageview('/outgoing/www.twelvehorses.com?referer=');">Twelve Horses</a>. In the past year, I have seen the <a href="http://colinloretz.com/2008/06/optimizing-business-processes-before-technology/">CRM</a> evolve to include a full developer platform, Force.com, with Apex code allowing developers to create complex business logic for data manipulation, maintaining data quality and the ability to communicate with external services [see Google Data API/Toolkit below]. Force.com then grew to include Visualforce, which grants users the ability to create custom interfaces that use Salesforce.com metadata. Combining Salesforce objects, Apex code and Visualforce, developers are now able to develop in the model-view-controller (MVC) architectural pattern. Simply, MVC allows for the developer to separate their code into layers for ease of maintenance and further development.</p>
<p><img src="http://colinloretz.com/wp-content/uploads/2008/06/google.gif" alt="Google Data API Toolkit" title="google salesforce" style="float:left; margin: 10px" width="198" height="145" class="alignnone size-full wp-image-33" /><br />
I just got back from Tour de Force, which featured a few exciting announcements, especially the <a href="http://wiki.apexdevnet.com/index.php/Google_Data_API_Toolkit" onclick="pageTracker._trackPageview('/outgoing/wiki.apexdevnet.com/index.php/Google_Data_API_Toolkit?referer=');">Google Data API Toolkit</a>, which allows developers to create, manipulate and pull data from Google applications like YouTube, Calendar, Spreadsheets, Docs and more. </p>
<p>I&#8217;ve been developing a project management application through Twelve Horses. Dreamforce 2008 is fast approaching and I would love to be able to package the application and make it available via the AppExchange before then.</p>
]]></content:encoded>
			<wfw:commentRss>http://colinloretz.com/2008/06/inspired-by-the-force-the-forcecom-platform-that-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing business processes before technology</title>
		<link>http://colinloretz.com/2008/06/optimizing-business-processes-before-technology/</link>
		<comments>http://colinloretz.com/2008/06/optimizing-business-processes-before-technology/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:05:05 +0000</pubDate>
		<dc:creator>Colin Loretz</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[Six Sigma]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://colinloretz.com/?p=28</guid>
		<description><![CDATA[Kingsley Joseph asked an interesting question on Twitter today that had me thinking about optimizing business processes: &#8220;what does CRM mean to you? most definitions I find on the web are next to useless&#8221; Kingsley2 He had quite a few responses, mine was as follows: &#8220;@kingsley I would define CRM as any system used to [...]]]></description>
			<content:encoded><![CDATA[<p><a onclick="pageTracker._trackPageview('/outgoing/kingsley2.com/?referer=');pageTracker._trackPageview('/outgoing/kingsley2.com/?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/kingsley2.com/?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/kingsley2.com/?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/kingsley2.com/?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/kingsley2.com/?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/kingsley2.com/?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://kingsley2.com/">Kingsley Joseph</a> asked an interesting question on Twitter today that had me thinking about optimizing business processes:</p>
<blockquote>
<p style="text-align: left;"><span class="entry-content">&#8220;what does CRM mean to you? most definitions I find on the web are next to useless&#8221;<br />
<a style="font-size:75%;" onclick="pageTracker._trackPageview('/outgoing/twitter.com/kingsley2?referer=');pageTracker._trackPageview('/outgoing/twitter.com/kingsley2?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/kingsley2?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/kingsley2?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/kingsley2?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/kingsley2?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/kingsley2?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://twitter.com/kingsley2">Kingsley2</a></span></p>
</blockquote>
<p>He had quite a few responses, mine was as follows:</p>
<blockquote>
<p style="text-align: left;"><span class="entry-content">&#8220;@kingsley I would define CRM as any system used to manage customer touchpoints and value derived from those interactions-products/email/etc&#8221;<br />
<a style="font-size:75%;" onclick="pageTracker._trackPageview('/outgoing/twitter.com/colinloretz?referer=');pageTracker._trackPageview('/outgoing/twitter.com/colinloretz?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/colinloretz?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/colinloretz?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/colinloretz?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/colinloretz?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/colinloretz?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://twitter.com/colinloretz">colinloretz</a></span></p>
</blockquote>
<p>My response to Kingsley was very short. It had to be in order to stay within the 140 character limit of Twitter. As he pointed out in his reply, Twitter&#8217;s restraint can be useful for receiving a clear definition of a complex system like CRM, which if you haven&#8217;t decoded it yet, is customer relationship management usually applied to customer relationship management software. If you Google &#8220;CRM&#8221; or its expanded form, you&#8217;ll find all sorts of definitions, each one more convoluted than the last. It doesn&#8217;t need to be complex.</p>
<p>Customers provide a business with value. Using a grocery store as an example, optimizing touchpoints, anywhere a business and customer interact, can increase variables such as how many times a customer visits the store or how much they spend during each trip, resulting in a higher customer lifetime value.</p>
<p>Some other responses to Kingsley&#8217;s questions included:</p>
<blockquote><p><span class="entry-content">&#8220;CRM is philosophy &amp; strategy that puts the customer at the center, maximizing long-term value for both customer and business&#8221;<br />
<a style="font-size:75%;" onclick="pageTracker._trackPageview('/outgoing/twitter.com/gokubi?referer=');pageTracker._trackPageview('/outgoing/twitter.com/gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/gokubi?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://twitter.com/gokubi">Gokubi</a></span></p>
<p><span class="entry-content">&#8220;CRM requires concrete, measurable goals and clear reporting to validate increasing &#8216;value.&#8217;&#8221;<br />
<a style="font-size:75%;" onclick="pageTracker._trackPageview('/outgoing/twitter.com/dschach?referer=');pageTracker._trackPageview('/outgoing/twitter.com/dschach?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/dschach?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/dschach?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/dschach?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/dschach?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/dschach?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://twitter.com/dschach">dschach</a></span></p>
<p><span class="entry-content">&#8220;CRM is a philosophy &amp; a business strategy, supptd.by a system &amp; technology, designed to improve human interactions in a biz. environment&#8221;<br />
<a style="font-size:75%;" onclick="pageTracker._trackPageview('/outgoing/twitter.com/pgreenbe?referer=');pageTracker._trackPageview('/outgoing/twitter.com/pgreenbe?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/pgreenbe?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/pgreenbe?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/pgreenbe?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/pgreenbe?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/pgreenbe?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://twitter.com/pgreenbe">pgreenbe</a><br />
</span></p></blockquote>
<p>And at a very high level, which probably falls in line with many company mission statements:</p>
<blockquote><p>&#8220;CRM will help you save the world&#8230;if that&#8217;s what you want to do.&#8221;<br />
<a style="font-size:75%;" onclick="pageTracker._trackPageview('/outgoing/twitter.com/Gokubi?referer=');pageTracker._trackPageview('/outgoing/twitter.com/Gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/Gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/Gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/Gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/Gokubi?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/twitter.com/Gokubi?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://twitter.com/Gokubi">Gokubi</a></p></blockquote>
<p><a onclick="pageTracker._trackPageview('/outgoing/www.projectcartoon.com/cartoon/2?referer=');pageTracker._trackPageview('/outgoing/www.projectcartoon.com/cartoon/2?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/www.projectcartoon.com/cartoon/2?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/www.projectcartoon.com/cartoon/2?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/www.projectcartoon.com/cartoon/2?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');" href="http://www.projectcartoon.com/cartoon/2"><img class="alignleft size-full wp-image-29" style="float:left; margin: 15px;" title="Programmer Tree" src="http://colinloretz.com/wp-content/uploads/2008/06/tree.jpg" alt="" width="150" height="248" /></a>I spend a lot of time developing solutions using <a onclick="pageTracker._trackPageview('/outgoing/www.salesforce.com?referer=');pageTracker._trackPageview('/outgoing/www.salesforce.com?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/www.salesforce.com?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/www.salesforce.com?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/www.salesforce.com?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/www.salesforce.com?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/www.salesforce.com?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://www.salesforce.com">Salesforce.com</a>, customer relationship software that is offered using a monthly software-as-a-service model. Many people would probably argue that being a programmer, knowledgeable in Javascript, HTML and Salesforce&#8217;s own Apex code, a derivative of Java, is all you need to develop solutions for the platform. An education in computer science will prepare most programmers for the type of logic that is needed in day-to-day business scenarios. Many businesses could actually benefit from a programmatic approach to business. In fact, applying principles from open source and agile development philosophies to business can have amazing results. That discussion is for another article.</p>
<p>Software can help a business but technology should not be thrown at a problem to make it go away. In most of the businesses I&#8217;ve worked with, there have always been real world processes to optimize before implementing the technology.</p>
<p>Real world experience can be one of the best teachers, but adding textbook learning from areas like <a onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Six_Sigma?referer=');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Six_Sigma?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Six_Sigma?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Six_Sigma?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Six_Sigma?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Six_Sigma?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Six_Sigma?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://en.wikipedia.org/wiki/Six_Sigma">Six Sigma</a> or <a onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Project_management?referer=');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Project_management?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Project_management?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Project_management?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Project_management?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Project_management?referer=http://colinloretz.com/wp-admin/post.php?action=edit&amp;post=28&amp;message=4');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Project_management?referer=http://colinloretz.com/wp-admin/post-new.php');" href="http://en.wikipedia.org/wiki/Project_management">project management</a> to a developer&#8217;s skill set will allow a small team, or even an individual, to optimize a business that can be further supported by technology like Salesforce.com or Microsoft Sharepoint.</p>
]]></content:encoded>
			<wfw:commentRss>http://colinloretz.com/2008/06/optimizing-business-processes-before-technology/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
