<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.cedc.org/blog/feed">
  <channel>
    <title>CEDC: Blog feed</title>
    <link>http://www.cedc.org/blog/feed</link>
    <description />
    <language>en</language>
          <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/cedc-blog" /><feedburner:info uri="cedc-blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
    <title>Celebrating the Life of Kit Collins, rscj</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/luxNPcSlsvM/celebrating-life-kit-collins-rscj</link>
    <description>&lt;p&gt;&amp;lt;!--break--&gt; &lt;img src="/images/blog/1003/kit-collins-rscj.jpg" alt="Kit Collins, rscj" style="padding: 0pt 20px 10px 0pt;" class="mceItem" align="left" width="200" /&gt;&lt;img src="/images/blog/1003/celebrating-life-of-kit.png" alt="Celebrating the Life of Kit Collins, rscj" class="mceItem" width="400" /&gt;&lt;/p&gt;
&lt;p&gt;On Thursday March 18, 2010, Sister Kit Collins passed away at her home in Washington, DC.  She lived her life as an advocate for the poor, a champion of justice, and a true example of the expansive and unconditional love of Christ.  Through her ministry in education and at the Center for Educational Design and Communication, she touched innumerable lives, making the world a better place for all those who crossed her path.  This &lt;strong&gt;Tuesday, March 23, 2010&lt;/strong&gt;, we will gather together to celebrate her life, her mission, and the glorious resurrection in Christ that she has now fully experienced.&lt;/p&gt;
&lt;p&gt;A viewing will be held at the &lt;a href="/directions"&gt;CEDC chapel&lt;/a&gt; from &lt;strong&gt;9am until 11am&lt;/strong&gt;. The liturgy will begin at &lt;strong&gt;11am&lt;/strong&gt;, with interment to follow at &lt;a href="http://maps.google.com/places/us/dc/washington/lincoln-rd-ne/2121/-st-mary%27s-catholic-cemetery?gl=us"&gt;St. Mary's Cemetery&lt;/a&gt; (2121 Lincoln Road NE, Washington, DC 20002). A reception and a time for the sharing of memories will be held at CEDC.&lt;/p&gt;
&lt;p&gt;You can read more about Kit at the &lt;a href="http://www.rscj.org/news/province/death_of_kit_collins_rscj.html"&gt;RSCJ US Province website&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/luxNPcSlsvM" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/celebrating-life-kit-collins-rscj#comments</comments>
 <category domain="http://www.cedc.org/tag/partner/cedc">CEDC</category>
 <category domain="http://www.cedc.org/tag/blog/partners-news">Partners in the news</category>
 <pubDate>Fri, 19 Mar 2010 23:02:51 +0000</pubDate>
 <dc:creator>cedc</dc:creator>
 <guid isPermaLink="false">185 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/celebrating-life-kit-collins-rscj</feedburner:origLink></item>
  <item>
    <title>Site analytics, SEO and privacy</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/SMYFqcnOotk/site-analytics-seo-and-privacy</link>
    <description>&lt;p&gt;Keeping track of your site statistics is an important part of assessing the success of your online presence. You can see where your visitors are coming from and what they are looking at, which can help as you try to make your site as valuable as possible and measure the success of your SEO goals. Google Analytics is a common solution, but since some non-profits have privacy issues with integrating their sites with the Google Empire I'm also listing some other resources which allow you to retain your own stats on your own server.&lt;/p&gt;
&lt;div style="width: 350px; margin: 0 0 0 10px; float: right;"&gt;
&lt;img src="/images/blog/1002/google-analytics.jpg" alt="Google Analytics Data Sharing" style="margin: 5px; border: 0pt none;" class="mceItem" /&gt;&lt;br /&gt;
&lt;img src="/images/blog/1002/piwik.jpg" alt="Piwik" style="margin: 5px; border: 0pt none;" class="mceItem" /&gt;&lt;br /&gt;
&lt;img src="/images/blog/1002/mint.jpg" alt="Mint Analytics" style="margin: 5px; border: 0pt none;" class="mceItem" /&gt;&lt;br /&gt;
&lt;img src="/images/blog/1002/awstats.jpg" alt="Awstats" style="margin: 5px; border: 0pt none;" class="mceItem" /&gt;
&lt;/div&gt;
&lt;h2&gt;Google Analytics&lt;/h2&gt;
&lt;p&gt;Google Analytics is free, easy, and will give you more data than you can shake a stick at. That's why it's so popular. On the other hand, you do rely on Google's servers which can cause performance issues and some organizations have &lt;a href="http://www.stuff.co.nz/technology/708983"&gt;privacy concerns with Google Analytics&lt;/a&gt;. To help against the potential performance hit, you can use a solution such as the &lt;a href="http://drupal.org/project/google_analytics"&gt;Google Analytics module&lt;/a&gt; for &lt;a href="/tag/drupal" title="Non-profit Drupal"&gt;Drupal&lt;/a&gt;, which will allow you to cache the required Javascript files locally, refreshing them from Google's servers periodically. Regarding the privacy issues, Google does give you the option to select "Do not share my Google Analytics data", although it is not selected by default. You can set this when you create a website profile in Google Analytics, or you can edit an existing profile to change the setting. (&lt;a href="http://expressionengine.com/forums/viewthread/43361/P18/#629933"&gt;Another suggestion&lt;/a&gt; is to use jQuery to load the Google script only after the page sends a "ready" signal.)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.google.com/analytics/"&gt;More about Google Analytics&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Still have privacy concerns? Some other options&lt;/h2&gt;
&lt;p&gt;&lt;br /&gt;There are some other options for those organizations who still have privacy issues with Google's offering. See below for a few of them.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h3&gt;Piwik&lt;/h3&gt;
&lt;p&gt;&lt;br /&gt;Piwik's site states that the goal of Piwik is to "be an open source alternative to Google Analytics." It is built on plugins, so you can mix and match (and develop your own) plugins as needed. It is installed locally and stores the data in a MySQL database that you provide, so you don't have privacy concerns with your data residing on a server that is outside of your control. You can customize the interface and get your stats in real-time (or change the frequency for high-traffic sites).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://piwik.org/"&gt;Check out a demo and download Piwik here&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Mint&lt;/h3&gt;
&lt;p&gt;Mint is not free (a license is $30 per installation), but it is also self-hosted, so you can retain your data locally.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.haveamint.com/about/feature_highlights"&gt;See more of Mint's features here&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Awstats&lt;/h3&gt;
&lt;p&gt;Awstats is an old workhorse and it browses through log files to determine traffic patterns. Since it pulls data from the log file directly instead of through a Javascript inserted into the page, it will include by default much more information, including search bots and folks with Javascript disabled (such as those who are browsing with Firefox and the NoScript plugin). The argument can be made that this is a more accurate account of your server traffic than Javascript-based trackers, but if your logs are large, it can result in server performance delays while you process the data, and the interface is not very customizable or up-to-date.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://awstats.sourceforge.net/"&gt;Download AwStats at SourceForge&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Search Engine Optimization and Analytics&lt;/h2&gt;
&lt;p&gt;You can be creative about how to use your statistics for &lt;a href="/tag/seo-search-engine-optimization" title="Non-profit SEO tips"&gt;SEO&lt;/a&gt;, but here are a few basics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Find out which &lt;a href="/blog/seo-keywords-keyphrases" title="More on keywords and phrases for SEO"&gt;keyword phrases&lt;/a&gt; people are finding your site with, and further optimize your site for popular and relevant combinations that you hadn't thought of before.&lt;/li&gt;
&lt;li&gt;Verify that those keyword phrases are landing on the pages that you intended, and if not, reoptimize the site to fix that.&lt;/li&gt;
&lt;li&gt;Find out which &lt;a href="/blog/seo-content-long-tail" title="More on good content and SEO"&gt;content has become popular&lt;/a&gt; and use this as you plan to develop future content.&lt;/li&gt;
&lt;li&gt;Find out which new &lt;a href="/blog/seo-external-links" title="More on external links and SEO"&gt;sites have been referring visitors to your pages&lt;/a&gt; and determine if that relationship can be built upon. (For example, if you are getting a lot of hits from Facebook but haven't spent much time as an organization on your Facebook page or making it simple for folks to share your pages on Facebook, you may want to devote some time to that).&lt;/li&gt;
&lt;li&gt;If you have decided to use Google Analytics, you can also consider Google Webmaster Tools, which will give you additional information from Google's perspective which can be helpful towards SEO, such as top search queries, links to your site, keywords, errors, and so on.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;It is a good idea to track your visits in some way so you can identify patterns, rate your SEO goals, and keep up with the way that your visitors are interacting with your site. One of the options above may be just what you need. If you have another suggestion, feel free to post it in the comments below.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/SMYFqcnOotk" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/site-analytics-seo-and-privacy#comments</comments>
 <category domain="http://www.cedc.org/tag/analytics">Analytics</category>
 <category domain="http://www.cedc.org/tag/privacy">Privacy</category>
 <category domain="http://www.cedc.org/tag/seo-search-engine-optimization">SEO (Search Engine Optimization)</category>
 <category domain="http://www.cedc.org/tag/statistics">Statistics</category>
 <category domain="http://www.cedc.org/tag/blog/web">Web</category>
 <pubDate>Mon, 22 Feb 2010 21:18:18 +0000</pubDate>
 <dc:creator>laryn</dc:creator>
 <guid isPermaLink="false">184 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/site-analytics-seo-and-privacy</feedburner:origLink></item>
  <item>
    <title>The basics of non-profit SEO, part 9: Use an SEO browser to see what Google sees</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/Mu9oERfiPbQ/basics-non-profit-seo-part-9-use-seo-browser-see-what-google-sees</link>
    <description>&lt;p&gt;Continuing our series of &lt;a href="/tag/seo-search-engine-optimization" title="Non-profit SEO"&gt;non-profit SEO tips&lt;/a&gt;, I encourage you to take a look at your site as it renders in text form, as it is "seen" by Google and other  search engines.There are a number of different "SEO browsers" you can experiment with to see which of them is useful for you.&lt;/p&gt;
&lt;p&gt;&amp;lt;!--break--&gt;&lt;/p&gt;
&lt;p&gt;Here are a few free options suggested in &lt;a href="http://www.searchenginejournal.com/seo-browsers/14722/"&gt;a recent post by Marie-Claire Jenkins&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://seo-browser.com/" target="_blank"&gt;&lt;img src="/images/blog/1001/seo-browser.png" class="mceItem" width="300" /&gt;&lt;br /&gt;SEO&amp;nbsp;Browser&lt;/a&gt;&lt;br /&gt; "SEO-Browser has two modes, s&lt;em&gt;&lt;strong&gt;imple&lt;/strong&gt;&lt;/em&gt;&lt;strong&gt; &lt;/strong&gt;and  &lt;strong&gt;&lt;em&gt;a&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;dvanced&lt;/em&gt;&lt;/strong&gt;. &lt;em&gt;&lt;strong&gt;Simple  mode&lt;/strong&gt;&lt;/em&gt; is an easy way to look at a website without all the  formatting and graphics - just the text. &amp;nbsp;A person can quickly navigate  through the pages of a website to see how the text shows up...&lt;strong&gt;&lt;em&gt;Advanced mode &lt;/em&gt;&lt;/strong&gt;shows specific details on how  a page is constructed. In addition, the menu items link to various  tools that are valuable for website developers and SEO consultants. &lt;/li&gt;
&lt;li&gt; &lt;a href="http://whois.domaintools.com/" target="_blank"&gt;&lt;img src="/images/blog/1001/domain-tools.png" class="mceItem" width="300" /&gt;&lt;br /&gt;Domaintools  SEO&amp;nbsp;browser&lt;/a&gt;&lt;br /&gt;“Our goal is to allow everyone to accomplish a 100% score. If no obvious  html optimization methods exist and everything looks good we will be  giving it a 100%. We will be picky about the obvious things like  completing Title tags and h1 tags, webmasters should be using these. We  are very hard on frames and lag of alt tags.”&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;*Related: &lt;a href="/blog/seo-accessibility" title="SEO tip #5"&gt;The Basics of Non-Profit SEO, Part 5:  Accessibility and clean code&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/Mu9oERfiPbQ" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/basics-non-profit-seo-part-9-use-seo-browser-see-what-google-sees#comments</comments>
 <category domain="http://www.cedc.org/tag/accessibility">Accessibility</category>
 <category domain="http://www.cedc.org/tag/seo-search-engine-optimization">SEO (Search Engine Optimization)</category>
 <category domain="http://www.cedc.org/tag/blog/web">Web</category>
 <pubDate>Mon, 25 Jan 2010 21:10:24 +0000</pubDate>
 <dc:creator>cedc</dc:creator>
 <guid isPermaLink="false">180 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/basics-non-profit-seo-part-9-use-seo-browser-see-what-google-sees</feedburner:origLink></item>
  <item>
    <title>Use a heat map to see how your visitors are using your homepage (ClickHeat)</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/BB_7kTj8a8o/use-heat-map-see-how-your-visitors-are-using-your-homepage</link>
    <description>&lt;p&gt;Looking at your stats can give you a pretty good idea of how your visitors are using your site and which content they are finding, but sometimes it would be helpful to know a little more information. Setting up a heat map can help you determine which parts of the page are most prominent and are&amp;nbsp; the best at attracting clicks.&lt;/p&gt;
&lt;p&gt;&amp;lt;!--break--&gt; &lt;img src="/images/blog/1001/clickheat-screenshot.png" class="right mceItem" /&gt;&lt;/p&gt;
&lt;p&gt;A heat map is basically a small script that tracks exactly where your users click and presents it to you as an overlay on your page, so you can see where the clicks are most dense ("hottest") and where they are non-existant ("coolest").The colors that are overlaid on your page when you are viewing the stats run from transparent to blue to red, indicating an increasing number of clicks as the colors get warmer.&lt;/p&gt;
&lt;p&gt;This can be especially useful on a homepage, to test the effectiveness of a current layout, and can also be used to determine which links are most prominent in cases where there are multiple links to the same page. For example, your non-profit may have a "donate" option in the main menu and also a separate "donate" button further down in the right hand column. A heat map can tell you which of the two gets clicked more. Similarly, you may be interested in learning whether users prefer to click on the title of a recent blog entry or on the "Read more" link.&lt;/p&gt;
&lt;p&gt;There are a number of commercial heat map options out there which can cost from $10 per month and up into the hundreds.&lt;em&gt;&lt;strong&gt; ClickHeat&lt;/strong&gt;&lt;/em&gt; is an open source heat map script that is available for free if you are interested in doing some testing. You can set it up temporarily to learn about how your homepage is being used, or leave it on indefinitely so you can check in periodically. The script can be downloaded from &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=181196"&gt;Sourceforge&lt;/a&gt; and you can find some instructions and a demo from &lt;a href="http://www.labsmedia.com/clickheat/index.html"&gt;Labs Media&lt;/a&gt; (ClickHeat's developers).*&lt;/p&gt;
&lt;p&gt;It's also worth noting that there is a corresponding Drupal module available (&lt;a href="http://drupal.org/project/click_heatmap"&gt;Click HeatMap&lt;/a&gt;) and a Joomla plugin (&lt;a href="http://extensions.joomla.org/extensions/site-management/site-analytics/4982"&gt;Clickheat&lt;/a&gt;) to integrate &lt;em&gt;ClickHeat &lt;/em&gt;into your &lt;a href="/tag/drupal" title="Non-profit Drupal"&gt;Drupal&lt;/a&gt; or &lt;a href="/tag/joomla" title="Non-profit Joomla"&gt;Joomla&lt;/a&gt; site more easily.&lt;/p&gt;
&lt;p class="alert"&gt;*One note about &lt;em&gt;ClickHeat&lt;/em&gt;: &lt;strong&gt;The default script that it provides for you to embed in your page or template includes a textual link in the &amp;lt;noscript&amp;gt; area which can be removed if you wish.&lt;/strong&gt; In the case of a user that comes to your site with Javascript turned off, this will not degrade gracefully as it will add a link to &lt;em&gt;LabsMedia&lt;/em&gt; commercial site on your homepage, which is probably not what you want. It's disappointing that they have done this since it's basically a sneaky way for LabsMedia to try to increase their search engine rank by surreptitiously adding external links to unsuspecting sites. Luckily it is easily removed.&lt;/p&gt;
&lt;p&gt;Hat tip to &lt;a href="http://twitter.com/smashingmag"&gt;Smashing Mag&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/BB_7kTj8a8o" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/use-heat-map-see-how-your-visitors-are-using-your-homepage#comments</comments>
 <category domain="http://www.cedc.org/tag/drupal-tips">Drupal tips</category>
 <category domain="http://www.cedc.org/tag/joomla-tips">Joomla tips</category>
 <category domain="http://www.cedc.org/tag/open-source">Open Source</category>
 <category domain="http://www.cedc.org/tag/blog/web">Web</category>
 <pubDate>Wed, 20 Jan 2010 17:54:23 +0000</pubDate>
 <dc:creator>cedc</dc:creator>
 <guid isPermaLink="false">179 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/use-heat-map-see-how-your-visitors-are-using-your-homepage</feedburner:origLink></item>
  <item>
    <title>Our senior designer is January's featured "Alumni in Design" at DC AIGA</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/Ck6SsGNgcog/our-senior-designer-januarys-featured-alumni-design</link>
    <description>&lt;p&gt;Our senior designer, Laryn Kragt Bakker, is the featured "Alumni in Design" at the Dordt College AIGA student group site. He discusses his background, CEDC, and his recently published novel, and he shows some sample designs. See the excerpt below, or &lt;a href="http://dcaiga.blogspot.com/2010/01/dordt-alumni-in-design-laryn-kragt.html" title="DC AIGA"&gt;read the entire thing and view the design samples at DC AIGA&lt;/a&gt;.&lt;/p&gt;
&lt;div class="quote"&gt;
&lt;p&gt;&lt;img src="/images/blog/1001/laryn-avatar1.jpg" style="padding: 10px; cursor: pointer; width: 130px; height: 130px; float: left;" class="mceItem" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;I graduated from Dordt in 1998, double majoring in art (graphic design) and computer science. I am currently Senior Designer at &lt;a href="../../"&gt;CEDC&lt;/a&gt; (The Center for Educational Design and Communication), based in Washington D.C., and I’ve been on the team here since 2003. Our tagline is “Social Justice by Design” because we are a non-profit that serves other non-profits in a number of ways, including through communications services such as web development, print design and logo/identity work.&lt;/p&gt;
&lt;p&gt;The web was still quite new while I was a student, and the fields of graphic design and computer science didn’t cross in the classroom except in independent study. Since then, developments in the online world have exploded and there are a lot more ways to integrate the two.&lt;br /&gt;&lt;br /&gt;I am an open source enthusiast, and over the last seven years I have expanded our web toolbox to include two robust and powerful content management systems (Drupal and Joomla). This allows us to design and build websites for our partners and give them easy access to add and edit their own content without having to deal with (and potentially mess up) the design of the site. &lt;span&gt;&lt;br /&gt;&lt;br /&gt;We also work on logo development and print design with our partners, creating everything from annual reports and brochures to posters and newspaper advertisements. One of the benefits of working for a small organization is that I generally get to be involved in the projects from start to finish, from the initial meetings with our partners through concept development, design and completion.&lt;br /&gt;&lt;br /&gt;I do some personal projects and some freelance design for entities that don’t fall under CEDC’s mission. I recently painted an original illustration for the cover and designed the cover and interior for my novel (&lt;a href="http://clutchingdustandstars.com/"&gt;Clutching Dust and Stars&lt;/a&gt;), which was recently published by &lt;a href="http://www.cultureisnotoptional.com/"&gt;*culture is not optional.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;...&lt;a href="http://dcaiga.blogspot.com/2010/01/dordt-alumni-in-design-laryn-kragt.html"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://dcaiga.blogspot.com/2010/01/dordt-alumni-in-design-laryn-kragt.html"&gt;Read the rest of the article at DC AIGA&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/Ck6SsGNgcog" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/our-senior-designer-januarys-featured-alumni-design#comments</comments>
 <category domain="http://www.cedc.org/tag/aiga">aiga</category>
 <category domain="http://www.cedc.org/tag/partner/cedc">CEDC</category>
 <category domain="http://www.cedc.org/tag/blog/web">Web</category>
 <pubDate>Thu, 07 Jan 2010 17:06:07 +0000</pubDate>
 <dc:creator>cedc</dc:creator>
 <guid isPermaLink="false">178 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/our-senior-designer-januarys-featured-alumni-design</feedburner:origLink></item>
  <item>
    <title>Should small non-profits bother with the "social media revolution"?</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/y6rYZ9mRQSM/social-media-new-revolution</link>
    <description>&lt;p&gt;Many small non-profits are asking questions about whether or how deeply to get involved in social networks and social media. It's important to think it through before jumping in, because it will take a certain amount of resources to do it right and you will want to make sure you can devote them to it before you begin. If you are in this situation, you may find the video embedded below to be helpful in terms of quantifying the extent of social media adoption in broad terms.&lt;/p&gt;
&lt;p&gt;The author of &lt;em&gt;Socialnomics&lt;/em&gt; created this video "to get people thinking about social media...I primarily wanted to give a tool to every marketer and every individual who has been struggling with all the hype about social media. Is it a fad or is it the next revolution?&amp;nbsp; The video is designed to show it’s not a fad and here are some hardcore statistics that show that it’s actually the biggest thing since the industrial revolution." &lt;a href="http://socialnomics.net/2009/11/02/9-social-media-questions-answered/"&gt;[1]&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You will need to decide the best strategy for your particular niche or audience, but these numbers provide an interesting framework to think about social media and some good justification for considering how to move your non-profit into the social media arena.&lt;/p&gt;
&lt;p&gt;&lt;object data="http://www.youtube.com/v/sIFYPQjYhv8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" height="340" width="560"&gt;
&lt;param name="allowFullScreen" value="true" /&gt;
&lt;param name="allowscriptaccess" value="always" /&gt;
&lt;param name="src" value="http://www.youtube.com/v/sIFYPQjYhv8&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" /&gt;
&lt;param name="allowfullscreen" value="true" /&gt;
&lt;/object&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/y6rYZ9mRQSM" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/social-media-new-revolution#comments</comments>
 <category domain="http://www.cedc.org/tag/social-media">Social Media</category>
 <category domain="http://www.cedc.org/tag/social-networks">Social Networks</category>
 <category domain="http://www.cedc.org/tag/blog/web">Web</category>
 <pubDate>Mon, 04 Jan 2010 17:48:04 +0000</pubDate>
 <dc:creator>cedc</dc:creator>
 <guid isPermaLink="false">177 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/social-media-new-revolution</feedburner:origLink></item>
  <item>
    <title>How to find images for your non-profit blog or project (free or low cost)</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/yxGuo_yxy0I/how-find-images-your-non-profit-blog-or-project-free-or-low-cost</link>
    <description>&lt;p&gt;&amp;lt;!--break--&gt;&lt;a href="http://www.flickr.com/photos/jakecaptive/148215678/"&gt;&lt;img src="/images/blog/0912/blogger.jpg" alt="Blogger" style="border: 0pt none ; margin: 5px; float: right;" class="mceItem" /&gt;&lt;/a&gt;If your non-profit has a blog, you may need imagery periodically to illustrate a post. Here are a few resources to help you locate free (or low cost) imagery. (They can potentially also help with other projects, but make sure that you don't use an image just because it is free when you can find another image that would make a campaign or advertisement much more effective).&lt;/p&gt;
&lt;h2&gt;Free images: public domain, creative commons and other&lt;/h2&gt;
&lt;p&gt;You can find many images that are freely available for use. The quality of the free images is often not as good, especially at full resolution, but for some uses (such as illustrating a blog with a low res image) they can be just fine. Here are a few sources for imagery that is often public domain or made available with a creative commons license or another free-to-use license. Please add more suggestions in the comments and I'll update the list periodically.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://www.sprixi.com/"&gt;&lt;strong&gt;Sprixi&lt;/strong&gt;&lt;/a&gt; is a new image search engine, specifically with free imagery in mind. It claims that it gets better after each search because it invites users to help rank images which are useful or not useful for a particular term. You can also download the images in various sizes, with or without an appropriate credit already added at the bottom of the image. ("The images are sourced&amp;nbsp;using the Flickr API and&amp;nbsp;various other&amp;nbsp;places but all content has a liberal licence such as Creative Commons or is in the public domain. From the looks of things image tags are used as the primary filtering tool.&amp;nbsp; On top of that, as the site FAQ&amp;nbsp;explains, images are sorted automatically just by people using Sprixi. Images you click on, rate, use, download or upload are given a usefulness rating. You can also vote for the usefulness of images by clicking on the yes, maybe and no buttons. Votes from registered users are given a heavier weighting." &lt;em&gt;-&lt;a href="http://thenextweb.com/au/2009/12/21/sprixi-easiest-find-free-images/"&gt;thenextweb.com&lt;/a&gt;&lt;/em&gt;)&lt;/li&gt;
&lt;li&gt;You can always go to &lt;strong&gt;&lt;a href="http://www.flickr.com/"&gt;Flickr&lt;/a&gt;&lt;/strong&gt; and do some searching, although you'll need to keep an eye on the licenses that the images are listed under. If you find just the right image with the wrong license, you can also contact the user to see if they will grant you permission to use it -- being a non-profit can often help in getting permissions like this.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://sxc.hu/"&gt;&lt;strong&gt;Stock.xchng&lt;/strong&gt;&lt;/a&gt; is a free image site that was bought out by iStockphoto. It is currently still free to use, although like Flickr, you need to keep track of the usage license that is associated with each image, and be aware iStockphoto also feeds images from the for-pay microstock images when you search. (Those images are still very affordable -- see the microstock section below).&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.dreamstime.com/res8751-high-resolution-pictures"&gt;Dreamstime&lt;/a&gt; is another microstock agency that has a free image area. They will also have a two-tier search result -- one with the free images that match the search and the other with the for-pay images.&lt;/li&gt;
&lt;li&gt;Many of the images that are used on Wikipedia have free use licenses. To try to find these types of images, you can do a Google image search and specify that you want to see results from Wikipedia by using a special filter such as "site:commons.wikimedia.org" before your search query. &lt;em&gt;(Side note: you can also sometimes find SVG, or scalable vector graphic, files of things like country flags, which can be very useful)&lt;/em&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Low cost images: microstock&lt;/h2&gt;
&lt;p&gt;The microstock photography model has exploded in recent years and it can be very useful for a non-profit (especially when money is tight). The quality of the images is getting better and better and the cost is still very affordable, especially compared to traditional stock photography. If you are planning to use an image in a blog post you can often get away with the lowest resolution they offer, which may cost in the neighborhood of one dollar on many of the websites. A few of these sites are already mentioned above since they have free image sections.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://microstock.larynandjanel.com/category/action/buy"&gt;Learn more about purchasing images from microstock sites (such as Shutterstock, Dreamstime, iStockphoto, and Bigstockphoto) here&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;You can find a lot of free-to-use imagery online, but always keep in mind the license that it is offered under. You may need to find a for-pay image (either through microstock, traditional stock or even a custom photo shoot for specific projects). A &lt;a href="http://microstock.larynandjanel.com/microstock-in-the-news/survey_shows_over_a_third_of_uk_creatives_illegally_use_internet_images_sitep"&gt;recent study&lt;/a&gt; in the UK showed that over one third of creatives in the UK use images illegally, and even &lt;a href="http://microstock.larynandjanel.com/microstock-in-the-news/toyota_caught_using_flickr_photos_without_permission"&gt;major companies get caught doing so&lt;/a&gt;. Don't let your non-profit get pie-in-the-face by using an image you don't have the rights to use -- it's not worth it and will damage your credibility&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/yxGuo_yxy0I" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/how-find-images-your-non-profit-blog-or-project-free-or-low-cost#comments</comments>
 <category domain="http://www.cedc.org/tag/blog/faq">FAQ</category>
 <category domain="http://www.cedc.org/tag/images">images</category>
 <category domain="http://www.cedc.org/tag/microstock">microstock</category>
 <category domain="http://www.cedc.org/tag/blog/web">Web</category>
 <pubDate>Tue, 22 Dec 2009 21:16:41 +0000</pubDate>
 <dc:creator>laryn</dc:creator>
 <guid isPermaLink="false">176 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/how-find-images-your-non-profit-blog-or-project-free-or-low-cost</feedburner:origLink></item>
  <item>
    <title>Free E-book for Non-profits and Social Media: Social by Social</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/rBgs83jJF9o/free-e-book-non-profits-and-social-media-social-social</link>
    <description>&lt;p&gt;&amp;lt;!--break--&gt;&lt;/p&gt;
&lt;p&gt;I wanted to take a moment to highlight a free e-book that will be of interest to some of our non-profit partners.&lt;/p&gt;
&lt;div class="quote"&gt;
&lt;h2&gt;Social by Social&lt;/h2&gt;
&lt;p&gt;&lt;img src="/images/blog/0912/sbs-book.png" alt="Social by Social" title="Social by Social" style="border: 0pt none ; margin: 5px; float: right;" class="mceItem" height="114" width="156" /&gt;&lt;em&gt;Social by Social&lt;/em&gt; is a practical guide to using new technologies to create social impact. It makes accessible the tools you need to engage a community, offer services, scale up activities and sustain projects. Whoever you are, it shows you how to take technology and turn it into real world benefits.&lt;/p&gt;
&lt;p&gt;We want to help people in the public and third sectors do more good, by showing them the power of these technologies and how to access them. In the process, we hope we can also educate funders and policy workers about the huge shift of mindset and expectations needed to commission these projects successfully, to give the innovators more space to work.&lt;br /&gt;...&lt;br /&gt;&lt;em&gt;Social by Social&lt;/em&gt; isn’t a manual in the classic sense. This work is still pretty new and there isn’t a simple model to follow. Instead, it asks you the questions which you will need to answer, shares some of the routes other people have tried, and offers signposts to help you find your way. And it invites you to join an ongoing conversation as we all find the way together.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;You can &lt;a href="http://www.socialbysocial.com/content/download"&gt;download the entire book for free as a PDF&lt;/a&gt; or &lt;a href="http://www.socialbysocial.com/content/buy"&gt;buy a print-on-demand copy&lt;/a&gt; to have it in print form.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/rBgs83jJF9o" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/free-e-book-non-profits-and-social-media-social-social#comments</comments>
 <category domain="http://www.cedc.org/tag/social-change">Social Change</category>
 <category domain="http://www.cedc.org/tag/social-media">Social Media</category>
 <category domain="http://www.cedc.org/tag/blog/web">Web</category>
 <pubDate>Mon, 07 Dec 2009 17:14:28 +0000</pubDate>
 <dc:creator>cedc</dc:creator>
 <guid isPermaLink="false">173 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/free-e-book-non-profits-and-social-media-social-social</feedburner:origLink></item>
  <item>
    <title>Questions to think about when preparing to redesign your non-profit website</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/b4h5XLLewVE/questions-think-about-when-preparing-redesign-your-non-profit-website</link>
    <description>&lt;p&gt;When a non-profit partner is beginning the process of having their website redesigned, we like to get some specifics about the type of site they are envisioning. Our &lt;a href="http://www.cedc.org/blog/how-to-prepare-an-rfp-for-a-non-profit-website" title="Non-profit web RFP"&gt;RFP form is a good first step in the web redesign process&lt;/a&gt; and has some introductory questions that get at the same issues, but it is sometimes helpful to answer some slightly more in-depth questions specifically about the look and feel as a separate, secondary exercise. (Also, sometimes it is useful to send a graphic design specific form to a sub-group of more visually oriented people who may not need to see the entire RFP).&lt;/p&gt;
&lt;p&gt;&lt;img src="/images/blog/0912/http-263492_8950-sm.jpg" alt="HTTP" style="border: 0pt none ; margin: 10px; float: right;" height="225" width="300" /&gt;The questions are pasted in directly below and also attached for download at the bottom of the page in both Open Document Format and Word format.&lt;/p&gt;
&lt;div class="quote"&gt;
&lt;h2&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp; Description of Mood/Functionality/etc:&lt;/h2&gt;
&lt;p&gt;Describe with words the mood or personality that your site should have. For example, should it give a corporate feel with clean, straight lines? Should it be a softer feel, with rounded edges and gradients? Should it be bolder and grungy? Do you want to go with a 'Web 2.0' look or something less techie? This will tie in with your primary audience, so feel free to include thoughts about them here as well, including demographic info, technical capabilities, etc. We may ask for further details if something is unclear.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h2&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp; Branding Guidelines and Color:&lt;/h2&gt;
&lt;p&gt;Do you have a package of branding guidelines that we should follow as we develop the look and feel? Do you have specific colors that are used consistently? Should the site's design match anything else you have already developed (in print or video, for example), or will your other communications be revised to match the site? Do you have a logo, or multiple versions of your logo? (Please provide your logo in vector form if possible, otherwise as a high resolution raster image)&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h2&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp; Examples of Mood/Functionality/etc (positive and negative):&lt;/h2&gt;
&lt;p&gt;Provide a list of five to ten sites that have something about them that you like, whether it is the way the menu works, the general mood and feel of the page, the structure or layout, or anything else in particular. Also include aspects of the sites that you do not like. We may have more questions for you regarding the sites you list here, so don't worry if you're not sure how to describe what it is you like (or don't like) about a site, just try your best.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h2&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp; Homepage:&lt;/h2&gt;
&lt;p&gt;Often a site will have a separate structure for the homepage, to allow more information to be presented in one place and give an overview of all the places the visitor can go (or at least to highlight specific places). What will be important to include on the homepage? What do you want your visitors to see first if they happen to visit your homepage (as opposed to landing on an internal page through a search result, for example)? What do you want them to do? (You may tie in thoughts about various audiences here as well, if you have multiple audiences that may be interested in different parts of the site).&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h2&gt;5.&amp;nbsp;&amp;nbsp;&amp;nbsp; Internal Design:&lt;/h2&gt;
&lt;p&gt;Will the internal design be consistent, or are there areas of the site that should look slightly different? If so, please describe the various areas and how they may be differentiated (for example, specific header graphics for specific areas, or a slight change of the color palette in the look and feel, or a complete restructuring of the page)? What is the goal of making these sections different?&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;As usual, feel free to contact us with any questions, or request more info for a specific project you have in mind. (For web projects, it is helpful if you complete the &lt;a href="http://www.cedc.org/blog/how-to-prepare-an-rfp-for-a-non-profit-website" title="Non-profit web RFP"&gt;RFP&lt;/a&gt; and submit it with the &lt;a href="http://www.cedc.org/design/non-profit-enquiry" title="Enquire about a non-profit design project"&gt;project estimate request form&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="font-size: .8em; color: #555;"&gt;&lt;em&gt;Photo by &lt;a rel="nofollow" href="http://www.anna-OM-line.com"&gt;http://www.anna-OM-line.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Attachments&lt;/h3&gt;&lt;ul class="fileattach"&gt;&lt;li style="clear:left;"&gt;&lt;a href="http://www.cedc.org/sites/default/files/web_look-and-feel_questionnaire.odt"&gt;&lt;img class='fileattach' border='0' src='/images/icons/odt_icon.png' title='Open Document Format' /&gt;&amp;nbsp;&lt;/a&gt;&lt;a href="http://www.cedc.org/sites/default/files/web_look-and-feel_questionnaire.odt"&gt;Look and feel questions (Open Document Format)&lt;/a&gt; &lt;small&gt;[245.46 KB]&lt;/small&gt;&lt;/li&gt;&lt;li style="clear:left;"&gt;&lt;a href="http://www.cedc.org/sites/default/files/web_look-and-feel_questionnaire.doc"&gt;&lt;img class='fileattach' border='0' src='/images/icons/doc_icon.png' title='Word Document' /&gt;&amp;nbsp;&lt;/a&gt;&lt;a href="http://www.cedc.org/sites/default/files/web_look-and-feel_questionnaire.doc"&gt;Look and feel questions (Word Format)&lt;/a&gt; &lt;small&gt;[162 KB]&lt;/small&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/b4h5XLLewVE" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/questions-think-about-when-preparing-redesign-your-non-profit-website#comments</comments>
 <category domain="http://www.cedc.org/tag/look-and-feel">Look and feel</category>
 <category domain="http://www.cedc.org/tag/questionnaire">questionnaire</category>
 <category domain="http://www.cedc.org/tag/rfp">RFP</category>
 <category domain="http://www.cedc.org/tag/blog/web">Web</category>
 <enclosure url="http://www.cedc.org/sites/default/files/web_look-and-feel_questionnaire.odt" length="251351" type="application/vnd.oasis.opendocument.text" />
 <pubDate>Tue, 01 Dec 2009 19:58:47 +0000</pubDate>
 <dc:creator>cedc</dc:creator>
 <guid isPermaLink="false">171 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/questions-think-about-when-preparing-redesign-your-non-profit-website</feedburner:origLink></item>
  <item>
    <title>Congratulations, Drupal: "Best open source PHP CMS" and "Hall of Fame" award</title>
    <link>http://feedproxy.google.com/~r/cedc-blog/~3/wlgIRBX0W0A/congratulations-again-drupal-best-open-source-php-cms-again</link>
    <description>&lt;p&gt;&amp;lt;!--break--&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/tag/drupal"&gt;Drupal&lt;/a&gt; wins again:&lt;/p&gt;
&lt;div class="quote"&gt;
&lt;p&gt;&lt;img src="/images/blog/0911/2009-best-php-winner.jpg" alt="Drupal wins again" class="mceItem" align="right" vspace="5" hspace="5" /&gt;From &lt;a href="http://drupal.org/best-open-source-PHP-CMS-award-2009"&gt;drupal.org&lt;/a&gt;: "Drupal has won best open source PHP Content Management System for the second year in a row in the Packt Publishing 2009 Open Source CMS Awards. Drupal won by popular vote and a critical selection by a panel of judges. This award reflects the strong support of the Drupal community and our focus on quality which leads to critical acclaim and rapid adoption for large, high quality projects. Drupal won best overall open source CMS in 2007 and 2008."&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Hats off also to Wordpress and &lt;a href="/tag/joomla"&gt;Joomla&lt;/a&gt;, who were both runners-up.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Drupal wins the Hall of Fame Award:&lt;/p&gt;
&lt;div class="quote"&gt;
&lt;p&gt;From &lt;a href="http://drupal.org/2009-Open-Source-CMS-Hall-of-Fame-Award"&gt;drupal.org&lt;/a&gt;: It is a great honor for the Drupal community to be the first winner of the Open Source CMS Hall of Fame Award. The Drupal community has worked hard to improve Drupal by adding internationalization, enhancing security, facilitating customization, increasing extensibility, and easing the user experience. This award is a great complement to winning the 2009 Open Source PHP CMS for the second year in a row. This critical recognition helps build both momentum and excitement towards releasing Drupal 7 in 2010.&lt;/p&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/cedc-blog/~4/wlgIRBX0W0A" height="1" width="1"/&gt;</description>
     <comments>http://www.cedc.org/blog/congratulations-again-drupal-best-open-source-php-cms-again#comments</comments>
 <category domain="http://www.cedc.org/tag/drupal-tips">Drupal tips</category>
 <category domain="http://www.cedc.org/tag/blog/web">Web</category>
 <pubDate>Tue, 10 Nov 2009 20:19:13 +0000</pubDate>
 <dc:creator>cedc</dc:creator>
 <guid isPermaLink="false">170 at http://www.cedc.org</guid>
  <feedburner:origLink>http://www.cedc.org/blog/congratulations-again-drupal-best-open-source-php-cms-again</feedburner:origLink></item>
  </channel>
</rss>
