<!-- 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; dreamforce</title>
	<atom:link href="http://colinloretz.com/tag/dreamforce/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>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>Off to Dreamforce 2009</title>
		<link>http://colinloretz.com/2009/11/off-to-dreamforce-2009/</link>
		<comments>http://colinloretz.com/2009/11/off-to-dreamforce-2009/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:48:26 +0000</pubDate>
		<dc:creator>Colin Loretz</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dreamforce]]></category>

		<guid isPermaLink="false">http://colinloretz.com/?p=491</guid>
		<description><![CDATA[I&#8217;m heading out to San Francisco this week for Dreamforce 2009, this year&#8217;s Salesforce.com User &#38; Developer conference. Some of the things I&#8217;m particularly looking forward to: Dreamforce Tweetup Developer certification exams to become a certified Force.com Developer Force.com Hackathon: David Schach and I are teaming up on Wednesday night to develop a &#8220;killer Force.com [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dreamforce.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/dreamforce.com?referer=');"><img class="alignright size-full wp-image-492" title="df" src="http://colinloretz.com/wp-content/uploads/2009/11/df.png" alt="df" width="276" height="140" /></a></p>
<p>I&#8217;m heading out to San Francisco this week for <a href="http://dreamforce.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/dreamforce.com?referer=');">Dreamforce 2009</a>, this year&#8217;s Salesforce.com User &amp; Developer conference.</p>
<p>Some of the things I&#8217;m particularly looking forward to:</p>
<ul>
<li><a href="http://twtvite.com/10ilcw" target="_blank" onclick="pageTracker._trackPageview('/outgoing/twtvite.com/10ilcw?referer=');">Dreamforce Tweetup</a></li>
<li>Developer certification exams to become a certified Force.com Developer</li>
<li><a href="http://developer.force.com/hackathon" target="_blank" onclick="pageTracker._trackPageview('/outgoing/developer.force.com/hackathon?referer=');">Force.com Hackathon</a>: <a href="http://twitter.com/dschach" target="_blank" onclick="pageTracker._trackPageview('/outgoing/twitter.com/dschach?referer=');">David Schach</a> and I are teaming up on Wednesday night to develop a &#8220;killer Force.com integration&#8221; with &lt;insert web app name here&gt;.</li>
<li>Meeting up with many of the folks I met last year at the non-profit dinner event</li>
<li>Meeting new developers and users</li>
<li>Finding new projects and ideas to work on when I return to Reno.</li>
</ul>
<p>I&#8217;ll be posting some content later this week, especially with a cool app integration to show off from the Hackathon.</p>
]]></content:encoded>
			<wfw:commentRss>http://colinloretz.com/2009/11/off-to-dreamforce-2009/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
