<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Prelude Interactive</title>
	
	<link>http://www.preludeinteractive.com</link>
	<description>Nonprofit technology in the trenches</description>
	<lastBuildDate>Fri, 27 Jan 2012 15:05:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/PreludeInteractive" /><feedburner:info uri="preludeinteractive" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>PreludeInteractive</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Getting Started with SalesForce.com</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/nEhFD0BQEyQ/</link>
		<comments>http://www.preludeinteractive.com/2012/01/getting-started-with-salesforce-com/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 16:53:18 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Nerding]]></category>
		<category><![CDATA[Nonprofiteering]]></category>
		<category><![CDATA[SalesForce]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=813</guid>
		<description><![CDATA[SalesForce is a great platform, but getting started on it &#8211; especially without previous experience with a similarly complicated system &#8211; can be intimidating.  I thought I&#8217;d write up some suggested steps.  Overall, your goal should be to get a simple, small value out of SalesForce and build from there.  Don&#8217;t try to set up [...]]]></description>
			<content:encoded><![CDATA[<p>SalesForce is a great platform, but getting started on it &#8211; especially without previous experience with a similarly complicated system &#8211; can be intimidating.  I thought I&#8217;d write up some suggested steps.  Overall, your goal should be to get a simple, small value out of SalesForce and build from there.  Don&#8217;t try to set up everything before you start using it &#8211; as soon as clients &#8220;finish&#8221; their planned configuration, they immediately want to implement and explore more.  Pick one process &#8211; billing, online donors, or volunteer management, and work on that first.</p>
<h3>Day One</h3>
<p>SalesForce is a platform of many different kinds of tools, but most of your day to day usage will be with things called Objects (<a href="https://help.salesforce.com/apex/HTViewHelpDoc?id=glossary.htm&amp;language=en">glossary</a>).  When you create a new &#8220;instance&#8221; of an object, that&#8217;s a Record.  Generally speaking, each Tab shows a &#8220;List View&#8221; &#8211; like a spreadsheet showing a list of Records of a certain type of Object.  If you click on the link to one of those objects, you&#8217;ll see the &#8220;Detail View&#8221; where you can edit field values and see data related to the Object.  &#8221;Related Lists&#8221; of related Objects usually show up below the fields.  I like capitalizing words that are specific SalesForce terms, because many of them are commonly used words in English.</p>
<ol>
<li>Create a few different Records &#8211; edit some fields, save them, and then delete the Records.</li>
<li>Do this on a few different Tabs.  Note that Account is a very commonly used Object (for business, organizations, and groups of Contacts), and must be created before a Contact or Opportunity can be.  <em>Accounts will be central to most SalesForce implementations.</em></li>
<li>Try relating some Objects together.  For example, a Contact object has a &#8220;Lookup&#8221; field for an Account object.</li>
<li>Find the <a href="http://success.salesforce.com/">&#8220;Help with this Page&#8221;</a> link and open it.  It will open to a page related to the screen you are on.</li>
<li>Create a calendar reminder &#8211; <em><strong>every day</strong></em> &#8211; to log into SalesForce at least once.</li>
</ol>
<div>
<p>Start gathering data &#8211; spreadsheets, other systems, etc &#8211; that you want to import into SalesForce.  <strong><em>You don&#8217;t have to do all of it at once</em></strong>, concentrate on something simple that you want to store and automate in SalesForce.</p>
</div>
<h3>Day Two</h3>
<div>
<ol>
<li>With the data you gathered, try creating by hand 5 or 10 records of a certain type. Maybe they&#8217;re donors, volunteers, or board members &#8211; Accounts and related Contacts are a good place to start.  Fill in as much information as you can, but don&#8217;t worry if the data isn&#8217;t a perfect fit and you want additional, or fewer, fields &#8211; we&#8217;ll get to that soon.</li>
<li>From the List View, click <a href="https://help.salesforce.com/apex/htviewhelpdoc?id=customviews.htm&amp;language=en">&#8220;Create New View.&#8221;</a>  This tool allows you to create different lists of Records, filtered in different ways, with different columns.  You can keep these to yourself or share with other users.  You can also Edit any View to see the columns and Records you want.</li>
<li>You might have data that doesn&#8217;t match exactly with the default fields provided by SalesForce.  That&#8217;s OK!  Go to the Setup menu (your name, then Setup), and look for App Setup -&gt; Customize.  Then choose the Object you&#8217;re working with and look for Fields.  Here you can add new Custom Fields to match your data.  For example, if you collect &#8220;Favorite Color&#8221; data from all your board members, you could create a Picklist field and list each color for easy selection.</li>
<li>Before you leave the Setup menu, look at the Page Layouts option for the Object you&#8217;re working with.  Here you can rearrange the fields you see when you view a Record of that type.  You can remove unwanted fields, or add the new Custom Fields you created.  You can also edit the Related Lists.  Handy!  This is where you would make changes for all SalesForce users &#8211; if someone wants to make a change just for themselves, they can click &#8220;Edit Layout&#8221; when viewing the Record itself, or Customize Page .</li>
<li>A Record Type is a way to create different &#8220;flavors&#8221; of the same Object.  You might have some Contact Records that are Donors, and some who are Volunteers.  You don&#8217;t want to see the Total Donated field on one, or the Total Hours Volunteered field on the other.  Record Types are a way to do that &#8211; you can have a unique Layout for each Record Type.   Don&#8217;t worry about them for now, but you might be asked to choose one when creating your Records.</li>
</ol>
<div>Now you know how to change how your data looks in SalesForce, so you can make it easier to use and more functional.  Before too long, you&#8217;ll want to start impressing your boss.</div>
<h3>Day Three</h3>
<div>Two of the best ways to impress your boss are Reports and Dashboard.</div>
<ul>
<li>The Reports Tab can be intimidating, but it happily contains lots of canned types of reports.  Try one!</li>
<li>Reports are generated from the perspective of a certain set of Objects, so it&#8217;s important to choose those Objects carefully so that you can access the fields you want to show.</li>
<li>Try customizing an existing report and output an Excel spreadsheet of all Records of a certain Object created in the last week. If you can generate a Report that shows important fields on the 5 to 10 objects you added yesterday, you&#8217;re doing very well.</li>
<li>Next, edit your Dashboard so you can see data valuable for you.  Then, ask your boss what they want to see.</li>
<li>Make a weekly calendar reminder to nag your boss to log into SalesForce to review their Dashboard and download the Report you made.</li>
</ul>
<h3>And Beyond!</h3>
</div>
<div>
<ol>
<li>At this point, it is essential to start documenting the decisions you make when configuring your SalesForce instance.  Later you&#8217;ll forget, or some processes are difficult to see from a single screen, so you&#8217;ll want a way to define the policies and procedures of your organization so your data stays clean and happy.  Make a shared webpage, or Google Document, or binder in your office containing tips, tricks, and rules.  Make another calendar reminder to update part of it every week, and remember to add your notes whenever you make changes.</li>
<li>Configuring the whole of SalesForce and importing the rest of your data can be time consuming and tricky.  Even if you are feeling comfortable, you might want to ask an experienced volunteer, or a <a href="mailto:salesforce@preludeinteractive.com">SalesForce consultant like us</a>, to help you.</li>
<li>Start documenting processes related to the one you started with:  Emails, invoices, and any regular paperwork related to the process can be automated with SalesForce using the Workflows &amp; Approvals area in the Setup menu.  It&#8217;s a wonderful set of tools!</li>
</ol>
<div><strong><em>Remember that anything you want to do with SalesForce, you can.  Anything!</em></strong>  The challenge is knowing what the features are called so you can find and research them, and also to maintain your own good practices so you don&#8217;t overwhelm yourself with complexity.  Good luck!</div>
</div>
<h3>More Resources</h3>
<p>Most of the goodies &#8211; administrator features, customizations, and configuration options, are in the Setup menu.  Currently, you reach the Setup menu by clicking on your name near the upper right, and then selecting Setup.</p>
<p><a href="SalesForce%20CRM%20Getting%20Started%20Workbook">SalesForce CRM Getting Started Workbook</a> &#8211; has some good high level tips, but only has one small part related to importing data.</p>
<p><a href="http://www.salesforce.com/services-training/training_certification/online/">Online Courses</a> &#8211; 15 to 45 minutes each, produced by SalesForce.  Good place to enjoy your coffee and learn passively.</p>
<p><a href="http://www.salesforcefoundation.org/products/community/start">SalesForce Foundation</a> &#8211; Getting Started.  Good for nonprofits exploring their options.</p>
<p>YouTube</p>
<ul>
<li><a href="http://www.youtube.com/user/mysalesforcetrainer">http://www.youtube.com/user/mysalesforcetrainer</a></li>
<li><a href="http://www.youtube.com/user/salesforce">http://www.youtube.com/user/salesforce</a></li>
<li><a href="http://www.youtube.com/watch?v=puydh-ey_2k&amp;feature=results_main&amp;playnext=1&amp;list=PL0B20CB3212FB0B1E">Playlist of SalesForce training </a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/nEhFD0BQEyQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2012/01/getting-started-with-salesforce-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2012/01/getting-started-with-salesforce-com/</feedburner:origLink></item>
		<item>
		<title>Blackbaud Acquiring Convio: What Does It Mean?</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/GQ8X_50_MoA/</link>
		<comments>http://www.preludeinteractive.com/2012/01/blackbaud-acquiring-convio-what-does-it-mean/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 14:56:37 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Nonprofiteering]]></category>
		<category><![CDATA[SalesForce]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=809</guid>
		<description><![CDATA[It&#8217;s only been public knowledge for around 90 minutes, so please take everything in this post with a grain of salt, especially as I have no first-hand experience using any Blackbaud products, or most of Convio&#8217;s.  At Prelude Interactive, we work quite a bit with SalesForce.com and the offerings surrounding that &#8211; like Convio&#8217;s Common [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s only been public knowledge for around 90 minutes, so please take everything in this post with a grain of salt, especially as I have no first-hand experience using any Blackbaud products, or most of Convio&#8217;s.  At Prelude Interactive, we work quite a bit with SalesForce.com and the offerings surrounding that &#8211; like Convio&#8217;s Common Ground &#8211; so the nonprofit CRM / donor database market is one we watch closely.</p>
<p><iframe src="http://www.youtube.com/embed/P17QBGDNteA" frameborder="0" width="560" height="315"></iframe></p>
<p>So, what does this mean for the world of nonprofit technology?</p>
<ul>
<li>Immediately?  Nothing much: they have to <a href="https://www.youtube.com/watch?v=P17QBGDNteA&amp;feature=player_embedded">continue to act as separate companies</a> until the deal is closed sometime this spring.  Some ongoing RFP processes will no doubt be interrupted, as nonprofits will hold off buying and upgrading decisions until they know more.</li>
<li>Both Convio and Blackbaud had been focusing, to their previously mutual frustration, on large nonprofits.  Large nonprofits have big budgets, big needs, and need big solutions.  This acquisition means that the mid-tier is now more open for their smaller competitors:  <a href="http://www.sagenonprofit.com/">Sage Nonprofit</a>, <a href="http://salesforce.com">SalesForce.com</a>, <a href="http://www.artez.com/">Artez</a>, <a href="http://affinaquest.com/">Affinaquest</a>, <a href="http://civicrm.org/">CiviCRM</a>, and others.  We might see some consolidation there as well in order to pool resources.</li>
<li>Less competition is usually bad for customers.</li>
<li>Austin will probably have a few, newly wealthy individuals casting about as angel investors, like the <a href="http://partners.nytimes.com/library/tech/00/10/biztech/technology/25barr.html">Dellionaires</a> of yesteryear.  This could have a significant impact on Austin&#8217;s social entrepreneurship sector, which is already strong.</li>
<li>I&#8217;ve heard through the grapevine that the <a href="http://foundation.force.com/home">SalesForce Foundation</a> has been focusing more on licenses and making sure their efforts are sustainable.  If SalesForce.com notices what&#8217;s happening in the nonprofit market, and provides the right assistance to app vendors, consultants, and partners, they could gobble up some market share.</li>
<li>Both companies can use this as an opportunity to shed legacy offerings, and more internal migration paths will be available to their clients.  It will take several years for this to happen &#8211; acquisitions and mergers usually slow down, rather than speed up, product development.</li>
</ul>
<div>What do you think?</div>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/GQ8X_50_MoA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2012/01/blackbaud-acquiring-convio-what-does-it-mean/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2012/01/blackbaud-acquiring-convio-what-does-it-mean/</feedburner:origLink></item>
		<item>
		<title>Current Issues in Volunteer Management</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/eq4j5x-cSMs/</link>
		<comments>http://www.preludeinteractive.com/2012/01/current-issues-in-volunteer-management/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 14:47:32 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Nerding]]></category>
		<category><![CDATA[Nonprofiteering]]></category>
		<category><![CDATA[baby boomers]]></category>
		<category><![CDATA[volunteer hub]]></category>
		<category><![CDATA[volunteer management]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=805</guid>
		<description><![CDATA[Thank you for the opportunity to contribute to this site as a guest blogger. For the last five years, VolunteerHub has done extensive writing and research on issues related to volunteerism and volunteer management. A few trends appear to be growing consistently, and most volunteer organizations will be sure to face them. Handling the Boom When doing [...]]]></description>
			<content:encoded><![CDATA[<p><em>Thank you for the opportunity to contribute to this site as a guest blogger. For the last five years, VolunteerHub has done extensive writing and research on issues related to <a href="http://www.volunteerhub.com/">volunteerism and volunteer management</a>. A few trends appear to be growing consistently, and most volunteer organizations will be sure to face them.</em></p>
<h2>Handling the Boom</h2>
<p>When doing research in the field of volunteerism, it’s hard to ignore the fact that Baby Boomers are getting ready to retire. The eldest within this 77-million-strong cohort turned 65 in 2011, meaning we are just beginning to see a huge pool of potential volunteers. At first glance, this is great news. What volunteer coordinator doesn’t want fresh volunteers? This demographic, however, brings special challenges. First, the group is absolutely huge. If your cause becomes a popular one amongst boomers, the sheer numbers can cause logistical problems in a heartbeat. Second, this group doesn’t see themselves in the same light as previous retirees. They aren’t about to wilt away into retirement. They still have a lot to do, and they are educated, skillful, and tech-savvy. They expect to be put in meaningful positions. They also will expect any agency they help to be on top of things and give them tools to succeed. Being organized and having the ability to easily handle last-minute roster changes, wait-listing, and group registrations will put you in a favorable light with this group.</p>
<h2>Greater Need for Documentation</h2>
<p>Volunteerism, just like almost every field or industry, has seen a gradual increase in the amount of documentation required to run a program. For volunteer coordinators, everywhere they look there is another goal, statistic, or key performance indicator that needs to be tracked and reported. Most coordinators realize that these entanglements can hardly be avoided. Naturally, organizations connected with government programs in any way require quite a bit of oversight, but we are seeing that others are being asked to keep detailed records as well. Take, for example, organizations that don’t receive government money directly but accept mandatory volunteers (those forced by the courts or welfare-to-work programs to volunteer). The court or agency sending the volunteer to you will want to know some details about the volunteer’s work. Private funding sources, such as grants, are requiring more and more statistics to back up performance. Lastly, some organizations are choosing to raise their documentation standards on their own, simply because of the litigious nature our society has taken. For liability’s sake, they need to know when, where, what and why a volunteer was where s/he was. The ability to generate meaningful reports quickly and accurately is paramount to addressing this need.</p>
<h2>Perpetual Contact</h2>
<p>Among the many issues we’ve researched, another that stands out in volunteerism is the fact that people want more and more ways to stay connected, especially when taking young adults and Gen-Xers into account. Whether its Facebook, Twitter, texting, email, or who knows what’s next, people like to keep in touch, especially when it’s made easy by technology. As time goes by, volunteers are expecting organizations, no matter how big or small, to be able to send them correspondences via all of the before mentioned methods. If you’re not convinced that technology plays an important role in communication, consider this: Facebook alone has over 500 million users.</p>
<p>Similarly, people want to be able to sign up for events as easily as possible. Most people now consider a few mouse clicks much easier than making a phone call. Having the ability to sign up volunteers electronically has gone from a bonus to a “must have.” Most expect to be able to handle any paperwork required right there during the sign up. If you have the ability to offer things like electronic forms with e-signature functionality, you’ll be sure to make the volunteering process easier for most.</p>
<p>Obviously, these are just a few issues that are prevalent today. There are many others that your agency may be facing. We are constantly researching the field in an effort to keep our clients informed and our products relevant. Stay up-to-date with the latest volunteerism topics and trends by subscribing to our newsletter.</p>
<p><em>Shawn Kendrick holds an MBA from Ohio Dominican University and has over a decade of experience in the nonprofit sector. He enjoys researching and writing for VolunteerHub, a cloud-based volunteer management system that offers online registration, wait-listing, easy report generation, and more.</em></p>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/eq4j5x-cSMs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2012/01/current-issues-in-volunteer-management/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2012/01/current-issues-in-volunteer-management/</feedburner:origLink></item>
		<item>
		<title>Bike Texas</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/FSAyYenoy2U/</link>
		<comments>http://www.preludeinteractive.com/2011/11/bike-texas/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 21:25:13 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Our Work]]></category>
		<category><![CDATA[SalesForce]]></category>
		<category><![CDATA[bike texas]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=796</guid>
		<description><![CDATA[We&#8217;ve been working with Bike Texas to improve their implementation, usage, and return on investment from SalesForce and Kimbia. Most significantly, we performed a significant migration of data from a legacy FileMaker database to SalesForce.  We created a mapping between data models, and performed the migration and followup. Kimbia is an online donation widget and [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been working with <a href="http://biketexas.org">Bike Texas</a> to improve their implementation, usage, and return on investment from <a href="http://www.salesforce.com">SalesForce</a> and <a href="http://kimbia.com">Kimbia</a>.</p>
<p>Most significantly, we performed a significant migration of data from a legacy FileMaker database to SalesForce.  We created a mapping between data models, and performed the migration and followup.</p>
<p>Kimbia is an online donation widget and form creation tool.   While Kimbia provides a SalesForce data integration tool, some aspects of Bike Texas&#8217; SalesForce implementation created additional restrictions on the structure of imported data.  We helped get to the bottom of these issues with Bike Texas, and identified several different approaches to work around the problem.</p>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/FSAyYenoy2U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2011/11/bike-texas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2011/11/bike-texas/</feedburner:origLink></item>
		<item>
		<title>Girl Scouts of Central Texas</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/fLf5UHBF9nQ/</link>
		<comments>http://www.preludeinteractive.com/2011/11/girl-scouts-of-central-texas/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 18:06:42 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Nonprofiteering]]></category>
		<category><![CDATA[Our Work]]></category>
		<category><![CDATA[girl scouts of central texas]]></category>
		<category><![CDATA[gsctx]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=781</guid>
		<description><![CDATA[In the late summer and fall of 2011, we implemented a new website for the Girl Scouts of Central Texas (GSCTX).  As always, we had little to do with how good it looks, as Creative Pickle did another wonderful job with the design.]]></description>
			<content:encoded><![CDATA[<p>In the late summer and fall of 2011, we implemented a new website for the <a href="http://www.gsctx.org">Girl Scouts of Central Texas</a> (GSCTX).  As always, we had little to do with how good it looks, as <a href="http://www.creativepickle.com/">Creative Pickle</a> did another wonderful job with the design.</p>
<p>We used Joomla for the content management system and development framework.  Including:</p>
<ul>
<li>Online donation processing</li>
<li>RSForms &#8211; Supporting volunteer interest forms, donation forms, and <a href="http://gsctx.org/join-interest-form#1322070855330">other interaction</a>.</li>
<li>A <a href="http://gsctx.org/events#1322070789641">custom calendar component</a>, allowing different GSCTX departments and staff to collaborate and maintain several different calendars.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/fLf5UHBF9nQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2011/11/girl-scouts-of-central-texas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2011/11/girl-scouts-of-central-texas/</feedburner:origLink></item>
		<item>
		<title>1-Click Giving</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/n9exOrMcUA8/</link>
		<comments>http://www.preludeinteractive.com/2011/03/1-click-giving/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 16:19:05 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Nonprofiteering]]></category>
		<category><![CDATA[1-click donate]]></category>
		<category><![CDATA[donate]]></category>
		<category><![CDATA[donate button]]></category>
		<category><![CDATA[give button]]></category>
		<category><![CDATA[one click donate]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=771</guid>
		<description><![CDATA[There&#8217;s an increasing amount of scuttlebutt regarding a &#8220;1-click donation&#8221; feature or &#8220;Giving Easy Button.&#8221;  I&#8217;ve thought about this through the SxSWi and NTC conferences, where the idea kept popping up.  (Hat tip to @katyaN4G who suggests using pictures instead of text, including one individual, and making sure that individual is a puppy or kitten.) [...]]]></description>
			<content:encoded><![CDATA[<p><a title="puppies by www.petian.net, on Flickr" href="http://www.flickr.com/photos/31760999@N05/4023802510/"><img src="http://farm3.static.flickr.com/2549/4023802510_664874d155.jpg" alt="puppies" width="500" height="375" /></a></p>
<p>There&#8217;s an increasing amount of scuttlebutt regarding a &#8220;1-click donation&#8221; feature or &#8220;Giving Easy Button.&#8221;  I&#8217;ve thought about this through the SxSWi and NTC conferences, where the idea kept popping up.  (Hat tip to <a href="twitter.com/katyan4g">@katyaN4G</a> who suggests using pictures instead of text, including one individual, and making sure that individual is a puppy or kitten.)</p>
<p>Here&#8217;s what I think would be needed to make that happen, and make it work well.  I&#8217;ve heard that some organizations are already trying this &#8211; is that true?  Who? Leave a comment!</p>
<h3>Card On File</h3>
<p>Card on File is the payment industry term for when your credit card information is stored somewhere for later use.  It is not the same as &#8220;recurring&#8221; or &#8220;scheduled&#8221; transactions, because the transaction amount is fixed in that case, whereas with Card On File, you can charge any reasonable amount at any time, as well as execute chargebacks, delayed captures, and other transaction types.</p>
<p>Not every transaction gateway supports Card On File.  If your transaction gateway doesn&#8217;t support it, One Click Giving is not possible.</p>
<h3>Amazon&#8217;s Patent</h3>
<p>Amazon has a patent on 1-Click Shopping.  Would they enforce it to prevent innovation in One Click Giving?  Could they?  Any patent lawyers want to weigh in on that?</p>
<div id="_mcePaste"><a href="http://en.wikipedia.org/wiki/1-Click#Patent">http://en.wikipedia.org/wiki/1-Click#Patent</a></div>
<h3>Transaction Silos</h3>
<p>1-Click Giving would be much more powerful if it did not have to be reimplemented for each website and service.  If Network For Good, Authorize.net, PayPal, VeriSign, and others each have their own 1-Click Giving solution, donors may be confused and frustrated that a seemingly identical service is not as convenient as it could be.  However, I think the number of people who give so often to so many organizations (where this would actually be a pain) is fairly small.</p>
<h3>Security</h3>
<p>1-Click Giving cannot work without trust.  Users must trust that only they can click a button that will store their credit card.  Some donors do pay attention to an https:// URL when submitting credit card information, but fewer would be concerned if they don&#8217;t type in their credit card information on that page.  If the 1-Click Giving / &#8220;Give Button&#8221; could be drawn in via an iFrame, SSL / HTTPS security could be maintained, the host page would not necessarily need SSL, and the transaction would be fairly secure.  I am not a security expert, please take this with a grain of salt.</p>
<p>What about fraud?  Would a copycat service ape the Give Button in order to capture credit card details?  Sure &#8211; but the credit card industry is exceptionally adept at identifying and preventing this fraud.  Convincing donors of this is another story.</p>
<h3>Ubiquity</h3>
<p>The Facebook Like button has an almost universal reach.  Most people are logged in to Facebook most of the time.  If 1-Click Giving could be tied to a Facebook, Twitter, OpenID or other ubiquitous login type, it would become much simpler and more effective.</p>
<h3>Business Models</h3>
<p>One of the best pricing models available for an organization building products and services around donations is to charge a percentage of the money moving through their system.  What&#8217;s good for the cause raising funds is good for the vendor, which aligns everyone&#8217;s interests.  In order to make 1-Click Giving truly cross platform, some extremely painful negotiations will need to occur, and keep occurring.</p>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/n9exOrMcUA8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2011/03/1-click-giving/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2011/03/1-click-giving/</feedburner:origLink></item>
		<item>
		<title>Ask not what social media can do for you…</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/Dq_FrP0PX9k/</link>
		<comments>http://www.preludeinteractive.com/2011/02/ask-not-what-social-media-can-do-for-you/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 18:24:17 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Nonprofiteering]]></category>
		<category><![CDATA[donate]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[pledge]]></category>
		<category><![CDATA[slacktivism]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=767</guid>
		<description><![CDATA[HelpAttack! is an Austin startup that allows people to pledge their online activity &#8211; whether it&#8217;s Tweets or Facebook updates &#8211; to a nonprofit of their choice. For every Tweet you send out, or action you take on Facebook, you can pledge whatever amount you choose (most people pledge a total of about $35 a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.helpattack.com">HelpAttack!</a> is an Austin startup that allows people to pledge their online activity &#8211; whether it&#8217;s Tweets or Facebook updates &#8211; to a nonprofit of their choice. For every Tweet you send out, or action you take on Facebook, you can pledge whatever amount you choose (most people pledge a total of about $35 a month) to any 501(c)(3) nonprofit. The idea is to get people into the habit of giving, by connecting it to what they&#8217;re already doing &#8211; wasting time on the Internet!</p>
<p>During the month of March, HelpAttack! is partnering with the <a href="http://redcross.org">American Red Cross</a> for National Red Cross month to help support the many programs and services the Red Cross provides to people all over the country, and around the world. Recently, they&#8217;ve played an important role in responding to the victims of the earthquake in New Zealand</p>
<p><a href="http://bit.ly/dZ1RKG">You can help support the Red Cross and HelpAttack!, two very worthy causes, by clicking here</a></p>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/Dq_FrP0PX9k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2011/02/ask-not-what-social-media-can-do-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2011/02/ask-not-what-social-media-can-do-for-you/</feedburner:origLink></item>
		<item>
		<title>The Science of Giving</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/9DXSFPBkDO0/</link>
		<comments>http://www.preludeinteractive.com/2010/11/the-science-of-giving/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 16:56:51 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Nonprofiteering]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=759</guid>
		<description><![CDATA[My good friend Paul Litvak referred me to a newly published academic book called &#8220;The Science of Giving,&#8221; edited by Daniel M. Oppenheimer and Christopher Y. Olivia.   So far, it is phenomenal.  My favorite thing about research, data analysis, and social science in general is that it can turn conventional wisdom, common sense, and the obvious [...]]]></description>
			<content:encoded><![CDATA[<p>My good friend Paul Litvak referred me to a <a href="http://www.cognitivepsychologyarena.com/the-science-of-giving-9781848728851">newly published</a> academic book called <a href="http://www.amazon.com/Science-Giving-Experimental-Approaches-Judgment/dp/1848728859">&#8220;The Science of Giving,&#8221;</a> edited by <a href="http://en.wikipedia.org/wiki/Daniel_M._Oppenheimer">Daniel M. Oppenheimer</a> and <a href="http://web.princeton.edu/sites/opplab/people/Chris.htm">Christopher Y. Olivia</a>.   So far, it is phenomenal.  My favorite thing about research, data analysis, and social science in general is that it can turn conventional wisdom, common sense, and the obvious into truth, falsehood, or a nuanced look into how the world, and people in it, actually work.  Buy the book.</p>
<p>My aim is to read, think about, and review everything in the book.  Please note that I am not an academic, or an expert of any sort in any of the fields discussed.  I&#8217;m just a big nonprofit technology junkie, and the stuff in this book has the potential to move the sector forward past 300B of annual giving.</p>
<h3>Chapter One:  Feeling Good About Giving; The Benefits (and Costs) of Self-Interested Charitable Behavior</h3>
<p>Does giving and helping make people happy?  Do people also respond to guilt, sadness, and empathy when giving?  Is there a self-reinforcing cycle of happiness and giving?  The answers to all three, supported by the reviewed research, is yes.  The authors found, however, that not nearly enough work had been done investigating the effect of induced negative emotion.  Is that why I toss out the endless Plan USA mailings even though I&#8217;m already a donor of theirs?</p>
<p>Throughout the first few chapters, the interplay between self interest and reward, and selfless giving begins to take shape.  One interesting experiment shows that children who are prompted to remember happy or sad memories both help themselves to greater rewards during an experiment, but only those prompted with happy thoughts do more to help their classmates.</p>
<p>You might be familiar with the &#8216;dictator game&#8217; experiment, where one participant has the power to distribute all the resources between themselves and one other person.  They can keep all the money for themselves, or not.  An experiment showed that people who self-reported being happy were more likely to give at least $1 to the other person.</p>
<p>So, happiness helps people give.  But does giving also cause happiness?  Yes: several experiments show that after being told to distribute a set of funds either for themselves or other people, those who gave the money away were happier at the end of the day.</p>
<p>My favorite section explores a tricky issue for donation messaging.  Should you tell people that giving will benefit them by making them happier?  People &#8220;erroneously believe that spending money on themselves makes them happier than spending money on others, suggesting that there is ample room for people to be &#8216;educated&#8217; to the contrary.&#8221;  Should people be explicitly benefited when they give?  A discussion follows warning against monkeying with &#8220;behaviors that arise from intrinsic motivations.&#8221;   Rewarding children when they perform well can  undermine their natural motivations.  Furthermore, monetary incentives &#8211; matching, or gifts, and severely undermine socially motivated, altruistic behavior.</p>
<p>I&#8217;ve heard of this experiment at a day care center a few times now &#8211; when the center started applying fees when parents were late picking up their children (thereby grabbing a few extra minutes of free child care), parents actually started being late <strong>more often</strong>.  The fee moved the parents&#8217; calculus from the social domain into a financial one, making it easier to break the social contract.</p>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/9DXSFPBkDO0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2010/11/the-science-of-giving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2010/11/the-science-of-giving/</feedburner:origLink></item>
		<item>
		<title>HelpAttack! Press</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/xxV2MdGODrQ/</link>
		<comments>http://www.preludeinteractive.com/2010/11/helpattack-press/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 16:55:23 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Nonprofiteering]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=756</guid>
		<description><![CDATA[It has been very exciting to watch HelpAttack!, our little startup, start to gain traction.  Over $1,400 has been donated to a variety of causes, and we&#8217;re starting to get our first signups from nonprofits who want to do more with the service. Read Write Web covered us and did a great job outlining some [...]]]></description>
			<content:encoded><![CDATA[<p>It has been very exciting to watch <a href="http://www.helpattack.com">HelpAttack!</a>, our little startup, start to gain traction.  Over $1,400 has been donated to a variety of causes, and we&#8217;re starting to get our first signups from nonprofits who want to do more with the service.</p>
<p style="text-align: center;"><img class="aligncenter" title="HelpAttack! CERN Scientist" src="http://helpattack.com/images/scientist_230.png" alt="" width="230" height="244" /></p>
<p><a href=" http://www.readwriteweb.com/archives/10_cents_a_tweet_how_to_turn_the_data-driven_web_i.php">Read Write Web covered us</a> and did a great job outlining some of the larger issues at work in the online giving space.  People we don&#8217;t know, and have never met, are talking about us on Twitter and on their blogs, which feels pretty amazing.  Our <a href="http://www.pitchengine.com/helpattack/helpattack-offers-easy-end-of-year-giving-model-/98640/">official press release</a> is excerpted below.</p>
<p>Can you help us spread the word?  Even a mention on your social network of choice can go a long way.  You can pledge directly to <a href="http://www.helpattack.com/loves/mlfnow">Mobile Loaves and Fishes</a> or <a href="http://www.helpattack/loves/movember">Movember</a>, or <a href="http://www.helpattack.com/auth/twitter_login">search for your favorite cause in our database</a>.</p>
<blockquote><p>HelpAttack!, a <a href="http://www.helpattack.com/">new Austin-based start-up</a>, offers nonprofit organizations the opportunity to <a href="http://www.helpattack.com/">collect year-end gifts through Twitter</a>. The online service allows social media users the ability to give to their favorite philanthropic causes, simply by updating their social status online.</p>
<p>Online fundraising is the most rapidly growing way for nonprofits to receive funds from individuals. According to Convio, 35-42 percent of online giving occurs in the last two months of the year. HelpAttack! supports nonprofit organizations’ fundraising goals by collecting donations through a stream that readily syncs with users’ daily activities. Furthermore, the unique platform encourages repeat monthly giving, catalyzing the shift from year-end gifts to year-long giving.</p>
<p>With over $1,200 already given through the HelpAttack! post-to-pledge system, funds are currently being funneled to nonprofits throughout the United States. There are nearly 6,000 nonprofits to choose from, and new causes being adding every day, so anyone with a favorite cause and a Twitter account can take part.</p>
<p>“This new way to donate is easy, fun and offers a layer of social responsibility to online activities,” said Sarah Vela, HelpAttack!’s CEO. “We invite all nonprofit organizations seeking new ways to collect funding through year-end campaigns to visit the site, add themselves if they’re not already listed, and share this new way of giving with their supporters.”</p>
<p>While the pledge system offers nonprofit organizations a new-found funding stream, it also raises the organizations’ visibility on social networks. Many users choose to promote their personal pledge to their followers, and once engaged, are apt to support their organizations’ messages focused around fund drives and special events.</p>
<p>“Right from the start, HelpAttack! expanded CASA’s awareness in the community by featuring us on their site” stated Callie Langford, Communications Manager of CASA (Court Appointed Special Advocates). “HelpAttack! has really been a no-fuss way for us to receive additional donations, engage with new and old donors, and share details about our upcoming events.”</p>
<p>Currently focused on giving through Twitter, HelpAttack! has plans to soon engage with other social communities, allowing people the opportunity to pledge and give across multiple platforms.</p></blockquote>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/xxV2MdGODrQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2010/11/helpattack-press/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2010/11/helpattack-press/</feedburner:origLink></item>
		<item>
		<title>Greenlights</title>
		<link>http://feedproxy.google.com/~r/PreludeInteractive/~3/drjC49azHoQ/</link>
		<comments>http://www.preludeinteractive.com/2010/11/greenlights/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 16:43:44 +0000</pubDate>
		<dc:creator>Ehren</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Nonprofiteering]]></category>
		<category><![CDATA[Our Work]]></category>

		<guid isPermaLink="false">http://www.preludeinteractive.com/?p=748</guid>
		<description><![CDATA[We've recently launched a complete website rebuild for Greenlights.  Their web properties are actually spread across three distinct frameworks - Joomla, Wordpress, and SalesForce.com Sites.  We started with design work from Creative Pickle, and made it all happen]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently launched a complete website rebuild for <a href="http://www.greenlights.org">Greenlights</a>.  Their web properties are actually spread across three distinct frameworks &#8211; Joomla, <a href="http://www.greenlights.org/blog/">a WordPress blog</a>, and their SalesForce.com Sites driven <a href="http://greenlights.force.com">events portal</a>.  We started with design work from <a href="http://creativepickle.com/">Creative Pickle</a>, and made it all happen.  These are just a few of the features we helped build:</p>
<ul>
<li>Custom SalesForce.com integration of contacts, organizations, and events.</li>
<li>ADA (American Disabilities Act) Compliance</li>
<li>Online payments with Authorize.net</li>
<li>Custom Joomla modules showing upcoming SalesForce.com-driven events, as well as related content from Joomla and WordPress.</li>
<li>A browser compatible, mobile friendly design, with Chrome Frame support for IE6</li>
</ul>
<p>
The Greenlights project was perfect for Prelude in several ways.  First, Greenlights is a wonderful organization serving other nonprofits.  We think that these kinds of capacity building entities within the nonprofit sector are critically important.  Second, our expertise with all three platforms &#8211; Joomla, WordPress, and SalesForce.com, meant we could address all the requirements of the project.  We also helped consolidate these websites, providing a uniform look and feel for each and moving their blog from wordpress.org to their own dedicated server.</p>
<img src="http://feeds.feedburner.com/~r/PreludeInteractive/~4/drjC49azHoQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.preludeinteractive.com/2010/11/greenlights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.preludeinteractive.com/2010/11/greenlights/</feedburner:origLink></item>
	</channel>
</rss>

