<?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:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.primalmedia.com">
<channel>
 <title>Primal Media - </title>
 <link>http://www.primalmedia.com</link>
 <description />
 <language>en</language>
<geo:lat>43.070188</geo:lat><geo:long>-70.776847</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/PrimalMedia-" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
 <title>Multiple Vocabularies, Drupal Taxonomy Images &amp; Contemplate</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/SlCmo49bznE/multiple-vocabularies-drupal-taxonomy-images-contemplate</link>
 <description>&lt;p&gt;
&lt;span class="inline inline-left nobox"&gt;&lt;img src="/files/images/drupal-contemplate_images.gif" class="image image-_original" height="351" width="250" /&gt;&lt;/span&gt;&lt;span class="intro"&gt;Every once and a while a design comes across my desk that looks easy but ends up being a challenge to code.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
Right now I'm working on a &lt;a href="http://drupal.org" title="Drupal CMS" target="_blank"&gt;Drupal&lt;/a&gt; project that has multiple Vocabularies. Users need to be able to select the terms that describe the product, and the corresponding term image needs to be displayed on the page. 
&lt;/p&gt;
&lt;p&gt;
Simple, right? That's what my designer thought. 
&lt;/p&gt;
&lt;h3&gt;Taking Control of Drupal Images  &lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
By default, Drupal's Taxonomy Image dumps all your images in one place, reguardless of how many Vocabularies you have. If you need more finite control, you have to theme your pages with the &lt;a href="http://drupal.org/project/contemplate" title="Durpal Contemplate" target="_blank"&gt;Content Templates&lt;/a&gt; (Contemplate) module. 
&lt;/p&gt;
&lt;h3&gt;Getting Specific with Vocabulary Images&lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
So, you have multiple Vocabularies, and each of these Vocabularies has multiple Terms, and each Term has it's own Taxonomy Image. What's the best way to display just the Taxonomy Images for the terms selected within a specific Vocabulary using Contemplate? 
&lt;/p&gt;
&lt;h3&gt;Coding the Solution &lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
Place this code in Contemplate body or teaser where you want the Taxonomy image to show up. Tested in Drupal 6. 
&lt;/p&gt;
&lt;p&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
if (count($taxonomy)):&lt;br /&gt;
&lt;b&gt;// replace '5' with your vocabulary ID&lt;/b&gt;&lt;br /&gt;
$terms = taxonomy_node_get_terms_by_vocabulary($node, 5);&lt;br /&gt;
if ($terms) {&lt;br /&gt;
foreach ($terms as $key =&amp;gt; $term) {&lt;br /&gt;
$items5[] = taxonomy_image_display($term-&amp;gt;tid);&lt;br /&gt;
}&lt;br /&gt;
print implode($items5);&lt;br /&gt;
}&lt;br /&gt;
endif;&lt;br /&gt;
?&amp;gt;
&amp;lt;/code&amp;gt;
&lt;/p&gt;
&lt;p&gt;
I hope this is helpful to you. Let me know in the comments below if this was something you were looking for, or if there are any ways you could improve upon it. 
&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=SlCmo49bznE:-hGFZv3D9b0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=SlCmo49bznE:-hGFZv3D9b0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=SlCmo49bznE:-hGFZv3D9b0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=SlCmo49bznE:-hGFZv3D9b0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=SlCmo49bznE:-hGFZv3D9b0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=SlCmo49bznE:-hGFZv3D9b0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=SlCmo49bznE:-hGFZv3D9b0:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/SlCmo49bznE" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/multiple-vocabularies-drupal-taxonomy-images-contemplate#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/code">Code</category>
 <category domain="http://www.primalmedia.com/blog/category/drupal-cms">Drupal CMS</category>
 <pubDate>Tue, 07 Apr 2009 17:15:41 -0400</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">178 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/multiple-vocabularies-drupal-taxonomy-images-contemplate</feedburner:origLink></item>
<item>
 <title>Sustainable Map Solutions</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/HDUSXiy8O8c/sustainable-map-solutions</link>
 <description>&lt;p&gt;
&lt;span class="intro"&gt;&lt;b&gt;Sustainable Map Solutions&lt;/b&gt;, the premier provider of online permitting and GIS in New England, has chosen Primal Media to design an intuitive user interface for their new permitting software, Total Permit.&lt;/span&gt;   
&lt;/p&gt;
&lt;span class="inline inline-right nobox"&gt;&lt;img src="/files/images/total-permit_software.jpg" class="image image-_original" width="265" height="240" /&gt;&lt;/span&gt;
&lt;p&gt;
Sustainable Map Solutions (&lt;a href="http://sustainablemapsolutions.com/" title="Sustainable Map Solutions" target="_blank"&gt;www.sustainablemapsolutions.com&lt;/a&gt;) is the leader in cost effective, environmentally friendly web solutions for small to medium municipalities and corporations. In February 2009 they released a powerful new online permit and application management system called &lt;b&gt;Total Permit&lt;/b&gt;.  
&lt;/p&gt;
&lt;p&gt;
Total Permit automates the municipal permitting process from start to finish, eliminating mountains of paperwork and tedious administrative tasks. 
&lt;/p&gt;
&lt;p&gt;
Applicants can submit and track applications, attach drawings, pay fees and receive approved certificates online. Inspectors can manage all their permits, communicate with applicants, asess fees, and approve or deny applications. 
&lt;/p&gt;
&lt;p&gt;
We will be working with Sustainable Map Solutions to simplify the Total Permit user interface and make it more intuitive for applicants and inspectors to use. 
&lt;/p&gt;
&lt;p&gt;
Look for the unveiling in early summer.   
&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HDUSXiy8O8c:rNw-LHPYDKU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HDUSXiy8O8c:rNw-LHPYDKU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=HDUSXiy8O8c:rNw-LHPYDKU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HDUSXiy8O8c:rNw-LHPYDKU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=HDUSXiy8O8c:rNw-LHPYDKU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HDUSXiy8O8c:rNw-LHPYDKU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HDUSXiy8O8c:rNw-LHPYDKU:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/HDUSXiy8O8c" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/sustainable-map-solutions#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/news">News</category>
 <pubDate>Fri, 03 Apr 2009 10:36:23 -0400</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">174 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/sustainable-map-solutions</feedburner:origLink></item>
<item>
 <title>Seacoat Local (H)EAT Interview on WSCA</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/suRHF614XaY/seacoat-local-heat-interview-wsca</link>
 <description>&lt;p class="intro"&gt;
&lt;span class="inline inline-right"&gt;&lt;a href="http://www.heat-eat.org"&gt;&lt;img src="/files/images/heat-logo.two fifty.jpg" alt="" title=""  class="image image-two fifty" width="250" height="88" /&gt;&lt;/a&gt;&lt;/span&gt;Seacoat Local has recently kicked off their holiday &lt;b&gt;(H)EAT&lt;/b&gt; (pronounced &amp;quot;Heat Eat&amp;quot;)
campaign to raise $50,000 for food and fuel assistence to our neighbors
in need here on the Seacoast of Maine and New Hampshire.
&lt;/p&gt;
&lt;p&gt;
We've been very involved in the campaign, helping out with everything from event planning and online marketing to decorating the (H)EAT storefront on Market Street. We've even stitched up mitten ornaments to be sold to raise money.
&lt;/p&gt;
&lt;p&gt;
So it was a pleasure to join Seacoast Local board member Mark Sullivan of &lt;a href="http://www.seacoastassetmgt.com" title="Seacoast Asset Management" target="_blank"&gt;Seacoast Asset Management&lt;/a&gt; today on Portsmouth Community Radio WSCA 106.1 FM to talk with host Burt Cohen about the (H)EAT campaign. It was a great discussion about what we're doing and how businesses and individuals can join together to make a difference in their local community. 
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Missed the program?&lt;/b&gt; Listen to the show online by visiting the &lt;a href="http://www.wscafm.org/audio/ports/WSCA-PORTS_12-11-2008.mp3" title="Heat Eat on Portside with Burt Cohen" target="_blank"&gt;radio archives&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
For more information about (H)EAT check out &lt;a href="http://www.heat-eat.org" title="Seacoast Local Heat Eat campaign" target="_blank"&gt;www.heat-eat.org&lt;/a&gt; and join us online at Twitter &lt;a href="http://www.twitter.com/heateat" title="Heat Eat on Twitter" target="_blank"&gt;@HeatEat&lt;/a&gt; and become a &lt;a href="http://www.facebook.com/pages/HEAT/38232119038" title="Heat Eat on Facebook" target="_blank"&gt;fan&lt;/a&gt; on Facebook.   
&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=suRHF614XaY:nPvsm_wUUi4:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=suRHF614XaY:nPvsm_wUUi4:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=suRHF614XaY:nPvsm_wUUi4:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=suRHF614XaY:nPvsm_wUUi4:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=suRHF614XaY:nPvsm_wUUi4:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=suRHF614XaY:nPvsm_wUUi4:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=suRHF614XaY:nPvsm_wUUi4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/suRHF614XaY" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/seacoat-local-heat-interview-wsca#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/news">News</category>
 <pubDate>Thu, 11 Dec 2008 17:42:59 -0500</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">158 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/seacoat-local-heat-interview-wsca</feedburner:origLink></item>
<item>
 <title>How to Print Custom Dates Using Contemplate &amp; Scheduler</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/-riM0xUGNVU/how-print-custom-dates-using-contemplate-scheduler</link>
 <description>&lt;p&gt;
&lt;span class="intro"&gt;Sometimes your code just won't work, even though it looks like it should. In my case, a couple of &amp;quot;smart&amp;quot; apostrophe's cost me a few hours.
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
I was trying to find a way to make the &lt;b&gt;Drupal&lt;/b&gt; module &lt;a href="http://drupal.org/project/scheduler" title="Drupal Scheduler" target="_blank"&gt;Scheduler&lt;/a&gt; print the date a node is unpubished in a custom format using Contemplate. By default the Scheduler prints the date as Wednesday, February 11, 2009 - 13:00, but my designer wanted the date to appear as Tuesday, Feb. 17 - 2 pm EST. 
&lt;/p&gt;
&lt;p&gt;
I found this blog about &lt;a href="/Custom%20Date%20Snippets" title="http://vietson.wordpress.com/2008/02/21/drupal-custom-date-snippets/" target="_blank"&gt;Custom Date Snippets &lt;/a&gt;which put me on the right course with this code:
&lt;/p&gt;
&lt;p&gt;
Print Custom Date for a node:&lt;br /&gt;
&lt;b&gt;&lt;code&gt;print format_date($node-&amp;gt;created, ‘custom’, ‘M d, Y’);&lt;/code&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
Print Custom Date for a comment:&lt;br /&gt;
&lt;b&gt;&lt;code&gt;print format_date($comment-&amp;gt;timestamp, ‘custom’, ‘M d, Y’);&lt;/code&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
To adapt this to the Drupal Scheduler I poked around the module and found this value:&lt;br /&gt;
&lt;b&gt;&lt;code&gt;format_date($defaults-&amp;gt;unpublish_on, 'custom', $date_format&lt;/code&gt;... 
&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
So I tried a hybrid of the above code with the one from the module, and I came up with:
&lt;br /&gt;
&lt;b&gt;
&lt;code&gt;print format_date($node-&amp;gt;scheduler['unpublish_on'], 'custom', 'l, M. j');&lt;/code&gt; 
&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
After hours of pulling my hair, I realized it was the apostrophes. The code for the custom date snippets used &amp;quot;curly&amp;quot; or &amp;quot;smart&amp;quot; apostrophes (&lt;code&gt;‘&lt;/code&gt;). When I cut and pasted them into the code, they weren't recognized as single quotes. Once I replaced the &amp;quot;smart&amp;quot; quote with regular &amp;quot;dumb&amp;quot; quote (&lt;code&gt;'&lt;/code&gt;) everything worked as planned. 
&lt;/p&gt;
&lt;p&gt;
I want to give a shout out to &lt;a href="http://www.eas-consulting.de/" title="Eric Schäfer" target="_blank"&gt;Eric Schäfer&lt;/a&gt; for letting me know I was on the right path! If this is helpful to you, please let me know in the comments below. 
&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=-riM0xUGNVU:le-Nub44nWI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=-riM0xUGNVU:le-Nub44nWI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=-riM0xUGNVU:le-Nub44nWI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=-riM0xUGNVU:le-Nub44nWI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=-riM0xUGNVU:le-Nub44nWI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=-riM0xUGNVU:le-Nub44nWI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=-riM0xUGNVU:le-Nub44nWI:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/-riM0xUGNVU" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/how-print-custom-dates-using-contemplate-scheduler#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/code">Code</category>
 <category domain="http://www.primalmedia.com/blog/category/drupal-cms">Drupal CMS</category>
 <pubDate>Mon, 01 Dec 2008 13:06:38 -0500</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">156 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/how-print-custom-dates-using-contemplate-scheduler</feedburner:origLink></item>
<item>
 <title>Twitter, TweetsGiving &amp; the Power of Social Media</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/E24iA1tLYGo/twitter-tweetsgiving-power-social-media</link>
 <description>&lt;p&gt;
&lt;span class="intro"&gt;This Thanksgiving, while most of us were reaching for another slice of pumpkin pie, the folks at &lt;a href="http://www.epicchange.org" title="EpicChange.org" target="_blank"&gt;EpicChange.org&lt;/a&gt; were rocking the social media sphere
with a little campaign called &lt;a href="http://tweetsgiving.org" title="Tweetsgiving" target="_blank"&gt;TweetsGiving&lt;/a&gt;.&lt;/span&gt;&lt;span class="inline noboxR"&gt;&lt;a href="http://www.tweetsgiving.org" title="Tweetsgiving" target="_blank"&gt;&lt;img src="/files/images/tweetsgiving.img_assist_custom.jpg" width="250" height="218" /&gt;&lt;/a&gt; &lt;/span&gt;  
&lt;/p&gt;
&lt;p&gt;
Nonprofits take note: &lt;b&gt;TweetsGiving raised over $10,000 in just 48 hours &lt;/b&gt;to help build a classroom in Tanzania through the power of &lt;b&gt;Twitter&lt;/b&gt; and social media.
&lt;/p&gt;
&lt;h3&gt;Using Social Media for Good&lt;/h3&gt;
&lt;p&gt;
The idea was simple: use &lt;a href="http://www.twitter.com" title="Twitter" target="_blank"&gt;Twitter&lt;/a&gt; to share what your thankful for, using the &lt;a href="http://search.twitter.com/search?q=%23tweetsgiving" title="#tweetsgiving"&gt;#tweetsgiving&lt;/a&gt; hash tag. Encourage your friends and followers on Twitter to do the same. Link to the TweetsGiving page and give a few dollars using the Chipin widget. Easy as pie. 
&lt;/p&gt;
&lt;p&gt;
Word quickly spread on Twitter. Within hours of launch, more than $3,000 was raised. 48 hours later, 369 people from around the globe had given over $10,000 to TweetsGiving - enough to build a new classroom in Tanzania.    
&lt;/p&gt;
&lt;p&gt;
Imagine: hundreds of people coming together to give $5 or $10 to a charity just because of their friends on Twitter. To quote &lt;a href="http://pulverblog.pulver.com/archives/008693.html" title="Jeff Pulver" target="_blank"&gt;Jeff Pulver&lt;/a&gt;, it was like &amp;quot;raising money out of thin air.&amp;quot; This is the power of social media.
&lt;/p&gt;
&lt;h3&gt;Social Media for Non-profits &lt;/h3&gt;
&lt;p&gt;
Inspired? Join in. Social media marketing is all about conversation. It's about using technology like blogs, social networks and photo sharing sites to share content and interact with people in order to drive sales– or in the case of non-profits, donations.   
&lt;/p&gt;
&lt;p&gt;
Done well, social media marketing can exponentially increase awareness and drive online donations.
&lt;/p&gt;
&lt;p&gt;
Check back soon - we'll be posting more on Web 2.0, Twitter, and using social media for non-profits. Follow us on Twitter &lt;a href="http://www.twitter.com/primalmedia" title="twitter primal media" target="_blank"&gt;@primalmedia&lt;/a&gt; for more ideas. 
&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=E24iA1tLYGo:maz3xyASpus:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=E24iA1tLYGo:maz3xyASpus:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=E24iA1tLYGo:maz3xyASpus:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=E24iA1tLYGo:maz3xyASpus:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=E24iA1tLYGo:maz3xyASpus:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=E24iA1tLYGo:maz3xyASpus:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=E24iA1tLYGo:maz3xyASpus:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/E24iA1tLYGo" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/twitter-tweetsgiving-power-social-media#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/social-media">Social Media</category>
 <pubDate>Sun, 30 Nov 2008 19:12:05 -0500</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">154 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/twitter-tweetsgiving-power-social-media</feedburner:origLink></item>
<item>
 <title>A New Look for RiverRun Bookstore</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/uERrovDOqJI/new-look-riverrun-bookstore</link>
 <description>&lt;p&gt;
&lt;span class="inline inline-right"&gt;&lt;a href="http://www.riverrunbookstore.com"&gt;&lt;img src="/files/images/river-run- bookstore.img_assist_custom.jpg" alt="" title=""  class="image image-img_assist_custom" width="250" height="335" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="intro"&gt;Primal Media has launched a new website for &lt;b&gt;RiverRun Bookstore&lt;/b&gt;, an independent bookstore located in the heart of downtown Portsmouth, NH.
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
For years, RiverRun had a minimal online presence,  encouraging customers to come into their independent &lt;a href="http://www.riverrunbookstore.com" title="independent nh book store" target="_blank"&gt;New Hampshire book store&lt;/a&gt; and meet them face to face. But with a growing events calendar and requests from customers for more ways to interact, it was time for a redesign. 
&lt;/p&gt;
&lt;h3&gt;Feature-Rich CMS Website
&lt;/h3&gt;
&lt;p&gt;
We created a clean, professional look that showcases events and enables customers to order books online. 
&lt;/p&gt;
&lt;p&gt;
A powerful Drupal content management system makes it easy for staff to update the site, add book recomendations, post events, blog and share photos. 
&lt;/p&gt;
&lt;h3&gt;&amp;quot;Our new site is awesome!&amp;quot;&lt;/h3&gt;
&lt;p&gt;
&amp;quot;After years of looking for the right way to have a meaningful presence in the virtual world, we finally found the answer in our own back yard—literally,&amp;quot; raves RiverRun owner and manager Tom Holbrook. 
&lt;/p&gt;
&lt;p&gt;
&amp;quot;We picked Primal Media [of Portsmouth, NH] because we wanted a fast-loading website with a very, very easy back end,&amp;quot; he goes on to explain. 
&lt;/p&gt;
&lt;p&gt;
&amp;quot;We wanted maximum flexibility, but needed updating to be easy because we will be changing and adding to the site constantly. We got all that and more –&lt;b&gt; our new site is awesome!&lt;/b&gt;&amp;quot; 
&lt;/p&gt;
&lt;p&gt;
&amp;quot;Primal Media gave us a creative, gorgeous website that's crisp, easy to navigate, and offers customers a taste of the store when they can't be here,&amp;quot; adds Michelle Filgate, the event coordinator at RiverRun Bookstore. 
&lt;/p&gt;
&lt;h3&gt;Instant SEO Results&lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
In addition to a great design and smooth updates, Primal Media also optimized the NH website for the search engines. 
&lt;/p&gt;
&lt;p&gt;
Our advanced &lt;b&gt;SEO&lt;/b&gt; features helped bring the Portsmouth, NH bookstore into the &lt;b&gt;top 3 Google results&lt;/b&gt; for many of their keywords – within hours of launching. 
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;The site also ranks in the top 86% of websites&lt;/b&gt; for marketing effectiveness according to &lt;a href="http://www.websitegrader.com" title="website grader tool" target="_blank"&gt;Website Grader&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Check out the results at &lt;a href="http://www.riverrunbookstore.com" target="_blank" title="river run bookstore nh"&gt;riverunbookstore.com&lt;/a&gt;. 
&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=uERrovDOqJI:sWqZK8dTNNc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=uERrovDOqJI:sWqZK8dTNNc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=uERrovDOqJI:sWqZK8dTNNc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=uERrovDOqJI:sWqZK8dTNNc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=uERrovDOqJI:sWqZK8dTNNc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=uERrovDOqJI:sWqZK8dTNNc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=uERrovDOqJI:sWqZK8dTNNc:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/uERrovDOqJI" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/new-look-riverrun-bookstore#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/news">News</category>
 <pubDate>Tue, 18 Nov 2008 11:23:40 -0500</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">150 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/new-look-riverrun-bookstore</feedburner:origLink></item>
<item>
 <title>New Website for Loyalty Builders</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/HW6wuvLiMUo/new-website-loyalty-builders</link>
 <description>&lt;p&gt;
&lt;span class="inline inline-right"&gt;&lt;a href="http://www.loyaltybuilders.com"&gt;&lt;img src="/files/images/loyaltybuilders.two fifty.jpg" alt="" title=""  class="image image-two fifty" width="246" height="250" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="intro"&gt;Primal Media has launched a new website for Loyalty Builders.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
Loyalty Builders helps mid and enterprise clients like Microsoft create more efficient direct marketing campaigns using Mathematical Marketing to analyze transactions and predict future buying behavior. 
&lt;/p&gt;
&lt;p&gt;
The Portsmouth, NH company came to us wanting a dynamic, expandable site  for their web-based service, &lt;a href="http://www.longbowdirectmarketing.com" target="_blank" title="longbow"&gt;Longbow&lt;/a&gt;, and a fresh new corporate site.   
&lt;/p&gt;
&lt;p&gt;
We created a clean corporate website
that’s on message and easy to update. Advanced search engine optimization (&lt;a href="/studio/what-we-do/seo-search-engine-optimization" title="SEO portsmouth nh"&gt;SEO&lt;/a&gt;)
tools allow the company the control keywords, meta tags, descriptions,
and URL's for every page, supporting the companies online marketing
efforts. 
&lt;/p&gt;
&lt;p&gt;
Check out the results at &lt;a href="http://www.loyaltybuilders.com" target="_blank" title="www.loyaltybuilders.com"&gt;loyaltybuilders.com&lt;/a&gt;.
&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HW6wuvLiMUo:Cjbw56dTLHk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HW6wuvLiMUo:Cjbw56dTLHk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=HW6wuvLiMUo:Cjbw56dTLHk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HW6wuvLiMUo:Cjbw56dTLHk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=HW6wuvLiMUo:Cjbw56dTLHk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HW6wuvLiMUo:Cjbw56dTLHk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=HW6wuvLiMUo:Cjbw56dTLHk:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/HW6wuvLiMUo" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/new-website-loyalty-builders#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/news">News</category>
 <pubDate>Mon, 03 Nov 2008 20:00:00 -0500</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">132 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/new-website-loyalty-builders</feedburner:origLink></item>
<item>
 <title>Primal Media Joins Seacoast Local</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/dA40-8MsiAg/primal-media-joins-seacoast-local</link>
 <description>&lt;p&gt;
&lt;span class="intro"&gt;Primal Media is pleased to join the ranks of almost 100 one-of-a-kind local businesses and organizations that make up &lt;b&gt;Seacoast Local&lt;/b&gt;.  &lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class="inline inline-left"&gt;&lt;a href="http://www.seacoastlocal.org"&gt;&lt;img src="/files/images/seacoast-local_logo.img_assist_custom.jpg" alt="" title=""  class="image image-img_assist_custom" width="551" height="162" /&gt;&lt;/a&gt;&lt;/span&gt; 
&lt;br /&gt;
&lt;/p&gt;
&lt;h3&gt;
What is Seacoast Local?&lt;/h3&gt;
&lt;p&gt;
Seacoast Local is a grassroots &lt;a href="http://www.seacoastlocal.org" title="seacoast local nh" target="_blank"&gt;organization&lt;/a&gt; dedicated to promoting community involvement in local business, agriculture, arts and culture, the environment, and civic life on the New Hampshire / Maine Seacoast. 
&lt;/p&gt;
&lt;h3&gt;Why We Joined &lt;/h3&gt;
&lt;p&gt;
We joined Seacoast Local because we love our community. 
&lt;/p&gt;
&lt;p&gt;
Adam and I both are returned natives: I grew up in Kittery Point, Maine and he grew up in Gilford, New Hampshire. We've explored other areas, and have chosen to come back to live and work on the Seacoast because &lt;b&gt;we love the people, the energy, and the community&lt;/b&gt;. 
&lt;/p&gt;
&lt;h3&gt;We Love Portsmouth, NH &lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
&lt;span class="inline inline-left"&gt;&lt;img src="/files/images/portsmouth-nh_tugs.two fifty.jpg" alt="" title=""  class="image image-two fifty" width="250" height="188" /&gt;&lt;/span&gt;Portsmouth, NH and the wider Seacoast area offers a great mix of culture and ideas in a beautiful setting. 
&lt;/p&gt;
&lt;p&gt;
Walk downtown to get your coffee and mail and you're sure to bump into friends with a few minutes to chat about politics and what's going on around town. At night, there's great food and tons of events, from plays and concerts to art shows and exhibits.    
&lt;/p&gt;
&lt;p&gt;
So much of this great local flavor comes directly from the locally owned, independent businesses and non-profits here in Portsmouth, NH and around the Seacoast.  
&lt;/p&gt;
&lt;h3&gt;We Love our Local Clients&lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
And while we work with many great national and international businesses and
organizations, we're especially proud to work with the independent
local businesses and people that make our area unique.  
&lt;/p&gt;
&lt;p&gt;
In fact, many of our clients are also members of Seacoast Local, including &lt;a href="http://www.gwillikers.com" title="portsmouth nh toy store" target="_blank"&gt;G. Willikers! Toy Shop&lt;/a&gt; and &lt;a href="http://www.riverrunbookstore.com" title="portsmouth nh book store" target="_blank"&gt;RiverRun Bookstore&lt;/a&gt; of downtown Portsmouth, NH. 
&lt;/p&gt;
&lt;h3&gt;4 Reasons to Buy Local&lt;br /&gt;
&lt;/h3&gt;
&lt;span class="inline noboxR"&gt;&lt;img src="/files/images/seacoast-buy-local-logo.img_assist_custom.gif" class="image image-img_assist_custom" width="200" height="190" /&gt;&lt;/span&gt;
&lt;p&gt;
&lt;b&gt;So why buy local?&lt;/b&gt; For every $1 that you spend at a locally owned, independent business, 25¢ more is returned to our town than if you shopped at a national chain or big box store. 
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;1. Local businesses support local people. &lt;/b&gt;Small, local businesses create more new jobs than big chains, and they spend a larger share of their revenue on local labor than chain stores with corporate headquarters elsewhere. 
&lt;/p&gt;
&lt;p&gt;
Locally based businesses also provide some of the most stable employment opportunities in our community. 
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;2. Local businesses buy local. &lt;/b&gt;Locally owned businesses buy from other local businesses. They use local services like lawyers and banks, and they work with local &lt;a href="/studio" title="nh website design"&gt;web design&lt;/a&gt; firms like ours.   
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;3. Local profits stay local. &lt;/b&gt;Locally owned businesses help keep more money in our community because
local business owners spend more of their profits where they live – here on the Seacoast in Portsmouth, NH and Maine.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;4. Local businesses give more.&lt;/b&gt; Local businesses donate more than 350% on average to local charities than non-locally owned businesses. 
&lt;/p&gt;
&lt;h3&gt;More About Seacoast Local  &lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
For a full list of member businesses, as well as upcoming events and more information on buying local, check out &lt;a href="http://www.seacoastlocal.org" title="Seacoast Local Portsmouth NH" target="_blank"&gt;www.seacoastlocal.org&lt;/a&gt;.   
&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=dA40-8MsiAg:KS-7wvN50OA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=dA40-8MsiAg:KS-7wvN50OA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=dA40-8MsiAg:KS-7wvN50OA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=dA40-8MsiAg:KS-7wvN50OA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=dA40-8MsiAg:KS-7wvN50OA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=dA40-8MsiAg:KS-7wvN50OA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=dA40-8MsiAg:KS-7wvN50OA:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/dA40-8MsiAg" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/primal-media-joins-seacoast-local#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/news">News</category>
 <category domain="http://www.primalmedia.com/blog/category/studio-notes">Studio Notes</category>
 <pubDate>Wed, 22 Oct 2008 19:27:04 -0400</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">127 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/primal-media-joins-seacoast-local</feedburner:origLink></item>
<item>
 <title>Marketing Transform Pharmaceuticals Event</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/z4V7OdppFfw/marketing-transform-pharmaceuticals-event</link>
 <description>&lt;p&gt;
&lt;span class="inline inline-right"&gt;&lt;img src="/files/images/transform-evite.img_assist_custom.jpg" alt="" title=""  class="image image-img_assist_custom" width="250" height="264" /&gt;&lt;/span&gt;&lt;span class="intro"&gt;P&lt;/span&gt;&lt;span class="intro"&gt;rimal Media and Sales Protocoal International teamed up to create the marketing materials for the &lt;b&gt;Transform Pharmaceuticals, Inc. &lt;/b&gt;ribbon cutting ceremony on October 14th. &lt;/span&gt; 
&lt;/p&gt;
&lt;p&gt;
Tranform Pharmaceuticals is a &lt;b&gt;Johnson &amp;amp; Johnson&lt;/b&gt; company that specializes in building better drugs through medical technology.
&lt;/p&gt;
&lt;h3&gt;What we Did &lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
Working with strategic &lt;a href="http://www.salesprotocol.com" title="salesprotocol.com" target="_blank"&gt;consulting firm&lt;/a&gt; &lt;b&gt;Sales Protocol International&lt;/b&gt;, we
created e-mail and print invitations and designed banners used for the
event.  
&lt;/p&gt;
&lt;h3&gt;About the Event&lt;/h3&gt;
&lt;p&gt;
&lt;span class="inline inline-left"&gt;&lt;img src="/files/images/transform-event-duval-patrick.img_assist_custom.jpg" alt="Photo © David Maurand" title="Photo © David Maurand"  class="image image-img_assist_custom" width="500" height="336" /&gt;&lt;span class="caption" style="width: 498px;"&gt;&lt;strong&gt;Photo © David Maurand&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;Massachusetts Governor &lt;b&gt;Deval Patrick&lt;/b&gt; was the main speaker
at the ceremony celebrating the installation of the energy cogeneration
facility at Transform Pahrmaceuticals, a &lt;a href="http://www.jnj.com/connect/home/" title="Johnson &amp;amp; Johnson" target="_blank"&gt;Johnson &amp;amp; Johnson&lt;/a&gt; company headquartered in
Lexington, MA. 
&lt;/p&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=z4V7OdppFfw:I_qgMNojR-U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=z4V7OdppFfw:I_qgMNojR-U:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=z4V7OdppFfw:I_qgMNojR-U:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=z4V7OdppFfw:I_qgMNojR-U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=z4V7OdppFfw:I_qgMNojR-U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=z4V7OdppFfw:I_qgMNojR-U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=z4V7OdppFfw:I_qgMNojR-U:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/z4V7OdppFfw" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/marketing-transform-pharmaceuticals-event#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/news">News</category>
 <pubDate>Mon, 20 Oct 2008 00:00:00 -0400</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">145 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/marketing-transform-pharmaceuticals-event</feedburner:origLink></item>
<item>
 <title>Malaria in Africa: Designing an End to the Cycle of Poverty</title>
 <link>http://feedproxy.google.com/~r/PrimalMedia-/~3/yz4gTzQ0vgY/malaria-africa-designing-end-cycle-poverty</link>
 <description>&lt;p&gt;
&lt;span class="inline inline-right"&gt;&lt;a href="http://www.blogactionday.org"&gt;&lt;img src="/files/images/125x125.jpg" alt="" title=""  class="image image-_original" width="125" height="125" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="intro"&gt;Today is &lt;a href="http://blogactionday.org/" title="Blog Action Day 2008" target="_blank"&gt;Blog Action Day&lt;/a&gt; 2008, and Primal Media is joining with thousands of socially-conscious bloggers to raise awareness about a single issue: poverty.
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
I'd like to take this day to talk about malaria, poverty and the power of marketing for non-profits.
&lt;/p&gt;
&lt;h3&gt;Making the Connection &lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
Recently we've started &lt;a href="/blog/fighting-malaria-nets-life" title="Nets for Life"&gt;working&lt;/a&gt; with &lt;b&gt;NetsforLife&lt;/b&gt;, an Episcopal Relief and Development non-profit partnership program that works to prevent, recognize and treat malaria in Africa. 
&lt;/p&gt;
&lt;p&gt;
This is how we learned of the link between malaria and poverty in Africa.  
&lt;/p&gt;
&lt;h3&gt;
Malaria: A Cycle of Poverty 
&lt;/h3&gt;
&lt;p&gt;
&lt;span class="inline inline-left"&gt;&lt;img src="/files/images/malaria-costs-africa.jpg" alt="Photo © Ron Haviv" title="Photo © Ron Haviv"  class="image image-_original" width="250" height="167" /&gt;&lt;span class="caption" style="width: 248px;"&gt;&lt;strong&gt;Photo © Ron Haviv&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;Malaria is both a disease of poverty and a cause of poverty. 
&lt;/p&gt;
&lt;p&gt;
In malaria-endemic countries in Africa, 300-500 million people get sick from
malaria every year. 
&lt;/p&gt;
&lt;p&gt;
Malaria accounts for up to half of all hospital admissions and outpatient visits in Africa. 
&lt;/p&gt;
&lt;p&gt;
Every 30 seconds a child in Africa dies from malaria. 
&lt;/p&gt;
&lt;p&gt;
In addition to the burden on the health system, &lt;b&gt;malaria costs Africa $12 billion in lost productivity each year. &lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
This represents a crippling 1.3% annual loss in GDP growth in countries where malaria is endemic. 
&lt;/p&gt;
&lt;p&gt;
Malaria disproportionately affects the rural poor who can't afford bed nets for prevention or access appropriate treatments when they fall sick. It makes children too sick to go to school and prevents their parents from working, decreasing productivity and household incomes and perpetuating the cycle of poverty.  
&lt;/p&gt;
&lt;h3&gt;
The Challenge for Non-Profits 
&lt;/h3&gt;
&lt;p&gt;
It's estimated that betwen $1.9 and $3 billion is needed &lt;u&gt;annually&lt;/u&gt; to control malaria in Africa. Currently, only half that much is given.  
&lt;/p&gt;
&lt;span class="inline nobox"&gt;&lt;a href="http://www.netsforlifeafrica.org"&gt;&lt;img src="/files/images/netsforlife-logo.jpg" width="250" height="97" /&gt;&lt;/a&gt;&lt;/span&gt;
&lt;p&gt;
NetsforLife is part of an international community that is working together to achieve the &lt;a href="http://www.er-d.org/MDGs/" title="Millenium Development Goals" target="_blank"&gt;Millennium Development Goals&lt;/a&gt;, which aim to cut extreme poverty and malaria in half by 2015.
&lt;/p&gt;
&lt;p&gt;
The challenge for NetsforLife and other non-profits is how to move beyond donor fatigue to raise awareness and encourage people to get involved in the fight against malaria in Africa.  
&lt;/p&gt;
&lt;h3&gt;The Power of Marketing 
&lt;/h3&gt;
&lt;p&gt;
The solution is to connect with donors through effective design and marketing. 
&lt;/p&gt;
&lt;p&gt;
After all, people have choices: in the US alone, the number of nonprofit organizations has nearly doubled since 1996 to more than 1.4 million. 
&lt;/p&gt;
&lt;p&gt;
In order to connect with donors, non-profits need to create a compelling story and show how giving can make a difference. 
&lt;/p&gt;
&lt;h3&gt;How to Market Non-Profits in 3 Easy Steps &lt;br /&gt;
&lt;/h3&gt;
&lt;p&gt;
Inspired by Katya Andresen great &lt;a href="http://www.nonprofitmarketingblog.com" title="Non profit Marketing" target="_blank"&gt;tips&lt;/a&gt; on how to market non-profits, here are 3 ways we are helping NetsforLife make the connection: 
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;1. Make it Personal &lt;/b&gt;&lt;br /&gt;
The decision to give is emotionally based. Numbers and statistics, while compelling, can overwhelm people and prevent them from donating. 
&lt;/p&gt;
&lt;p&gt;
Bring it down to the level of the individual. 
&lt;/p&gt;
&lt;p&gt;
For NetsforLife, this means telling the story of how malaria affects a single child or a pregnant mother. It means photos of real people and regular updates from the field. Malaria is a big problem, but a single insecticide-treated bed net can save the life of a child.     
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;2. Make it Unique&lt;/b&gt;&lt;br /&gt;
With so many orgnaizations out there, it's important for non-profits to develop their brand messages around how they are different.  
&lt;/p&gt;
&lt;p&gt;
There are some great organizations out there fighting malaria, including Malaria No More and Nothing But Nets. NetsforLife is unique because: 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;b&gt;NetsforLife goes &amp;quot;to the end of the road&amp;quot;&lt;/b&gt; to fight malaria where help is needed most. &lt;/li&gt;
	&lt;li&gt;&lt;b&gt;NetsforLife is a faith-based partnership&lt;/b&gt; working through churches. Fatih-based organizations have proven to be more effective at fighting malaria because they are part of the community. &lt;/li&gt;
	&lt;li&gt;&lt;b&gt;NetsforLife doesn't just drop off nets&lt;/b&gt; - they instill a net culture. For every 10 nets distributed, 1 person goes out and buys a net on their own.    &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;b&gt;3. Make a Difference&lt;/b&gt;&lt;br /&gt;
Donors need to believe they can make a difference. It's critical for non-profits to share their successes and show how donors are making a difference. 
&lt;/p&gt;
&lt;p&gt;
For NetsforLife, this means sharing the results of distributing insecticide-treated bed nets and educating people about malaria. It means talking about how churches are empowering communities in Africa, where nearly 1 million nets have been distributed and 9.8 million people helped thanks to NetsforLife initiatives.  
&lt;/p&gt;
&lt;h3&gt;Next Steps &lt;/h3&gt;
&lt;p&gt;
If you'd like to know more about NetsforLife and how they are making a difference in Africa, check out their &lt;a href="http://www.netsforlifeafrica.org" title="Nets for Life Africa" target="_blank"&gt;website&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
And check back here at our &lt;a href="/blog" title="Primal Media blog"&gt;blog&lt;/a&gt; for more updates as we work to make the NetsforLife website a more effective marketing tool in the fight against malaria. 
&lt;/p&gt;
&lt;p&gt;
We welcome your thoughts about poverty, malaria, and marketing non-profits.  
&lt;/p&gt;
&lt;a href="http://blogactionday.org"&gt;&lt;img src="http://blogactionday.org/img/a9ddc15e7c257fa5dad7cd94ad53cde0b8fd57c9.jpg" border="0" /&gt;&lt;/a&gt;
&lt;div class="image-clear"&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=yz4gTzQ0vgY:QHABTbge6Hw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=yz4gTzQ0vgY:QHABTbge6Hw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=yz4gTzQ0vgY:QHABTbge6Hw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=yz4gTzQ0vgY:QHABTbge6Hw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?i=yz4gTzQ0vgY:QHABTbge6Hw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=yz4gTzQ0vgY:QHABTbge6Hw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/PrimalMedia-?a=yz4gTzQ0vgY:QHABTbge6Hw:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/PrimalMedia-?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/PrimalMedia-/~4/yz4gTzQ0vgY" height="1" width="1"/&gt;</description>
 <comments>http://www.primalmedia.com/blog/malaria-africa-designing-end-cycle-poverty#comments</comments>
 <category domain="http://www.primalmedia.com/blog/category/news">News</category>
 <pubDate>Wed, 15 Oct 2008 07:51:05 -0400</pubDate>
 <dc:creator>primal</dc:creator>
 <guid isPermaLink="false">122 at http://www.primalmedia.com</guid>
<feedburner:origLink>http://www.primalmedia.com/blog/malaria-africa-designing-end-cycle-poverty</feedburner:origLink></item>
</channel>
</rss>
