<?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.rootwork.org/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0" xml:base="http://rootwork.org/blog">
  <channel>
    <title>Rootwork Blog: Technology, Social Change and Nonprofits</title>
    <link>http://rootwork.org/blog</link>
    <description>Rootwork powers grassroots networks from the bottom up. We help you build a vibrant online social movement grounded in real-world change and grassroots empowerment. www.rootwork.org</description>
    <language>en</language>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.rootwork.org/rootwork" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="rootwork" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://rootwork.org</link><url>http://files.rootwork.org/logos/squareicon.jpg</url><title>Roowork: Powering grassroots networks from the bottom up</title></image><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">rootwork</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
    <title>We need to talk about your stylesheets: An interview with Jonathan Snook at Drupalcon Portland</title>
    <link>http://rootwork.org/blog/2013/05/we-need-talk-about-your-stylesheets-interview-jonathan-snook-drupalcon-portland</link>
    <description>&lt;a href="/blog/2013/05/we-need-talk-about-your-stylesheets-interview-jonathan-snook-drupalcon-portland" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/spaghetti-light_flickr-stevensnodgrass.jpg" alt="Backlit spaghetti (as in code)" title="Credit: Flickr user stevensnodgrass" width="720" height="275" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;This is an intervention.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;CSS is pretty simple. Classes, IDs, elements and pseudo-elements, with style definitions attached to each. Calling it a "language" is a bit of a stretch (though preprocessors like &lt;a href="http://sass-lang.com/"&gt;Sass&lt;/a&gt; fit the bill).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;But let's be honest, for years our stylesheets cascaded right on out to infinity.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Huge files with table-of-contents comments to try to make some sense of it — until a quick fix got pasted down at the bottom. Brittle style definitions relying on tight coupling with HTML structure. Pieces of styles being replicated here and there for different components with similar features, without any way to tell they were related in the CSS.&lt;/p&gt;
&lt;p&gt;My stylesheets were like that too, because strategies for writing CSS had barely altered since the days when it was used to change the colors of the scroll bars in Internet Explorer. Luckily, in the past couple of years both &lt;a href="http://rootwork.org/blog/2013/05/ninjas-your-code-drupalcon-portland-sass-extends-placeholders"&gt;CSS architecture and CSS preprocessors came into their own&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Jonathan Snook" src="http://rootwork.org/sites/default/files/jonathansnook.jpg" style="margin: 0 0 1em 1em;" align="right" height="100" width="66"&gt;&lt;strong&gt;SMACSS&lt;/strong&gt;, or &lt;a href="http://smacss.com/"&gt;Scalable and Modular Architecture for CSS&lt;/a&gt;, was developed by &lt;strong&gt;&lt;a href="http://snook.ca/"&gt;Jonathan Snook&lt;/a&gt;&lt;/strong&gt;, a featured speaker at Drupalcon Portland. I'm really excited to get the opportunity to have Jonathan speak, not only because of my personally well-dog-eared copy of &lt;em&gt;SMACSS&lt;/em&gt;, but because Drupal itself is &lt;a href="http://rootwork.org/blog/2013/05/world-class-frontend-track-drupalcon-portland"&gt;adopting a SMACSS approach&lt;/a&gt; to its CSS.&lt;/p&gt;
&lt;p&gt;I spoke with Jonathan about sustainable stylesheets and the future of SMACSS. For an even more detailed look, &lt;a class="ext" href="http://portland2013.drupal.org/session/scalable-and-modular-architecture-css" target="_blank"&gt;&lt;strong&gt;please join me at Jonathan Snook's featured Drupalcon Portland this afternon, Tuesday, May 21 at 4:30&amp;nbsp;&lt;span class="caps"&gt;PM&lt;/span&gt;.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;IB: What's the biggest mistake you see people making when writing CSS?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JS: I think the biggest mistake is thinking of everything in the context of a single page. We're no longer just building sites with a design for a home page and an inside page. We're developing complex systems that need to work in a variety of contexts and we need a development approach that complements that.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://smacss.com/"&gt;&lt;img alt="SMACSS" src="http://rootwork.org/sites/default/files/smacss-book.png" style="margin: 0 0 1em 1em;" align="right" height="266" width="200"&gt;&lt;/a&gt;&lt;strong&gt;IB: What's the biggest "win" you see in using the SMACSS approach? Why should frontend developers change their approach to CSS?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JS: The biggest win is maintainability. The SMACSS methodology makes it easier to build larger projects by breaking things down into smaller components. Like the move from spaghetti code to &lt;a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller"&gt;MVC&lt;/a&gt; frameworks on the server side, this separation of concerns on the CSS side improves the process of putting a site or web app together.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: In the last part of your book, you talk about how the SMACSS approach fits in to work using a preprocessor like Sass. There have been a lot of developments in Sass in the past year — have they had any positive effects on your use of the SMACSS approach?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JS: With Sass, the introduction of placeholders was a positive step forward. Overall, Sass (and other preprocessors) are a great way to augment — but not replace — the way people write CSS.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: What are your thoughts on &lt;a href="http://bem.info/"&gt;BEM&lt;/a&gt;? Do you see it as compatible with SMACSS?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JS: I see BEM as very compatible. BEM really enforces naming convention, which is a very important concept in SMACSS. They both take a modular approach to site development.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: What are you tacking next when it comes to CSS and frontend development? Will there be a "SMACSS Part Two"? Or something else entirely?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JS: I'd love to augment SMACSS with case studies and expand on some of the ideas in the book based on things that come up in the workshops I do. I'd also like to work on a prototyping/site development tool that uses the SMACSS concepts. We had built something like this when I was at Yahoo! that I think many people in the industry would find really useful. Hopefully I can find the time to work on it!&lt;/p&gt;
&lt;p class="blog_image_credit"&gt;&lt;em&gt;Image credit Flickr user &lt;a class="ext" href="http://www.flickr.com/photos/stevensnodgrass" target="_blank" title="View this person's Flickr stream [external site]"&gt;stevensnodgrass&lt;/a&gt;. It's spaghetti! (As in code.)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ftpvEOFczEY:A_G58eKuiRw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ftpvEOFczEY:A_G58eKuiRw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ftpvEOFczEY:A_G58eKuiRw:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ftpvEOFczEY:A_G58eKuiRw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=ftpvEOFczEY:A_G58eKuiRw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ftpvEOFczEY:A_G58eKuiRw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=ftpvEOFczEY:A_G58eKuiRw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/frontend-development">Frontend Development</category>
 <category domain="http://rootwork.org/category/tags/planet-drupal">Planet Drupal</category>
 <category domain="http://rootwork.org/category/tags/sass">SASS</category>
 <category domain="http://rootwork.org/category/tags/smacss">SMACSS</category>
 <category domain="http://rootwork.org/category/tags/theming">theming</category>
 <pubDate>Tue, 21 May 2013 15:34:24 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">93 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Drupalcon Portland: Responsive web design in a snap with Breakpoint and Sass</title>
    <link>http://rootwork.org/blog/2013/05/drupalcon-portland-responsive-web-design-snap-breakpoint-sass</link>
    <description>&lt;a href="/blog/2013/05/drupalcon-portland-responsive-web-design-snap-breakpoint-sass" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/snap-squares_flickr-missnita.jpg" alt="Breakpoint: Snap!" title="Credit: Flickr user missnita" width="720" height="292" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;Media queries&lt;/strong&gt; are a key part of responsive web design, because they control at what width (among other things) different CSS rules kick in.&lt;/p&gt;
&lt;p&gt;"&lt;a href="http://breakpoint-sass.com/"&gt;Breakpoint&lt;/a&gt; makes writing media queries in Sass super simple," say &lt;strong&gt;Mason Wendell&lt;/strong&gt; and &lt;strong&gt;Sam Richard&lt;/strong&gt;, creators of the extension to &lt;a href="http://compass-style.org/"&gt;Compass&lt;/a&gt;, and they're right. It's not surprising that we'd want them to present at Drupalcon, since design in Drupal, like web design everywhere, has been embracing responsive web design as a fundamental principle. (Side note: This website is in the midst of a responsive web design overhaul. Cobbler's children and all that.)&lt;/p&gt;
&lt;p&gt;I spoke to Mason and Sam about how Breakpoint makes responsive web design even easier. Don't miss &lt;strong&gt;&lt;a href="http://portland2013.drupal.org/node/1248"&gt;their Drupalcon Portland frontend session, “Managing Responsive Web Design with Sass and Breakpoint,” on Thursday at 10:45 AM&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;IB: What motivated you to create Breakpoint? How has it changed your own workflow?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;MW: Before Sass 3.2 came out I had written an article for The Sass Way that previewed some of it's new features, including the ability to use variables in media queries. I created an example that baked in some names for breakpoints into a kind of "master mixin" for media queries. On my next responsive project I put the theories I'd written for that post into practice, and found that I could refine that approach. If I assigned a variable to each media query first the approach would be very flexible. Then when noticed that I wrote min-width queries way more often than any other type I set up defaults that made creating media queries very fast.&lt;/p&gt;
&lt;p&gt;MW: There was a side effect that I think is more useful though. By assigning names to each of my media queries I'm able to keep them in context in a much more effective way. If I some media queries to deal with the width of a nav element, and then later I add an item to that nav, I can change the value of that variable and all the associated queries are adjusted. This is even more effective when handing code back and forth within a team.&lt;/p&gt;
&lt;p&gt;SR: Breakpoint was created with the motivation to ease many of the pain points of working with media queries in CSS. The biggest pain point that Breakpoint solves is providing meaningful semantics to your media queries. When building content based responsive sites, early in your design process two unrelated items may happen to break at the same points, but as your project grows, those points may change and a simple find and replace will have unintended consequences. This is probably the biggest workflow win to using Breakpoint, all of your media queries now have proper semantics.&lt;/p&gt;
&lt;p&gt;SR: The other big win for my workflow is Breakpoint's &lt;a href="http://breakpoint-sass.com/#advanced"&gt;no-query fallback&lt;/a&gt;, allowing me to very easily add in fallback code for any of the media queries I write.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: What can Breakpoint do that just assigning variable names to specific min-widths can't?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SR: For starters, Breakpoint handles much more than min-width queries. It is designed to be future friendly and currently supports all CSS level 3 and level 4 media queries. Additionally, it's syntax is easy to use to create complex media queries, including both and and or media queries. It has native handling for all of the different media query requirement for resolution (of which you need to write at least four different queries for currently) while just writing the standard. The no-query fallbacks are a huge win as well.&lt;/p&gt;
&lt;p&gt;MW: The main benefit is that you can assign names and manage your media queries with variables. This helps you avoid having them scattered around your SCSS, and makes is easy to understand how they're related and affect each other.&lt;/p&gt;
&lt;p&gt;MW: While Breakpoint is optimized for min-width because they're used most often it doesn't stop there. There are a number of shortcuts built in, for fencing min- and max- values, converting pixels to ems, and even vendor prefixed queries like resolution.&lt;/p&gt;
&lt;p&gt;MW: We even created a way to Breakpoint to report back to you what queries are in a particular context. &lt;a href="https://github.com/Team-Sass/Singularity"&gt;Singularity GS&lt;/a&gt; uses this feature to kind of magically create responsive grid systems.&lt;/p&gt;
&lt;p&gt;SR: Of all of Breakpoint's features, probably the least used, but most powerful is &lt;a href="http://breakpoint-sass.com/#advanced"&gt;Breakpoint Context&lt;/a&gt;. This allows you to call a function anywhere and get the current media query context allowing for amazingly intelligent mixins and functions to be written in Sass, something unique to Breakpoint that you simply don't have with interpolating variables.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Are there any responsive web design aspects specific to Drupal theming/frontend development that Breakpoint helps with?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SR: There is nothing Drupal specific that Breakpoint helps with. Breakpoint, like Sass, was built to be backend independent. This means that if you are building any site, regardless of if it's a Drupal site or a Node site or a static site, Breakpoint is able to do its job handily without being caught up in being tied to a specific backend technology.&lt;/p&gt;
&lt;p&gt;MW: One of the things I love about working with Sass is that it's not Drupal-specific, and it's meant to be used anywhere on the web. Breakpoint follows that example.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Is Breakpoint a successor to &lt;a href="https://github.com/snugug/respond-to"&gt;Respond-To&lt;/a&gt;, or will that continue to get developed?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SR: In a way, yes and no. Respond-To was written before Breakpoint, but upon Breakpoint's release, it was decided that our efforts should be focused on a unified Media Query engine, with Respond-To as a wrapper syntax for Breakpoint. This is how the current Respond-To project exists. As of Breakpoint 2.0, the Respond-To mixin has been incorporated into Breakpoint core, so you now can use Respond-To without needing an additional Compass extension!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Do you use &lt;a href="http://drupal.org/project/breakpoints"&gt;Breakpoints module&lt;/a&gt; (in Drupal 8 core)? Or do you just do all of that through Sass?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SR: I personally truly dislike the Breakpoint module. Every use case I've heard for it seems to be based on the thinking that sites have three or four breakpoints and that everything can be boiled down into an easy to use admin interface. There are no standard breakpoints, period, and good, reasonably complex responsive sites will usually have 20 or more breakpoints. Responsive cannot be done from the backend, and the Breakpoint module encourages you to do so (as does the &lt;a href="http://drupal.org/project/spark"&gt;Spark layout initiative&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Do you think any aspects of Breakpoint might get rolled directly into Sass in the future?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;MW: It's possible, but we probably won't move the obvious parts to the Sass language. There are some helper functions that we've written in Ruby that would be very useful in Sass core. Once that's in we'll be able to offer Breakpoint without Compass.&lt;/p&gt;
&lt;p&gt;SR: I do not believe Breakpoint will be rolled directly into Sass, nor would I want it to be, as it is out of scope of Sass core. As much as I like them, I even think the color functions in Sass are out of scope for it. Sass core should simply be the language and the bare minimum function base for it to be useable. Sass doesn't ship with any mixins, and I think it should probably stay that way. That being said, Breakpoint is fairly stable; our 1.3 release stood stable for six or so months without needing any changes until we rewrote the whole thing for our 2.x release, so maybe being merged into Compass isn't out of the question, but I do not see a need for that.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: I hear in addition to Breakpoint, Sam went and created some kind of magic box of Sass called &lt;a href="https://github.com/Team-Sass/toolkit"&gt;Toolkit&lt;/a&gt;. Want to say more about that?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SR: Toolkit started life as RWD Kickstart, a project Mason and I kind of made up on the spot a year ago at one of the first New York Sass meetups. Its original goal was simply to be a collection of Compass templates to make pulling in media query and grid solutions together easily. Since then, it's evolved to be more of a collection of Progressive Enhancement, Design in Browser, and Modern Web Development tools, a toolkit if you'll let me, of useful tools. I'd say the four biggest thing that Toolkit has are a modern Clearfix mixin, progressive enhancement replace text mixins, a triangle generation mixin, and an intrinsic ratio mixin to make using intrinsic ratios super easy. It also adds &lt;code&gt;*, *:before, *:after { box-sizing: border-box}&lt;/code&gt; and &lt;code&gt;img, video { max-width: 100%; height: auto; }&lt;/code&gt; to your stylesheets, which are the first two things I do for any responsive project.&lt;/p&gt;
&lt;p&gt;SR: Toolkit's templates have also evolved, Where originally there were five some odd different templates to choose from, now there are just two, a basic one to set up a basic partial structure, and a responsive web design one that pulls in Breakpoint 2.x for media queries and Singularity 1.x for grids.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: You &lt;a href="http://breakpoint-sass.com"&gt;sure know&lt;/a&gt; those late twentieth-century presidents.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;MW: With a name like Breakpoint, how could I not revisit the cinema classic &lt;span style="font-style: italics;"&gt;Point Break&lt;/span&gt;. Bodhi and his gang of thrill-seeking bank-robbing surfers evaded the FBI for years until the newly minted Special Agent Johnny Utah was on the case. I think we can all agree that there's a poignant metaphor for web designer there. And some pretty sweet gifs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=a26ht8es1S4:9_DmaAt78co:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=a26ht8es1S4:9_DmaAt78co:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=a26ht8es1S4:9_DmaAt78co:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=a26ht8es1S4:9_DmaAt78co:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=a26ht8es1S4:9_DmaAt78co:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=a26ht8es1S4:9_DmaAt78co:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=a26ht8es1S4:9_DmaAt78co:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/frontend-development">Frontend Development</category>
 <category domain="http://rootwork.org/category/tags/planet-drupal">Planet Drupal</category>
 <category domain="http://rootwork.org/category/tags/sass">SASS</category>
 <category domain="http://rootwork.org/category/tags/theming">theming</category>
 <pubDate>Fri, 17 May 2013 19:51:58 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">92 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Drupal 8 and the power of Twig: A Drupalcon Portland featured session</title>
    <link>http://rootwork.org/blog/2013/05/drupal-8-power-twig-drupalcon-portland-featured-session</link>
    <description>&lt;a href="/blog/2013/05/drupal-8-power-twig-drupalcon-portland-featured-session" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/twig_flickr-cgc.jpg" alt="The power of the Twig templating engine" title="Credit: Flickr user cgc" width="720" height="308" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;A new theming engine, &lt;a href="http://twig.sensiolabs.org/"&gt;Twig&lt;/a&gt;, is coming along with Drupal 8's adoption of the Symfony framework. And it's downright magical.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Instead of having theme functions that have to be overridden, everything becomes an (easy to read, easy to modify) template. Instead of having to figure out render arrays, themers can use consistent template variables. And instead of having insecure output, Twig sanitizes everything by default.&lt;/p&gt;
&lt;p&gt;If you've ever worked on a WordPress or Tumblr theme, the approach will feel pretty similar. Here's what it looks like:&lt;/p&gt;
&lt;p&gt;&lt;img alt="Example of Twig template in Drupal" height="375" src="http://rootwork.org/sites/default/files/twig-sample.png" width="675"&gt;&lt;/p&gt;
&lt;p&gt;And oh by the way, &lt;a href="http://twig.sensiolabs.org/documentation"&gt;it's well-documented&lt;/a&gt; — no small point in the Drupal community!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Sound too good to be true?&lt;/strong&gt; Well, it almost might be, because &lt;a href="http://groups.drupal.org/node/298298"&gt;a lot has to happen in order to get this into Drupal 8&lt;/a&gt;. There's a &lt;a href="http://portland2013.drupal.org/program/sprints"&gt;Twig-focused sprint happening right after Drupalcon&lt;/a&gt;, so if you think this is great, come pitch in! Because if things don't get done, Twig will be held until Drupal 9. No Drupal themer, veteran or newbie, kitten or human, wants that to happen.&lt;/p&gt;
&lt;p&gt;I spoke to &lt;strong&gt;Jen Lampton&lt;/strong&gt; (with a contribution from &lt;strong&gt;Fabian Franz&lt;/strong&gt;) about how Twig will result in happier veteran Drupal themers, happier new Drupal themers, and happier Drupal kittens. Be sure to show up for their &lt;a href="http://portland2013.drupal.org/session/using-twig-new-template-engine-drupal-8"&gt;&lt;strong&gt;featured Drupalcon session (along with Drupal CSS innovator John Albin Wilkins), “Using Twig: The new template engine in Drupal 8,” on Wednesday at 3:45 PM.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;IB: What's one thing you're most excited about with Twig?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JL: Replacing the template engine with something completely different means that we get to take a good hard look at absolutely everything in the current theme system, so we can do a clean sweep.&lt;/p&gt;
&lt;p&gt;FF: What I love the most about Twig is the syntax, and how it cleverly makes it possible to &lt;a href="http://drupal.org/node/1982024"&gt;lazy-render things&lt;/a&gt;. The possibilities of having an interpreted language are endless.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Can theme developers start converting/creating their themes now?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JL: No! If you have the time to start converting your own themes, then please, please, please use the time to help us make the theme system what you want it to be — instead. There will be time to convert your themes later, but Drupal itself can only be monumentally improved &lt;em&gt;right now&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Will frontend developers and themers coming from other CMSes — like WordPress — find Twig easier to use?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JL: Yes. Front end developers coming from everywhere will find Twig easier to use. For starters, Twig looks a lot more like HTML, so if you don't know PHP you'll still be right at home. For people who do know PHP and don't know Twig, there will be a learning curve, but it's far far FAR less steep than learning about what Drupal had done to PHPTemplate.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Twig sounds great! What can people do to help make sure it happens for Drupal 8?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JL: There are four main areas where we need help right now, as outlined in our &lt;a href="http://groups.drupal.org/node/278968"&gt;Twig TODO wiki&lt;/a&gt;.&lt;/p&gt;
&lt;p style="margin-left: 40px;"&gt;1. Help us test all the patches.&lt;br&gt;
	2. Help us fix issues with the patches.&lt;br&gt;
	3. Help us improve the markup in core (after being converted to Twig).&lt;br&gt;
	4. Help us clean up the rest of the theme system.&lt;/p&gt;
&lt;p&gt;If people are interested in any one of these four areas, they can &lt;a href="http://portland2013.drupal.org/program/sprints"&gt;come to the sprint immediately following DrupalCon&lt;/a&gt; and get some hands-on help making Drupal better. We need all the hands we can get since we are up against some major deadlines, so please please please come help us!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uBw8i09cexk:NNMIw58RkJM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uBw8i09cexk:NNMIw58RkJM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uBw8i09cexk:NNMIw58RkJM:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uBw8i09cexk:NNMIw58RkJM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=uBw8i09cexk:NNMIw58RkJM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uBw8i09cexk:NNMIw58RkJM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=uBw8i09cexk:NNMIw58RkJM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/frontend-development">Frontend Development</category>
 <category domain="http://rootwork.org/category/tags/drupal">Drupal</category>
 <category domain="http://rootwork.org/category/tags/planet-drupal">Planet Drupal</category>
 <category domain="http://rootwork.org/category/tags/theming">theming</category>
 <category domain="http://rootwork.org/category/tags/twig">Twig</category>
 <pubDate>Fri, 17 May 2013 02:33:58 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">91 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Drupal 8, aural interfaces and groundbreaking accessibility at Drupalcon Portland</title>
    <link>http://rootwork.org/blog/2013/05/drupal-8-aural-interfaces-groundbreaking-accessibility-drupalcon-portland</link>
    <description>&lt;a href="/blog/2013/05/drupal-8-aural-interfaces-groundbreaking-accessibility-drupalcon-portland" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/switchboard-publicdomain.jpg" alt="A switchboard operator for Drupal?" title="A switchboard operator for Drupal?" width="720" height="328" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;I'm a millennial, but even I remember the experience of calling the telephone operator and getting a live human to look up the number of a business or place a collect call. We have the digital means to complete lots of tasks like that today, but that doesn't mean all of our methods are equally effective for everyone.&lt;/p&gt;
&lt;p&gt;&lt;img align="right" alt="Drupal's new mobile-friendly toolbar" height="223" src="http://rootwork.org/sites/default/files/mobile-friendly-toolbar.png" style="margin: 0 0 1em 1em;" width="250"&gt;"Drupal 8 will be the most accessible version of Drupal yet," declare &lt;strong&gt;J. Renée Beach&lt;/strong&gt; and &lt;strong&gt;Wim Leers&lt;/strong&gt; in their &lt;a href="http://portland2013.drupal.org/node/2158"&gt;Drupalcon Portland session description&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;They're both part of the &lt;a href="http://drupal.org/project/spark"&gt;Spark team&lt;/a&gt;, an initiative to improve the authoring experience in Drupal for everyone.&lt;/p&gt;
&lt;p&gt;Spark is more well known for things like i&lt;a href="http://drupal.org/project/edit"&gt;n-place editing&lt;/a&gt; and a &lt;a href="http://drupal.org/project/navbar"&gt;mobile friendly toolbar&lt;/a&gt;, which you can see at right. But from the beginning, improving the experience for everyone has been a big priority, and one of the most exciting developments is a new aural interface.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;That's right, Drupal is getting a switchboard operator:&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img alt="Drupal announce log showing three 'polite Drupal announcements'" height="48" src="http://rootwork.org/sites/default/files/drupal-announce-log.png" width="675"&gt;&lt;/p&gt;
&lt;p&gt;OK, so that doesn't look &lt;em&gt;terribly&lt;/em&gt; exciting all on its own. But trust me, when you watch the videos of people interacting with Drupal 8 and having menus and selections read as they go, it's pretty cool.&lt;/p&gt;
&lt;p&gt;When I spoke with J. Renée about Drupal 8 and the nature of working on accessibility, the passion for this work really shown through. I'm really looking forward to their session with Wim, &lt;a href="http://portland2013.drupal.org/node/2158"&gt;&lt;strong&gt;"Drupal Speaks: Aural user interfaces, new Drupal 8 accessibility features," on Wednesday at 10:45 AM.&lt;/strong&gt;&lt;/a&gt; Hope to see you there!&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;IB: What are we missing when we talk about accessibility right now?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JRB: I want developers to understand that accessibility is fundamental to user interface development. We tend to talk about accessibility like we talk about gender. Both have coded values. When we speak of being gendered, we are often talking about being non-male. Male is a kind of genderless base state. So is it with accessibility. When we speak of making something accessible, we tend to refer to making an interface for blind users or for users with physical capabilities that make keyboard and mouse use difficult, as examples. Visual is a kind of accessible base state.&lt;/p&gt;
&lt;p&gt;We risk "othering" folks for whom accessibility is an issue because as developers, in general, non-visual accessibility has not been a primary concern. I know what is is like to be othered. In some ways, highlighting otherness can be an effective way to bring focus to a problem. Eventually though, we need to resolve those issues and close the loop on the otherness. We can be other and also be equal. Now is the time for front end developers to start thinking about accessibility as a multi-modal effort. We no longer have the excuse that the tools and technologies available to us do not support efficient workflows for non-visual UI development.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Where is Drupal 8 going to do better?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JRB: Most importantly, we have more individual core contributors this cycle who truly believe in addressing accessibility issues. And they are all smart, wonderful people which makes working with them a pleasure!&lt;/p&gt;
&lt;p&gt;For example, take &lt;a href="http://drupal.org/node/1811128"&gt;this issue about requirement warnings during installation&lt;/a&gt;. For a sighted user, a warning during installation is immediately apparent. The missing requirement is made distinct with color contrast. For a blind user, they must traverse every cell in the table to discover a missing requirement. Would we ever impose such a burden on a sight user through the UI? No, not without grumbles in the issue queues at least. With more contributors invested in improving these types of non-visual details, we are polishing all the rough edges — the ones we see &lt;em&gt;and&lt;/em&gt; the ones we don't.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: How important is context in aural interfaces?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JRB: Context is important to all interfaces. As front end developers we build templates that expose context in a predictable, consumable way. As a practice we have established and then refined patterns of visual expression over the past 30-plus years.&lt;/p&gt;
&lt;p&gt;Metaphors grounded visual pointer displays on a virtual desktop. We talk of visual affordances in rounded, gradient-embellished, reflective buttons. &lt;a href="http://en.wikipedia.org/wiki/Skeuomorphism"&gt;Skeumorphic designs&lt;/a&gt; bring our understanding of the physical world to bear on pixels and bits.&lt;/p&gt;
&lt;p&gt;Where are the metaphors in aural interface design? I know of none. To me, these interfaces are flat. The metal is bare underneath them.&lt;/p&gt;
&lt;p&gt;Perhaps non-visual interfaces have one less level of abstraction to traverse. Maybe there's no need to translate language into symbol and then back into language. But that little bit of designer in me, that memory of a linguist I almost was, remembers being thunderstruck with insight reading &lt;a href="http://en.wikipedia.org/wiki/Ray_Jackendoff"&gt;Jackendoff's&lt;/a&gt; unfurling of metaphor after I had just so recently fallen smitten with the strict generative grammar of early &lt;a href="http://en.wikipedia.org/wiki/Noam_chomsky#Linguistics"&gt;Chomsky&lt;/a&gt;. Jackendoff gives us a way of understanding language that starts at basic physical dichotomies — up/down and near/far — and from there offers us a model of communication. He gives us pattern. (Early) Chomsky gave us metal. So much that we humans do starts with structure that softens with time to fit our curvy, winding nature.&lt;/p&gt;
&lt;p&gt;I want to believe that the aural interfaces we have today still just the awkward first attempts to build an abstract audio interface pattern language. That non-visual interface design is still working through its &lt;a href="http://en.wikipedia.org/wiki/Structural_linguistics"&gt;structuralist&lt;/a&gt; phase. We are still learning how to pack context into denser forms through non-visual expressions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Will the Drupal 8 improvements have things to offer module developers?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JRB: In Drupal 8, we are building tools that manage a couple of the trickier components of accessibility in a browser. These are:&lt;/p&gt;
&lt;p style="margin-left: 40px;"&gt;1. Outputting audio updates&lt;br&gt;
	2. Managing tabbing in constrained workflows&lt;/p&gt;
&lt;p&gt;Module developers will be able to pass a string to a method called "&lt;strong&gt;announce&lt;/strong&gt;" on the Drupal object and have that string read by a screen reader.&lt;/p&gt;
&lt;p&gt;Another method on the Drupal object called "&lt;strong&gt;tabbingManager&lt;/strong&gt;" will constrain tabbable elements on the page. A developer will select those elements, either through JavaScript methods or jQuery, and pass them to the tabbingManager. Tabbing is then constrained to those elements until the constraint is superseded or released. I know that must not be completely clear, but that's why we're presenting &lt;a href="http://portland2013.drupal.org/node/2158"&gt;a session about aural user interfaces and how we can use these new tools to build them&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Top image: Public domain. Drupal images from the drupal.org issue queue and the session slides.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=KVCgkcWTvIA:l7fkJESs1iw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=KVCgkcWTvIA:l7fkJESs1iw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=KVCgkcWTvIA:l7fkJESs1iw:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=KVCgkcWTvIA:l7fkJESs1iw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=KVCgkcWTvIA:l7fkJESs1iw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=KVCgkcWTvIA:l7fkJESs1iw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=KVCgkcWTvIA:l7fkJESs1iw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/frontend-development">Frontend Development</category>
 <category domain="http://rootwork.org/category/tags/accessibility">accessibility</category>
 <category domain="http://rootwork.org/category/tags/drupal">Drupal</category>
 <category domain="http://rootwork.org/category/tags/planet-drupal">Planet Drupal</category>
 <pubDate>Thu, 16 May 2013 13:30:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">90 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Grow your own: Learning custom base themes at Drupalcon Portland</title>
    <link>http://rootwork.org/blog/2013/05/grow-your-own-learning-custom-base-themes-drupalcon-portland</link>
    <description>&lt;a href="/blog/2013/05/grow-your-own-learning-custom-base-themes-drupalcon-portland" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/growyourown-themes.jpg" alt="" title="Credit: Flickr user " width="720" height="231" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;Ah, base themes.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If there's an analogue to the Windows/Mac/Linux battle in Drupal land, it's probably &lt;a href="http://drupal.org/project/zen"&gt;Zen&lt;/a&gt; vs. &lt;a href="http://drupal.org/project/omega"&gt;Omega&lt;/a&gt; vs. &lt;a href="http://drupal.org/project/adaptivetheme"&gt;AdaptiveTheme&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Garrett Dawson&lt;/strong&gt; and &lt;strong&gt;John Ferris&lt;/strong&gt; have a way out of that eternal struggle: Custom base themes. As they put it in their &lt;a href="http://portland2013.drupal.org/node/3043"&gt;Drupalcon Portland session description&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;"By necessity, base themes make assumptions about how teams and individuals work. By rolling your own, you’ll become much more comfortable and informed about the Drupal theming layer, and have a better launchpad for your front-end projects."&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Here in Portland we take home gardening and &lt;a href="http://en.wikipedia.org/wiki/Permaculture"&gt;permaculture&lt;/a&gt; seriously, so what better place to talk about "growing your own" custom base theme!&lt;/p&gt;
&lt;p&gt;I spoke with John and Garrett about how creating your own base theme can make work for you and your team easier. &lt;a href="http://portland2013.drupal.org/node/3043"&gt;&lt;strong&gt;Take a gander at their session, “Dapper Drupal: Custom Tailored Themes,” on Thursday at 2:15 PM for the full story!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;IB: Base themes that are out there make some assumptions about how you want to theme. What's the advantage to rolling your own base theme rather than finding the theme that already makes the assumptions you do?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JF and GD: If you can find a base theme in contrib that fits perfectly into your workflow, by all means, use it. There's a lot of solid tools out there. We don't want to deter people from using and contributing to them. With that said, we feel it's unlikely a contributed base theme will be ticking all the boxes and making all the right assumptions about your workflow.&lt;/p&gt;
&lt;p&gt;There's no one-size-fits-all approach. Your front-end process is heavily influenced by team dynamics, contrib module choices and a whole host of other considerations. The majority of base themes cannot account for those variables like you can. We want front-end developers to take a critical look at their tools to see where they can make improvements. That may mean creating a custom base theme; a custom starter theme for use with an existing base theme; or even a set of helper modules.&lt;/p&gt;
&lt;p&gt;All the popular base themes started because someone wasn't happy with what was available at the time. The ultimate goal is increasing efficiency while improving the quality of the final HTML, CSS and JS.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Do you recommend custom base themes for big shops? Small distributed teams? Freelancers? Everyone?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JF/GD: Yes, all of the above. At least consider it as an option. If you find yourself doing any kind of repetitive work, there's an opportunity for improvement. The only people who should steer clear of custom base themes are those new to Drupal. You need to be familiar with the tools that are available before setting out to create your own.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: Besides your the custom base themes you developed yourselves (&lt;a href="http://drupal.org/sandbox/kenwoodworth/1250998"&gt;Center&lt;/a&gt; and &lt;a href="http://drupal.org/sandbox/pixelwhip/1836932"&gt;Prototype&lt;/a&gt;) what other custom base themes have you seen in the wild?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;JF/GD: Yes! We've learned a lot working with and iterating on Center and Prototype. They work well for the structure of our team and the type of work we do at &lt;a href="http://atendesigngroup.com/"&gt;Aten&lt;/a&gt;. However, we realize every team is unique. We were really interested in seeing how other organizations were approaching the front-end problem space. We chatted with a range of teams of varying sizes working across different industries. Everyone has their own unique set of tools based on their own strengths and constraints. We're excited to share those with you, but you'll just have to come and see for yourself!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Images: &lt;a href="http://commons.wikimedia.org/wiki/File:%22Grow_Your_Own_Be_Sure%22_-_NARA_-_513660.jpg"&gt;National Archives&lt;/a&gt; and Flickr user &lt;a href="http://www.flickr.com/photos/mcbeth/23877066/"&gt;McBeth&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pzsl0bNScGM:texmImVmgr0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pzsl0bNScGM:texmImVmgr0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pzsl0bNScGM:texmImVmgr0:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pzsl0bNScGM:texmImVmgr0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=pzsl0bNScGM:texmImVmgr0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pzsl0bNScGM:texmImVmgr0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=pzsl0bNScGM:texmImVmgr0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/frontend-development">Frontend Development</category>
 <category domain="http://rootwork.org/category/tags/drupal">Drupal</category>
 <category domain="http://rootwork.org/category/tags/planet-drupal">Planet Drupal</category>
 <category domain="http://rootwork.org/category/tags/theming">theming</category>
 <pubDate>Wed, 15 May 2013 18:26:35 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">89 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Ninjas in your code at Drupalcon Portland: SASS with extends and placeholders</title>
    <link>http://rootwork.org/blog/2013/05/ninjas-your-code-drupalcon-portland-sass-extends-placeholders</link>
    <description>&lt;a href="/blog/2013/05/ninjas-your-code-drupalcon-portland-sass-extends-placeholders" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/dsande-oocss.png" alt="Screenshot from Dale&amp;#039;s presentation: When designers change colors on CSS" title="Screenshot from Dale&amp;#039;s presentation" width="720" height="279" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;It's fair to say that in the last year, adopting the CSS preprocessor &lt;a href="http://sass-lang.com/"&gt;SASS&lt;/a&gt; has completely changed frontend development for me.&lt;/strong&gt; That's a sentiment I've heard others express when they started using it — and I was pretty late to the party.&lt;/p&gt;
&lt;p&gt;I got attracted to it initially through variables. We've all been there when a client or a designer wants to change a color and suddenly we have to change dozens or hundreds of values across CSS.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.dalesande.com/"&gt;Dale Sande&lt;/a&gt;&lt;/strong&gt; captures that kind of revolution in efficiency that SASS brings, as seen in a screenshot from &lt;a href="http://portland2013.drupal.org/node/333"&gt;his upcoming presentation at Drupalcon Portland&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But Dale, who's &lt;a href="https://speakerdeck.com/anotheruiguy"&gt;spoken plenty on SASS&lt;/a&gt; and organizes the &lt;a href="http://www.meetup.com/SASSlang/"&gt;Seattle SASS meetup&lt;/a&gt;, is taking us way past the SASS basics like variables, and that's why I'm excited to see his presentation next week.&lt;/p&gt;
&lt;p&gt;Around the same time SASS came onto the scene, some thoughtful people were exploring more maintainable frontend development and CSS architecture through ideas/acronyms like &lt;strong&gt;OOCSS&lt;/strong&gt;, &lt;strong&gt;SMACSS&lt;/strong&gt; and &lt;strong&gt;BEM&lt;/strong&gt;, and folks like &lt;a href="https://github.com/stubbornella/oocss/wiki"&gt;Nicole Sullivan&lt;/a&gt;, &lt;a href="http://smacss.com/"&gt;Jonathan Snook&lt;/a&gt; (a &lt;a href="http://rootwork.org/blog/2013/05/world-class-frontend-track-drupalcon-portland"&gt;Drupalcon featured speaker!&lt;/a&gt;), &lt;a href="http://nicolasgallagher.com/about-html-semantics-front-end-architecture/"&gt;Nicolas Gallagher&lt;/a&gt;, and &lt;a href="https://github.com/csswizardry/CSS-Guidelines"&gt;Harry Roberts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I spoke with Dale about SASS, object-oriented CSS and some the things he'll be covering at Drupalcon. &lt;strong&gt;&lt;a href="http://portland2013.drupal.org/node/333"&gt;Be sure to join me at his session, "Sass: OO'S'CSS w/Extends and Silent Placeholders," on Wednesday at 2:15 PM!&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;IB: Some people argue SASS creates bloated code — do you see placeholders addressing that concern effectively?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;DS: Sass doesn’t create bad code. &lt;a href="http://thesassway.com/articles/sass-doesnt-create-bad-code-bad-coders-do"&gt;Bad coders do.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The whole concept of &lt;a href="http://chriseppstein.github.io/blog/2012/08/23/sass-3-2-is-released/"&gt;placeholder selectors&lt;/a&gt; was designed to fight code bloat and be a more pragmatic solution to OOCSS. In my presentation, I illustrate how using the various techniques generate code.&lt;/p&gt;
&lt;p&gt;The real "ah-ha" moment comes when we see how using placeholder selectors makes it easier to manage and literally re-use code — thus reducing dreaded CSS bloat.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IB: What's the advantage to using silent placeholders over mixins for a set of rules?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;DS: Simply put, being able to re-use code without duplicating code. The use of mixins was the first part of being &lt;a href="http://en.wikipedia.org/wiki/Don%27t_repeat_yourself"&gt;DRY with our code&lt;/a&gt;. Looking at the Sass it felt AWESOME! But when we looked at the output CSS, this is when we realized that we were all living a lie.&lt;/p&gt;
&lt;p&gt;Our CSS rules were being duplicated tens, if not hundreds of times. We weren't being DRY, we simply put the onus of duplication on the machine.&lt;/p&gt;
&lt;p&gt;Placeholder selectors embrace the one of the oldest concepts of CSS and that is to extend the CSS selector for reuse. But with traditional CSS this was difficult to do, especially when you were dealing with thousands of lines of code. Sass' @extend directive allows developers to create name-spaced reusable chunks of code that is portable, re-usable and extendable without duplicating anything.&lt;/p&gt;
&lt;p&gt;&lt;img align="right" alt="Fighting tight coupling in CSS by keeping code separation in SASS" height="258" src="http://rootwork.org/sites/default/files/dsande-oocss2.png" style="margin: 0 0 1em 1em;" width="350"&gt;&lt;strong&gt;IB: Do you see placeholders as helping to reduce the amount of tight &lt;a href="http://en.wikipedia.org/wiki/Coupling_%28computer_programming%29"&gt;coupling&lt;/a&gt; — scattering pieces of styles in multiple places?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;DS: While Placeholder Selectors are a tool that can help with scattered code, it is not the only solution. Having a file/folder structure that embraces the different types of code, e.g. CSS selectors, placeholder selectors, mixins and functions, can assist in creating reusable modulare code and maintain a process of control over the many parts.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Images: Screenshot from Dale Sande's presentation.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DaizWqye3uk:-3Qw3zCLGQo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DaizWqye3uk:-3Qw3zCLGQo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DaizWqye3uk:-3Qw3zCLGQo:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DaizWqye3uk:-3Qw3zCLGQo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=DaizWqye3uk:-3Qw3zCLGQo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DaizWqye3uk:-3Qw3zCLGQo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=DaizWqye3uk:-3Qw3zCLGQo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/frontend-development">Frontend Development</category>
 <category domain="http://rootwork.org/category/tags/drupal">Drupal</category>
 <category domain="http://rootwork.org/category/tags/planet-drupal">Planet Drupal</category>
 <category domain="http://rootwork.org/category/tags/sass">SASS</category>
 <category domain="http://rootwork.org/category/tags/theming">theming</category>
 <pubDate>Wed, 15 May 2013 03:09:34 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">88 at http://rootwork.org</guid>
  </item>
  <item>
    <title>A world-class frontend track at Drupalcon Portland</title>
    <link>http://rootwork.org/blog/2013/05/world-class-frontend-track-drupalcon-portland</link>
    <description>&lt;a href="/blog/2013/05/world-class-frontend-track-drupalcon-portland" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/portland-drupalcon_0.jpg" alt="Drupalcon Portland: May 20-24, 2013" title="Drupalcon Portland: May 20-24, 2013" width="720" height="332" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;The big news at Drupalcon Portland is that, for the first time at a Drupalcon, we're having separate &lt;a href="http://portland2013.drupal.org/program/tracks#frontend"&gt;frontend&lt;/a&gt; and &lt;a href="http://portland2013.drupal.org/program/tracks#UX"&gt;user experience (UX)&lt;/a&gt; tracks. That means we were able to offer even more sessions targeted directly at frontend developers, and as the local track chair for frontend, I'm really excited about what we've ended up with!&lt;/p&gt;
&lt;h3&gt;Groundbreaking frontend featured speakers&lt;/h3&gt;
&lt;p&gt;&lt;img align="left" alt="Jonathan Snook" height="100" src="http://rootwork.org/sites/default/files/jonathansnook.jpg" style="margin: 0 1em 1em 0;" width="66"&gt;First and foremost, of course, we have &lt;strong&gt;Jonathan Snook&lt;/strong&gt; presenting on his concept (and book) &lt;a href="https://smacss.com/"&gt;&lt;em&gt;Scalable and Modular Architecture for CSS&lt;/em&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img align="right" alt="MortenDK at Drupalcon Sydney" height="262" src="http://rootwork.org/sites/default/files/MASS-mortendk-crop.jpg" style="margin: 0 0 1em 1em;" width="390"&gt;SMACSS has had a big impact on a lot of frontend developers and themers — and in fact it's had a huge impact on Drupal itself. The &lt;a href="http://drupal.org/project/zen"&gt;Zen base theme&lt;/a&gt;, the most-downloaded Drupal theme out there, has &lt;a href="http://drupal.org/node/1931746"&gt;adopted a SMACSS approach&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And Drupal itself is moving toward SMACSS with &lt;a href="http://drupal.org/node/1921610#comment-7096746"&gt;a re-organization of its CSS&lt;/a&gt; in the upcoming Drupal 8 release.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://portland2013.drupal.org/session/scalable-and-modular-architecture-css"&gt;&lt;strong&gt;Join Jonathan Snook at Drupalcon Portland on Tuesday, May 21 at 4:30 PM.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Drupal 8 and Twig&lt;/h3&gt;
&lt;p&gt;Oh yeah, so there's this new version of Drupal coming out pretty soon.&lt;/p&gt;
&lt;p&gt;Among the &lt;a href="http://groups.drupal.org/drupal-initiatives"&gt;many, many awesome things happening with Drupal 8&lt;/a&gt;, one of the most relevant to frontend developers is the adoption (with a little luck) of the &lt;a href="http://twig.sensiolabs.org/"&gt;Twig templating engine&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Twig, a component of Symfony — a framework &lt;a href="http://symfony.com/blog/symfony2-meets-drupal-8"&gt;being adopted by Drupal 8&lt;/a&gt; — will enable themers to write much cleaner (and safer!) code, and enable module developers to simplify the theming components of their modules.&lt;/p&gt;
&lt;p&gt;No joke, at the &lt;a href="http://2012.badcamp.net/program/sessions/new-theme-layer-drupal-8"&gt;BADCamp 2012 Twig session&lt;/a&gt;, there were literally gasps in the audience as we all saw how cool it was. If you're a themer or a frontend developer, don't miss this!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://portland2013.drupal.org/session/using-twig-new-template-engine-drupal-8"&gt;&lt;strong&gt;Join Jen Lampton, Fabian Franz and John Albin Wilkins presenting Twig on Wednesday, May 22 at 3:45 PM.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;And so much more!&lt;/h3&gt;
&lt;p&gt;I've just touched on two of the featured sessions at Drupalcon Portland. In the coming week I'll be posting more about some of the other sessions, but you can &lt;a href="http://portland2013.drupal.org/program/sessions/accepted?field_experience_value=All&amp;amp;field_track_value=2&amp;amp;keys="&gt;browse the frontend sessions right now&lt;/a&gt; and start planning to attend your favorites! (Don't forget &lt;a href="http://portland2013.drupal.org/program/sessions/accepted?field_experience_value=All&amp;amp;field_track_value=8&amp;amp;keys="&gt;the User Experience sessions too&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;And if you don't yet have your ticket to Drupalcon Portland, there's still time! &lt;a href="http://portland2013.drupal.org/register"&gt;&lt;strong&gt;Grab your ticket by this Friday and save $50 off the on-site ticket price.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can't wait to see everyone here in Portland!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RH64Ft6fa14:X3Z0KcDBEXQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RH64Ft6fa14:X3Z0KcDBEXQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RH64Ft6fa14:X3Z0KcDBEXQ:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RH64Ft6fa14:X3Z0KcDBEXQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=RH64Ft6fa14:X3Z0KcDBEXQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RH64Ft6fa14:X3Z0KcDBEXQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=RH64Ft6fa14:X3Z0KcDBEXQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/frontend-development">Frontend Development</category>
 <category domain="http://rootwork.org/category/tags/drupal">Drupal</category>
 <category domain="http://rootwork.org/category/tags/planet-drupal">Planet Drupal</category>
 <category domain="http://rootwork.org/category/tags/theming">theming</category>
 <category domain="http://rootwork.org/category/tags/twig">Twig</category>
 <pubDate>Mon, 13 May 2013 22:35:51 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">87 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Uncharitable: How businesses co-opt nonprofits and undermine their potential</title>
    <link>http://rootwork.org/blog/2013/04/uncharitable-how-businesses-co-opt-nonprofits-undermine-their-potential</link>
    <description>&lt;a href="/blog/2013/04/uncharitable-how-businesses-co-opt-nonprofits-undermine-their-potential" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/capitalism-crisis_flickr-beckytappin.jpg" alt="" title="Credit: Flickr user " width="720" height="302" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;Dan Pallotta, whose TED talk, "&lt;a href="http://www.ted.com/talks/dan_pallotta_the_way_we_think_about_charity_is_dead_wrong.html"&gt;The way we think about charity is dead wrong&lt;/a&gt;," spoke at the &lt;a href="http://www.nten.org/ntc"&gt;Nonprofit Technology Conference&lt;/a&gt; this morning.&lt;/p&gt;
&lt;p&gt;His arguments, which are not particularly new, are that nonprofits are under restraints — some culturally, and some self-imposed — that limit their potential. If only charities were run more like businesses, he says — with high executive pay and less belief in large "overhead" being a stand-in for inefficiency — they'd be able to do more.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dan follows in the long tradition of successful businessmen (it's almost always men) arriving on the nonprofit scene talking loudly and listening rarely.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;His ideas are wrong almost by design, because Dan isn't interested in making nonprofits more powerful; he's interested in making society more receptive to unrestrained business — nonprofits, in this case, are merely a proxy.&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;"&lt;strong&gt;He is not a credible defender of nonprofits&lt;/strong&gt; because he doesn’t seem to really care for them. He appears not to grasp the notion that markets fail—and that one of nonprofits’ primary roles is to address those failures, not mimic corporations. He has consistently disparaged nonprofits. In a Harvard Business Review blog, he wrote that he’d be hard pressed to think of any business that wasn’t making more of a positive difference in society than nonprofits."&lt;/p&gt;
  &lt;p&gt;— &lt;a href="http://philanthropy.com/article/Nonprofits-Need-a-Stronger/134708/"&gt;Phil Buchanan&lt;/a&gt;, &lt;em&gt;The Chronicle of Philanthropy&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
  &lt;p&gt;"&lt;strong&gt;Just as he makes a fetish out of unrestrained capitalism&lt;/strong&gt;, he makes a fetish out of cash over other means of securing happiness and satisfaction at work. How insulting to think that, if we make less pay than our for profit counterparts, we must be less creative, talented, intelligent and less capable of helping others."&lt;/p&gt;
  &lt;p&gt;— &lt;a href="http://www.kenscommentary.org/2011/02/uncharitable-webinar-2-1-11.html"&gt;Ken Berger&lt;/a&gt;, Charity Navigator&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;The entire approach is based on the scarcity-model, zero-sum game that people like to play with charities.&lt;/strong&gt; In the past I've referred to this as &lt;a href="http://rootwork.org/blog/2010/12/google-chrome-cause-or-nonprofit-deathmatch-strikes-again"&gt;nonprofit deathmatch&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Yet lots of research has shown people who donate once are &lt;a href="http://www.articlesbase.com/non-profit-organizations-articles/the-16-principles-of-personal-fundraising-influence-5204143.html"&gt;more likely&lt;/a&gt; to &lt;a href="http://groups.yahoo.com/group/NARCDC/message/5757"&gt;donate&lt;/a&gt; &lt;a href="https://twitter.com/MollyZerener/status/121363610214739968"&gt;again&lt;/a&gt;, even to other organizations in the same field — it's why some nonprofits sell their lists. And the same principle is at work with advocacy: &lt;a href="http://www.rjionline.org/blog/nonprofit-worlds-ladder-engagement"&gt;get people interested&lt;/a&gt; and they'll &lt;a href="http://www.bethkanter.org/tweet-huggers/"&gt;keep&lt;/a&gt; &lt;a href="http://www.nonprofitmarketingguide.com/blog/2012/11/28/chucking-the-ladder-of-engagment/"&gt;taking&lt;/a&gt; &lt;a href="http://www.idealware.org/articles/engagement-pyramid-six-levels-connecting-people-and-social-change"&gt;action&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Getting away from the scarcity model allows organizations to &lt;a href="http://e.myntc.zerista.com/event/member/65121"&gt;build movements&lt;/a&gt; instead of just lists.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It's not suprising that his views are so limited when he consistently groups all organizations into "nonprofits" or "charities" without recognizing the huge differences among them.&lt;/p&gt;
&lt;p&gt;Service organizations have very different goals from advocacy-based organizations, to say nothing of institutional nonprofits like universities, hospitals and museums. But they're all just the "nonprofit sector" to him.&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;"&lt;strong&gt;To Mr. Pallotta, it’s the total amount of funds raised that is the ultimate measure.&lt;/strong&gt; His defense of CEO pay justifies compensation in the context of revenue, apparently assuming that a charity that has more money will inevitably get better results."&lt;/p&gt;
  &lt;p&gt;— &lt;a href="http://philanthropy.com/article/Nonprofits-Need-a-Stronger/134708/"&gt;Phil Buchanan&lt;/a&gt;, &lt;em&gt;The Chronicle of Philanthropy&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;
  &lt;p&gt;"&lt;strong&gt;Myth #1: There are $400,000 talents. &lt;/strong&gt;The first falsehood is that there are people who are just worth more. Defending wide &lt;a href="http://www.oecd.org/els/soc/growingunequalincomedistributionandpovertyinoecdcountries.htm"&gt;inequality&lt;/a&gt; relies upon the notion that some people are worth much more, based on training, ability, or certain special qualities. This notion makes inequality appear legitimate to people at all levels, and thereby harder to redress. The use of the phrase 'low-wage worker,' instead of 'worker who is paid a low wage,' hints at a peculiarly American sleight of hand: Someone’s place in the wage structure is an indicator of their true merit."&lt;/p&gt;
  &lt;p&gt;— &lt;a href="http://www.ssireview.org/blog/entry/persistent_poverty_in_a_smug_meritocracy"&gt;Michelle Kweder, Gerald Denis, and Maureen Scully&lt;/a&gt;, Stanford Social Innovation Review&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Dan also has little use for any vision of social change, or any apparent understanding of social movements&lt;/strong&gt;, since none that could be called successful have in any way fit his vision. Because Dan's vision isn't one of social change, it's one of a perpetuation of wealth, with nonprofits simply one more business sector in which to advertise.&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;.@&lt;a href="https://twitter.com/danpalotta"&gt;danpalotta&lt;/a&gt; The ? I have is, &lt;strong&gt;why should NPOs be more like biz&lt;/strong&gt;? Isn't what's necessary to change the game, not make more of the same? &lt;a href="https://twitter.com/search/%2313NTC"&gt;#13NTC&lt;/a&gt;&lt;/p&gt;
  — Jenn Yoo (@jooy8) &lt;a href="https://twitter.com/jooy8/status/322734500226412544"&gt;April 12, 2013&lt;/a&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;
  &lt;p&gt;"He makes more references to Steve Jobs, Apple, and its products—the index lists seven, though I counted more—in Charity Case than to any nonprofit organization. Yet he says &lt;strong&gt;he is rising to the defense of nonprofits: comparing the 'movement' he seeks to lead to the civil-rights movement&lt;/strong&gt;."&lt;/p&gt;
  &lt;p&gt;— &lt;a href="http://philanthropy.com/article/Nonprofits-Need-a-Stronger/134708/"&gt;Phil Buchanan&lt;/a&gt;, &lt;em&gt;The Chronicle of Philanthropy&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Capitalism isn't the solution. It's the problem, and many of us are fighting it.&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;&lt;strong&gt;Capitalism created inequalities&lt;/strong&gt;, but we won't let NPOs use capitalist tools to address them--missing a logical step? &lt;a href="https://twitter.com/search/%2313ntc"&gt;#13ntc&lt;/a&gt;&lt;/p&gt;
  — Jenn Yoo (@jooy8) &lt;a href="https://twitter.com/jooy8/status/322715055185592320"&gt;April 12, 2013&lt;/a&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;
  &lt;p&gt;"[A] theme in the book is Dan’s &lt;strong&gt;idealization of capitalism almost as a God&lt;/strong&gt; that can lead to self fulfillment and 'stunning change' through the wonderful motive of personal gain."&lt;/p&gt;
  &lt;p&gt;— &lt;a href="http://www.kenscommentary.org/2011/02/uncharitable-webinar-2-1-11.html"&gt;Ken Berger&lt;/a&gt;, Charity Navigator&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
  &lt;p&gt;&lt;a href="https://twitter.com/search/%2313NTC"&gt;#13NTC&lt;/a&gt; Lots to agree with in Dan Palotta's plenary, but &lt;strong&gt;as an anti-capitalist I want to destroy the system&lt;/strong&gt;, not compete w/it.&lt;/p&gt;
  — Laura Shapiro (@laurajshapiro) &lt;a href="https://twitter.com/laurajshapiro/status/322724877721300994"&gt;April 12, 2013&lt;/a&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;
  &lt;p&gt;"&lt;strong&gt;He co-opts our national conversation about income inequality to advance his goals and the goals of a socio-economic elite that is content to believe in meritocracy and their own meritoriousness.&lt;/strong&gt; We argue that it is misguided to base the pay of executives in inequality-alleviating nonprofits on ideological myths that have done much to reproduce and legitimate inequality."&lt;/p&gt;
  &lt;p&gt;— &lt;a href="http://www.ssireview.org/blog/entry/persistent_poverty_in_a_smug_meritocracy"&gt;Michelle Kweder, Gerald Denis, and Maureen Scully&lt;/a&gt;, Stanford Social Innovation Review&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It's no wonder Dan is so popular among the TED crowd — business leaders and wealthy technologists who can see a product in every social trend.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What's more mystifying is why Dan Pallotta would be popular among nonprofits, activists, and social changemakers. It's clear Dan has no substantive message for them.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=GJOE39Kblhc:Xo8GzO0VjZo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=GJOE39Kblhc:Xo8GzO0VjZo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=GJOE39Kblhc:Xo8GzO0VjZo:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=GJOE39Kblhc:Xo8GzO0VjZo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=GJOE39Kblhc:Xo8GzO0VjZo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=GJOE39Kblhc:Xo8GzO0VjZo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=GJOE39Kblhc:Xo8GzO0VjZo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/nonprofit">nonprofit</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Fri, 12 Apr 2013 23:33:23 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">86 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Free Drupal Q&amp;A call for nonprofits and social change tomorrow, Feb. 28</title>
    <link>http://rootwork.org/blog/2013/02/free-drupal-qa-call-nonprofits-social-change-tomorrow-feb-28</link>
    <description>&lt;a href="/blog/2013/02/free-drupal-qa-call-nonprofits-social-change-tomorrow-feb-28" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/drupal-nonprofit-summit_flickr-sillygwailo_header.jpg" alt="" title="Credit: Flickr user " width="720" height="308" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;Tomorrow at 1PM Eastern/10AM Pacific, &lt;a href="http://johannabates.com/"&gt;Johanna Bates&lt;/a&gt; and I will be co-hosting the monthly Nonprofit Drupal Community of Practice discussion and Q&amp;amp;A call.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This is a free conference call, sponsored by the Nonprofit Technology Network (NTEN) but open to anyone. &lt;a href="http://groups.drupal.org/node/283848"&gt;Please join us!&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;What will we talk about?&lt;/h3&gt;
&lt;p&gt;This is a time to chat informally with other nonprofit-tech Drupalists — an open Q&amp;amp;A discussion for anyone with or in nonprofits or social change groups using Drupal. But generally speaking:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Stuck on something? Have a question? Drupal experts will be on hand to answer questions. (No question is too basic. Really.)&lt;/li&gt;
	&lt;li&gt;Psyched about a module or a Drupal event? Come tell us about it on the call!&lt;/li&gt;
	&lt;li&gt;What's happening with Drupal 8? Some of us know stuff. Join us, let's chat about it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;We're open to questions or topic suggestions ahead of time — just leave a comment below or message me on Twitter &lt;a href="https://twitter.com/rootwork"&gt;@rootwork&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Johanna and I will take collaborative notes on the call (&lt;a href="https://docs.google.com/document/d/1_D3_YPJv1tMFzicfgnM6N0xTn86wGGSe5cxmSEbnLdg/edit"&gt;notes from January's discussion are here&lt;/a&gt;) so if you can't make it just let us know if you'd like a link to the notes.&lt;/p&gt;
&lt;h3&gt;Join the call!&lt;/h3&gt;
&lt;p&gt;On Thursday, Feb. 28 at 1PM Eastern/10AM Pacfic, just &lt;strong&gt;dial in to (866) 740-1260 and enter the access code 3979222&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Talk to you soon!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Image: The &lt;a href="http://2012.badcamp.net/program/non-profit-summit"&gt;BADCamp Nonprofit Summit&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=yF6vx7JT19M:7wmQ8K8d6uU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=yF6vx7JT19M:7wmQ8K8d6uU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=yF6vx7JT19M:7wmQ8K8d6uU:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=yF6vx7JT19M:7wmQ8K8d6uU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=yF6vx7JT19M:7wmQ8K8d6uU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=yF6vx7JT19M:7wmQ8K8d6uU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=yF6vx7JT19M:7wmQ8K8d6uU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/drupal">Drupal</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/planet-drupal">Planet Drupal</category>
 <pubDate>Wed, 27 Feb 2013 19:58:20 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">85 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Domain Registry of America is a scam. Don't let your nonprofit get fooled.</title>
    <link>http://rootwork.org/blog/2013/02/domain-registry-america-scam-dont-let-your-nonprofit-get-fooled</link>
    <description>&lt;a href="/blog/2013/02/domain-registry-america-scam-dont-let-your-nonprofit-get-fooled" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/domain-registry-america_header.jpg" alt="Domain Registry of America is a scam" title="Domain Registry of America is a scam" width="720" height="257" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;I know how registering a website domain goes in a small nonprofit: A volunteer or an intern or a staff person's nephew set up the website years ago and registered the domain somewhere — which perhaps you only found out when it suddenly expired, the email address renewal messages were being sent to having long ago been deleted or moved. Remembering to renew your domain is probably something you learned (perhaps the hard way) to schedule on your calendar, to make sure the website doesn't go down — as it did once for me — when the single "tech person" on staff is away at a conference.&lt;/p&gt;
&lt;p&gt;[[wysiwyg_imageupload:3:]]Into this confusion steps &lt;a href="http://droa.com/"&gt;Domain Registry of America&lt;/a&gt;, a bottomfeeding company that intentionally misleads low-information website owners into vastly overpaying for their domain registration by switching to their "service."&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You don't need to and shouldn't register your nonprofit website with Domain Registry of America — don't be fooled!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Here's how it works: Domain Registry of America sends the owner of a website domain an official-looking "expiration notice" (pictured at right), urging the owner to "act today" to prevent "loss of your online identity making it difficult for your customers and friends to locate you."&lt;/p&gt;
&lt;p&gt;How does it get your mailing address? Domain Registry of America trawls "whois" records, the official listings of contact information every website has.&lt;/p&gt;
&lt;p&gt;Many domain registrars offer "whois privacy" or "whois anonymization," enabling registrants to substitute the registrar's own contact information for yours. But nonprofits, either because of a need for transparency or a lack of knowledge about the service, often have their official mailing address listed.&lt;/p&gt;
&lt;p&gt;Domain Registry of America isn't any kind of official or government-sanctioned company (I've intentionally refrained from referring to it as &lt;em&gt;the&lt;/em&gt; Domain Registry of America), although that's clearly the impression they're aiming for with their name.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When a harried nonprofit staffer gets a letter that says "domain name expiration notice" in big letters at the top, they might well think back to the last time their website unexpectedly expired and send back their "renewal" — not realizing they've unintentionally transferred their domain.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Now to be fair, Domain Registry of America carefully words its documents to specify that this "is not a bill" and that responding will "switch your domain name registration." But they're clearly banking on people not reading closely.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Domain Registry of America &lt;em&gt;vastly&lt;/em&gt; overcharges for domain registrations — $35 per year with their "service," whereas reputable registrars usually charge between $10 and $15 per year.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This company can't compete on price or service; their entire business model is built on swindling people into switching their registration. Because nonprofits are more likely to be low-information customers in this space, and because they're likely to have their real contact information listed, nonprofits are at particular risk of being exploited by Domain Registry of America. I've seen at least two nonprofits nearly go through with the switch before they realized what was happening.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Don't let it happen to your nonprofit. Just say no to Domain Registry of America!&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;Other resources on Domain Registry of America&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;"&lt;a href="http://en.wikipedia.org/wiki/Domain_name_scams"&gt;Domain name scams&lt;/a&gt;," from Wikipedia&lt;/li&gt;
	&lt;li&gt;"&lt;a href="http://blog.forret.com/projects/domain-registry-of-america/"&gt;Domain Registry of America&lt;/a&gt;," by Peter Forret&lt;/li&gt;
	&lt;li&gt;"&lt;a href="http://www.gn.apc.org/support/domain-registry-america-scam"&gt;Domain Registry of America scam&lt;/a&gt;" from GreenNet&lt;/li&gt;
	&lt;li&gt;"&lt;a href="http://www.moorewebexposure.com/blog/internet/scam-alert-domain-registry-of-america/"&gt;Scam Alert: Domain Registry of America&lt;/a&gt;," from Moore Web Exposure&lt;/li&gt;
	&lt;li&gt;"&lt;a href="http://studio1c.com/business-startup-blog/495-domain-registry-of-america-scam-alert.html"&gt;Domain Registry of America Scam Alert&lt;/a&gt;," from studio1c&lt;/li&gt;
	&lt;li&gt;"&lt;a href="http://www.jvfconsulting.com/blog/138/Domain_Registry_Of_America_Scam_Alert.html"&gt;Domain Registry Of America: Scam Alert!&lt;/a&gt;," by Garrett Blanton&lt;/li&gt;
	&lt;li&gt;"&lt;a href="http://www.spinweb.net/blog/the-domain-registry-of-america-scam/"&gt;The Domain Registry of America scam&lt;/a&gt;," by Michael Reynolds&lt;/li&gt;
	&lt;li&gt;and my favorite, "&lt;a href="http://www.the-name-i-wanted-was-already-taken-so-i-used-a-lot-of-dashes.com/the-domain-registry-of-america-scam/"&gt;Want an Example of Everything That Is Wrong in This World? Domain Registry of America Does Us the Honors&lt;/a&gt;," by The Naming Dude&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=H0ztR3esKe8:esQE-3JpZxM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=H0ztR3esKe8:esQE-3JpZxM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=H0ztR3esKe8:esQE-3JpZxM:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=H0ztR3esKe8:esQE-3JpZxM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=H0ztR3esKe8:esQE-3JpZxM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=H0ztR3esKe8:esQE-3JpZxM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=H0ztR3esKe8:esQE-3JpZxM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/domain-names">domain names</category>
 <category domain="http://rootwork.org/category/tags/domain-registry-america">Domain Registry of America</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Tue, 26 Feb 2013 19:07:44 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">84 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Frontend session proposals to Portland Drupalcon due today!</title>
    <link>http://rootwork.org/blog/2013/02/frontend-session-proposals-portland-drupalcon-due-today</link>
    <description>&lt;a href="/blog/2013/02/frontend-session-proposals-portland-drupalcon-due-today" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/portland-drupalcon.jpg" alt="Drupalcon Portland: May 20-24, 2013" title="Drupalcon Portland: May 20-24, 2013" width="720" height="332" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;As the local track chair for the frontend track, I'm posting this to encourage any last-minute session proposals bouncing around in your head to get typed out and proposed today.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://portland2013.drupal.org/program/submit-session"&gt;&lt;strong&gt;That's right: Today's the Portland Drupalcon session proposal deadline. Submit your proposal now!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(And yes, nonprofit and nonprofit developer friends, &lt;a href="http://portland2013.drupal.org/program/tracks#NGO"&gt;there's an NGO track too&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;This year, the frontend track has been split off from the user experience track, so you can be even more specific in your proposals. Here are the descriptions for both tracks:&lt;/p&gt;
&lt;blockquote&gt;
	&lt;h3&gt;&lt;a href="http://portland2013.drupal.org/program/tracks#frontend"&gt;Frontend: Connecting new tools and techniques to create an effective Drupal frontend experience&lt;/a&gt;&lt;/h3&gt;
	&lt;p&gt;The frontend experience of a website is crucial to its success. Though the backend of a site may be impeccable, the frontend experience gives the user the first impression of an organization or company. Without a good frontend experience, a site can turn users away. Let's discover ways in which we can connect our knowledge of different frontend tools and techniques with Drupal — and make Drupal a better experience for all users.&lt;/p&gt;
	&lt;p&gt;&lt;strong&gt;Main Themes&lt;/strong&gt;&lt;/p&gt;
	&lt;ul&gt;
		&lt;li&gt;The importance of frontend development in creating websites + web apps&lt;/li&gt;
		&lt;li&gt;What frontend developers need to know to work well with backend devs, PMs, UX, Content Strategists&lt;/li&gt;
		&lt;li&gt;Preparing frontend devs for D8 and Twig&lt;/li&gt;
		&lt;li&gt;Frontend for mobile&lt;/li&gt;
		&lt;li&gt;Using frontend frameworks such as Foundation and Bootstrap&lt;/li&gt;
		&lt;li&gt;Speeding up the design process&lt;/li&gt;
		&lt;li&gt;Frontend development for multilingual sites&lt;/li&gt;
	&lt;/ul&gt;
	&lt;p&gt;&lt;strong&gt;Audience&lt;/strong&gt;&lt;/p&gt;
	&lt;ul&gt;
		&lt;li&gt;Frontend developers&lt;/li&gt;
		&lt;li&gt;Backend devs that do Frontend work&lt;/li&gt;
		&lt;li&gt;PMs that work with Frontend devs&lt;/li&gt;
	&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
	&lt;h3&gt;&lt;a href="http://portland2013.drupal.org/program/tracks#UX"&gt;User Experience (UX)&lt;/a&gt;&lt;/h3&gt;
	&lt;p&gt;The User Experience process is key to the success of the development of websites and web applications. From user research, interviews and analytics, we learn what the user actually wants and needs; not what we assume they want. At this year's DrupalCon we present a new User Experience track to show our community's dedication to user needs.&lt;/p&gt;
	&lt;p&gt;&lt;strong&gt;Main Themes&lt;/strong&gt;&lt;/p&gt;
	&lt;ul&gt;
		&lt;li&gt;Explaining what user experience is and why it’s important&lt;/li&gt;
		&lt;li&gt;UX for mobile and tablet, Responsive UX&lt;/li&gt;
		&lt;li&gt;Speeding up the design process using UX tools and techniques&lt;/li&gt;
		&lt;li&gt;UX for multilingual sites - especially RTL&lt;/li&gt;
		&lt;li&gt;Content Strategy&lt;/li&gt;
	&lt;/ul&gt;
	&lt;p&gt;&lt;strong&gt;Audience&lt;/strong&gt;&lt;/p&gt;
	&lt;ul&gt;
		&lt;li&gt;UX professionals - Drupal&lt;/li&gt;
		&lt;li&gt;UX professionals outside of Drupal&lt;/li&gt;
		&lt;li&gt;Backend devs that are interested in UX&lt;/li&gt;
		&lt;li&gt;Frontend devs interested in UX&lt;/li&gt;
	&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;For the frontend track, global track chair John Ferris and I are looking for balance among three big areas: CSS and CSS metalanguages like SASS and LESS; jQuery and JavaScript; and Drupal 8's new template engine, Twig. There are also topics that span those areas, such as frontend mobile development (including responsiveness) and multilingual frontend development.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://portland2013.drupal.org/program/submit-session"&gt;&lt;strong&gt;If you're wondering whether you should submit a session proposal, as track chair let me clear it up for you: You should!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Awesome frontend speakers&lt;/h3&gt;
&lt;p&gt;Drupalcon has some exciting keynote speakers, such as &lt;a href="http://portland2013.drupal.org/node/798"&gt;Karen McGrane&lt;/a&gt;. But the frontend track has some special guests we're really looking forward to:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Jonathan Snook&lt;/strong&gt;, author of &lt;em&gt;Scalable and Modular Architecture for CSS&lt;/em&gt; (SMACSS), will be &lt;a href="http://portland2013.drupal.org/session/scalable-and-modular-architecture-css"&gt;presenting some of his ideas for writing great stylesheets&lt;/a&gt;. I'm personally very excited about this one!&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Jen Lampton&lt;/strong&gt;, &lt;strong&gt;Fabian Franz&lt;/strong&gt;, and &lt;strong&gt;John Albin Wilkins&lt;/strong&gt; will be doing &lt;a href="http://portland2013.drupal.org/session/using-twig-new-template-engine-drupal-8"&gt;an in-depth look at the aforementioned Twig&lt;/a&gt;, Drupal 8's new template engine. At a similar presentation at &lt;a href="http://www.badcamp.net"&gt;BADCamp&lt;/a&gt; last fall, I heard audible gasps from the audience. No joke, Twig is that cool.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So if you haven't already, be sure to &lt;a href="http://portland2013.drupal.org/register"&gt;grab a ticket&lt;/a&gt; and get your travel figured out to my (new) hometown of Portland for the &lt;a href="http://portland2013.drupal.org"&gt;2013 North American Drupalcon&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qUfMvjW0nfo:UNQrNOOjJAs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qUfMvjW0nfo:UNQrNOOjJAs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qUfMvjW0nfo:UNQrNOOjJAs:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qUfMvjW0nfo:UNQrNOOjJAs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=qUfMvjW0nfo:UNQrNOOjJAs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qUfMvjW0nfo:UNQrNOOjJAs:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=qUfMvjW0nfo:UNQrNOOjJAs:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/frontend-development">Frontend Development</category>
 <category domain="http://rootwork.org/category/tags/drupal">Drupal</category>
 <category domain="http://rootwork.org/category/tags/planet-drupal">Planet Drupal</category>
 <pubDate>Fri, 15 Feb 2013 18:26:12 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">83 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Two-click button foils Facebook tracking, a new tool for privacy-concerned nonprofits</title>
    <link>http://rootwork.org/blog/2011/09/two-click-button-foils-facebook-tracking-new-tool-privacy-concerned-nonprofits</link>
    <description>&lt;a href="/blog/2011/09/two-click-button-foils-facebook-tracking-new-tool-privacy-concerned-nonprofits" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/security-camera_flickr-therontrowbridge.jpg" alt="Security camera" title="Credit: Flickr user therontrowbridge" width="720" height="356" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;Last month, the privacy commissioner for the German state Schleswig-Holstein, Thilo Weichert, announced that he would &lt;a href="http://www.dw-world.de/dw/article/0,,15331909,00.html"&gt;fine websites in his state €50,000 if they included Facebook's "Like" button&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;Weichert argues that this popular function breaches privacy by making it possible for the social networking giant to guess user preferences and opinions by compiling a profile of all the sites marked on one computer.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The issue is that &lt;strong&gt;even if you don't click the "Like" button, Facebook still knows you visited the page&lt;/strong&gt; because its server gets called to display the button code. For individuals already on Facebook, it can compile a detailed profile of you around the web, based on what you visit (again, whether or not you click the button) and serve you or your friends particular ads on Facebook as a result. For those who are not on Facebook, or who aren't logged in, it can still tie the profile to your IP address, and could theoretically link that information to you, should you subsequently show up on Facebook.&lt;/p&gt;
&lt;h3&gt;This isn't unique to Facebook&lt;/h3&gt;
&lt;p&gt;Most "free" third-party apps do exactly the same thing, although few have the reach of Facebook. The other big player is &lt;strong&gt;Google&lt;/strong&gt;, who tracks you (by IP address) using Google Analytics, which many websites have installed in exchange for free website statistics, and tracks you (by Google profile) using Google's new "+1" button released as part of the Google Plus social network. Since Google makes so much of its money from advertising, its interest in knowing which sites you visit is pretty self-explanatory.&lt;/p&gt;
&lt;p&gt;Other social networks' widgets, such as Twitter's "Tweet" button, the Pinterest button, etc. also are certainly tracking who is accessing them, but to date there have been fewer examples of them using this information to build profiles of people. Social "plugin" applications, like AddThis, ShareThis and Disqus also compile profiles of people as a way to present them what they think will be the most useful social network buttons (and in some cases links to other content), but it's less clear whether they've been using that information for any other purposes.&lt;/p&gt;
&lt;p&gt;Organizations concerned about the privacy of their visitors — &lt;strong&gt;especially those at risk of being tracked by repressive governments who could lean on social networking companies to release user data&lt;/strong&gt; — should carefully weigh whether a given social widget is worth the risk in privacy. Moreover, these organizations should absolutely provide a privacy policy that specifically lays out what's being collected and by whom, and may also want to consider suggesting ways for those at risk to circumvent this data tracking.&lt;/p&gt;
&lt;p&gt;Several organizations I've seen have prominently linked to the &lt;a href="https://www.torproject.org/"&gt;Tor Project&lt;/a&gt;, and there are good resources from the &lt;a href="https://www.eff.org/wp/blog-safely"&gt;EFF&lt;/a&gt; and &lt;a href="http://www.ethanzuckerman.com/blog/2006/10/01/anonymous-blogging-with-wordpress-and-tor/"&gt;Ethan Zuckerman&lt;/a&gt; on using Tor for anonymous blogging. There are also &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/noscript/"&gt;several&lt;/a&gt; &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/betterprivacy/"&gt;Firefox&lt;/a&gt; &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/ghostery/"&gt;plugins&lt;/a&gt; that anonymize your browsing. Any of these methods would defeat tracking by social networking widgets.&lt;/p&gt;
&lt;h3&gt;A two-click solution for websites&lt;/h3&gt;
&lt;p&gt;For organizations that want to ensure their users are only tracked by social networking websites if they explicitly opt-in, there's an exciting new development.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Last week, as a response to the German privacy commissioner's declaration against social networking buttons, German website Heise has &lt;a href="http://www.heise.de/extras/socialshareprivacy/"&gt;released a script&lt;/a&gt; that disables social networking buttons by default.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;[[wysiwyg_imageupload:2:]]&lt;/p&gt;
&lt;p&gt;The script renders three social networking buttons — Facebook's Like, Google's +1 and Twitter's Tweet — as greyed-out images hosted locally on the website. After flicking a virtual switch, site visitors enable the actual social networking button, which calls the web servers of Facebook, Google or Twitter and would thus trigger the data collection. There's also a handy settings button to the right, that allows you to permanently opt-in to one or all of the services for that site. You can &lt;a href="http://www.heise.de/newsticker/meldung/Facebook-beschwert-sich-ueber-datenschutzfreundlichen-2-Klick-Button-2-Update-1335658.html"&gt;see it in use&lt;/a&gt; at the bottom of the post where they announce it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XF0Y3pUL6S8:DRi8FQPITYc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XF0Y3pUL6S8:DRi8FQPITYc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XF0Y3pUL6S8:DRi8FQPITYc:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XF0Y3pUL6S8:DRi8FQPITYc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=XF0Y3pUL6S8:DRi8FQPITYc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XF0Y3pUL6S8:DRi8FQPITYc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=XF0Y3pUL6S8:DRi8FQPITYc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/facebook">Facebook</category>
 <category domain="http://rootwork.org/category/tags/google-plus">Google Plus</category>
 <category domain="http://rootwork.org/category/tags/privacy">privacy</category>
 <category domain="http://rootwork.org/category/tags/twitter">Twitter</category>
 <pubDate>Tue, 06 Sep 2011 16:04:12 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">82 at http://rootwork.org</guid>
  </item>
  <item>
    <title>A grant for your mission, as a poem</title>
    <link>http://rootwork.org/blog/2011/03/grant-your-mission-poem</link>
    <description>&lt;p&gt;The &lt;a href="http://communitytech.net/"&gt;Community TechKnowledge Foundation&lt;/a&gt; announced today a grant of $10,000 for a nonprofit that submits a description of their mission — in the form of a poem. Along with the grant, the poetry will be turned into a song by &lt;a href="http://articles.chicagotribune.com/2010-10-07/entertainment/ct-live-1007-william-dillon-20101007_1_evanston-florida-man-redemption-song"&gt;Bill Dillon&lt;/a&gt;, a songwriter who was wrongfully imprisoned for 27 years and freed by the &lt;a href="http://www.floridainnocence.org/"&gt;Innocence Project of Florida&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There are also secondary prizes for $5,000, $1,000, and guitars autographed by members of Los Lonely Boys. (A tertiary prize, "tech grants" from CTK, probably aren't worth it as they only last for three months and lock you into their proprietary system — but you don't have to include an application for these grants in your submission.)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://communitytech.net/foundation"&gt;Read more information about the grant&lt;/a&gt;, or take a look at the &lt;a href="https://www.ctkodm.com/ctkfoundationgrant/"&gt;grant application&lt;/a&gt;. The deadline is March 28.&lt;/p&gt;
&lt;p&gt;If you don't feel up to turning your mission into poetry, this is a great opportunity to solicit submissions from your supporters. Even if you don't win, you may have some useful new language to talk about what you do!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6aNnWJXRENE:2T0sOZzHwMs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6aNnWJXRENE:2T0sOZzHwMs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6aNnWJXRENE:2T0sOZzHwMs:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6aNnWJXRENE:2T0sOZzHwMs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=6aNnWJXRENE:2T0sOZzHwMs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6aNnWJXRENE:2T0sOZzHwMs:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=6aNnWJXRENE:2T0sOZzHwMs:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/fundraising">Fundraising</category>
 <pubDate>Tue, 01 Mar 2011 19:01:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">81 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Google Chrome for a cause, or, nonprofit deathmatch strikes again</title>
    <link>http://rootwork.org/blog/2010/12/google-chrome-cause-or-nonprofit-deathmatch-strikes-again</link>
    <description>&lt;a href="/blog/2010/12/google-chrome-cause-or-nonprofit-deathmatch-strikes-again" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/chrome-cause.jpg" alt="Google&amp;#039;s Chrome for a Cause" title="Google&amp;#039;s Chrome for a Cause" width="720" height="301" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;Google has initiated a project it calls &lt;a href="http://www.google.com/chrome/intl/en/p/cause/" title="Read more about Chrome for a Cause"&gt;Chrome for a Cause&lt;/a&gt;, in which every person who uses its Chrome browser will generate a small donation for each tab that they open, to a charity of their choice. The project runs from Dec. 15 to 19, and includes five charities: The Nature Conservancy, charity: water, Doctors Without Borders, Un Techo para mi País, and Room to Read. Google will donate a &lt;a href="http://www.google.com/chrome/intl/en/p/cause/tos/" title="Details about Google's Chrome for a Cause"&gt;combined total of up to $1 million&lt;/a&gt; to the five charities.&lt;/p&gt;
&lt;p&gt;To have your Chrome tabs count, you must first install a small extension to your copy of Chrome. There's a maximum of 250 tabs per day, and one tab per second, that count toward your cause. You also &lt;a href="http://www.google.com/chrome/intl/en/p/cause/privacy/" title="Google's privacy policy for Chrome for a Cause"&gt;must have a Google account&lt;/a&gt; to submit your totals.&lt;/p&gt;
&lt;h3&gt;What I like about it&lt;/h3&gt;
&lt;p&gt;It's great that Google is directing money to nonprofits, and not the usual milquetoast public awareness charities, but organizations that do good, concrete things. And it's nice that on the Chrome for a Cause page, they have links to "donate directly" under the description of each organization.&lt;/p&gt;
&lt;p&gt;It's also nice that people who participate in Chrome for a Cause get to choose — from Google's list of five charities — where they want their portion of the money generated to go.&lt;/p&gt;
&lt;h3&gt;What I'm less thrilled about&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;The cleverness of it is lost on me. &lt;/strong&gt;"We'll donate money for every tab you open, if you download an extension for it," seems like if a car dealer said, "Hey, for the month of December, every time you open the back left door of your car, I'll donate 10 cents to a charity that you choose. (But you have to come in to the dealership to get a counter installed on that door.)"&lt;/p&gt;
&lt;p&gt;I get that it's tied to the use of the browser, and anything that gets people to use the browser more (and set up Google accounts if they don't have them) is a plus for them. So it makes sense for &lt;em&gt;Google&lt;/em&gt; to put the tabs-for-charity schtick on this project, but I don't see how it makes any kind of sense at all to the public. Which leads me to...&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;It feels creepy that Google is exploiting the holiday season of goodwill to get more usage out of its browser.&lt;/strong&gt; I know that corporations don't make donations to nonprofits without getting something in return, but this seems more gratuitous than usual. And, of course, it could breed the ultimate form of "slacktivism" — ineffective digital activism — in which opening a tab to donate a few cents assuages a person's sense of needing to contribute to making the world a better place.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Not even a glancing mention on their page of how much is donated for each tab.&lt;/strong&gt; Once you download the extension, it calculates how much your tabs have donated so far, in things rather than dollars (e.g. 0.3 trees; the full breakdown is &lt;a href="http://chrome.blogspot.com/2010/12/browse-for-good-cause.html" title="Read Google's blog entry describing Chrome for a Cause"&gt;on their blog&lt;/a&gt;), so it's hard to know exactly how much each tab is worth in monetary terms. But even measuring it in what it will buy, why should we have to install the extension in order to find out what our possible impact will be?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;It promotes the idea of organizational competition — the nonprofit deathmatch.&lt;/strong&gt; Take a look at the screenshot above: You can &lt;em&gt;either&lt;/em&gt; donate 9 vaccinations, &lt;em&gt;or&lt;/em&gt; 23 books, &lt;em&gt;or&lt;/em&gt; one person's clean water. I know that these kinds of competitions are all the rage — they even have a name, &lt;a href="http://www.moderngiving.com/2009/07/crowdsourcing-philanthropy-greater-transparency/" title="About crowdsourcing philanthropy on Modern Giving"&gt;crowdsourcing&lt;/a&gt; &lt;a href="http://content.usatoday.com/communities/kindness/post/2009/11/innovative-crowdsourcing-philanthropy-contest-launches-on-facebook-today-with-5-million-in-total-winnings/1" title="News report on the crowdsourced Chase Community Giving on Facebook"&gt;philanthropy&lt;/a&gt; — but it's frustrating to me how it's rooted in a scarcity model, in which organizations must compete rather than collaborate. I'm sure, for instance, that each of these nonprofits is encouraging their members to "donate tabs" to them, rather than others.&lt;/p&gt;
&lt;p&gt;In fact, since Google has capped its donation at $1 million, and it's relatively certain they will reach that amount given their reach, what participants are really voting for is allocation. "We've got a million dollars; vote with your tabs on what percentage should go to The Nature Conservancy," they're saying. So every vote to one organization takes money away from another.&lt;/p&gt;
&lt;h3&gt;How it could be better&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Be transparent about what the impact is. &lt;/strong&gt;Google should say, on the Chrome for Cause page itself, how many tabs you have to open to plant a tree (for instance).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Integrate concrete actions from the charities.&lt;/strong&gt; Doctors Without Borders doesn't &lt;em&gt;just&lt;/em&gt; ask people for money — they have, for instance, a big campaign to pressure governments &lt;a href="http://msfaccess.org" title="Campaign for Access to Essential Medicines"&gt;not to prevent affordable generic medicines&lt;/a&gt; from being exported to the Global South, and another advocating for &lt;a href="http://www.starvedforattention.org/take-action.php" title="Starved for Attention"&gt;humanitarian food aid that provides adequate nutrition&lt;/a&gt;. At the end of each day, when a person submits their votes, why not end with something like "Great! Now here are more things you can do to support this charity..."&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pick one charity each week/month/season.&lt;/strong&gt; This might be a little controversial, since more exposure for more nonprofits seems like a good thing, and part of this project's appeal is the ability for people to pick where their money goes. But by acting as a kind of "matching grant" for a nonprofit — "We'll donate $1 million to this organization, if our users open at least 1 million tabs this week" — Google can generate exposure for the organization and its browser, without forcing groups into the boxing ring against one another.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pick one &lt;em&gt;charity field&lt;/em&gt; each week/month/season. &lt;/strong&gt;Instead of choosing a single environmental group for its donation, Google could choose to donate money equally to five or ten nonprofits in the same sector. This would encourage collaboration between nonprofits working on the same issue to work together in asking their supporters to participate.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Support nonprofits year-round.&lt;/strong&gt; It's cute that Google is donating some money in December, to (sort of) coincide with the holidays, but there's no reason they can't do this for longer than a week. By making it an ongoing project and cycling through different organizations, Google can donate money to nonprofits, but also give its far more lucrative asset: attention.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What are your thoughts on Chrome for a Cause?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Be sure to &lt;a href="http://www.facebook.com/rootwork"&gt;follow Rootwork on Facebook&lt;/a&gt;!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=W3ViNiUTHfg:8Mi_RWHqHEY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=W3ViNiUTHfg:8Mi_RWHqHEY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=W3ViNiUTHfg:8Mi_RWHqHEY:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=W3ViNiUTHfg:8Mi_RWHqHEY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=W3ViNiUTHfg:8Mi_RWHqHEY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=W3ViNiUTHfg:8Mi_RWHqHEY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=W3ViNiUTHfg:8Mi_RWHqHEY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/fundraising">Fundraising</category>
 <category domain="http://rootwork.org/category/tags/collaboration">collaboration</category>
 <category domain="http://rootwork.org/category/tags/contests">contests</category>
 <category domain="http://rootwork.org/category/tags/google">Google</category>
 <pubDate>Fri, 17 Dec 2010 16:07:10 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">79 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Facebook removes default landing tab for new nonprofit pages</title>
    <link>http://rootwork.org/blog/2010/12/facebook-removes-default-landing-tab-new-nonprofit-pages</link>
    <description>&lt;a href="/blog/2010/12/facebook-removes-default-landing-tab-new-nonprofit-pages" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/fb-no-default-tabs.png" alt="Old Facebook Pages versus new Pages, minus the Default Landing Tab" title="Old Facebook Pages versus new Pages, minus the Default Landing Tab" width="720" height="216" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;If you're a nonprofit with a mailing address, you may have already received the card in the mail from Facebook: An invitation to claim your organization's Facebook Places page. &lt;a href="http://www.facebook.com/places/" title="Visit Facebook Places' home page"&gt;Facebook Places&lt;/a&gt; allows people to "check in" when they're at your organization, publicizing you to their friends. Places also allows companies to offer "deals" to people who check in (like 10% off), although how that applies to a nonprofit is less clear.&lt;/p&gt;
&lt;p&gt;If you already had a Facebook Page, when you go to claim your Facebook Place, you'll be prompted to merge the two.&lt;/p&gt;
&lt;p&gt;This new, merged page will look a little different from your old page. Among other differences, what were formerly tabs across the top of your page will now be links underneath your profile picture, similar to the &lt;a href="http://www.johnhaydon.com/2010/12/new-and-improved-facebook-profiles-a-screen-shot-tour/" title="View a walk-through of the new Facebook Profiles from John Haydon"&gt;new Facebook Profiles&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;And that's where the trouble starts: On your new merged Facebook Page — as the picture above shows — you will no longer be able to specify a default landing tab.&lt;/strong&gt;&lt;/p&gt;
&lt;div id="__ss_4610826" style="width: 250px; float: right; margin: 0pt 0pt 1em 1em;"&gt;&lt;object id="__sse4610826" height="209" width="250"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=facebookwelcome-100625051518-phpapp01&amp;amp;rel=0&amp;amp;stripped_title=facebook-welcome-tabs-inspiration-and-innovation&amp;amp;userName=Debask"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" name="__sse4610826" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=facebookwelcome-100625051518-phpapp01&amp;amp;rel=0&amp;amp;stripped_title=facebook-welcome-tabs-inspiration-and-innovation&amp;amp;userName=Debask" type="application/x-shockwave-flash" height="209" width="250"&gt;&lt;/object&gt;&lt;/div&gt;
&lt;p&gt;Default landing tabs are a powerful way to &lt;a href="http://fblandingtabs.wikispaces.com/Nonprofitexamples" title="View a slideshow on creating default landing tabs by Debra Askanase"&gt;convert visitors to fans&lt;/a&gt;. Instead of new visitors simply being dumped on your Wall, &lt;span&gt;nonprofits&lt;/span&gt; (and other companies) could create custom tabs, welcoming new visitors, introducing them to the organization, and encouraging them to "Like" the nonprofit.&lt;/p&gt;
&lt;p&gt;Earlier this year, Facebook announced they were &lt;a href="http://www.facebook.com/posted.php?id=212577490407&amp;amp;share_id=112272642162634&amp;amp;comments=1#s112272642162634" title="Read Beth Kanter's discussion about this change on Facebook"&gt;dropping support for new custom tabs that used Facebook Markup Language (&lt;span&gt;FBML&lt;/span&gt;)&lt;/a&gt;, although you could still specify a particular application tab as your landing page, including &lt;a href="http://savedelete.com/how-to-create-impressive-welcome-page-for-your-facebook-fan-page-absolutely-free.html" title="A guide to creating custom landing tabs from SaveDelete blog"&gt;custom-page-creating applications&lt;/a&gt;. Indeed, a custom landing tab was recommended as a &lt;a href="http://www.diosacommunications.com/facebookbestpractices.htm#19" title="Read the Facebook best practices for nonprofits"&gt;Facebook best practice&lt;/a&gt; for nonprofits.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Now, however, it appears all visitors to a nonprofit's Facebook Page will be directed to the Wall. What's more, with tabs being de-emphasized by their move to smaller links under your profile, it's less obvious how new visitors can find out more about your organization.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Since at the moment this only appears to affect Places pages, and any existing Pages merged with a Place, it's unclear whether this is simply a roll-out bug or something more long-term. But given that Facebook &lt;a href="http://nonprofitorgs.wordpress.com/2009/12/13/attn-nonprofits-major-changes-coming-soon-to-facebook-fan-pages/" title="Read about the changes to the Pages and Profiles over time, by Heather Mansfield"&gt;first removed the default landing tab a few months ago&lt;/a&gt;, reinstating it after an uproar — but only "temporarily" — I would guess that this is the direction of things on Facebook.&lt;/p&gt;
&lt;p&gt;It's possible that this might only apply to pages in some categories, e.g. nonprofits but not companies; I don't have access to any company Facebook pages to investigate this on. It appears a default landing tab has &lt;a href="http://www.facebook.com/help/#%21/help/?question=873342" title="Read Facebook's help topic on default landing tabs and Community Pages"&gt;never been available&lt;/a&gt; on things categorized as Community Pages — initially auto-generated from interests listed on profiles.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;It appears that default landing tabs are not available on Places pages — or any traditional Pages "merged" with Places. My prediction is that it won't stick around for the rest of the Pages on Facebook.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It's not clear to me what the advantage of this is to Facebook, other than a general "standardness of experience" for users. Yet without any way to (substantially) customize the Wall, this seems like a net loss for both organizations and regular users. New visitors will no longer have an easy way to be introduced to an organization, and organizations will have to carefully cultivate their Wall to — at any moment — appeal to both current fans and new visitors.&lt;/p&gt;
&lt;p&gt;I'm not sure what possible solutions out there, although one might be to make sure your Page's image/logo quickly communicates exactly what your nonprofit is about.&lt;/p&gt;
&lt;p&gt;What are your thoughts on these changes to Facebook?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Note: If you blog about this, feel free to re-use the image above, with credit. It, like everything of mine on this site, is licensed under &lt;a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" title="Read the Creative Commons license"&gt;Creative Commons&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Be sure to &lt;a href="http://www.facebook.com/rootwork"&gt;follow Rootwork on Facebook&lt;/a&gt;!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Vmd0avwvs1I:ZB6jnD-FDVE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Vmd0avwvs1I:ZB6jnD-FDVE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Vmd0avwvs1I:ZB6jnD-FDVE:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Vmd0avwvs1I:ZB6jnD-FDVE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=Vmd0avwvs1I:ZB6jnD-FDVE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Vmd0avwvs1I:ZB6jnD-FDVE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=Vmd0avwvs1I:ZB6jnD-FDVE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/facebook">Facebook</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Fri, 10 Dec 2010 00:31:37 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">78 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Too few women in tech? Blame sexism.</title>
    <link>http://rootwork.org/blog/2010/08/too-few-women-tech-blame-sexism</link>
    <description>&lt;a href="/blog/2010/08/too-few-women-tech-blame-sexism" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/blogher_sfist.jpg" alt="Too few women in tech? Blame sexism." title="Credit: Flickr user SFist" width="720" height="307" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;Michael Arrington has a &lt;a href="http://techcrunch.com/2010/08/28/women-in-tech-stop-blaming-me/"&gt;tedious post on TechCrunch&lt;/a&gt; up about the fact that there aren't as many women in technology, or — more to the point — in positions of leadership in technology companies or on panels at tech conferences isn't men's fault.&lt;/p&gt;
&lt;p&gt;But you know what? I think he's right.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Men aren't to blame for the lack of representation by women in technology. Nor, clearly, are women to blame. What causes this disparity? One word: Sexism.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;"But wait!" you cry. "Surely there must be someone &lt;em&gt;carrying&lt;/em&gt; &lt;em&gt;out &lt;/em&gt;this sexism." And indeed, that's true — many individual men, and some women, often put forth ideas or enact policies that are rooted in sexism.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;But sexism is bigger than any one person; it's a system in which our entire society — certainly the privileged, Western technology community — is enmeshed.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Too often, such systematic discrimination as treated as discrete, individual acts, disconnected from the larger reality. And so Arrington can complain:&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;Every damn time we have a conference we fret over how we can find women to fill speaking slots.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;By attempting to fill a quota, he thinks he can inoculate himself (or his conference) against the charge of sexism. (He then makes the absurd point that, really, women are getting annoyed by being asked to speak at conferences all the time — which tends to undo that inoculation a small bit.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Men are privileged most directly by sexism, of course, which is why Arrington's post is so galling.&lt;/strong&gt; He suggests "we" need women "who go out and start companies" rather than "complain about how there are too few women in tech," as if justice in the technology community and the larger society is only the job of those who are marginalized, and never the ones who hold power.&lt;/p&gt;
&lt;p&gt;Part of this is due to the retreat from full-fledged feminism into what Tim Wise has called "&lt;a href="http://www.timwise.org/1999/12/springing-the-diversity-trap-thoughts-on-how-not-to-defend-affirmative-action/"&gt;the diversity trap&lt;/a&gt;," in which a commitment only to "different backgrounds" motivates any kind of diversity. He's writing about racism and affirmative action, but the movement is the same — away from working to end sexism or racism, and toward an anodyne pledge to provide different perspectives. Wise quotes then-California Gov. Ronald Reagan, upon signing affirmative action into law in 1974:&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;Time and experience have shown that laws and edicts of non-discrimination are not enough. Justice demands that each and every citizen consciously adopt and accentuate a commitment to affirmative action, which will make equal opportunity a reality.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Providing opportunity alone won't work when the playing field is already tilted. Simply inviting speakers from a field from which women have been systematically filtered since birth is too late in the game.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Arrington makes the mind-boggling assertion that women are at an advantage, because there are so few of them that the press wants to write about the ones who "make it." This is the "&lt;a href="http://teachingamericanhistory.org/library/index.asp?document=174"&gt;talented tenth&lt;/a&gt;" turned on its head — that because &lt;a href="http://www.fastcompany.com/women-in-tech/2009"&gt;a few individuals&lt;/a&gt; have struggled against overwhelming odds toward success, and that the media naturally wants to cover such extraordinary stories, the institutional oppression that existed to make those stories exceptional in the first place somehow disappears. As the death threats against tech writer &lt;a href="http://www.sfgate.com/cgi-bin/blogs/techchron/detail?entry_id=14783"&gt;Kathy Sierra&lt;/a&gt; demonstrated, straight-up sexism still holds sway among large parts of this male-domainted field.&lt;/p&gt;
&lt;p&gt;In the sub-field of nonprofit technology, many if not most of the people I look to are women: &lt;a href="http://www.bethkanter.org/"&gt;Beth Kanter&lt;/a&gt;, &lt;a href="http://amysampleward.org/"&gt;Amy Sample Ward&lt;/a&gt;, &lt;a href="http://zenofnptech.org/"&gt;Michelle Murrain&lt;/a&gt;, &lt;a href="http://www.alexandrasamuel.com/"&gt;Alexandra Samuel&lt;/a&gt;, &lt;a href="http://ext337.org/"&gt;Marnie Webb&lt;/a&gt;, &lt;a href="http://www.frogloop.com/care2blog/author/radcampaign"&gt;Allyson Kapin&lt;/a&gt;, &lt;a href="http://blog.deborah.elizabeth.finn.com/"&gt;Deborah Elizabeth Finn&lt;/a&gt;, &lt;a href="http://afine2.wordpress.com/"&gt;Allison Fine&lt;/a&gt;, &lt;a href="http://www.communityorganizer20.com/"&gt;Debra Askanase&lt;/a&gt;, &lt;a href="http://mobileactive.org/blog/katrinverclas"&gt;Katrin Verclas&lt;/a&gt;, &lt;a href="http://havefundogood.blogspot.com/"&gt;Britt Bravo&lt;/a&gt;, &lt;a href="http://www.idealware.org/blogs/laura-quinn"&gt;Laura Quinn&lt;/a&gt;, &lt;a href="http://zapboom.com/"&gt;Mary Joyce&lt;/a&gt;, &lt;a href="http://twitter.com/ntenhross"&gt;Holly Ross&lt;/a&gt;, &lt;a href="http://www.marketingfornonprofits.org/"&gt;Jocelyn Harmon&lt;/a&gt;, &lt;a href="http://cariegrls.blogspot.com/"&gt;Carie Lewis&lt;/a&gt;, &lt;a href="http://rjleaman.com/"&gt;Rebecca Leaman&lt;/a&gt;, &lt;a href="http://www.slideshare.net/danielle.brigida"&gt;Danielle Brigida&lt;/a&gt;, &lt;a href="http://my.socialactions.com/profile/ChristineEgger"&gt;Christine Egger&lt;/a&gt;, &lt;a href="http://www.diosacommunications.com/bio.htm"&gt;Heather Mansfield&lt;/a&gt;, &lt;a href="http://www.shireenmitchell.com/"&gt;Shireen Mitchell&lt;/a&gt;, &lt;a href="http://www.gettingattention.org/"&gt;Nancy Schwartz&lt;/a&gt;, &lt;a href="http://lotusmedia.org/"&gt;Ruby Sinreich&lt;/a&gt;, &lt;a href="http://twitter.com/suzboop"&gt;Susan Tenby&lt;/a&gt;, &lt;a href="http://www.zephoria.org/thoughts/"&gt;danah boyd&lt;/a&gt;, &lt;a href="http://techpresident.com/blog/nancy_scola"&gt;Nancy Scola&lt;/a&gt;, &lt;a href="http://www.nonprofitmarketingguide.com/blog/"&gt;Kivi Leroux Miller&lt;/a&gt;, &lt;a href="http://neworganizing.com/about/staff/leadership-senior-fellows/judith-freeman/"&gt;Judith Freeman&lt;/a&gt;, &lt;a href="https://www.antharia.com/staff/details.php?id=2"&gt;Jordan Dossett&lt;/a&gt;, &lt;a href="http://mixergy.com/roz-lemieux-fission-strategy/"&gt;Roz Lemieux&lt;/a&gt;, &lt;a href="http://twitter.com/wharman"&gt;Wendy Harman&lt;/a&gt;, &lt;a href="http://twitter.com/evesimon"&gt;Eve Simon&lt;/a&gt;, &lt;a href="http://www.mad-tech.org/forum/topic/listForContributor?user=2ge752rigtexq"&gt;Alnisa Allgood&lt;/a&gt;, &lt;a href="http://nurture.biz/"&gt;Jean Russell&lt;/a&gt;, &lt;a href="http://exchange.causes.com/?s=%22susan+gordon%22"&gt;Susan Gordon&lt;/a&gt;, &lt;a href="http://www.nonprofitmarketingblog.com/"&gt;Katya Andresen&lt;/a&gt;, &lt;a href="http://www.socialfish.org/blog"&gt;Maddie Grant&lt;/a&gt;, &lt;a href="http://twitter.com/margaux_omalley"&gt;Margaux O'Malley&lt;/a&gt; — and that's just off the top of my head (sorry if I missed anyone).&lt;/p&gt;
&lt;p&gt;Yet even in this space, women leaders are repeatedly &lt;a href="http://netsquared.libsyn.com/index.php?post_id=118511"&gt;judged on their appearance&lt;/a&gt;. In the nonprofit field as a whole, despite there being more women than men in leadership, &lt;a href="http://www.nptimes.com/feb03/sr1.html"&gt;they're still paid less&lt;/a&gt; across the board, although the gap is &lt;a href="http://philanthropy.com/article/Gap-Grows-in-Salaries-for/62707/"&gt;slowly shrinking&lt;/a&gt;. In part this may explain the success of women in this field, as any kind of &lt;a href="http://www.insidehighered.com/news/2009/08/10/majors"&gt;social work&lt;/a&gt; is seen as &lt;a href="http://www.island94.org/2009/10/social-work-is-womens-work-so-we-dont-care/"&gt;women's work&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Arrington is feeling put-upon because he's experiencing women who point out the inequity in representation and leadership as a personal attack on him. It's not that unusual of a response — it's the same experience white folks have when people of color talk about racism, straight people have when queers demand equal treatment, and able-bodied individuals have when persons with disabilities expect equal access.&lt;/p&gt;
&lt;p&gt;This is how oppression is set up — forcing individuals to compete against one another &lt;em&gt;as individuals&lt;/em&gt; and rendering its pervasive influence invisible.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Michael Arrington is right to be outraged. But the outrage should be focused on the sexism that keeps both men &lt;em&gt;and&lt;/em&gt; women down.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;While it's women who bear the overwhelming amount of oppression from sexism, it's a force that inhibits men's growth as well. Men are expected to take on unbelievable obstacles, toil without complaint and settle for stunted emotional connections to family and friends.&lt;/p&gt;
&lt;p&gt;Many successful men, when confronted with evidence of institutionalized sexism, feel that their accomplishments are being degraded, because they had to struggle mightily under such harsh conditions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What too many men miss is the reality that the system under which they face such inhumane expectations is the &lt;em&gt;same one&lt;/em&gt; that limits the potential of women.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Of course, there are individual men and women who help to support such a system. Their actions are rightly be identified and they should be given the support and resources to help to change these actions. But changing individual actions isn't enough by itself — the system must be confronted as a whole.&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://www.blogher.com/"&gt;BlogHer&lt;/a&gt;, &lt;a href="http://www.womenwhotech.com/"&gt;Women Who Tech&lt;/a&gt;, &lt;a href="http://www.shesgeeky.org/"&gt;She's Geeky&lt;/a&gt; and &lt;a href="http://www.webgrrls.com/"&gt;WebGrrls&lt;/a&gt; conferences are one component, as a place for women to strategize and support one another; continually pressing for more visibility for women at tech conferences dominated by men who are &lt;a href="http://surfette.typepad.com/blogher/2005/11/do_women_warm_t.html"&gt;simply unaware of women techies&lt;/a&gt; is another component.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What would be even more exciting? A conference of male-identified folks interested in supporting women who take on positions of leadership in the tech community.&lt;/strong&gt; Part of that involves men looking at what gets in the way of them supporting more women in "their" space, and men working through that might not always look pretty to women. But belittling women who point out systematic inequities as Arrington does is a reactionary response to being asked to account for one's privilege.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;This needs to be an effort undertaken by both women and men, not for some vague goal of "diverse voices" but as a way to realize all of our potentials in technology and beyond.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Updates: &lt;/strong&gt;Allyson Kapin has a &lt;a href="http://www.fastcompany.com/1685780/too-few-women-in-tech-stop-playing-the-blame-game"&gt;great list of specific suggestions&lt;/a&gt; to address this issue, and Michael Arrington followed up by saying he knows more needs to be done, but he might delete the post in favor of something "&lt;a href="http://twitter.com/arrington/status/22454841699"&gt;far less painful&lt;/a&gt;." It's likely that to really address sexism — if that is what he wants to do — he'll have to face some painful truths, however. Jon Pincus says it much more succinctly: "&lt;a href="http://www.talesfromthe.net/jon/?p=1552"&gt;Yes, it's hard. Take some responsibility.&lt;/a&gt;"&lt;/p&gt;
&lt;p&gt;&lt;em&gt;P.S. It's worth pointing out that Allyson Kapin, Shireen Mitchell, Jocelyn Harmon and I are proposing a session on just this topic at next year's Nonprofit Technology Conference: &lt;a href="http://www.nten.org/node/10318"&gt;To Diversity and Beyond! Engagement, Accountability and Nonprofits&lt;/a&gt;&lt;em&gt;. &lt;/em&gt;&lt;/em&gt;&lt;em&gt;We hosted a &lt;a href="https://www.ntenonline.org/eweb/DynamicPage.aspx?webcode=SessionDetails&amp;amp;ses_key=f4b88cff-ccf8-436d-8a0d-3eed2593fe87"&gt;similar discussion&lt;/a&gt; earlier this year.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=J-kPMZFW-ws:AGnA8j-NVLI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=J-kPMZFW-ws:AGnA8j-NVLI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=J-kPMZFW-ws:AGnA8j-NVLI:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=J-kPMZFW-ws:AGnA8j-NVLI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=J-kPMZFW-ws:AGnA8j-NVLI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=J-kPMZFW-ws:AGnA8j-NVLI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=J-kPMZFW-ws:AGnA8j-NVLI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/blogging">blogging</category>
 <category domain="http://rootwork.org/category/tags/community">community</category>
 <category domain="http://rootwork.org/category/tags/nonprofit">nonprofit</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Mon, 30 Aug 2010 14:49:40 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">77 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Email Service Provider Comparison</title>
    <link>http://rootwork.org/tool/email-service-provider-comparison</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Stop overwhelming your web host by sending out your email newsletter through Outlook — and start sending out targeted messages to subsets of your subscriber lists. &lt;strong&gt;Groundwire&lt;/strong&gt;&amp;#8217;s report compares 10 &amp;#8220;best of breed&amp;#8221; email service providers for nonprofits&amp;nbsp;— companies that give your organization the ability to send out mass emails or &amp;#8220;eblasts&amp;#8221; to your supporters. While &lt;strong&gt;Vertical Response&lt;/strong&gt; is a great starting point (see our review of its free service, below), if you have a large list or specific needs, you&amp;#8217;ll want to find the best option. This is an up-to-date guide to exactly&amp;nbsp;that.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://groundwire.org/support/articles/email-service-provider-comparison-report-2010" target="_blank"&gt;http://groundwire.org/support/articles/email-servi...&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=5WUh3NHPWPI:V9MZJZK4WxA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=5WUh3NHPWPI:V9MZJZK4WxA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=5WUh3NHPWPI:V9MZJZK4WxA:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=5WUh3NHPWPI:V9MZJZK4WxA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=5WUh3NHPWPI:V9MZJZK4WxA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=5WUh3NHPWPI:V9MZJZK4WxA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=5WUh3NHPWPI:V9MZJZK4WxA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <pubDate>Tue, 03 Aug 2010 23:29:19 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">76 at http://rootwork.org</guid>
  </item>
  <item>
    <title>What online activism can learn from community organizing</title>
    <link>http://rootwork.org/blog/2010/04/what-online-activism-can-learn-community-organizing</link>
    <description>&lt;a href="/blog/2010/04/what-online-activism-can-learn-community-organizing" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/flickr_povertyinitiative.jpg" alt="Community organizing should inform online activism" title="Credit: Flickr user povertyinitiative" width="720" height="327" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;&lt;strong&gt;Online activism didn't come out of nowhere.&lt;/strong&gt; The methods and tactics of online activists &amp;#8212; be they individuals or international nonprofits with hundreds of staff &amp;#8212; are drawn on social change movements and community organizing strategies that have been tried, experimented with, failed, tweaked, and tried again, long before the Internet existed.&lt;/p&gt; &lt;p&gt;Yet there's often a disconnect between what's seen as online activism &amp;#8212; referred to as "slacktivism," sometimes accurately but oftentimes sloppily &amp;#8212; and community-based social change. And that's what I'm covering today at the &lt;a href="http://nten.org/ntc"&gt;2010 Nonprofit Technology Conference&lt;/a&gt;, along with &lt;a href="http://www.communityorganizer20.com/"&gt;Debra Askanase&lt;/a&gt; and &lt;a href="http://amysampleward.org/"&gt;Amy Sample Ward&lt;/a&gt;, in a session called &lt;a href="https://www.ntenonline.org/eweb/DynamicPage.aspx?webcode=SessionDetails&amp;amp;ses_key=9e27f6a5-1720-4ad1-8ee0-058a2260bcbb"&gt;Bringing Community Organizing Into Online Campaigns&lt;/a&gt;.&lt;/p&gt; &lt;h3&gt;What I mean by community organizing&lt;/h3&gt; &lt;p&gt;The idea of community organizing has always been weighted with both political implications and social context, and so one person's interpretation of what "counts" as community organizing &amp;#8212; and what its implications are &amp;#8212; will vary from the next.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;For my purposes here, I'm using community organizing as the idea that individuals have more power to create change by coming together than by acting alone. Community organizing empowers these individuals, creates long-term change and challenges the structure of power.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Previously I've argued that with the rise of "web 2.0," &lt;a href="http://rootwork.org/blog/2009/09/gurus-are-not-enough-call-organizers-organizing-social-media"&gt;everybody is learning how to be a community organizer&lt;/a&gt;. The principles of how to mobilize friends and neighbors around a particular issue &amp;#8212; whether it's a social cause or a hot party &amp;#8212; are being learned every time someone creates a Facebook event.&lt;/p&gt; &lt;p&gt;So I think it's reasonable to look at how traditional, on-the-street community organizing can inform purposeful online activism. Once we move beyond the "blast all your friends with a link to a petition" phase, there are concrete &lt;em&gt;strategies&lt;/em&gt; to which we can turn. And many of those strategies are drawn directly from a century or more of social mobilization.&lt;/p&gt; &lt;h3&gt;Principles of community organizing&lt;/h3&gt; &lt;p&gt;There are five primary ideas in which traditional community organizing is rooted: &lt;strong&gt;movement-building, strategy, community accountability, going where the people are, and cultivating leadership&lt;/strong&gt;. There are more principles and strategies to be sure (and you may disagree whether these five are at the top), but I see these as having the most to say to online activism.&lt;/p&gt; &lt;h4&gt;Organizing for a movement&lt;/h4&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;Community organizing is based on long-term strategy. "Empowerment" &amp;#8212; that is, facilitating the realization among individuals and communities that they have the power to effect change &amp;#8212; is not something you expect to occur overnight.&lt;/p&gt; &lt;p&gt;&lt;em&gt;How this relates to online activism:&lt;/em&gt; &lt;strong&gt;Every action should be pointing people toward a greater goal.&lt;/strong&gt; It's straightfoward enough to get people out to a single event, or taking a single online action. But cultivating those individuals so they see their action as part of a long-term campaign is something that takes...&lt;/p&gt; &lt;h4&gt;Strategy, strategy, strategy&lt;/h4&gt; &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;I've written before about the fact that social media isn't about doing &lt;em&gt;less&lt;/em&gt; organizing, it's about &lt;a href="http://rootwork.org/blog/2009/05/social-change-takes-more-social-media"&gt;doing it better&lt;/a&gt;. A theory of social change is critical to an individual or organization engaging in online activism. Will signing this petition against the war put pressure on elected leaders to alter policies? Will this upcoming rally (or "virtual march") demonstrate a community's growing power &amp;#8212; or is it "busy work" for supporters who haven't been asked to do anything in a while? &lt;/p&gt; &lt;p&gt;&lt;em&gt;How this relates to online activism: &lt;/em&gt;&lt;strong&gt;Too many nonprofits, unfortunately, seem to engage in token actions that don't move things forward as part of an overall strategy.&lt;/strong&gt; And even when a given action is a part of a strategy, nonprofits are often vague about communicating that to supporters. Exactly &lt;em&gt;how&lt;/em&gt; will calling this legislator advance a critical piece of legislation? Is there a chance the bill will actually pass? If not, there could be other legitimate strategy to build public support for it &amp;#8212; things are long-term, remember? &amp;#8212; but organizations must be clear to supporters that "victory" in this case won't be a new law, but, for instance, 10 vocal new supporters in Congress.&lt;/p&gt; &lt;h4&gt;Being accountable to a real-world community&lt;/h4&gt; &lt;p&gt;Community organizers are often derided as rabble-rousers, troublemakers, or professional activists who dupe people into following them. But true community organizing isn't about swooping in and ginning up outrage by telling the locals to fight the man. It's generally approached as much more &lt;a href="http://rootwork.org/blog/2009/10/finding-movements-voice-online-social-networks-social-change"&gt;Freirian&lt;/a&gt; &amp;#8212; taking direction from and being accountable to the local community. Organizers bring their experience of tactics and strategy, and may serve to inspire people that they &lt;em&gt;do&lt;/em&gt; have the power to make change. But the causes around which communities organize should come from the community itself.&lt;/p&gt; &lt;p&gt;&lt;em&gt;How this relates to online activism:&lt;/em&gt; Technology is &lt;a href="http://rootwork.org/blog/2009/04/fire-food-why-theres-no-such-thing-twitter-revolution"&gt;too often seen as a strategy in and of itself&lt;/a&gt;. But the Internet and social media &amp;#8212; like fax machines, phone trees and the printing press before them &amp;#8212; are simply tools, able to be used tactically to great effect, but only when part of a larger strategy. Focusing on the tech divorces a campaign from its community, and leaves the online organizer in the role of the "expert" &amp;#8212; "I'll show you how to use Twitter to clean up your city!" &amp;#8212; leaving little room for a community to actually control the direction of a campaign. &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Remembering that the community's long-term strategy is paramount &amp;#8212; and being willing to listen, discern and collaborate with that community &amp;#8212; will help keep the people whose lives and livelihoods are on the line actually in charge.&lt;/strong&gt;&lt;/p&gt; &lt;h4&gt;Go where the people are&lt;/h4&gt; &lt;p&gt;Social change happens in communal spaces &amp;#8212; not always public, but nearly always intimate to the community as it exists. Workers' homes and pubs in the labor movement, black churches in the US civil rights movement, gay bars in the gay rights movement, and college campuses in numerous student movements attest to this fact.&lt;/p&gt; &lt;p&gt;&lt;em&gt;How this relates to online activism:&lt;/em&gt; &lt;strong&gt;Rarely will it be effective to create a private "walled garden" social network that you have to convince people to join and become active on.&lt;/strong&gt; Different communities are on different social networks online &amp;#8212; and &lt;a href="http://rootwork.org/blog/2008/10/using-social-networks-social-change-facebook-myspace-more#weaving"&gt;it's important to know where your constituencies are&lt;/a&gt; &amp;#8212; on Facebook, MySpace, Twitter or somewhere else. The places where a community is most active socially are most likely to be the places where it's most effective to organize. If you're organizing in a sensitive environment, you may have to establish some level of privacy around your campaign, but only &lt;em&gt;after&lt;/em&gt; you've already engaged people where they are.&lt;/p&gt; &lt;h4&gt;Cultivating sustainable leadership&lt;/h4&gt; &lt;p&gt;This is an area to which traditional community organizing aspires, but doesn't always succeed. The temptation for a "charismatic leader" to emerge and indefinitely control the direction of a social change campaign can be strong. Participants may initially be relieved that they don't have to "take the heat" when things get tough, and can look to their leader for direction. &lt;/p&gt; &lt;p&gt;Yet time and again we've seen movements collapse when the leader &amp;#8212; having captured power within the movement or had it thrust upon him or her &amp;#8212; burns out or becomes unable to continue. Increasingly in the past half-century, social movements have attempted to make their approaches more sustainable by cultivating leadership, bringing people from the margins into the center and mentoring and encouraging emerging leaders.&lt;/p&gt; &lt;p&gt;&lt;em&gt;How this relates to online activism:&lt;/em&gt;&lt;strong&gt; Seek to put yourself out of a job.&lt;/strong&gt; The best online campaigns are the ones that are self-sustaining. Encourage those who are taking the most action to begin to brainstorm new ideas and actions for the campaign. Reward people who are doing the most recruiting, and make them feel that they're a part of the "core" of the organizing. For nonprofits &amp;#8212; and I know this will be hard to hear &amp;#8212; stop pretending that you're the only organization active on the issue. Support your members who become active in allied groups and consider working in coalitions early and often. Not only will this cement your supporters' dedication to the cause, it will build the identity of a long-term movement, rather than a limited "card-carrying member" view of participation.&lt;/p&gt; &lt;h3&gt;Help continue this conversation&lt;br /&gt;&lt;/h3&gt; &lt;p&gt;Below, I've embedded the slides of our presentation, which goes beyond the things I've discussed above and includes an exciting interactive workshop component &amp;#8212; so if you're at NTC, &lt;a title="View time, location and other information on this session" href="https://www.ntenonline.org/eweb/DynamicPage.aspx?webcode=SessionDetails&amp;amp;ses_key=9e27f6a5-1720-4ad1-8ee0-058a2260bcbb"&gt;please do stop by&lt;/a&gt;!&lt;/p&gt; &lt;p&gt; &lt;object width="425" height="355"&gt; &lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=10ntcpptcommunityorganizing-100223125831-phpapp02&amp;amp;stripped_title=bringing-community-organizing-into-online-social-media-campaigns-askanase-sample-ward-boothe" /&gt; &lt;param name="allowFullScreen" value="true" /&gt; &lt;param name="allowScriptAccess" value="always" /&gt;&lt;embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=10ntcpptcommunityorganizing-100223125831-phpapp02&amp;amp;stripped_title=bringing-community-organizing-into-online-social-media-campaigns-askanase-sample-ward-boothe" allowscriptaccess="always" allowfullscreen="true"&gt;&lt;/embed&gt; &lt;/object&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;I welcome any thoughts, comments or ideas. How do you see community organizing informing &amp;#8212; or being separate from &amp;#8212; online activism? What examples have you seen of successes or failures?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://rootwork.org/about-rootwork-ivan-boothe"&gt;&lt;strong&gt;&lt;em&gt;Ivan Boothe&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;em&gt; is a social change scholar with a degree in peace and conflict studies. With hundreds of hours of training in community organizing and years of experience in real-world social change, he's excited about the ways in which social media can, when used strategically, amplify the ability of activists to change the world.&lt;/em&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=U1oEfoPH2OU:TMV9Kce2i1E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=U1oEfoPH2OU:TMV9Kce2i1E:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=U1oEfoPH2OU:TMV9Kce2i1E:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=U1oEfoPH2OU:TMV9Kce2i1E:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=U1oEfoPH2OU:TMV9Kce2i1E:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=U1oEfoPH2OU:TMV9Kce2i1E:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=U1oEfoPH2OU:TMV9Kce2i1E:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/10ntc">10ntc</category>
 <category domain="http://rootwork.org/category/tags/10ntcco2oc">10ntc.co2oc</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Fri, 09 Apr 2010 14:03:10 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">75 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Government accountability through web 2.0: A case study</title>
    <link>http://rootwork.org/blog/2009/11/government-accountability-through-web-20-case-study</link>
    <description>&lt;a href="/blog/2009/11/government-accountability-through-web-20-case-study" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/2009-11-16-savedarfur.jpg" alt="Samantha Power, Jerry Fowler, Scott Gration and Layla Amjadi" title="Credit: Flickr user savedarfur" width="720" height="324" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;&lt;em&gt;This was originally posted on &lt;a href="http://techpresident.com/blog-entry/sudan_case_study"&gt;techPresident&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Last week, Special Envoy to Sudan Gen. Scott Gration sat down with representatives from &lt;a href="http://savedarfur.org" target="_blank"&gt;Save Darfur&lt;/a&gt; and the student network &lt;a href="http://standnow.org" target="_blank"&gt;STAND&lt;/a&gt; for an unprecedented live Q&amp;amp;A, webcast directly from the White House website.&lt;/p&gt;
&lt;p&gt;The event served as the launch of an initiative the White House is calling &lt;a href="http://www.whitehouse.gov/blog/2009/11/04/%E2%80%9Cask-us%E2%80%9D-engaging-sudan-strategy" target="_blank" title="White House: Ask U.S., Engaging on Sudan Strategy"&gt;Ask U.S.&lt;/a&gt;, "an effort to reach out to the advocacy communities and to solicit questions on the U.S. Sudan policy from activists deeply and passionately engaged" around Sudan.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.savedarfur.org/pages/ask-us" target="_blank" title="Whitehouse.gov: Ask U.S. live webcast (posted at SaveDarfur.org)"&gt;Watch a recording of the webcast&lt;/a&gt;:&lt;br&gt;
	&lt;object width="480" height="300"&gt; &lt;param name="movie" value="http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player/player.swf"&gt; &lt;param name="allowFullScreen" value="true"&gt; &lt;param name="bgcolor" value="282828"&gt; &lt;param name="allowscriptaccess" value="always"&gt; &lt;param name="flashvars" value="path_to_player=http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player&amp;amp;path_to_plugins=http://www.whitehouse.gov//sites/default/modules/wh_multimedia/wh_jwplayer&amp;amp;path_to_captions=&amp;amp;file=http://www.youtube.com/watch?v=aNSXeMkiZ_M&amp;amp;image=http://img.youtube.com/vi/aNSXeMkiZ_M/0.jpg&amp;amp;controlbar=bottom&amp;amp;frontcolor=AAAAAA&amp;amp;plugins=http://www.whitehouse.gov//sites/default/modules/wh_multimedia/wh_jwplayer/captions,http://www.whitehouse.gov//sites/default/modules/wh_multimedia/wh_jwplayer/hat&amp;amp;captions.file=&amp;amp;stretching=fill&amp;amp;menu=false"&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" flashvars="path_to_player=http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player&amp;amp;path_to_plugins=http://www.whitehouse.gov//sites/default/modules/wh_multimedia/wh_jwplayer&amp;amp;path_to_captions=&amp;amp;file=http://www.youtube.com/watch?v=aNSXeMkiZ_M&amp;amp;image=http://img.youtube.com/vi/aNSXeMkiZ_M/0.jpg&amp;amp;controlbar=bottom&amp;amp;frontcolor=AAAAAA&amp;amp;plugins=http://www.whitehouse.gov//sites/default/modules/wh_multimedia/wh_jwplayer/captions,http://www.whitehouse.gov//sites/default/modules/wh_multimedia/wh_jwplayer/hat&amp;amp;captions.file=&amp;amp;stretching=fill&amp;amp;menu=false" src="http://www.whitehouse.gov/sites/all/modules/swftools/shared/flash_media_player/player.swf" type="application/x-shockwave-flash" width="480" height="300"&gt; &lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Save Darfur Coalition Executive Director Jerry Fowler and STAND Student Director Layla Amjadi were joined by Samantha Power — now the National Security Council's Senior Director for Multilateral Affairs, but known more widely as the author of &lt;em&gt;"A Problem from Hell": America and the Age of Genocide&lt;/em&gt;, a history of the United States' response to mass atrocities from Armenia to Rwanda. Power herself was an inspiration for many of the anti-genocide organizations which exist today, including the two that participated in this online exchange.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Full disclosure: I was a co-founder of the Genocide Intervention Network, STAND's parent organization, and worked there until 2008.&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Calling for transparency, pushing for accountability&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;The webcast was notable not just for its interactivity — members of both STAND and Save Darfur were encouraged to &lt;a href="http://standnow.org/node/2503" target="_blank" title="STAND: What questions would you like Layla to ask Gration and Power?"&gt;submit questions&lt;/a&gt;, which were then asked directly of Gration&lt;/strong&gt;&lt;strong&gt; on air — but for its accountability.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Some anti-genocide activists have been &lt;a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/09/28/AR2009092802336_pf.html" target="_blank" title="Washington Post: U.S. Envoy's Outreach to Sudan Is Criticized as Naive"&gt;critical of the Obama administration&lt;/a&gt; for positioning Darfur and Sudan as a prominent human rights issue during the campaign, but &lt;a href="http://www.genocideintervention.net/network/pressroom/pressreleases/2009/09/29/2864" target="_blank" title="Sudan Advocacy Groups React To General Gration’s Statements to The Washington Post"&gt;taking little action&lt;/a&gt; since the election. Here was a chance for anti-genocide activists to put the White House's point person on Sudan on the spot and demand answers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The responses from Gration&lt;/strong&gt;&lt;strong&gt; — Power, other than introducing and concluding the event, largely remained silent — were generally panned by activists watching the chat via Twitter and Facebook.&lt;/strong&gt; "In his opening remarks Gration said 'we owe you answers' — you still do," said &lt;a href="http://twitter.com/willcfischer/statuses/5599271449" target="_blank"&gt;Will Fischer&lt;/a&gt;. "I respect the hell out of Sam Power but I'm not going to buy Gration's vague answers just because she's sitting there," said Genocide Intervention Network Director of Membership &lt;a href="http://twitter.com/jgoldbeck/statuses/5599046520" target="_blank"&gt;Janessa Goldbeck&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Bec Hamilton, who is writing a book about the advocacy movement around Sudan and has worked with the Genocide Intervention Network, reported that the questions for Gration had to be &lt;a href="http://bechamilton.com/?p=1502" target="_blank" title="Bec Hamilton: Responding to activists or managing them?"&gt;submitted ahead of time&lt;/a&gt;, so it's a little surprising his answers weren't more sure-footed. Hamilton &lt;a href="http://blog.foreignpolicy.com/posts/2009/11/11/gration_and_power_answer_activists_questions_on_sudan" target="_blank" title="ForeignPolicy.com: Gration and Power answer activists' questions on Sudan"&gt;said&lt;/a&gt; a former official at the State Department had seen the event as a way to "manage" the "noise" of activists, but:&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;As it turned out, the shoe was on the other foot. Activists were given the opportunity to ask follow-up questions, and they pursued that avenue with such vigor that any fear of them being co-opted by their well-publicized access to the White House ceased to be a concern. What was a concern was the administration's inability to provide concrete answers to the advocates' questions.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;If the White House was hoping the webcast would placate activists who had been critical of US policy on Sudan, it seemed to do just the opposite. &lt;/strong&gt;Goldbeck, responding to Gration's statement that "we know we are going to be held accountable by you," &lt;a href="http://twitter.com/jgoldbeck/statuses/5599234951" target="_blank"&gt;Tweeted&lt;/a&gt; "Yes you will," a message widely reposted by others.&lt;/p&gt;
&lt;p&gt;Emily Diamond-Falk, a spokesperson for the Save Darfur Coalition, was more amiable about the exchange with the White House. "As much transparency as they can give us, they will do, without compromising their policy," she told me. "He wasn't able to disclose as much information as we asked, which is going to happen in these sorts of things. ... It's a very delicate line, so engaging policy behind the scenes will still be necessary."&lt;/p&gt;
&lt;h3&gt;Making the online Q&amp;amp;A possible&lt;/h3&gt;
&lt;p&gt;Andrea Clarke, director of communications for the Save Darfur Coalition, pitched the idea of a "live online town hall" to Gration's communications director in August. "We thought it would be something beneficial for activists to be directly engaged around the [Sudan] policy," Clarke said.&lt;/p&gt;
&lt;p&gt;After suggesting the idea of an online town hall to Gration, the special envoy suggested the student organization STAND be a part of the conversation as well. "The special envoy's office was very committed to answering as many questions as possible, and the involvement of STAND was key to that process," Clarke said. "It made for a greater diversity of questions, and we feel the activist community was very well represented."&lt;/p&gt;
&lt;p&gt;Gration's travel itinerary made scheduling difficult, and in the end it occurred without much advance notice. Clarke said Save Darfur received at least 500 questions from activists for the special envoy, and "I think if we have more lead time we'll have even more questions."&lt;/p&gt;
&lt;p&gt;As Micah Sifry &lt;a href="http://techpresident.com/blog-entry/ask-us-state-department-20-sudan-darfur-and-public-engagement" target="_blank" title="TechPresident: Ask U.S., State Department 2.0 on Sudan, Darfur and Public Engagement"&gt;wrote on Monday&lt;/a&gt;, the willingness of the State Department and White House to engage openly and publicly with advocates who are often critical seems unprecedented. Given the negative response to Gration's responses, might this kind of transparency be short-lived?&lt;/p&gt;
&lt;p&gt;Clarke said she had "no reason to believe there won't be" similar events in the future as part of the "Ask U.S." program. Gration "appears to be working very hard to get feedback," she said. Gration himself &lt;a href="http://www.state.gov/s/sudan/listserve/131887.htm" target="_blank" title="US State Department: Innovative Engagement with Advocacy Groups on Sudan"&gt;wrote&lt;/a&gt; that the State Department is "eager to continue an active and robust dialogue with the advocacy community."&lt;/p&gt;
&lt;p&gt;Layla Amjadi of STAND lamented the lack of specificity in Gration's answers, &lt;a href="http://www.voanews.com/english/Africa/2009-11-11-voa5.cfm" target="_blank" title="Voice of America: Student Activists Encourage White House to Raise Anti-Genocide Concerns about Darfur"&gt;telling&lt;/a&gt; the Voice of America that activists "were really frustrated by how vague the policy review was on benchmarks and pressures and incentives." She called for an approach involving bigger players than Gration alone — "Obama, Biden and Clinton" — and &lt;a href="http://www.standnow.org/blog/response-tuesdays-ask-us-meeting" target="_blank"&gt;declared&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;Now that we &lt;em&gt;know&lt;/em&gt; that we've got their ear, let's talk to them. They're looking for us to hold them accountable. So let's do it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;"There are certainly questions that activists who are voices for those who cannot necessarily be heard right now have, and it's important that those questions are answered by the administration," said Diamond-Falk. "The fact that [Gration] engaged the Save Darfur Coalition and the student movement ... proves that activists have to have a voice on this issue and in this administration."&lt;/p&gt;
&lt;h3&gt;The future of high-level advocacy?&lt;/h3&gt;
&lt;p&gt;"We certainly hope that this can be one tactic that other advocacy groups can use to demand accountability of the administration," Clarke said. "I hope this is something that's taken on board by communications departments of other advocacy groups."&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Most organizations may not have the political pressure necessary to convince public officials to host a live, online questioning.&lt;/strong&gt; The broad constituency that has been active around Darfur and Southern Sudan for the past five years was a definite advantage to making the webcast happen, Clarke said, as was President Obama's stated support on the campaign trail for resolving the crises in Sudan.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Gration's willingness to engage activists on the issue, however, may have been the most critical element &lt;/strong&gt;— it's hard to imagine a live Q&amp;amp;A happening without a public official's support. "Gration appears to be working very hard to get feedback," Clarke said.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Engaging more than one organization made the proposal more attractive to public officials.&lt;/strong&gt; Save Darfur asked for the event, and the special envoy's office suggested a representative of student activists join as well. Gration's office wanted the event to be seen as legitimately representing the entire Sudan advocacy movement, not simply a single pressure group.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cautious criticism seemed to have paid off in helping make the dialogue possible.&lt;/strong&gt; Many Sudan advocacy organizations including STAND and Save Darfur have been publicly supportive of the special envoy, while continuing to push for more transparency and specifics. Gration had been criticized by some activists as "naive" with some going so far as &lt;a href="http://www.tnr.com/article/the-ingratiator" target="_blank" title="The New Republic: The Ingratiator"&gt;demanding his resignation&lt;/a&gt;, but responses from Save Darfur and STAND's parent organization, the Genocide Intervention Network, had largely &lt;a href="http://www.genocideintervention.net/blog/2009/11/05/should_gration_be_fired_gi_net_responds" target="_blank" title="Genocide Intervention Network: Should Gration be fired? GI-Net responds."&gt;not suggested&lt;/a&gt; that level of displeasure. "I think that we don't always agree with the special envoy's office, but we maintain an open line of communication, and that has helped us a lot," Clarke said.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;As for the issue of Sudan, could pressure on legislators coupled with Gration's limited responses provoke more Congressional action? &lt;/strong&gt;The online event with Gration directly followed a &lt;a href="http://www.pledge2protect.net/" target="_blank" title="Pledge2Protect Conference"&gt;conference&lt;/a&gt; for anti-genocide activists, including a full day of meetings with members of Congress. Diamond-Falk pointed out that following the student lobbying and live webchat, 44 members of Congress signed a &lt;a href="http://allafrica.com/stories/200911130892.html" target="_blank" title="AllAfrica: Letter from U.S. Members of Congress to the President on China's Involvement in Sudan"&gt;letter to President Obama&lt;/a&gt; ahead of his visit to China, a major trading partner of Sudan's, urging the president to make Sudan a priority in his discussions there.&lt;/p&gt;
&lt;p&gt;Clarke said if a second online Q&amp;amp;A occurs, Save Darfur "will be pushing for questions that are extremely direct from those who are suffering on the ground," suggesting the event can not only be a chance to connect activists to the administration, but survivors of the genocide and wars in Sudan as well.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Bec Hamilton &lt;a href="http://blog.foreignpolicy.com/posts/2009/11/11/gration_and_power_answer_activists_questions_on_sudan" target="_blank" title="ForeignPolicy.com: Gration and Power answer activists' questions on Sudan"&gt;reported&lt;/a&gt; that a &lt;em&gt;former&lt;/em&gt; State Department official had called Sudan activists "noise we had to manage," and I mistakenly attributed it to &lt;em&gt;current&lt;/em&gt; State Department officials; it's been corrected in the text above.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=A7eqlozv7_E:BY1iaSVBCEo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=A7eqlozv7_E:BY1iaSVBCEo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=A7eqlozv7_E:BY1iaSVBCEo:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=A7eqlozv7_E:BY1iaSVBCEo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=A7eqlozv7_E:BY1iaSVBCEo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=A7eqlozv7_E:BY1iaSVBCEo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=A7eqlozv7_E:BY1iaSVBCEo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/communications">communications</category>
 <category domain="http://rootwork.org/category/tags/facebook">Facebook</category>
 <category domain="http://rootwork.org/category/tags/nonprofit">nonprofit</category>
 <category domain="http://rootwork.org/category/tags/twitter">Twitter</category>
 <category domain="http://rootwork.org/category/tags/video">video</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Fri, 13 Nov 2009 20:32:46 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">74 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Causes abandons 184,674 nonprofit supporters on MySpace</title>
    <link>http://rootwork.org/blog/2009/11/causes-abandons-184674-nonprofit-supporters-myspace</link>
    <description>&lt;a href="/blog/2009/11/causes-abandons-184674-nonprofit-supporters-myspace" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/2009-11-06-cindy47452.jpg" alt="Leaving people behind" title="Credit: Flickr user cindy47452" width="720" height="304" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;This morning, the fundraising application &lt;a href="http://www.causes.com/" target="_blank"&gt;Causes&lt;/a&gt; quietly shut down their presence on MySpace. In their email to administrators of Causes on MySpace, they wrote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Thank you for the work you've done on Causes on MySpace. Due to the lack of activity on MySpace, we've decided to focus our efforts on the Causes application on Facebook. On Friday at noon EDT, we will be removing all causes from MySpace. In the meantime, you can post a link to a cause on Facebook (or create one at http://apps.facebook.com/causes) asking your members to change over. We appreciate the work you've put into your cause community on MySpace and we hope that the broader functionality available on the Causes application on Facebook will offer you even more opportunities to raise awareness, advocate for change and fundraise for your nonprofit. If you have questions, please email support@causes.com.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;At that exact moment, &lt;/strong&gt;&lt;a href="http://www.myspace.com/causesapp" target="_blank"&gt;&lt;strong&gt;Causes on MySpace&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; had 184,674 current users.&lt;/strong&gt; That's 184,674 individual people (minus a few nonprofit staffers) who had taken the time to install an application on MySpace specifically so they could show their support for a nonprofit charity or advocacy group on the social network.&lt;/p&gt;
&lt;p&gt;As of today, those nonprofit badges have been removed from each of those 184,674 profiles, with no notice to those supporters as to why their Causes badges have disappeared. (The application's page on MySpace is still up, with no notification that it's being shut down; new users who try to add it get a message saying it's "temporarily unavailable.")&lt;/p&gt;
&lt;p&gt;No notice has been posted to the &lt;a href="http://exchange.causes.com/" target="_blank"&gt;Causes blog&lt;/a&gt;; Susan Gordon, the&amp;nbsp;Senior Nonprofit Coordinator of Causes, said in an email to me, "We didn't put the announcement on the blog before because the number of people using the MySpace app is so small."&lt;/p&gt;
&lt;h3&gt;Why Causes on MySpace failed: Lack of engagement&lt;/h3&gt;
&lt;p&gt;It's not clear from either email when Causes decided to shut down the MySpace side of its operation, or why it chose to do so within just a few days. Causes began on Facebook and has always had more users on there (currently 35.2 &lt;em&gt;million&lt;/em&gt;). From Causes' point of view, MySpace was probably more trouble than it was worth given the percentage of their total users, though I wouldn't call nearly 200,000 people a "small" number.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Causes on Facebook had, from the beginning, more to offer nonprofits than its MySpace version.&lt;/strong&gt; Nonprofits could, for instance, send email messages to all their Causes supporters on Facebook &amp;mdash; something not possible using Fan Pages or Facebook Groups over 2,000 people. On MySpace, probably due to the limitations of the network itself, there was no such functionality.&lt;/p&gt;
&lt;p&gt;In fact, in one of my first write-ups on &lt;a href="/blog/2008/10/using-social-networks-social-change-facebook-myspace-more#keys"&gt;using social networks for fundraising and advocacy&lt;/a&gt;,&lt;strong&gt; I highlighted Causes not as a great way to fundraise but as a great way to engage members&lt;/strong&gt;. There was less chance for engagement on MySpace; though supporters could still put up a badge demonstrating their support and make donations, in my experience those were actually the least useful parts of Causes. &lt;/p&gt;
&lt;p&gt;Again, I suspect this was a limitation imposed by MySpace, so I don't necessarily fault Causes. The lesson here, though, is that &lt;strong&gt;a fundraising widget is not enough of a draw&lt;/strong&gt;. The chance for engaging supporters &amp;mdash; not just in things like one-way email blasts but in things like leaderboards showing the top fundraisers among supporter-created Causes &amp;mdash; is, in the end, the "killer" part of this app.&lt;/p&gt;
&lt;h3&gt;What this means for nonprofits on MySpace&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Despite repeated claims that MySpace is "dead," I continue to think it's a smart move for many nonprofits to have a presence there.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;Sociologist danah boyd has documented the clear &lt;a title="The Not-So-Hidden Politics of Class Online" href="http://www.danah.org/papers/talks/PDF2009.html" target="_blank"&gt;socioeconomic&lt;/a&gt; &lt;a title="MySpace vs. Facebook: A Digital Enactment of Class-Based Social Categories Amongst American Teenagers" href="http://www.danah.org/papers/talks/ICA2009.html" target="_blank"&gt;differences&lt;/a&gt; between MySpace and Facebook, and Amy Sample Ward has stressed the need to &lt;a title="First and Foremost: Know your Community" href="http://www.ssireview.org/opinion/entry/first_and_foremost_know_your_community/" target="_blank"&gt;know your community and where it is&lt;/a&gt;. Facebook, after all, was built by and for middle- and owning-class college-educated folks &amp;mdash; exactly those people who fill nonprofit staffs. But if your organization &lt;a href="http://www.marketingfornonprofits.org/2009/11/are-online-communities-just-as.html?showComment=1257526462528#c6820898715423075412"&gt;serves a different community&lt;/a&gt;, then simply going where your staff is familiar might not be the best choice.&lt;/p&gt;
&lt;p&gt;For those who want to do peer-to-peer fundraising on MySpace, there are still widgets like &lt;a href="http://www.chipin.com/" target="_blank"&gt;ChipIn&lt;/a&gt; available for that purpose. They won't have the "built-in" feel that Causes on MySpace did, but they're fairly easy to guide people through with a quick training or video.&lt;/p&gt;
&lt;h3&gt;What this means for nonprofit fundraising on social networks&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;The bigger lesson here is that you can't rely on third-party, often for-profit services to support your organization's interests.&lt;/strong&gt; To Causes, leaving MySpace to focus on its core community on Facebook made good business sense, but certainly those organizations left in the lurch on MySpace feel otherwise.&lt;/p&gt;
&lt;p&gt;I think Rebecca Leaman &lt;a href="http://twitter.com/rjleaman/status/5430851340" target="_blank"&gt;said it best&lt;/a&gt;&amp;nbsp;&amp;mdash; don't put "all fundraising eggs in one third-party basket!" These services are useful, and can help your organization advance its mission, but it's not accountable to you &amp;mdash; and you need to have other options.&lt;/p&gt;
&lt;h3&gt;Letting go of your message, holding on to your relationships&lt;/h3&gt;
&lt;p&gt;I (and many others) have often said that in order to be successful in social media, nonprofits need to be willing to give up some control over their message &amp;mdash; to let supporters speak in their own voice. What Causes' move has exposed, though, is that while it's important to let go of your message, you still need to have control over your relationships.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Nonprofits don't own or even control the connections they have with their supporters in these spaces&lt;/strong&gt; &amp;mdash; the comments, messages, badges and memberships of supporters within social networks are all locked within those social networks and are used under contract (terms of service) from the social network. &lt;/p&gt;
&lt;p&gt;Systems like &lt;a href="http://developers.facebook.com/connect.php" target="_blank"&gt;Facebook Connect&lt;/a&gt; or &lt;a href="http://code.google.com/apis/opensocial/" target="_blank"&gt;OpenSocial&lt;/a&gt; allow those relationships to be exposed elsewhere, but that's not the same as control. If the social network or service decides the nonprofit has run afoul of the contract, or the company goes bankrupt, cancels services or features, or gets sold to a different company who does &amp;mdash; there's nothing an organization will be able to do.&lt;/p&gt;
&lt;p&gt;That's why it's important to have multiple channels of communication with supporters and to continually try to &lt;a href="http://www.orgnet.com/sna.html" target="_blank"&gt;move people toward the center&lt;/a&gt; of your organization by deepening involvement, so that if you lose them in one space they don't simply fade off into the ether.&lt;/p&gt;
&lt;h3&gt;Open-source, open data, open networks&lt;/h3&gt;
&lt;p&gt;Amy Sample Ward makes some great points that social change communities may have to &lt;a href="http://www.amysampleward.org/2009/11/06/new-on-ssir-letting-technology-lead/" target="_blank"&gt;take the lead on technology&lt;/a&gt; by pushing for more openness and transparency. I've written before, for instance, that &lt;a href="/blog/2009/01/community-blogs-run-better-open-source-software"&gt;community blogs run better on open-source software&lt;/a&gt;, and I think in principle the same is true for social networks.&lt;/p&gt;
&lt;p&gt;But nonprofits and social change movements will always have to go where the supporters are &amp;mdash; and in many cases that will mean closed, proprietary, walled-garden social networks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What would it look like if nonprofits and social change movements &amp;mdash; which these third party applications often use to market themselves as effective and "good" &amp;mdash; started demanding some openness?&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it reasonable to assert that organizations and individuals should "own" their relationships, even when within a proprietary network? Can long-term social change happen when connections must be re-built on each new online social network to be developed?&lt;/p&gt;
&lt;p&gt;While Causes on MySpace may be no more, I think this event raises some important questions for the relationship between nonprofits, social change, and for-profit software and services. What are your thoughts?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; I hadn't seen &lt;a href="http://www.readwriteweb.com/archives/causes_on_myspace.php" target="_blank"&gt;Read Write Web's coverage&lt;/a&gt; of this, but I think it's worth a read. As I say above, I think Causes' supposed "failures" to raise tons of money for nonprofits is less of an issue than some might think (for a great perspective on this, see &lt;a href="http://afine2.wordpress.com/2009/04/22/wash-post-disses-causes-on-facebook/" target="_blank"&gt;Allison Fine&lt;/a&gt;). But as many of the commenters suggest, the way forward is to explore mechanisms for open-sourcing our relationships from these closed, proprietary systems, be they widgets like Causes or networks like Facebook and MySpace.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uzRrsADeexQ:VNP4nyoozWE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uzRrsADeexQ:VNP4nyoozWE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uzRrsADeexQ:VNP4nyoozWE:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uzRrsADeexQ:VNP4nyoozWE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=uzRrsADeexQ:VNP4nyoozWE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=uzRrsADeexQ:VNP4nyoozWE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=uzRrsADeexQ:VNP4nyoozWE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/fundraising">Fundraising</category>
 <category domain="http://rootwork.org/category/tags/community">community</category>
 <category domain="http://rootwork.org/category/tags/myspace">MySpace</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/open-source">open-source</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Fri, 06 Nov 2009 20:44:48 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">73 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Finding the movement's voice: Online social networks and social change</title>
    <link>http://rootwork.org/blog/2009/10/finding-movements-voice-online-social-networks-social-change</link>
    <description>&lt;a href="/blog/2009/10/finding-movements-voice-online-social-networks-social-change" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/pjsa-twfbhead.jpg" alt="Why Paolo Freire would love Facebook" title="Why Paolo Freire would love Facebook" width="720" height="373" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;Today at the &lt;a title="Read more about the conference" href="http://www.peacejusticestudies.org/conference" target="_blank"&gt;Peace and Justice Studies Association 2009 Conference&lt;/a&gt; at Marquette University, I hosted a workshop called, "&lt;a href="http://www.peacejusticestudies.org/conference/sessions.php?con=C.4" target="_blank"&gt;Finding the Movement's Voice: Online Social Networks and Social Change&lt;/a&gt;":&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;The subtitle of this workshop could be, "Social change has always relied on social networks &amp;mdash; they just weren't called Facebook."&amp;nbsp;I'm going to be talking concretely about the &lt;em&gt;strategy&lt;/em&gt; of using online tools for social change. This won't be an ain't-it-cool presentation of shiny technology, nor will it be a technical exploration of complicated software. It will be an interactive how-to on making social change work more effective by using online social technology.&lt;/p&gt;
&lt;p&gt;While I did use a set of slides, the workshop was participatory and the slides were mostly illustrative; I hope to publish them here and on &lt;a href="http://www.slideshare.net/rootwork"&gt;Slideshare&lt;/a&gt;&amp;nbsp;with a voiceover soon, but they're probably not worth posting otherwise.&lt;/p&gt;
&lt;p&gt;What I can post is an extended set of resources and tools for those pursuing social change and want to engage folks online. In addition, much of my presentation was drawn on earlier presentations and writing, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/blog/2009/09/gurus-are-not-enough-call-organizers-organizing-social-media"&gt;Gurus Are Not Enough: A Call for Organizers and Organizing in Social Media&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/blog/2009/05/social-change-takes-more-social-media"&gt;Social change takes more than social media&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/blog/2008/10/using-social-networks-social-change-facebook-myspace-more"&gt;Using Social Networks for Social Change: Facebook, MySpace and More&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/blog/2009/01/community-blogs-run-better-open-source-software"&gt;Community blogs run better on open-source software&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You may also be interested in some of my earlier academic work on &lt;a href="http://quixoticlife.net/topics/tpni"&gt;third-party nonviolent intervention and unarmed peacekeeping&lt;/a&gt;, including a presentation from the 2005 PJSA conference and some of my analysis published in the journal &lt;em&gt;Peace &amp;amp; Change&lt;/em&gt;.&lt;/p&gt;
&lt;h3&gt;Resources related to technology and social change&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;You can &lt;a href="/sites/default/files/socialchangetechresources.pdf"&gt;download a PDF&lt;/a&gt; of a shorter version of this list; feel free to use or distribute as you like.&lt;/em&gt;&lt;/p&gt;
&lt;h4&gt;Guides, case studies and places for inspiration&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://beth.typepad.com/" target="_blank"&gt;Beth's Blog: How Nonprofits Can Use Social Media&lt;/a&gt; &amp;mdash;&amp;nbsp;"A place to capture and share ideas, experiment with and exchange links and resources about the adoption challenges, strategy, and ROI of nonprofits and social media." Beth Kanter explores the social use by nonprofits of images (e.g., Flickr), video (YouTube) and microblogs (Twitter), among other technologies.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.digiactive.org/" target="_blank"&gt;DigiActive&lt;/a&gt; &amp;mdash; A team of activists and writers chronicling successful uses and case studies of technology for social change. Many invaluable resources, such as a &lt;a href="http://www.digiactive.org/2009/04/13/twitter_guide/" target="_blank"&gt;guide to using Twitter for activism&lt;/a&gt; and a &lt;a href="http://www.digiactive.org/2009/06/26/secure-comm/" target="_blank"&gt;guide to secure communication&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.socialsignal.com/dearsosi"&gt;Dear SoSi&lt;/a&gt; &amp;mdash;&amp;nbsp;Social Signal's Alexandra Samuel and Rob Cottingham are leaders in social media integration and online community development for nonprofits and social change groups. They've collected some of their best advice and grouped it by audience &amp;mdash; so whether you're a nonprofit executive, a membership director or online manager, or an activist on a shoestring budget, Dear SoSi will give you some great pointers.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.netsquared.org/" target="_blank"&gt;NetSquared&lt;/a&gt; &amp;mdash;&amp;nbsp;A community of nonprofits and groups who are using technology &amp;mdash; especially social networks and social media &amp;mdash; for social change. In addition to the blog, NetSquared sponsors gatherings in many cities called &lt;a href="http://www.netsquared.org/share/meetup" target="_blank"&gt;Net Tuesdays&lt;/a&gt;, as well as an annual NetSquared conference.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.newtactics.org/" target="_blank"&gt;New Tactics in Human Rights&lt;/a&gt; &amp;mdash; Resources organized around analysis of potential solutions rather than that of specific issues, geographic regions or target groups that allow activists to clearly recognize the unique elements of their situation, and to seek promising approaches that have worked elsewhere and apply them to new regions or issues. New Tactics hosts regular online discussions on effective human rights tactics, both online and on the ground.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mobileactive.org/" target="_blank"&gt;MobileActive.org&lt;/a&gt; &amp;mdash; Case studies and guides on using mobile (cellular) phones for social change around the world.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.communityorganizer20.com" target="_blank"&gt;Community Organizer 2.0&lt;/a&gt; &amp;mdash; The blog of Debra Askanase, a veteran community organizer who focuses on the strategy of using technology.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.zephoria.org/thoughts/" target="_blank"&gt;Apophenia&lt;/a&gt; &amp;mdash;&amp;nbsp;Sociological research and commentary on the use of social networks like MySpace, Facebook, LiveJournal, Xanga and YouTube by teenagers in the United States. danah boyd is a PhD candidate at the University of California Berkeley and a fellow at Harvard's Berkman Center for Internet and Society.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mediamobilizingproject.org" target="_blank"&gt;Media Mobilizing Project&lt;/a&gt; &amp;mdash; MMP believes media must be connected to economic and social realities of everyday life. The right to free speech means little without the right to be heard. By sharing our own stories for the purposes of education, outreach, and organizing, we can disrupt the fragmentation of our issues and the isolation of our communities, and build the networks necessary to address the root causes of the problems we face.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.progressiveexchange.org" target="_blank"&gt;Progressive Exchange&lt;/a&gt; &amp;mdash; An online discussion group of new media and communications directors at many large nonprofits and international NGOs.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://tinyurl.com/radtech" target="_blank"&gt;Radical Techies Mailing List&lt;/a&gt; &amp;mdash; A discussion group of many people involved on the technical side of both large-scale projects like the World Social Forum and local grassroots community groups.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href="/resources"&gt;More resources&lt;/a&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Tools and services&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.techsoup.org/" target="_blank"&gt;TechSoup&lt;/a&gt; &amp;mdash;&amp;nbsp;TechSoup is a nonprofit that helps other nonprofits in the United States and Canada acquire deeply-discounted software and online services. Microsoft Office for $16? Adobe InDesign for $60? Flickr accounts for $3/year? It's all in TechSoup's stock. Additionally, TechSoup has a vibrant forum community and blog postings relating to the use of technology by nonprofits.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.idealware.org/" target="_blank"&gt;Idealware&lt;/a&gt; &amp;mdash;&amp;nbsp;Provides candid Consumer Reports&amp;ndash;style reviews and articles about software of interest to nonprofits. Through product comparisons, recommendations, case studies, and software news, Idealware allows nonprofits to make the software decisions that will help them be more effective.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.hrdag.org/" target="_blank"&gt;Human Rights Data Analysis Group&lt;/a&gt; &amp;mdash; Designs database software, data collection strategies, and statistical techniques to measure human rights atrocities; and&amp;nbsp;conducts statistical analysis on behalf of human rights projects.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://nten.org" target="_blank"&gt;Nonprofit Technology Network (NTEN)&lt;/a&gt; &amp;mdash;&amp;nbsp;A membership organization of nonprofit professionals who put technology to use for their causes. NTEN sponsors online "webinars" and the annual Nonprofit Technology Conference.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;&lt;a href="/tools"&gt;More tools&lt;/a&gt;&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;My background&lt;/h4&gt;
&lt;p&gt;I am the creative director of Rootwork.org, working with nonprofits and social change groups, developing websites and doing online strategy around advocacy, fundraising and member engagement. I helped found the &lt;a href="http://www.genocideintervention.net/" target="_blank"&gt;Genocide Intervention Network&lt;/a&gt; and worked there for four years, first as the director of communications and later as Internet strategy coordinator.&lt;/p&gt;
&lt;p&gt;In 2003, I was part of &lt;a href="http://why-war.org" target="_blank"&gt;why-war.org&lt;/a&gt;, which launched a nationwide campaign of electronic civil disobedience against the voting machine manufacturer Diebold. Subsequently I've worked with several social change groups including &lt;a href="http://www.soulforce.org/" target="_blank"&gt;Soulforce&lt;/a&gt; and&lt;a href="http://www.casinofreephila.org" target="_blank"&gt; Casino-Free Philadelphia&lt;/a&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=-NQN6JOypbQ:B-KvXrR7ihE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=-NQN6JOypbQ:B-KvXrR7ihE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=-NQN6JOypbQ:B-KvXrR7ihE:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=-NQN6JOypbQ:B-KvXrR7ihE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=-NQN6JOypbQ:B-KvXrR7ihE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=-NQN6JOypbQ:B-KvXrR7ihE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=-NQN6JOypbQ:B-KvXrR7ihE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/pjsa">pjsa</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Fri, 09 Oct 2009 18:46:58 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">72 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Gurus Are Not Enough: A Call for Organizers and Organizing in Social Media</title>
    <link>http://rootwork.org/blog/2009/09/gurus-are-not-enough-call-organizers-organizing-social-media</link>
    <description>&lt;a href="/blog/2009/09/gurus-are-not-enough-call-organizers-organizing-social-media" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/2009-09-02-uqbar.jpg" alt="Experts are not enough" title="Credit: Flickr user uqbar" width="720" height="357" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;Gurus, mavens and experts convey information &amp;mdash; they tell you &lt;strong&gt;the way things are&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Organizers, conversely, cultivate leadership and facilitate a community's exploration of its vision &amp;mdash; they offer a way to see &lt;strong&gt;how things could be&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Naturally, we need an accurate picture of how things are before we can strategize ways to improve them, and so it's important to continually listen to and learn from the experts, taking from them relevant information and measuring it against our own experience and knowledge. But folks involved in social change &amp;mdash; online or offline &amp;mdash; can't stay there. We have to be willing to step up and do the difficult organizing work that leverages our knowledge and experts' data into something larger: a movement.&lt;/p&gt;
&lt;h3&gt;Everybody Organizing Everybody&lt;/h3&gt;
&lt;p&gt;Community organizers are a natural fit for "web 2.0" &amp;mdash; the movement from one-way broadcasting on the web to two-way coversation and connection. I want to expand the definition a little bit, however, and suggest that online organizing goes far beyond the professional, experienced organizers. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;One of the defining aspects of web 2.0 is social &lt;em&gt;organization&lt;/em&gt;.&lt;/strong&gt; People are constantly presented with their social circles in visual media: Facebook news feeds, MySpace top friends, Twitter updates, etc. In short, more people can see their network, in a much more literal way. This is especially true for young adults (currently Millennials) who might have social networks scattered across wide geographic areas and are less firmly rooted to a specific place through vocational, familial or other commitments. &lt;/p&gt;
&lt;p&gt;Communities at the margins of society have always had a more visceral understanding of their social networks, which are often the sites of social change planning and strategizing &amp;mdash; consider the role of black churches in the US civil rights movement, or gay bars and bathhouses in the early Stonewall era of the gay rights movement. So I don't want to suggest that this phenomenon of a community visualized is necessarily new for everyone, but I think it is new for many folks in the mainstream of society.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The online "social web" &amp;mdash; social networks and social media &amp;mdash; allows people to organize their social connections&lt;/strong&gt;, not simply to put them in order, but to connect and collaborate with others. Evite invitations and Facebook events are clear examples of this, as is Wikipedia.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Increasingly, the social web is teaching everyday folks how to be community organizers.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;It's usually gurus, however, who get &amp;mdash; or take &amp;mdash; the credit for this transformation. On the contrary, I see it as a much more grassroots bubbling-up of organizing skills. Everyone has the ability to organize and inspire others; the current tools are simply making those skills more visible.&lt;/p&gt;
&lt;h3&gt;Fewer Leaders, More Leadership&lt;/h3&gt;
&lt;p&gt;"Organizations and societies," wrote Bruce Kokopeli and George Lakey, "&lt;em&gt;do need leadership&lt;/em&gt;, but they &lt;em&gt;do not need leaders&lt;/em&gt;."&lt;sup&gt;1&lt;/sup&gt; They argued for a shared value of leadership, in which many individuals took responsibility for the direction of a group, but didn't invest the institutional power in a single person to call the shots. A critical part of this feminist approach relies on cultivating leadership among more and more individuals. Everyone has a stake, and everyone has a say.&lt;/p&gt;
&lt;p&gt;While there are particular challenges putting that theory into practice in an organization, the good news is that movements, particularly those engaging in online social change, are particularly positioned to take advantage of this approach.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The fact that more people are organizers, and that everyone can exercise leadership, does not mean that there is no role for the full-time organizer.&lt;/strong&gt; Indeed, the "professional" organizer becomes more important than ever, passing on stories and lived experience, and sharing a pedagogy for cultivating new leadership. What fades away is the positioning of some people within a movement as "experts" to whom everyone looks for direction.&lt;/p&gt;
&lt;p&gt;Paulo Freire calls such an approach "co-intentional education," in which each person is both teacher and student. Those with more experience may seek to inspire or ask questions to further dialogue, but as a way to further develop strategy rather than dictate to or control the masses.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Attempting to liberate the oppressed without their reflective participation in the act of liberation is to treat them as objects which must be saved from a burning building; it is to lead them into the populist pitfall and transform them into masses which can be manipulated. ... [T]he oppressed must see themselves as women and men engaged in the ... vocation of becoming more fully human.&lt;sup&gt;2&lt;/sup&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This may seem like heavy or strident language in the context of online petition drives or peer-to-peer fundraising campaigns. But my goal is to push social change organizers to look toward the larger picture. What sort of movement do you want to build in the long-term? What role do people play in that movement &amp;mdash; is it a passive one of letter-signing and donation-giving, or an active one of working from the ground up for lasting change?&lt;/p&gt;
&lt;h3&gt;Selling, Giving and Cultivating&lt;/h3&gt;
&lt;div class="featureblock"&gt;
&lt;p&gt;&lt;strong&gt;Want to support online organizing? Help promote a panel at SXSW 2010: Vote for us by the end of Friday!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Ivan Boothe is part of a proposed panel for the South by Southwest Interactive conference, "&lt;a href="http://panelpicker.sxsw.com/ideas/view/4673"&gt;Connecting Communities for the Common Good: Owning Online Organizing&lt;/a&gt;," along with &lt;strong&gt;Ben Rattray&lt;/strong&gt;, founder of change.org; &lt;strong&gt;Peter Corbet&lt;/strong&gt; with iStrategy Labs; &lt;strong&gt;Sally Kohn&lt;/strong&gt; of the Center for Community Change; and moderated by &lt;strong&gt;Kari Dunn Saratovsky&lt;/strong&gt; from the Case Foundation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;We need your help to get this panel on the schedule!&lt;/strong&gt; Please consider &lt;a href="http://panelpicker.sxsw.com/ideas/view/4673"&gt;voting for the panel at SXSW&lt;/a&gt; (quick registration required). Additionally, please &lt;strong&gt;leave a comment on the panel's page&lt;/strong&gt;. Voting accounts for only about 30% of the decision to include a panel, so we want to demonstrate support for discussion around online organizing with your comments.&lt;/p&gt;
&lt;p&gt;If you're not familiar with the process, here's a &lt;a href="http://www.casefoundation.org/blog/help-put-social-good-map-sxsw-interactive"&gt;step-by-step guide to voting&lt;/a&gt; from the Case Foundation. There's no limit to the number of panels you can vote for, so check out &lt;a href="http://beth.typepad.com/beths_blog/2009/08/sxsw.html"&gt;Beth Kanter's list of nptech panel proposals&lt;/a&gt; and share the love!&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Social marketing experts are adept at building brand loyalty, or encouraging the formation of an identity around an issue. They know how to sell the idea of "social good" to the public at large, using people's goodwill toward a cause as a way to market to them through a given company, and increase donations to a partner charity. Well-known examples of this are the &lt;a href="http://www.joinred.com/" target="_blank"&gt;RED campaign&lt;/a&gt; and Starbucks' &lt;a href="http://www.ethoswater.com/" target="_blank"&gt;Ethos Water&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Online organizers turn a skeptical eye toward "social good" and social marketing.&lt;/strong&gt; It doesn't mean such projects aren't worth exploring or learning from, and it doesn't mean that everyone involved is a charlatan simply out to make a buck. But selling people an identity, even a "good" one, is fundamentally different from organizing for social change. Freire again: "Conviction cannot be packaged and sold; it is reached, rather, by means of a totality of reflection and action.&lt;sup&gt;3&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Movement building also goes beyond electoral organizing.&lt;/strong&gt; Folks working for social change often form common cause with those organizing around a political candidate, and there is of course much to be learned and shared between the two practices. But whereas elections are centered around a single charismatic leader, a fully-engaged, vibrant social change movement consists of both shared vision and shared leadership. Elections give people an answer, while movements ask people a question &amp;mdash; and then encourage them to speak for themselves.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Instead of selling or giving supporters a solution, then, onine organizers are involved in cultivation.&lt;/strong&gt; There are pieces of both social marketing and electoral organizing present in online organizing, of course, and experts in these fields can be a useful source of data, but we should be wary of replicating these other  models when it comes to leadership.&lt;/p&gt;
&lt;h3&gt;Network Wisdom&lt;br /&gt;&lt;/h3&gt;
&lt;p&gt;There is a developing praxis being explored by numerous thinkers and strategists in online organizing. For sociological analyses &amp;mdash; stories and experiences &amp;mdash; &lt;a href="http://www.danah.org/papers/"&gt;danah boyd&lt;/a&gt; is indispensible. &lt;a href="http://www.shirky.com/"&gt;Clay Shirky&lt;/a&gt;, &lt;a href="http://afine2.wordpress.com/"&gt;Allison Fine&lt;/a&gt;, &lt;a href="http://www.orgnet.com/"&gt;Valdis Krebs&lt;/a&gt; and &lt;a href="http://www.smartmobs.com/"&gt;Howard Rheingold&lt;/a&gt; explore the power of networks of individuals, while &lt;a href="http://beth.typepad.com/"&gt;Beth Kanter&lt;/a&gt;, &lt;a href="http://www.digiactive.org/"&gt;DigiActive&lt;/a&gt; and &lt;a href="http://www.communityorganizer20.com/"&gt;Debra Askanase&lt;/a&gt; provide concrete case studies of online organizing in action.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What's your experience? Who are online organizers with whom you share successes and strategies? &lt;/strong&gt;Please offer your wisdom in the comments!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Like the idea of discussing and strategizing about online organizing? Please vote for &amp;mdash; and even more importantly, leave a positive comment on &amp;mdash; the &lt;a href="http://panelpicker.sxsw.com/ideas/view/4673?return=%2Fideas%2Findex%2F4%2Fq%3Aorganizing"&gt;online organizing panel proposal for SXSW&lt;/a&gt;.&lt;/strong&gt; The deadline is the end of the day this Friday, Sept. 4, so don't delay! (More information above.)&lt;/p&gt;
&lt;p&gt;1. Kokopeli, Bruce and George Lakey. &lt;em&gt;Leadership for Change: Toward a Feminist Model&lt;/em&gt;. New Society Publishers, Santa Cruz, Calif., 1985. Available from &lt;a href="http://trainingforchange.org/leadership_for_change" target="_blank"&gt;Training for Change&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;2. Freire, Paulo. &lt;em&gt;Pedagogy of the Oppressed&lt;/em&gt;. Continuum International Publishing Group, New York, 2004, pp. 65&amp;ndash;66.&lt;/p&gt;
&lt;p&gt;3. Freire, p. 67.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=SxkU-mNlHL4:SbmRX9odE8U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=SxkU-mNlHL4:SbmRX9odE8U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=SxkU-mNlHL4:SbmRX9odE8U:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=SxkU-mNlHL4:SbmRX9odE8U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=SxkU-mNlHL4:SbmRX9odE8U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=SxkU-mNlHL4:SbmRX9odE8U:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=SxkU-mNlHL4:SbmRX9odE8U:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Thu, 03 Sep 2009 20:42:15 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">71 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Social change takes more than social media</title>
    <link>http://rootwork.org/blog/2009/05/social-change-takes-more-social-media</link>
    <description>&lt;a href="/blog/2009/05/social-change-takes-more-social-media" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/2009-05-25-foreversouls.jpg" alt="Construction project" title="Credit: Flickr user foreversouls" width="720" height="328" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;Over at the NetSquared blog, Joe Solomon &lt;a href="http://www.netsquared.org/jaded-about-social-media-for-change-lets-talk-about-it" target="_blank"&gt;provided a great roundup&lt;/a&gt; of reasons people might be "jaded about social media for change" and ways they overcome it.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I've been getting Twitter DMs from top players in the nonprofit tech and social media for change space -- sharing how they're unmotivated or jaded with using the web and social media for change. As if the phrase has lost its meaning somehow. Or a bubble had been burst. I know I've been feeling the same way. Perhaps you've been feeling it too -- or come across others with a similar vibe?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Joe runs through some great responses from a whole bevy of social-media-for-change folks, including me.&lt;/p&gt;
&lt;p&gt;One of the comments on Joe's blog post was from &lt;a href="http://TexansAgainstHunger.blogspot.com/" target="_blank"&gt;Texans Against Hunger&lt;/a&gt;. Here's what the author said:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Funny, I clicked on this post from Twitter expecting a realistic conversation about the limitations of social media tools. Instead, it appears everyone took your question about being jaded to mean "How can I get un-jaded," and not, "Should I be jaded?"&lt;/p&gt;
&lt;p&gt;The assumption of most twitters above seems to be that these tools work because they're cool OR they've built a career around them, so if you're feeling jaded due to lack of results or encouraging metrics, get over it and get back to your (disappointing) work. &lt;/p&gt;
&lt;p&gt;IMO, social media tools are pretty poor at changing anything that takes more than one or two mouse-clicks. Sometimes that's all you need - making a donation, sending petitions, affecting website ratings, flooding online polls, etc.&lt;/p&gt;
&lt;p&gt;Most change, unfortunately, doesn't happen at the end of a mouse-click. But in the long run, these tools also do a good job of hoovering up potential participants for offline actions that will make a difference.&lt;/p&gt;
&lt;p&gt;Perhaps our jadedness comes from a disconnect between the revolutionary nature of the tool, and its less-than-mindblowing uses? If that's the case we'll be managing our own expectations, given enough time.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I thought the author made some good points, and ones "social change techies" would do well to keep in mind. I can see how the author might have gotten the impression that some or all of the folks in Joe's roundup are simply shiny-tech pushers. I won't try to speak for them, but I do think they aren't blindly following the latest tech hype and hoping it will change the world &amp;mdash; many of them have clear social change strategies.&lt;/p&gt;
&lt;p&gt;My own background is rooted in a) on-the-ground community organizing, including 100+ hours of training and many times that in actual organizing, and b) academic study of how nonviolent social change can be successful (my degree is in peace and conflict studies). I know "social change" can be kind of a squishy term (and even more so the strategy-free "social good," which Katrin Verclas has &lt;a href="http://katrinskaya.tumblr.com/post/89065553/charity-versus-change-and-why-aid-is-bad-part-1" target="_blank"&gt;amply discussed&lt;/a&gt;), so I want to position myself as specifically interested in fundamental social change, at the political, social, economic and cultural levels. I don't see the challenges as being easily fixed, or short-term, or things that can be addressed with a few pieces of legislation or a few institutional reforms.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;With that in mind, I think social media and social networking hasn't entirely matured as part of long-term social change. &lt;/strong&gt;Where it has been getting integrated into social justice organizing, it's largely been outside the United States, in places like &lt;a href="http://info.howcast.com/press/releases/facebook-google-youtube-mtv-howcast-columbia" target="_blank"&gt;Colombia&lt;/a&gt; and &lt;a href="http://www.ethanzuckerman.com/blog/2006/09/16/alaa-on-egyptian-blogs-and-activism/" target="_blank"&gt;Egypt&lt;/a&gt;. And even there, while we can see important strategic concessions, not enough time has really passed to see the extent to which social media helped advance social justice campaigns.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I entirely share the author's frustration with "tech for social change" discussions that fawn over the technology and don't engage on the level of strategic change. &lt;/strong&gt;I saw this happening in particular during the &lt;a href="/blog/2009/04/fire-food-why-theres-no-such-thing-twitter-revolution"&gt;Moldovan "Twitter revolution" discussion&lt;/a&gt; (which Joe linked to in his post). This "revolution" seemed to captivate a lot of armchair activists on Twitter, mostly because it involved Twitter. They seemed to miss the fact that a) Twitter wasn't actually a big part of the organizing strategy, and b) the campaign itself didn't end up seriously threatening the regime; at best it was a mild skirmish and it certainly wasn't a "revolution" of any kind. (&lt;a href="/blog/2009/04/fire-food-why-theres-no-such-thing-twitter-revolution#comment-46"&gt;Which is not to diminish the hard work of social justice organizers in Moldova.&lt;/a&gt; Mad props to them.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The author's point about social media providing an outlet for people's activism that sucks away people's time for real social change is an excellent one.&lt;/strong&gt; (A similar dynamic happens every two to four years in the US, when community organizers see their ranks cannibalized by electoral organizing.) Charles Lenchner has written brilliantly about this, using the principle "&lt;a href="http://nten.org/blog/2008/04/22/mission-over-membership-in-online-advocacy" target="_blank"&gt;mission over membership&lt;/a&gt;."&lt;/p&gt;
&lt;p&gt;Too many nonprofits orchestrate "petition drives" that aren't about advocating for anything other than larger membership rolls. Too many groups ask constituents to make calls to an elected official without even feigning an attempt at explaining how those calls will help achieve a goal or contribute to a longer-term campaign. &lt;strong&gt;The author is absolutely right that too many nonprofits have no social change theory at all; indeed they're more interested in self-perpetuation than winning &lt;/strong&gt;(often referred to as the &lt;a href="http://www.southendpress.org/2006/items/87662" target="_blank"&gt;nonprofit industrial complex&lt;/a&gt;). And when those groups get their hands on social media, they do incredibly un-strategic things with them.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The fact that social media can be used unstrategically, however, doesn't mean it has to be.&lt;/strong&gt; To pull a line from my &lt;a href="/blog/2009/04/fire-food-why-theres-no-such-thing-twitter-revolution"&gt;earlier post on Twitter&lt;/a&gt;, political pamphlets, phone trees and jam-the-faxes must have seemed like strategies in and of themselves when each technology first came out. But smart social justice organizers recognized them as tactics, and such tactics were only effective when deployed as part of an overall strategy for social change.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Social media doesn't mean you do &lt;em&gt;less&lt;/em&gt; organizing &amp;mdash; it means you (can) do it &lt;em&gt;better&lt;/em&gt;, or at least differently. &lt;/strong&gt;You still have to use all the old skills of coalition-building, strategic planning, creative social action, managing relationships and preventing burnout. None of that goes away just because you're engaging with people on Facebook instead of in town halls.&lt;/p&gt;
&lt;p&gt;So to get 'round to the original question &amp;mdash; the reason I don't feel jaded when I look at all the unstrategic uses of social media is because I'm focused on the end goal, the social change. Social justice organizers are a pretty creative bunch. Throughout history, they've taken a wide variety of technologies and used them strategically to move their campaigns forward. I have no doubt social media has and will become one tool in many organizers' toolbelts.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=zLxiaHoGs1c:Wbn5zwZOUN8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=zLxiaHoGs1c:Wbn5zwZOUN8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=zLxiaHoGs1c:Wbn5zwZOUN8:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=zLxiaHoGs1c:Wbn5zwZOUN8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=zLxiaHoGs1c:Wbn5zwZOUN8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=zLxiaHoGs1c:Wbn5zwZOUN8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=zLxiaHoGs1c:Wbn5zwZOUN8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Tue, 26 May 2009 01:41:08 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">67 at http://rootwork.org</guid>
  </item>
  <item>
    <title>The fire and the food: Why there's no such thing as a Twitter revolution</title>
    <link>http://rootwork.org/blog/2009/04/fire-food-why-theres-no-such-thing-twitter-revolution</link>
    <description>&lt;a href="/blog/2009/04/fire-food-why-theres-no-such-thing-twitter-revolution" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/2009-04-08-susanneanette.jpg" alt="Bedouin campfire" title="Credit: Flickr user susanneanette" width="720" height="269" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;In the past two days, posts began popping up on Twitter with the tag "&lt;a title="View recent Twitter posts with this tag" href="http://search.twitter.com/search?q=%23pman" target="_blank"&gt;#pman&lt;/a&gt;" &amp;mdash; short for Piata Marii Adunari Nationale, the largest city square in the capital of Moldova. Students were &lt;a title="'Moldova's Twitter Revolution' on Foreign Policy's net.effect" href="http://neteffect.foreignpolicy.com/posts/2009/04/07/moldovas_twitter_revolution" target="_blank"&gt;organizing&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Ever since yesterday's announcement that Moldova's communists have won enough votes to form a government in Sunday's elections, Moldova's progressive youth took to the streets in angry protests. As behooves any political protest by young people today, they also turned to Facebook and Twitter to raise awareness about the planned protests and flashmobs.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Writers like Evgeny Morozov, above, initially characterized this as a "&lt;a title="'Inside Moldova's Twitter Revolution' on the Wired blog" href="http://blog.wired.com/defense/2009/04/inside-moldovas.html" target="_blank"&gt;Twitter revolution&lt;/a&gt;," modeled in the real-time use of Twitter seen during the &lt;a title="'Tactic: Using Twitter to Coordinate Protests in London' on DigiActive" href="http://www.digiactive.org/2009/04/02/tactic-twitter-the-new-journalism-part-2/" target="_blank"&gt;G20 protests&lt;/a&gt;, &lt;a title="Vote Report India" href="http://votereportindia.pbwiki.com/FAQ" target="_blank"&gt;election monitoring&lt;/a&gt; and crowd-sourcing the &lt;a title="Twitter: SFTorch" href="http://twitter.com/sftorch/status/785987727" target="_blank"&gt;location of a certain torch&lt;/a&gt; when it was passing through San Francisco. (Thus a little different than the traditional &lt;a title="'Nonprofits That Tweet: Roundup of lists, resources, and examples' by Beth Kanter" href="http://beth.typepad.com/beths_blog/2009/03/7-more-charities-and-charitable-giving-foundations-that-tweet-and-where-to-find-more.html" target="_blank"&gt;nonprofit use of Twitter&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;It's certainly exciting to see technology being used in ways that amplify and extend the impact of movement organizing. I think it's easy, however, to misread the technology as the &lt;em&gt;cause&lt;/em&gt; of the movement rather than as simply a tool of it. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fire, for instance, was a society-changing tool. Its revolutionary potential, however &amp;mdash; cooking food and thus making it more digestible, nutritious, and lasting &amp;mdash; was only realized through its strategic use.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Some people, awed by the fire, seem to confuse it with the food. This is represented most clearly by Jon Pincus, who &lt;a title="'Twitter *is* a strategy (DRAFT)' by Jon Pincus" href="http://www.talesfromthe.net/jon/?p=561" target="_blank"&gt;writes&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Twitter is a strategy.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;He cites a number of campaigns that have used Twitter in successful ways as evidence of this claim. To me, though, this simply shows that Twitter can be an effective tool for a given strategy &amp;mdash; but that's not automatically the case.&lt;/p&gt;
&lt;p&gt;Consider this: Why did organizers execute a given campaign on Twitter and not, say, Identi.ca, FriendFeed, Jaiku or Ping.fm (similar microblogging services) &amp;mdash; or, for that matter, through Facebook statuses or MySpace bulletins?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;There's a tendency to collapse the strategy and the tool &amp;mdash; to attempt to feast on the fire itself.&lt;/strong&gt; To say, "This is what we want to accomplish, and, hey! there's a tool that does that!" &amp;mdash; and then equate the tool with the strategy. But they're still separate thought processes and separate stages in developing a campaign.&lt;/p&gt;
&lt;p&gt;It appears that Twitter was a good tool to use in the cases Jon cited and I mentioned above. But if organizers limit themselves to seeing Twitter as a strategy in and of itself &amp;mdash; without considering the strategy &lt;em&gt;apart&lt;/em&gt; from the tool &amp;mdash; they risk overlooking ways to run a more effective campaign on other platforms, or augmenting a campaign using multiple platforms.&lt;/p&gt;
&lt;p&gt;Worse, organizers risk giving supporters feel-good activism that quenches their desire for social change without actually moving the movement closer to a concrete goal, or putting any pressure on powerholders.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The strategy &lt;em&gt;always&lt;/em&gt; comes first, and &lt;em&gt;then&lt;/em&gt; you figure out which tool fits. The alternative? A forest fire.&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Political pamphlets, phone trees and jam-the-faxes must have seemed like strategies in and of themselves when each technology first came out. But a campaign that didn't begin with a strategy to deploy those tools &lt;em&gt;in an effective way&lt;/em&gt; wouldn't have been successful.&lt;/p&gt;
&lt;p&gt;The "real-time coverage" use of Twitter, in the style of &lt;a title="TXTMob, on Wikipedia" href="http://en.wikipedia.org/wiki/TXTMob" target="_blank"&gt;TXTMob&lt;/a&gt;, can be effective, and can even form part of the organization of a protest, as it did in the case of the Olympic torch. But that's not a strategy or even a revolution &amp;mdash; it's simply street-level news. And in the case of Moldova, the &lt;a title="'The myth of the Moldova 'Twitter revolution'' by Daniel Bennett" href="http://frontlineclub.com/blogs/danielbennett/2009/04/the-myth-of-the-moldova-twitter-revolution.html" target="_blank"&gt;organizing was happening elsewhere&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In fact Twitter did not play that big role. The story is quite simple &amp;mdash; young and active bloggers decided to have a flash-mob action, lighting candles and 'mourning Moldova' because of Communists victory, which nobody recognized due to the multiple violations before and during the campaign. They agreed on the time and place of the action through the network of Moldovan blogs (blogs aggregator blogosfera.md), and social networks like Facebook/Odnoklassniki, etc.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;In other words, the most effective &lt;em&gt;tools&lt;/em&gt; to execute the &lt;em&gt;strategy&lt;/em&gt; in question &amp;mdash; organizing opposition to the regime and making it visible to other Moldovans &amp;mdash; didn't include Twitter.&lt;/p&gt;
&lt;p&gt;In Evgeny Morozov's &lt;a title="'More analysis of Twitter's role in Moldova' by Evgeny Morozov" href="http://neteffect.foreignpolicy.com/posts/2009/04/07/more_analysis_of_twitters_role_in_moldova" target="_blank"&gt;analysis of Twitter in Moldova&lt;/a&gt;, he says:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;It&amp;rsquo;s really good that the Moldovan students didn&amp;rsquo;t organize this revolution via Friendster or LiveJournal (which is still a platform for choice for many users in Eastern Europe). If they did, they would never have gotten as much attention from the rest of the world.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This perspective is an example of collapsing the strategy and the tool. More specifically:&lt;strong&gt; Getting attention from the rest of the world is &lt;em&gt;not&lt;/em&gt; automatically the objective of any given social change movement.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Most social change organizers know this. There are moments when you want to focus on building awareness and/or getting media attention, but that's often not the primary focus of the campaign. In the case of the Moldovan students, it could be that what was most needed was a way to get organizers to identify and strategize with one another &amp;mdash; in which case Twitter would have been a very poor (or at least fantastically blunt) tool.&lt;/p&gt;
&lt;p&gt;Such perspective is possible only if you think of Twitter as one &lt;em&gt;possible&lt;/em&gt; tool, perfect for use in some strategies and rather ineffective in others. A near-religious belief in Twitter (or any technology) &lt;em&gt;as a strategy&lt;/em&gt; leads to a narrowing of the &lt;em&gt;actual&lt;/em&gt; strategy &amp;mdash; getting the world to pay attention becomes the goal, because, hey, that's what Twitter can be effective at doing! &lt;/p&gt;
&lt;p&gt;In this case, organizers might have gotten attention from beyond Moldova with a few dozen Twitterers, but failed at their primary goal of making opposition to the regime visible &lt;em&gt;to other Moldovans&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;As Alan Rosenblatt &lt;a title="'Is Twitter a Strategy? Like, Come On!' by Alan Rosenblatt" href="http://www.kstreetcafe.com/is-twitter-a-strategy-like-come-on/" target="_blank"&gt;writes&lt;/a&gt;, different technologies have different ideologies, and tools that are more "inherently democratic" like Twitter can be used as tools within a strategy that empowers people to a much larger degree than one-way media like television. That doesn't negate the fact that the strategy &amp;mdash; the reason for the campaign itself &amp;mdash; must be laid out first.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Begin with your campaign's strategy &amp;mdash; the food you want to eat. Then determine which technologies will best cultivate the fire within your supporters to achieve the social change you seek.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Update: I misattributed something to Jon Pincus that was actually written by Evgeny Morozov. It's fixed, above.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=adDgviLdGDQ:XhKXjZMnV8E:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=adDgviLdGDQ:XhKXjZMnV8E:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=adDgviLdGDQ:XhKXjZMnV8E:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=adDgviLdGDQ:XhKXjZMnV8E:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=adDgviLdGDQ:XhKXjZMnV8E:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=adDgviLdGDQ:XhKXjZMnV8E:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=adDgviLdGDQ:XhKXjZMnV8E:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <category domain="http://rootwork.org/category/tags/twitter">Twitter</category>
 <pubDate>Wed, 08 Apr 2009 16:35:09 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">64 at http://rootwork.org</guid>
  </item>
  <item>
    <title>ChipIn</title>
    <link>http://rootwork.org/tool/chipin</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;p&gt;ChipIn is a fundraising &amp;#8220;widget&amp;#8221; that allows you to easily collect money on your website, blog, or social networking profile (such as MySpace or Facebook). What ChipIn excels at isn&amp;#8217;t in replacing your existing &amp;#8220;donate now&amp;#8221; button, but in small, concrete fundraising campaigns that have a clear goal and endpoint. The ChipIn widget provides a graph of how close you are to your goal, and automatic &amp;#8220;thank you&amp;#8221; emails can be customized. Money collected can be channeled to a PayPal account, direct deposit or a traditional paper check. Take a look at Beth Kanter&amp;#8217;s case study below for ideas on how to create effective fundraising campaigns using this kind of widget. The second Social Actions article gives a good roundup of all of the fundraising widgets out there if you want to explore other&amp;nbsp;options.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.chipin.com/" target="_blank"&gt;http://www.chipin.com/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-reviews"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://my.socialactions.com/profiles/blogs/2062983:BlogPost:3771" target="_blank"&gt;ChipIn Version 2.0: A Guide to the New Features and Web Widget (Social Actions)&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item even"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.widgetfundraising.org/" target="_blank"&gt;Using the ChipIn Widget for a Personal Fundraising Campaign (Beth Kanter)&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://my.socialactions.com/profiles/blogs/2062983:BlogPost:286" target="_blank"&gt;How to Use the Internet for Group Fundraising (Social Actions)&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=hgFuJsa3Ig8:9tZLJSR99xc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=hgFuJsa3Ig8:9tZLJSR99xc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=hgFuJsa3Ig8:9tZLJSR99xc:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=hgFuJsa3Ig8:9tZLJSR99xc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=hgFuJsa3Ig8:9tZLJSR99xc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=hgFuJsa3Ig8:9tZLJSR99xc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=hgFuJsa3Ig8:9tZLJSR99xc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/fundraising">Fundraising</category>
 <pubDate>Tue, 07 Apr 2009 04:17:52 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">61 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Using Facebook for social change: The webinar</title>
    <link>http://rootwork.org/blog/2009/02/using-facebook-social-change-webinar</link>
    <description>&lt;a href="/blog/2009/02/using-facebook-social-change-webinar" class="imagecache imagecache-blog_header imagecache-linked imagecache-blog_header_linked"&gt;&lt;img src="http://rootwork.org/sites/default/files/imagecache/blog_header/blog/2009-02-23-avlxyz.jpg" alt="Talking about Facebook is strictly prohibited on these premises" title="Using Facebook for social change: The webinar" width="720" height="331" class="imagecache imagecache-blog_header"/&gt;&lt;/a&gt;
&lt;p&gt;Just a quick note to say I'll be speaking as part of Social Actions' free "&lt;a href="http://my.socialactions.com/events/using-facebook-for-social" target="_blank"&gt;Using Facebook for Social Change&lt;/a&gt;" webinar on Thursday, along with Susan Gordon, the nonprofit coordinator of &lt;a href="http://www.causes.com/"&gt;Causes&lt;/a&gt;,&amp;nbsp;and moderated by &lt;a href="http://www.firstgiving.com/triathabeth"&gt;Beth Pickard&lt;/a&gt; and &lt;a href="http://www.limeduck.com/"&gt;David Karp&lt;/a&gt; of &lt;a href="http://www.firstgiving.com/"&gt;Firstgiving&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;You're invited to join in a live and open text chat to discuss how you can use Facebook for social change. This is your opportunity to share experiences and ask questions about how people and orgs can do outreach, inspire action, and fund raise on the Facebook network.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The webinar is part of Social Actions' &lt;a href="http://my.socialactions.com/profiles/blogs/change-the-web-conversation" target="_blank"&gt;Change the Web Conversation Series&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I'll be talking about some of the &lt;a title="Read about some of the successes" href="/blog/2008/10/using-social-networks-social-change-facebook-myspace-more"&gt;successes the Genocide Intervention Network has had&lt;/a&gt; in using Facebook and Causes to engage its member base, increase the impact of advocacy campaigns, and raise (a little) money.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://my.socialactions.com/events/using-facebook-for-social" target="_blank"&gt;RSVP for the event, happening Thursday, Feb. 26, at 11 AM PST/2 PM EST.&lt;/a&gt;&lt;/strong&gt; (Note that if you're not already a member of Social Actions, you'll need to sign up before you can RSVP, but it's free.)&lt;/p&gt;
&lt;p&gt;I invite you to &lt;strong&gt;ask questions in the comments below ahead of time&lt;/strong&gt; and I'll do my best to answer them during the event!&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Update:&lt;/span&gt;&amp;nbsp;Dan Schultz, author of&amp;nbsp;&lt;a href="http://www.digiactive.org/2008/06/28/guide-a-digiactive-introduction-to-facebook-activism/" target="_blank"&gt;A DigiActive Guide to Facebook Activism&lt;/a&gt;, will also be speaking!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=aJYs1Y-rprI:aCKS-CfltDg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=aJYs1Y-rprI:aCKS-CfltDg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=aJYs1Y-rprI:aCKS-CfltDg:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=aJYs1Y-rprI:aCKS-CfltDg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=aJYs1Y-rprI:aCKS-CfltDg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=aJYs1Y-rprI:aCKS-CfltDg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=aJYs1Y-rprI:aCKS-CfltDg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/facebook">Facebook</category>
 <category domain="http://rootwork.org/category/tags/nonprofit">nonprofit</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Mon, 23 Feb 2009 18:20:49 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">58 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Dear SoSi</title>
    <link>http://rootwork.org/resource/dear-sosi</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;p&gt;&lt;a href="http://www.socialsignal.com/blog" target="_blank" rel="nofollow"&gt;Social Signal&lt;/a&gt;&amp;#8217;s &lt;strong&gt;Alexandra Samuel&lt;/strong&gt; and &lt;strong&gt;Rob Cottingham&lt;/strong&gt; are leaders in social media integration and online community development for nonprofits and social change groups. They&amp;#8217;ve collected some of their best advice and grouped it by audience &amp;mdash; so whether you&amp;#8217;re a nonprofit executive, a membership director or online manager, or an activist on a shoestring budget, Dear SoSi will give you some great&amp;nbsp;pointers.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.socialsignal.com/dearsosi" target="_blank"&gt;http://www.socialsignal.com/dearsosi&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RFo3WmJAFaA:PK81y8HB3us:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RFo3WmJAFaA:PK81y8HB3us:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RFo3WmJAFaA:PK81y8HB3us:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RFo3WmJAFaA:PK81y8HB3us:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=RFo3WmJAFaA:PK81y8HB3us:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=RFo3WmJAFaA:PK81y8HB3us:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=RFo3WmJAFaA:PK81y8HB3us:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <pubDate>Fri, 20 Feb 2009 05:09:49 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">57 at http://rootwork.org</guid>
  </item>
  <item>
    <title>SurveyBob</title>
    <link>http://rootwork.org/tool/surveybob</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;p&gt;A lot of nonprofits use &lt;a href="http://www.surveymonkey.com/" target="_blank" rel="nofollow"&gt;SurveyMonkey&lt;/a&gt; because it&amp;#39;s the &amp;quot;market leader&amp;quot; in surveying. It&amp;#39;s &lt;span class="caps"&gt;OK&lt;/span&gt;, though its nonstandard, inaccessible form elements can be an issue. More significantly, it caps the number of questions you can have in each survey (10) and the number of responses you can process (100/month) unless you get the paid version &amp;mdash; and at $20/month, it&amp;#39;s not&amp;nbsp;cheap.&lt;/p&gt;
&lt;p&gt;Enter SurveyBob, which allows you to create unlimited surveys, with unlimited questions, processing unlimited numbers of responses, for &lt;strong&gt;free&lt;/strong&gt;. The statistics aren&amp;#39;t as deep as SurveyMonkey, and at the end of a survey it dumps respondents onto the SurveyBob page, but still looks more professional than SurveyMonkey. Allows for embedding directly in websites,&amp;nbsp;too.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.surveybob.com" target="_blank"&gt;http://www.surveybob.com&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=8GQrxQOea_0:UnfWDlmq8Kg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=8GQrxQOea_0:UnfWDlmq8Kg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=8GQrxQOea_0:UnfWDlmq8Kg:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=8GQrxQOea_0:UnfWDlmq8Kg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=8GQrxQOea_0:UnfWDlmq8Kg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=8GQrxQOea_0:UnfWDlmq8Kg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=8GQrxQOea_0:UnfWDlmq8Kg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <pubDate>Sat, 07 Feb 2009 11:03:30 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">55 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Community blogs run better on open-source software</title>
    <link>http://rootwork.org/blog/2009/01/community-blogs-run-better-open-source-software</link>
    <description>&lt;p&gt;Earlier this month, &lt;a href="http://www.soapblox.net/" target="_blank"&gt;Soapblox&lt;/a&gt;, a blogging platform used by many local progressive bloggers — especially community blogs — &lt;a href="http://www.dailykos.com/storyonly/2009/1/7/105639/9853/255/681153" target="_blank" title="Read the original report on Daily Kos"&gt;collapsed&lt;/a&gt;. In one fell swoop, hundreds of political activists' online communities were gone, despite the fact that they had been paying for the service.&lt;/p&gt;
&lt;p&gt;Why did one system failure take down such a large network? Because the entire project was being &lt;a href="http://www.dailykos.com/storyonly/2009/1/7/121323/7371/193/681191" target="_blank" title="Read about the setup, as described on Daily Kos"&gt;run by one person&lt;/a&gt;, part-time. These were fairly high-traffic blogs, yet their content was hosted on Soapblox's own servers, and when it all went down, that data became unavailable. After first proclaiming the software "dead," developer Paul Preston responded to an outpouring of community support and donations by working to restore the service.&lt;/p&gt;
&lt;p&gt;On many lists and other community blogs, discussions have centered on whether it makes sense for these blogs to stay on Soapblox. "The consensus that appears to have emerged after a fairly short but very wide-ranging discussion is: it may make sense to transition to another system eventually; for now there is no readily available alternative," &lt;a href="http://www.mydd.com/story/2009/1/10/16252/4272" target="_blank" title="Read 'Soapblox meltdown and Drupal' on MyDD"&gt;wrote Shai Sachs at MyDD&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Most of those discussions then devolve into "&lt;a href="http://www.drupal.org" target="_blank"&gt;Drupal&lt;/a&gt;! No, &lt;a href="http://www.wordpress.org" target="_blank"&gt;WordPress&lt;/a&gt;!" with proponents of each sparring over how to construct a community blog similar to Soapblox's core features. I want to refocus the discussion around the underlying issue: &lt;strong&gt;Community blogs simply run better on open-source software, regardless of the platform.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Of course, it's true that different systems have different features, and one of the attractions of Soapblox was that it offered just want community-blog sites needed out of the box. Setting up community blogs on Drupal or WordPress, both of which I have pretty extensive experience with, is definitely possible, but each requires customization — something many local activists don't have time or money to do.&lt;/p&gt;
&lt;p&gt;There &lt;a href="http://acquia.com/" target="_blank" title="Acquia"&gt;are&lt;/a&gt; &lt;a href="http://mayfirst.org/" target="_blank" title="May First/People Link"&gt;many&lt;/a&gt; &lt;a href="http://www.bryght.com/" target="_blank" title="Bryght"&gt;companies&lt;/a&gt; that offer "hosted" versions of open-source software, in the same way that Soapblox (the company) offered a hosted version of Soapblox (the software). So why would I recommend the open-source hosts?&lt;/p&gt;
&lt;p&gt;The issue here — and the difference between these open-source hosts and Soapblox — is the &lt;strong&gt;gigantic community of open-source developers behind them&lt;/strong&gt;. Soapblox, like these other companies, helps set up hosting and put a friendly face on a somewhat complicated piece of software. But there are hundreds of people working on Drupal that aren't in any way connected to Bryght, or Acquia, or May First — and that's something that all of their customers benefit from: new features, continually-upgraded plugins and security fixes.&lt;/p&gt;
&lt;p&gt;With a proprietary system, you get only what the company chooses to put out, and only what they have time to put out. Paul has since &lt;a href="http://www.soapblox.net/blog/showDiary.do?diaryId=2" target="_blank" title="Read 'Where we stand' on the Soapblox blog"&gt;suggested&lt;/a&gt; that "SoapBlox needs to be transformed from a proprietary model to one of open source to help get rid of me alone as the single-point of contact with so much stuff."&lt;/p&gt;
&lt;p&gt;I think that's great, and if Soapblox becomes an open-source project then I'd definitely recommend it along with other open-source platforms. But the point isn't just to make Paul's life easier, or make him more responsive to customers. &lt;strong&gt;Open-sourcing Soapblox would make the software, and the blogs it hosts, better.&lt;/strong&gt; Don't believe me? &lt;em&gt;Information Week&lt;/em&gt; magazine wrote a &lt;a href="http://www.informationweek.com/news/software/open_source/showArticle.jhtml?articleID=212002359" target="_blank" title="Read 'Collaboration Is At The Heart Of Open Source Content Management' from Information Week"&gt;cover story&lt;/a&gt; about how businesses are using Drupal and other open-source software, and why:&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;Drupal draws on a strength that’s common to other successful open source efforts: a vibrant community that drives innovation and lets companies tap the development efforts of thousands of people experimenting with the system.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Since reviving itself, Soapblox has hired some more people, and that's nice, I'm sure, for both Paul and his customers. But the model by which we pay more and more people to maintain our vitally-important software in locked cages just seems poor to me.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Even if Bryght/Acquia/May First went out of business tomorrow, virtually all of its customers could find another vendor to take their system completely intact and get them up and running in an hour or two.&lt;/strong&gt; Soapblox dies, and their customers are stuck in the dark — if they're lucky they might be able to get a dump of the database and then painstakingly input it into another system.&lt;/p&gt;&lt;p&gt;Open-source communities as the scaffolding for community blogs just seems like a no-brainer to me. I certainly understand the limited time people have and the inertia around a system you already know, but I would hope this might serve as a wake-up call to explore more robust and sustainable systems, be it Drupal or WordPress, Joomla or Plone — or, if Soapblox takes that route, Soapblox itself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mNuio2WtKO8:YepyCVOeOm0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mNuio2WtKO8:YepyCVOeOm0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mNuio2WtKO8:YepyCVOeOm0:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mNuio2WtKO8:YepyCVOeOm0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=mNuio2WtKO8:YepyCVOeOm0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mNuio2WtKO8:YepyCVOeOm0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=mNuio2WtKO8:YepyCVOeOm0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/blogging">blogging</category>
 <category domain="http://rootwork.org/category/tags/community">community</category>
 <category domain="http://rootwork.org/category/tags/drupal">Drupal</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/open-source">open-source</category>
 <category domain="http://rootwork.org/category/tags/wordpress">WordPress</category>
 <pubDate>Tue, 20 Jan 2009 18:23:44 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">54 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Social Networks for Social Change on Beth Kanter's blog</title>
    <link>http://rootwork.org/coverage/2008/11/social-networks-social-change-beth-kanters-blog</link>
    <description>&lt;div class="field field-type-text field-field-coverage-comment"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;p&gt;Beth Kanter was nice enough to feature my recent slideshow on using &lt;a href="http://rootwork.org/blog/2008/10/using-social-networks-social-change-facebook-myspace-more"&gt;social networks for social change&lt;/a&gt;.&lt;/p&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-coverage-source"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://beth.typepad.com/beths_blog/2008/11/social-networks-for-social-change-ivan-boothe-knows-what-he-is-talking-about.html" target="_blank"&gt;Beth&amp;#039;s Blog, Beth Kanter&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-coverage-date"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;12 November 2008&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-coverage-pullquote"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Ivan Boothe helped start the &lt;a href="http://www.genocideintervention.net/"&gt;Genocide Intervention Network&lt;/a&gt; in 2004, and was responsible for communications, web development and social networking strategy.&amp;nbsp;He has since started doing freelance work on his own at &lt;a href="http://rootwork.org/" target="_blank"&gt;rootwork.org&lt;/a&gt;.&amp;nbsp;So he cautioned me that some of the information might not be entirely up to date that he shared on listserv including a pointer to his awesome slide show with&amp;nbsp;audio.&lt;/p&gt;
&lt;p&gt;Ivan is one of a small number of nonprofit early adopters in social media and social networks&amp;nbsp;&amp;mdash; he has a couple of years of experience under his belt&amp;nbsp;&amp;mdash; &lt;a href="http://www.idealware.org/articles/social_networking_genocide.php"&gt;so his wisdom is priceless&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Ivan says their organization&amp;#8217;s social networking initiatives have been successful in building the &amp;#8220;brand&amp;#8221; of an anti-genocide constituency. Ivan notes, &amp;#8220;&lt;em&gt;Social networking is a long-term approach and using traditional metrics of advocacy or fundraising it may not look like much. But over a long period of time social networking is actually critical in building an effective, educated political&amp;nbsp;constituency.&amp;#8221;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So, what is the right fit to use a social networking strategy?&amp;nbsp; Ivan&amp;nbsp;suggests:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;Social networking is a natural fit for an organization that wants more than an &lt;span class="caps"&gt;ATM&lt;/span&gt; of donors or a list of petition-signers, but active and engaged political&amp;nbsp;organizers.&lt;/em&gt;&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XOebw14xh8A:KQYmBoeUDtE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XOebw14xh8A:KQYmBoeUDtE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XOebw14xh8A:KQYmBoeUDtE:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XOebw14xh8A:KQYmBoeUDtE:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=XOebw14xh8A:KQYmBoeUDtE:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XOebw14xh8A:KQYmBoeUDtE:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=XOebw14xh8A:KQYmBoeUDtE:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/facebook">Facebook</category>
 <category domain="http://rootwork.org/category/tags/myspace">MySpace</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Wed, 19 Nov 2008 08:00:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">52 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Using Social Networks for Social Change: Facebook, MySpace and More</title>
    <link>http://rootwork.org/blog/2008/10/using-social-networks-social-change-facebook-myspace-more</link>
    <description>&lt;p&gt;In 2008, I spoke at the &lt;a href="http://salsa.democracyinaction.org/o/103/t/6267/content.jsp?content_KEY=4035" target="_blank"&gt;Democracy in Action Community Conference&lt;/a&gt; about the Genocide Intervention Network's use of social networking and social media to achieve our goals in advocacy, fundraising and membership development.&lt;/p&gt;
&lt;div id="__ss_632091" style="margin: 0pt 0pt 1em 1em; width: 425px; text-align: center; float: right;"&gt;
	&lt;h3&gt;&lt;a href="http://www.slideshare.net/rootwork/using-social-networks-for-social-change-facebook-myspace-and-more-presentation?type=presentation" title="Using Social Networks for Social Change: Facebook, MySpace and More"&gt;Using Social Networks for Social Change: Facebook, MySpace and More&lt;/a&gt;&lt;/h3&gt;
	&lt;object style="margin: 0px;" width="425" height="355"&gt; &lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=diapanel2008-1222968200249297-8&amp;amp;stripped_title=using-social-networks-for-social-change-facebook-myspace-and-more-presentation"&gt; &lt;param name="allowFullScreen" value="true"&gt; &lt;param name="allowScriptAccess" value="always"&gt;&lt;embed allowfullscreen="true" allowscriptaccess="always" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=diapanel2008-1222968200249297-8&amp;amp;stripped_title=using-social-networks-for-social-change-facebook-myspace-and-more-presentation" type="application/x-shockwave-flash" width="425" height="355"&gt; &lt;/object&gt;&lt;/div&gt;
&lt;p&gt;I had planned to present a slideshow along with my talk, but in fact, technical difficulties prevented me from doing so. The &lt;a href="http://www.slideshare.net/rootwork/using-social-networks-for-social-change-facebook-myspace-and-more-presentation#stats-bottom" target="_blank"&gt;presentation posted on Slideshare&lt;/a&gt; is thus a recreation of that talk, with the audio keyed to the slides. For those of you who prefer things in textual form, I'll write out most of it below, but I encourage you to at least page through the slides for the pictures.&lt;/p&gt;
&lt;p&gt;Many of the points I make in the presentation draw on things I've written on this site; I've linked to some of these articles in the body of the presentation below.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Jump directly to the success stories:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href="#success1"&gt;Using Online Student Pressure to Pass Legislation&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="#success2"&gt;A Photo Petition Puts Students at the Heart of a Congressional Briefing&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href="#success3"&gt;How Social Networks Can Coordinate a Fundraising Drive&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;A Mission to Empower&lt;/h3&gt;
&lt;p&gt;The &lt;a href="http://www.genocideintervention.net/" target="_blank"&gt;Genocide Intervention Network&lt;/a&gt; is an organization that I helped form in college, and where I worked as director of communications and Internet strategy coordinator from 2004–2008. The mission of the organization is to empower members with tools to prevent and stop genocide.&lt;/p&gt;
&lt;p&gt;The idea of "&lt;strong&gt;empowerment&lt;/strong&gt;" is key to the organization's mission, and undergirds our approach to social networks and social media. GI-Net wants members who can &lt;a href="/blog/2007/10/organizing-rather-mobilizing-using-social-networks-constituency-building" title="Read 'Organizing Rather than Mobilizing: Using Social Networks for Constituency-Building'"&gt;think for themselves&lt;/a&gt;, and consequently social networking is a key method by which the organization helps train supporters to speak for themselves, for us, and for an anti-genocide movement.&lt;/p&gt;
&lt;p&gt;Many groups use social networks for &lt;strong&gt;mobilizing&lt;/strong&gt; — getting members out to an evnt, getting people to sign a petition, getting people to donate for a cause. GI-Net focuses on &lt;strong&gt;organizing&lt;/strong&gt; — creating an educated constituency of people who can motivate others.&lt;/p&gt;
&lt;p&gt;When we first arrived on &lt;a href="http://www.facebook.com/group.php?gid=2204803189" target="_blank"&gt;Facebook&lt;/a&gt; in 2005, for example, there were already dozens of groups about the genocide in Darfur, Sudan. So it was much more about giving supporters tools to take effective action than it was about convincing people to join our cause. &lt;strong&gt;Social networks are an integral part of an organizing strategy, because communication and engagement are what they're all about.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name="weaving"&gt;&lt;/a&gt;Weaving Your Social Web&lt;/h3&gt;
&lt;p&gt;The dynamics and demographics of each social network are different — what may make sense on MySpace could be seen as annoying on Facebook. If you have a specific niche, you might try focused networks like &lt;a href="http://www.blackplanet.com/" target="_blank"&gt;BlackPlanet&lt;/a&gt;, &lt;a href="http://www.eons.com/" target="_blank"&gt;Eons&lt;/a&gt;, &lt;a href="http://www.glee.com/" target="_blank"&gt;GLEE&lt;/a&gt;, &lt;a href="http://www.wiserearth.org/" target="_blank"&gt;WiserEarth&lt;/a&gt; or &lt;a href="http://hub.witness.org/" target="_blank"&gt;The Hub&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For a sociological study of these different kinds of networks, check out the writings of &lt;a href="http://www.zephoria.org/thoughts/" target="_blank"&gt;danah boyd&lt;/a&gt;. Interestingly, many nonprofit professionals see Facebook as the "more interesting" or "more useful" social network as compared to MySpace, and that's largely because, indeed, Facebook is designed to appeal to the predominant class and educational backgrounds of these folks. Depending on an organization's constituency, however, MySpace might actually be a better way to reach your supporters. Don't decide where to organize online based on which site you or your executive director personally think is most appealing.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When you're determining which network(s) to organize on, the key thing to remember is that &lt;/strong&gt;&lt;strong&gt;you don't have to be everywhere.&lt;/strong&gt; In fact, it's often better if you start with just one — get your bearings, try out some different approaches, and become thoughtfully engaged with your community of supporters there. You need to make a commitment to each network you join; there's nothing worse (or more unprofessional looking) than a clearly-abandoned organizational profile, where messages go unanswered and spam comments go unmoderated.&lt;/p&gt;
&lt;h3&gt;Social Media and Social Networks&lt;/h3&gt;
&lt;p&gt;Social media (e.g. YouTube and Flickr) often integrate particularly well with social networks (e.g. Facebook and MySpace), as a way to help engage members and heighten interest. Why not simply upload your own images and host your own videos? The "social" in social media ensures that, if you post your media with useful titles, descriptions and keywords, other people may well discover you who wouldn't otherwise have encountered you — and you'll draw them further into your social web.&lt;/p&gt;
&lt;h4&gt;Using Videos on MySpace&lt;/h4&gt;
&lt;p&gt;When we first put our profile up on &lt;a href="http://www.myspace.com/genocideintervention" target="_blank"&gt;MySpace&lt;/a&gt;, we were getting one or two friend requests a day, and that's not too bad for just starting off. As soon as we put up a short video about the organization — posted via &lt;a href="http://www.youtube.com/profile?user=genocideintervention" target="_blank"&gt;YouTube&lt;/a&gt;, in the hopes of drawing in people from that site as well — our friend requests went up to 10–15 per day. Supporters could embed the videos in their own profiles themselves. That's the advantage of social media in social networks: &lt;strong&gt;People are drawn to photos and video, and the nature of social networking allows them to easily share them with friends.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;&lt;a name="keys"&gt;&lt;/a&gt;Keys to Success on Social Networks&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;It's about member engagement.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You might notice there's only one key: Facilitating conversations &lt;em&gt;between&lt;/em&gt; and &lt;em&gt;among&lt;/em&gt; your supporters. Ultimately, getting an excited base of supporters begins with having them talk to each other about what they're doing around an issue.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;It's really not a billboard.&lt;/strong&gt; You need to cultivate relationships with your supporters.&lt;/p&gt;
&lt;h4&gt;The Money Thing&lt;/h4&gt;
&lt;p&gt;Social networks are not going to replace your development director. Even when you do raise money, it's usually more about member engagement than it is about a significant revenue stream. GI-Net's experience with Causes, a platform on Facebook and MySpace, was that "fundraisers" were actually a great way to give supporters something concrete to work toward — but that it hasn't been a very significant source of donations. Nonetheless, the social aspect to it ensures that members who &lt;em&gt;do&lt;/em&gt; participate become even more engaged and are often willing to help spearhead the next advocacy campaign.&lt;/p&gt;
&lt;p&gt;The top Cause on Facebook had, as of June 2008, more than 3 million members but only raised about $50,000; the vast majority of nonprofits using Causes hadn't raised more than a few hundred dollars. Innovative fundraising campaigns using social networks may bear fruit financially, but member engagement is almost always going to be the primary goal in the end.&lt;/p&gt;
&lt;h3&gt;Let Your People Speak...&lt;/h3&gt;
&lt;p&gt;Causes is also a good illustration of another point: &lt;strong&gt;You need to let your supporters speak for you on social networks.&lt;/strong&gt; GI-Net set up an "official" Cause on Facebook, but a member-created Cause benefiting us has more than twice the number of supporters. We could have tried to shut down the unofficial group in an effort to control our message, but instead we reached out to the creator — who was more than willing to send out alerts anyway — and found ways to engage our supporters while still recognizing their own creativity.&lt;/p&gt;
&lt;p&gt;The whole &lt;em&gt;point&lt;/em&gt; of the social experience is the coveted "recommendation from a friend." Forcing your members to send out only board-approved talking points won't inspire much loyalty, and probably won't be very persuasive to their friends. &lt;strong&gt;Nonprofits have to be willing to &lt;a href="/blog/2008/05/just-what-kind-social-change-are-you-interested" title="Read 'Just what kind of social change are you interested in?'"&gt;lose some of their message&lt;/a&gt; control in exchange for member loyalty.&lt;/strong&gt; Trust me — it's worth the trade-off.&lt;/p&gt;
&lt;h3&gt;...And Then Listen to What They Say&lt;/h3&gt;
&lt;p&gt;On our MySpace profile, we have a prominent newsletter-signup form at the top of the screen. But we don't simply cut-and-paste our blast emails directly to the MySpace crowd. For one of our MySpace blogs, we said the following:&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;Are you active in your community on anti-genocide issues? Raising money for civilian protection in Darfur — educating your neighbors about the mass atrocities in Burma — working to pass divestment from Sudan in your state? Leave us a comment and describe what you're doing!&lt;/p&gt;
	&lt;p&gt;We want you in our top friends!&lt;/p&gt;
	&lt;p&gt;In the coming weeks, we'll be rotating in all of our MySpace friends who are active on anti-genocide issues into our top friends. You've been supporting us, now we want to support you!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;On MySpace, putting someone in your "top friends" is a way of showing thanks and respect, and it was an easy thing to do. We heard from a dozen different local activists who were all featured, some of whom ended up being key leaders on future advocacy campaigns. &lt;strong&gt;Show your supporters that you're listening to them, and they'll reward you!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This approach — what's sometimes called "user-generated content" — is a fantastic way to converse with supporters on social networks. Ask people for their stories, photos, videos or other creative work, and then feature some or all of that content. You'll end up with more dedicated members who are willing to take the next step; after having been engaged on a small issue ("take a picture of your fundraiser for Darfur") they'll be willing to lead on a larger one ("help organize a local visit to your member of Congress").&lt;/p&gt;
&lt;h3&gt;&lt;a name="success1"&gt;Success Story 1: Using Online Student Pressure to Pass Legislation&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;In 2005, there was an anti-genocide bill that was being held up by a Senate committee chair. Using Facebook, GI-Net identified and reached out to students in that senator's home state.&lt;/p&gt;
&lt;p&gt;Instead of having the students contact the senator directly, we guided the students in a process of using the website &lt;a href="http://www.OpenSecrets.org" target="_blank"&gt;OpenSecrets.org&lt;/a&gt; to determine the senator's top campaign donors. The students called those donors and asked &lt;em&gt;them&lt;/em&gt; to contact the senator and say that standing up against genocide is a moral imperative, and that the senator should move the bill.&lt;/p&gt;
&lt;p&gt;The result: Two weeks later, the bill was passed by the committee, was approved by the full Senate, and eventually was signed into law.&lt;/p&gt;
&lt;h3&gt;&lt;a name="success2"&gt;Success Story 2: A Photo Petition Puts Students at the Heart of a Congressional Briefing&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;GI-Net's student division, &lt;a href="http://standnow.org/" target="_blank"&gt;STAND&lt;/a&gt;, initiated a campaign called "Picture a World Without Genocide," in which they encouraged high school students to submit photos via Facebook and MySpace of their activism on Darfur. Hundreds of pictures were collected and compiled into a large poster spelling out the word "Darfur."&lt;/p&gt;
&lt;p&gt;We presented this poster at a Capitol Hill briefing, in conjunction with a report we were releasing about congressional action on Darfur. We had prepared the report, and originally we were going to do a traditional press conference in which we called out Congress for their inaction.&lt;/p&gt;
&lt;p&gt;We decided to couple the release of this report with this visible manifestation of student activism, as a way to keep our members engaged. In the weeks following the event, the numbers of co-sponsors for key legislation increased substantially — and &lt;strong&gt;because students had been "part of the action," they were able to claim part of the victory&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;In fact, even if no new co-sponsors had signed on, the action still would have been a great way to activate supporters, so it was really a no-lose campaign for us.&lt;/p&gt;
&lt;h4&gt;A Worldwide Photo Gallery in 24 Hours&lt;/h4&gt;
&lt;p&gt;When coordinated rallies focusing on Darfur were set up by the &lt;a href="http://www.savedarfur.org" target="_blank"&gt;Save Darfur Coalition&lt;/a&gt; (of which GI-Net is a part), we encouraged our members to take part — and take pictures. Then we had them upload their images to the photosharing site &lt;a href="http://flickr.com/photos/genocideintervention" target="_blank"&gt;Flickr&lt;/a&gt;, along with a special tag, or keyword, for that event. Using Flickr's own system, we could then pull images with that tag onto GI-Net's website in a constantly-updated, rotating gallery of Darfur activism the day after the event.&lt;/p&gt;
&lt;p&gt;Total time on our part? About 15 minutes to write the email to our members, and 10 minutes to put the gallery on our website.&lt;/p&gt;
&lt;h3&gt;&lt;a name="success3"&gt;Success Story 3: How Social Networks Can Coordinate a Fundraising Drive&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;STAND's annual "DarfurFast" encourages students on one day to refrain from one luxury item, and donate the proceeds to GI-Net's Darfur protection program. We engage people around the campaign on several different channels, including Facebook, MySpace, &lt;a href="http://endgenocide.livejournal.com/" target="_blank"&gt;LiveJournal&lt;/a&gt; and &lt;a href="http://twitter.com/antigenocide" target="_blank"&gt;Twitter&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Social networks were a key way to keep supporters engaged — as well as inviting friends on campus to take part in the real-world upcoming events. &lt;strong&gt;The key is that the person-to-person networks already existed in the form of chapters and campus networks&lt;/strong&gt;; online social networks simply facilitated an easier invitation to friends.&lt;/p&gt;
&lt;p&gt;So, we raised more than $500,000 over the course of three years with this event; 2007 saw participation from 450 high schools and 300 colleges. But it's very unlikely we would have ever raised that kind of money via Facebook et al. alone — the online social networks simply supplemented the on-the-ground organizing we (and campus leaders) had already been doing. In fact, online social networks are probably &lt;em&gt;most&lt;/em&gt; strategically useful when the event is offline, allowing supporters to quickly spread the word well ahead of time.&lt;/p&gt;
&lt;p&gt;It's worth mentioning that many of these methods worked particularly well because they centered on students, who are most active on these networks, generally have easy access to computers and are more likely to have free time. While GI-Net has a constituency far beyond students alone (and sometimes reaches those constituencies directly through networks like Eons), you shouldn't necessarily expect these kinds of returns from everyone. As noted above, working-class communities, communities of color, folks with less formal education and various kinds of "marginalized" groups interact with online social networks very differently, often because of stronger real-world social networks. The best organizing strategy activates people through all their social connections, whether online or offline.&lt;/p&gt;
&lt;h3&gt;Final Thoughts&lt;/h3&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Engaging supporters on social networks is long-term.&lt;/strong&gt; Don't expect immediate results.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;It takes effort.&lt;/strong&gt; You need to be willing to communicate, in both directions, with your supporters.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;If you want your members to spread your message, you have to trust them.&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Feedback in the comments below is welcome! And once again, let me encourage you to take a look at the &lt;a href="http://www.slideshare.net/rootwork/using-social-networks-for-social-change-facebook-myspace-and-more-presentation#stats-bottom" target="_blank"&gt;Slideshare version&lt;/a&gt; for illustrations of what's been discussed. Thanks for reading!&lt;/p&gt;
&lt;h3&gt;Additional Resources&lt;/h3&gt;
&lt;p&gt;Check out these writers for great ideas on how nonprofits can use social networks to their greatest potential:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href="http://diosacommunications.blogspot.com" target="_blank"&gt;Heather Mansfield&lt;/a&gt; writes about best practices for nonprofit use of social networks&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://beth.typepad.com" target="_blank"&gt;Beth Kanter&lt;/a&gt; writes about innovative ways nonprofits are using social media&lt;/li&gt;
	&lt;li&gt;&lt;a href="http://www.socialsignal.com/blog" target="_blank"&gt;Alexandra Samuel and Rob Cottingham&lt;/a&gt; write about ways to build online communities both within and beyond existing social networks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=BDD2ID3syYY:9tn13RKwrB8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=BDD2ID3syYY:9tn13RKwrB8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=BDD2ID3syYY:9tn13RKwrB8:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=BDD2ID3syYY:9tn13RKwrB8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=BDD2ID3syYY:9tn13RKwrB8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=BDD2ID3syYY:9tn13RKwrB8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=BDD2ID3syYY:9tn13RKwrB8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/series/mulch">Mulch</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/facebook">Facebook</category>
 <category domain="http://rootwork.org/category/tags/flickr">Flickr</category>
 <category domain="http://rootwork.org/category/tags/livejournal">LiveJournal</category>
 <category domain="http://rootwork.org/category/tags/myspace">MySpace</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <category domain="http://rootwork.org/category/tags/twitter">Twitter</category>
 <category domain="http://rootwork.org/category/tags/video">video</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <category domain="http://rootwork.org/category/tags/youtube">YouTube</category>
 <pubDate>Fri, 24 Oct 2008 23:58:29 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">53 at http://rootwork.org</guid>
  </item>
  <item>
    <title>DreamHost</title>
    <link>http://rootwork.org/tool/dreamhost</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;There are lots of web hosts out there, and for particularly large or robust sites DreamHost might not be the best solution. But for smaller nonprofits it could be exactly what you&amp;#8217;re looking for — because DreamHost offers&lt;span style="font-weight: bold;"&gt;&lt;/span&gt; &lt;b&gt;free&lt;/b&gt; webhosting to 501(c)(3)-registered nonprofits in the United&amp;nbsp;States.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://wiki.dreamhost.com/index.php/Non-profit_Discount" target="_blank"&gt;http://wiki.dreamhost.com/index.php/Non-profit_Dis...&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-reviews"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.idealware.org/articles/fgt_web_hosting_providers.php" target="_blank"&gt;Idealware: A Few Good Web Hosting Providers&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DFWc1mFHpI4:npvXZ6jdK0w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DFWc1mFHpI4:npvXZ6jdK0w:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DFWc1mFHpI4:npvXZ6jdK0w:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DFWc1mFHpI4:npvXZ6jdK0w:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=DFWc1mFHpI4:npvXZ6jdK0w:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DFWc1mFHpI4:npvXZ6jdK0w:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=DFWc1mFHpI4:npvXZ6jdK0w:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <pubDate>Wed, 20 Aug 2008 08:04:09 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">41 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Vertical Response</title>
    <link>http://rootwork.org/tool/vertical-response</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Although there are many mass-email providers, including &lt;a href="http://www.myemma.com/" target="_blank" title="Emma"&gt;Emma&lt;/a&gt;, &lt;a href="http://electricembers.net/services.php"&gt;Electric Embers&lt;/a&gt; and &lt;a href="http://www.constantcontact.com/" target="_blank" title="Constant Contact"&gt;Constant Contact&lt;/a&gt;&amp;nbsp;(see the link to the Email Service Provider Comparison report, above), Vertical Response offers &lt;strong&gt;free&lt;/strong&gt; email list management to nonprofits who send out up to 10,000 emails per month. If you&amp;#8217;re just getting off the ground, this is a good way to professionalize your communication with supporters without spending a bundle of cash. Vertical Response also integrates reasonably well with &lt;a href="http://www.salesforcefoundation.org/product" target="_blank" title="Learn more about Salesforce's nonprofit program [external link]"&gt;Salesforce&lt;/a&gt;, a software tool frequently used by nonprofits (see the last review below for&amp;nbsp;details).&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.verticalresponse.com/pricing/non-profit/" target="_blank"&gt;http://www.verticalresponse.com/pricing/non-profit...&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-reviews"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.email-marketing-options.com/providers.php#vertical" target="_blank"&gt;Email Marketing Software Comparison&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item even"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.onenw.org/files/comparison-of-email-services.doc" target="_blank"&gt;ONE/Northwest: Comparison of Email Service Providers (Word document)&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.idealware.org/articles/fgt_email_newsletter_tools.php" target="_blank"&gt;Idealware: A Few Good Email Newsletter Tools&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item even"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://nonprofitcrm.org/2008/04/03/understanding-vertical-response-and-salesforce/" target="_blank"&gt;nonprofitCRM.org: Understanding Vertical Response and Salesforce&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i8WScFrqCQc:HRir0H5PCWw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i8WScFrqCQc:HRir0H5PCWw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i8WScFrqCQc:HRir0H5PCWw:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i8WScFrqCQc:HRir0H5PCWw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=i8WScFrqCQc:HRir0H5PCWw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i8WScFrqCQc:HRir0H5PCWw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=i8WScFrqCQc:HRir0H5PCWw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <pubDate>Mon, 18 Aug 2008 08:13:02 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">38 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Eventbrite</title>
    <link>http://rootwork.org/tool/eventbrite</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Move beyond Evite! Set up professional event registration pages, complete with ticket sales, discount codes, post-event surveys and posting to Google Calendar. Payment is through PayPal or Google Checkout, which cost about 2.5% per transaction. Eventbrite charges an additional 2.5%, with a maximum of $10 — but is completely free for free&amp;nbsp;events.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.eventbrite.com/" target="_blank"&gt;http://www.eventbrite.com/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-reviews"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.crunchbase.com/company/eventbrite" target="_blank"&gt;CrunchBase&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item even"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.idealware.org/articles/fgt_event_registration.php" target="_blank"&gt;Idealware: A Few Good Event Registration Tools&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.eventsible.com/" target="_blank"&gt;Comparison chart from Eventsible&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=1NG_O4q6H_4:mfX1u8gzKh8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=1NG_O4q6H_4:mfX1u8gzKh8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=1NG_O4q6H_4:mfX1u8gzKh8:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=1NG_O4q6H_4:mfX1u8gzKh8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=1NG_O4q6H_4:mfX1u8gzKh8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=1NG_O4q6H_4:mfX1u8gzKh8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=1NG_O4q6H_4:mfX1u8gzKh8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <pubDate>Mon, 18 Aug 2008 08:01:25 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">37 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Social Networking ROI Calculator</title>
    <link>http://rootwork.org/tool/social-networking-roi-calculator</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Is it worth it to integrate a comprehensive social networking strategy into your newest campaign? Should you devote staff time to creating &lt;a class="glossary-term" href="http://rootwork.org/category/tags/facebook"&gt;&lt;span hovertip=45&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="45"&gt;Facebook is a social network encouraging real identity — each user has a single account under their full, real name. Facebook began among &lt;span class="caps"&gt;US&lt;/span&gt; college students but has quickly expanded to people of all ages around the world.&lt;/span&gt; pages or just rely on your email list? Care2&amp;#8217;s &amp;#8220;Return on Investment&amp;#8221; calculator for social networking will help you make the case — or convince you to focus&amp;nbsp;elsewhere.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.frogloop.com/care2blog/2007/7/24/is-it-worth-it-an-roi-calculator-for-social-network-campaign.html" target="_blank"&gt;http://www.frogloop.com/care2blog/2007/7/24/is-it-...&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mlJ36YnDokM:znmZbJJfc6c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mlJ36YnDokM:znmZbJJfc6c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mlJ36YnDokM:znmZbJJfc6c:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mlJ36YnDokM:znmZbJJfc6c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=mlJ36YnDokM:znmZbJJfc6c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mlJ36YnDokM:znmZbJJfc6c:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=mlJ36YnDokM:znmZbJJfc6c:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <pubDate>Mon, 18 Aug 2008 07:24:55 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">36 at http://rootwork.org</guid>
  </item>
  <item>
    <title>GIMP</title>
    <link>http://rootwork.org/tool/gimp</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Can&amp;#8217;t swing the cost of Photoshop, even with a &lt;a href="/tool/techsoup"&gt;TechSoup&lt;/a&gt; discount? The &lt;span class="caps"&gt;GIMP&lt;/span&gt; is a completely free, downloadable alternative to Photoshop that offers a surprising array of powerful image-editing abilities. Even better, it works on Windows, Macintosh and Linux&amp;nbsp;platforms.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.gimp.org/" target="_blank"&gt;http://www.gimp.org/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-reviews"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.pcmag.com/article2/0,1759,1627549,00.asp" target="_blank"&gt;PC Magazine&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item even"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.download.com/GIMP/3000-2192_4-10073935.html" target="_blank"&gt;C|Net (Download.com)&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://penguinpetes.com/b2evo/index.php?p=398&amp;amp;more=1&amp;amp;c=1&amp;amp;tb=1&amp;amp;pb=1" target="_blank"&gt;Penguin Pete&amp;#039;s Blog, with screenshots&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=bJOT24PuwME:U_ITsPpklrw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=bJOT24PuwME:U_ITsPpklrw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=bJOT24PuwME:U_ITsPpklrw:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=bJOT24PuwME:U_ITsPpklrw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=bJOT24PuwME:U_ITsPpklrw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=bJOT24PuwME:U_ITsPpklrw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=bJOT24PuwME:U_ITsPpklrw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <pubDate>Mon, 18 Aug 2008 07:21:35 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">35 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Doodle</title>
    <link>http://rootwork.org/tool/doodle</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Need to coordinate a phone conference or online meeting but don&amp;#8217;t want to play the email scheduling game? Doodle allows you to easily set up a list of possible times and allow attendees to check off when they&amp;#8217;re available — leaving you with a easily-visible chart of the ideal meeting times. For more complex user surveys, check out &lt;a title="Read our review of SurveyBob" href="/tool/surveybob"&gt;SurveyBob&lt;/a&gt;.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.doodle.com" target="_blank"&gt;http://www.doodle.com&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-reviews"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://lifehacker.com/software/meetings/schedule-meetings-in-a-flash-with-doodle-208065.php" target="_blank"&gt;Lifehacker&lt;/a&gt;        &lt;/div&gt;
              &lt;div class="field-item even"&gt;
                      &lt;div class="field-label-inline"&gt;
              Reviews:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.makeuseof.com/dir/doodle/" target="_blank"&gt;MakeUseOf.com&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=azlfH6qlBfI:W6siCnV9IAM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=azlfH6qlBfI:W6siCnV9IAM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=azlfH6qlBfI:W6siCnV9IAM:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=azlfH6qlBfI:W6siCnV9IAM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=azlfH6qlBfI:W6siCnV9IAM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=azlfH6qlBfI:W6siCnV9IAM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=azlfH6qlBfI:W6siCnV9IAM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <pubDate>Sat, 16 Aug 2008 12:34:59 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">31 at http://rootwork.org</guid>
  </item>
  <item>
    <title>TechSoup</title>
    <link>http://rootwork.org/tool/techsoup</link>
    <description>&lt;div class="field field-type-text field-field-tool-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;TechSoup is a nonprofit that helps other nonprofits in the United States and Canada acquire deeply-discounted software and online services. Microsoft Office for $16? Adobe InDesign for $60? &lt;a class="glossary-term" href="http://rootwork.org/category/tags/flickr"&gt;&lt;span hovertip=48&gt;Flickr&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="48"&gt;Flickr is a social media site for photographs and digital images. Like a social network, it allows users to &amp;#8220;friend&amp;#8221; one another, join groups, and see a recent-updates feed of their own and their friends&amp;#8217; images. Flickr is owned by Yahoo!.&lt;/span&gt; accounts for $3/year? It&amp;#8217;s all in TechSoup&amp;#8217;s&amp;nbsp;stock.&lt;/p&gt;
&lt;p&gt;Additionally, TechSoup has a vibrant forum community and blog postings relating to the use of technology by&amp;nbsp;nonprofits.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-tool-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.techsoup.org/" target="_blank"&gt;http://www.techsoup.org/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Prh5ng9x5H4:F05nYjOxouw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Prh5ng9x5H4:F05nYjOxouw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Prh5ng9x5H4:F05nYjOxouw:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Prh5ng9x5H4:F05nYjOxouw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=Prh5ng9x5H4:F05nYjOxouw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Prh5ng9x5H4:F05nYjOxouw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=Prh5ng9x5H4:F05nYjOxouw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <pubDate>Sat, 16 Aug 2008 12:12:22 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">30 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Zen and the Art of Nonprofit Technology</title>
    <link>http://rootwork.org/resource/zen-art-nonprofit-technology</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;&lt;strong&gt;Michelle Murrain&lt;/strong&gt;&amp;#8217;s perspectives on nonprofit technology, with a specific focus on open-source&amp;nbsp;software.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.zenofnptech.org/" target="_blank"&gt;http://www.zenofnptech.org/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pB3nqPKc68o:XTNLWzisX5U:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pB3nqPKc68o:XTNLWzisX5U:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pB3nqPKc68o:XTNLWzisX5U:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pB3nqPKc68o:XTNLWzisX5U:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=pB3nqPKc68o:XTNLWzisX5U:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pB3nqPKc68o:XTNLWzisX5U:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=pB3nqPKc68o:XTNLWzisX5U:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Sun, 27 Jul 2008 04:43:30 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">28 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Technology for the Nonprofit and Philanthropic Sector</title>
    <link>http://rootwork.org/resource/technology-nonprofit-philanthropic-sector</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Nonprofit technology and software for techies, &amp;#8220;accidental techies&amp;#8221; and nonprofit executives alike, from &lt;strong&gt;Deborah Elizabeth Finn&lt;/strong&gt;.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://blog.deborah.elizabeth.finn.com/blog" target="_blank"&gt;http://blog.deborah.elizabeth.finn.com/blog&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qRw8XgD_hUY:aNci74RuUD8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qRw8XgD_hUY:aNci74RuUD8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qRw8XgD_hUY:aNci74RuUD8:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qRw8XgD_hUY:aNci74RuUD8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=qRw8XgD_hUY:aNci74RuUD8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=qRw8XgD_hUY:aNci74RuUD8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=qRw8XgD_hUY:aNci74RuUD8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Sun, 27 Jul 2008 04:37:18 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">27 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Have Fun, Do Good</title>
    <link>http://rootwork.org/resource/have-fun-do-good</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;&lt;strong&gt;Britt Bravo&lt;/strong&gt; blogs about individuals and organizations pursuing social change through innovative online methods. She has particular expertise in advising nonprofits on creating podcasts, and oversees &lt;a href="/resource/netsquared"&gt;NetSquared&lt;/a&gt;&amp;#8217;s podcast series. In addition to other NetSquared duties, she coordinates the &amp;#8220;&lt;a href="http://www.netsquared.org/tags/net2thinktank" target="_blank"&gt;think tank&lt;/a&gt;&amp;#8221; blog&amp;nbsp;series.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://havefundogood.blogspot.com/" target="_blank"&gt;http://havefundogood.blogspot.com/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QaGZZyruyVc:LyqWvdoaJek:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QaGZZyruyVc:LyqWvdoaJek:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QaGZZyruyVc:LyqWvdoaJek:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QaGZZyruyVc:LyqWvdoaJek:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=QaGZZyruyVc:LyqWvdoaJek:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QaGZZyruyVc:LyqWvdoaJek:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=QaGZZyruyVc:LyqWvdoaJek:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Sun, 27 Jul 2008 03:53:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">25 at http://rootwork.org</guid>
  </item>
  <item>
    <title>The Salsa Scoop</title>
    <link>http://rootwork.org/resource/salsa-scoop</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Salsa Labs&amp;#8217; Democracy in Action platform is a nonprofit that provides online advocacy and fundraising suites for nonprofits — if you&amp;#8217;ve signed a petition or made a donation online, chances are likely you&amp;#8217;ve encountered Salsa&amp;#8217;s software. The Salsa blog highlights successful online advocacy and fundraising campaigns by their customers and other organizations. Great for&amp;nbsp;inspiration!&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.salsalabs.com/blog" target="_blank"&gt;http://www.salsalabs.com/blog&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0XwpCb3f-9o:rAUJhJO9ovk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0XwpCb3f-9o:rAUJhJO9ovk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0XwpCb3f-9o:rAUJhJO9ovk:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0XwpCb3f-9o:rAUJhJO9ovk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=0XwpCb3f-9o:rAUJhJO9ovk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0XwpCb3f-9o:rAUJhJO9ovk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=0XwpCb3f-9o:rAUJhJO9ovk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Sun, 27 Jul 2008 03:06:27 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">22 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Apophenia</title>
    <link>http://rootwork.org/resource/apophenia</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Sociological research and commentary on the use of social networks like &lt;a class="glossary-term" href="http://rootwork.org/category/tags/myspace"&gt;&lt;span hovertip=46&gt;MySpace&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="46"&gt;MySpace is a social network that is not built around a single identity. Users can and do have multiple profiles, with no restrictions on the &amp;#8220;names&amp;#8221; they use. MySpace is used by many musical groups.&lt;/span&gt;, &lt;a class="glossary-term" href="http://rootwork.org/category/tags/facebook"&gt;&lt;span hovertip=45&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="45"&gt;Facebook is a social network encouraging real identity — each user has a single account under their full, real name. Facebook began among &lt;span class="caps"&gt;US&lt;/span&gt; college students but has quickly expanded to people of all ages around the world.&lt;/span&gt;, &lt;a class="glossary-term" href="http://rootwork.org/category/tags/livejournal"&gt;&lt;span hovertip=50&gt;LiveJournal&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="50"&gt;LiveJournal is a social network built around blogging. Users can &amp;#8220;friend&amp;#8221; one another and restrict some or all blog entries to their friends. Users can also join blogging communities built around particular topics.&lt;/span&gt;, Xanga and &lt;a class="glossary-term" href="http://rootwork.org/category/tags/youtube"&gt;&lt;span hovertip=47&gt;YouTube&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="47"&gt;YouTube is a social network built around video content: posting, sharing, rating and commenting.&lt;/span&gt; by teenagers in the United States. &lt;b&gt;danah boyd&lt;/b&gt; is a PhD candidate at the University of California Berkeley and a fellow at Harvard&amp;#8217;s Berkman Center for Internet and&amp;nbsp;Society.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.zephoria.org/thoughts/" target="_blank"&gt;http://www.zephoria.org/thoughts/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=xwnqa6d3y-0:Aqk3K6HJaLs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=xwnqa6d3y-0:Aqk3K6HJaLs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=xwnqa6d3y-0:Aqk3K6HJaLs:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=xwnqa6d3y-0:Aqk3K6HJaLs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=xwnqa6d3y-0:Aqk3K6HJaLs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=xwnqa6d3y-0:Aqk3K6HJaLs:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=xwnqa6d3y-0:Aqk3K6HJaLs:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/facebook">Facebook</category>
 <category domain="http://rootwork.org/category/tags/myspace">MySpace</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/youtube">YouTube</category>
 <pubDate>Sun, 27 Jul 2008 02:55:33 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">20 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Beth's Blog: How Nonprofits Can Use Social Media</title>
    <link>http://rootwork.org/resource/beths-blog-how-nonprofits-can-use-social-media</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;&amp;#8220;A place to capture and share ideas, experiment with and exchange links and resources about the adoption challenges, strategy, and &lt;span class="caps"&gt;ROI&lt;/span&gt; of nonprofits and social media.&amp;#8221; &lt;b&gt;Beth Kanter&lt;/b&gt; explores the social use by nonprofits of images (e.g., &lt;a class="glossary-term" href="http://rootwork.org/category/tags/flickr"&gt;&lt;span hovertip=48&gt;Flickr&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="48"&gt;Flickr is a social media site for photographs and digital images. Like a social network, it allows users to &amp;#8220;friend&amp;#8221; one another, join groups, and see a recent-updates feed of their own and their friends&amp;#8217; images. Flickr is owned by Yahoo!.&lt;/span&gt;), video (&lt;a class="glossary-term" href="http://rootwork.org/category/tags/youtube"&gt;&lt;span hovertip=47&gt;YouTube&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="47"&gt;YouTube is a social network built around video content: posting, sharing, rating and commenting.&lt;/span&gt;) and microblogs (&lt;a class="glossary-term" href="http://rootwork.org/category/tags/twitter"&gt;&lt;span hovertip=49&gt;Twitter&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="49"&gt;Twitter is a social network built around short status updates — a combination of microblogging and instant messaging, with the ability to post from mobile phones through text messages.&lt;/span&gt;), among other&amp;nbsp;technologies.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.bethkanter.org/" target="_blank"&gt;http://www.bethkanter.org/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DSP3uhFL9ws:vWEM5uJAHig:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DSP3uhFL9ws:vWEM5uJAHig:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DSP3uhFL9ws:vWEM5uJAHig:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DSP3uhFL9ws:vWEM5uJAHig:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=DSP3uhFL9ws:vWEM5uJAHig:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=DSP3uhFL9ws:vWEM5uJAHig:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=DSP3uhFL9ws:vWEM5uJAHig:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/flickr">Flickr</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/twitter">Twitter</category>
 <category domain="http://rootwork.org/category/tags/video">video</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <category domain="http://rootwork.org/category/tags/youtube">YouTube</category>
 <pubDate>Sat, 26 Jul 2008 09:24:32 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">19 at http://rootwork.org</guid>
  </item>
  <item>
    <title>e.politics</title>
    <link>http://rootwork.org/resource/epolitics</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;&amp;#8220;Online advocacy tools and tactics.&amp;#8221; &lt;b&gt;Colin Delany &lt;/b&gt;explores the intersection of politics and technology, with a specific focus on nonprofits and social change organizations using innovative methods and online technology to achieve their&amp;nbsp;goals.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.epolitics.com/" target="_blank"&gt;http://www.epolitics.com/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=VHH67d1vvtg:fG4AVxNocQM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=VHH67d1vvtg:fG4AVxNocQM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=VHH67d1vvtg:fG4AVxNocQM:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=VHH67d1vvtg:fG4AVxNocQM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=VHH67d1vvtg:fG4AVxNocQM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=VHH67d1vvtg:fG4AVxNocQM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=VHH67d1vvtg:fG4AVxNocQM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Sat, 26 Jul 2008 09:08:15 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">18 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Getting Attention</title>
    <link>http://rootwork.org/resource/getting-attention</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;&amp;#8220;The Getting Attention blog is a source of ideas, tactics, and tips for nonprofit communicators focused on helping their organizations succeed through effective marketing.&amp;#8221; &lt;strong&gt;Nancy E.&amp;nbsp;Schwartz&lt;/strong&gt;&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.gettingattention.org/" target="_blank"&gt;http://www.gettingattention.org/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C8LVktPuTyI:1deVKpPi9ws:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C8LVktPuTyI:1deVKpPi9ws:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C8LVktPuTyI:1deVKpPi9ws:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C8LVktPuTyI:1deVKpPi9ws:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=C8LVktPuTyI:1deVKpPi9ws:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C8LVktPuTyI:1deVKpPi9ws:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=C8LVktPuTyI:1deVKpPi9ws:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/fundraising">Fundraising</category>
 <category domain="http://rootwork.org/category/tags/communications">communications</category>
 <pubDate>Sat, 26 Jul 2008 08:46:26 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">17 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Donor Power</title>
    <link>http://rootwork.org/resource/donor-power</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;&amp;#8220;If you&amp;#8217;re serious about raising money from donors, you need to get&lt;br /&gt;
serious about donors. More than ever before, donors are insisting that&lt;br /&gt;
you share power with them, not treating them like passive ATMs. This&lt;br /&gt;
blog is about the ways you can do that — and the rewards that await&lt;br /&gt;
you and your donors when you do.&amp;#8221; &lt;strong&gt;Jeff&amp;nbsp;Brooks&lt;/strong&gt;&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.donorpowerblog.com/" target="_blank"&gt;http://www.donorpowerblog.com/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i-6My0m7uFU:RmjiOES-AAk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i-6My0m7uFU:RmjiOES-AAk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i-6My0m7uFU:RmjiOES-AAk:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i-6My0m7uFU:RmjiOES-AAk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=i-6My0m7uFU:RmjiOES-AAk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=i-6My0m7uFU:RmjiOES-AAk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=i-6My0m7uFU:RmjiOES-AAk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/fundraising">Fundraising</category>
 <pubDate>Sat, 26 Jul 2008 08:36:51 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">16 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Frogloop</title>
    <link>http://rootwork.org/resource/frogloop</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;&lt;a href="http://www.care2.com/" target="_blank"&gt;Care2&lt;/a&gt;&amp;#8217;s blog on nonprofit online communications, advocacy and social&amp;nbsp;networking.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.frogloop.com/" target="_blank"&gt;http://www.frogloop.com/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=IydOLkPFRVc:uTMS67zCKWk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=IydOLkPFRVc:uTMS67zCKWk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=IydOLkPFRVc:uTMS67zCKWk:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=IydOLkPFRVc:uTMS67zCKWk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=IydOLkPFRVc:uTMS67zCKWk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=IydOLkPFRVc:uTMS67zCKWk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=IydOLkPFRVc:uTMS67zCKWk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/communications">communications</category>
 <pubDate>Sat, 26 Jul 2008 08:29:55 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">15 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Idealware</title>
    <link>http://rootwork.org/resource/idealware</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Idealware &amp;#8220;provides candid &lt;em&gt;Consumer Reports&lt;/em&gt;–style&lt;br /&gt;
reviews and articles about software of interest to nonprofits. Through&lt;br /&gt;
product comparisons, recommendations, case studies, and software news,&lt;br /&gt;
Idealware allows nonprofits to make the software decisions that will&lt;br /&gt;
help them be more&amp;nbsp;effective.&amp;#8221;&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.idealware.org/" target="_blank"&gt;http://www.idealware.org/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=cihPr8yuXIs:bIUGTFdp0iA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=cihPr8yuXIs:bIUGTFdp0iA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=cihPr8yuXIs:bIUGTFdp0iA:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=cihPr8yuXIs:bIUGTFdp0iA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=cihPr8yuXIs:bIUGTFdp0iA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=cihPr8yuXIs:bIUGTFdp0iA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=cihPr8yuXIs:bIUGTFdp0iA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Sat, 26 Jul 2008 07:15:03 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">14 at http://rootwork.org</guid>
  </item>
  <item>
    <title>NetSquared</title>
    <link>http://rootwork.org/resource/netsquared</link>
    <description>&lt;div class="field field-type-text field-field-resource-description"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;&lt;a class="glossary-term" href="http://rootwork.org/category/tags/netsquared"&gt;&lt;span hovertip=6&gt;NetSquared&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="6"&gt;&lt;a href="http://www.netsquared.org" target="_blank" title="NetSquared"&gt;NetSquared&lt;/a&gt; is an organization &amp;#8220;remixing the web for social change&amp;#8221; by bringing together nonprofits, activists, techies, social entrepreneurs and funders. These articles deal with using social technology for social change.&lt;/span&gt; is a community of nonprofits and groups who are using technology — especially social networks and social media — for social change. In addition to the &lt;a href="http://www.netsquared.org/blog" target="_blank"&gt;blog&lt;/a&gt;, NetSquared sponsors gatherings in many cities called &lt;a href="http://www.netsquared.org/share/meetup" target="_blank"&gt;Net Tuesdays&lt;/a&gt;.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-resource-link"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                      &lt;div class="field-label-inline-first"&gt;
              Link:&amp;nbsp;&lt;/div&gt;
                    &lt;a href="http://www.netsquared.org/" target="_blank"&gt;http://www.netsquared.org/&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=PCKFJ1BGTqc:WwM55nJGxIM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=PCKFJ1BGTqc:WwM55nJGxIM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=PCKFJ1BGTqc:WwM55nJGxIM:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=PCKFJ1BGTqc:WwM55nJGxIM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=PCKFJ1BGTqc:WwM55nJGxIM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=PCKFJ1BGTqc:WwM55nJGxIM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=PCKFJ1BGTqc:WwM55nJGxIM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Fri, 25 Jul 2008 16:24:53 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">13 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Using social news sites to promote advocacy campaigns</title>
    <link>http://rootwork.org/coverage/2007/07/using-social-news-sites-promote-advocacy-campaigns</link>
    <description>&lt;div class="field field-type-text field-field-coverage-comment"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Beth is talking about the Genocide Intervention Network&amp;#8217;s use of &lt;a title="Collactive" href="http://www.collactive.com/" target="_blank"&gt;Collactive&lt;/a&gt;, a software plug-in that helps automate some types of social news and social media advocacy campaigns. Collactive features &lt;span class="caps"&gt;GI&lt;/span&gt;-&lt;span class="caps"&gt;NET&lt;/span&gt; as a &lt;a title="Read Collactive's case study" href="http://www.collactive.com/above-fold-boston-globe-case-study" target="_blank"&gt;case study for promoting buried news&lt;/a&gt; and mobilizing members. The key thing to remember is that this was an easy, tangible campaign for our supporters to participate in &amp;mdash; &amp;#8220;get this important news more attention!&amp;#8221; &amp;mdash; and that &lt;em&gt;even if we hadn&amp;#8217;t been successful&lt;/em&gt; it would have been an effective method for engaging our&amp;nbsp;members.&lt;/p&gt;
&lt;p&gt;When you&amp;#8217;re aiming for a huge goal like stopping genocide, it&amp;#8217;s important to give supporters those small&amp;nbsp;victories!&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-coverage-source"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://beth.typepad.com/beths_blog/2007/07/vote-for-the-fi.html" target="_blank"&gt;Beth Kanter&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-coverage-date"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;8 July 2007&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-coverage-pullquote"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;I&amp;#8217;m also highlighting this because it is a terrific example of using social news sites like Digg and Reddit to promote a cause &amp;#8230; I had (wrongly) assumed that getting to the top of social news sites was a matter of dumb luck or that if something went viral. But there&amp;#8217;s strategy involved and a tool to help you execute&amp;nbsp;it.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=_Y0rY-_v6ew:STcZ2l-PoyI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=_Y0rY-_v6ew:STcZ2l-PoyI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=_Y0rY-_v6ew:STcZ2l-PoyI:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=_Y0rY-_v6ew:STcZ2l-PoyI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=_Y0rY-_v6ew:STcZ2l-PoyI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=_Y0rY-_v6ew:STcZ2l-PoyI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=_Y0rY-_v6ew:STcZ2l-PoyI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Tue, 08 Jul 2008 23:02:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">48 at http://rootwork.org</guid>
  </item>
  <item>
    <title>NetSquared Project Interviews and Session Notes</title>
    <link>http://rootwork.org/blog/2008/05/netsquared-project-interviews-session-notes</link>
    <description>&lt;p&gt;Some really incredible presentations here at the &lt;a href="http://netsquared.org/conference" target="_blank"&gt;NetSquared conference&lt;/a&gt;, both from featured projects and individual speakers. Seth Horwitz and I are busily collecting information for &lt;a href="http://netsquared.meetup.com/16/calendar/7890323/" target="_blank"&gt;next Tuesday's Philly NetSquared event&lt;/a&gt;.&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a href="http://www.flickr.com/photos/schipulites/2528919057/" target="_blank"&gt;&lt;img class="aligncenter" src="http://farm4.static.flickr.com/3057/2528919057_9818c08856.jpg" alt="" width="500" height="333" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Interview with &lt;strong&gt;Abram Stern, Metavid&lt;/strong&gt; &lt;a href="http://netsquared.org/2008/conference/projects/metavid-community-video-archive-project" target="_blank"&gt;community video archive project&lt;/a&gt;. "Metavid makes over a thousand hours of public domain US House and Senate floor footage available. Enables participants to search who said what when, blog clips, improve transcripts and edit sequences."&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a rel="enclosure" href="http://blip.tv/file/get/Netsquared-N2Y3InterviewWithAbramSternMetaVid675.MOV"&gt;&lt;img class="aligncenter" src="http://blip.tv/file/get/Netsquared-N2Y3InterviewWithAbramSternMetaVid675.MOV.jpg" border="0" alt="Video thumbnail. Click to play" width="320" height="240" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Interview with &lt;strong&gt;Erik Hermann, Ushadidi&lt;/strong&gt; &lt;a href="http://netsquared.org/2008/conference/projects/ushahidi" target="_blank"&gt;mapping reports of post-election violence in Kenya&lt;/a&gt;. "Ushahidi is a conflict mapping and visualization tool first used to report incidents of violence (and peace) happening in post-election Kenya via SMS, email and the web."&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a rel="enclosure" href="http://blip.tv/file/get/Netsquared-N2Y3InterviewWithErikHersmanFromUshahidi381.MOV"&gt;&lt;img class="aligncenter" src="http://blip.tv/file/get/Netsquared-N2Y3InterviewWithErikHersmanFromUshahidi381.MOV.jpg" border="0" alt="Video thumbnail. Click to play" width="320" height="240" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Interview with &lt;strong&gt;Janessa Goldbeck, Genocide Intervention Network&lt;/strong&gt; &lt;a href="http://netsquared.org/2008/conference/projects/anti-genocide-action-tracker-genocide-scores-every-politician-state-and-university" target="_blank"&gt;anti-genocide action tracker&lt;/a&gt; developed by Rootwork. "The Anti-Genocide Action Tracker will empower activists with the tools to end genocide by alerting them to pending anti-genocide legislation their state governments or elected representatives can play key roles in passing."&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a rel="enclosure" href="http://blip.tv/file/get/Netsquared-N2Y3InterviewWithJanessaGoldbeckAntiGenocideActionTracker726.MOV"&gt;&lt;img class="aligncenter" src="http://blip.tv/file/get/Netsquared-N2Y3InterviewWithJanessaGoldbeckAntiGenocideActionTracker726.MOV.jpg" border="0" alt="Video thumbnail. Click to play" width="320" height="240" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Interview with &lt;strong&gt;Melinda Wittstock, Capitol News Connection&lt;/strong&gt; &lt;a href="http://netsquared.org/2008/conference/projects/ask-your-lawmaker-national-local" target="_blank"&gt;ask your lawmaker&lt;/a&gt;. "Ask your lawmaker a question and CNC reporters get it answered: you listen and share via 'grabbable' widgets customizable by issue/location for Congress, state capitols and town halls with social networking and APIs."&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;strong&gt;&lt;a href="http://blip.tv/scripts/flash/blipplayer.swf?autoStart=false&amp;amp;file=http://blip.tv/file/get/Netsquared-N2Y3AskYourLawmaker749.flv%3Fsource%3D3"&gt;Watch this video on Blip.tv.&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a href="http://www.flickr.com/photos/schipulites/2528909201/" target="_blank"&gt;&lt;img src="http://farm3.static.flickr.com/2225/2528909201_8c1cc21fb8_m.jpg" alt="KnowMore.org" width="240" height="160" /&gt;&lt;/a&gt;  &lt;a href="http://www.flickr.com/photos/schipulites/2529723670" target="_blank"&gt;&lt;img src="http://farm4.static.flickr.com/3060/2529723670_49f4350b07_m.jpg" alt="NetSquared conference schwag" width="240" height="160" /&gt;&lt;/a&gt;&lt;a href="http://www.flickr.com/photos/schipulites/2528906941" target="_blank"&gt;&lt;img src="http://farm4.static.flickr.com/3280/2528906941_382e2bf2f2_m.jpg" alt="Genocide Intervention Network" width="240" height="160" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="text-align:left;"&gt;Those working on building websites may be interested in the write up of &lt;a href="http://netsquared.org/blog/laurawhitehead/n2y3con-building-community-network-plone" target="_blank"&gt;Building a Community Network with Plone&lt;/a&gt; by Steve McMahon. "Steve is a Plone consultant and integrator specializing in non-profit organizations and is also the Web Team Chair at the Davis Community Network (a 501c3), an organization that promotes the use of Internet technologies for local and regional community building. He's going to share with us how Plone can be used for sites large and small, and about how Plone can be used to build and used to serve for a geographic community."&lt;/p&gt;
&lt;p style="text-align:left;"&gt;Meanwhile, Benji Burrell of &lt;a href="http://iLoveMountains.org" target="_blank"&gt;iLoveMountains.org&lt;/a&gt; delivered a presentation about their online advocacy, including an innovative &lt;a href="http://www.ilovemountains.org/myconnection/" target="_blank"&gt;zip code lookup feature&lt;/a&gt;, a nice &lt;a href="http://ilovemountains.org/action/write_your_rep/" target="_blank"&gt;mashup of legislative data&lt;/a&gt; from Democracy in Action, a great &lt;a href="http://www.ilovemountains.org/take_action/" target="_blank"&gt;action map&lt;/a&gt; implementation of the open-source &lt;a href="http://forwardtrack.eyebeamresearch.org/" target="_blank"&gt;ForwardTrack&lt;/a&gt; software, and &lt;a href="http://www.ilovemountains.org/bloggers-challenge/#sandbox" target="_blank"&gt;embeddable widgets&lt;/a&gt; created through &lt;a href="http://sproutbuilder.com/" target="_blank"&gt;Sprout Builder&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QBpSOSYyvwE:ypfmysc13Pc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QBpSOSYyvwE:ypfmysc13Pc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QBpSOSYyvwE:ypfmysc13Pc:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QBpSOSYyvwE:ypfmysc13Pc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=QBpSOSYyvwE:ypfmysc13Pc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=QBpSOSYyvwE:ypfmysc13Pc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=QBpSOSYyvwE:ypfmysc13Pc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/n2y3">n2y3</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Wed, 28 May 2008 22:28:58 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">12 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Hundreds Gather for Social Change Tech at NetSquared Year Three</title>
    <link>http://rootwork.org/blog/2008/05/hundreds-gather-social-change-tech-netsquared-year-three</link>
    <description>&lt;p&gt;The &lt;a title="NetSquared Mashup Challenge" href="http://netsquared.org/mashup" target="_blank"&gt;NetSquared Year Three&lt;/a&gt; conference has gotten off to a great start: nonprofit staffers, activists, techies and funders gathering to talk about &amp;mdash; and award some money to &amp;mdash; using technology for social change.
&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;img class="aligncenter" src="http://farm3.static.flickr.com/2061/2527980871_a4a18770a0.jpg" alt="NetSquared Year 3 attendees" width="500" height="375" /&gt;&lt;/p&gt;
&lt;p style="text-align:left;"&gt;There have been a couple of blog entries focusing on two of the &lt;a title="View the featured projects" href="http://netsquared.org/2008/conference/projects/n2y3_featured_projects" target="_blank"&gt;featured projects&lt;/a&gt;, KnowMore.org and the Genocide Intervention Network.&lt;/p&gt;
&lt;p style="text-align:left;"&gt;KnowMore.org's proposal is a Firefox extension that just launched, as &lt;a href="http://www.netsquared.org/blog/dietrich/knowmore-firefox-extension-debuts-netsquared-2008" target="_blank"&gt;described in the blog&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p style="text-align:left;"&gt;The extension itself acts as a simple lens through which to experience the web, a lens that brings into focus the business and political practices of corporations that you purchase from. How it works is fantastically simple: When you go to a website, Firefox displays a notification bar at the top of the page, for corporations that have business practices that you might be concerned about, as well as a link to read more. The extension also displays visual notifications in search engine results, marking links to corporations of concern.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p style="text-align:left;"&gt;The Genocide Intervention Network's proposal is an anti-genocide legislation tracker and widget system &lt;a title="View the NetSquared proposal" href="http://netsquared.org/2008/conference/projects/anti-genocide-action-tracker-genocide-scores-every-politician-state-and-university" target="_blank"&gt;developed by Rootwork&lt;/a&gt;. In an interview with GI-NET's Ben Drexler, Aida McArthur asks:&lt;/p&gt;
&lt;blockquote&gt;AM: What is the main challenge your staff is experiencing?
&lt;/blockquote&gt;
&lt;blockquote&gt;BD: Finding an adequate means of transmitting the actions they are able to
create based upon their analysis. Our traditional means of disseminating
this information is via e-mail or phone contact, but desire a faster means
of communicating to a wider audience to be able to mobilize phone calls from
activists on a faster turnaround basis.&lt;/blockquote&gt;
&lt;p&gt;
I'll be continuing to post articles focusing on some of the featured projects &amp;mdash; the &lt;a href="http://netsquared.org/blog" target="_blank"&gt;NetSquared blog&lt;/a&gt; is a great place to follow along as well.
Some images from the NetSquared &lt;a href="http://netsquared.org/blog/brenda/n2y3con-project-carnival" target="_blank"&gt;featured project carnival&lt;/a&gt;:
&lt;/p&gt;
&lt;p style="text-align:center;"&gt;&lt;a href="http://flickr.com/photos/thewhiteheads/2528099891/"&gt;&lt;img src="http://farm4.static.flickr.com/3108/2528099891_6307a64327_m.jpg" alt="Green Map" width="180" height="240" /&gt;&lt;/a&gt; &lt;a href="http://flickr.com/photos/happykatie/2528937122/"&gt;&lt;img src="http://farm4.static.flickr.com/3059/2528937122_024827c1cb_m.jpg" alt="MapLight.org" width="160" height="240" /&gt;&lt;/a&gt; &lt;a href="http://flickr.com/photos/happykatie/2528074277/"&gt;&lt;img src="http://farm3.static.flickr.com/2249/2528074277_d175100f88_m.jpg" alt="KnowMore.org Firefox extension" width="160" height="240" /&gt;&lt;/a&gt; &lt;a href="http://flickr.com/photos/maintainitproject/2528025899/"&gt;&lt;img src="http://farm4.static.flickr.com/3194/2528025899_b94a7626df_m.jpg" alt="Genocide Intervention Network's anti-genocide legislation tracker" width="240" height="180" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C1GpsoQmDVA:2zpg_t1Oc4c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C1GpsoQmDVA:2zpg_t1Oc4c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C1GpsoQmDVA:2zpg_t1Oc4c:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C1GpsoQmDVA:2zpg_t1Oc4c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=C1GpsoQmDVA:2zpg_t1Oc4c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=C1GpsoQmDVA:2zpg_t1Oc4c:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=C1GpsoQmDVA:2zpg_t1Oc4c:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/n2y3">n2y3</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Wed, 28 May 2008 01:06:13 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">11 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Just what kind of social change are you interested in?</title>
    <link>http://rootwork.org/blog/2008/05/just-what-kind-social-change-are-you-interested</link>
    <description>&lt;p&gt;This month's "Net2ThinkTank" question: "&lt;a href="http://netsquared.org/blog/britt-bravo/join-net2thinktank-what-if-anything-does-all-clicking-blogging-and-friending-add-end" target="_blank"&gt;Is Online Activism Good for Social Change?&lt;/a&gt;"&lt;/p&gt;
&lt;p&gt;As someone who was quoted in the &lt;a href="http://blog.socialcitizens.org/paper/" target="_blank"&gt;"Social Citizens"&lt;/a&gt; report and has written in the past about technology and social change, my answer to that question would certainly be "yes."&lt;/p&gt;
&lt;p&gt;But I think the question is significantly complicated in the question from Allison Fine, author of "Social Citizens":&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Is our tendency to connect only with like-minded people using our online and on land social networks a good thing for activism or a critical bottleneck to the effective scaling for causes?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Put another way I think it could be asked: &lt;strong&gt;Online activism is good for social change &amp;mdash; but what kind of social change?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Many nonprofits use social networks and online activism as a way to boost their membership rolls and donation levels. As I've &lt;a href="http://quixoticlife.net/journal/2007/10/11/organizing-rather-mobilizing-using-social-networks-constituency-building"&gt;written before&lt;/a&gt;, that seems less useful to me than focusing on empowering an effective movement &amp;mdash; whether or not people donate to your organization or sign up for your newsletter. This isn't to minimize the challenges everyone faces on how to support working for social change, both financially and emotionally. But it is to say that &lt;strong&gt;movements are bigger than any one nonprofit&lt;/strong&gt;. Certainly, organizations can ignore that and focus on using MySpace to get new email addresses and Facebook to drum up donations &amp;mdash; but frankly, I don't think that has a lot to do with social change.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Only when the &lt;em&gt;operational&lt;/em&gt; concerns are placed secondary to &lt;em&gt;social change&lt;/em&gt; concerns do I see social change really being possible.&lt;/strong&gt; It's not a secondary outcome; it has to be the primary concern. And that's true, in my opinion, whether you're talking about online or offline social change.&lt;/p&gt;
&lt;p&gt;More than thirty years ago, sociologists Frances Fox Piven and Richard Cloward wrote in the introduction to &lt;a href="http://tinyurl.com/44honw" target="_blank"&gt;&lt;em&gt;Poor People's Movements: Why They Succeed, How They Fail&lt;/em&gt;&lt;/a&gt; (1977):&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[D]uring those brief moments when lower-class groups exert some force  against the state, those who call themselves leaders do not usually escalate the momentum of the people's protests. They do not because they are preoccupied with trying to build and sustain embryonic formal organizations in the sure conviction that these organizations will enlarge and become powerful.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;More recently, members of the collective INCITE! Women of Color Against Violence published the scathing &lt;a href="http://www.southendpress.org/2006/items/87662" target="_blank"&gt;&lt;em&gt;The Revolution Will Not Be Funded: Beyond the Non-Profit Industrial Complex&lt;/em&gt;&lt;/a&gt;, which excoriated the nonprofit system &amp;mdash; primarily foundations, but also the kind of institutionalized dissent Piven and Cloward explored above &amp;mdash; for perpetuating the social inequity they say they want to end.&lt;/p&gt;
&lt;p&gt;In the 1970s and '80s, rising social inequality helped hasten a breakdown of both communities and community struggles. (We "Millennials" of which Fine writes were, of course, originally termed "Reagan Babies.") Poor people's movements Piven and Cloward explore were co-opted and defused by top-down organizers from large nonprofits. And family foundations, rooted back in the (first) Gilded Age and gaining power in the tech booms of the 1990s, helped professionalize the practice of dissent. Or as Patrick Reinsborough writes in an oft-quoted essay, &lt;a href="http://www.journalofaestheticsandprotest.org/1/de_colonizing/" target="_blank"&gt;"De-Colonizing the Revolutionary Imagination"&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Just as service oriented NGO's have been tapped to fill the voids left by the state or the market, so have social change NGO's arisen to streamline the chaotic business of dissent. Let's call this trend NGOism, that terrifyingly widespread conceit among professional "campaigners" that social change is a highly specialized profession best left to experienced strategists, negotiators and policy wonks. NGOism is the conceit that paid staff will be enough to save the world.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Some nonprofits, older and more institutionalized, are wary of giving their members "control" of their "message" in the realm of social networks and social media. Mostly, I think that's nothing more than a fear of losing power. When you think you know how to change the world, it can be hard for some people to want to involve others &amp;mdash; or give anyone else the credit.&lt;/p&gt;
&lt;p&gt;What's interesting is that this time around, there's a significantly higher ability for activists to self-organize. &lt;strong&gt;The message to nonprofits from the past few years seems pretty clear: Stand in our way, and we'll just go around you.&lt;/strong&gt; The 2006 student walkouts for immigrant rights &lt;a href="http://www.washingtonpost.com/wp-dyn/content/article/2006/03/28/AR2006032800982.html" target="_blank"&gt;spread through MySpace without any "sponsoring" organization&lt;/a&gt;. As I explained in a &lt;a href="http://www.slideshare.net/forumone/ivan-boothe-v2"&gt;presentation on Facebook&lt;/a&gt;, when the Genocide Intervention Network first arrived on the scene, we found dozens of existing groups and networks already active &amp;mdash; our objective was simply to connect them and provide them with &lt;a href="http://www.1800genocide.com/" target="_blank"&gt;effective&lt;/a&gt; &lt;a href="http://www.darfurscores.org/"&gt;tools&lt;/a&gt; for action. A participant in the &lt;a href="http://www.npr.org/templates/story/story.php?storyId=14586563" target="_blank"&gt;protests over the Jena Six&lt;/a&gt; said, "I am so disappointed with the media right now. I live in Connecticut and I never even heard of this. Honestly if it wasn't for Facebook, I still wouldn't know."&lt;/p&gt;
&lt;p&gt;So the question really goes to the nonprofits and other groups using social networks and social media: &lt;strong&gt;What kind of social change do you want?&lt;/strong&gt; And &lt;strong&gt;are you willing to help facilitate even if you don't get credit/coverage/donations?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;That doesn't mean that "big" nonprofits can't work for social change through technology, or that only unsupported volunteers can really make things better &amp;mdash; as Reinsborough puts it in the corollary to the comment above:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This is not to say that corporate campaigns and winning concessions is merely "reformist" and therefore not important. The simplistic dichotomy of reform versus revolution often hides the privilege of "radicals" who have the luxury of refusing concessions when it's not their community or ecosystem that is on the chopping block.&lt;/p&gt;
&lt;p&gt;A more important distinction is which direction is the concession moving towards? Is it a concession that releases pressure on the system and thereby legitimizes illegitimate authority? Or is it a concession that teaches people a lesson about grassroots power building and therefore brings us closer to systemic social change?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I'm not as worried about whether, as Fine asks, the "tendency to connect only with like-minded people" puts limitations on what can be achieved. Most social change movements, including the &lt;a title="The Origins of the Civil Rights Movement: Black Communities Organizing for Social Change, by Aldon D. Morris" href="http://tinyurl.com/4xaffs"&gt;US civil rights movement&lt;/a&gt;, are grounded in those sorts of communities, what's referred to as "affective ties."&lt;/p&gt;
&lt;p&gt;But there is a larger question of the technology gap &amp;mdash; social movements in general might not be as confined by co-optation like Piven and Cloward describe, but &lt;strong&gt;poor people's movements without access or usable knowledge of such technology are still vulnerable to having their goals and struggles appropriated by the more powerful&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Moreover, as danah boyd explores in her fascinating research, these issues are played out in social networks themselves. "The division around MySpace and Facebook is just another way in which technology is mirroring societal values," she writes in &lt;a href="http://www.danah.org/papers/essays/ClassDivisions.html" target="_blank"&gt;"Viewing American class divisions through Facebook and MySpace."&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;So I think there are gaps in &lt;strong&gt;access, in knowledge, and in audience&lt;/strong&gt; &amp;mdash; many nonprofits I've talked to seem to be more excited about organizing on Facebook for instance, because it seems more "natural" or "easy." But it may seem that way simply because it aligns with the class and social habits of people who staff nonprofits &amp;mdash; and as boyd documents, many subaltern communities of people (for whom nonprofits are often trying to speak) tend to use MySpace to a greater extent.&lt;/p&gt;
&lt;p&gt;Tomorrow is &lt;a href="http://unite.blogcatalog.com/#challenge" target="_blank"&gt;Bloggers Unite for Human Rights&lt;/a&gt; (Day). The organizers assert that bloggers can "use their space to make the world a better place." And clearly, given what I do, I think there is a potential for social networks and social media to highlight and organize and empower. But I don't think we can get too far ahead of ourselves, and I think we need to be clear about just what it is we're reaching for. &lt;strong&gt;Working for social change means being committed to examining inequality and injustice in our world, and it's simply na&amp;iuml;ve to think that those dynamics don't affect the very way our organizations &amp;mdash; and our notions of social change &amp;mdash; are structured.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6tSEu0x5cF0:2AlfkKDVsLo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6tSEu0x5cF0:2AlfkKDVsLo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6tSEu0x5cF0:2AlfkKDVsLo:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6tSEu0x5cF0:2AlfkKDVsLo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=6tSEu0x5cF0:2AlfkKDVsLo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=6tSEu0x5cF0:2AlfkKDVsLo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=6tSEu0x5cF0:2AlfkKDVsLo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/net2thinktank">net2thinktank</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Thu, 22 May 2008 00:52:25 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">7 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Facebook: Still useful, still not a billboard</title>
    <link>http://rootwork.org/coverage/2008/05/facebook-still-useful-still-not-billboard</link>
    <description>&lt;div class="field field-type-text field-field-coverage-comment"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Colin Delaney&amp;#8217;s article, &amp;#8220;Has &lt;a class="glossary-term" href="http://rootwork.org/category/tags/facebook"&gt;&lt;span hovertip=45&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="45"&gt;Facebook is a social network encouraging real identity — each user has a single account under their full, real name. Facebook began among &lt;span class="caps"&gt;US&lt;/span&gt; college students but has quickly expanded to people of all ages around the world.&lt;/span&gt; Jumped the Shark as a Political Tool?,&amp;#8221; references my article on organizing rather than mobilizing — that social networking is about &lt;i&gt;communication&lt;/i&gt;, not finding another way to pump your supporters for donations or signatures on a petition. This might be particularly challenging for all but the largest and tech-savvy electoral campaigns (as &lt;a target="_blank" title="Panel discussion with Chris Hughes on social networks and social change" href="http://www.americanprogressaction.org/events/2007/noi.html"&gt;Chris Hughes&lt;/a&gt;, now of my.BarackObama.com, would know). For extraparliamentary activism, though, it&amp;#8217;s still a powerful tool for meeting your supporters where they are and organizing them into long-term social&amp;nbsp;movements.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-coverage-source"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.epolitics.com/2008/05/04/has-facebook-jumped-the-shark-as-a-political-tool/" target="_blank"&gt;Colin Delaney, e.politics&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-coverage-date"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;4 May 2008&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-coverage-pullquote"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Those groups that have found advocacy success on &lt;a class="glossary-term" href="http://rootwork.org/category/tags/facebook"&gt;&lt;span hovertip=45&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="45"&gt;Facebook is a social network encouraging real identity — each user has a single account under their full, real name. Facebook began among &lt;span class="caps"&gt;US&lt;/span&gt; college students but has quickly expanded to people of all ages around the world.&lt;/span&gt; tend to adopt&lt;br /&gt;
an approach that &lt;span class="caps"&gt;USES&lt;/span&gt; the one-on-one nature of the site. As one small&lt;br /&gt;
example, I spoke to a group of pro-choice activists a few weeks ago,&lt;br /&gt;
many of whom work with students on college campuses. When I asked how&lt;br /&gt;
Facebook fit into their work, the overwhelming response was that it was&lt;br /&gt;
essentially an email replacement — they employed Facebook messages to&lt;br /&gt;
reach individual supporters or small groups of supporters when they&lt;br /&gt;
were preparing for events or promoting a particular message. The&lt;br /&gt;
Genocide Intervention Network demonstrates a much more comprehensive&lt;br /&gt;
and strategic approach but the same basic idea: as &lt;a href="/blog/2007/10/organizing-rather-mobilizing-using-social-networks-constituency-building"&gt;Ivan Boothe wrote last year&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Note that Ivan is describing something very different than traditional&lt;br /&gt;
mass communications: &lt;b&gt;heâ€™s talking about working closely (no doubt&lt;br /&gt;
frequently one-on-one) with people on Facebook and other networking&lt;br /&gt;
sites over a long period of time to help build a cadre of very&lt;br /&gt;
committed activists&lt;/b&gt; — something that most electoral campaigns (and even&lt;br /&gt;
most issue advocacy campaigns) simply canâ€™t do, whether because of lack&lt;br /&gt;
of time or lack of&amp;nbsp;resources.
&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0BUY-GzlcFo:p46fmRrHTsY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0BUY-GzlcFo:p46fmRrHTsY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0BUY-GzlcFo:p46fmRrHTsY:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0BUY-GzlcFo:p46fmRrHTsY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=0BUY-GzlcFo:p46fmRrHTsY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0BUY-GzlcFo:p46fmRrHTsY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=0BUY-GzlcFo:p46fmRrHTsY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/facebook">Facebook</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Sun, 04 May 2008 22:20:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">46 at http://rootwork.org</guid>
  </item>
  <item>
    <title>How Millennials are organizing for social change</title>
    <link>http://rootwork.org/coverage/2008/04/how-millennials-are-organizing-social-change</link>
    <description>&lt;div class="field field-type-text field-field-coverage-comment"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Allison Fine calls this kind of decentralized organizing &amp;#8220;network leadership,&amp;#8221; something I write more about in a follow-up post, &amp;#8220;&lt;a title="Read the complete blog entry" href="/blog/2008/05/just-what-kind-social-change-are-you-interested"&gt;Just what kind of social change are you interested in?&lt;/a&gt;&amp;#8221;&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-coverage-source"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.scribd.com/doc/2626239/Social-Citizens-Discussion-Paper" target="_blank"&gt;Social Citizens, by Allison Fine&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-coverage-date"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;24 April 2008&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-coverage-pullquote"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Ivan Boothe, for example, says his organization&amp;#8217;s goal is to &amp;#8220;involve people who are active and educated about the issue who become leaders as members. Our members are not just a mailing list. &lt;span class="caps"&gt;GI&lt;/span&gt;-Net is all about giving up control &amp;#8230; Organizations need more than a membership card. We are creating a permanent anti-genocide&amp;nbsp;constituency.&amp;#8221;&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=rGbgqGpM39A:_LgejU56JYM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=rGbgqGpM39A:_LgejU56JYM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=rGbgqGpM39A:_LgejU56JYM:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=rGbgqGpM39A:_LgejU56JYM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=rGbgqGpM39A:_LgejU56JYM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=rGbgqGpM39A:_LgejU56JYM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=rGbgqGpM39A:_LgejU56JYM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Fri, 25 Apr 2008 00:30:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">49 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Genocide Intervention Network nominated for NetSquared mashup award</title>
    <link>http://rootwork.org/blog/2008/03/genocide-intervention-network-nominated-netsquared-mashup-award</link>
    <description>&lt;p&gt;&lt;a title="View GI-Net's project" href="http://www.netsquared.org/2008/conference/projects/anti-genocide-action-tracker-genocide-scores-every-politician-state-and-university" target="_blank"&gt;&lt;img style="padding: 0pt 0pt 1em 1em" src="http://www.genocideintervention.net/files/featured_project.jpg" alt="NetSquared featured project" width="144" height="55" align="right" /&gt;&lt;/a&gt; This week, the Genocide Intervention Network was honored to be nominated by the NetSquared community as a &lt;a href="http://www.netsquared.org/2008/conference" target="_blank"&gt;2008 Featured Project&lt;/a&gt; for our proposal to &lt;a href="http://www.netsquared.org/2008/conference/projects/anti-genocide-action-tracker-genocide-scores-every-politician-state-and-university" target="_blank"&gt;upgrade and extend the DarfurScores.org website&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Genocide Intervention Network seeks to create a new website, modeled on our successful Darfur congressional scorecard, &lt;strong&gt;&lt;a href="http://darfurscores.org/"&gt;DarfurScores.org&lt;/a&gt;&lt;/strong&gt;, tentatively named GenocideScores.org.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Our current plan for the site &amp;mdash; which could change as we explore different options and hear feedback from our members &amp;mdash; has four main components:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.DarfurScores.org" target="_blank"&gt;&lt;img style="padding: 0pt 0pt 1em 1em" title="DarfurScores.org: Calling on Congress to Stop Genocide" src="http://www.genocideintervention.net/files/darfurscores.png" alt="DarfurScores.org: Calling on Congress to Stop Genocide" width="200" height="175" align="right" /&gt;&lt;/a&gt;&lt;strong&gt;Collecting together anti-genocide data&lt;/strong&gt;, not only on Darfur but on each of our &lt;a href="http://www.genocideintervention.net/educate/crisis/overview" target="_blank"&gt;areas of concern&lt;/a&gt;. Instead of being limited to only legislative records, each state would list its status on other anti-genocide initiatives like &lt;a href="http://www.sudandivestment.org/" target="_blank"&gt;Sudan divestment&lt;/a&gt; and &lt;a href="http://www.teachagainstgenocide.org/" target="_blank"&gt;genocide education&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Provide clear illustrations of legislative status.&lt;/strong&gt; Instead of just hearing about a bill when a member of Congress does (or doesn't) vote for it, we'll be tracking bills as they move through each chamber.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cross-index a bill's status with a member's location.&lt;/strong&gt; When the latest bill on genocide prevention is up for a vote, anti-genocide activists whose members of Congress represent key votes on the legislation will be able to receive automatic alerts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Provide embeddable badges or widgets for activists to place on their profiles, blogs or websites.&lt;/strong&gt; At a glance, both you and visitors to your website, blog or social networking profile will be able to see how your state and legislators are doing on the question of genocide. And when urgent action is needed, these badges will be automatically updated with a special link to take action.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Now, we want your feedback. If you have a chance, &lt;a href="/2008/conference/projects/anti-genocide-action-tracker-genocide-scores-every-politician-state-and-university" target="_blank"&gt;read through our proposal for DarfurScores.org&lt;/a&gt; and leave a comment &lt;/strong&gt;&amp;mdash; tell us what you like, what you think could be changed, what we're overlooking. Remember that this is all about our core mission: &lt;strong&gt;empowering individuals and communities with the tools to prevent and stop genocide.&lt;/strong&gt; We hope this project will result in a valuable new tool, and we'd love to have your input!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mOxOSqfkWyw:eenq5yF1lSQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mOxOSqfkWyw:eenq5yF1lSQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mOxOSqfkWyw:eenq5yF1lSQ:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mOxOSqfkWyw:eenq5yF1lSQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=mOxOSqfkWyw:eenq5yF1lSQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=mOxOSqfkWyw:eenq5yF1lSQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=mOxOSqfkWyw:eenq5yF1lSQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-projects">Nonprofit Projects</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Fri, 28 Mar 2008 20:34:18 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">8 at http://rootwork.org</guid>
  </item>
  <item>
    <title>PBS: 'Social Networks and ... Genocide'</title>
    <link>http://rootwork.org/coverage/2008/02/pbs-social-networks-genocide</link>
    <description>&lt;div class="field field-type-link field-field-coverage-source"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.pbs.org/engage/blog/social-networks-and-genocide" target="_blank"&gt;PBS Engage&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-coverage-date"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;18 February 2008&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-coverage-pullquote"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;The group &amp;#8230; uses social networking to call its members to action. A&lt;br /&gt;
targeted campaign of &lt;a class="glossary-term" href="http://rootwork.org/category/tags/facebook"&gt;&lt;span hovertip=45&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="45"&gt;Facebook is a social network encouraging real identity — each user has a single account under their full, real name. Facebook began among &lt;span class="caps"&gt;US&lt;/span&gt; college students but has quickly expanded to people of all ages around the world.&lt;/span&gt; messages in Indiana netted a large number&lt;br /&gt;
of students willing to call Sen. Richard Lugar&amp;#8217;s top donors (a list of&lt;br /&gt;
which was uploaded from opensecrets.org) and ask them to pressure the&lt;br /&gt;
senator to approve a bill on Darfur he was holding in his&amp;nbsp;committee.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Hhghpn5mGgY:DfGRf-mmZDk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Hhghpn5mGgY:DfGRf-mmZDk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Hhghpn5mGgY:DfGRf-mmZDk:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Hhghpn5mGgY:DfGRf-mmZDk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=Hhghpn5mGgY:DfGRf-mmZDk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Hhghpn5mGgY:DfGRf-mmZDk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=Hhghpn5mGgY:DfGRf-mmZDk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Mon, 18 Feb 2008 18:45:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">47 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Drupal for Nonprofits, or, How to Build Social Networks for Change</title>
    <link>http://rootwork.org/blog/2008/01/drupal-nonprofits-or-how-build-social-networks-change</link>
    <description>&lt;p&gt;
&lt;em&gt;(Cross-posted to &lt;a href="http://www.netsquared.org/blog/quixotic/drupal-nonprofits-or-how-build-social-networks-change" target="_blank"&gt;NetSquared&lt;/a&gt;)&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
Earlier this month, NetSquared was generous enough to fund my attendance at the &lt;a href="http://www.lullabot.com/workshop/both-fall-workshops/providence-ri-2007"&gt;Lullabot Drupal Intensive&lt;/a&gt; workshop in Providence, Rhode Island. &lt;a href="http://www.drupal.org"&gt;Drupal&lt;/a&gt; is a free, open-source content management system that allows non-technical users to update your site and is capable of powering blogs, community sites, action-oriented campaigns and social networks along the lines of MySpace and Facebook. Lullabot, a Drupal development firm that involved in much of the Drupal development, has a &lt;a href="http://www.lullabot.com/articles/how_drupal_will_save_world" target="_blank"&gt;keen interest in Drupal for nonprofits&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
In return for NetSquared's generosity, I wanted to post some tips for nonprofits thinking about using Drupal for their sites. I'm convinced that, under most circumstances, Drupal can be a powerful resource for online advocacy and social change.
&lt;/p&gt;
&lt;h3&gt;Background&lt;/h3&gt;
&lt;p&gt;
To date, I have built four full-fledged sites with Drupal for the &lt;a href="http://www.genocideintervention.net"&gt;Genocide Intervention Network&lt;/a&gt;: &lt;a href="http://www.askthecandidates.org"&gt;Ask the Candidates&lt;/a&gt; (Drupal version 5), the &lt;a href="http://www.darfurscores.org"&gt;Darfur Congressional Scorecard&lt;/a&gt; (v4.7), Time to Protect (v4.7, no longer online) and Power to Protect (v4.6, no longer online). GI-Net's &lt;a href="http://www.genocideintervention.net"&gt;main site&lt;/a&gt; was also developed in Drupal (v4.7) by an outside firm, as was GI-Net's student site, &lt;a href="http://www.standnow.org"&gt;STAND&lt;/a&gt; (v4.7). My &lt;a href="http://www.quixoticlife.net"&gt;personal site&lt;/a&gt; is in Drupal (v5) and I'm working on releasing an e-commerce site and a community events site in the near future.
&lt;/p&gt;
&lt;p&gt;
Although I have a working knowledge of basic PHP, on which Drupal is based, my work primarily is in HTML and CSS &amp;mdash; for the majority of things our sites need to do, it's mainly a matter of finding the right modules (plugins) and then themeing (designing) the site to look the way we want. By and large you don't need to have a lot of programming knowledge to create effective sites in Drupal.
&lt;/p&gt;
&lt;h3&gt;When to Use Drupal &amp;mdash; and When Not to Use it&lt;/h3&gt;
&lt;p&gt;
Drupal has a number of strengths:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Once you understand the terminology and basic structure of Drupal, it's easy to set up sites relatively quickly, with advanced functionality simply "dropped in" by way of modules.&lt;/li&gt;
&lt;li&gt;Drupal is relatively easy to theme, especially in version 5 and even more so in the upcoming version 6 (likely to be released in early 2008).&lt;/li&gt;
&lt;li&gt;Drupal is extremely search-engine friendly, helping get your site to the top of search engine lists with minimal effort. With a few tweaks and additional modules, it can be even more effective.&lt;/li&gt;
&lt;li&gt;Drupal is relatively scalable, able to power large sites as well as small. For very high-traffic sites, this will take some tweaking of the server settings, but this is true for pretty much any content management system (CMS).&lt;/li&gt;
&lt;li&gt;It's free! More importantly, it has a large, robust community of developers regularly updating both its core features and plug-in modules &amp;mdash; also for free! And when you can't swing the free-software cost &amp;mdash; staff time &amp;mdash; there are plenty of &lt;a href="http://drupal.org/drupal-services"&gt;Drupal developers&lt;/a&gt; out there. For nonprofits looking to "act out" social change, Drupal is a welcome addition to for-profit corporations upon which you have to depend for any updates or bug fixes.&lt;/li&gt;
&lt;li&gt;Because it's open-source, Drupal won't lock you in to a proprietary system that mangles your data or makes it difficult to switch to another CMS in the future. Additionally, it's open nature allows for more frequent integration with other software and web services &amp;mdash; everything from &lt;a href="http://www.flickr.com"&gt;Flickr&lt;/a&gt; to &lt;a href="http://www.salesforce.com"&gt;Salesforce&lt;/a&gt;, with rumors of &lt;a href="http://www2.democracyinaction.org/"&gt;Democracy in Action&lt;/a&gt; on the way.
	&lt;/li&gt;
&lt;li&gt;Of special note, Drupal has tight integration with &lt;a href="http://civicrm.org/"&gt;CiviCRM&lt;/a&gt; and equally free, open-source contact relationship manager (also available for the Joomla CMS). If you opt to use CiviCRM as your CRM for donors or members, you can aggregate useful data like donations through the website, membership dues, attendance at events, subscriptions to mailing lists and participation in local groups, as well as the usual searching, sorting and categorizing of contacts available in any CRM.&lt;/li&gt;
&lt;li&gt;For you geeks out there, it uses standards compliant (at least in core) semantic code and is built on the &lt;a href="http://en.wikipedia.org/wiki/Model-view-controller"&gt;MVC&lt;/a&gt; model.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Many prominent sites, both commercial and nonprofit, have been built on Drupal, including &lt;a href="http://www.mtv.co.uk/"&gt;MTV.co.uk&lt;/a&gt;, &lt;a href="http://dodd.senate.gov/"&gt;Sen. Chris Dodd&lt;/a&gt;, &lt;a href="http://www.theonion.com/"&gt;The Onion&lt;/a&gt; and NetSquared itself (&lt;a href="http://www.netsquared.org"&gt;see a full list&lt;/a&gt;). One of my favorites, just recently released, is WITNESS's &lt;a href="http://hub.witness.org/"&gt;The Hub&lt;/a&gt;, built by the fine folks at &lt;a href="http://www.civicactions.com/"&gt;CivicActions&lt;/a&gt;. (The Hub was also a &lt;a href="http://www.netsquared.org/projects/proposals/hub"&gt;proposal&lt;/a&gt; for the 2007 NetSquared Conference.) I think The Hub really shows the potential for social change that Drupal-powered sites can accomplish.
&lt;/p&gt;
&lt;p&gt;
When might you not want to use Drupal?
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;For those completely new to Drupal, it can have a significant learning curve. We're not talking Photoshop here, but much of the terminology and structure of the site can be unfamiliar to new users, even those familiar with other CMSes. If you need a hot website tomorrow and can't spring for a paid developer, it might make more sense to go with a CMS you already know.&lt;/li&gt;
&lt;li&gt;Drupal is an excellent platform for blogs, and allows you to build in a lot of community and social-networking features that can strengthen your blog's appeal. However, &lt;a href="http://wordpress.org/"&gt;WordPress&lt;/a&gt;, another free open-source software, is specifically oriented toward blogs. The learning curve is significantly less, and it's somewhat easier to theme (design). If you're primarily a designer and you want a straightforward blog site without having to ever see a line of PHP code, WordPress may well be a better option. Like Drupal, it has an excellent community of developers and contributers, and many of its plugins can also stretch its capabilities to encompass social-networking-oriented functions.&lt;/li&gt;
&lt;li&gt;If you absolutely need a website tomorrow &amp;mdash; a simple blog or "brochureware" site giving the basics of a new campaign and a place to post updates and press releases, your best bet may be &lt;a href="http://www.joomla.org/"&gt;Joomla&lt;/a&gt;. Like Drupal and WordPress, it's free, open-source and has lots of developers, many of them involved in nonprofits and advocacy campaigns. It is somewhat harder to design to not look like "a Joomla site" but there's no question that it's faster to set up and publish a simple website.&lt;/li&gt;
&lt;li&gt;Free software is great and all, but if you have no budget and no design or programming resources in-house, you may want to stick with that commercial CMS you know &amp;mdash; or even Dreamweaver or FrontPage sites. The cost of free software is the development time, and that isn't an insignificant concern. If you're planning a big campaign and have a budget or in-house developers, I highly recommend one of the open-source CMSes because of all of the strengths mentioned above (and particularly that they won't lock you into some horrible proprietary code nightmare). But not every nonprofit will have that luxury, and you should carefully consider if you have the money or staff time to build a site from scratch.&lt;/li&gt;
&lt;li&gt;Above, I mentioned that many Drupal modules offer integration with other software and web services. This is true, but not for every piece of software out there, and not always as robustly as you might like. In particular, if you have a lot of tight integration needs and already have another piece hosted with another service &amp;mdash; a donor database or an online action suite, for instance &amp;mdash; it may make sense to build your website using their own CMS to allow for the tightest possible integration. You'll give up some of the cool Drupal functionality and customization possibilities, but when it comes time to run those end-year reports, you just push a button.&lt;/li&gt;
&lt;li&gt;Drupal is built by volunteers. Some of them are paid web developers who voluntarily contribute their work back to the Drupal community. But nothing is guaranteed &amp;mdash; that module you depend on might have a bug that doesn't get fixed for six months. There are ways to help guard against this &amp;mdash; for instance, by sticking to modules &lt;a href="http://www.lullabot.com/audiocast/drupal_podcast_no_40_top_40_projects"&gt;recommended&lt;/a&gt; by &lt;a href="http://webpodge.com/2007/02/22/top-10-drupal-modules/"&gt;others&lt;/a&gt;, and checking to see how often past releases have come out, but it's definitely something to consider. In all of the sites I've built Drupal on, only one mission-critical item has ever had a serious bug that took a couple of months to get addressed. That said, if you do have developers on hand or can pay others, Drupal's open-source nature makes it easy to find and squash the bugs yourself as they occur &amp;mdash; no waiting on Kintera or Convio to get around to fixing your pet peeve with the software.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Drupal Resources for Nonprofits&lt;/h3&gt;
&lt;p&gt;
&lt;a href="http://groups.drupal.org/drupal-for-good" target="_blank"&gt;Drupal for Good&lt;/a&gt; is the primary Drupal-centered site for nonprofit and charitable discussions. (For the mischievous, there's also &lt;a href="http://groups.drupal.org/drupal-for-evil" target="_blank"&gt;Drupal for Evil&lt;/a&gt;.) There are plenty of &lt;a href="http://tinyurl.com/35g76u" target="_blank"&gt;geographically-based Drupal groups&lt;/a&gt; &amp;mdash; see if there's one near you!
&lt;/p&gt;
&lt;p&gt;
There's lots of general Drupal support out there, including the &lt;a href="http://drupal.org/handbooks" target="_blank"&gt;handbook documentation&lt;/a&gt;, &lt;a href="http://drupal.org/handbooks" target="_blank"&gt;mailing lists&lt;/a&gt;, &lt;a href="http://drupal.org/node/108355" target="_blank"&gt;IRC&lt;/a&gt;, &lt;a href="http://drupal.org/forum" target="_blank"&gt;forums&lt;/a&gt; and &lt;a href="http://drupal.org/planet"&gt;blogs&lt;/a&gt;. (If you have questions about a specific module, the best practice is to go to that module's project page on Drupal and post an issue &amp;mdash; among other things, it's far more likely your questions or concerns will be answered than if you post on the general forums!) There are also &lt;a href="http://drupal.org/node/42200" target="_blank"&gt;books on Drupal&lt;/a&gt; as well as fee-based training from groups like &lt;a href="http://www.lullabot.com/training" target="_blank"&gt;Lullabot&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Want even more? Try the weekly &lt;a href="http://www.lullabot.com/podcast" target="_blank"&gt;Lullabot Podcast&lt;/a&gt; or browse through the step-by-step &lt;a href="http://www.drupaldojo.com/" target="_blank"&gt;Drupal Dojo screencasts&lt;/a&gt;. One of Drupal's strengths is its vibrant community!
&lt;/p&gt;
&lt;p&gt;
I'll be posting more about how Drupal can be useful to nonprofits &amp;mdash; including case studies &amp;mdash; in the near future. If you have any comments or suggestions for resources, please add them in the comments!
&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=swVp1By8T3s:FsKERTIUaXU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=swVp1By8T3s:FsKERTIUaXU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=swVp1By8T3s:FsKERTIUaXU:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=swVp1By8T3s:FsKERTIUaXU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=swVp1By8T3s:FsKERTIUaXU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=swVp1By8T3s:FsKERTIUaXU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=swVp1By8T3s:FsKERTIUaXU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-technology">Nonprofit Technology</category>
 <category domain="http://rootwork.org/category/series/mulch">Mulch</category>
 <category domain="http://rootwork.org/category/tags/drupal">Drupal</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Wed, 02 Jan 2008 00:30:24 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">1 at http://rootwork.org</guid>
  </item>
  <item>
    <title>NetSquared interview on the Genocide Intervention Network</title>
    <link>http://rootwork.org/coverage/2007/10/netsquared-interview-genocide-intervention-network</link>
    <description>&lt;div class="field field-type-text field-field-coverage-comment"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;This interview chronicles the Genocide Intervention Network&amp;#8217;s use of social networking and social media in the arena of anti-genocide advocacy. And it touches on a key point of mine — the usefulness of these kinds of tools in &lt;a title="Read the complete blog entry" href="/blog/2007/10/organizing-rather-mobilizing-using-social-networks-constituency-building"&gt;organizing rather than mobilizing&lt;/a&gt;, that is, developing long-term social movements rather than single-issue&amp;nbsp;campaigns.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-coverage-source"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.netsquared.org/blog/britt-bravo/interview-ivan-boothe-genocide-intervention-network-n2y2-featured-project" target="_blank"&gt;Britt Bravo, NetSquared&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-coverage-date"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;25 October 2007&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-coverage-pullquote"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Our experience, overall, has been that local people are really out in front on organizing [the anti-genocide] issue, and we&amp;#8217;re just creating the tools, putting the tools in their hands, and giving them the resources to take action. For instance, the &lt;a target="_blank" title="The anti-genocide hotline" href="http://www.1800genocide.com"&gt;1-800-&lt;span class="caps"&gt;GENOCIDE&lt;/span&gt;&lt;/a&gt; Hotline, the &lt;a target="_blank" title="Calling on Congress to stop genocide" href="http://www.darfurscores.org"&gt;Darfur Scorecard&lt;/a&gt;, things like that are giving people the resources to take&amp;nbsp;action.&lt;/p&gt;
&lt;p&gt;In our experience, they&amp;#8217;re already out there doing a lot of stuff. I know when we began a couple of years ago, and were just sort of starting our outreach on &lt;a class="glossary-term" href="http://rootwork.org/category/tags/facebook"&gt;&lt;span hovertip=45&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="45"&gt;Facebook is a social network encouraging real identity — each user has a single account under their full, real name. Facebook began among &lt;span class="caps"&gt;US&lt;/span&gt; college students but has quickly expanded to people of all ages around the world.&lt;/span&gt;, we found there were already dozens of Facebook groups around the issue and working on these issues.&lt;b&gt; It was just about networking them, giving them resources, giving them support in the work they were doing.&lt;/b&gt; That&amp;#8217;s what we&amp;#8217;ve been trying to do since&amp;nbsp;then.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ko38aQ8-SaQ:4RJC786IwXY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ko38aQ8-SaQ:4RJC786IwXY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ko38aQ8-SaQ:4RJC786IwXY:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ko38aQ8-SaQ:4RJC786IwXY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=ko38aQ8-SaQ:4RJC786IwXY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=ko38aQ8-SaQ:4RJC786IwXY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=ko38aQ8-SaQ:4RJC786IwXY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-projects">Nonprofit Projects</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/facebook">Facebook</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <pubDate>Fri, 26 Oct 2007 01:47:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">44 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Organizing Rather than Mobilizing: Using Social Networks for Constituency-Building</title>
    <link>http://rootwork.org/blog/2007/10/organizing-rather-mobilizing-using-social-networks-constituency-building</link>
    <description>&lt;p&gt; Britt Bravo from &lt;a href="http://www.netsquared.org/" target="_blank"&gt;NetSquared&lt;/a&gt; asks, "&lt;a href="http://www.netsquared.org/blog/britt-bravo/join-net2thinktank-what-return-investment-social-web-nonprofits" target="_blank"&gt;What is the return on investment of the social web for nonprofits?&lt;/a&gt;" &lt;/p&gt; &lt;p&gt; For the &lt;a href="http://www.genocideintervention.net/" target="_blank"&gt;Genocide Intervention Network&lt;/a&gt;, which is the organization I'm involved with that has been most active in social networking, involvement in the "social web" is really an outgrowth of our entire mission: To form the first anti-genocide constituency, and to empower our members with the tools to prevent and stop genocide. &lt;/p&gt; &lt;p&gt; The words "constituency" and "empower" are key. &lt;strong&gt;We're not simply looking for a mailing list or an ATM — we want an educated, active movement of people interested in preventing and stopping genocide.&lt;/strong&gt; Our members need to be able to think for themselves on the issue — to hold events in their communities, motivate others to take action, press their elected representatives to take stand — not to simply be another name on a list, but to be a hub in an ever-expanding network. &lt;/p&gt; &lt;p&gt; This is really the principle behind the social web: &lt;a href="http://www.cluetrain.com/book/95-theses.html" target="_blank"&gt;it's all about conversations&lt;/a&gt;. And for us, conversations are the perfect way to build a vibrant, effective movement. &lt;/p&gt; &lt;p&gt; When GI-Net began, we were primary student-oriented, and so organizing in places like Facebook was really a necessity. But as we grew, it became clear that focusing on these types of networks, in which we were able to supply members with knowledge but they were also empowered to speak for themselves, could be a powerful way to grow our impact exponentially. &lt;/p&gt; &lt;p&gt; In fact, effective social movements have &lt;a title="Aldon Morris: The Origins of the Civil Rights Movement" href="http://www.amazon.com/Origins-Civil-Rights-Movements-Morris/dp/0029221307" target="_blank"&gt;always&lt;/a&gt; been &lt;a title="Frances Fox Piven and Richard Cloward: Poor People's Movements" href="http://www.amazon.com/Poor-Peoples-Movements-They-Succeed/dp/0394726979/ref=pd_sim_b_2/105-1783542-3990051" target="_blank"&gt;based&lt;/a&gt; on affective &lt;a title="Robin D.G. Kelley: Race Rebels" href="http://www.amazon.com/Race-Rebels-Culture-Politics-Working/dp/0684826399" target="_blank"&gt;social ties&lt;/a&gt;, and fears of &lt;a title="Robert Putnam: Bowling Alone" href="http://www.bowlingalone.com/" target="_blank"&gt;postmodern atomization&lt;/a&gt; aside, twenty-first century movements won't be any different. &lt;/p&gt; &lt;p&gt; When I &lt;a href="http://www.idealware.org/articles/social_networking_genocide.php" target="_blank"&gt;first started writing about this&lt;/a&gt;, however, I explained an important requirement for engagement in the social web to succeed — and this is still true for us today: &lt;/p&gt; &lt;blockquote&gt; &lt;p&gt; There's a mentality shift required to fully engage with social networking and community content sites: sometimes, you have to let go. It's true that someone could start posting pictures on Flickr of irrelevant things and tag them "antigenocide," or that some of our biggest fans hosting the YouTube video on MySpace might have profiles that would make some of our donors cringe. Perhaps even more significantly, it's possible that some of the people who encounter us on these sites never make it to our main website, never sign up for a newsletter, never complete an action, and never make a donation.&lt;p&gt;&lt;/p&gt; For us, it goes back to our mission: to empower our members to prevent and stop genocide, and in so doing, to create an educated anti-genocide constituency. While we do, of course, want to increase our membership rolls and make ever-larger donations to civilian protection, in some respects it's not always necessary for people to perform every anti-genocide action through our organization. If our videos or emails or profiles get people talking more substantially about genocide — and the concrete ways in which they can actually prevent and stop genocide — then in some sense whether they end up on our mailing list is somewhat beside the point. Through their knowledge they will engage others, and ultimately enhance the anti-genocide movement we're helping to build. &lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt; In his &lt;a href="http://www.personaldemocracy.com/node/1116" target="_blank"&gt;profile&lt;/a&gt; of GI-Net and Catalyst Campaigns, Joshua Levy describes this approach as "similar to bottom-up, open-source collaborative projects," and I think that's exactly right. Our organization is engaged in a collaborative project with our members, and while we may have particular resources or acquired expertise, it's really their activism and passion that will build and drive the movement. &lt;/p&gt; &lt;p&gt; What it all comes down to is that we're focusing on organizing people into a permanent anti-genocide movement (and much of that happens in a &lt;a href="http://www.idealware.org/articles/participatory_tools.php" target="_blank"&gt;decentralized, self-organized&lt;/a&gt; sort of way) rather than simply mobilizing people for a particular event or campaign and then sending them home. If you just need bodies at a rally, names on a petition or donations in your coffers, &lt;strong&gt;mobilizing&lt;/strong&gt; through traditional means will work great. But if you need an active, educated and effective movement, &lt;strong&gt;organizing&lt;/strong&gt; through social webs has the potential to create much more lasting change. &lt;/p&gt; &lt;h3&gt;The Genocide Intervention Network on the Social Web&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://myspace.com/genocideintervention" target="_blank"&gt;MySpace&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.facebook.com/group.php?gid=2204803189" target="_blank"&gt;Facebook&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.change.org/genocideintervention" target="_blank"&gt;change.org&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://endgenocide.livejournal.com/profile" target="_blank"&gt;LiveJournal&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://twitter.com/antigenocide" target="_blank"&gt;Twitter&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://flickr.com/photos/genocideintervention" target="_blank"&gt;Flickr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.youtube.com/profile?user=genocideintervention" target="_blank"&gt;YouTube&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Previous Articles&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.idealware.org/articles/social_networking_genocide.php" target="_blank"&gt;Using Social Networking to Stop Genocide&lt;/a&gt; (Idealware), on the origins of GI-Net's approach&lt;/li&gt; &lt;li&gt;&lt;a href="/blog/2006/12/theory-bottom-social-networking"&gt;Bottom-up social networking interview&lt;/a&gt;, on why MySpace isn't like banner ads (see the second half). &lt;/li&gt; &lt;li&gt;&lt;a href="http://www.americanprogressaction.org/events/2007/noi.html" target="_blank"&gt;Leveraging Social Networks for Progressive Organizing&lt;/a&gt; (New Organizing Institute), a video of a panel discussion I was on talking about the possibilities for nonprofits using social networks&lt;/li&gt; &lt;li&gt;&lt;a href="http://quixoticlife.net/journal/2007/04/06/notes-ntc-leveraging-power-participatory-media-and-future-online-outreach"&gt;Notes from NTC: Leveraging the Power of Participatory Media AND The Future of Online Outreach&lt;/a&gt;, on the related topic of user-generated media campaigns&lt;/li&gt; &lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XCakwhbLBg8:A5qQ-Nc-090:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XCakwhbLBg8:A5qQ-Nc-090:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XCakwhbLBg8:A5qQ-Nc-090:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XCakwhbLBg8:A5qQ-Nc-090:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=XCakwhbLBg8:A5qQ-Nc-090:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XCakwhbLBg8:A5qQ-Nc-090:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=XCakwhbLBg8:A5qQ-Nc-090:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/net2thinktank">net2thinktank</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Thu, 11 Oct 2007 16:40:52 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">2 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Notes from NTC: Participatory Media and the Future of Online Outreach</title>
    <link>http://rootwork.org/blog/2007/04/notes-ntc-participatory-media-future-online-outreach</link>
    <description>&lt;p&gt; Although these two panels were held separately at the &lt;a href="http://www.nten.org/ntc" target="_blank"&gt;Nonprofit Technology Conference 2007&lt;/a&gt;, I thought that they related so well that I'd present them together. &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;Leveraging the Power of Participatory Media&lt;/strong&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Colin Delany, &lt;a href="http://www.epolitics.com/" target="_blank"&gt;e.politics&lt;/a&gt; (presentation slides and resources &lt;a href="http://www.epolitics.com/2007/04/05/resources-for-n-ten-panel-on-socialparticipatory-media/" target="_blank"&gt;available online&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Michael Silberman, &lt;a href="http://www.echoditto.com/" target="_blank"&gt;EchoDitto&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;strong&gt;The Future of Online Outreach&lt;/strong&gt; &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Marty Kearns (and Ruby Sinreich), &lt;a href="http://www.greenmediatoolshed.org/" target="_blank"&gt;Green Media Toolshed&lt;/a&gt; (closely-related &lt;a href="http://activist.blogs.com/networkcentricadvocacypaper.pdf" target="_blank"&gt;essay&lt;/a&gt; available on &lt;a href="http://netcentriccampaigns.org/node/110" target="_blank"&gt;Netcentric Campaigns&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Participatory media is a campaign that utilizes content created by the users/members/visitors of the campaign &amp;mdash; and in may cases, this creation of content is the campaign itself. &lt;strong&gt;Colin&lt;/strong&gt; began by offering an example of a participatory-media approach that had backfired for a corporation, the anti-Chevy &lt;a href="http://www.youtube.com/watch?v=3CVezHDxFuw" target="_blank"&gt;Chevy Tahoe ad&lt;/a&gt;. (This ad campaign would also show up in &lt;strong&gt;Marty&lt;/strong&gt;'s presentation.) Colin pointed out that Chevy had decided to leave the ads online because they had the effect of driving lots of traffic to the website &amp;mdash; thus turning a negative backlash into a positive result. In his presentation, however, Marty said there had been a significant drop in sales of the Tahoe the next quarter &amp;mdash; possibly due to the rise in gas prices, but possibly also due to this negative publicity. &lt;/p&gt;
&lt;p&gt; After recommending that campaigns engage in participatory media for the simple reason that your users are doing it anyway (giving the example of the "&lt;a href="http://www.youtube.com/watch?v=6h3G-lMZxjo" target="_blank"&gt;vote different&lt;/a&gt;" video), Colin outlined the basic motivations: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;engagement&lt;/li&gt;
&lt;li&gt;leveraging collective intelligence (Marty might call this being network-centric)&lt;/li&gt;
&lt;li&gt;publicity&lt;/li&gt;
&lt;li&gt;because they're there&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Colin pointed out that email discussion lists and fora were a basic form of user-generated content. Beyond that lay blogs, then video and photographs, altered images, stories, social networking projects and "ideas" themselves. &lt;/p&gt;
&lt;p&gt; There are several levels of engagement possible with participatory media: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;observation (one-way, receiving information)&lt;/li&gt;
&lt;li&gt;interaction (responding with information, as in a blog comment)&lt;/li&gt;
&lt;li&gt;contribution (creating information, as in posting a blog)&lt;/li&gt;
&lt;li&gt;solicitation (asking others to create information in response to yours, as in a video response or a contest)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; A prime example of participatory media that Colin gave was Late Night with Conan O'Brien's &lt;a href="http://www.hornymanatee.com/" target="_blank"&gt;HornyManatee.com&lt;/a&gt;. The site solicits hot manatee action from its users, &lt;a href="http://www.hornymanatee.com/fan_art/8017.shtml" target="_blank"&gt;to great effect&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;Michael&lt;/strong&gt; then took the helm, demonstrating two participatory media campaigns EchoDitto had worked on (which coincidentally both &lt;a href="http://www.echoditto.com/node/1063" target="_blank"&gt;won awards&lt;/a&gt;): &lt;a href="http://www.sinceslicedbread.com/" target="_blank"&gt;Since Sliced Bread&lt;/a&gt; and the &lt;a href="http://www.pearlharborstories.org/" target="_blank"&gt;Pearl Harbor Survivors Project&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt; For the Survivors Project, Michael talked about the strategizing they had done in order to collect the stories of the several-hundred remaining survivors of the attack on Pearl Harbor in 1941. They had set up a toll-free number so that technologically-challenged seniors wouldn't have to interface with the website, but to their surprise that was the primary mode of submission. In another twist, they established a MySpace profile not expecting much response from a youthful crowd, but soon went on to find 20,000 friend requests. &lt;/p&gt;
&lt;p&gt; Michael pointed out that the nature of participatory media was still new enough that it is able to earn media for the organization &amp;mdash; the Survivors Project really took off after a feature in Parade. The very existence of the campaign was a news story, in a way a traditional museum-style exhibit on Pearl Harbor would not be. &lt;/p&gt;
&lt;p&gt; As for Since Sliced Bread, Michael explained that it was an attempt by &lt;a href="http://www.seiu.org/" target="_blank"&gt;SEIU&lt;/a&gt; president Andy Stern to solicit ideas directly from workers, because he felt like DC lobbyists and consultants working on labor issues weren't concerned with the real issues facing his union members. &lt;/p&gt;
&lt;p&gt; Users were thus invited to submit their best ideas Since Sliced Bread, with the &lt;a href="http://www.sinceslicedbread.com/idea/9602" target="_blank"&gt;winner&lt;/a&gt; receiving a prize of $100,000 and runners-up receiving money as well. The project had what Michael called "a panel of sort-of celebrities" which narrowed the tens-of-thousands of entries to a slate of 21 finalists. The community then voted on the winners from those 21. &lt;/p&gt;
&lt;p&gt; Michael talked about the issues confronted by the team when losers in the contest turned against the site &amp;mdash; a much higher volume of nasty blog comments, to the point that the blog became de-emphasized on the site to try to remove the flashpoint. The site also generated some serious victories as well, including the winning project going on to being approved by voters in a Washington state ballot initiative. &lt;/p&gt;
&lt;p&gt; In the question-and-answer period, numerous participatory media campaigns were offered, including the March of Dimes' &lt;a href="http://www.shareyourstory.org/" target="_blank"&gt;Share Your Story&lt;/a&gt; and the &lt;a href="http://209.85.165.104/search?q=cache:vbI-Qn4MVLsJ:picturethecure.ca/about.php+http://picturethecure.ca/about.php&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;cd=1&amp;amp;gl=us&amp;amp;client=firefox-a" target="_blank"&gt;Picture the Cure&lt;/a&gt; (cached copy, site seems down) initiative for the Canadian Cancer Society. &lt;strong&gt;Alan Rosenblatt&lt;/strong&gt; said &lt;a href="http://www.care2.com/" target="_blank"&gt;Care2&lt;/a&gt; had done a study demonstrating that people who participated in discussion fora were 74% more likely to take action. &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;On to the second session!&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt; &lt;strong&gt;Marty&lt;/strong&gt; began by making the argument that the differences in social networks (connections) today &amp;mdash; aptly covered by &lt;a href="/blog/britt-bravo/notes-ntc-keynote-david-weinberger" target="_blank"&gt;David Weinberger&lt;/a&gt; earlier in the day &amp;mdash; should necessarily change the way we go about social organizing. It is not as much about building individual leadership or organizational capacity, he said, but about making strong and effective connections. &lt;/p&gt;
&lt;p&gt; In other words, what would your organization do with 10,000 people for ten minutes? &lt;/p&gt;
&lt;p&gt; Most people today are under a barrage of information. When the FCC's "&lt;a href="https://www.donotcall.gov/" target="_blank"&gt;Do Not Call&lt;/a&gt;" list was launched, 50 million people signed up in just a few weeks &amp;mdash; without any advertising whatsoever. These people have "walked away from the current models of civic engagement." They don't sign up for email lists because they're afraid of ever getting off &amp;mdash; a barrier to exit becomes a barrier to entry. &lt;/p&gt;
&lt;p&gt; Network-centric advocacy focuses not only on the individual or organization, but more importantly on the network "as a mechanism for exerting influence." Recent political examples of this include the Gray Davis recall campaign, the Howard Dean presidential campaign, and the &lt;a href="http://www.networkforjustice.org/partners/New_Yorkers_Against_The_Death_Penalty" target="_blank"&gt;Network for Justice Against the Death Penalty&lt;/a&gt; campaign, which used an innovative evite.com-style model for encouraging people to encourage their friends to sign up (and publicly display the results). A more visual example is &lt;a href="http://forwardtrack.eyebeamresearch.org/" target="_blank"&gt;ForwardTrack&lt;/a&gt;, recently deployed by the Oxygen network in &lt;a href="http://speakup.oxygen.com/campaigns/womensrights/" target="_blank"&gt;Oh! Speakup!&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt; A strong network depends on five key components, according to Marty: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;strong social ties&lt;/em&gt; that become a "tangible, measured and carefully cultivated strategic asset" for organizers&lt;/li&gt;
&lt;li&gt;&lt;em&gt;a common story&lt;/em&gt; that allows the core actors to understand each other&lt;/li&gt;
&lt;li&gt;&lt;em&gt;a communications grid&lt;/em&gt; that allows for one-to-one, one-to-many and many-to-many conversations, including self-segmentation&lt;/li&gt;
&lt;li&gt;&lt;em&gt;shared resources&lt;/em&gt; for coordinated tasks&lt;/li&gt;
&lt;li&gt;&lt;em&gt;clarity of purpose&lt;/em&gt; and given the context to refine this purpose&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; What networks are particularly good at are: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;connecting (&lt;a href="http://www.ebay.com/" target="_blank"&gt;eBay&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;sequencing (&lt;a href="http://en.wikipedia.org/wiki/Seti_%40_home" target="_blank"&gt;SETI@Home&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;synchronizing (&lt;a href="http://www.smartmobs.com/book/" target="_blank"&gt;flash mobs&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;distributing (viral news) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; Additional examples given were MoveOn.org's &lt;a href="http://www.bushin30seconds.org/" target="_blank"&gt;Bush in 30 Seconds&lt;/a&gt; and the unaffiliated &lt;a href="http://www.congressin30seconds.com/" target="_blank"&gt;Congress in 30 Seconds&lt;/a&gt; &amp;mdash; both participatory media campaigns! &lt;/p&gt;
&lt;p&gt; The session closed with time for people to meet in small groups and discuss network-centric advocacy in the context of their own organizaitons. &lt;/p&gt;
&lt;p&gt; With that, I'll leave you with a quote from Marty: "Networks are leader&lt;em&gt;ful&lt;/em&gt; and boss&lt;em&gt;less&lt;/em&gt;." &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pj5R_ot2PZ8:Yf2yA2JaqPY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pj5R_ot2PZ8:Yf2yA2JaqPY:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pj5R_ot2PZ8:Yf2yA2JaqPY:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pj5R_ot2PZ8:Yf2yA2JaqPY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=pj5R_ot2PZ8:Yf2yA2JaqPY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=pj5R_ot2PZ8:Yf2yA2JaqPY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=pj5R_ot2PZ8:Yf2yA2JaqPY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/ntc07">ntc07</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Fri, 06 Apr 2007 10:38:35 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">4 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Interview on 'bottom-up' social networking from Personal Democracy Forum</title>
    <link>http://rootwork.org/coverage/2006/12/interview-bottom-social-networking-personal-democracy-forum</link>
    <description>&lt;div class="field field-type-text field-field-coverage-comment"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Joshua Levy&amp;#8217;s article at &lt;span class="caps"&gt;PDF&lt;/span&gt; articulates the &amp;#8220;rules for using &lt;a class="glossary-term" href="http://rootwork.org/category/tags/myspace"&gt;&lt;span hovertip=46&gt;MySpace&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="46"&gt;MySpace is a social network that is not built around a single identity. Users can and do have multiple profiles, with no restrictions on the &amp;#8220;names&amp;#8221; they use. MySpace is used by many musical groups.&lt;/span&gt;&amp;#8221; derived from his interviews with me and with Scott Goodstein, another online organizer who has done some amazing work. I wrote more extensively about the issues raised in this interview in my blog posting, &amp;#8220;&lt;a href="/blog/2006/12/theory-bottom-social-networking" title="Read the complete blog entry"&gt;The theory of bottom-up social networking&lt;/a&gt;.&amp;#8221;&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-link field-field-coverage-source"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://www.personaldemocracy.com/node/1116" target="_blank"&gt;Joshua Levy, Personal Democracy Forum&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-coverage-date"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;4 December 2006&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-coverage-pullquote"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;Offering concrete ideas for how to solve a seemingly insurmountable problem can give people a sense that they, as individuals, have a stake in an issue. The Genocide Intervention Network links to a list of &amp;#8220;ten things you can do to stop genocide.&amp;#8221; Ivan Boothe argues that these steps, broken down into easily digestible chunks, give people an easy way to participate. Although they also link to the Genocide Intervention Network&amp;#8217;s main web site, that isn&amp;#8217;t always the point. &amp;#8220;A number of these steps aren&amp;#8217;t even within our organization,&amp;#8221; Boothe says. &lt;b&gt;This sort of advocacy is similar to bottom-up, open-source collaborative projects like Wikipedia, in which no one group has proprietary ownership over an idea or a product; instead, the goal is a constant generation of awareness and ideas.&lt;/b&gt; A &lt;a class="glossary-term" href="http://rootwork.org/category/tags/myspace"&gt;&lt;span hovertip=46&gt;MySpace&lt;/span&gt;&lt;/a&gt;&lt;span class="hovertip" id="46"&gt;MySpace is a social network that is not built around a single identity. Users can and do have multiple profiles, with no restrictions on the &amp;#8220;names&amp;#8221; they use. MySpace is used by many musical groups.&lt;/span&gt; page, says Boothe, isn&amp;#8217;t simply an advertisement for an organization, &amp;#8220;it&amp;#8217;s a tool for mobilizing people for different kinds of&amp;nbsp;action.&amp;#8221;&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0NnOi0gbThM:WUg-XLdkFxc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0NnOi0gbThM:WUg-XLdkFxc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0NnOi0gbThM:WUg-XLdkFxc:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0NnOi0gbThM:WUg-XLdkFxc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=0NnOi0gbThM:WUg-XLdkFxc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=0NnOi0gbThM:WUg-XLdkFxc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=0NnOi0gbThM:WUg-XLdkFxc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/myspace">MySpace</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <category domain="http://rootwork.org/category/tags/web20">web2.0</category>
 <pubDate>Mon, 04 Dec 2006 23:00:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">43 at http://rootwork.org</guid>
  </item>
  <item>
    <title>The theory of bottom-up social networking</title>
    <link>http://rootwork.org/blog/2006/12/theory-bottom-social-networking</link>
    <description>&lt;p&gt; Recently, the &lt;a href="http://www.genocideintervention.net/" target="_blank"&gt;Genocide Intervention Network&lt;/a&gt;'s efforts in "social networking" — things like MySpace, Facebook, Flickr and del.icio.us — have been attracting a fair amount of attention. I was invited to write guest posts for the &lt;a href="http://blog.democracyinaction.org/comments.jsp?blog_entry_KEY=21711" target="_blank"&gt;Democracy in Action blog&lt;/a&gt; and &lt;a href="http://www.idealware.org/articles/social_networking_genocide.php" target="_blank"&gt;Idealware&lt;/a&gt; (a fleshed-out and updated version of the DiA post) and was asked to present at the &lt;a href="http://netsquared.meetup.com/2/calendar/5079363/" target="_blank"&gt;DC NetSquared MeetUp&lt;/a&gt; and the &lt;a href="http://www.internetadvocacycenter.com/education/roundtable.html" target="_blank"&gt;Internet Advocacy Roundtable&lt;/a&gt;. That all follows some &lt;a href="http://netsquared.org/blog/quixotic/can-blogging-stop-genocide" target="_blank"&gt;more general ideas on blogging&lt;/a&gt; that I wrote as an introduction to the NetSquared national conference last May (see also a &lt;a href="http://genocideintervention.net/members/docs/netact.pdf" target="_blank"&gt;PDF of the brochure&lt;/a&gt; distributed to attendees). &lt;/p&gt; &lt;p&gt; Today, Joshua Levy at Personal Democracy Forum posts the "&lt;a href="http://www.personaldemocracy.com/node/1116" target="_blank"&gt;rules for using MySpace&lt;/a&gt;" derived from interviews with me and with Scott Goodstein, another online organizer who has done some amazing work with &lt;a href="http://www.myspace.com/savetheinternet" target="_blank"&gt;Save the Internet&lt;/a&gt;, &lt;a href="http://www.myspace.com/save1800suicide" target="_blank"&gt;Save1800Suicide&lt;/a&gt; and the &lt;a href="http://www.militaryfreezone.org/" target="_blank"&gt;Military Free Zone&lt;/a&gt;. (Scott was also the person who originally contacted GI-Net about collaborating with the band Anti-Flag on a Darfur essay included in their newest album.) &lt;/p&gt; &lt;p&gt; One thing I have been emphasizing in all of these presentations and interviews has been the idea of &lt;strong&gt;using social networking as a "bottom-up" way of online mobilization&lt;/strong&gt; — in the words of GI-Net's mission, "empowering individuals and communities with the tools" to effect change. &lt;/p&gt; &lt;p&gt; Salient quote from Joshua's article: &lt;/p&gt; &lt;blockquote&gt;Offering concrete ideas for how to solve a seemingly insurmountable problem can give people a sense that they, as individuals, have a stake in an issue. The Genocide Intervention Network links to a list of "ten things you can do to stop genocide." Ivan Boothe argues that these steps, broken down into easily digestible chunks, give people an easy way to participate. Although they also link to the Genocide Intervention Network's main web site, that isn't always the point. "A number of these steps aren't even within our organization," Boothe says. This sort of advocacy is similar to bottom-up, open-source collaborative projects like Wikipedia, in which no one group has proprietary ownership over an idea or a product; instead, the goal is a constant generation of awareness and ideas. A MySpace page, says Boothe, isn't simply an advertisement for an organization, "it's a tool for mobilizing people for different kinds of action." &lt;/blockquote&gt; &lt;p&gt; I don't by any means consider myself an expert (personally I find myself less interested in MySpace than you might expect — but then again I'm a techie who hates cell phones, so maybe that's not a surprise) but I do think there's a lot to be accomplished in this space. I think organizations just have to stay focused on empowering their members rather than simply advertising to them, and really being willing engaging them in a constructive way. &lt;/p&gt; &lt;p&gt; Many of the &lt;a href="http://www.associatedcontent.com/article/79084/myspace_brings_humanitarian_organization.html" target="_blank"&gt;approaches to social networking&lt;/a&gt; seem to involve nothing more than acquiring banner space: &lt;/p&gt; &lt;blockquote&gt; If anyone out in the world needs help, all they have to do is look to MySpace. You just have to get up on the wall at MySpace, and represent. Good things will happen. &lt;/blockquote&gt; &lt;p&gt; Yes, you can reach a large audience with MySpace, and statistically, with a large enough audience you will have talented people volunteer their services. But that's not "social networking," it's just advertising — if nonprofits could easily and cheaply fly banner advertisements behind airplanes in the world's major cities, they would probably get a lot of volunteers, too. The only difference in this case is that it's electronic and (relatively) free. &lt;/p&gt; &lt;p&gt; And — as our organization has certainly found out — getting a lot of volunteers often means getting a lot of people wanting to do things you don't do or can't do (like volunteering to go to Darfur, or raising money for guns for rebels, or adopting orphaned Darfurian children). Getting a lot of exposure all of a sudden can overwhelm a nonprofit, and if there isn't a clear understanding already in place about how to effectively mobilize people toward actions that will make a positive difference, then I would be worried about getting distracted by chasing benefit concerts and bake sales all over the world. Enthusiastic supporters are great, but sometimes you have to channel them in the right direction. &lt;/p&gt; &lt;p&gt; Finally, even if online organizing dovetails well with community organizing, the mobilizing of third-party advocates only effects change if that mobilization is directed in a useful direction.* You might get a lot of people to sign a petition, but does that actually aid the community you supposedly help? You might attract a lot of donations, but does that actually support the people you say you represent? &lt;strong&gt;These are classic nonprofit challenges that don't go away simply through electronic networking.&lt;/strong&gt; &lt;/p&gt; &lt;p&gt; Online organizing doesn't replace real on-the-ground community organizing or empowerment. (This is actually one of my concerns with the &lt;a href="http://beth.typepad.com/beths_blog/2006/07/an_interview_wi.html" target="_blank"&gt;Second Life nonprofit fad&lt;/a&gt;, but that's for another post.) Action online only matters if it can be translated into the real world, or if it can develop social bonds that provide the framework for real-world action. &lt;/p&gt; &lt;h3&gt;Social Networking to Stop Genocide&lt;/h3&gt; &lt;p&gt; Some of GI-Net's social networking campaigns online: &lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://myspace.com/genocideintervention" target="_blank"&gt;MySpace&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.facebook.com/group.php?gid=2204803189" target="_blank"&gt;Facebook&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://del.icio.us/antigenocide" target="_blank"&gt;del.icio.us&lt;/a&gt; and &lt;a href="http://ma.gnolia.com/people/antigenocide" target="_blank"&gt;Magnolia&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://endgenocide.livejournal.com/profile" target="_blank"&gt;LiveJournal&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://flickr.com/photos/genocideintervention" target="_blank"&gt;Flickr&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.youtube.com/profile?user=genocideintervention" target="_blank"&gt;YouTube&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt; &lt;em&gt;* Interestingly, there have been very few effective online campaigns (using SNS or otherwise) with organizations that directly represent the communities they organize (e.g. homeless rights movements as opposed to advocates from the Global North raising money for Africa). The big one that comes to mind is the immigrants rights marches in the United States. Yet in that case, most of the mobilization came from &lt;a href="http://www.thenation.com/docprint.mhtml?i=20060619&amp;amp;s=lovato" target="_blank"&gt;radio DJs and existing labor ties&lt;/a&gt;, not the Internet. And when social networking did come into play, such as the &lt;a href="http://www.washingtonpost.com/wp-dyn/content/article/2006/03/28/AR2006032800982.html" target="_blank"&gt;student walkouts&lt;/a&gt; in Virginia and Maryland, they were largely decentralized, with no organization pointing the way or setting up MySpace profiles to encourage the movement.&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Q8izAjZDYxY:DIlfwMLApyo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Q8izAjZDYxY:DIlfwMLApyo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Q8izAjZDYxY:DIlfwMLApyo:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Q8izAjZDYxY:DIlfwMLApyo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=Q8izAjZDYxY:DIlfwMLApyo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=Q8izAjZDYxY:DIlfwMLApyo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=Q8izAjZDYxY:DIlfwMLApyo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/myspace">MySpace</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Mon, 04 Dec 2006 20:15:55 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">5 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Different kinds of elites (and different kinds of elitism)</title>
    <link>http://rootwork.org/blog/2006/05/different-kinds-elites-different-kinds-elitism</link>
    <description>&lt;p&gt;In his &lt;a href="http://netsquared.org/conference/conference-sessions/making-the-most-of-disruption" target="_blank"&gt;NetSquared presentation&lt;/a&gt; with &lt;a href="http://www.rheingold.com/" target="_blank"&gt;Howard Rheingold&lt;/a&gt;&lt;a&gt;, &lt;/a&gt;&lt;a href="http://netsquared.org/conference/confirmed-presenters/paul-saffo-director-and-roy-amara-fellow-institute-for-the-future" target="_blank"&gt;Paul Saffo&lt;/a&gt; said that social movements, online and otherwise, "need elites" in order to effect change.&lt;/p&gt;
&lt;p&gt;At first, this struck me as a popular myth — that social movements never accomplish things through activism alone — when in fact that's been pretty &lt;a href="http://www.aforcemorepowerful.org/films/afmp/index.php" target="_blank"&gt;spectacularly disproven&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But then Paul continued, and said that what he meant was "thought leaders" like Dr. King — an instructive example, since his oratories and marches were supported by a network of churches and supporters and &lt;a href="http://www.highlandercenter.org/" target="_blank"&gt;specific strategic planning&lt;/a&gt; that made his leadership possible.&lt;/p&gt;
&lt;p&gt;Earlier, &lt;a href="http://netsquared.org/conference/conference-sessions/conversation-with-angela-glover-blackwell" target="_blank"&gt;Angela Glover-Blackwell&lt;/a&gt; noted that traditionally, social change organizations had acted as the representatives for the vulnerable. Now, those voices are breaking through without the need for these nonprofits — a potentially threatening prospect.&lt;/p&gt;
&lt;p&gt;That made me think about the different kinds of "elites" that social movements and social networks engender. In my mind, there are four:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Power elites&lt;/strong&gt; are the traditional decisionmakers, who might also be termed &lt;a href="http://en.wikipedia.org/wiki/Monopoly_on_the_legitimate_use_of_physical_force" target="_blank"&gt;Weberian elites&lt;/a&gt; because of their support by the state. They have a strong hold on direct power, though has been shown through nonviolent conflict and the "paradox of repression" (think of the dictators overthrown by popular movements) they nonetheless depend on a limited sort of consent from those over whom they rule.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Resource elites&lt;/strong&gt; are those who have the infrastructure (or the capacity to develop it) to make things possible — be that change or stasis. Traditionally this has been people with the most money or natural resources; a relevant aspect of this today would be people (or communities) with the most access to technology.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Idea elites&lt;/strong&gt; are the ideological leaders who emerge, either hierarchically or communally, from a given social movement. These are the people who develop policy and drive debates — but much of their power comes from the movement itself; while they can lead to a limited extent, they are always in danger of losing their power to the next big thinker.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Literacy elites&lt;/strong&gt; are those who can "read" the situation. They might be the ones most familiar with the technology (be that movable type or Movable Type) or the ones most adept at community organizing. Today, they might be the teenager who can navigate among the SNSes (and, as Howard Rheingold pointed out, may even be unaware of their political power).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It seems important to me to keep these different types of elites in mind as we think about the intersections of technology and social change. One way of achieving change is by appealing to the state's powerholders — traditional power, that is. But throughout history, coalitions of people without this power have banded together to effect change. It may be that among the three other types of elites, a social movement can emerge that represents true democratic change.&lt;/p&gt;
&lt;p&gt;One final thought: &lt;a href="http://netsquared.org/conference/confirmed-presenters/daniel-ben-horin-founder-and-president-compumentor" target="_blank"&gt;Daniel Ben-Horin&lt;/a&gt; made an off-hand comment about how many people had been trained in a kind of vanguard activism — acting in the "best interests" of people. I think focusing on these different kinds of elites allows for something closer to &lt;a href="http://www.infed.org/thinkers/et-freir.htm" target="_blank"&gt;Paolo Freire&lt;/a&gt;'s "cointentional education" in which everyone is a student and &lt;a href="http://www.ssc.wisc.edu/~oliver/soc220/Lectures220/General/AntiRacism%20Quotes.htm" target="_blank"&gt;liberation is bound up together&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; Ethan Zuckerman makes a related point in his &lt;a href="http://www.ethanzuckerman.com/blog/?p=816" target="_blank" title="Read the entire presentation at the NetSquared conference."&gt;presentation&lt;/a&gt; when he says the new mantra for advocacy organizations should be: "Don't speak. Point."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=as8posV5190:qFE8nSLDbuI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=as8posV5190:qFE8nSLDbuI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=as8posV5190:qFE8nSLDbuI:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=as8posV5190:qFE8nSLDbuI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=as8posV5190:qFE8nSLDbuI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=as8posV5190:qFE8nSLDbuI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=as8posV5190:qFE8nSLDbuI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/advocacy-online">Advocacy Online</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/empowerment">empowerment</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Tue, 30 May 2006 19:03:24 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">50 at http://rootwork.org</guid>
  </item>
  <item>
    <title>Can blogging stop genocide?</title>
    <link>http://rootwork.org/blog/2006/05/can-blogging-stop-genocide</link>
    <description>&lt;p&gt;&lt;em&gt;Posted to the &lt;a href="http://netsquared.org/blog/quixotic/can-blogging-stop-genocide" target="_blank"&gt;NetSquared blog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;First, I want to thank NetSquared for offering me and the &lt;a href="http://www.genocideintervention.net/" target="_blank" title="Visit the Genocide Intervention Network's website"&gt;Genocide Intervention Network&lt;/a&gt; the opportunity to attend this &lt;a href="http://netsquared.org/2006/conference" target="_blank" title="2006 NetSquared Conference"&gt;critical event&lt;/a&gt;. I had written out my introduction earlier this week, but due to a browser mishap lost nearly all of it and haven't had time to re-write it until now.&lt;/p&gt;
&lt;p&gt;GI-Net is a nonprofit based in DC that is a little more than two years old. We began as a student group at Swarthmore College with an idea: to change the way the world responds to genocide. In her groundbreaking and Pulitzer Prize–winning book, &lt;em&gt;'A Problem From Hell': America and the Age of Genocide&lt;/em&gt;, &lt;a href="http://www.thenation.com/doc/20060605/power" target="_blank" title="Read a recent commencement speech by Samantha Power"&gt;Samantha Power&lt;/a&gt; surveys the U.S. response to genocides in the twentieth century and discovers that, above all, the reason the United States so often failed to act, or to act too late or ineffectively, was simply because there was no political will. In essence, it was easier for presidents and members of Congress to do nothing while genocide was being perpetrated and apologize for it later, than risk political capital taking action.&lt;/p&gt;
&lt;p&gt;As a result of our origins as a student group, we have a strong history in using online social networking and viral campaigns, and this continues even as we branch out into other constituencies. In our first year of existence, we raised a &lt;a href="http://www.genocideintervention.net/donate/info.php" target="_blank" title="Learn more about GI-Net's fundraising for peacekeepers"&gt;quarter-million dollars&lt;/a&gt; for peacekeepers in Darfur — the only NGO to raise money for protection rather than humanitarian aid — primarily through student networks, both actual and virtual. In my work for GI-Net, I am heavily influenced by &lt;a href="http://www.rheingold.com/" target="_blank" title="Howard Rheingold's website"&gt;Howard Rheingold&lt;/a&gt;, Christian Crumlish's &lt;a href="http://thepowerofmany.com/" target="_blank" title="'The Power of Many' book and website"&gt;&lt;em&gt;The Power of Many&lt;/em&gt;&lt;/a&gt;, &lt;a href="http://www.network-centricadvocacy.net/" target="_blank" title="Marty Kearns' blog"&gt;Marty Kearns&lt;/a&gt; and &lt;a href="http://netcentriccampaigns.org/" target="_blank" title="Netcentric Campaigns"&gt;Network-Centric Advocacy&lt;/a&gt; and similar movements.&lt;/p&gt;
&lt;p&gt;How can online activism build a movement that prevents and stops genocide? Read on...&lt;/p&gt;
&lt;p&gt;This might get a bit long, so:&lt;/p&gt;
&lt;h3&gt;First, a little background...&lt;/h3&gt;
&lt;p&gt;I am a self-taught &lt;a href="http://quixotic1.com/" target="_blank" title="My website, quixotic1.com"&gt;web developer&lt;/a&gt; and artist (digitally and otherwise) with a strong interest in peacebuilding, community organizing and empowerment. My major at Swarthmore was not computer-related but rather peace and conflict studies, for which I wrote a thesis on &lt;a href="http://quixotic1.com/tpni" target="_blank" title="Read more about the thesis"&gt;third-party nonviolent intervention organizations&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While at Swarthmore I was involved with a number of campaigns, most notably &lt;a href="http://why-war.org/" target="_blank" title="Visit Why War?"&gt;Why War?&lt;/a&gt;. Why War? was a prominent site for news and analysis against the war (first Afghanistan, and then Iraq). Its database from 2001–2004 is the most comprehensive accounting of articles and opinions on the war, resistance to it and the movements that arose on each side. We are most well-known, however, for a campaign that had little to do with the war.&lt;/p&gt;
&lt;p&gt;In 2003, internal emails from the electronic voting machine manufacturer Diebold emerged that suggested the company had misled voting officials in numerous states about the security of its machines, had violated contracts with states by installing new software that had not been certified, and had knowingly implemented voting systems with severe security vulnerabilities. Investigative journalist &lt;a href="http://www.blackboxvoting.org/" target="_blank" title="Bev Harris and Black Box Voting"&gt;Bev Harris&lt;/a&gt; and the UK &lt;a href="http://www.why-war.com/news/2003/10/14/allthepr.html" target="_blank" title="Article: All the President's Votes?"&gt;&lt;em&gt;Independent&lt;/em&gt;&lt;/a&gt; had documented some of the serious problems, but few had taken notice, and Harris had been repeatedly threatened by her ISP, fearful of repercussions from Diebold's lawyers.&lt;/p&gt;
&lt;p&gt;A member of Why War? decided to &lt;a href="http://why-war.com/features/2003/10/diebold.html" target="_blank" title="View the Diebold files"&gt;post an archive&lt;/a&gt; of the internal files on his website. After Swarthmore threatened to shut off our Internet access in the face of baseless copyright infringement claims from Diebold, we initiated a global campaign of electronic civil disobedience, in which students at universities would post mirrors of the files on their own servers, staying ahead of each specious take-down request. Simultaneously, our friends in what would become &lt;a href="http://www.freeculture.org/" target="_blank" title="FreeCulture.org"&gt;FreeCulture.org&lt;/a&gt; sued Diebold through the &lt;a href="http://www.eff.org/legal/ISP_liability/OPG_v_Diebold/20031103_eff_pr.php" target="_blank" title="Learn more about the Diebold case"&gt;Electronic Frontier Foundation&lt;/a&gt; for abusive copyright threats.&lt;/p&gt;
&lt;p&gt;The combination of civil disobedience and civil action paid off handsomely. Within two months, Diebold backed down from their legal threats and resigned themselves to the damaging information about them now in the public domain. Suspicion of Diebold and other electronic voting machine manufacturers — and, thus, consistent investigation into their practices — remains high.&lt;/p&gt;
&lt;h3&gt;Back to genocide&lt;/h3&gt;
&lt;p&gt;So how does the Genocide Intervention Network use the Internet to effect social change? There are three primary ways.&lt;/p&gt;
&lt;p&gt;First, we &lt;a href="http://www.genocideintervention.net/donate/" target="_blank" title="Learn more about donating to GI-Net"&gt;raise money online&lt;/a&gt; directly for peacekeepers in Darfur. This is unprecedented — never before has the average person been able to directly affect human security in the midst of a genocide. We raise money through a variety of techniques such as &lt;a href="http://www.genocideintervention.net/fundraise/virtual.php" target="_blank" title="Learn about virtual house parties"&gt;virtual house parties&lt;/a&gt; (a favorite among Facebook and MySpace users), &lt;a href="http://www.genocideintervention.net/fundraise/dinners.php" target="_blank" title="Learn about dinners for Darfur"&gt;dinners for Darfur&lt;/a&gt; and old-fashioned member volunteering. (A piano teacher in Utah giving two weeks' proceeds; a "battle of the bands" fundraiser in California; a bat mitzvah in New Jersey; a frat party in Massachusetts.)&lt;/p&gt;
&lt;p&gt;Our second component is education. People can't act against genocide unless they know about it, which is why we partnered with the American Progress Action Fund in 2005 to launch the &lt;a href="http://beawitness.org/" target="_blank" title="Visit BeAWitness.org"&gt;Be A Witness campaign&lt;/a&gt;, urging the news media to adequately cover the crisis in Darfur. Our analysis showed that in June 2005, the major networks ran 50 times as many stories about Michael Jackson and 12 times as many stories about Tom Cruise as about the genocide in Darfur. In fact, in all of 2005 CBS ran just two minutes — total — on the issue, a fact that motivated more than 30,000 viewers to take action through the viral video and website. Because of the paltry news coverage, we also issue &lt;a href="http://www.genocideintervention.net/educate/darfurnews/" target="_blank" title="Read the latest report from Darfur"&gt;weekly news reports&lt;/a&gt; from the ground in Darfur.&lt;/p&gt;
&lt;p&gt;Finally, we give our members the tools to advocate for protection in the face of genocide. We use &lt;a href="http://www.democracyinaction.org/dia/organizationsORG/ginetwork/campaign.jsp?campaign_KEY=3407" target="_blank" title="Read our most recent advocacy campaign"&gt;Democracy in Action&lt;/a&gt; to direct our national campaigns, and work closely with the &lt;a href="http://www.genocideintervention.net/advocate/divestment/" target="_blank" title="Learn more about divestment from Sudan"&gt;Sudan divestment task force&lt;/a&gt; at the state level. In April, we brought more than 850 students to Washington, D.C. as part of the &lt;a href="http://www.powertoprotect.org/" target="_blank" title="Learn more about 'P2P'"&gt;Power to Protect: D.C. to Darfur&lt;/a&gt; weekend. The P2P website, which uses the &lt;a href="http://drupal.org/" target="_blank" title="Drupal.org"&gt;Drupal&lt;/a&gt; open-source community platform, is key to sustaining these activists through the summer, when they will act as the catalysts for local anti-genocide groups in their hometowns.&lt;/p&gt;
&lt;h3&gt;Coming up next&lt;/h3&gt;
&lt;p&gt;We are in the planning stages of a number of exciting online campaigns to further support the emerging anti-genocide movement. Our main website will be moved to Drupal to allow our members to connect with local leaders and organizations, and concretely affect the direction of the national campaigns.&lt;/p&gt;
&lt;p&gt;A photo petition, using &lt;a href="http://forwardtrack.eyebeamresearch.org/" target="_blank" title="Learn about ForwardTrack"&gt;ForwardTrack&lt;/a&gt; and our &lt;a href="http://www.flickr.com/photos/genocideintervention/" target="_blank" title="See our most recent photos on Flickr"&gt;Flickr&lt;/a&gt; account, will put a human face on the victims in Darfur. Viewers will be asked to upload images of themselves holding a sign with — not a comment or a pledge — but the name of one of the hundreds of thousands of victims in Darfur. These photos will be delivered to members of Congress to show the depth of human involvement — and human crisis — around Darfur.&lt;/p&gt;
&lt;p&gt;More than one of our members has asked us to be their designated charity for a marathon, and so our next fundraising tool will be a website to enable them to do just that. Members will be able to distribute information about the race and GI-Net, collect pledges online, and then follow-up with donors after the race.&lt;/p&gt;
&lt;p&gt;I would be happy to talk further with any of you about GI-Net or &lt;a href="http://www.genocideintervention.net/advocate/tenthings.php" target="_blank" title="Ten things you can do right now to stop genocide!"&gt;our ideas&lt;/a&gt;, but this post is already mighty long, so I'll stop here. Thanks again for allowing me to come, and I'm looking forward to seeing everyone!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Join Rootwork on &lt;a href="https://twitter.com/rootwork"&gt;Twitter&lt;/a&gt;, &lt;a href="https://facebook.com/rootwork"&gt;Facebook&lt;/a&gt; and &lt;a href="http://slideshare.net/rootwork"&gt;SlideShare&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://rootwork.org/services"&gt;Learn about Rootwork's services for nonprofits and social change.&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XjtxZ7yKox4:zqyC2hCYVKo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XjtxZ7yKox4:zqyC2hCYVKo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XjtxZ7yKox4:zqyC2hCYVKo:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XjtxZ7yKox4:zqyC2hCYVKo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=XjtxZ7yKox4:zqyC2hCYVKo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=XjtxZ7yKox4:zqyC2hCYVKo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=XjtxZ7yKox4:zqyC2hCYVKo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/social-networking-social-media">Social Networking and Social Media</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/netsquared">NetSquared</category>
 <category domain="http://rootwork.org/category/tags/nptech">nptech</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Mon, 29 May 2006 00:07:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">6 at http://rootwork.org</guid>
  </item>
  <item>
    <title>EchoRadio: Have a hand in stopping genocide</title>
    <link>http://rootwork.org/coverage/2006/04/echoradio-have-hand-stopping-genocide</link>
    <description>&lt;div class="field field-type-link field-field-coverage-source"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;a href="http://radio.echoditto.com/node/68" target="_blank"&gt;EchoRadio, with host Michael Silberman&lt;/a&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-date field-field-coverage-date"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    &lt;span class="date-display-single"&gt;26 April 2006&lt;/span&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class="field field-type-text field-field-coverage-pullquote"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                     &lt;p&gt;This weekend, tens of thousands of Americans will rally in front of&lt;br /&gt;
the &lt;span class="caps"&gt;U.S.&lt;/span&gt; Capitol — and in dozens of other cities across the country — to&lt;br /&gt;
send the message to Congress that it&amp;#8217;s time for America to step up and&lt;br /&gt;
help end the systematic slaughter of more than 400,000 civilians in&lt;br /&gt;&amp;nbsp;Darfur.
&lt;/p&gt;
&lt;p&gt;Yesterday, we caught up with two dynamic leaders at the forefront of this movement — Mark Hanis and Ivan Boothe of the &lt;a target="_blank" href="http://www.genocideintervention.net/"&gt;Genocide Intervention Network&lt;/a&gt;&lt;br /&gt;
(&lt;span class="caps"&gt;GI&lt;/span&gt;-Net). Hear how &lt;span class="caps"&gt;GI&lt;/span&gt;-Net is using technology to rapidly mobilize&lt;br /&gt;
hundreds of campus leaders and thousands of college and university&lt;br /&gt;
students across the&amp;nbsp;country.&lt;/p&gt;
&lt;p&gt;And find out why celebs like &lt;a target="_blank" href="http://select.nytimes.com/2006/04/25/opinion/25kristof.html?n=Top%252fOpinion%252fEditorials%2520and%2520Op%252dEd%252fOp%252dEd%252fColumnists%252fNicholas%2520D%2520Kristof"&gt;Nick Kristof&lt;/a&gt;, &lt;a target="_blank" href="http://people.aol.com/people/articles/0,19736,1185087,00.html"&gt;Angelina Jolie&lt;/a&gt;, and &lt;a target="_blank" href="http://www2.oprah.com/tows/pastshows/200604/tows_past_20060426_b.jhtml"&gt;Oprah&lt;/a&gt; are all asking their their audiences to head over to &lt;span class="caps"&gt;GI&lt;/span&gt;-Net to take&amp;nbsp;action.&lt;/p&gt;
         &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=3PEGN1mN-S0:RhFkuPG0x78:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=3PEGN1mN-S0:RhFkuPG0x78:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=3PEGN1mN-S0:RhFkuPG0x78:6W8y8wAjSf4"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?d=6W8y8wAjSf4" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=3PEGN1mN-S0:RhFkuPG0x78:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=3PEGN1mN-S0:RhFkuPG0x78:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.rootwork.org/~ff/rootwork?a=3PEGN1mN-S0:RhFkuPG0x78:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/rootwork?i=3PEGN1mN-S0:RhFkuPG0x78:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
     <category domain="http://rootwork.org/category/topic/nonprofit-projects">Nonprofit Projects</category>
 <category domain="http://rootwork.org/category/tags/activism">activism</category>
 <category domain="http://rootwork.org/category/tags/socialchange">socialchange</category>
 <pubDate>Wed, 26 Apr 2006 20:12:00 +0000</pubDate>
 <dc:creator>Ivan Boothe</dc:creator>
 <guid isPermaLink="false">45 at http://rootwork.org</guid>
  </item>
  </channel>
</rss>
