<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2-ppt (info@mypapit.net)" -->
<rss version="0.91">
    <channel>
        <title>Forum One Communications - Latest Items</title>
        <description><![CDATA[The latest news and ideas from Forum One Communications.]]></description>
        <link>http://www.forumone.com/</link>
        <lastBuildDate>Wed, 30 Dec 2009 15:52:03 GMT</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt (info@mypapit.net)</generator>
        <item>
            <title>Director or Social Media Networks - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/U1-N2gKOeQE/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/U1-N2gKOeQE" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Thu, 17 Dec 2009 20:15:00 GMT</pubDate>
        </item>
        <item>
            <title>WordPress 2.9: Custom post types explained - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/b7FFswnu6T4/184-WordPress-2.9-Custom-post-types-explained.html</link>
            <description><![CDATA[WordPress 2.9 is ramping up support for custom post types. It's an improvement, but not nearly as exciting as you've probably been led to believe.<br />
<br />
<div>For starters, what is a custom post type in WordPress?</div><br />
<img style="padding:0; border:0" src="http://tech.forumone.com/uploads/posts.png" alt="" />WordPress ships with 4 post types: <em>post, page, revision, and attachment</em>.<br />
<br />
WP uses a single table, called <strong>wp_posts</strong>, to store the bulk of its information.<br />
<br />
Within this table, there is a column called <strong>post_type</strong>. This column tells WordPress whether an item is a blog post, page, attachment, revision, etc.<br />
<br />
The idea behind "custom post types" is to add new <strong>post_type</strong> values (e.g. "event" or "publication"), and handle items differently depending on their <strong>post_type</strong>.<br />
<br />
<div></div><br />
<div>Custom Fields 101</div><br />
If any data needs to get saved that doesn't belong in the <strong>wp_posts</strong> table, it can be saved using custom fields. Each custom field value is saved as a separate row in the <strong>wp_postmeta</strong> table.<br />
<br />
<img style="padding:0; border:0" src="http://tech.forumone.com/uploads/postmeta.png" alt="" /><div></div><br />
Without the help of plugins (e.g. <a href="http://wordpress.org/extend/plugins/custom-field-template/" title="Custom Field Template">Custom Field Template</a>), there is no way to auto-assign custom fields to posts depending on their post type.<br />
<br />
Custom fields are extremely inefficient. Each item is stored as a key/value pair, with the value a LONGTEXT column regardless of what that value actually is (bool, date, integer, etc).<br />
<br />
If you assign 10 custom fields to a certain post type, then add 5,000 posts, then that's a whopping 50,000 rows cluttering up your <strong>wp_postmeta</strong> table.<br />
<br />
<div>What's new in WP 2.9?</div><br />
<strong>get_post_type()</strong><br />
<em>Returns the current item's post type (used within The Loop).<br />
This function is identical to $post->post_type.</em><br />
<br />
<strong>get_post_types()</strong><br />
<em>Returns an array of all post types.</em><br />
<br />
<strong>register_post_type($post_type, $args_array)</strong><br />
<em>Called from within a plugin or functions.php. Only 1 available argument: "exclude_from_search"<br />
Ex: $args_array = array('exclude_from_search' => true);</em><br />
<br />
<div>What to expect in the future</div><br />
Currently, custom post types are all but useless without the help of plugins. For example, <strong>there is no code within WP core to auto-assign different fields for different post types</strong>. The ability to auto-create custom fields depending on the post type would make a lot of sense. There is talk of a UI being added for WP 3.0 to manage custom post types, but only time will tell. 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/b7FFswnu6T4" height="1" width="1" />]]></description>
            <author>nospam@example.com (Matt Gibbs)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Thu, 17 Dec 2009 12:58:27 GMT</pubDate>
        </item>
        <item>
            <title>The Fold Doesn't Matter - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/HQL6EhY8JO8/265-The-Fold-Doesnt-Matter.html</link>
            <description><![CDATA[<a href="http://www.cxpartners.co.uk/thoughts/the_myth_of_the_page_fold_evidence_from_user_testing.htm" title="null"><img width="568" height="447" style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/scrollingscreenshots.png" alt="" /></a><br />
<div><!-- --></div><br />
<br />
That's right. I said it. And so did <a href="http://www.cxpartners.co.uk/thoughts/the_myth_of_the_page_fold_evidence_from_user_testing.htm">CX Partners</a>. The fold <strong>doesn't</strong> matter.<br />
<br />
<blockquote>Over the last <strong>6 years</strong> we’ve watched over <strong>800 user testing sessions</strong> between us and on only 3 occasions have we seen the page fold as a barrier to users getting to the content they want.</blockquote><br />
<br />
People DO scroll! <br />
<br />
<blockquote>One of the most common things we see on a heatmap is a strong hotspot over the scrollbar. The scrollbar is used to assess the page length. Users expect to have to scroll. The heatmap below shows this.</blockquote><br />
<br />
"<a href="http://www.cxpartners.co.uk/thoughts/the_myth_of_the_page_fold_evidence_from_user_testing.htm">The myth of the page fold: evidence from user testing</a>" is a must read. Go on now. Get your scroll on! 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/HQL6EhY8JO8" height="1" width="1" />]]></description>
            <author>nospam@example.com (Courtney Clark)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Wed, 16 Dec 2009 23:30:50 GMT</pubDate>
        </item>
        <item>
            <title>Social Web Business Forum - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/u9Mme3gezC0/</link>
            <description><![CDATA[The Social Web Business Forum -- where top online executives gather to discuss the intersection of online communities, social media and Enterprise 2.0, in Los Angeles, CA.<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/u9Mme3gezC0" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Tue, 15 Dec 2009 21:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Back to Basics: The Strategy Team &amp;amp; Goal Definition - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/5y2CfqTk6bs/584-Back-to-Basics-The-Strategy-Team-Goal-Definition.html</link>
            <description><![CDATA[<img src="http://onlinecommunityreport.com/uploads/compass_ocrep.jpg" alt="" /> <em>This post is part of an ongoing series about <a href="http://onlinecommunityreport.com/archives/577-Back-to-Basics-Developing-an-Online-Community-Strategy.html" title="http://onlinecommunityreport.com/archives/577-Back-to-Basics-Developing-an-Online-Community-Strategy.html">developing an online community strategy</a>. As a reminder, all posts will be tagged #ocb2b</em> <br />
<br />
<strong>Define Business Goals and Objectives</strong><br />
As I mentioned <a href="http://onlinecommunityreport.com/archives/577-Back-to-Basics-Developing-an-Online-Community-Strategy.html" title="http://onlinecommunityreport.com/archives/577-Back-to-Basics-Developing-an-Online-Community-Strategy.html">in my previous post</a>, the recommended first step in developing (or refining) your organization's online community strategy is to answer the question: What are you, as an organization, trying to accomplish? I acknowledge that this is a simple, but loaded, question. Answering the question of Organization intention is 1/2 of the equation for a successful community strategy. The other half of the equation is understanding community member's needs and predisposition, which I cover in the next post in the strategy series.<br />
<br />
Generally, an executive taps a strategy lead to help develop online community initiatives at an organization. In some cases, the strategy lead actually rises out of the ranks to propose direction to the executives. In both cases, there are two essential roles:<ul><br />
<li>Sponsoring Executive: The C-level or SVP that is the champion of community &amp; social media in the C-suite. This is often the CMO, the VP of Marketing, or VP of Support.<br />
<li>Strategy Lead: The person charged with directing strategy development from kickoff through launch or annual engagement planning.</ul><br />
<br />
Said another way: The Sponsoring Exec has the financial and political capital to fund the community initiative, and the Strategy Lead executes research and planning necessary to create the community strategy. <br />
<br />
Next, the Strategy Lead forms a core team to facilitate discussion with the extended stakeholders around the following topics:<ul><br />
<LI>the intention in engaging the community;<br />
<LI>the potential value the organization hopes to create for itself and its customers;<br />
<LI>the risk associated with engaging, including worst case scenarios;<br />
<LI>the overhead, including headcount, budgets and staff time;<br />
<LI>the level of readiness to participate, and the required culture change to be successful</ul><br />
<br />
<strong>Identifying and Engaging Internal Stakeholders</strong><br />
The current <a href="http://en.wikipedia.org/wiki/Stakeholder_%28corporate%29" title="http://en.wikipedia.org/wiki/Stakeholder_%28corporate%29">definition of stakeholder</a> on wikipedia describes the role of stakeholder as "... a party that affects or can be affected by the actions of the business as a whole." Given the inclusive nature of many social media and community efforts, an argument could be made that everyone in the company is a stakeholder in the strategy, and in a sense, that is true. In order to actually get work done, you need to trim the list a bit, down to relevant and representative stakeholders that represent key roles and departments affected by, or expected to contribute resources to the community.<br />
<br />
A list of likely internal stakeholders includes:<br />
<ul><br />
<li>Marketing: Representatives from brand, field and demand generation;<br />
<li>Web Team: User experience, analytics, content and technical / development resources;<br />
<li>Product: Product management, product marketing;<br />
<li>Support: The manager of any existing support forums, knowledgeable, as potentially a representative from technical writing;<br />
<li>HR: HR representatives to help develop participating policies and guidelines;<br />
<li>Legal: to develop policies and guidelines, as well as terms of use;</ul><br />
<br />
<strong>Process: Kickoff, Work Sessions, Interviews and Synthesis</strong><br />
So, how does all of this actually come together? I've used the following process on the job at my former employer Autodesk, as well as in our<a href="http://forumonenetworks.com/section/services/" title="http://forumonenetworks.com/section/services/"> services practice here at Forum One</a>. The process starts with a kickoff meeting, continues with individual interviews with key stakeholders, includes follow up working sessions with a core team, and concludes with analysis and synthesis of all of the inputs by the Strategy Lead.<br />
<br />
Kickoff: A meeting is convened by the Strategy Lead, and usually includes the Executive sponsor as well as key internal stakeholders. The group is generally no more than 5-7 people. The kickoff usually lasts 2-3 hours, and covers:<ul><br />
<li>Project scope, participant roles, and communication protocols;<br />
<li>Review of the current state of online community and social media activities (if any);<br />
<li>Discussion of potential goals for the community strategy, related to organization's mission and annual goals;<br />
<li>Potential sources of value from online community engagement, including qualitative and quantitative measurements;<br />
<li>Recent customer research and/or feedback;<br />
<li>Existing customer community touchpoints &amp; activities (blogs, facebooks groups, etc)<br />
<li>Possible Inluencers / Lead users in the community ecosystem (bloggers, Twitter pundits, etc)<br />
<li>Discussion of additional stakeholders to involve;<br />
<li>Discussion of potential risks;</ul><br />
Stakeholder Interviews:<br />
After the kickoff, interviews with key stakeholders are held to take a deeper dive in to the questions explored in the kickoff meeting, and also to give the stakeholder "airtime" to state requirements, explore ideas and express concerns. The interviews can be done face to face or over the phone, generally last between 30-45 minutes, and are conducted by an interviewer, with backup by a note-taker. Depending on the size of the extended stakeholder pool and the complexity of the project, I generally try to do at least 8 stakeholder interviews. As an augmentation to the in person interviews, I've also done an online survey for stakeholders that is based on the interview script. This is a good way to reach a wider audience and get a large set of quantitative and qualitative data. <br />
<br />
Work Sessions:<br />
In addition to the kickoff, there are generally 1-3 work sessions to review and refine key points from the discussion in the kickoff meeting. These additional working sessions are a great place for brainstorming potential community features and engagements, and to discuss examples of online community and social media from competitors, leaders in the industry, or shiny object examples outside of your industry.  The outputs of the work sessions are analyzed in the Synthesis phase.<br />
<br />
Synthesis:<br />
The outputs of the kickoff, working sessions and stakeholder interviews are analyzed by the Strategy Lead, and summarized in to a working strategy brief (typically a word doc). The key elements of the brief generally include:<ul><br />
<LI>A statement of purpose or intention for the online community strategy;<br />
<LI>Business goals for the online community initiative, ideally showing support of organizational mission and goals, and with initial metrics of success;<br />
<LI>Key findings from the stakeholder interviews (which will have informed, and ideally support, the two points above)</ul><br />
<strong><br />
Next Up: Member Needs Analysis</strong><br />
As I mentioned at the beginning of the post, the Organization's goals are half of the equation for a successful community strategy. The other half is obviously assessing the needs and predisposition of the community. In the next post in the series, I will talk about how to find and solicit feedback from potential (or current) community members, and what to do with that information.<br />
<br />
<br />
<br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/5y2CfqTk6bs" height="1" width="1" />]]></description>
            <author>nospam@example.com (Bill Johnston)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Tue, 15 Dec 2009 19:16:05 GMT</pubDate>
        </item>
        <item>
            <title>Need help responding to the Open Government Directive? - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/_WfoqpXP2B0/417-Need-help-responding-to-the-Open-Government-Directive.html</link>
            <description><![CDATA[The Obama Administration released the long anticipated  <a href="http://www.whitehouse.gov/omb/assets/memoranda_2010/m10-06.pdf"> Open Government Directive </a> on Tuesday.  It lays out some ambitious steps for executive departments and agencies to take over the relatively near-term to be more transparent, participatory, and accountable, such as:<br />
<ul><br />
<li>Within 45 days, each agency shall identify and publish online in an open format at least three high-value data sets and register those data sets via Data.gov</li><br />
<li>Within 60 days, each agency shall create an Open Government web page, and respond to public input received via that page</li><br />
<li>Within 120 days, each agency shall develop and publish an Open Government Plan that will describe how it will improve transparency and integrate public participation and collaboration into its activities</li><br />
<b>Not sure how to get started?  We can help. </b> We've worked for many years helping organizations develop effective approaches to be more transparent and accountable online.  We can help you develop and document a credible Open Government Plan that meets OMBs objectives and at the same time aligns with your organizational realities and challenges.  Opening your organization up to invite and respond to public input can be scary.  It helps to have well crafted plan that is rolled out smoothly.  For most organizations, there will be some easy wins that you can already take credit for or accomplish quickly, along with some more challenging actions to be taken over the longer term.  <br />
<br />
<b>Have a plan for your data.</b> To meet the requirements for publishing open data, we can help you identify and prioritize candidate data sets that might be well-suited to publishing online and to Data.gov.  We can help you understand what formats are most appropriate for the data and put in place a communications strategy to accompany its release.  <br />
<br />
Kudos to the administration for pushing the envelope on open government.  It's going to be an exciting several months to watch everything unfold.<br />
 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/_WfoqpXP2B0" height="1" width="1" />]]></description>
            <author>nospam@example.com (Joe Pringle)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Fri, 11 Dec 2009 17:45:39 GMT</pubDate>
        </item>
        <item>
            <title>Community/Social Media Intern - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/WEs6o2uohrQ/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/WEs6o2uohrQ" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Fri, 11 Dec 2009 17:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Drupal Is a PHP Application, Remember? - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/yJGWuYjySds/182-Drupal-Is-a-PHP-Application,-Remember.html</link>
            <description><![CDATA[<p><a href="http://caseysoftware.com" title="Keith Casey">Keith Casey</a> recently observed to me that "Drupal developers don't seem to think of themselves as PHP developers," and the ensuing conversation, at various times roping in <a href="http://www.designvsdevelop.com/" title="Joe LeBlanc">Joe LeBlanc</a> (a Joomla! developer) and <a href="http://technosailor.com" title="Aaron Brazell">Aaron Brazell</a> (WordPress) caused Aaron to write <a href="http://technosailor.com/2009/12/03/php-doesnt-do-wordpress-and-wordpress-doesnt-do-php/" title="PHP Doesn't Do WordPress and WordPress Doesn't Do PHP">this really thoughtful post</a>. What we've realized is that many of these applications with large communities don't seem to think they're a part of the larger PHP community, and for whatever reason the divide exists, it makes both communities weaker.</p>
<p>PHP is actually a rich language. It has been used from tiny personal projects up to FaceBook and Digg. The collective experience of its community also spans that range and much in between. So there are things the broader community of developers has learned that could greatly benefit Drupal and other open source projects.</p>
<p>As <a href="http://technosailor.com/2009/12/03/php-doesnt-do-wordpress-and-wordpress-doesnt-do-php/comment-page-1/#comment-261142" title="Not Every PHP App is Digg">Joe points out</a> in the comments to Aaron's piece, not every application is a Digg. So the PHP community could use the feedback that optimizing for the Digg case might come at the expense of middle-tier uses of the language. And of course it remains a stubborn trope in the Drupal community that object-oriented programming in PHP results in "slower" applications, yet the broader community has learned that object orientation is almost never the cause of slow PHP applications; doing things like having too many database calls is--and that's definitely a problem Drupal has by design (see slide 40 and forward of <a href="http://www.slideshare.net/spriebsch/advanced-oop-and-design-patterns" title="Stefan Priebsch OOP Is Not Usually the Bottleneck">this presentation</a>).</p>
<p>So both communities would be enriched by the participation of members of the other. I admit I have been more of a PHP developer who happens to use Drupal, but I have attended the DC DrupalCon and a couple of the DC user group meetups. Yet aside from developers who report to me, I haven't seen anybody from the DC Drupal community showing up at a DC PHP meeting.</p>
<p>So if you develop sites with Drupal and know even a little PHP, check out your local user group or consider attending a PHP conference. You might find potential members of the Drupal community and learn some things that could benefit your next Drupal project. And I will definitely bring my Drupal experience to PHP conferences and meetings.</p>
<p>We will both be better off, so if you've been waiting for somebody to invite you or bug you to join in, consider yourself invited!</p> 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/yJGWuYjySds" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sandy Smith)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Fri, 11 Dec 2009 06:07:44 GMT</pubDate>
        </item>
        <item>
            <title>Online Community Unconference - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/IDHX-RgTIjs/</link>
            <description><![CDATA[The Online Community Unconference is a gathering of online community practitioners - managers, developers, business people, tool providers, investors - to discuss experience and strategies in the development and growth of online communities.<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/IDHX-RgTIjs" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Thu, 10 Dec 2009 20:15:00 GMT</pubDate>
        </item>
        <item>
            <title>Online Community Summit - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/D9FeJEFOUQA/</link>
            <description><![CDATA[The Online Community Summit -- where thought leaders in online collaboration gather to discuss best ideas for the future, in Sonoma, California.<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/D9FeJEFOUQA" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Thu, 10 Dec 2009 19:15:00 GMT</pubDate>
        </item>
        <item>
            <title>Online Communities: Metrics and Reporting 2009 - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/S2oHA6B52vc/</link>
            <description><![CDATA[The Online Communities: Metrics and Reporting research study was initiated in late July 2009, and ran until the second week of August 2009. The intention of the study was to get a broad look at what online community metrics organizations are tracking, how organizations determine and report on the ongoing value of their online community initiatives, and the reporting and metrics tools that help companies in their efforts.<br /><strong><em>Full Report Available for Purchase</em></strong><img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/S2oHA6B52vc" height="1" width="1" />]]></description>
            <author>Online Community Research Network</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Tue, 08 Dec 2009 21:15:00 GMT</pubDate>
        </item>
        <item>
            <title>Current Research: Social Marketing Compensation Study - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/IC-xpphQB-Y/583-Current-Research-Social-Marketing-Compensation-Study.html</link>
            <description><![CDATA[<!-- s9ymdb:204 --><img width="248" height="114" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.onlinecommunityreport.com/uploads/womma_logo.jpg" alt="" /><br />
<!-- s9ymdb:142 --><img width="225" height="98" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.onlinecommunityreport.com/uploads/ocrn_stacked.gif" alt="" /><br />
A few weeks ago, we announced our partnership with WOMMA. As part of our partnership, the <a href="http://www.onlinecommunityresearch.com">Online Community Research Network</a> (OCRN) and the <a href="http://womma.org/main/">Word of Mouth Marketing Association</a> (WOMMA) are co-producing our first research study on Social Marketing professionals (marketers who focus on social media) compensation, job satisfaction, and team structure. <br />
<br />
For the past two years, the OCRN has studied online community and social media professionals compensation. As social media continues to intersect with marketing tools, we'd like to study how social marketers are being compensated and how actively they are involved with online marketing.<br />
<br />
If you're a marketing professional involved with social media, we'd like to invite you to participate in the Social Marketing Compensation survey.<br />
 <br />
The survey can be found here: <a href="http://www.surveymonkey.com/s/NYYK8BB">http://www.surveymonkey.com/s/NYYK8BB</a><br />
<strong><br />
Things for participants to note:</strong><br />
<br />
-All participants will receive a participant version of the report, which includes aggregate data.<br />
-All data will be processed and compiled in aggregate. Data will not be reviewed or presented in a personally (or company) identifiable way.<br />
<br />
Please complete the survey before the end of the day on December 18th. <br />
<br />
Feel free to email me with any questions: hvirga@forumone.com  
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/IC-xpphQB-Y" height="1" width="1" />]]></description>
            <author>nospam@example.com (Heather Virga)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Tue, 08 Dec 2009 20:42:01 GMT</pubDate>
        </item>
        <item>
            <title>Current Research: Participating in the Social Media Ecosystem - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/9sZo2TWJ-1U/581-Current-Research-Participating-in-the-Social-Media-Ecosystem.html</link>
            <description><![CDATA[<img src="http://redplasticmonkey.files.wordpress.com/2009/01/picture-6.png?w=358&amp;h=273" alt="" />The <a href="http://www.onlinecommunityresearch.com">Online Community Research Network </a>is conducting our second study that examines how community and social media professionals engage in the social media ecosystem. Last April, we conducted the <a href="http://store.onlinecommunityresearch.com/someec.html">Social Media Ecosystem</a> study to gain a better understanding of how organizations were managing their hosted and external online community touch points.<br />
<br />
Our goal with the current <strong>Participating in the Social Media Ecosystem</strong> study is to gain more information on how companies participate, how frequently they engage in activities in the social media ecosystem, who manages the participation, and what value participants' companies have gained from their activities. <br />
<br />
The research targets online community and social media executives, strategists, and managers, working both in the commercial and non-profit space.<br />
<br />
The survey can be found here: <a href="http://www.surveymonkey.com/s/W3MT3ZL">http://www.surveymonkey.com/s/W3MT3ZL</a><br />
<br />
If you decide to participate, there are few things to note:<br />
<br />
-All participants will receive a participant version of the report, which includes aggregate data.<br />
-All data will be processed and compiled in aggregate. Data will not be reviewed or presented in a personally (or company) identifiable way.<br />
<br />
We would like to receive your responses by the end of the day Friday, December 11th, please.<br />
<br />
Feel free to ping me if you have any questions: hvirga@forumone.com 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/9sZo2TWJ-1U" height="1" width="1" />]]></description>
            <author>nospam@example.com (Heather Virga)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Mon, 07 Dec 2009 23:45:23 GMT</pubDate>
        </item>
        <item>
            <title>Community Manager - Hi Tech Channels - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/HOQ9En2o1pQ/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/HOQ9En2o1pQ" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Mon, 07 Dec 2009 18:15:00 GMT</pubDate>
        </item>
        <item>
            <title>Community Manager - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/DqAX8rPka0w/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/DqAX8rPka0w" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Fri, 04 Dec 2009 16:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Community Director - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/iFo3yxC_C04/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/iFo3yxC_C04" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Fri, 04 Dec 2009 16:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Online Community and Social Media Compensation 2009 - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/EFAHnY6QoA4/</link>
            <description><![CDATA[The Online Community and Social Media Compensation survey was initiated in July of 2009. The intention of the study was to get a broad look at online community compensation, as well as insight in to team structures. <br /><strong><em>Full Report Available for Purchase</em></strong><img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/EFAHnY6QoA4" height="1" width="1" />]]></description>
            <author>Online Community Research Network</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Thu, 03 Dec 2009 22:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Online Community Unconference East - February 10, 2010 - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/nogeFdoIlng/578-Online-Community-Unconference-East-February-10,-2010.html</link>
            <description><![CDATA[<!-- s9ymdb:207 --><img width="250" height="146" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.onlinecommunityreport.com/uploads/OCUE_10_logo_web.gif" alt="" /> We're geaing up for our first event of 2010, the Online Community Unconference East, on February 10th in New York City. We expect 250-300 online community and social media professionals to attend -- making this our largest east coast unconference yet! Additionally, we expect to have 40-50 collaborative sessions.<br />
<br />
Current attendees include: Cisco, IBM, The Humane Society of the United States, Answers Corporation, Medidata Solutions, Consumer Reports, Knowledge Alliance, Harlequin Enterprises Limited, Iraq and Afghanistan Veterans of America, CafeMom, CFA Institute, Impact Interactions, Optaros and more.<br />
<br />
To register at the early bird rate of $145 ($195 after 1/10 <em>edited to correct date</em>) please go here: <a href="http://ocue2010-ocr1203.eventbrite.com">http://ocue2010-ocr1203.eventbrite.com</a><br />
<br />
For an excellent summary of last years Online Community Unconference East, check out this Huffington Post article, <a href="http://www.huffingtonpost.com/marcia-g-yerman/an-unconference-for-onlin_b_172561.html">An "Unconference" for Online Communities</a>.<br />
<br />
Last year's Unconference featured approximately 40 sessions on key topics including: <br />
<br />
<a href="http://www.socialtext.net/ocue2009/index.cgi?best_practices_busting_the_myths_of_online_community_management">Best Practices - Busting the myths of online community management</a><br />
The idea of the session was to drive discussions regarding many of the common ideas around community that have been published/promoted/blogged about as if they were absolutes rather than the experiences of a few.<br />
<br />
<a href="http://www.socialtext.net/ocue2009/index.cgi?twitter_for_business">Twitter for Business</a><br />
A discussion of how different companies are using Twitter.<br />
<br />
<a href="http://www.socialtext.net/ocue2009/index.cgi?best_practices_for_content">Best Practices for Content</a><br />
Strategies and best practices for company and user-generated content. <br />
<a href="http://www.socialtext.net/ocue2009/index.cgi?social_networking_in_the_enterprise"><br />
Social Networking in the Enterprise</a><br />
A discussion around how companies are using social networks and social media.<br />
<br />
The Online Community Unconference East is being held at the <a href="http://www.digitalsandboxnetwork.com/">Digital Sandbox</a> in NYC, which is centrally located in the financial district and provides plenty of breakout space to support a full day of learning and fun. Lunch and snacks and WiFi will be provided.<br />
<br />
You can see pictures from the <a href="http://www.flickr.com/search/?s=int&amp;w=all&amp;q=ocue2009&amp;m=text">2009 Unconference here</a> <br />
<br />
<a href="http://www.socialtext.net/ocue2009/index.cgi?online_community_unconference_east_2009">OCU East 2009 Wiki</a><br />
<br />
If you currently drive the community or social media strategy for your organization, and you are in (or will be in) the NYC area on 2/10, please join us for a highly energetic day of learning and collaborating. <br />
<br />
We have several sponsor opportunities open for this Unconference. If you are looking for a cost-effective way to reach NYC community and social media professionals, please <a href="mailto:bjohnston@forumone.com" title="mail">contact me</a> about our sponsorship options.<br />
<br />
<div><a href="http://www.eventbrite.com/r/etckt"><img src="http://www.eventbrite.com/s.gif" alt="Events" border="0" /></a></div><br />
<br />
<br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/nogeFdoIlng" height="1" width="1" />]]></description>
            <author>nospam@example.com (Heather Virga)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Thu, 03 Dec 2009 22:29:00 GMT</pubDate>
        </item>
        <item>
            <title>Institute of Medicine - Hiring Manager of Web Communications - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/_SC5s4zZUDw/416-Institute-of-Medicine-Hiring-Manager-of-Web-Communications.html</link>
            <description><![CDATA[The folks at <a href="http://www.iom.edu/ ">IOM </a>are looking to hire a Manager of Web Communications, to serve as the primary point of contact for the IOMs interactive activities as well as the producer and editor of the IOMs website. "It is a critical role in this 175-person organization focused on improving health." <a href="http://tbe.taleo.net/NA4/ats/careers/requisition.jsp?org=NAS&amp;cws=1&amp;rid=6686">More info here</a>.  
    <img src="http://feeds.feedburner.com/~r/Influence/~4/_SC5s4zZUDw" height="1" width="1" />]]></description>
            <author>nospam@example.com (Chris Wolz)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Thu, 03 Dec 2009 15:13:32 GMT</pubDate>
        </item>
        <item>
            <title>Back to Basics: Developing an Online Community Strategy - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/na-N8yTMGZM/577-Back-to-Basics-Developing-an-Online-Community-Strategy.html</link>
            <description><![CDATA[<img src="http://www.onlinecommunityreport.com/uploads/ecosystem_sm.jpg" alt="" />The topic of online community strategy is one of the things that occupies a large chunk of my mental cycles. I've written about a pretty basic process and framework a few times over the years, and I think the baseline concepts have held up well. You can read a couple of relatively recent posts here (I'd love to hear your thoughts):<br />
<a href="http://www.onlinecommunityreport.com/archives/326-How-to-Develop-a-Community-Strategy.html" title="http://www.onlinecommunityreport.com/archives/326-How-to-Develop-a-Community-Strategy.html">How to Develop a Community Strategy</a><br />
<a href="http://www.onlinecommunityreport.com/archives/493-Holistic-Community-Strategy.html" title="http://www.onlinecommunityreport.com/archives/493-Holistic-Community-Strategy.html">Holistic Community Strategy</a><br />
<br />
<strong>Why am I Doing This?</strong><br />
I'm very passionate about the opportunities that online communities and social media bring to the table, and I've had my fair share of real world experience (10+ years), but the primary reason I want to write this series is pretty simple: <br />
Organizations are still challenged with setting strategy. From our efforts with the Online Community Research Network, we still see that only about 25% of our participant organizations have a comprehensive community strategy in place. <br />
<br />
Over the next few weeks, I will explore the following topics, offering my own opinions and insight, data from our ongoing community research, as well as other relevant content from experienced community-building professionals. I'll also try to post as many templates that I use (or can borrow), where appropriate. In short: I'll be posting, you will be adding to the discussion, and we will all (hopefully) be making our day to day community practices a little better. I hope that sounds like fun <img src="http://www.onlinecommunityreport.com/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> <br />
<br />
<strong>The Topics</strong><br />
The topics, which generally follow my strategy development process, will be:<br />
<br />
1. Goal Definition:<br />
How to assemble an internal stakeholder team and facilitate definition of business goals for the community.<br />
<br />
2. Member Needs Research: <br />
Processes and techniques for engaging community members in a process of discovery and conducting member "needs" research. <br />
<br />
3. Social Media Ecosystem Research: <br />
Methodology for conducting a discovery exercise of the relevant parts of the social web to find out where your community (or potential community) is already working and playing.<br />
<br />
4. Designing an Online Presence Architecture (with a hat tip to Chris Brogan):<br />
Factoring the goals of the business, the needs of the members, and the opportunities in the social media ecosystem to create a presence architecture that maps out where to focus engagements.  <br />
<br />
5. Engagement Planning:<br />
How to develop content &amp; activity plans for the community, including<br />
–Where: to engage (home, outposts)<br />
–Who: responsible party<br />
–How: specific activity<br />
–When: frequency of activity<br />
–What: expected outcomes (prototypical metrics!)<br />
<br />
6. Community Platform Selection:<br />
Guidance on how to select a community platform, along with recent ratings for major platforms.<br />
<br />
7. Management &amp; Moderation<br />
An overview of the important and evolving role of the Online Community Manager, building an online community team, and best practices on moderation.<br />
<br />
8. Metrics &amp; Reporting<br />
What metrics to collect, what they tell you, who to report them to, and how often.<br />
<br />
9. Policy Creation &amp; Roll-out<br />
How to develop community and social media policies that fit your organization, and how to deploy them.<br />
<br />
10. Governance<br />
Creating a governance structure in your organization, keeping exective stakeholders informed and engaged, and achieving the right balance of of inter-departmental communication and guidance. <br />
<br />
11. Superusers / Elites<br />
A review of the best superusers programs, with a focus on process, identification and incentives.<br />
<br />
Again, I would <strong>LOVE</strong> your feedback on the topics above. My goals is to write an article a week over the next 12-14 weeks. Each article will be labeled "Back to Basics", and will be tagged #ocb2b<br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/na-N8yTMGZM" height="1" width="1" />]]></description>
            <author>nospam@example.com (Bill Johnston)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Thu, 03 Dec 2009 00:29:00 GMT</pubDate>
        </item>
        <item>
            <title>How to Learn More About Your Web Site's Audiences (on the Cheap) - Forum One: User Experience ...</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/z5_ErWy2OJk/263-How-to-Learn-More-About-Your-Web-Sites-Audiences-on-the-Cheap.html</link>
            <description><![CDATA[<br />
There are a number of ways to learn about your site's audiences. Many of them are expensive and time consuming - focus groups, interviews, and personas for example. Here are three relatively cheap and easy ways you can learn more about your audiences.<br /><br />
<b>Utilize Your Site Statistics</b><br />Statistics provide a very useful glimpse into many characteristics of your audiences. Demographic details can tell you from where your audiences are viewing your site. Technical details can tell you what browser they're using. A content analysis can tell you what keywords they used in a search to find your site. Other useful tidbits include things like: from what page on your site they left, navigation paths they used to find content, which documents they downloaded, and if they were referred to your site by another site.<br />
<br />Looking at the top content (example below) in your site statistics gives you a clear picture of what pages are being accessed the most by your audiences. Knowing this can be helpful in understanding where you want to focus your development efforts.<br /><img src="http://uxd.forumone.com/uploads/site_stats_example.png" /><div></div><br /><br /><b>Create Quick Personas</b><br />Personas take time and are costly, but they are extremely useful in fine-tuning your site requirements. If you don't have much time or budget, consider creating quick personas. More often than not, this activity will need to be conducted with the client or based on what you already know about the audiences. If you have access to a sample of the actual site audiences, all the better.<br /><br />Start with the basics - Define each audience type and get a better understanding of their characteristics. Does their job force them to look at your site in a hurry? Are they in the field looking at your site on a mobile device?<br /><br />After you've defined some characteristics, you want to elaborate on two major needs - what they, as the audience, want from the website, and what the client (or whoever is in charge of the site) wants them to get from the website. What are they ultimately looking for? News? Quick-facts? A media contact? What does the client want them to find? Resources? Knowledge-sharing opportunities? Ways to donate?<br /><br />Once you've detailed the characteristics and needs, these points should map nicely to the services and content you need to provide. Look back through the list of needs and start jotting down your content and services. Will the audience be looking for news? Then you probably need a news section. Do you want them to share knowledge amongst themselves? Think of some services that could provide options for this - a discussion forum, a wiki, or a blog.<br /><br />This type of activity will help you get a quick glimpse at what your audiences are looking for. In lieu of creating full-blown personas, addressing each audience by type can be a great way of narrowing down what you're offering.<br /><br />Here's an example of this activity from a client meeting. You can see that it's easy to get creative when conducting this activity.<br /><img src="http://uxd.forumone.com/uploads/audience_example.jpg" /><div></div><br /><b>Conduct Online Surveys</b><br />Sometimes the best way to find out what your audience wants is to ask them. Surveys are an easy, and fairly non-intrusive, way to learn more about audience characteristics and needs. You can use surveys to learn about general characteristics of your audience - gender, profession, location, etc. You can also use surveys to pinpoint certain areas of your site. If you've just launched a new service and want to determine whether or not your audience likes it, develop a survey that asks very focused questions pertaining that service.<br /><br />There are a number of free services you can use to create online surveys. Two of my favorites are <a title="Survey Monkey" href="http://uxd.forumone.com/www.surveymonkey.com">Survey Monkey</a> and <a title="Survs" href="http://uxd.forumone.com/www.survs.com">Survs</a>.<br /><br />Here's an example where we used to survey to learn more about the specific actions of our audiences.<br /><img src="http://uxd.forumone.com/uploads/survey_example.png" /><div></div><br /><br />The next time you want to quickly and cheaply dig deeper into the characteristics and needs of your audiences, consider using one of these methods.<br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/z5_ErWy2OJk" height="1" width="1" />]]></description>
            <author>nospam@example.com (Matt Humphrey)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Wed, 02 Dec 2009 21:16:00 GMT</pubDate>
        </item>
        <item>
            <title>Web Manager - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/OSpvFdeQ-oE/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/OSpvFdeQ-oE" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Tue, 01 Dec 2009 19:45:00 GMT</pubDate>
        </item>
        <item>
            <title>Vice President Edelman Digital - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/9Kb0YfeEc_o/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/9Kb0YfeEc_o" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Tue, 01 Dec 2009 19:45:00 GMT</pubDate>
        </item>
        <item>
            <title>Senior Vice President Edelman Digital - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/rR2NnMDV8Bk/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/rR2NnMDV8Bk" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Tue, 01 Dec 2009 19:45:00 GMT</pubDate>
        </item>
        <item>
            <title>Online Community and Social Media Jobs - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/_Iy2s2Y4AQE/579-Online-Community-and-Social-Media-Jobs.html</link>
            <description><![CDATA[<!-- s9ymdb:119 --><img width="200" height="150" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.onlinecommunityreport.com/uploads/great_success_sm.jpg" alt="" />As we get closer to the end of the year, many companies are actively seeking qualified community and social media pros to help them build, grow and manage their community and social media programs in 2010. Below you'll find a list of 14 jobs that are posted on the <a href="http://www.forumonenetworks.com">Forum One Networks</a> website. <br />
<br />
In addition to all of the job listings below, we wanted to highlight a new position that one of our clients is looking to fill. The position is for the Community Director of National Geographic's Animal Jam Community, an online community for kids aged 5-9. It's an exciting opportunity to build a new and innovative community that will launch in 2010. <a href="http://www.forumonenetworks.com/content/jobs/detail/3651">Go here</a> for more information about the position. <br />
<br />
<strong>National Geographic's Animal Jam </strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3651">Community Director</a><br />
 <br />
<strong>Baptie &amp; Company, Inc.</strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3462">Community Manager – Hi-tech Channels</a><strong><br />
<br />
<strong>Knight Foundation</strong><a href="http://www.forumonenetworks.com/content/jobs/detail/3537"><br />
Social Media Superstar</a><br />
<br />
<strong>Skyfire</strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3445">Community Manager / Tech Evangelist &amp; Support</a><br />
  <br />
<strong>Sonicbids</strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3538">Designer</a><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3539">Director, Customer Engagement</a><br />
 <br />
<strong>Spiceworks</strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3564">Community Manager</a><br />
<br />
<strong>Test Yantra Software Solutions</strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3583">Software Test Lead-Bangalore</a><br />
<br />
<strong>TokBox, Inc</strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3482">Community Evangelist</a><br />
<br />
<strong>United Service Organizations</strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3627">Director, Online Fundraising</a><br />
<br />
<strong>WebMD.com</strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3444">Online Community Moderator -- Freelance</a><br />
                   <br />
<strong>Wikimedia Foundation</strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3552">Chief Technology Officer</a><br />
<br />
<strong>WorldWinner</strong></strong><br />
<a href="http://www.forumonenetworks.com/content/jobs/detail/3535">Senior Community Moderator &amp;  Customer Services Representative</a><br />
<br />
If you'd like to post an open position, <a href="http://www.forumonenetworks.com/section/jobs/submit">please go here</a>. All jobs posted at Forum One Networks will remain on our website for 90 days and will also be included in the monthly Online Community Report newsletter. 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/_Iy2s2Y4AQE" height="1" width="1" />]]></description>
            <author>nospam@example.com (Heather Virga)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Mon, 30 Nov 2009 21:49:35 GMT</pubDate>
        </item>
        <item>
            <title>ReadWriteWeb's Guide to Online Community Management - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/RbBSZq0bck8/576-ReadWriteWebs-Guide-to-Online-Community-Management.html</link>
            <description><![CDATA[<a href="http://www.readwriteweb.com/reports/index.php?aff_id=3748"><img src="http://www.onlinecommunityreport.com/uploads/rww_report_cover.jpg" alt="" /></a>We announced <a href="http://www.onlinecommunityreport.com/archives/541-Forum-One-Networks-Partners-with-ReadWriteWeb-on-Online-Community-Research.html" title="http://www.onlinecommunityreport.com/archives/541-Forum-One-Networks-Partners-with-ReadWriteWeb-on-Online-Community-Research.html">our partnership with ReadWriteWeb</a> in August of this year. One of the best resources we've seen from ReadWriteWeb this year is their <a href="http://www.readwriteweb.com/reports/index.php?aff_id=3748">Guide to Online Community Management</a>, which is a great primer to the ins and outs of managing an online community. Editor Marshall Kirkpatrick and his team have sifted through massive amounts of information to cull out the most salient points and relevant sources for thinking about engaging in online community-building activities and getting started with online community management.<br />
<br />
<strong>The Report Covers:</strong><br />
<br />
<em>The Basics</em><br />
The definition of an online community manager, assessing the need for community features on your site, and reasons for participating in the social media ecosystem (like Twitter &amp; Facebook). <br />
<br />
<em>Do Startups Need Community Managers?</em><br />
The blog post and comments that triggered the report: <a href="http://www.readwriteweb.com/archives/hiring_a_community_manager.php" title="http://www.readwriteweb.com/archives/hiring_a_community_manager.php">http://www.readwriteweb.com/archives/hiring_a_community_manager.php</a><br />
<br />
<em>ROI</em><br />
Perspectives from the field, including Jeremiah Owyang and Joe Cothrel.<br />
<br />
<em>Job Description</em><br />
A thorough exploration of the role of Community Manager, and key differences between the community role and more "traditional" roles like marketing and customer support.<br />
<br />
<em>The Marketing / Engagement Balance</em><br />
A discussion of the convergence of activities for the Community Manger role.<br />
<br />
<em>Dealing with Challenging Community Members</em><br />
How to deal with "problem" community members and how to redirect the negative energy.<br />
<br />
<em>Interviews with Community Managers</em><br />
Including Dawn Foster and Lucia Willow <br />
<br />
The report also lists a number of key online and in-person resources (including Forum One's <a href="http://ocue2010-ocrb1130.eventbrite.com">Online Community Unconferences</a>).<br />
<br />
<strong>Online companion</strong> <br />
<img src="http://www.onlinecommunityreport.com/uploads/rww_oncomm_agg.jpg" alt="" />One of the most innovative things about the report is the companion content site that curates the content streams from the contributors to the report in a one place. <br />
<br />
If you are interested in purchasing the report, <a href="http://www.readwriteweb.com/reports/index.php?aff_id=3748">you may do so here</a>.<br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/RbBSZq0bck8" height="1" width="1" />]]></description>
            <author>nospam@example.com (Bill Johnston)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Fri, 27 Nov 2009 21:02:56 GMT</pubDate>
        </item>
        <item>
            <title>How to Create a Custom Login and Welcome Block in Drupal 6 - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/IoW6M9xwv-k/179-How-to-Create-a-Custom-Login-and-Welcome-Block-in-Drupal-6.html</link>
            <description><![CDATA[<div><img src="http://tech.forumone.com/uploads/login-text.png" alt="" style="clear:left" /><img src="http://tech.forumone.com/uploads/welcome-text.png" alt="" style="clear:left" /></div><br />
<p>Every now and then I have the task of creating a Drupal block that displays <em>Register</em> and <em>Login</em> links for users who are not logged in and also displays <em>Welcome Text</em> and <em>Logout</em> links for users who are logged in. This can easily be done using two separate Drupal blocks and good ole PHP. However, if like me, you have curious clients who aren't knowledgeable in PHP but love editing every block on their website, a different solution may be more suitable. </p> <br />
<h3>Using a Custom Module to Create a Login/Wecome Block</h3><br />
<p>If you don't already know how to create a module in Drupal 6, you can <a href="http://drupal.org/node/206753" target="_blank">check out the tutorial on the Drupal site</a>.</p><br />
<ol><br />
<li>In your custom_module_name.module file, you will need to implement <a href="http://api.drupal.org/api/function/hook_block/6" target="_blank">hook_block</a> to create your custom block.<br />
Below is the function I used for my module (<em>f1_login_welcome_block</em>):<br />
<div><code><br />
/*Implements hook_block to make custom login/welcome block for users */<br />
function f1_login_welcome_block_block($op = 'list', $delta = 0, $edit = array()) {<br />
&#160;&#160;&#160;&#160;if ($op == 'list') {<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$blocks[0] = array('info' => t('F1 Login/Welcome Block'));<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return $blocks;<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;else if ($op == 'view') {<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;switch($delta) {<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;case 0:<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$block = array(<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'content' => f1_login_welcome_block_display_block()<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;);<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;break;<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return $block;<br />
&#160;&#160;&#160;&#160;}<br />
}<br />
</code></div><br />
Your function should look just like this, except you should replace all places that say 'f1_login_welcome_block' with the name of your custom module. As you'll notice, this function simply adds my block to the Block listing with the description "F1 Login/Welcome Block" and it displays the block using a custom function <em>f1_login_welcome_block_display_block</em>. <br />
</li><br />
<li>Next, you should add your function to display the content for your block. In the function I created (<em>f1_login_welcome_block_display_block</em>), I used a conditional statement to show a welcome block if the $user->uid value is not empty and display a login block if it is empty. Below is the function I used:<br />
<div><br />
<code>function f1_login_welcome_block_display_block() {<br />
&#160;&#160;&#160;&#160;//load user   <br />
&#160;&#160;&#160;&#160;global $user;<br />
    <br />
&#160;&#160;&#160;&#160;//if user is logged in, display welcome block<br />
&#160;&#160;&#160;&#160;if (false == empty($user->uid)) {<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$username = t(truncate_utf8($user->name,20,false,true));<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$user_link =    l($username, 'user',<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;array(<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'attributes' => array(<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 'class' => 'wb-user-link'<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;)<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;)<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;);<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$logout_link =  l(t('Logout'),'logout',<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;array(<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'attributes' => array(<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'class' => 'wb-logout-link'<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;)<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;)<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;);<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;//set the html for welcome block<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$block_text = '&#60;div class="welcome-block"&#62;Welcome,&#160;'.$user_link.<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'.$logout_link.'&#60;/div&#62;';<br />
&#160;&#160;&#160;&#160;}<br />
&#160;&#160;&#160;&#160;//if uswer is not logged in, display login block<br />
&#160;&#160;&#160;&#160;else {        <br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$register_link = l(t('Join'),'user/register',<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;array(<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'attributes' => array(<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'class' => 'lb-register-link'<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;)<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;)<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;);<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$login_link = l(t('Login'),'user/',<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;array(<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'attributes' => array(<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'class' => 'lb-register-link'<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;),<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;'query' => drupal_get_destination()<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;)<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;);                <br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//set the html of login block<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;$block_text = '&#60;div class="login-block"&#62;'.$register_link.<br />
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;' '.$login_link.'&#60;/div &#62;';<br />
&#160;&#160;&#160;&#160;}<br />
    <br />
&#160;&#160;&#160;&#160;return $block_text;<br />
}<br />
</code></div><br />
As you can see, I used the drupal_get_destination() function to redirect users back to their current page after they login on the login page. You can omit that line if you wish for users to be redirected to their account pages after login.<br />
</li><br />
<li>Enable your module and add it to a block region! </li><br />
</ol><br />
That's it, you now have your own custom login/welcome block in your own module. 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/IoW6M9xwv-k" height="1" width="1" />]]></description>
            <author>nospam@example.com (Norman Bucknor)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Fri, 27 Nov 2009 15:55:58 GMT</pubDate>
        </item>
        <item>
            <title>How to Keep Users Coming Back for More - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/PKO3Z7z1f-0/259-How-to-Keep-Users-Coming-Back-for-More.html</link>
            <description><![CDATA[<img width="400" height="302" style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/Picture23.png" alt="" /><br />
<div><!-- --></div><br />
On November 5, a group of web executives around the DC area joined us to hear 4 speakers share their <a href="http://www.forumone.com/thanks">stories and strategies to get return visitors</a>. And boy did we learn a lot!<br />
<br />
<br />
<br />
<br />
<img width="400" height="83" style="padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/Smithsonian-Logo.jpg" alt="" /><strong>Michael Edson</strong> kicked off the session speaking about how the <a href="http://smithsonian.org/">Smithsonian</a> developed a new strategy to reposition their relationship with their audiences and make a more meaningful user experience. Smithsonian did some investigating and found that many people rarely even visit Smithsonian websites. <br />
In his presentation, Michael tackled:<br />
<ul><li>Alternative ways to assess your organization's reputation</li><br />
<li>Barriers you may face as you change</li><br />
<li>Alternative ways to create a strategy to reach your audience</li><br />
<li>How a strategy can re-frame your relationship with your audiences</li><br />
</ul><br />
<a href="http://www.slideshare.net/secret/gFFqQ27O6ZkJAD">See Michael's presentation</a><br />
<br />
<br />
<img width="264" height="88" style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/Picture25.png" alt="" /><br />
Next up was <strong>Roger Burks</strong> from <a href="http://www.mercycorps.org/">Mercy Corps</a>. He shared Mercy Corps strategy around online storytelling. Five years ago, Mercy Corps realized that they weren't connecting with their audiences in a meaningful way. Instead of spending time on press releases and hard-to-understand program descriptions, they shifted their focus to telling the stories of those they reached. This storytelling strategy has engaged more users, helped increase donations, and made for more meaningful connection with their audiences.<br />
<br />
<a href="http://www.slideshare.net/secret/wMJ8dbUykq2MH2">See Roger's presentation</a><br />
<br />
<br />
<br />
<img width="175" height="96" style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/KaBOOM.jpg" alt="" />After the break, we heard from <strong>Jim Hunn</strong> from <a href="http://kaboom.org/">KaBOOM!</a> about lessons learned when building and updating online tools.<br />
Some of the lessons included:<br />
<ul><li>Improve your online tools continuously (and be willing to make and learn from your mistakes)</li><br />
<li>Learn to tell the difference between picking up the shiny nickel vs missing an important trend</li><br />
<li>Trainings must be provided on the trainee's terms - online</li></ul><br />
<br />
In the end, this helped them engage more users online to act offline. To see the full list, check out <a href="http://www.slideshare.net/secret/fAjH4eQgnK4Kbw">Jim's presentation</a>.<br />
<br />
<br />
<br />
<img width="250" height="152" style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/nasalogo.serendipityThumb.jpg" alt="" /><strong>Brian Dunbar</strong>, from <a href="http://www.nasa.gov/">NASA</a>, wrapped up the session with a presentation that highlighted how audience and stats research has changed the user experience on NASA.gov over the last 10 years.. They use many methods to gather audience feedback, including: emails sent from users, usability testing, statistics review, and customer satisfaction surveys. The changes made over time (as shown in the old and new screenshots) have dramatically improved user satisfaction over the years.<br />
<br />
To see the screenshots and guidance on gathering audience feedback, check out <a href="http://www.slideshare.net/secret/70naJJOfTNO9IN">Brian's presentation</a>.<br />
<br />
<br />
<br />
Overall, it was a great event! <br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/PKO3Z7z1f-0" height="1" width="1" />]]></description>
            <author>nospam@example.com (Courtney Clark)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Wed, 25 Nov 2009 21:47:00 GMT</pubDate>
        </item>
        <item>
            <title>Engaging Your Users To Extend Your Online Reach - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/iOrHrDkAij0/260-Engaging-Your-Users-To-Extend-Your-Online-Reach.html</link>
            <description><![CDATA[With a seemingly steady rate of adoption across a handful of social networks, sites nowadays allow users to push content to a bevy of social sites.  Tools like <a href="http://sharethis.com/users/#STS=g2e5cfjq.zy6" title="http://sharethis.com/users/#STS=g2e5cfjq.zy6">Share This</a> allow users to select their social site of choice to distribute content.  Check out the <a href="http://blog.nielsen.com/nielsenwire/online_mobile/viewing-of-online-video-streams-up-26-in-october/" title="http://blog.nielsen.com/nielsenwire/online_mobile/viewing-of-online-video-streams-up-26-in-october/">199 options on Nielsen's</a> Share menu!  Fortunately the most popular 8 are exposed outside of the drop-down.<br />
<br />
But the real consideration is not to which social sites should you allow visitors to post information, but rather who are these users and how are they likely to want to engage?<br />
<br />
<img width="450" height="370" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/ForresterLadder.jpg" alt="" /><br />
Take a look at <a href="http://blogs.forrester.com/groundswell/2007/04/forresters_new_.html" title="http://blogs.forrester.com/groundswell/2007/04/forresters_new_.html">Forrester's Social Technographics Ladder</a>.  It shows the breakdown of user behavior on the social web.  Notice that 'Creators', those people who are actively blogging or publishing media accounted for a mere 13% of US Adults in 2006 (source: Forrester's NACTAS Q4 2006 Devices &amp; Access Online Survey).  19% from that same pool were considered 'Joiners', people who use social networking sites.  One of the key opportunities for online marketers is in understanding how to motivate and convert Joiners into Creators, thereby promoting company products and site offerings through social channels.<br />
<br />
I've been noticing a trend lately with social bookmarking buttons that starts to address this point.  During a few recent online transactions, I was prompted to post my action to one of my social networks.  But instead of simply providing a button to access that social network, I was also provided canned messages from which I could choose.  In essence, the site was offering to do the 'contributing' for me.<br />
<br />
<img width="250" height="211" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/TOMS.serendipityThumb.png" alt="" /><br />
<strong>Example 1: Toms</strong><br />
Here's a screenshot of my order confirmation for a purchase of Toms shoes, an awesome organization that provides a pair of shoes to a child in need for every purchase you make.  Notice the Twitter and Facebook appeals?  Clicking on them generated a canned message, the result of which you can see <a href="http://twitter.com/sophieci/status/2514210740" title="http://twitter.com/sophieci/status/2514210740">on my Twitter stream</a>.  <br />
<br />
<br /><br /><br /><br /><br />
<br />
<img width="250" height="182" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/Safari.serendipityThumb.png" alt="" /><br />
<strong>Example 2: Firefox</strong><br />
Here's another example, lowering the barrier of engagement even more by exposing the canned messages to the user.  Firefox's 5th anniversary was just a few weeks ago.  You can see from this screenshot how easy they're making it for users to take action.  Here's my <a href="http://twitter.com/sophieci/status/5626160004" title="http://twitter.com/sophieci/status/5626160004">resulting message on Twitter</a>. <br />
<br />
<br /><br /><br /><br />
<strong>Example 3: Eventbrite</strong><br />
A final example, below, through Eventbrite.  Notice that on the sign-up confirmation page, I'm presented with a number of social networks to which I can announce that I've just signed myself up to attend an event.<br />
<br />
Clicking on the 'twitter' icon redirected me to my Twitter account with a canned message which I could, with a single click, submit.  Or I could edit over the message to my liking. <br />
<br />
<img width="571" height="218" style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/EventBrite2.png" alt="" /><br />
<br />
<img width="554" height="138" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/EventBrite.png" alt="" /><br />
<br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<strong>"Is it you or is it me?" -Twitter</strong><br />
You might have noticed that these are all twitter examples.  In this <a href="http://blog.nielsen.com/nielsenwire/online_mobile/twitter-quitters-post-roadblock-to-long-term-growth/" title="http://blog.nielsen.com/nielsenwire/online_mobile/twitter-quitters-post-roadblock-to-long-term-growth/">recent research by Nielsen</a> on social network loyalty, you'll notice that, at the same traffic levels, Facebook and MySpace outperformed Twitter in retention rates.  I believe that's because it's easier and more acceptable to be a 'Joiner' on those networks than it is on Twitter, where the whole purpose of the tool is to operate as a 'Contributor'.  If sites, particularly around transactions, are able to bridge the gap between Joining and Contributing, I believe we'll see tools like Twitter sustain themselves a while longer.  But most importantly, take into consideration that it's simple engagement steps like canned messages that may convert your joiners into contributors, thereby broadening your reach online.<br />
<img width="310" height="215" style="float:center; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/social_network_loyalty.png" alt="" /> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/iOrHrDkAij0" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sophie Burns)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Tue, 24 Nov 2009 02:26:28 GMT</pubDate>
        </item>
        <item>
            <title>Community Director:  National Geographic’s Animal Jam - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/WW5_deNUoAQ/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/WW5_deNUoAQ" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Mon, 23 Nov 2009 19:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Thanksgiving 2009 ProjectSpaces Account - Online Collaboration Workspaces - ProjectSpaces</title>
            <link>http://www.projectspaces.com/content/blog/detail/705/</link>
            <description><![CDATA[Check out an example Thanksgiving 2009 ProjectSpaces Account!]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Mon, 23 Nov 2009 16:30:00 GMT</pubDate>
        </item>
        <item>
            <title>How We Use Twitter at Forum One - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/VpevR2YHoCs/414-How-We-Use-Twitter-at-Forum-One.html</link>
            <description><![CDATA[<img src="http://influence.forumone.com/uploads/twitter.jpg" alt="Twitter" />We have described previously on this blog how Forum One approaches <a href="http://influence.forumone.com/archives/404-How-We-Use-Social-Media-at-Forum-One.html">social media in general</a>, as well as our experience with <a href="http://influence.forumone.com/archives/409-Forum-Ones-Experience-with-SlideShare.html">SlideShare</a> and <a href="http://influence.forumone.com/archives/411-Should-Your-Organization-Use-Scribd.html">Scribd</a>. In this post, we'll discuss the current glamour child of social media, Twitter.<br />
<br />
Twitter is impossible to ignore. It has been embraced by celebrities (<a href="http://twitter.com/britneyspears">Britney Spears</a>, <a href="http://twitter.com/Oprah">Oprah</a>), adopted by journalists (<a href="http://twitter.com/andersoncooper">Anderson Cooper</a>, <span><a href="http://www.twitter.com/NickKristof">Nicholas Kristof</a>) </span>and appropriated by politicians (<a href="http://twitter.com/nancypelosi">Nancy Pelosi</a>, <a href="http://www.twitter.com/sarahPalinusa">Sarah Palin</a>)<span>.</span> More importantly, it has grown quickly (from 5 million to 50 million users this year) and is becoming a fixture with the influential organizations and individuals with whom we work.<p>In response to Twitter's influence, we have launched five company Twitter feeds, <a href="http://www.twitter.com/ForumOne">@ForumOne</a>, <a href="http://www.twitter.com/OCReport">@OCReport</a>, <a href="http://www.twitter.com/DataMasher">@DataMasher</a>, <a href="http://www.twitter.com/Legistalker">@Legistalker</a>, and <a href="http://www.projectspaces.com">@ProjectSpaces</a> (a <a href="http://twitter.com/ForumOne/feeds">combined feed is here</a>). These feeds currently have a total of about 15,000 followers, up from 4,000 in August. A number of staff also have personal accounts they manage (on their own time) which include a lot of company re-tweets and information and represent another 15,000 or so followers. <br />
<br />
Here is our approach to this growing network:<br />
<br />
<em><strong>Goals</strong></em><b><i>:</i></b> As with all social media, we need to be clear about our goals, and whether Twitter supports them or not. In shorthand, our goals are 1) to sell more consulting services and products; 2) strengthen our ties with existing clients; 3) learn about social media to support our consulting; and 4) increase our general name awareness.<br />
<br />
<em><strong>Current Priorities</strong></em><b><i>:</i></b> In order to improve our effectiveness, we've focused on a number of areas. We wrote an internal  guidelines document structuring our approach to Twitter. We've made a concerted effort to increase our tweeting and follower counts of relevant individuals. We've tried to improve the quality of our content (importance, grammar, format) as well as mentions when appropriate of &quot;Forum One&quot; (as opposed to &quot;the company&quot; or &quot;F1&quot;, which we say internally). We've increased re-tweets across accounts when useful, and have decided on metrics of success which we review every other month. <br />
<br />
<em><strong>Staffing</strong></em><i><b>:</b></i> We have five staff responsible for most of our account management who all together spend about 15 staff hours per week on Twitter (tweeting, managing followers and answering direct messages). We currently use HootSuite which offers many advantages, but is not strong for joint account management. We've explored CoTweet and other platforms but haven't liked them enough to move.<br />
<br />
<em><strong>Results to Date</strong></em><b><i>:</i></b> Last month, across our five accounts, we had 317 tweets. Our &quot;circulation&quot; (tweets x followers) was 1.26 million, with about 5,000 &quot;click-throughs&quot; (which track only URLs shortened via HootSuite -- about one-third of total tweets). This gives us a click-through rate of around 16.7% (clicks divided by total all followers of our five accounts plus staff accounts) -- which is better than other <a href="http://mashable.com/2009/07/07/twitter-clickthrough-rate/">Twitter click-through reports</a> we've seen.</p><p /><p>We feel like we've made good progress on all of the &quot;current priorities&quot; listed above.  With respect to meeting our principal goals, we have little question that we've strengthened our ties to clients, learned about social media, and raised our company profile. We aren't yet sure about our first (and most important) goal of increasing consulting services or product sales directly attributable to Twitter. Connecting the dots from &quot;marketing&quot; to &quot;sales&quot; is always difficult. We have anecdotal information which is encouraging, but nothing unambiguous.<br />
<br />
So on balance, we've invested a fair amount into Twitter, it is performing well in terms of growth and reach, and it clearly provides value towards goals we care about. The jury is still out whether it is crucial to driving our company marketing and growth efforts overall. We'll watch this issue closely over the next few months.<br />
<br />
How is Twitter supporting your goals? What sort of performance are you seeing? Let us know in the comments.</p><p><em>Jim Cashel is Chairman at Forum One. Feel free to follow him on Twitter at @Cashel or write him at Cashel@ForumOne.com.</em></p> 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/VpevR2YHoCs" height="1" width="1" />]]></description>
            <author>nospam@example.com (Jim Cashel)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Mon, 23 Nov 2009 14:55:00 GMT</pubDate>
        </item>
        <item>
            <title>Forum One Networks Partners with WOMMA - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/uRFegcpI0QA/575-Forum-One-Networks-Partners-with-WOMMA.html</link>
            <description><![CDATA[<a href="http://womma.org"><!-- s9ymdb:204 --><img width="248" height="114" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.onlinecommunityreport.com/uploads/womma_logo.jpg" alt="" /></a>Forum One is really excited to announce that we've partnered with the <a href="http://womma.org">Word of Mouth Marketing Association</a>. WOMMA is a coalition comprised of hundreds of top marketers who are learning how to encourage and amplify the natural phenomenon or word of mouth marketing, while respecting and protecting its honesty and integrity. Forum One's <a href="http://www.onlinecommunityresearch.com">Online Community Research Network (OCRN)</a> and WOMMA share common interests in that our goals are to build networks of professionals who collaborate on best practices, standards and metrics, and share knowledge among the professionals in our industries. In our partnership, we will promote each others professional groups, events, we will partner on industry research, and we'll cohost a webinar on a social media marketing topic in 2010. <br />
<br />
Bill Johnston is currently attending <a href="http://womma.org/summit09/">WOMMA's Summit 2009</a> in Las Vegas, NV. The Summit feature experts from a variety of industries, who will discuss best practices, emerging trends and offer insight into how to word of mouth marketing buzz that extends beyond social media. If you aren't there this year, you can keep up on the buzz and conversations by following the Twitter stream #womma. <br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/uRFegcpI0QA" height="1" width="1" />]]></description>
            <author>nospam@example.com (Heather Virga)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Thu, 19 Nov 2009 18:21:33 GMT</pubDate>
        </item>
        <item>
            <title>6 Governments Who Set Their Data Free - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/29NL9ggSG4w/412-6-Governments-Who-Set-Their-Data-Free.html</link>
            <description><![CDATA[<p><img vspace="5" hspace="5" border="0" align="left" src="http://influence.forumone.com/uploads/nycbigapps.png" />We're seeing exciting trends in governments making data more available   and valuable  for the public. Whether on crime, education, or the environment, governments are putting more data on the web. And they're doing it in ways that allow people to build web applications on top of the data. </p><p>By now, most folks in the web development and Gov 2.0 communities (and readers of this blog) have heard about the federal government's <a href="http://www.data.gov">Data.gov</a> initiative (and the <a href="http://www.datamasher.org">winner of a certain Apps for America competition</a> using these data sets). But local and state governments are also setting their data free. Here are a few examples:</p><ol><li><a href="http://data.octo.dc.gov/">District of Columbia's Data Catalog</a>: The District has opened up 405 data sets across multiple agencies. Users can, for example, subscribe to <a href="http://data.octo.dc.gov/feeds/crime_incidents/crime_incidents_current.xml">feeds of crime incidents</a> or view a <a href="http://maps.google.com/?q=http://data.octo.dc.gov/Gateway_20091117235919.ashx?name=http://data.octo.dc.gov/feeds/cmpltcp/cmpltcp_current.kml">Google Map of construction projects</a> completed in 2009.</li><br /><li><a href="http://data.vancouver.ca/">Vancouver's Open Data Catalogue</a>: If you are a Vancouver resident or tourist, you can subscribe to an <a href="http://vancouver.ca/engsvcs/streets/roadwork/advisory.htm">RSS feed of traffic advisories</a> or review the <a href="http://data.vancouver.ca/datacatalogue/votingBoundaries.htm">133 voting division boundaries</a>. One suggestion, Vancouver: add a crime map. This would have come in handy a few years ago when my laptop was stolen from a parked car in Stanley Park...</li><br /><li><a href="http://www.nyc.gov/html/datamine/html/home/home.shtml">NYC Data Mine</a>: The Big Apple offers users expansive sets of raw and geo data. Users can grab the last <a href="http://www.nyc.gov/html/datamine/html/data/terms.html?dataSetJs=raw.js&amp;theIndex=24">two years of restaurant inspection results</a> and use mapping software to <a href="http://www.nyc.gov/html/datamine/html/data/terms.html?dataSetJs=geo.js&amp;theIndex=28">plot after-school programs</a>. In January, the <span></span><a href="http://www.nycbigapps.com/">NYC BigApps competition</a> will award a $20,000 cash prize and lunch with Mayor Bloomberg to the developers of the most creative applications using NYC data.</li><br /><li><a href="http://www.ri.gov/data/">Rhode Island's Open Data</a>: Yet another site only a programmer could love, RI.gov's data library is as deep and wide as Newport Harbor, for which you can <a href="http://opendap.co-ops.nos.noaa.gov/stations/stationData.jsp?id=8452660">download tidal data</a>. You can also view uplifting visualizations, such as <a href="http://www.google.com/publicdata?ds=usunemployment&amp;met=unemployment_rate&amp;idim=state:ST490000&amp;q=rhodeisalnd+unemployment+data#met=unemployment_rate&amp;idim=state:ST440000">this Google graph of the state's unemployment rate</a>.</li><br /><li><a href="http://www.eot.state.ma.us/developers/">MassDOT's Developers Page</a>: The Massachusetts Department of Transportation hosted a competition for users to create useful applications and visualizations of the state's transportation data. The submissions included <a href="http://www.massdotdevelopersconference09.com/applications">several compelling mobile apps</a>. The two top submissions received one-year of free travel on the MBTA, in addition to recognition at the MassDOT Developers Conference.</li><br /><li><a href="http://www.datasf.org">DataSF</a>: A clearinghouse of over 100 machine-readable government data sets from a range of city departments, including Police, Public Works, and the Municipal Transportation Agency. Independent programmers have used the data to develop a range of innovative mashups an mobile apps, which the city lists in its <a href="http://datasf.org/showcase/">App Showcase</a>.</li></ol><p>What are your favorite examples of government data applications and mashups? Tell us in the comments.</p> 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/29NL9ggSG4w" height="1" width="1" />]]></description>
            <author>nospam@example.com (Brian Pagels)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Tue, 17 Nov 2009 18:45:00 GMT</pubDate>
        </item>
        <item>
            <title>Open Government: &amp;quot;Strategies and Tactics from the Playbook&amp;quot; - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/mvHLrHqPzLI/413-Open-Government-Strategies-and-Tactics-from-the-Playbook.html</link>
            <description><![CDATA[A number of federal agencies are experimenting with fascinating approaches to online public engagement, even in the absence of specific guidance about how they should approach such online opportunities. <br />
<br />
This was the theme I heard echoed throughout the interesting <a href="http://opengov-playbook.eventbrite.com/">Open Government: "Strategies and Tactics from the Playbook"</a> event I attended this past Monday in DC. It was organized by the team of <a href="http://athenabridge.wordpress.com/">Lucas Cioffi</a>, <a href="http://www.ustransparency.com">Stephen Buckley</a>, and <a href="http://www.unconferences.net">Kaliya Hamlin</a>.<br />
<br />
They designed the event with the goal of sharing lessons from agencies that have some early experiences. The format was a series of short, five-minute, presentations, which I think worked well. Here are some insights I picked up: <br />
<br />
<strong>Open Government Directive:</strong> Coming soon?<br />
A large part of the motivation for the Playbook event was to get people engaged in discussing the Obama Administrations Open Government Directive, which is expected to address how agencies should proceed on open data approaches and on online public engagement. The Directive was going to be released in October, but is not yet out; nobody at the Playbook event had much to say about the Directive, which was unsatisfying. There's a ton of interest in these strategies - so it cannot come too soon!<br />
News about the Directive: <a href="http://www.informationweek.com/news/government/policy/showArticle.jhtml?articleID=219700334">InformationWeek  Sept 9</a><br />
<br />
<strong>EPA</strong><br />
Presented a nice paradigm for modeling/planning citizen engagement: <br />
<blockquote>from outreach <br />
to information exchange<br />
to developing recommendations collaboratively<br />
to agreements<br />
to stakeholder action</blockquote><br />
EPA has also apparently trained 60 people to be trainers in online collaboration. Impressive. <br />
<strong><br />
<br />
GSA </strong><br />
Some people asked questions about the role of GSA in establishing policy for federal agencies on open government issues. The answer given by one GSA staffer was, no role. That's too bad - given the part GSA has played in the past, e.g. in negotiating blanket agreements for the use of third party tools. <br />
<br />
Tobi Edler presented GSAs three-stage view of how to conduct public engagement online, which includes: <br />
- Virtual town squares, i.e. idea jams. The White House has experimented with these several times. These are software driven, providing people a way to present ideas, review, comment and rank them. <br />
- Virtual front porch: providing people ways to find and engage online with other people in their town/neighborhood, and then to take it offline to actually have in-person meetings. <br />
- Electronic Petitions: to allow people to voice views on specific issues.<br />
<br />
<strong>NIH Clinical Center</strong><br />
NIH has had some great experience with its "<a href="http://www.drugabuse.gov/chat/chatfaqs308.html ">Drug Fact Chat Day</a>," an annual day for teens to chat online with NIH experts. NIH provides this as a means for teens to obtain credible information from a trusted third party - and NIH gets some great intelligence about what is on the minds of teens (e.g., in 2009, there were twice as many questions related to marijuana as there were in 2008). <br />
<br />
<strong>Drinking from the Firehose? </strong><br />
I heard genuine concerns from some federal staff (e.g., Forest Service) about the risk of being swamped by public input/comments online if they were to make rulemakings or decision-making proceedings more open for participation. Their concerns apparently stem from the obligation on agencies under the Administrative Procedures Act to catalog and reply to each individual comment (but is that not what the tool at <a href="http://www.regulation.gov">Regulation.gov</a> can help them with?).<br />
<br />
I see opportunities for federal agencies to avoid injury from "drinking from the firehose" of public input online by defining differing levels of obligation for different levels of engagement...so they might indeed need to catalog and respond to comments in a rulemaking, but if they ask for more open-ended input about general policy issues, that should be valuable input which does not trigger response obligations. <br />
<br />
<strong>Maxine Teller</strong><br />
<a href="http://mixtmedia.wordpress.com/">Maxine</a> had some pragmatic suggestions from her work at DOD for agencies wanting to experiment and explore social media. She suggested that they need to accept that (a) they do need some policy/guidance to manage it, and (b) developing some new policy/guidance for social media is not impossible  it can be done! <br />
<br />
<strong>Centers for Disease Control</strong> <br />
Someone from CDC presented the organization's 2x10 Principles of Consequential Public Engagement (CPE), which is "public engagement carried out in mutual learning situations in accordance with principles designed to assure serious consideration for any recommendations produced. See the <a href="http://www.ostp.gov/galleries/opengov/Conversation+on+Participation.html">white paper</a> by Roger H Bernier of CDC on this. <br />
<br />
I list their 10 rules here  even though they do not (all) apply to the many situations in which governments might want to provide opportunities for public engagement online: <br />
<br />
1. The desire for advice + the decision on the table are real.<br />
2.  Adequate time to deliberate + clarity of purpose are provided.<br />
3. Both facts + values underlie the choices to be made.<br />
4.  Active agency staff + sufficient resources are committed to the process.<br />
5. Both non-partisan citizens-at-large + partisan stakeholders participate.<br />
6. A critical mass + diverse group of persons participate.<br />
7. Unbiased information + neutral facilitation are provided.<br />
8. Mutual learning through dialogue + thoughtful deliberation occur.<br />
9. Difficult choices are made + agreed upon recommendations are produced.<br />
10. The recommendations receive serious consideration + participants obtain candid feedback about the final decision made.<br />
	<br />
<strong>State Dept  Office of eDiplomacy</strong><br />
They are doing some great stuff, including experimenting with internal and inter-agency communities of interest on specific topics. The <a href="http://blogs.state.gov">DipNotes blog</a> is also a good and early example of government blogging. <br />
 <br />
State has established what seem to be some reasonable, limited rules for online collaboration: <br />
"5 FAM 777  ONLINE COLLABORATION" (<a href="http://www.state.gov/documents/organization/85754.pdf">download as PDF</a>.) <br />
<br />
<strong>TSA</strong><br />
I like the tag line for the <a href="http://www.tsa.gov/blog/">TSA blog</a> - "Terrorists Evolve. Threats Evolve. Security Must Stay Ahead. You Play A Part." It is an active blog, with (moderated) comments, and they are using it in valuable ways. Just a few weeks ago there was a rumor circulating online that a woman (who is an active blogger) had been separated from her young child while going through TSA security. TSA reviewed their video of the station in question and saw that the claim was false, and jumped quickly to put the video online and <a href="http://www.tsa.gov/blog/2009/10/response-to-tsa-agents-took-my-son.html">to blog</a> and tweet up a storm about the video. TSA got some 15k views of the video on CCTV, and, as of today, more than 120k of the clips up on YouTube. TSA feels they were able to nip this issue in the bud before it could cause a PR problem for them. <br />
<br />
<strong>More about the Playbook Event</strong><br />
See Twitter on <a href="http://twitter.com/search?q=%23opengovpb">#opengovpb</a><br />
<br />
The organizers plan to host such sessions every six to eight weeks - and will <a href="http://groups.google.com/group/OGD-UnCon">provide more info here. </a><br />
 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/mvHLrHqPzLI" height="1" width="1" />]]></description>
            <author>nospam@example.com (Chris Wolz)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Tue, 17 Nov 2009 17:25:00 GMT</pubDate>
        </item>
        <item>
            <title>Online Community Expert Interviews: Vida Killian of Dell and Mari Kuraishi of GlobalGiving. ...</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/3AetoryDxhI/574-Online-Community-Expert-Interviews-Vida-Killian-of-Dell-and-Mari-Kuraishi-of-GlobalGiving.org.html</link>
            <description><![CDATA[This month we're featuring two video interviews Bill Johnston conducted at the Online Community Summit in Sonoma, CA in October. <br />
<br />
In the first interview, Bill Johnston talks with Vida Killian of <a href="http://www.dell.com/">Dell</a> about the value of online community at Dell as well as lessons learned from her experience with community and social media.  <br />
<br />
<br />
In Bill's second interview with Mari Kuraishi of <a href="http://www.globalgiving.com/">GlobalGiving.org</a>, Mari share's how GlobalGiving uses online community and social media strategy for global good. <br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/3AetoryDxhI" height="1" width="1" />]]></description>
            <author>nospam@example.com (Heather Virga)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Mon, 16 Nov 2009 22:49:01 GMT</pubDate>
        </item>
        <item>
            <title>The Ongoing Discussion Around Community and Social Media Compensation - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/5MEOwmPqiv8/573-The-Ongoing-Discussion-Around-Community-and-Social-Media-Compensation.html</link>
            <description><![CDATA[<!-- s9ymdb:166 --><img width="500" height="375" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.onlinecommunityreport.com/uploads/groupphoto.jpg" alt="" />I've worked in a variety of industries in various marketing related roles, including: hardware, community, real estate, software, and now back to community and social media. I must admit, community and social media practitioners may well be the most passionate people I've ever worked with. Just attend any one of our events and you'll meet so many intelligent, motivated, solution-oriented people all in one space, sharing ideas, challenges and collaborating on solutions -- it's pretty amazing. Ironically, many people in the community and social media industry feel that they are under paid, under valued and under resourced, yet in the 2009 <a href="http://store.onlinecommunityresearch.com/oncosomecosu.html">Online Community &amp; Social Media Compensation</a> report most respondents were somewhat satisfied or very satisfied with their jobs. I say it goes back to the passion and commitment that community and social media people have for the work they do. As the social media industry grows and companies identify the need for social media specific roles, they are looking to reports like the Online Community &amp; Social Media Compensation report to help determine and set salary standards. However, the disparity in salaries leaves too much room for interpretation. Tom makes a really good suggestion for another way to communicate compensation the data in his post, <a href="http://tomhumbarger.wordpress.com/2009/11/10/is-there-a-disconnect-between-social-media-job-descriptions-and-compensation/">Is There a Disconnect Between Social Media Job Descriptions and Compensation?</a>. "For medium to large companies and established brands, the peaks on the high end make definite sense. The peaks on the low end are for non-profit and other volunteer-run communities and should not be included in the averages."<br />
<br />
The <a href="http://store.onlinecommunityresearch.com/oncosomecosu.html">Online Community &amp; Social Media Compensation</a> has started many conversations among the practitioners in the industry. I've included some of their posts below to get a flavor of the various opinions from the people in the field. <br />
<br />
<a href="http://blog.angelaconnor.com/2009/11/02/men-earn-higher-salaries-in-social-media/">Men earn higher salaries in social media</a> - Angela Connor<br />
<a href="http://www.themoderatorcommunity.com/resources/online-community-social-media-compensation">Online Community &amp; Social Media Compensation</a> - The Moderator Community<br />
<a href="http://snoo.ws/2009/11/05/social-media-salaries-hit-the-glass-ceiling/">Social media salaries may not match the effort</a> - Snoo.ws<br />
<a href="http://vator.tv/news/show/2009-11-04-how-much-do-online-community-managers-earn">How much do online community managers earn?</a> - vator news<br />
<a href="http://tomhumbarger.wordpress.com/2009/11/10/is-there-a-disconnect-between-social-media-job-descriptions-and-compensation/">Is There a Disconnect Between Social Media Job Descriptions and Compensation?</a> - Tome Humbarger<br />
<a href="http://www.socialmediatoday.com/SMC/blog/filteredlist?key=social+media+compensation">Social Media Salary Report: Ladies, It's Not Pretty</a> - SocialMediaToday<br />
<a href="http://tweetmeme.com/story/248317467/online-community-social-media-compensation-online-community-report">#occomp09</a> - tweetmeme<br />
<a href="http://www.onlinecommunityreport.com/archives/571-Online-Community-Social-Media-Staff-Satisfaction.html">Online Community &amp; Social Media Staff: Satisfaction</a> - OC Report<br />
<a href="http://www.onlinecommunityreport.com/archives/565-Online-Community-Social-Media-Compensation.html">Online Community &amp; Social Media Compensation</a> - OC Report<br />
<br />
The <a href="http://store.onlinecommunityresearch.com/oncosomecosu.html">Online Community &amp; Social Media Compensation</a> report is <strong>on sale for only $99 until November 20th</strong>. The regular price is $349, so it's quite a deal! <br />
<br />
If you have thoughts on the findings from the report, please share them. <br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/5MEOwmPqiv8" height="1" width="1" />]]></description>
            <author>nospam@example.com (Heather Virga)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Fri, 13 Nov 2009 00:26:18 GMT</pubDate>
        </item>
        <item>
            <title>Community Manager – Hi-tech Channels - Forum One Networks</title>
            <link>http://feedproxy.google.com/~r/ForumOneNetworks/~3/SBs9ELIfGl8/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneNetworks/~4/SBs9ELIfGl8" height="1" width="1" />]]></description>
            <author>Forum One Networks</author>
            <source>http://feeds.feedburner.com/ForumOneNetworks</source>
            <pubDate>Thu, 12 Nov 2009 17:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Should Your Organization Use Scribd? - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/OVMHstBZZzE/411-Should-Your-Organization-Use-Scribd.html</link>
            <description><![CDATA[<img src="http://influence.forumone.com/uploads/scribd2.jpg" alt="Scribd" />Many of our clients at Forum One produce large numbers of PDF documents (reports, studies, policy briefs) which then are placed in a "documents" section on their web sites. The challenge these organizations face is then making these documents as widely accessed as possible.<br />
<br />
One way to increase attention to documents is to use Scribd, a third-party document sharing site (or in shorthand, "YouTube for documents"). We have had good luck at Forum One using Scribd for our clients. <br />
<br />
For example, one of our clients produced sixty well-crafted, arcane reports on medical technologies. The reports were getting about 11,000 "views" per year on the client's site. We put them on Scribd, where they quickly received about 50,000 "views" per year. It is difficult to precisely compare web site traffic to Scribd traffic because the notion of "view" may be different (on Scribd it can mean a quick visit to the document's description page). Nonetheless, at relatively little cost, the documents clearly got a lot of new attention. <br />
<br />
There are three ways in which Scribd increases "views" of your documents. First, users of Scribd can find your documents through the site's internal search or "related documents" links. Second, Scribd documents generally come up higher in search engine results than documents on your site. Finally, Scribd documents can be easily embedded in third party web sites through the Scribd viewer. Happily, all of these extra views should be complementary to ongoing traffic on your web site.<br />
<br />
In addition to increasing traffic, Scribd offers another service of relevance to many organizations. Documents can now be sold via the recently launched "<a href="http://www.scribd.com/store/about" title="Scribd Store">Scribd Store</a>". The store charges a 20% commission, a lower figure than competitors.<br />
<br />
For all of its benefits, Scribd does have one drawback: how do you pronounce "Scribd"? (Answer according to Scribd staff: <a href="http://www.scribd.com/doc/3200723/scribd-en-faqs">short i</a>.)<br />
<br />
So in short, we have found Scribd to be a useful service for organizations seeking increased attention to their documents. Scribd's core services are free, work well, and are worth a try.<br />
<br />
<em>Future post: Twitter.</em><br />
<br />
<em>Jim Cashel is Chairman at <a href="http://www.forumone.com" title="Forum One Communications">Forum One</a>. Feel free to write him at cashel@ForumOne.com .</em> 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/OVMHstBZZzE" height="1" width="1" />]]></description>
            <author>nospam@example.com (Jim Cashel)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Wed, 11 Nov 2009 08:49:00 GMT</pubDate>
        </item>
        <item>
            <title>Community and Social Media Salaries Remain Relatively Steady Despite Economic Downturn - Forum ...</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/c3JTETO0jgQ/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/c3JTETO0jgQ" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Tue, 10 Nov 2009 23:45:00 GMT</pubDate>
        </item>
        <item>
            <title>Replacing Form Buttons with Images - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/eWpTg2hjXgM/258-Replacing-Form-Buttons-with-Images.html</link>
            <description><![CDATA[<p>
So you want to use CSS to style a form button to appear as an image, similar to the way you would with any anchor link (using <em>background-image</em>).  While the process is very similar, there are a few odd behaviors that form buttons exhibit that anchor links do not (particularly when viewed in IE6) that require a little extra CSS tom-foolery to get around.  
</p>

<div>
<img src="http://uxd.forumone.com/uploads/corey/button02.png" alt="" />
</div>
<div><!-- --></div>

<p>
We start with a normal form button that, without any css, looks like what you see above, generated from this html.
</p>
<p>
<em>&lt;input id="stayConnected" type="submit"/&gt;</em>
</p>


<div>
<img src="http://uxd.forumone.com/uploads/corey/button01.png" alt="" />
</div>
<div><!-- --></div>

<p>
And what we want to end up with is a nifty little square with an arrow in it, like you see in the above image.
</p>
<p>
Using the traditional background-image replacement technique would lead to the following CSS.
</p>

<p>
<em>
input#stayConnected {<br />
 &#160; &#160; background: url(images/button_submit.png) no-repeat 0 0;<br />
 &#160; &#160; display: block;<br />
 &#160; &#160; height: 25px;<br />
 &#160; &#160; text-indent: -9999px;<br />
 &#160; &#160; width: 28px;<br />
}
</em>
</p>


<div>
<img src="http://uxd.forumone.com/uploads/corey/button06.png" alt="" />
</div>
<div><!-- --></div>

<p>
That code forces the submit button to behave as a block, gives it the same dimensions as our arrow button image, applies the image as a background and forces the actual text of the button (submit query) off the screen.  In most browsers, this leaves us with basically what we're looking for except that there's a strange border on the edges of the button left-over from the form button (see above).  Adding the following line to clear the borders will take care of that, and leaves us with a nice looking button for our sign-up form.
</p>

<p>
<em>border: 0;</em>
</p>


<div>
<img src="http://uxd.forumone.com/uploads/corey/button05.png" alt="" />
</div>
<div><!-- --></div>

<p>
The button looks good now, but in some browsers (Firefox included) it doesn't fully function as we'd like.  When hovered over, the cursor does not change to the expected pointer for a link...  so we need to add one more line to get things working properly in modern browsers.
</p>

<p>
<em>cursor: pointer;</em>
</p>

<p>
After that, hovering over the button behaves as shown in the picture above.
</p>

<div>
<img src="http://uxd.forumone.com/uploads/corey/button03.png" alt="" />
</div>
<div><!-- --></div>

<p>
Are we done?  Well, like many things in the world, everything looks ok with this technique until you view it in IE6.  As you can see above, the majority of our CSS gets properly applied within IE6 except for the negative text-indent, which doesn't work for form buttons in IE6.  What to do?  Well, we can try shrinking the text infinitesimally and see if that works.
</p>
<p>
<em>font-size: 0%;</em>
</p>

<div>
<img src="http://uxd.forumone.com/uploads/corey/button04.png" alt="" />
</div>
<div><!-- --></div>

<p>
Despite the fact that 0% should mean the font has no size at all, IE6 still renders it, albeit in a very very tiny fashion (shown above).  If we replace the font-size declaration with one setting the line-height to zero, however, the text disappears completely and we have a nicely styled image form button that's cross-browser compatible.  
</p>
<p>
<em>line-height: 0;</em>
</p>


<div>
<img src="http://uxd.forumone.com/uploads/corey/button01.png" alt="" />
</div>
<div><!-- --></div>

<p>
Below is the complete style used to create the button.  As far as I'm aware, it works in all major browsers.  
</p>

<p>
<em>
input#stayConnected {<br />
 &#160; &#160; background: url(images/button_submit.png) no-repeat 0 0;<br />
 &#160; &#160; border: 0;<br />
 &#160; &#160; cursor: pointer;<br />
 &#160; &#160; display: block;<br />
 &#160; &#160; height: 25px;<br />
 &#160; &#160; line-height: 0;<br />
 &#160; &#160; text-indent: -9999px;<br />
 &#160; &#160; width: 28px;<br />
}
</em>
</p>
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/eWpTg2hjXgM" height="1" width="1" />]]></description>
            <author>nospam@example.com (Corey Lafferty)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Tue, 10 Nov 2009 18:16:00 GMT</pubDate>
        </item>
        <item>
            <title>Online Community &amp;amp; Social Media Staff: Satisfaction - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/GuTAA5CXUI0/571-Online-Community-Social-Media-Staff-Satisfaction.html</link>
            <description><![CDATA[<a href="http://store.onlinecommunityresearch.com/oncosomecosu.html" title="http://store.onlinecommunityresearch.com/oncosomecosu.html"><img src="http://www.onlinecommunityreport.com/uploads/occomp09_cover.jpg" alt="" /></a>In addition to studying compensation during our second annual Online Community &amp; Social Media Compensation study (<a href="http://www.onlinecommunityreport.com/archives/565-Online-Community-Social-Media-Compensation.html">summary here</a>), we also want to dig in to issues related the organizational environment that community and social media professionals work in. One key dimension is overall job satisfaction. <br />
<br />
As part of the research, we asked the question: Please rate your overall job satisfaction?<br />
Of the 370 respondents, most are "somewhat satisfied" with their jobs with an average satisfaction score of 4.1 and a median score of 4. The average satisfaction score was slightly less than last year’s score of 4.2. It is encouraging that while there is an economic downturn, the overall satisfaction with Online Community positions is well above average. This indicates the combination of salary, benefits, work environment and subject matter is working for most of the respondents. The economy can't be ignored as a major factor of influence on satisfaction scores, as a tough economic environment generally discourages folks from aggressively exploring new opportunities and tending to stay with existing positions.<br />
<br />
The graphs below show data from the satisfaction questioned presented in a couple of ways: answers form our 2008 survey compared with 2009, and overall satisfaction compared between genders.<br />
<strong><br />
2008 Satisfaction vs. 2009</strong><br />
<img src="http://www.onlinecommunityreport.com/uploads/sat08vs092.jpg" alt="" align="left" style="float:none" /><br />
<br />
<br />
<strong>Satisfaction by Gender</strong><br />
<img src="http://www.onlinecommunityreport.com/uploads/sat_gender2.jpg" alt="" align="left" style="float:none" /><br />
<br />
As you can see from the graphs, average overall satisfaction was down slightly from 2008 to 2009. You can also see that women were less satisfied than their male counterparts.<br />
<br />
A few write in answers from the report that add color to the graphs:<br />
<blockquote><br />
Unfortunately I feel that most companies are still unable to fully grasp the importance of a dedicated social media team. They do not see a direct correlation between social media and ROI, and therefore are hesitant to put as many resources (both people and money) into social media as is typically necessary. Granted, I was on the periphery of social media for the last three years while I was in graduate school; however since my graduation and re-immersion into social media, I haven't noticed much of a change. Most social media job postings are for intern positions.</blockquote><br />
<br />
<blockquote>I think, even still, a lot of organizations (executives and HR) don't understand what we do, and therefore tend to undervalue it. I was laid off from my previous job last year and although I found another job fairly quickly, compensation was a struggle. I ended up settling for less compensation than I wanted in order to get back in a job quickly.</blockquote><br />
<br />
<blockquote>Engagement with the online community and interacting with others in the field is the most rewarding part of my job.</blockquote><br />
<br />
<blockquote>Because community management is often rooted in customer support organizations, compensation tends to be determined relative to CSRs. In fact, more and more community managers play a critical role in shaping customer experience and ultimately brand, and their compensation needs to reflect that value in a way more commensurate with significant marketing roles.</blockquote><br />
<br />
<blockquote>Perhaps the only one other comment I would suggest is that the corporate world needs to understand that community building is a full time job and as such we need official job descriptions put together by HR that are aligned with the business needs as well as the personal career development opportunities from knowledge workers. Something we haven't even started to think about just yet!</blockquote><br />
<blockquote><br />
Unless Online Community and Social Media is considered a valuable part of an organization and an intrical part of the overall customer touch processes, it won't get the resources and funds to grow. The value given directly correlates into the # of bodies dedicated to support it and the salaries that are paid.</blockquote><br />
<br />
On the one hand, community and social media professionals still seem very enthused about their jobs, and the emerging "social" industry. On the other hand, issues related to lack of standards on community and social roles, team structure, funding as well as difficulty showing financial ROI (in some cases) are clearly starting to cause fatigue.<br />
<br />
What do you think? How satisfied are you in your community or social media role? 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/GuTAA5CXUI0" height="1" width="1" />]]></description>
            <author>nospam@example.com (Bill Johnston)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Tue, 10 Nov 2009 03:08:26 GMT</pubDate>
        </item>
        <item>
            <title>Policy 2.0: Can Online Collaboration Lead to Better Public Policy? - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/ly2YpDQgIGg/408-Policy-2.0-Can-Online-Collaboration-Lead-to-Better-Public-Policy.html</link>
            <description><![CDATA[<p>First came &quot;Web 2.0&quot; in which we (the people) got the power to publish, share, comment, friend, follow, tag, and organize online.</p><p>Then came &quot;Gov 2.0&quot; and the trumpets sounded for transparency of government data and innovation.</p><p>Now, Hope Street Group (a Forum One client) has opened up the policy making process with a new collaboration platform: <a href="http://www.hopestreetgroup.org">Policy 2.0</a>.</p><p>The concept is simple. The three steps are:</p><ol><li>Recruit engaged citizens from outside of government -- most importantly the people directly impacted by the policy</li><br />
<li>Provide them with the tools to learn about, collaborate and refine real world policy recommendations</li><br />
<li>Give them a microphone and access to government leaders to advocate for and implement these recommendations</li></ol><br />
<p /><p><img vspace="5" hspace="5" border="0" align="right" alt="Team leaders present at the National Press Club" src="http://influence.forumone.com/uploads/NPC_teamleaders.jpg" style="width: 303px; height: 201px;" />Hope Street Group pilot tested its Policy 2.0 model this past summer with a project to craft recommendations that improve teacher evaluation systems nationwide.</p><p>&quot;Recommendations like this generally come from researchers and policymakers, administered top-down in states, districts, and eventually schools,&quot; according to Monique Nadeau, Executive Director of Hope Street Group. &quot;But Hope Street Group recognizes that teacher and administrator input is critical in designing and implementing teacher evaluation systems, and this project really brought their voices to the table.&quot;</p><p>The pilot team comprised 22 K-12 educators, 6 private sector professionals, and 8 participants from the civil society sector across 17 states. They collaborated online on the <a href="http://www.jivesoftware.com/">Jive community platform</a>, the recommendations were <a href="http://www.hopestreetgroup.org/content/index.php/publications/235-policy-20-using-open-innovation-to-improve-teacher-evaluation-systems.html">published in a report</a>, and the results were presented at an October 26 event at the National Press Club.</p><p>Hope Street Group and team leaders from the pilot project then <a href="http://www.hopestreetgroup.org/community/deliver/education">took their recommendations to Capitol Hill</a>.</p><p>What's most exciting about this platform is that it puts the power to craft real policy solutions in the hands of the engaged citizen, whether that citizen is a teacher who wants to have input in the policy that impacts his/her livelihood, or a community member motivated by a desire to improve a failing school district.</p><p>In the coming months, Hope Street Group and its Policy 2.0 community will be busy identifying targets and implementing its teacher evaluation recommendations in 10 or more districts, expanding its policy focus into health reform and looking to the public for the next great policy area to tackle.</p> 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/ly2YpDQgIGg" height="1" width="1" />]]></description>
            <author>nospam@example.com (Brian Pagels)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Fri, 06 Nov 2009 19:22:00 GMT</pubDate>
        </item>
        <item>
            <title>LegiStalker.org: Real-Time Lawmaker Monitoring - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/_Y8rbwkZBeI/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/_Y8rbwkZBeI" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Thu, 05 Nov 2009 21:00:00 GMT</pubDate>
        </item>
        <item>
            <title>How-to selectively import data from a data file in MySQL 5 - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/GrmuOBxYuCA/177-How-to-selectively-import-data-from-a-data-file-in-MySQL-5.html</link>
            <description><![CDATA[If you ever need to import a selected number of columns from a data file in MySQL then this how-to is for you!<br />
<br />
Recently I had to import a data file (tab delimiter) containing geo-coding data for zip codes into a table that had less columns than the data file and the columns were not in the same order as my database table. Using MySQL's <strong>LOAD DATA INFILE 'path_to_file'</strong> syntax and <strong>@User_Variables</strong> I was easily able to get the data that I needed into the table.<br />
<br />
<strong>Data file colums:</strong><br />
The data format is tab-delimited text in utf8 encoding, with the following fields :<br />
<br />
country code      : iso country code, 2 characters<br />
postal code       : varchar(10)<br />
place name        : varchar(180)<br />
admin name1       : 1. order subdivision (state) varchar(100)<br />
admin code1       : 1. order subdivision (state) varchar(20)<br />
admin name2       : 2. order subdivision (county/province) varchar(100)<br />
admin code2       : 2. order subdivision (county/province) varchar(20)<br />
admin name3       : 3. order subdivision (community) varchar(100)<br />
latitude          : estimated latitude (wgs84)<br />
longitude         : estimated longitude (wgs84)<br />
accuracy          : accuracy of lat/lng from 1=estimated to 6=centroid<br />
<br />
<strong>Database table columns:</strong><br />
zip<br />
city<br />
state<br />
latitude<br />
longitude<br />
timezone<br />
dst<br />
country<br />
<br />
When doing an import from a data file there are a few things that you need to take note of and adjust your import script and/or table definition accordingly.<ul><br />
<li>How your columns/fields are terminated.</li><br />
<li>How your data (column values) are enclosed.</li><br />
<li>How your rows are terminated.</li><br />
<li>How large of a entry will your values be and does the column definition of your database table expect the maximum size. If not, your data will be truncated to the maximum allowed length.</li><br />
</ul><br />
Once your table structure has been adjusted to accommodate the data expected to be imported you are ready to write your script.<br />
<br />
<strong>Rules on importing in MySQL 5:</strong><br />
<ul><li>The order of the columns are dictated by the data file, not the table.</li><li>You have to account for every column within the data file rows.</li></ul><br />
<br />
So the fields that I want to capture are mapped to their respective table columns:<br />
<br />
datafile columns--------------table columns<br />
country code-------------------country<br />
postal code----------------------zip<br />
place name----------------------city<br />
admin name1-------------------<br />
admin code1--------------------<br />
admin name2-------------------<br />
admin code2--------------------<br />
admin name3-------------------<br />
latitude---------------------------latitude<br />
longitude-------------------------longitude<br />
accuracy-------------------------<br />
<br />
In order to produce a query statement that will adhere to the rules mentioned above we need use @User_Variables as fillers for the columns/fields that we are ignoring.<br />
<br />
User variables are created by simply using the '@' sign in front of a variable name (ie, @user_variable). The naming convention of the user variable really doesnt matter when being used. But I will use @ignore just for readability sake.<br />
<br />
Below is the new mapping with the addition of the user variable, @ignore, which again is being used as a simple filler to get to the columns/fields that we want to import.<br />
<br />
datafile columns---------------table columns<br />
country code-------------------country<br />
postal code----------------------zip<br />
place name----------------------city<br />
admin name1-------------------@ignore<br />
admin code1--------------------@ignore<br />
admin name2-------------------@ignore<br />
admin code2--------------------@ignore<br />
admin name3-------------------@ignore<br />
latitude---------------------------latitude<br />
longitude-------------------------longitude<br />
accuracy-------------------------<em>(not need cause we do not need to get to any columns after this one)</em><br />
<br />
With the completed mapping we can write our script as such.<br />
<br />
<div>LOAD DATA INFILE '/path_to_file/datafile.txt'<br />
INTO TABLE zipcode<br />
FIELDS TERMINATED BY '\t'<br />
LINES TERMINATED BY '\n'<br />
(country,zip,city,@ignore,@ignore,@ignore,@ignore,@ignore,latitude,longitude);</div><br />
<br />
<strong>Query Explained</strong><br />
LOAD DATA INFILE '/path_to_file/datafile.txt' ---------Points to the location of the data file.<br />
INTO TABLE zipcode ----------------------------------------------Points the the table that we want to import into.<br />
FIELDS TERMINATED BY '\t'   ---------------------------------Specifies how the fields are terminated. In our case, they are terminated by a tab, '\t'.<br />
LINES TERMINATED BY '\n'   ----------------------------------Specifies how the lines are terminated. In our case, they are terminated by a new line break, '\n''<br />
(country,zip,city,@ignore,@ignore,@ignore,<br />
@ignore,@ignore,latitude,longitude); --------------------Specifies the table columns that we want to map the incoming data to. Again, the order is dictated by the data file.<br />
<br />
For more information on importing data in MySQL 5 visit, <a href="http://dev.mysql.com/doc/refman/5.0/en/load-data.html">http://dev.mysql.com/doc/refman/5.0/en/load-data.html</a>.<br />
 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/GrmuOBxYuCA" height="1" width="1" />]]></description>
            <author>nospam@example.com (Dan Crowder)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Wed, 04 Nov 2009 21:05:05 GMT</pubDate>
        </item>
        <item>
            <title>Social CRM Virtual Summit - November 11th, 2009 - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/qop5IZTwq0w/567-Social-CRM-Virtual-Summit-November-11th,-2009.html</link>
            <description><![CDATA[We’re proud to be sponsors of Lithium’s online conference Social CRM on November 11th. <br />
<br />
<img src="http://www.onlinecommunityreport.com/uploads/bill_joe.jpg" alt="" />The Social CRM Virtual Summit is a five-hour online conference, which includes webcasts by industry leaders in an interactive exhibit hall, a resource center with extensive materials for download, and a virtual networking lounge to chat live with speakers and prospects. Bill Johnston will lead a session on Best Practices: Community, Strategy and Planning with Joe Cothrel of Lithium. Their session includes discussions on:<br />
<br />
<ul><br />
<li>Defining and creating a community strategy by working with organizational and customer stakeholders to determine needs, goals and key influencers. </li><li>Determining what metrics are important to track, what is currently being measured against what many companies want to measure, and current key performance indicators, featuring research from the <a href="http://www.onlinecommunityresearch.com">Online Community Research Network</a>.</li><li>Defining the value of online communities through the key sources of value, including: cost reduction, lead generation, increased engagement, building customer loyalty.</li><br />
<ul>The virtual event is featured in two time sessions on November 11th. <br />
<ul><li>5am to 10am PT / 8am to 1pm ET / 1pm to 6pm GMT, or</li><li>10am to 3pm PT / 1pm to 6pm ET / 6pm to 11pm GMT</li><br />
</ul><br /><br />
<a href="http://w.on24.com/r.htm?e=160620&amp;s=1&amp;k=0A1F62D54D4C54EE4CD5156EB1669110&amp;partnerref=spfo1"><!-- s9ymdb:196 --><img width="142" height="88" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://www.onlinecommunityreport.com/uploads/vscrmbanner.jpg" alt="" /></a><strong>Social CRM Virtual Summit Agenda</strong><br />
<br />
The social media revolution has changed everything, including how customers choose to interact with companies and each other online, and where they turn for trusted information. This virtual summit comes at a time when companies are starting to see tangible financial results from deeper online engagement with customers, and will explore the current capabilities of and future for Social CRM.<br />
<br />
At this five-hour live, virtual summit you will experience:<br />
<ul><br />
    <li>Webcasts by industry luminaries such as Mike Fauscette (IDC), Bill Johnston (Forum One), Jeremiah Owyang (Altimeter Group), and Ray Wang (Altimeter Group) in a virtual auditorium</li><li>Scheduled live chats with industry experts and practitioners from companies including Barnes and Noble, Lenovo, National Instruments, Redfin, Best Buy, Juniper Networks, and T-Mobile</li><li>An interactive exhibit hall with dynamic sponsor booths, including Genesys, ON24, Ant's Eye View, Forum One Communications, CRM Media, Cognizant, and Liveperson</li><li>A resource center with dozens of valuable white papers, podcasts, and presentations for download</li><li>A virtual networking lounge to meet other like-minded professionals through live chat</li><li>Keynote speeches from CRM thought leaders, Paul Greenberg (The 56 Group) and Brent Leary (CRM Essentials)</li><br />
</ul>Summit keynote speakers include Social CRM thought leaders, Paul Greenberg and Brent Leary.<br />
<br />
<a href="http://w.on24.com/r.htm?e=160620&amp;s=1&amp;k=0A1F62D54D4C54EE4CD5156EB1669110&amp;partnerref=spfo1">Go here to register for this free event and to see the complete agenda.</a><br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/qop5IZTwq0w" height="1" width="1" />]]></description>
            <author>nospam@example.com (Heather Virga)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Tue, 03 Nov 2009 23:56:29 GMT</pubDate>
        </item>
        <item>
            <title>The Voter Information Project - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/HXb6L9E3PwY/410-The-Voter-Information-Project.html</link>
            <description><![CDATA[It's <a href="http://en.wikipedia.org/wiki/Virginia_elections,_2009">election day in the Commonwealth of Virginia</a> -- the state in which most Forum One staff call home. Today we'll elect a governor, a lieutenant governor, attorney general, and <a href="http://en.wikipedia.org/wiki/Virginia_House_of_Delegates">100 house delegates</a>.<br />
<br />
Thousands of people woke up this morning seeking answers to these three questions:<br />
<ul><br />
<li>How do I found out if I'm registered to vote?</li><br />
<li>Where do I vote?</li><br />
<li>What's on the ballot?</li><br />
</ul>Many will turn to the internet for the answer and will find themselves at this <a href="https://www.voterinfo.sbe.virginia.gov/PublicSite/Public/FT2/PublicPollingPlace.aspx" title="Find your Virginia polling place">polling place form</a> on the Virginia State Board of Elections voter information web site. The form is clunky. It assumes you know your exact "locality." ("Do I live in Fairfax City or Fairfax County?"). Worse, it is the only place to find this official information.<br />
<br />
Official voter information should be easily available in myriad web sites, search engines, and mobile phone applications. It should be presented in simple, attractive user interfaces. Unfortunately, the information is stored in a variety of dissimilar, muddy, closed formats. Every state stores this information differently.<br />
<br />
Fortunately, a new partnership of state election officials, foundations, and technology companies are developing a better system. The project is led by the <a href="http://www.pewcenteronthestates.org">Pew Center on the States</a> and Google.<br />
<br />
The initiative is called the <a href="http://votinginfoproject.org">Voter Information Project</a>. Their goal is to standardize official voting information into a common, XML standard. This will enable states to share this data widely with civic groups, political parties, and the media. Web programmers, in turn, can develop better voter web sites and applications.<br />
<br />
The <a href="http://votinginfoproject.org/index.cfm?objectid=6DFC4027-1D09-317F-BBDD7649309220DA"><strong>Virginia Voter Information Tool</a></strong> is a example of how good these tools can be once voter data is standardized and shared. Check it out. And if you live in Virginia, vote today! Polls close at 7 p.m.</strong><br />
<br />
This video introduces the Voter Information Project in plain English:<br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/HXb6L9E3PwY" height="1" width="1" />]]></description>
            <author>nospam@example.com (Andrew Cohen)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Tue, 03 Nov 2009 14:20:00 GMT</pubDate>
        </item>
        <item>
            <title>Online Community &amp;amp; Social Media Compensation - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/9RzEiDvk058/565-Online-Community-Social-Media-Compensation.html</link>
            <description><![CDATA[<a href="http://store.onlinecommunityresearch.com/oncosomecosu.html" title="http://store.onlinecommunityresearch.com/oncosomecosu.html"><img src="http://www.onlinecommunityreport.com/uploads/occomp09_cover.jpg" alt="" /></a>Last year, Forum One recognized that one of the key issues community and social media professionals face is that we (as an industry) are suffering from a lack of solid benchmarks, including compensation of online community and social media professionals. In July of 2008, as part of our ongoing research efforts with the <a href="http://www.onlinecommunityresearch.com" title="Online Community Research Network">Online Community Research Network</a>, we conducted the first comprehensive study and gained valuable insight about online community and social media professional's compensation, team structure, and current job satisfaction. <br />
<br />
In July of 2009, we launched the second annual Online Community &amp; Social Media Compensation study, and received approximately 370 qualified responses. Participants represent a comprehensive sampling of organizations involved in building online communities, including: large software companies, large community destination sites, niche community sites, platform providers, media &amp; entertainment, retail and independent consultants. A sample of the 300+ organizations that participated include (with their permission):<br />
Answers Corp., Autodesk, Avid, Best Buy, Cartoon Network (Turner), Consumer Reports, Electronic Arts, hi5, IBM, KaBOOM!, Nokia, Quest Software, Sage Software, Seesmic, Sony Online Entertainment, The Knot, and Yahoo!<br />
<br />
This year's report was truly global in scope, and included respondents from the USA, UK and Canada as well as Australia, Argentina, Spain, China, Costa Rica, Denmark, Finland, France, Germany, Italy, Japan, Netherlands, Poland, Portugal, Romania, Saudi Arabia, Singapore, South Korea, Sweden, Turkey and Ukraine.<br />
<br />
Several key issues pertaining to online community and social media salaries surfaced during this report, including:<br />
•	The gap between the average male and female salaries widened, with male respondents averaging $86,644 (up from $85,423 in ’08) and Females averaging $75,624 (down from $77,319 in ’08).<br />
•	The majority of respondents reported a salary increase in 2009, but the percentage compared to last year was down, as was a significant increase in the number of respondents who took a salary decrease in 2009 compared to 2008.<br />
•	Average overall job satisfaction was down by a fraction, from 4.2 (out of 5) in 2008 to 4.1 (out of 5) in 2009.<br />
•	Several respondents mentioned feeling like they were being inadequately compensated because of lack of data available regarding community and social media salaries, as well as lack of understanding of community and social media ROI relative to their organization’s activities.<br />
<br />
<strong>Demographics</strong><br />
Key demographic and background information about the respondents:<br />
•	The majority of the respondents are Female (52%) vs. Male (48%).<br />
•	The majority (77%) of respondents are from the USA.<br />
•	Most of the respondents have more than 5 years of experience, completed a Bachelors Degree, and work 41-50 hours per week.<br />
•	The majority of respondents work for a Profit Based Organization (85%) vs. Non-Profit (15%).<br />
<br />
Industry<br />
<img src="http://www.onlinecommunityreport.com/uploads/org_type3.png" alt="" align="left" style="float:none" /></br><br />
<br />
Years of Expereince<br />
<img src="http://www.onlinecommunityreport.com/uploads/years_expereince3.png" alt="" align="left" style="float:none" /></br><br />
<br />
<br />
<strong>Work Environment</strong><br />
<br />
Location of Community Team<br />
The majority of responses indicate their Community teams reside in the Marketing and Community departments. “No formal structure” and “Throughout the company” were also popular responses. The placement of the community team seems to be shifting to Marketing and Community departments. Last year 20% reported residing in the Marketing department and only 19% reported that they had their own Community department.<br />
<img src="http://www.onlinecommunityreport.com/uploads/team_location3.png" alt="" align="left" style="float:none" /></br><br />
<br />
Hours Worked Per Week<br />
Most of the respondents (45%) work 41-50 hours per week.<br />
<img src="http://www.onlinecommunityreport.com/uploads/hours3.png" alt="" align="left" style="float:none" /></br><br />
<br />
Percentage of Time Dedicated to Community &amp; Social Media<br />
Approximately three quarters of the respondents (73%) said that their job duties were not only comprised of working within the online community, and that a percentage of their time is dedicated to other areas within their organization.<br />
<img src="http://www.onlinecommunityreport.com/uploads/percentage_time3.png" alt="" align="left" style="float:none" /></br><br />
<br />
<br />
<strong>Compensation</strong><br />
The average salary of the research participants, $81k, is the same as last year. The mean was $77.5k, which is $10k higher last year. As in 2008, there were peaks on both the low ($0-$25k) and high ends (more than $150k). There were also peaks and dips throughout the salary spectrum for 2009, including peaks for the following salary ranges; $50-55k, $65-$70k, $90-$95k and $100-$105k.<br />
<br />
Salary by Gender<br />
On average, the female participants earned an annual salary of $75.5k, which was slightly lower than last year’s $77k. At $86.5K, the male participant’s average annual salary is one percent higher than last year. The overall average annual salary for all participants was the same as last year’s $81k.<br />
<img src="http://www.onlinecommunityreport.com/uploads/salary_gender3.png" alt="" align="left" style="float:none" /></br><br />
<br />
Salary by Region: USA<br />
Respondents in the southwest region of the USA reported the highest average / median salary. The average salary for the southwest region was $99k with a median of $102k, which is significantly higher than last year’s average salary of $85k.<br />
<br />
The second highest average / median salaries in the USA are in the northwest region. These respondents have an average salary of $87k, which is slightly less than the average annual salary of 2008. Within the northwest region, California had a higher average annual salary ($92k) than reported last year ($89k). <br />
<br />
Even though lowest average / median salary in the USA was the same this year as last, the southeast region did have the largest reported average annual decrease compared with last year. This year the southeast region had an average annual salary of $46k, whereas last year it was 72k.<br />
<br />
There were general peaks on the high ends (more than 150k) and low ends ($0-$25k) for all regions, except for the Midwest region, which dipped at the low end and remained even at the high end.<br />
<br />
<img src="http://www.onlinecommunityreport.com/uploads/salary_regionpng3.png" alt="" align="left" style="float:none" /></br><br />
<br />
Satisfaction<br />
The average satisfaction score was slightly less than last year’s score of 4.2. It is encouraging that while there is an economic downturn, the overall satisfaction with Online Community positions is well above average. This indicates the combination of salary, benefits, work environment and subject matter is working for most of the respondents. Although female and male participants mostly rated as being satisfied or somewhat satisfied with their jobs, the female participants are slightly more satisfied with their jobs than their male counterparts. The women had a higher percentage of rating in the somewhat satisfied category, whereas the men had a higher percentage rating for the somewhat dissatisfied category.<br />
<br />
<img src="http://www.onlinecommunityreport.com/uploads/satisfaction_gender3.png" alt="" align="left" style="float:none" /></br><br />
<br />
<strong>The Full Online Community &amp; Social Media Compensation Report</strong><br />
<a href="http://store.onlinecommunityresearch.com/oncosomecosu.html" title="http://store.onlinecommunityresearch.com/oncosomecosu.html"><img src="http://www.onlinecommunityreport.com/uploads/occomp09_cover.jpg" alt="" /></a>The full 45 page report can be purchased here: <a href="http://store.onlinecommunityresearch.com/oncosomecosu.html" title="http://store.onlinecommunityresearch.com/oncosomecosu.html">http://store.onlinecommunityresearch.com/oncosomecosu.html</a><br />
includes detailed information, analysis and charts on:<br />
Participating organizations industry, size and history of community programs<br />
Community Team Staff &amp; Size<br />
Education and experience of respondents<br />
Compensation structures<br />
Detailed benefits<br />
Salaries<br />
- Ranges<br />
- Average by title<br />
- Average by Gender, Age, Eduction<br />
- Average by global location and USA Region<br />
Salary Changes (Increase and Decrease)<br />
Advice from many of the participants about factors that affect compensation, and the evolving roles and responsibilities of the online community team, the team's staff, and executives.<br />
<br />
The tag for the Online Community &amp; Social Media Compensation report is #occomp09.<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/9RzEiDvk058" height="1" width="1" />]]></description>
            <author>nospam@example.com (Bill Johnston)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Mon, 02 Nov 2009 16:25:32 GMT</pubDate>
        </item>
        <item>
            <title>Forum One's Experience with SlideShare - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/6wtG9ZaCpKY/409-Forum-Ones-Experience-with-SlideShare.html</link>
            <description><![CDATA[<img src="http://influence.forumone.com/uploads/slideshare.gif" alt="SlideShare" />We recently described <a href="http://influence.forumone.com/archives/404-How-We-Use-Social-Media-at-Forum-One.html" title="Using social media at Forum One">how we use social media</a> at Forum One. Today we'll talk about the category leader for posting and sharing PowerPoint presentations, <a href="http://www.slideshare.net" title="SlideShare">SlideShare</a>.<br />
<br />
Since we're a consulting firm, we (and many of our clients) produce a lot of PowerPoints. Some of them are not too bad. We've used SlideShare actively for the last three years posting our better efforts, as well as presentations from many of the events we host. The <a href="http://www.slideshare.net/forumone" title="Forum One on SlideShare">Forum One channel</a> on SlideShare currently has 64 presentations.<br />
<br />
The good news about SlideShare is that it is free, relatively easy to use (we'd give it a B+ for usability - some uploading is tricky), and seems to attract a lot of traffic. Our presentations have had about 90,000 views, with 5000 new views per month. This is more than they receive when posted on our own site. (A "view" means someone went at least to the landing page of the presentation, but didn't necessarily open it.) We assume that this attention is useful for propagating our firm's name and ideas.<br />
<br />
The bad news is that we don't see SlideShare as a significant source of referral traffic to our web site. We're careful about including contact information in all of our presentations and on the presentation description pages, but despite our efforts we don't see much impact. About 30% of the traffic to our site is "direct" (that is, somebody already knows us and types in our URL), so it is possible that some of that is due to SlideShare.<br />
<br />
Our overall conclusion is that for relatively little effort we can post presentations, refer to them in our daily correspondence which is useful, and (probably) benefit from their broader exposure on SlideShare.<br />
<br />
Feel free to post your experience in comments below!<br />
<br />
Next up: Scribd 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/6wtG9ZaCpKY" height="1" width="1" />]]></description>
            <author>nospam@example.com (Jim Cashel)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Mon, 02 Nov 2009 14:53:33 GMT</pubDate>
        </item>
        <item>
            <title>First Place Winner:Apps for America 2 - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/53s7Yj7mrr0/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/53s7Yj7mrr0" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Sat, 31 Oct 2009 12:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Web site makeover or total overhaul? Lessons learned from a kitchen remodel. ...</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/_Y4HQo_7Lyw/257-Web-site-makeover-or-total-overhaul-Lessons-learned-from-a-kitchen-remodel..html</link>
            <description><![CDATA[<img width="250" height="169" style="float: right; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/kitchen4.serendipityThumb.jpg" alt="" /><br />
Recently a friend asked me, “How do you know if your company’s web site needs a visual design refresh opposed to a full redesign?” Because we both spend a lot of time cooking, I talked to him about the decisions he made during his kitchen remodel process and how they may apply to his web site as well. <br />
<br />
<strong>Why are you considering a remodel?</strong><br />
Believe it or not, determining if you need a web site redesign or face-lift is very similar to investing in a home improvement project. It all starts with a solid understanding of the aspects of your kitchen that don’t meet your needs and what type of budget you have for the project. Some reasons you may be considering a kitchen remodel:<br />
<br />
Is your family expanding? Have you suddenly found yourself doing a lot more cooking? Did you compromise on the kitchen when you bought the house? Are you constantly misplacing your utensils, pots, bowls because you do not have enough storage? Do you suddenly have the budget for the kitchen of your dreams? Did one of your appliances die? Are you generally happy with your kitchen but feel it looks dated?<br />
<br />
Similarly, when considering a web site redesign or refresh you are probably prompted by similar changes in your needs: <br />
Are you suddenly producing more content? Is your current site a starter site? Do you or your users have a hard time finding information on your web site? Have you been recently provided additional funding for your web site? Does the site continue to support your goals but feels dated? <br />
<br />
<h3>It's Time for a Change, Now What? </h3><br />
Once you've identified that there is an issue with your kitchen / web, you have options on how you plan address them:<br />
<ol><br />
  <li>reface your cabinets </li><br />
  <li>full remodel </li><br />
  <li>upgrade your appliances. </li><br />
</ol><br />
<strong>Cabinet Re-facing</strong><br />
You do not require a bigger kitchen. You find everything you need with ease. The cabinets just look out of date. You’re a good candidate for cabinet re-facing.  <br />
<br />
The same principles can be applied to your web site. If your goals are being met and you are happy with the general structure of the site (content organization and layout); you’re probably a good candidate for a refresh.<br />
<br />
<strong>The Remodel</strong><br />
Do you have a structural problem that prevents you from finding your tools? Is your kitchen just too small and you need more room?  Do want more appliances (bigger fridge, a wine cooler, etc). More room, more cabinets, better organization, new appliances all suggest that you are looking at a remodel if you have the budget.  <br />
<br />
Similarly, if your web site is making it hard for users to find information or you want to add large pieces of functionality that were not previously accounted for; it’s probably time for a redesign.  <br />
<br />
<strong>Upgrading Appliances</strong><br />
How I long for a nice Subzero stainless steel refrigerator with side-by-side doors.  While I am dreaming, why don’t we add a Wolf or Viking oven and range to the wish list?  Appliances are expensive! People usually only replace them when 1) the old ones break, 2) they are investing in a larger remodel. <br />
<br />
On the Web; however, people add new appliances (widgets, tools, functionality) to their site all the time.  This is usually where the trouble starts and before too long you have that Subzero refrigerator, two avocado 1970’s ovens opposite each other, a fantastic wine cooler and disposal held together by duct tape. Not to mention your previously organized recipe collection is now in four or five places—one of which is not even in your kitchen! <br />
<br />
<strong>Why we Refreshed forumone.com in early 2009</strong><br />
<img width="167" height="250" style="float: right; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/f1_2009_before.serendipityThumb.png" alt="" /><br />
<br />
Our last redesign of forumone.com was in 2006 and the site was built on a custom CMS (syntaxCMS). By 2009, the visual design felt very dated and we were missing a few key pieces of content on the homepage. Over the last few years we have been attending and hosting more events and we wanted to feature them on the homepage. We have also created a strong following on several social networking sites and wanted to provide links to those communities from our homepage to encourage more conversation with our core audiences. <br />
<br />
The primary reasons that we went for a refresh over a redesign:<br />
<ol><br />
  <li><strong>  Goals / Objectives:</strong> The homepage no longer supported our expanding goals and objectives and we needed to address them in a timely manner. </li><br />
  <li><strong>Timing:</strong> We did not have design or development resources available to address a full redesign</li><br />
  <li><strong>Visual Design:</strong> The visual design felt dated and we wanted something that was more representative of the caliber of work we provide our clients. </li><br />
</ol><br />
<br />
<img width="215" height="250" style="float: right; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/F1siteBEFORE2009.serendipityThumb.png" alt="" /><strong>If we just refreshed, then why are there rumors of a redesign?</strong><br />
It’s true . We are redesigning Forum One’s web site and we are excited to be able to share the new design with you soon.  The existing technical platform, information architecture and visual design do not support all of our objectives for the new site.<br />
<ol><br />
  <li><strong> Technical Platform:</strong> We used to (and sometimes still do) develop our sites on SyntaxCMS. Most of current client work is now developed on open-source platforms; most notably Drupal or Wordpress. We felt it was very important that our company web site demonstrate our abilities with these technologies.</li><br />
  <li><strong> Information Architecture: </strong>There are significant tweaks to page layout, interactive behaviors, and to some site sections that will help users more quickly access content related to their needs. </li><br />
  <li><strong>Visual Design:</strong> We really want the visual design of this site to showcase our capabilities in both coordinating a strong design and implementing that design through CSS, HTML and Javascript. </li><br />
</ol><br />
Stay tuned to our blogs to learn more about the upcoming redesign of forumone.com<br />
<br />
<br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/_Y4HQo_7Lyw" height="1" width="1" />]]></description>
            <author>nospam@example.com (Brian Verhoeven)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Thu, 29 Oct 2009 20:38:51 GMT</pubDate>
        </item>
        <item>
            <title>Pods: An introspective on software development - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/juztGS5CREI/176-Pods-An-introspective-on-software-development.html</link>
            <description><![CDATA[<a href="http://pods.uproot.us/" title="Pods">Pods</a> is a pet project that I've been working on for more than a year. It's purpose is to sit on top of WordPress and allow for users to create custom data structures, called <a href="http://tech.forumone.com/archives/154-What-is-a-Content-Type.html">content types</a>. It's sort of like Drupal CCK, but for WordPress.<br />
<br />
The biggest challenge for the Pods team isn't what most developers would expect. It's not the coding itself, the bug tracking, or the release testing. The toughest aspect for us is <strong>balancing coding and documentation</strong>. We're not proud of our documentation yet, but we're finally aware of how important it is for our project (or any project) to suceeed.<br />
<br />
There are many great open source projects out there. A lot of great projects also fail. Why?<br />
<br />
It's not necessarily because their code is obsolete, or because there are better ways of doing things than their project code allows. <strong>Most of the time, projects fail simply because people don't know how to use it.</strong> The software itself isn't intuitive enough, the documentation sucks, or both. Your potential users move on, and your software gets left behind.<br />
<br />
The <a href="http://ma.tt" title="Creator of WordPress">WordPress team</a> didn't succeed only because the software itself is easy to use (although it didn't hurt). WordPress succeeded because when you can't figure something out, the well-written <a href="http://codex.wordpress.org/Plugin_API" title="Codex">documentation</a> and <a href="http://wordpress.tv/category/how-to/" title="WordPress.tv">tutorials</a> are there to guide you in the right direction. It's only after your users start reaching "Ah-ha!" moments that your community can really start to flourish.<br />
<br />
In the spirit of documenting how Pods works, here's the first of (hopefully) many tutorial videos. Enjoy.<br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/juztGS5CREI" height="1" width="1" />]]></description>
            <author>nospam@example.com (Matt Gibbs)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Thu, 29 Oct 2009 12:42:26 GMT</pubDate>
        </item>
        <item>
            <title>A Compass for Congress - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/lJcy099nDGA/405-A-Compass-for-Congress.html</link>
            <description><![CDATA[<img src="http://influence.forumone.com/uploads/CongressCamp-logo.png" alt="CongressCamp logo" />I want to tell you about a fantastic new (and developing) resource for congressional staff.<br />
<br />
Back in September, Forum One was one of the sponsors of CongressCamp, an informal "barcamp" unconference here in Washington. For two days, attendees exchanged ideas on how social media and collaboration tools could increase citizen engagement with Capitol Hill.<br />
<br />
As conversations came to a close, <a href="http://congresscamp.org/2009/09/15/a-repository-of-social-media-best-practices-for-congressional-offices/">a session's focus</a> turned toward creating something of lasting value. Hill communication folks are smart folks, but things are changing fast. Each Hill office typically has one person focused on social media. They depend on external advice and lack a single common resource for finding (and suggesting) the best tools and practices.<br />
<br />
Even once the event ended, CongressCamp participants wished to help bridge the gap between citizen knowledge and congressional needs. They asked themselves, "How can we help Hill staff make their internet sites and services more useful for citizens?"<br />
<br />
The result is the "<a href="http://congresscamp.org/compass/Main_Page"><strong>Compass</strong></a>," a guide to online communications for Congressional offices.<br />
<br />
Led by Wayne Moses Burke of the <a href="http://openforumfoundation.org">Open Forum Foundation</a>, the Compass is just getting off the ground, and we could use your help. Hill staff are already using it and are anxious to receive feedback and expertise.<br />
<br />
Wayne has created an open wiki that anyone can edit. Questions of interest to Congressional staff will be posted and answered. For example, we are currently authoring an article that answers the question: "What widgets are available to display social media content on a representative's website?"<br />
<br />
I know we all have something to contribute. <a href="http://congresscamp.org/compass/Main_Page">Get on over to the Compass</a> and help improve Congress' ability connect with citizens! 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/lJcy099nDGA" height="1" width="1" />]]></description>
            <author>nospam@example.com (Andrew Cohen)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Wed, 28 Oct 2009 20:36:00 GMT</pubDate>
        </item>
        <item>
            <title>Recap: UX Show and Tell at Forum One - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/j5A7Bpmt9Ag/255-Recap-UX-Show-and-Tell-at-Forum-One.html</link>
            <description><![CDATA[Last night, Forum One hosted a UX show and tell session with <a href="http://www.erova.com/index.php" title="Chris Avore">Chris Avore</a>. Chris's idea was to bring together ux practitioners to share the documentation that we create and establish an open dialogue about the work that we do. Nine user experience designers gathered in Forum One's conference room for a little less than two hours and we discussed usability reports, wireframes, and creative briefs. In short, we participated in a <a href="http://uxshowandtell.com/" title="UX Show and Tell">UX show and tell</a>. <br />
<br />
<strong>Usability Reports</strong><br />
One of the participants brought a very detailed usability report and asked the group how we translate usability recommendations into designs and keep up with them during the design process. We had a lively discussion about the format of his report and many noted how they liked the separation of severe issues that needed to be addressed immediately and smaller issues that could be address later. Some participants mentioned that they use a much more visual style of report and showed examples of reports that included a screen shot of the page / functionality under scrutiny with call outs to usability participant's comments about the issue. <br />
<br />
Many of us suggested that the recommendations from the usability report be brought into either a bug tracking system or a requirements documentation system. For further traceability, some people suggested that you number the recommendations in a way that they can be tracked within your requirements system. <br />
<br />
<strong>Wireframes</strong><br />
Another participant shared a set of wireframes. The group was extremely impressed by the level of detailed included in these wireframes (I think there were over 100+ pages of detail!). The group had some discussion around wireframing tools (of course) and also how knowledge of javascript libraries can help you make sound design decisions. <br />
<br />
<strong>Creative Briefs</strong><br />
We shared a creative brief for one of our recent projects and lead a discussion around how to best capture visual requirements for both client sign-off and to inform the visual design process. While most people said that our current report format served the goals that we have for it, some participants suggested new ways for us to collect the feedback that goes into the reports. More than a few people suggested that rather than sending out a questionnaire (as we sometimes do) we interview stakeholders with our design partner on the phone, thus allowing them to ask probing questions about visual design feedback. Chris also suggested that we may be able to learn something about our moodboard process by reading Kim Goodwin's <a href="http://www.amazon.com/Designing-Digital-Age-Human-Centered-Products/dp/0470229101" title="Kim Goodwin's Designing for the Digital Age">Designing for the Digital Age: How to Create Human-Centered Products and Services</a><br />
<br />
Thanks again to all who attended. It was a great event! 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/j5A7Bpmt9Ag" height="1" width="1" />]]></description>
            <author>nospam@example.com (Brian Verhoeven)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Wed, 28 Oct 2009 13:02:45 GMT</pubDate>
        </item>
        <item>
            <title>Global Health Essay Contest -- Please Share - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/7BfN1rt1M4M/407-Global-Health-Essay-Contest-Please-Share.html</link>
            <description><![CDATA[<br />
This opportunity may be of interest to Influence followers or your colleagues:<br /><br /><br /><img vspace="0" hspace="0" border="0" align="baseline" src="http://influence.forumone.com/uploads/smartglobalhealth.bmp" />The <a href="http://www.csis.org/">CSIS</a> <a href="http://www.smartglobalhealth.org/">Commission on Smart Global Health</a> is seeking essay submissions that answer the following question in 500-800 words by midnight, November 20th 2009:<br /><br /><b>&quot;What is the most important thing the U.S. can do to improve global health over the next 15 years?&quot;</b><br /><br />We are looking for fresh, innovative approaches to global health problems. The author of the winning essay will receive a $1,000 scholarship with a chance to be published in the Commission's final report. Read <a href="http://www.smartglobalhealth.org/pages/essay-signup">complete details on their website</a>. <br /><br />The CSIS Commission on Smart Global Health Policy focuses on practical solutions that maximize efficiency, produce measurable results, and engage the American public. This essay contest is one way we're expanding the conversation to include the ideas and opinions of people who are passionate about global health issues.<br /><br />I hope you'll <a href="http://www.smartglobalhealth.org/pages/essay-signup">forward this opportunity</a> along to students, friends and colleagues. <br />
 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/7BfN1rt1M4M" height="1" width="1" />]]></description>
            <author>nospam@example.com (Suzanne Rainey)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Tue, 27 Oct 2009 19:27:37 GMT</pubDate>
        </item>
        <item>
            <title>Watch Bill and Melinda Gates Live Online Tonight - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/Dv3YknDSeEc/406-Watch-Bill-and-Melinda-Gates-Live-Online-Tonight.html</link>
            <description><![CDATA[<br />
<img src="http://influence.forumone.com/uploads/gates-presentation-280.jpg" /><br />
Tonight, (Tuesday, October 27) at 7 PM (EST), Bill and Melinda Gates will give a multimedia presentation to challenge the current problem-based global health narrative through illustration of success stories.  The presentation is brought to us through the ONE Campaign Team.<br /><br />I just RSVP'd to watch and get a special reminder email when the video and chat go live on Tuesday night. I thought others would like to check it out too:<br /><br /><a href="http://www.one.org/us/gatesspeech/rsvp.html?rc=gatestaf">Sign up for a link and a reminder here</a>.<br /><br />The presentation will offer evidence that current U.S. investments in global health are working, and will demonstrate progress against global health challenges. Bill and Melinda will share their optimism that through sustained commitment to global health issues, the U.S. and its partners around the world have the potential to save and empower millions more lives.<br /><br />Sounds very interesting, and I love the idea of tuning in to a live event with Bill and Melinda--so I thought I'd share.<br />    <br />        <br />  
    <img src="http://feeds.feedburner.com/~r/Influence/~4/Dv3YknDSeEc" height="1" width="1" />]]></description>
            <author>nospam@example.com (Suzanne Rainey)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Tue, 27 Oct 2009 17:14:24 GMT</pubDate>
        </item>
        <item>
            <title>How We Use Social Media at Forum One - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/DNIqnQguOJg/404-How-We-Use-Social-Media-at-Forum-One.html</link>
            <description><![CDATA[<img src="http://influence.forumone.com/uploads/f1-logo.png" alt="Forum One Communications" />At Forum One, we spend a lot of time thinking about social media: we run the <a href="http://www.onlinecommunityresearch.com" title="Online Community Research Network">Online Community Research Network</a>, we lead many <a href="http://http://www.forumonenetworks.com/section/events/" title="Forum One Events">social media events</a> every year, and we have provided <a href="http://www.forumone.com/section/services/" title="Forum One Consulting Services">consulting services</a> to <a href="http://www.forumone.com/section/clients/" title="Forum One Clients">several hundred organizations</a>. We have even published the <a href="http://www.onlinecommunityreport.com" title="Online Community Report">Online Community Report</a> newsletter for 13 years (yikes).<br />
<br />
So when it comes to designing our company's own social media strategy, it should be simple, right? While it's true we have a big head start, social media are changing so quickly, we need to strategize and experiment just like everyone else. <br />
<br />
Here is how we currently are approaching social media as a company.<br />
<br />
<strong>Goals</strong><br />
<br />
Before we are overwhelmed by countless opportunities in social media, we need to be very clear-headed: why are we doing this stuff? In our case we have four specific goals for our social media efforts:<br />
<br />
1) Enhance our marketing efforts for consulting services, events, and products we sell such as <a href="http://www.projectspaces.com" title="ProjectSpaces">ProjectSpaces</a>;<br />
2) Strengthen our ties with existing clients and colleagues;<br />
3) Learn about social media, so we are in better position to advise others;<br />
4) Increase Forum One's overall visibility.<br />
<br />
All of our social media efforts need to tie clearly to one or more of these goals.<br />
<br />
<strong>Channels</strong><br />
<br />
We currently manage 14 digital media channels at Forum One:<br />
<ul><br />
<li>Web sites (five)<br />
<li>Blogs (five)<br />
<li>Newsletters (two)<br />
<li>Twitter (six accounts)<br />
<li>Electronic press releases<br />
<li>LinkedIn page<br />
<li>Facebook page<br />
<li>Scribd<br />
<li>Slideshare<br />
<li>Flickr<br />
<li>YouTube<br />
<li>Delicious<br />
<li>Events sites (eventbrite, upcoming)<br />
<li>Paid channels (Google, Facebook)<br />
</ul><br />
We periodically review each channel to evaluate if efforts are tying to our corporate goals, and to analyze costs / benefits. At this point our efforts are prioritized into three categories:<br />
<ul><br />
<li>Receive high effort: Web, Blogs, Twitter, Newsletters<br />
<li>Receive some effort / appear to be useful: Press releases, Slideshare, Delicious, Event sites<br />
<li>Receive low effort / watching: LinkedIn, Facebook, Scribd, Flickr, YouTube, Paid channels<br />
</ul><br />
Our corporate circumstances are different than many of our clients. We don't really use YouTube or Scribd internally, for example, but have had good luck with clients that produce lots of video or documents.<br />
<br />
<strong>Metrics and Reporting</strong><br />
<br />
Social media offer great opportunities for gathering useful metrics. While it is hard to directly tie social media to outcomes (do our blogs really drive sales?), it is possible to watch outputs (posts, tweets, etc.) and actions (clicks, re-tweets, etc.). We have set up comprehensive social media reporting systems for a number of clients. We confess that internally we do something lighter weight than we typically advise others -- quarterly channel reviews to prioritize upcoming efforts, and quarterly performance tracking on a relatively small number of metrics which demonstrate reach.<br />
<br />
In all of this it is necessary to experiment. At any one time we have a half dozen totally experimental new services underway (anyone else using <a href="http://www.yammer.com" title="Yammer">Yammer</a>, for example?). We also do what we can to learn from others in our own professional events and other events. Things are moving so quickly, other practitioners are really the only source of useful information. (The <a href="http://www.onlinecommunityresearch.com" title="Online Community Research Network">Online Community Research Network</a> also provides this sort of information sharing.)<br />
<br />
In the future, we'll be posting more detailed information about various channels, including those which seem to be performing best for us and our clients. We'd also love to hear any of your advice on this topic in the comments below.<br />
 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/DNIqnQguOJg" height="1" width="1" />]]></description>
            <author>nospam@example.com (Jim Cashel)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Tue, 27 Oct 2009 13:20:00 GMT</pubDate>
        </item>
        <item>
            <title>Community Platform &amp;amp; Service Provider Research - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/BbpZGiphKmg/561-Community-Platform-Service-Provider-Research.html</link>
            <description><![CDATA[The Online Community Platform and Services Satisfaction research report was published in March of this year as part of the ongoing efforts of the <a href="http://onlinecommunityresearch.com" title="OCRN">Online Community Research Network</a>. The intention of the research project was to provide insight about customer attitudes towards online community platform and service vendors, particularly around satisfaction. Further, we wanted to explore the unmet needs in the online community platform and services market. The study had over 200 participants, and we gathered data on all major commercial and open source online community platforms, as well as feedback on custom built platforms. Key highlights from the research are covered in the slides below. <br />
<br />
The full <a href="http://store.onlinecommunityresearch.com/oncoplandses.html" title="http://store.onlinecommunityresearch.com/oncoplandses.html">Online Communities: Platform and Services Satisfaction Report </a>can be purchased here:<br />
<a href="http://store.onlinecommunityresearch.com/oncoplandses.html" title="http://store.onlinecommunityresearch.com/oncoplandses.html">http://store.onlinecommunityresearch.com/oncoplandses.html</a><br />
<br />
<div><a href="http://www.slideshare.net/billjohnston/online-community-platform-vendor-satisfaction" title="Online Community: Platform &amp; Vendor Satisfaction">Online Community: Platform &amp; Vendor Satisfaction</a><div>View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/billjohnston">Bill Johnston</a>.</div></div> 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/BbpZGiphKmg" height="1" width="1" />]]></description>
            <author>nospam@example.com (Bill Johnston)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Mon, 26 Oct 2009 03:38:56 GMT</pubDate>
        </item>
        <item>
            <title>Creating Usable Content: A Few Tips - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/YeWdTR8x8XA/253-Creating-Usable-Content-A-Few-Tips.html</link>
            <description><![CDATA[<br />
This post is a follow-up to my previous post <a title="Writing for the Web: A Few Tips" href="http://uxd.forumone.com/archives/209-Writing-for-the-Web-A-Few-Tips.html">Writing for the Web: A Few Tips</a>, where I focused on more conversational tactics for writing web content. In this post, I want to brief you on a few things you can do to make your web content more usable.<br />
<br />
<strong>Shorten the Length of Lines</strong><br />
Keep your line length to a manageable minimum. Research has shown that the rate of reading slows and retention rates fall as line length begins to exceed the ideal width of about 12 words per line.<sup><sub><a href="http://uxd.forumone.com/#footnote1">1</a></sub></sup> As line length exceeds 12 words, the reader then needs to use the muscles of the eye and neck to track from the end of one line to the beginning of the next line. If the eye must scan great distances on the page, the reader is easily lost and must hunt for the beginning of the next line.<br />
<div><a href="http://patterntap.com/tap/pattern/1819646568492729ffcb894"><img src="http://images.patterntap.com/1/8/1819646568492729ffcb894_m.png" style="float: left;" /></a><p><a href="http://patterntap.com/tap/pattern/1819646568492729ffcb894">Great use of chunking, imagery, and clean fonts.</a> (example from <a href="http://patterntap.com">Pattern Tap</a>)</p></div><br />
<br />
<strong>Break it up!</strong><br />
Chunk your content into meaningful sections. Use section headers to reinforce the user’s understanding of the content. Doing so will provide them cues as to what they are reading. These also improve the ability of the user to scan the page in order to easily pick and choose what sections they may be interested in reading. Chances are your users are bouncing between your site, another site, a handful of social networks, and various other external influences. Providing them clear cues will help them quickly return to where they left off.<br />
<br />
<strong>Use Images and Photographs...</strong><br />
...but use them wisely. Imagery is one of the most powerful tools in visual design. When choosing or creating images for a page, it's important to use graphics deliberately to support your message and communication goals.<br />
<br />
Using images to demonstrate examples of specific ideas increases your site user’s understanding of the content. Thus, satisfaction is improved by helping the user feel that they grasp the ideas.<br />
<br />
Imagery also can enhance page hierarchy and scanning by providing visual cues to guide the user throughout the page. Consider the use of a primary focus image with secondary supporting images. The secondary images should support the primary images by helping the eye scan through the page hierarchy. Doing so provides the user with a break from reading content heavy pages.<br />
<br />
<strong>Use Familiar and Readable Fonts</strong><br />
To achieve the best possible reading speed, use fonts that are familiar and easily scanned. Save unique stylized fonts for headers and features. Use a clean font like Arial or Helvetica for larger amounts of text that requires more dedicated reading time.<br />
<br />
These are just a few tips to ensure the best usability for the content on your site. Have any more? Share them in the comments!<br />
<br />
-----<br />
<br />
<a name="footnote1"></a>(1) Web Style Guide - Basic Design Principles for Creating Website<br />
Patrick J. Lynch and Sarah Horton 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/YeWdTR8x8XA" height="1" width="1" />]]></description>
            <author>nospam@example.com (Matt Humphrey)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Fri, 23 Oct 2009 17:01:12 GMT</pubDate>
        </item>
        <item>
            <title>NASA, Mercy Corps, KaBOOM! to Speak  at Forum One's Audience-Focused Seminar - Forum One ...</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/94uwI3crZkU/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/94uwI3crZkU" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Wed, 21 Oct 2009 13:00:00 GMT</pubDate>
        </item>
        <item>
            <title>UX Show &amp;amp; Tell Knowledge Sharing - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/ovaPtb3ez-8/</link>
            <description><![CDATA[<p>Forum One is hosting the next "UX Show and Tell," a casual gathering of DC-based UX practitioners who discuss/critique each other's documentation and learn from each other's work.</p><img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/ovaPtb3ez-8" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Tue, 20 Oct 2009 21:45:00 GMT</pubDate>
        </item>
        <item>
            <title>Visual Design intended for CMS - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/370tZuLrHsI/242-Visual-Design-intended-for-CMS.html</link>
            <description><![CDATA[<img width="500" height="500" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/designing_CMS.png" alt="" />Web designs for CMS can be a challenge at times, as the approach has to be taken in a different manner than it would be if the site were only static content. Many times we get excited about the most innovative and creative designs, however, these designs do not always accommodate the CMS framework and structure the developer is dealing with.   <br />
   As you begin your approach to designing for a CMS, the designer must first take into account that this site is not static.  We must consider that the content, navigation, and images will grow at an infinite amount and the design must accommodate any future modifications.  Specific elements such as background images and columns cannot break if this happens the design ultimately fails.   <br />
<br />
<h2>Here are recognizable issues when designing for a CMS:</h2><br />
<br />
<strong>Any designs, layouts, or elements that are designed as if the site was going to print are bad way to begin</strong>.  – Some examples are: <br />
<ul><br />
<li>	Elements that are meant to only accommodate a fix width or height. Fixed areas on a site, such as a fixed width or fixed height should be heavily scoped by the designer to make sure these elements never change, as a CMS is an application meant to load data and content.  Usually, most elements and information change or are dynamically driven. The approach should be that the design take into consideration and is adaptable to content loading.  </li>   <br />
<li>	Gradients that go through an entire element whether vertical or horizontal should always consider expansion.   Also, radial gradients should be utilized with extra caution, as this can be quite tricky or hard to achieve in an expanding elements.  We love the gradient look as it adds an outstanding visual design, however the elements that use these must be heavily identified and defined. </li> <br />
<li>	Evaluate and scope the usage of shadows, gradients and transparencies.  Moderate the use of these and evaluate the length of them as well.  Think about content elements that grow.  If these elements expand or contract, we must take note that the shadow, gradient, or transparency must do the same.  We should consider if these effects have a place of cutoff; I.E. will the shadow end at some place? Does the gradient flow into a solid color at some point? These are areas that should be carefully thought threw. </li> <br />
</ul><br />
<br />
<strong>Headers, navigation, and any copy or text that are images</strong>. – When designing for these elements you must always consider that these can change at anytime.  If using graphics for any of these, you must recognize that it may be difficult or not possible to change these in the future. <br />
<br />
<br />
<strong>Design for future needs and minimize efforts to have to create new styles in the future</strong>. – An example of this may be where as a header is created and a client needs a new one using that style, however the header was specific to the existing content.  The header style didn’t consider wrapping or long text and distorts because of this. Create designs for most elements and even scope out and design for elements a client may wish to add in the future.  By doing this, you help to keep a consistent look and feel and keep your visual design clean, even as future elements or modifications are added.<br />
<br />
<strong>Text-wrapping elements</strong> – What happens if the header is too long for the background element?  The design should always consider this as the client may wish to change this element text.  Be cautious on how you use fixed widths and make sure that text can wrap in those elements accordingly.  <br />
<br />
<br />
As overview, just remember it is important as a designer to understand the CMS and how it works, and map out a fully thought-out design strategy and attack plan.  The designer must think to create a stable design first, and innovative and creative second or else you may face a challenging situation in trying to fix what has been created.  Solve tomorrow's problems with today's design!<br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/370tZuLrHsI" height="1" width="1" />]]></description>
            <author>nospam@example.com (Jason Powell)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Mon, 19 Oct 2009 20:40:00 GMT</pubDate>
        </item>
        <item>
            <title>Forum One to Host UX Show and Tell - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/Zg9GJwGt1ro/248-Forum-One-to-Host-UX-Show-and-Tell.html</link>
            <description><![CDATA[On <strong>Tuesday, October 27th from 6:30 to 8:00</strong> Forum One will host a <a href="http://uxshowandtell.com/" title="UX Show and Tell">UX Show and Tell</a> at our headquarters. We still have a few spots available. Please contact <a href="mailto:avore@erova.com" title="Email Chris">Chris Avore</a> to RSVP.  <br />
<br />
<h2> What is UX Show and Tell </h2><br />
<img width="250" height="145" style="float: right; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/ux_sept1.serendipityThumb.jpg" alt="" />A UX Show and Tell is a small, informal gathering of UX practitioners to critique each others work and provide insight on how to better communicate ideas. It is all about being a better communicator and a better designer. <br />
<br />
Chris describes the UX Show and Tell as..<br />
<blockquote> a casual get-together that’s all about the work. Show shortcuts. Ask what to annotate in a wireframe. Practice writing scenarios and user stories, and identify one from the other. Share resumes and portfolios. Get feedback from practitioners instead of stakeholders.</blockquote><br />
<strong>Format</strong><br />
Each presenter has about 10 minutes to show his or her work and share dialogue and get feedback from the group. <br />
<br />
The presenter will introduce the document to the group by:<br />
<ul><br />
<li>explaining what document/deliverable you've brought to share and a background on the project/audience/etc <br />
<li>Explain whether you're demonstrating a unique way of communicating <strong>OR</strong> if you would like feedback on how to improve the documentation that you've brought</li><br />
<li>If you'd like feedback, you will be expected to ask targeted questions, particularly if you need feedback on the document itself. </li></ul><br />
 Chris held the first UX Show and Tell in September. You can read more about the <a href="http://www.erova.com/blog/index.php/2009/10/02/ux-show-and-tell-wrap-up/" title="First UX Show and Tell session">first UX Show and Tell session</a> on Chris Arove's Blog. Chris is also taking the UX Show and Tell on the road to <a href="http://interaction.ixda.org/" title="Interaction 10">Interaction 10</a>. He will be leading a UX show and tell session <a href="http://interaction.ixda.org/program/schedule/" title="UX Show and Tell at Interaction 10">during lunch on Sunday</a>. If you're attending be sure to bring some work samples to get in on the fun!<br />
<br />
We hope that you will join us!<br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/Zg9GJwGt1ro" height="1" width="1" />]]></description>
            <author>nospam@example.com (Brian Verhoeven)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Mon, 19 Oct 2009 13:32:00 GMT</pubDate>
        </item>
        <item>
            <title>NPR’s API and Open Data (Public Media Camp DC 2009) - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/5RFmqGNmu2E/246-NPRs-API-and-Open-Data-Public-Media-Camp-DC-2009.html</link>
            <description><![CDATA[<a href="http://publicmediacamp.org/" title="http://publicmediacamp.org/" target="new"><img width="250" height="37" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/pmc.logo.long.serendipityThumb.png" alt="" /></a>Today, I attended <a href="http://publicmediacamp.org/" title="http://publicmediacamp.org/">Public Media Camp</a> in DC to hear/discuss with locals how Public Media + Social Media trends are shifting. <a href="http://twitter.com/Daniel_jacobson">Daniel Jacobson</a> from NPR held a session on <a href="http://www.npr.org/api">NPR’s API</a>. With a goal of publishing NPR content through various channels, opening up the API and building NPR.org on top of it has resulted in NPR’s content showing up repackaged on iPhone apps, member station sites, etc.<br />
<br />
The NPR API's target audiences include NPR itself, partners, member stations and the general public. NPR sees the API as a great opportunity to allow the public to cultivate and repackage NPR content in ways that the NPR team doesn't have resource time or expertise to build.<br />
<br />
One example of a NPR mashup (content + comments) includes <a href="http://www.twitter.com/NPRbackstory" title="http://www.twitter.com/NPRbackstory">http://www.twitter.com/NPRbackstory</a>, which uses <a href="http://pipes.yahoo.com/pipes/" title="http://pipes.yahoo.com/pipes/">Yahoo Pipes</a> to display NPR stories into a twitter feed.<br />
<br />
<a href="http://www.wbur.org" title="http://www.wbur.org">WBUR</a> is able to pull in NPR stories wrapped in WBUR.org's visual identify. Requires no human publishing, but of course means they have no control over the content within the news story.<br />
<br />
Geomapping’s up next.  Here’s a test project Daniel’s been working on: <a href="http://danieljacobson.com/NewsMap" title="http://danieljacobson.com/NewsMap">http://danieljacobson.com/NewsMap</a> using <a href="http://developer.yahoo.com/geo/placemaker/" title="http://developer.yahoo.com/geo/placemaker/">Yahoo Placemaker</a> which scans text to guess location and ultimately show stories overlaid on a map.<br />
<br />
NPR's API output formats include: NPRML feed, RSS, MediaRSS, Podcast, ATOM, JSON, HTML Widget, Javascript widget - learn more on <a href="http://npr.org/api" title="http://npr.org/api">npr.org/api</a><br />
<br />
Want more? Here’s a collection of articles about the NPR API -> <a href="http://delicious.com/metacreek/nprapi" title="http://delicious.com/metacreek/nprapi">http://delicious.com/metacreek/nprapi</a> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/5RFmqGNmu2E" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sophie Burns)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Sat, 17 Oct 2009 20:24:28 GMT</pubDate>
        </item>
        <item>
            <title>Personas in comic form - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/Y2Q9OJuIq80/243-Personas-in-comic-form.html</link>
            <description><![CDATA[A fun interpretation of personas, illustrated by <a href="http://www.bradcolbow.com/">Brad Colbow</a>.<br />
<br />
Personas are fictitious characters created to encapsulate the needs of target users of a site or product.  <a href="http://www.bradcolbow.com/"><br />
<br />
<a href="http://www.rosenfeldmedia.com/books/mental-models/author/biography/" >Indi Young</a>, the star of his story, originally hails from <a href="http://adaptivepath.com/">Adaptive Path</a> and is well known for her work on mental models, an audience research method mapping audience tasks to site structure.  <br />
<br />
Enjoy!<br />
<br />
<img width="470" height="4258" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/personas_final_b.jpg" alt="" /> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/Y2Q9OJuIq80" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sophie Burns)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Thu, 15 Oct 2009 15:04:45 GMT</pubDate>
        </item>
        <item>
            <title>Online Community Unconference East 2010 - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/w2G9GjUxSiI/</link>
            <description><![CDATA[The Online Community Unconference is an Open Space gathering of online community practitioners - managers, developers, business people, tool providers, investors - to discuss experience and strategies in the development and growth of online communities.<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/w2G9GjUxSiI" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Wed, 14 Oct 2009 18:45:00 GMT</pubDate>
        </item>
        <item>
            <title>Vote for Our Sessions: 2010 Nonprofit Technology Conference - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/WHnsDZLqfjM/403-Vote-for-Our-Sessions-2010-Nonprofit-Technology-Conference.html</link>
            <description><![CDATA[<img src="http://influence.forumone.com/uploads/10ntc.gif" alt="Logo: 2010 Nonprofit Technology Conference" />It's that time again. Folks are getting excited about next year's <strong>Nonprofit Technology Conference in Atlanta</strong>. Last year, Forum One brought you great panels in user experience, data visualization, digital storytelling, and who could forget: <a href="https://www.ntenonline.org/eweb/DynamicPage.aspx?webcode=SesDetails&amp;ses_key=fe77495e-364a-421c-aa5c-85c601442a15&amp;hide=1" title="Iron Chef: Battle Nonprofit">Iron Chef</a>!<br />
<br />
This year, we have nominated a number of great new sessions. But they won't get selected unless people score them highly. <strong>Voting ends this Friday, October 16,</strong> so time is short. Our list of proposed panels is below. We'd love to hear what you think, and of course, we'd appreciate your vote!<br />
<br />
Voting is easy and doesn't require registration. You just click the stars to vote. It will take you just a few minutes.<br />
<br />
<strong>Creating a Culture of Storytelling</strong><br />
We know that storytelling is the most powerful way to get your organization's message out there, heard and remembered. We know that compelling stories inspire action and change. But how do you get your organization to commit to storytelling? <br />
<br />
In this session -- a continuation of last year's "Better Online Storytelling" panel -- we'll explore successful, specific techniques to get your organization started finding and telling its best stories. From stories to emails, blogs to social media, you can create a culture of storytelling. <em>Level: Intermediate. Leads: Roger Burks and Michaela Hackner.<br />
<br />
</em><a href="http://nten.org/node/8511">Vote for "Culture of Storytelling" now</a>!<br />
<br />
<strong>Storytelling Techniques in Practice</strong><br />
<br />
This session will be the culmination of a webinar series leading up to the 2010 Nonprofit Technology Conference. During the session, participants from the webinar will share their experiences in getting buy-in from their organizations, collecting stories, packaging them and sharing them with the world.<br />
<br />
These participants will read their stories to the group, share lessons learned and solicit feedback. We will also name the winner of the webinar series storytelling contest. <em>Level: Beginner. Lead: Michaela Hackner and Roger Burks.</em><br />
<br />
<a href="http://nten.org/node/8524">Vote for "Storytelling Techniques in Practice" now</a>!<br />
<br />
<strong>Do You Want Fries With That?: Adding Value to User Experience</strong><br />
<br />
Users' priorities aren't always our priorities. They come to our sites looking to "buy" one thing when we wish to "sell" them something else. How can we serve their needs while also engaging users with our missions? How can we create online products and services that will keep our constituents -- whether advocates, donors, or members -- coming to our site again and again? <em>Level: Intermediate. Lead: Sophie Campagne.</em><br />
<br />
<a href="http://nten.org/node/8550">Vote for "Do You Want Fries With That" now</a>!<br />
<br />
<strong>Big Things in Small Packages</strong><br />
<br />
Once again, your organization faces a short deadline and needs to come up with an application or campaign in record time. How can you do it? And more importantly, how can you do it well? We'll hear from several web managers who deployed a web site, internet application or interactive campaign in a few weeks from start to finish. <em>Level: Intermediate. Lead: Michaela Hackner.</em><br />
<br />
<a href="http://nten.org/node/8545">Vote for "Big Things In Small Packages" now</a>!<br />
<br />
<strong>Set Your Data Free: How to Let OTHERS use YOUR data to make an impact</strong><br />
<br />
Data is sexy again, and setting it free with open API's, feeds, and open standards is transforming the way other people can use your data to help you make progress on your mission. This session will look at nonprofits that have choosen to let set their data free on the web, how they did it, and how it's helping their mission. <em>Level: Intermediate. Lead: Kurt Voelker.</em><br />
<br />
<a href="http://nten.org/node/8547">Vote for "Set Your Data Free" now</a>!<br />
<br />
<strong>Online Community: Real World Lessons for Supporting Meaningful Constituent Engagement Online</strong><br />
<br />
To build or not to build (your own community features)? That is the question. When it comes to building engagement about your issue online, we all know that interaction and community matter. But how do you balance between building community on your site, and throughout the social web? What online community tactics work best? And most importantly, how have others tackled this problem and succeeded. <em>Level: Intermediate. Lead: Kurt Voelker.</em><br />
<br />
<a href="http://nten.org/node/8539">Vote for "Real World Lessons" now</a>!<br />
 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/WHnsDZLqfjM" height="1" width="1" />]]></description>
            <author>nospam@example.com (Michaela Hackner)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Tue, 13 Oct 2009 18:24:56 GMT</pubDate>
        </item>
        <item>
            <title>Report Back from the Online Community Summit 2009 - Online Community Report</title>
            <link>http://feedproxy.google.com/~r/OnlineCommunityReport/~3/drGpUjBLXgI/560-Report-Back-from-the-Online-Community-Summit-2009.html</link>
            <description><![CDATA[Forum One hosted the eighth annual Online Community Summit 2009 last week in Sonoma, and by all accounts (and feedback) it was one of the strongest. We convened 70 online community experts to discuss important and timely topics including: community strategy, employees as social media advocates, "ideas" platforms, the growing importance of mobile and "operationalizing" social media. <br />
<br />
I've included links to a few key content sources below. You will find a rich set of observations in the Twitter stream, as well as video interviews from 3 of our session leads.<br />
<br />
<strong>Tweet stream from the Online Community Summit 2009</strong><br />
<a href="http://twitter.com/#search?q=%23ocs2009" title="http://twitter.com/#search?q=%23ocs2009">http://twitter.com/#search?q=%23ocs2009</a><br />
<br />
<strong>Flickr stream:</strong><br />
<a href="http://www.flickr.com/search/?q=ocs2009&amp;w=all" title="http://www.flickr.com/search/?q=ocs2009&amp;w=all">http://www.flickr.com/search/?q=ocs2009&w=all</a><br />
<br />
<strong>Video Interviews:</strong><br />
Sharon Carothers of Legacy / BecomeAnEx.org<br />
<br />
<br />
Jordan Williams of REI.com<br />
<br />
<br />
Erica Kuhl of Salesforce.com<br />
 
    <img src="http://feeds.feedburner.com/~r/OnlineCommunityReport/~4/drGpUjBLXgI" height="1" width="1" />]]></description>
            <author>nospam@example.com (Bill Johnston)</author>
            <source>http://feeds.feedburner.com/OnlineCommunityReport</source>
            <pubDate>Tue, 13 Oct 2009 18:04:43 GMT</pubDate>
        </item>
        <item>
            <title>&amp;quot;Real Time Web&amp;quot; Summit - Thursday, October 15, Mountain View CA - Influence</title>
            <link>http://feedproxy.google.com/~r/Influence/~3/eqSrRg1xJ5A/402-Real-Time-Web-Summit-Thursday,-October-15,-Mountain-View-CA.html</link>
            <description><![CDATA[<a href="http://www.eventbee.com/view/realtimesummit/track/forumone"><img width="218" height="43" border="0" hspace="5" align="left" src="http://influence.forumone.com/uploads/rww2.jpg" alt="" /></a>We're pleased to be partnering with <a href="http://www.readwriteweb.com/">ReadWriteWeb</a> on an exciting conference this week - "<a href="http://www.eventbee.com/view/realtimesummit/track/forumone">The Real Time Web Summit</a>". If you will be in the SF Bay area you should really think about going!<br />
<br />
<blockquote>The real-time web is creating new opportunities in business, media, communication and collaboration.  We are bringing together industry leaders using the real-time web in social networks, financial services, media and nonprofit groups to discuss:<br />
<br />
* the state of the art, science and business of the real-time web<br />
<br />
* efforts to create standards and interoperability<br />
<br />
* challenges in user experience, technology and monetization.<br />
</blockquote><br />
<br />
The event will be an unconference format - leveraging users' interests to drive the sessions, and ensuring plenty of time for interactions. <br />
<br />
REGISTRATION<br />
<a href="http://www.facebook.com/l/5d0c7;bit.ly/rtwsummit">Click here</a>, and enter discount code: forumone to save $50.<br />
<br />
Forum One's Chief Community Officer Bill Johnston will be there and has also <a href="http://www.onlinecommunityreport.com/archives/548-The-Real-time-Web-A-Short-Reading-List.html">blogged about essential reading</a> on the topic of the real-time web. <br />
 
    <img src="http://feeds.feedburner.com/~r/Influence/~4/eqSrRg1xJ5A" height="1" width="1" />]]></description>
            <author>nospam@example.com (Chris Wolz)</author>
            <source>http://feeds.feedburner.com/Influence</source>
            <pubDate>Tue, 13 Oct 2009 15:15:03 GMT</pubDate>
        </item>
        <item>
            <title>Eclipse Works With Preexisting Code, But Not Well - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/FuXZ3WCh_Ic/172-Eclipse-Works-With-Preexisting-Code,-But-Not-Well.html</link>
            <description><![CDATA[I recently upgraded <a href="http://www.eclipse.org/pdt/" title="Eclipse PHP Development Toolkit">Eclipse PDT</a> to the most recent version, and I decided to figure out something that had been bugging me: why couldn't Eclipse use a project I'd already checked out via the command line to the same workspace?<br />
<br />
A colleague suggested that I could indeed do it, and that I just needed to start a new project but check "Create project from existing source." This does work, but it has a couple of restrictions that explain why I was having so many problems and why it's kind of useless for me.<br />
<br />
<ol><li><strong>Projects from existing sources cannot be in your workspace</strong>. I have no idea why this restriction exists. I could understand why starting a project inside another project would be bad, but all Eclipse has to do is add a couple of extra files to a directory. Nonetheless, all the sites I'd set up in my workspace and had been using other text editors to edit were unusable. <a href="http://www.panic.com/coda/" title="Coda">Coda</a>, by contrast, will happily take over an existing project, no matter where it is or what is in it. Interestingly, you can set up a workspace inside another workspace, so I could get around this by creating another workspace that pointed to a subfolder of my current workspace that contained the source code I wanted to use.</li><br />
<li><strong>If using subversion, <a href="http://subclipse.tigris.org/" title="Subclipse">Subclipse</a> will not be able to work with your checked out copy if the versioned files are in a subdirectory of your project</strong>. This is also strange to me. In Drupal, for example, we only version the <code>sites/all</code> directory and use <a href="http://drupal.org/project/drush" title="Drush, the DRupal SHell">Drush</a> to update the main application. In other projects, we have versioned code outside the public root and create the public root from a tarball we keep in the repository. Since these files have configurations that shouldn't be versioned, I want to be able to edit them in Eclipse while using Subclipse to control the versioned part. Sadly, this restriction means I can't do that.</li></ol><br />
<br />
So my workflow is still to create subdirectories, including a public root, in my workspace by hand, and then importing the project from Subversion with Eclipse's Import function. These seem like pointless restrictions to me. If anybody knows a workaround, I'd be grateful. 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/FuXZ3WCh_Ic" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sandy Smith)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Thu, 08 Oct 2009 15:25:29 GMT</pubDate>
        </item>
        <item>
            <title>DataMasher - the IA perspective - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/eRvllZRnPpk/241-DataMasher-the-IA-perspective.html</link>
            <description><![CDATA[<a href="http://uxd.forumone.com/uploads/datamasherhp.png" target="_blank"><img style="float: right;  padding-left: 10px;" src="http://uxd.forumone.com/uploads/datamasherhp.serendipityThumb.png" alt="" /></a><br />
In early July, Forum One participated in the <a href="http://www.sunlightlabs.com/contests/appsforamerica2/" title="Apps for America 2">Apps for America 2</a> contest, organized by the <a href="http://www.sunlightlabs.com/" title="Sunlight Labs">Sunlight Foundation</a>.<br />
<br />
<u><strong>The Background</strong></u><br />
The goal of the contest was to show “that when government makes data available, it makes itself more accountable and creates more trust and opportunity in its actions.”<br />
<br />
As we put together our Forum One team, we came up with our own set of goals for the website, eventually called <a href="http://www.datamasher.org/" title="DataMasher">DataMasher</a>. DataMasher would:<br />
<ul><br />
<li>Use government data from <a href="http://www.data.gov/" title="Data.gov">Data.gov</a></li><br />
<li>Create something with returning value</li><br />
<li>Let users interact with the data in ways that they couldn’t before </li></ul><br />
With a team of five people (two developers, one information architect/designer, one project manager, one advisor) and four weeks to create something, we hit the ground running!<br />
<br />
Since data.gov is full of state-specific data, we decided to create a website that could include any type of data, as long as it was broken down by state. <a href="http://www.datamasher.org/" title="DataMasher">DataMasher</a> allows users to combine any two data sets and display the results in a table and on a map.<br />
<br /> <br /> <br /><br />
<u><strong>What I Learned</strong></u><br />
With a limited amount of time, there are a couple of things I kept in mind while creating the information architecture and design:<br />
<br /> <br />
<strong><br />
Focus on a small set of solutions and goals. Do them well.</strong><br />
We knew that we would never get the site done in four weeks if we tried to add every bell and whistle. We had to move fast. I chose to focus on a small set of pages that we could build on (home page, detail page, list page). <br />
<br /> <br /> <br /><br />
<strong>Be flexible. Constantly brainstorm.</strong><br />
These two go together. I did tons of sketches, with different layout and functionality options, and presented those to the developers. We chose which solution to move forward with based on what required a low level of effort on the development site and still achieved a good user experience. No solution was perfect. We brainstormed and changed as needed to keep things moving. Below are some of my early sketches.<br />
<table> <tr><td><a href="http://uxd.forumone.com/uploads/sketch4.png"><img width="149" height="250" style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/sketch4.serendipityThumb.png" alt="" /></a></td><br />
<td><a href="http://uxd.forumone.com/uploads/sketch2.png"><img width="200" height="250" style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/sketch2.serendipityThumb.png" alt="" /></a></td><br />
</tr><br />
<tr><br />
<td><a href="http://uxd.forumone.com/uploads/sketch7.png"><img width="250" height="234" style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/sketch7.serendipityThumb.png" alt="" /></a></td><br />
<td><a href="http://uxd.forumone.com/uploads/sketch1.png"><img width="250" height="179" style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/sketch1.serendipityThumb.png" alt="" /></a></td></tr></table><br />
<br />
<br />
<br />
<strong>Maximize the easy stuff.</strong><br />
<img width="250" height="91" style="float: right;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/rating.serendipityThumb.png" alt="" />We built DataMasher on Drupal. Throughout the process we thought, <blockquote>What does Drupal do well (or innately) without customization? Let’s do that!</blockquote></br>For example, within Drupal it is easy to add commenting and rating systems. So, voila! Stars and commenting were added. I just had to figure out where to place them.<br />
<br /> <br /> <br /><br />
<strong>Keep it fresh. </strong><br />
We wanted users to see something new every time they came to the site. The easiest way to do this was to incorporate a running list of the newest items on the home page. In this case, those items are mashups. <br />
<br /> <br /> <br /><br />
<strong>Keep the design simple. </strong><br />
<img width="214" height="250" style="float: right; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/buttons.serendipityThumb.png" alt="" />We didn’t have a lot of time to apply a design (or theme), so I keeping the visual layer simple was an important technical objective. I used standard web-safe fonts throughout, and not a lot of images. As you can see the buttons in the right column are simple blue backgrounds with different colored and sized text. If I had added rounded corners everywhere, we would have needed images for each corner. <br />
<br /> <br /> <br />
<br />
<strong>Test. And then test again.</strong><br />
There were a couple of items that weren’t completely intuitive. <br />
The name<br />
We originally planned to name the website Indik8r (pronounced indicator). We chose this name because after a user combines sets of data, they get a map that shows how the states rank, and users can identify trends or indicators. After we shared the concept and site (in very early stages)  with a couple of coworkers and friends, we heard from all of them that they didn’t understand what we meant by Indicator and why it was spelled wrong. Our solution was to rename and open up to forum for suggestions and DataMasher was born. <br />
<br />
The explanation<br />
We wanted users to do a couple of initial things on the site:<br />
<ol><br />
<li>check out the data sets</li><br />
<li>check out the mashups</li><br />
<li>create a mashup</li></ol><br />
<br />
The original designs showed each action, but again, after running it by a few folks, they didn’t get it. They didn’t understand what a dataset or a mashup was, or how to create one. So, I went back to the drawing board and tried to address these issues.<br />
<br />
I first attempted to add more visuals and examples to make it clearer. I started with a mashup. How do you represent a mashup? My idea was based on a Venn diagram, which shows two items and where they overlap. <br /><br />
<strong>Before:</strong><br />
<img width="333" height="53" style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/data.png" alt="" /><div><!-- --></div><br />
<strong>After:</strong><br />
<img width="290" height="49" style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/mashup_data.png" alt="" /><div><!-- --></div><br />
<br />
Second, I simplified the information even more, attempting to answer the user’s question of “So what?” The user needs to know how <a href="http://www.datamasher.org/" title="DataMasher">DataMasher</a> works and why they should participate. What do they get? The result was the final infographic on the home page.<br /><br />
<strong>Before:</strong><br />
<a href="http://uxd.forumone.com/uploads/explanation2.png" target="_blank"><img style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/explanation4.png" alt="" /></a><div><!-- --></div><br />
<strong>After:</strong><br />
<a href="http://uxd.forumone.com/uploads/explanation.png" target="_blank"><img style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/explanation3.png" alt="" /></a><div><!-- --></div><br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/eRvllZRnPpk" height="1" width="1" />]]></description>
            <author>nospam@example.com (Courtney Clark)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Wed, 07 Oct 2009 23:53:08 GMT</pubDate>
        </item>
        <item>
            <title>Thanks, Come Again - Web Executive Seminar - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/JiUuInrTPM8/240-Thanks,-Come-Again-Web-Executive-Seminar.html</link>
            <description><![CDATA[<img width="200" height="145" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/thanks-sign.jpg" alt="" /><br />
The November Web Executive Seminar is quickly approaching! This year we're focusing on how organizations keep users coming back to their websites. Join us on November 5th for "<a href="http://www.forumone.com/content/calendar/detail/3344" title="Thanks, Come Again event detail">Thanks, Come Again: Audience-Centric User Experience</a>"<br />
<br />
Over the years I've worked on several project where we focus on establishing a strong foundation for a website with intuitive navigation, clear layout, and beautiful visual design, but the work doesn't end there. Websites, like cars or houses, require continual maintenance and improvement. <strong>But how do you know what your audience wants? How do you create a compelling user experience that keeps your audience engaged? How do you get more users to return to your site? What does it look like?</strong><br />
<br />
During this event, speakers will tackle these tough questions and share lessons learned. You'll learn what other organizations are doing to keep their audiences coming back for more.<br />
 <br />
<a href="http://thanks.eventbrite.com/" title="Register">Register now</a>!<br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/JiUuInrTPM8" height="1" width="1" />]]></description>
            <author>nospam@example.com (Courtney Clark)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Tue, 06 Oct 2009 01:38:16 GMT</pubDate>
        </item>
        <item>
            <title>CodeWorks 09 DC - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/CO9f4CeM_yQ/170-CodeWorks-09-DC.html</link>
            <description><![CDATA[<img src="http://static.mtacon.com/codeworks/img/template/logo.png" alt="CodeWorks 09" style="float: right; margin: 4px;" />Thought I'd give a few overall impressions from <a href="http://cw.mtacon.com/schedule/city/washington" title="CodeWorks DC">CodeWorks DC</a> while they're fresh in my mind.<br />
<br />
<h4>The community</h4><br />
What really impressed me was just how great the PHP community is. There were some Big Names there, but everybody was really approachable and happy to share what they knew and ready to listen to others. They were really friendly, and I had some great conversations in the hall and after hours, both with other attendees and with speakers and staff. Get a sense of this over at <a href="http://caseymultimedia.com/blog/code-works-2009-dc" title="CaseyMultimedia photography">Dawn Casey's blog</a>.<br />
<br />
<h4>The tutorials</h4><br />
I had expected the tutorials to be somewhat interesting, but otherwise expected the meat to be on the second day with the more traditional talks.<br />
<br />
Wrong.<br />
<br />
The <a href="http://cw.mtacon.com/schedule/talk/code_review" title="Ze Germans">code review</a> I attended in the morning was very educational, and Keith Casey was quite sporting about letting his project be <a href="http://twitter.com/CaseySoftware/status/4545557078" title="Ze Germans blitz Web2Project">dissected by ze Germans</a>, as they came to be known. Best line: "Well, think of how many people are in this room, multiply it by our billing rate, and see how much it cost us just to figure out what the hell this piece of code does." But the <a href="http://cw.mtacon.com/schedule/talk/oop" title="Advanced OOP">Advanced OO Design</a> talk was really valuable. The lower crowd size coupled with the length of the presentation made it very easy to ask substantive questions and get serious responses. It helped me get over a number of mental blocks I'd been having with the implementation of MVC in web apps and better ways to do Dependency Injection.<br />
<br />
None of this takes away from the second day's talks. I'll highlight some of them in coming blog posts. But the tutorials were an unexpected gem.<br />
<br />
<h4>Microsoft</h4><br />
Microsoft appears to be making a really big effort to reach out to the PHP community, and I appreciate it. They were a big sponsor of the event, including an open bar the second night. I also appreciate what they've been doing to improve PHP's performance on IIS. I hope they follow this effort up by taking steps to make themselves really interoperable with other systems, so it doesn't feel like going Microsoft is an all-or-nothing choice.<br />
<br />
<h4>The Organizers</h4><br />
Even though it was small enough to handle informally, CodeWorks felt very well-run. Despite a truly grueling schedule (two teams leapfrogging across the country, one day on, one day off), everybody seemed in good spirits and there was comparatively little confusion. When a mixup or a technical glitch occurred, they were able to adapt quickly, even ready to get a speaker to throw in an extra talk.<br />
<br />
If they decide to to this again, I highly recommend this conference. If they're in town again, I'm going to lobby to get the whole Forum One team there--it was really that good. 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/CO9f4CeM_yQ" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sandy Smith)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Mon, 05 Oct 2009 21:17:13 GMT</pubDate>
        </item>
        <item>
            <title>PublicMediaCamp - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/txTEZIjnblU/</link>
            <description><![CDATA[Forum One is co-sponsoring PublicMediaCamp, a barcamp-styled unconference focused on strengthening the relationship between public broadcasters and their communities through new forms of collaboration.<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/txTEZIjnblU" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Fri, 02 Oct 2009 21:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Online School for Girls - Forum One: User Experience &amp; Design Blog</title>
            <link>http://feedproxy.google.com/~r/UserExperienceDesign/~3/mwDzJR5WYZk/238-Online-School-for-Girls.html</link>
            <description><![CDATA[<img width="120" height="117" style="float: left; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/OSG.serendipityThumb.gif" alt="" />I was recently surprised to discover that a local school is leading an effort to partner with three other US schools to <a href="http://www.onlineschoolforgirls.org/index.html">launch an online girls school</a>, merging two concepts: thanks to today's technology, obtaining an education no longer requires a person to physically sit in a classroom, and single sex education has its merits.  In fact, studies show that girls tend to engage and participate more in a single sex learning environment, and that females respond to technology differently than males do.<br />
<br />
This last fact is not surprising to me.  Social behaviors vary between males and females at a young age and carry through into adulthood.  I remember reading similar research from a <a href="http://www.nngroup.com/reports/kids/">2002 Nielsen Norman report</a> while conducting audience research for a children's web site we were redesigning.<br />
<br />
For this online girls school program, teachers design the curriculum, and students work through the material largely independently.  This model lowers the barrier of engagement across geography, allowing registered students to exchange ideas with other female students and teachers around the globe, with whom they would otherwise not have an opportunity to interact.<br />
<br />
Given that more than 4 millions college students are already taking classes online, it seems like a natural expansion for online coursework to be conducted at the highschool level.  In fact, <a href="http://www.sloan-c.org/publications/survey/k-12online2008">a national survey</a> released in January by the Sloan Consortium, an online education organization, estimated that the number of K-12 students nationwide who took online courses had increased by nearly 50 percent since the 2005-06 school year. [1]<br />
<br />
Because research shows that young girls respond best to environments where connectivity is emphasized, I'm interested in hearing what the program's measures of success are, and how it will overcome time differences and geographical barriers for an audience that thrives on connectivity.  Shared publishing, Wikis, Web Cams, what else?<br />
<br />
A great user experience and service design opportunity - customizing the experience to the target constituents' needs.  And exciting to see to what extent technology will break down those geographic and collaboration barriers.<br />
<br />
[1 ] http://www.washingtonpost.com/wp-dyn/content/article/2009/07/05/AR2009070502424.html 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/mwDzJR5WYZk" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sophie Burns)</author>
            <source>http://feeds.feedburner.com/UserExperienceDesign</source>
            <pubDate>Mon, 28 Sep 2009 20:34:38 GMT</pubDate>
        </item>
        <item>
            <title>Spin Art at  'Art on the Avenue' - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/QR29WaDWeYk/</link>
            <description><![CDATA[Forum One will be hosting a spin art booth for the 10th year in a row at Alexandria's Art on the Avenue on Saturday, Oct. 3, 2009.<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/QR29WaDWeYk" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Tue, 22 Sep 2009 19:00:00 GMT</pubDate>
        </item>
        <item>
            <title>ProjectSpaces named one of the &amp;quot;10 Best Project Management Tools&amp;quot; - Online ...</title>
            <link>http://www.projectspaces.com/content/blog/detail/669/</link>
            <description><![CDATA[ProjectSpaces was recently recognized as one of the <a href="http://smartlifeblog.com/10-best-project-management-tools/">"10 Best Project Management Tools"</a> by Smartlife, a publication dedicated to professionals about how to get more out of life using technology, outsourcing, crowdsourcing, and other lifehacks.  We are honored to be among the top tools for online collaboration to help people manage documents, coordinate tasks, and communicate better.
<br>]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Thu, 17 Sep 2009 16:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Visualize Your CARMA: Carbon Monitoring for Action - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/hie0AdCZggg/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/hie0AdCZggg" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Mon, 14 Sep 2009 22:15:00 GMT</pubDate>
        </item>
        <item>
            <title>CongressCamp - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/GwpbQUMC8lM/</link>
            <description><![CDATA[Forum One is co-sponsoring CongressCamp, a barcamp-styled unconference on citizen engagement with Congress through social media and collaboration tools. The event will be held on Sept. 12-13, at the Institute for Politics, Democracy, & the Internet at George Washington University.<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/GwpbQUMC8lM" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Fri, 11 Sep 2009 15:15:00 GMT</pubDate>
        </item>
        <item>
            <title>Forum One's DataMasher Receives First Place in 'Apps for America 2' Contest - Forum One ...</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/NXzx-aCUELw/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/NXzx-aCUELw" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Wed, 09 Sep 2009 19:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Datamasher Wins! - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/qPsDxRICsVY/168-Datamasher-Wins!.html</link>
            <description><![CDATA[In case you haven't gotten the news via Twitter or elsewhere, <a href="http://www.datamasher.org/">Datamasher</a> <a href="http://sunlightlabs.com/blog/2009/apps-america-winners/">won</a> in a squeaker, over some very stiff competition from <a href="http://www.thisweknow.org/">This We Know</a> and <a href="http://www.govpulse.us">GovPulse</a>. I got to meet and talk shop with those developers and the developers behind the Visualization Prize winner, <a href="http://www.quakespotter.org">QuakeSpotter</a>. They're all scarily smart and great people. Since the voting was incredibly close, I think it shows the entries were all really strong.<br />
<br />
A big thank-you to everyone who voted for Datamasher! 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/qPsDxRICsVY" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sandy Smith)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Wed, 09 Sep 2009 15:23:29 GMT</pubDate>
        </item>
        <item>
            <title>Online Community and Social Media Executives Convene at the Eighth Annual Online Community ...</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/hJWbhLSmzRg/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/hJWbhLSmzRg" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Tue, 08 Sep 2009 13:45:00 GMT</pubDate>
        </item>
        <item>
            <title>Datamasher at the Gov 2.0 Expo Showcase - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/CrE4O2e2bh4/167-Datamasher-at-the-Gov-2.0-Expo-Showcase.html</link>
            <description><![CDATA[<a href="http://www.gov2expo.com/gov2expo2009" title="Vote for Datamasher at the Gov 2.0 Expo Showcase"><img src="http://assets.en.oreilly.com/1/eventprovider/1/gov2expo_showcase_logo_111.gif" alt="Gov 2.0 Expo Showcase" style="float: right; margin: .3em" /></a>Some of my <a href="http://www.forumone.com">Forum One</a> colleagues and I will be at the <a href="http://www.gov2expo.com/gov2expo2009">Gov 2.0 Expo Showcase</a> today to talk Gov 2.0 (duh) and present <a href="http://www.datamasher.com/">Datamasher</a>. If you're going, come by the Datamasher table and say hi, and pick up some <a href="http://bestuff.com/stuff/nerds">Nerds</a> or <a href="http://www.smarties.com/">Smarties</a>. 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/CrE4O2e2bh4" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sandy Smith)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Tue, 08 Sep 2009 10:33:18 GMT</pubDate>
        </item>
        <item>
            <title>Datamasher: a Drupal-Based Data Visualization Tool - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/ujP5Hb6_dMw/165-Datamasher-a-Drupal-Based-Data-Visualization-Tool.html</link>
            <description><![CDATA[<h3>Concept</h3><br />
<br />
<a href="http://www.datamasher.org/" title="Vote for Daatamasher!"><img src="http://influence.forumone.com/uploads/datamasher.gif" alt="Datamasher" style="float: right; margin: 4px" /></a>In <a href="http://tech.forumone.com/archives/163-Apps-for-America-2-Lessons-Learned-During-Speedy-Application-Development!.html">creating</a> <a href="http://www.forumone.com">Forum One's</a> entry into the <a href="http://www.sunlightlabs.com/contests/appsforamerica2/">Sunlight Labs Apps for America 2</a> competition, we were faced with a challenge: how to take some of the data cataloged on the government's new <a href="http://data.gov/">data.gov</a> website and make it more easily used and understood by average citizens. Much of the data is obscure and not easily understood by someone not already familiar with advanced statistical analysis and whichever field the data is about, such as economics, labor studies, agriculture, biology, or environmental science.<br />
<br />
Once we hit on the concept of taking state-by-state data and making it more available to people, we looked at what was out there to make sure we weren't reinventing the wheel. We were impressed by <a href="http://www.statemaster.com/">StateMaster</a>, which already ranked states by single data sets. Norman, a web developer, had the idea of letting users combine datasets and graph the results. That reminded me of the <a href="http://en.wikipedia.org/wiki/Misery_index_(economics)">Misery Index</a>, famously used by Jimmy Carter to bash Gerald Ford, and then used by Ronald Reagan to bash Jimmy Carter. The formula was simple: take the national unemployment rate plus the national inflation rate, and you have an indicator of the pressure being felt by working families.<br />
<br />
Initially, we considered a more complex service that would allow someone to create simple equations, such as (a + b) / (c * 2), but we realized getting the interface right would take a lot of time we didn't have. Additionally, we realized none of us were statisticians, and few of our target audience (average but web-savvy citizens) would be either. So doing something with mathematical and analytical rigor was out of the question. We decided instead to make the tool much more about discovery and discussion. The challenge of graphing 51 points also led us to lead with a map-based display. The time limitation meant we'd pare out everything that wasn't essential and polish what we had.<br />
<br />
In the end, we decided to let users create mashups of two data sets out of a repository of datasets we'd pre-load. Users would also discuss and rate other mashups. Since we wanted the site to be self-sustaining, we would allow users to add additional datasets so updated and additional data could be included.<br />
<br />
<h3>Components</h3><br />
<a href="http://www.sunlightlabs.com/blog/2009/apps-america-finalists/" title="Vote for Datamasher"><img src="http://dl-client.getdropbox.com/u/36193/High%20School%20Graduation%20vs%20Guns%20in%20Household%20%7C%20DataMasher.jpg" alt="Datamasher mashup" style="float: left; margin: 4px" /></a> The online community element led us naturally to use Drupal. This saved us having to build registration, commenting, pretty URL, and basic CMS features. We started with <a href="http://acquia.com/">Acquia Drupal</a> to give us a bunch of pre-screened modules we could use as we saw fit during development. We wanted a rating component to allow users to float good or interesting mashups to the top, so we used the <a href="http://drupal.org/project/fivestar">Fivestar</a> module, and enabled comments on the Mashup content type. To supply the datasets, we created a dataset content type, and used CCK nodereferences to connect them. To display the maps, we used a Flash map from <a href="http://fla-shop.com/">Fla-shop.com</a>, which we had worked with previously and knew could let us color states with XML and provide additional information in popups. To ensure the data was easier to scan, we created a second table view. To guard against spam, we enabled <a href="http://mollom.com/">Mollom</a>. To enable people to personalize their mashups with icons, we used <a href="http://drupal.org/project/imagecache">ImageCache</a> and a CCK Image field.<br />
<br />
<h3>Customization</h3><br />
Getting lots of lists of states plus data entered wasn't easy, and required some of us to comb through data.gov and other sources looking for state-level data to include. To facilitate this and make the combinations less database-intensive, Norman built out a module to take a CSV file in State Name, Value format, create a table for that data set in the database and store the data there, and then retrieve the appropriate table for its associated node, combine them with the appropriate operator, and provide an array. I wrote a module to take the table data from Norman's module, compute the color needed for each state, and format it in the XML schema required by the Flash-based map (which, among other things, required the states be in a fixed order).<br />
<br />
<div><div><img width="493" height="86" src="http://tech.forumone.com/uploads/datmasher_operator.png" alt="" /></div><div>Datamasher: selecting an operator</div></div>To make it easier for people to create mashups, I themed the checkbox form element to use JQuery and formatted options to select the operator, which was the most confusing part of the default interface. Now users simply click on the operator with which they'd like to combine the two datasets, and see their choice in a very large font. Norman themed the mashup content type template, using Drupal 6's templating features to provide a tab for the map view and a tab for the table view.<br />
<br />
<a href="http://www.datamasher.org/node/106" title="Video: How to use Datamasher"><img width="260" src="http://www.datamasher.org/sites/all/themes/indik8r_zen/images/datamasher.gif" style="float: right; margin: 4px" alt="How to use Datamasher video" /></a>We decided people would still like to look at maps and tables for each dataset, so we adapted the modules to provide the same display for those. And to deal with the inevitable carping over statistical rigor, we added a <a href="http://tr.im/vDfx">little surprise</a>. To let people more easily add future datasets, Norman created a user data set module with a custom form that displayed an entry for each state--all the user has to do is fill in each value and some metadata. Add in views for most recent, highest rated, and most discussed mashups and datasets, a view of latest comments, an instructional video, and then some dusting off of my Photoshop cutup and theming skills, and voila, in essentially three weekends we'd built a data visualization tool.<br />
<br />
<h3>Vote for Datamasher!</h3><br />
<br />
If you like it, please <a href="http://www.sunlightlabs.com/blog/2009/apps-america-finalists/" title="Vote for Datamasher!">vote for Datamasher</a>, by registering and voting at Sunlight Labs via that link. Today is the last day! 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/ujP5Hb6_dMw" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sandy Smith)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Mon, 07 Sep 2009 18:31:30 GMT</pubDate>
        </item>
        <item>
            <title>Apps for America 2: Lessons Learned During Speedy Application Development! - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/vMP5cliBBbQ/163-Apps-for-America-2-Lessons-Learned-During-Speedy-Application-Development!.html</link>
            <description><![CDATA[Since many of us are involved in campaign-focused work that requires rapid turn-around, I wanted to share some lessons from a recent internal project we delivered in 4 weeks for the "Apps for America 2" contest. <br />
<br />
(Our application, DataMasher, placed in the top 3 (out of 47), so by they way, I'd appreciate your <a href="http://influence.forumone.com/archives/382-Vote-for-DataMasher-in-Apps-for-America-2.html">vote</a> so we can be pushed to #1.)<br />
<br />
First some background: The contest was created by Sunlight Labs to celebrate and publicize <a href="http://data.gov">data.gov</a>, a new resource for federal government data. We were given 11 weeks to work on it, and we actually completed the entire application in 4 weeks from kickoff to launch, in less than 200 hours. We spent a few weeks brainstorming in June, but the bulk of our work happened during the last 4 weeks. At times we weren't sure we would finish in time, but we really believed in our idea to make government data usable, visual, and accessible. So, we persevered!<br />
<br />
Here's are a few lessons we captured that should be applicable to similar projects:<br />
<br />
1. Keep the team small. Our team was only 5 people - a Senior Advisor, a Project Manager, a Tech Lead, a Developer, and an Information Architect/Designer. This focused the scope and increased our overall productivity.<br />
<br />
2. Choose a few pieces of key functionality and ROCK them! Although the possibilities were/are endless with DataMasher.org, we tempered our expectations and were practical with our decisions. We wanted to ensure that the features we built into the site worked really well and that we'd have time to test and tweak. We also wanted to ensure that the site would be flexible enough for growth in the future. There were times we had to turn down great ideas because we weren't sure we'd nail them in the time we had left, but we kept a running tally of enhancements to develop in the future, and continue to seek out that feedback from users (including you!).<br />
<br />
3. Leverage user-generated content whenever possible and appropriate: many heads are better than one!  DataMasher is by "the people" and "for the people". We wanted the site to be about the users and their data, and most importantly, the ways in which users could manipulate that data to be relevant. Letting people create their own mashups, rank and rate them, add comments, and upload new data sets was critical to our overall goal.<br />
<br />
4. Be flexible and keep moving - don't get caught up in the churn and debate, make decisions! If we had spent a lot of time planning and scoping, we never would have entered into development. We chose basic goals, met weekly to discuss progress and opportunities, and were always willing to both succeed and fail, and most importantly, learn.<br />
<br />
The project was a ton of fun to work on, if not a lot of work.  I hope these insights are helpful.<br />
<br />
Once again, if you wish to vote for DataMasher, <a href="http://bit.ly/datamasher">here's how</a>.<br />
 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/vMP5cliBBbQ" height="1" width="1" />]]></description>
            <author>nospam@example.com (Michaela Hackner)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Fri, 28 Aug 2009 18:01:19 GMT</pubDate>
        </item>
        <item>
            <title>Forum One's DataMasher an 'Apps for America 2' Finalist - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/nL4UsInGMZM/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/nL4UsInGMZM" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Thu, 27 Aug 2009 04:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Center for Strategic and International Studies - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/QTDrKMqSWkg/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/QTDrKMqSWkg" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Wed, 26 Aug 2009 21:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Census Bureau's International Program Center - Forum One Communications</title>
            <link>http://feedproxy.google.com/~r/ForumOneCommunications/~3/JrbnVyo-D0w/</link>
            <description><![CDATA[<img src="http://feeds.feedburner.com/~r/ForumOneCommunications/~4/JrbnVyo-D0w" height="1" width="1" />]]></description>
            <source>http://feeds.feedburner.com/ForumOneCommunications</source>
            <pubDate>Wed, 26 Aug 2009 21:30:00 GMT</pubDate>
        </item>
        <item>
            <title>WordPress: Certain Widgets on Certain Pages - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/qz7Ft28ZAd4/161-WordPress-Certain-Widgets-on-Certain-Pages.html</link>
            <description><![CDATA[WordPress and Drupal are similar in a lot of ways. They're both extremely popular, powerful, and flexible <strong>frameworks</strong>. They both have minimal cores, but were built from the ground-up to handle tons of extensibility.<br />
<br />
Even though WordPress has been traditionally thought of as a blogging system, it's gradually shaping into a more refined, full-featured CMS. WordPress Plugins like <a href="http://pods.uproot.us/" target="_blank" title="Pods CMS">Pods CMS</a> and <a href="http://flutter.freshout.us/" target="_blank" title="Flutter">Flutter</a> are opening the flood gates of potential, just like how the <a href="http://drupal.org/project/cck" target="_blank" title="CCK">CCK</a> and <a href="http://drupal.org/project/views" target="_blank" title="Views">Views</a> modules have revolutionized Drupal.<br />
<br />
<h3>Drupal - Blocks</h3><br />
Drupal includes things called "Blocks", which are chunks of code/HTML that you can stick in various "regions" of your site (e.g. Header, Footer, Content Top, etc). With blocks, you can choose which pages these blocks appear on, or which pages to exclude them from appearing on.<br />
<br />
<h3>WordPress - Widgets</h3><br />
WordPress has similar things called "Widgets". The main thing missing with Widgets as opposed to Blocks is the ability to display specific Widgets on specific pages. Regardless, Widgets are relatively simple to implement.<br />
<br />
You first add some PHP code in <strong>functions.php</strong> to define new "regions" to place widgets into.<br />
<br />
<div>&lt;?php<br />
if (function_exists('register_sidebar')) {<br />
  register_sidebar(array(<br />
    'name'=>'My Footer',<br />
    'before_widget' => '',<br />
    'after_widget' => '',<br />
    'before_title' => '&lt;h4>',<br />
    'after_title' => '&lt;/h4>'<br />
  ));<br />
}</div><br />
<br />
Then, it's a matter of adding some code to your WP Template file (e.g. index.php) to display this custom Widget region:<br />
<br />
<div>&lt;?php dynamic_sidebar('My Footer'); ?></div><br />
<br />
<h3>WordPress Plugin: Widget Block</h3><br />
I created a plugin so that you can treat WordPress widgets more like Drupal blocks. Specifically, you can <strong>choose which pages a certain widget will appear on</strong> (or be excluded from). This plugin also prevents you from needing to create many <em>slightly different</em> Widget regions. The plugin is called <a href="http://wordpress.org/extend/plugins/widget-block/" target="_blank" title="Widget Block">Widget Block</a>; give it a try!<br />
<br />
<img src="http://imgur.com/QqNRA.png" alt="Widget Block" /> 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/qz7Ft28ZAd4" height="1" width="1" />]]></description>
            <author>nospam@example.com (Matt Gibbs)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Fri, 10 Jul 2009 14:31:29 GMT</pubDate>
        </item>
        <item>
            <title>ProjectSpaces adds reporting and security enhancements - Online Collaboration Workspaces - ...</title>
            <link>http://www.projectspaces.com/content/blog/detail/657/</link>
            <description><![CDATA[We recently released some new additions to ProjectSpaces, including site statistics reporting, enhanced adminisrator control over security settings and usability enhancements.
<br><br>]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Wed, 10 Jun 2009 17:00:00 GMT</pubDate>
        </item>
        <item>
            <title>The Cloud: how is it relevant? - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/tl1F2ZWN6g0/160-The-Cloud-how-is-it-relevant.html</link>
            <description><![CDATA[<img width="200" height="125" style="border: 0px none ; float: right; padding-left: 5px; padding-right: 5px;" src="http://tech.forumone.com/uploads/2Color_Business_Partner.serendipityThumb.png" /><p><b>I</b> attended the <a href="http://nten.org/ntc" target="_blank">Nonprofit Technology Conference</a> in San Francisco a couple of weeks ago. As in so many other places these days, both on and offline, a lot of the buzz and talk was centered around The Cloud and Cloud Computing. What is it? What can it do for us? Who uses it? It's easy to get into long discussions about these topics and there are many articles, blog posts and even <a href="http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Daps&amp;field-keywords=cloud+computing&amp;x=0&amp;y=0" target="_blank">books</a> covering a wide array of aspects and philosophies of Cloud Computing. I'll try to give a very brief and cursory overview below in an attempt not to cause immediate information overload. If you would like to continue the discussion a bit more in-depth, please feel free to leave a comment or contact me at any time.</a> </p><br />
<h4><em>What is it?</em></h4><hr width="100%" size="2" /><p><b>T</b>here are still quite extensive (and sometimes heated...) debates going on regarding how to define The Cloud and services operating from The Cloud. I'm a visual person and I think this video is a good attempt at depicting The Cloud, what it is and where it came from. </p><center></center><b>A</b> few highlights: <p><ul><li>A collection of shared, internet accessible resources or infrastructure evolved from several "as a Service" infrastructure and software delivery models</li><li>Can be tapped into on an as-needed basis (resources can be scaled up or down with little to no effort)</li><li>Pay for the resources you use, and don't pay for what you don't use (utility type metered billing model)</li><li>&quot;Open&quot; philosophy (open meaning access from any device anywhere at a higher level and <a href="http://en.wikipedia.org/wiki/API">API</a> access at a lower level)</li></ul></p><b>S</b>ome people like to argue that with the evolution of The Cloud, the various "as a Service" concepts have become obsolete. I don't necessarily subscribe to that view. To use a familiar example: Google Apps (GA). GA is what has traditionally been categorized as <em>Software as a Service</em> (SaaS), and I think that is still the most accurate description of what it is. However, since GA runs off The Cloud you could make the argument that it should be called a Cloud [based] Service.</p><h4><em>What can it do for us?</em></h4><hr width="100%" size="2" /><p><b>B</b>esides the obvious and immediate cost savings associated with life in The Cloud, it also offers a level of flexibility in a number of areas that is previously unparalleled in the computing world:<ul><li>No more long binding hardware/hosting contracts</li><li>Need a staging site for that one new application to show off for an afternoon? No problem, just click a button</li><li>Have a high profile campaign driving a lot of traffic to your web site? Deploy some extra resources for the duration of the campaign effect and terminate them at will as soon as your traffic returns to normal levels</li><li>Need some compelling arguments when presenting and/or defending your web operations budget? How about: no longer will you be spending on what you <em>might</em> need, you are now spending on what you in <em>actuality</em> need and use</li></ul></p><p><b>S</b>o what's the catch? There really is no catch to speak of. The barrier of entry to The Cloud is very low, cost is exclusively operational as opposed to in previous years where the barrier of entry to high level computing resources has been associated with large upfront capital expenditures.</p><h4><em>Who uses it?</em></h4><hr width="100%" size="2" /><p><b>C</b>hances are you as an individual or maybe in some business capacity, are already taking advantage of what The Cloud has to offer in some way or another without even knowing about it, which is coincidentally one of the major characteristics of The Cloud; the abstraction of the underlying infrastructure, hardware or software platform. I mentioned Google Apps above, here are some other major players using The Cloud and/or providing access to it and services running from it: <ul><li><a href="http://www.salesforce.com/" target="_blank">Salesforce.com</a> - provides cloud services</li><li><a href="http://aws.amazon.com/" target="_blank">Amazon.com</a> - provides cloud services and cloud infrastructure (which have evolved from an infrastructure that mainly came about due to its own need for an operating platform for its e-commerce business)</li><li><a href="http://www.razorfish.com/" target="_blank">Razorfish.com</a> - operates from The Cloud</li></ul><b>T</b>he distinction between who "uses" the cloud and who provides access to cloud infrastructure and services can sometimes be a little fuzzy since providers are oftentimes middle men and end users as well, and vice versa. </p><h4><em>Final words</em></h4><hr width="100%" size="2" /><p><b>A</b>t Forum One we offer our clients and partners a slice of, and a guided way into, The Cloud and all of the benefits discussed above through our partnership with Rackspace and its <a href="http://www.mosso.com/index.jsp" target="_blank">Cloud Division</a>. We also have several SaaS offerings (or Cloud Service offerings if you will), our flagship being <a href="http://www.projectspaces.com/" target="_blank">ProjectSpaces</a>. The Cloud isn't just the future of computing, it is here <em>now</em> and ready for you to put to use!</p> 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/tl1F2ZWN6g0" height="1" width="1" />]]></description>
            <author>nospam@example.com (Jo Ryden)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Wed, 06 May 2009 18:02:08 GMT</pubDate>
        </item>
        <item>
            <title>LegiStalker: Getting people engaged with Congress - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/S5KHRbJYNDM/159-LegiStalker-Getting-people-engaged-with-Congress.html</link>
            <description><![CDATA[There's a lot of people out there wanting to keep up with Congress.<br />
<br />
Many people just want to know what their representatives are doing in Congress, how they're voting, and who they're interacting with. Unfortunately, that's pretty hard to find, especially from several different angles.<br />
<br />
We at Forum One felt that exposing this information was a pretty good idea, so we ran with it. The final result is the site <a href="http://legistalker.org/" title="LegiStalker">LegiStalker</a>.<br />
<br />
From the low level, it's a pretty simple concept. We pull in all the information we can find about every Congressperson, clean it up, and store it in an ever-growing database. So far, we've managed to harness YouTube, Twitter, latest voting data, and several hundred different news sources. With so many different news sources, there's a pretty good spectrum of differing perspectives -- ranging from CNN and the New York Times to Fox News.<br />
<br />
This is a lot of good information, but a lot of information nonetheless. If users are presented with just the latest items retrieved, it would get pretty overwhelming for the user. With that in mind, we came up with a 5-tiered system for filtering the data to meet any user's needs.<br />
<br />
1. <a href="http://legistalker.org/" title="U.S. Level">U.S. Level</a> - a high-level view with the latest feeds from any congress member.<br />
<br />
2. <a href="http://legistalker.org/places/NC" title="State Level">State Level</a> - When the user clicks on a state, it first displays all representatives in that state. All the tabs now display feeds relating only to congress members in that state.<br />
<br />
3. <a href="http://legistalker.org/places/90210" title="Zip Code Level">Zip Code Level</a> - When the user enters their zip code in the box, all their Congress representatives will first appear. This will include the two senators, as well as one or more representatives. All the tabs now display feeds relating only to those people listed.<br />
<br />
4. <a href="http://legistalker.org/people/M001147" title="Detail Level">Detail Level</a> - At this level, the congressperson's contact information is displayed. In addition to News, YouTube, and Twitter, that person's most spoken Congress words are displayed in the new "Capitol Words" tab, and there is also a history of that person's latest votes. All the other tabs are filtered to that single person in question.<br />
<br />
5. <a href="http://legistalker.org/following" title="Watch List Level">Watch List Level</a> - When users are viewing a congressperson's detail page, they have the option to add that person to their "Watch List". When they do, that person is displayed in the "My Watch List" area at the top right corner of the site. An unlimited number of people can be added to someone's watch list. <strong>This allows users to filter content based only on representatives that they want to keep track of</strong>.<br />
<br />
Adding this much fine-tuning was quite some work, but we feel that it's worth it. Visitors can now keep track of who they want to keep track of, thus making more informed decisions.<br />
<br />
Although the <a href="http://sunlightlabs.com/blog/2009/04/20/and-winners-are/" title="Apps for America">Apps for America contest</a> is over, we'll definitely keep adding more features to pry open the doors between congresspeople and their constituents. 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/S5KHRbJYNDM" height="1" width="1" />]]></description>
            <author>nospam@example.com (Matt Gibbs)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Sun, 26 Apr 2009 19:27:09 GMT</pubDate>
        </item>
        <item>
            <title>ProjectSpaces on Twitter! - Online Collaboration Workspaces - ProjectSpaces</title>
            <link>http://www.projectspaces.com/content/blog/detail/647/</link>
            <description><![CDATA[ProjectSpaces is now on Twitter to help our users stay up to date on any new releases, tips, and other interesting information we are working on.]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Thu, 12 Mar 2009 17:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Code Samples, Job Applications, and You - Forum One Tech Blog</title>
            <link>http://feedproxy.google.com/~r/ForumOneTechBlog/~3/C4PtW-LctmI/156-Code-Samples,-Job-Applications,-and-You.html</link>
            <description><![CDATA[According to a couple of sources I've checked out recently, code samples are rare in the software development interviewing process. <a href="http://ask.slashdot.org/article.pl?sid=06/12/14/0511224" title="One discussion">One discussion</a> was full of responses calling the idea ridiculous and suggesting candidates cancel interviews at places that request a code sample. I think they're incredibly wrong. I think code samples are a great idea, and I'm going to not only tell you why, but give you tips on amateur mistakes to avoid if you want to be taken seriously.<br />
<br />
<h3>You can't tell that much about a person from a code sample</h3><br />
That's right, and that's wrong. It's right in that many commenters calling a company "stupid" for "relying" on code samples assume there's no other criteria to hiring. Code samples are actually one of several initial screening devices I use to cut out people who aren't going to work out. At every stage in the game, I'm looking for something to tell me--before committing a lot of money and diverting a lot of other people's time to bring you on board--whether you're likely to be the sort of programmer we're looking for. This doesn't mean you're a bad programmer if we don't hire you; it just means that who you are and where you are as a programmer doesn't match our culture and our needs, and likely our culture and opportunities won't be a great fit for you, either.<br />
<br />
Of course, if I like a code sample, there are still interviews, references, and some discussion of real and example code. We still care very much as to whether you know our technology, can work well on a team, are comfortable working with policy nonprofits, and several other factors that go into a hiring decision.<br />
<br />
Then again, I can tell a lot about a person from their code. Are they consistent? Do their variable names follow a pattern? Do they have a coding style and stick to it? Basically, do they write code to be read by others, or assume they'll always know what they meant and code for themselves in the moment? Do they follow contemporary idioms for the programming language the code sample is in? Is the code filled with convoluted ways of solving simple problems? Is there anything clever, and is it in service of the problem or just adding complexity to make the solution more interesting to create? Is the code from an open source project? Have they collaborated with others? Do they follow good habits, even on personal projects? Is it well laid out or look like a quick hack?<br />
<br />
<h3>But you don't even know it's the person's own code!</h3><br />
Yeah, I do. I mean, not immediately on first glance, but there should be some correspondence between the level of sophistication in the code and the work history on the resume. Rarely have I gotten a sample so perfect I wonder if the programmer wrote it themselves. And even if they stole the code, whether they have the sense to steal a Renoir or a Kinkade also tells me something. I mean, if you can't even steal good code, I can safely pass on to the next application.<br />
<br />
If, during an interview, I get an impression that's at odds with the code sample I've seen, I can always ask about it. It's tough to fake familiarity with a piece of code you grabbed off a server somewhere. If the code uses design patterns, I ask about them. If it doesn't, I ask why not. I ask about the tradeoffs in using a given pattern versus not using one. I'll usually ask these sorts of questions anyway, so I get a sense of where the programmer is in thinking about code as well as writing it.<br />
<br />
<h3>But maybe my code is all proprietary or even classified!</h3><br />
The code you write at work is, but there's no reason you can't write out part of a common solution. We're also an open source shop, so you can always write a plugin or extend an open source app. If you need a few days to get a sample together, I'll understand, but hey, if you're going to apply for programming positions, you shouldn't be surprised if they want to see samples of your work. This is a problem long ago dealt with in other aspects of your profession: strategists will be asked to provide writing samples and designers will be asked for samples of their portfolio. Programming isn't a job you tend to hold onto for decades; you should have a sample ready. I have always had current samples since I became a programmer.<br />
<br />
<h3>OK, so what should I provide?</h3><br />
Above all, something you're proud of, or at the very least feel is a good representation of where you are as a programmer. This does not mean the cleverest thing you've ever done (frequently the cleverest thing a programmer does is not the best thing a programmer does). It can be a whole program or just a part of one. It should be more than one screenful of code--I need enough to see patterns.<br />
<br />
In a way, it's like the various cooking competitions that are all the rage now (go <a href="http://www.fansofrealitytv.com/forums/top-chef-new-york/78504-carla-top-chef-new-york.html#post3221053">Carla</a>!). These chefs have a body of work and produce pieces of dishes many times each lunch and dinner (or even breakfast). But the finale comes down to whether they produced a great meal that represents them as a creative artist. And, like food, programming is a mix of artistry and engineering.<br />
<br />
<h3>So...what should I not provide?</h3><br />
Thanks for asking--because I rarely worry about stolen code when I see so much bad stuff given to me as representative of a programmer.<br />
<h4>Don't indulge your bad habits</h4><br />
Anybody who gets out of a programming 101 class knows good programmers comment their code. There are arguments about how much or how little, but there's a reason almost every code-completing IDE also generates comment templates for you. We all slack off sometimes (admit it), but the time to do it is not when you're sending me code that's going to help me determine whether or not to bring you in for an interview.<br />
<br />
Likewise, giving me code with obvious XSS or SQL injection vulnerabilities is probably not a good idea. Even if you're writing a toy app to demonstrate a few techniques, the fact that you code without basic filtering and validation is going to make me nervous that you'll do it when there's a project manager asking you if there's any way you can add a couple of more client requests by the deadline. Sure, it's the kind of thing non-technical people aren't going to notice or praise you for, but they will curse you when their site around sensible regulations for underwater basket weaving curricula is replaced with pr0n.<br />
<br />
<h4>Don't be weird</h4><br />
I see some really odd constructions. If you think the rest of the universe is wrong about most things about programming in a given language and you're going to prove them wrong and stun me with your brilliance in a single code sample, you're basically doomed. I'm looking to see if you're aware of best practices going on in the wider world around you (do you read any programming blogs? articles on your language?). I'm also looking to see if you think about problems in a way that makes sense to most people. In our organization at least, everybody is going to work on someone else's code at some point. Wrapping a static HTML block inside a PHP include that contains a Javascript function to print out each line of HTML is not the kind of innovation that I'm looking for. Save it for the <a href="http://www.ioccc.org/">obfuscated C competition</a>. Don't laugh; I've seen that.<br />
<br />
<h4>Don't give me the same code sample you used six years ago</h4><br />
I'm looking to see what you're like now. If you haven't really progressed in six years, then, OK. I've still got the PHP 4 samples lying around. Heck, I've even got the Perl CGI flat-file database I used when I interviewed here. They're probably not my best chance to prove to you that I know what I'm doing now. Likewise, don't give me HTML 4 table-based layouts with nested function calls that assumes <code>register_globals</code> is on.<br />
<br />
Remember, all of this--at least in my case--is not to prove you're the most brilliant programmer that ever walked the face of the earth. I'm not actually interested in hiring that person. I'm interested in a really good programmer who works well with others, can be put in front of someone non-technical, and who can easily pick up our idioms and have positive contributions of their own. So don't overthink the code sample, but don't put less thought and care into it than you do how you dress for the interview. Neither will get you the job by themselves, but both of them can either keep you from getting the job you want or make a good impression you can confirm throughout the interview process. 
    <img src="http://feeds.feedburner.com/~r/ForumOneTechBlog/~4/C4PtW-LctmI" height="1" width="1" />]]></description>
            <author>nospam@example.com (Sandy Smith)</author>
            <source>http://feeds.feedburner.com/ForumOneTechBlog</source>
            <pubDate>Tue, 10 Mar 2009 03:16:15 GMT</pubDate>
        </item>
        <item>
            <title>How to make new users feel welcome - Online Collaboration Workspaces - ProjectSpaces</title>
            <link>http://www.projectspaces.com/content/blog/detail/645/</link>
            <description><![CDATA[Here are a few tips on how to welcome new users effectively and orient them on how to use an online workspace and actively participate in the community. Sending a welcome message to new users within the first 24 hours of joining often makes a huge difference encouraging new community members to actively participate. A friendly, informal, and light-hearted tone helps people get comfortable and points out specific actions users can take.]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Tue, 17 Feb 2009 18:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Big plans for ProjectSpaces in 2009 - Online Collaboration Workspaces - ProjectSpaces</title>
            <link>http://www.projectspaces.com/content/blog/detail/641/</link>
            <description><![CDATA[We're planning some big things for ProjectSpaces in 2009.  Here is a laundry list of what is currently on our roadmap.  As always, we love to hear input and suggestions from ProjectSpaces customers so keep them coming!]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Thu, 15 Jan 2009 20:45:00 GMT</pubDate>
        </item>
        <item>
            <title>ProjectSpaces Adds Usability Enhancements - Online Collaboration Workspaces - ProjectSpaces</title>
            <link>http://www.projectspaces.com/content/blog/detail/626/</link>
            <description><![CDATA[After hearing many of your suggestions, we added many small usability enhancements to different sections of ProjectSpaces.  For example, you can both now specify user rights at the time of inviting others and use the email notification feature to better serve your needs.]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Tue, 28 Oct 2008 17:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Host ProjectSpaces on your own servers - Online Collaboration Workspaces - ProjectSpaces</title>
            <link>http://www.projectspaces.com/content/blog/detail/620/</link>
            <description><![CDATA[We are now offering a self-hosted version of ProjectSpaces that makes it easy and cost-effective to install on your own servers.  This is a great option for organizations that need to keep their files and data inside their firewalls.]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Thu, 18 Sep 2008 14:30:00 GMT</pubDate>
        </item>
        <item>
            <title>ProjectSpaces releases API - Online Collaboration Workspaces - ProjectSpaces</title>
            <link>http://www.projectspaces.com/content/blog/detail/619/</link>
            <description><![CDATA[We are pleased to announce the availability of the ProjectSpaces API.  The API allows ProjectSpaces customers to integrate the powerful, easy-to-use and quick to implement project management and extranet tools with existing systems and tools.]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Mon, 08 Sep 2008 15:15:00 GMT</pubDate>
        </item>
        <item>
            <title>Top 10 tricks/tips for ProjectSpaces - Online Collaboration Workspaces - ProjectSpaces</title>
            <link>http://www.projectspaces.com/content/blog/detail/617/</link>
            <description><![CDATA[Here are 10 tips and tricks you may/may not have not known about for using ProjectSpaces.]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Tue, 05 Aug 2008 17:00:00 GMT</pubDate>
        </item>
        <item>
            <title>ProjectSpaces adds Gantt charts and Cloning - Online Collaboration Workspaces - ProjectSpaces</title>
            <link>http://www.projectspaces.com/content/blog/detail/614/</link>
            <description><![CDATA[In response to overwhelming demand, we released the ability to generate Gantt charts for workplans. We also added the ability to clone projects and easily create templates with standard folder structures, work plans, documents, etc.]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Thu, 19 Jun 2008 19:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Embed ProjectSpaces Login Fields on Your Public Web Site - Online Collaboration Workspaces - ...</title>
            <link>http://www.projectspaces.com/content/blog/detail/613/</link>
            <description><![CDATA[Want your users to be able to login to ProjectSpaces directly from your home page? It's a great way to make it really easy for staff, partners, clients, and others to log in to their workspaces. Here's how...]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Wed, 18 Jun 2008 00:30:00 GMT</pubDate>
        </item>
        <item>
            <title>Collaboration convergence - how collaborative workspaces are like mobile phones - Online ...</title>
            <link>http://www.projectspaces.com/content/blog/detail/609/</link>
            <description><![CDATA[There's been a huge increase in the diversity of mobile devices on the market over the past couple of years. From the simplest bare bones phone (e.g. the jitterbug) to the most feature bloated windows mobile device, there is a market for diversity because every consumer has different priorities.  The same goes for collaborative workspaces.]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Tue, 20 May 2008 14:15:00 GMT</pubDate>
        </item>
        <item>
            <title>Break the email habit - encouraging adoption of online collaboration tools - Online ...</title>
            <link>http://www.projectspaces.com/content/blog/detail/608/</link>
            <description><![CDATA[Here are some suggestions for getting your users to break the email habit and adopt an online collaboration tool to share files, manage tasks, and communicate better. It obviously starts with using a really intuitive and easy-to-use technology platform, but it is equally important to pay attention to the "people part" and actively encourage adoption and use.]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Tue, 13 May 2008 15:00:00 GMT</pubDate>
        </item>
        <item>
            <title>ProjectSpaces is going multilingual: Spanish, French, Arabic, etc - Online Collaboration ...</title>
            <link>http://www.projectspaces.com/content/blog/detail/598/</link>
            <description><![CDATA[We are working on adding multilingual functionality to ProjectSpaces. If you are serving non-English-speaking users, read on...<br><br>]]></description>
            <source>http://www.projectspaces.com/content/blog/syndicate/rss2.xml</source>
            <pubDate>Wed, 16 Apr 2008 21:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>
