<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Website In A Weekend &#187; Building community</title>
	<atom:link href="http://website-in-a-weekend.net/category/building-community/feed/" rel="self" type="application/rss+xml" />
	<link>http://website-in-a-weekend.net</link>
	<description>Web Zero to Web Hero</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress SpeedDating in San Francisco (you know you want it)</title>
		<link>http://website-in-a-weekend.net/building-community/wordpress-speedgeeking/</link>
		<comments>http://website-in-a-weekend.net/building-community/wordpress-speedgeeking/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 23:30:06 +0000</pubDate>
		<dc:creator>Dave Doolin</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[SpeedGeeking]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=25965</guid>
		<description><![CDATA[(Reading time: 8 &#8211; 13 minutes) One of the perqs of living in the San Francisco Bay area is being close to the action. For example, tonight I attended the latest WordPress SpeedGeeking event held by the San Francisco WordPress Meetup group, graciously hosted by Zach Berke of Exygy. Automattic was out in force. Old [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/wordpress-speedgeeking/">WordPress SpeedDating in San Francisco (you know you want it)</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 8 &#8211; 13 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwordpress-speedgeeking%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwordpress-speedgeeking%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the perqs of living in the San Francisco Bay area is being close to the action. For example, tonight I attended the latest <a href="http://wpsfo.org/2011/11/speedgeekers-announced/">WordPress SpeedGeeking</a> event held by the San Francisco WordPress Meetup group, graciously hosted by Zach Berke of <a href="http://exygy.com/">Exygy</a>. Automattic was out in force. Old friends were caught up with and new friends were acquired.</p>
<p>And of course some of the coolest WordPress around.</p>
<p>So what is this &#8220;speed geeking&#8221; thing anyway?</p>
<p>Good question&#8230; <span id="more-25965"></span></p>
<h2>Speed Dat^H^H^HGeeking, WordPress-style</h2>
<p>SpeedGeeking is round-robin lightning talks. Presenters occupy tables placed around the room, and people move from presentation to presentation every 5 minutes. I&#8217;ve done this before, presenting hRecipe plugin for WordPress at the <a href="http://www.meetup.com/wordpress-sf/events/17210082/">April 2011 WordPress San Francisco SpeedGeeking</a>. It&#8217;s fun.</p>
<p>Obviously, the potential for widespread panic is latent, but our host Zach has that all figured out: we count off 1 to the-number-of-presenters, each getting a number which becomes our &#8220;group.&#8221; Every five minutes, Zach queues up the music, and we shuffle en masse to the next station.</p>
<p>Since I was with Group 4, we started with station #4.</p>
<h2>#4. Better WordPress image filtering</h2>
<p>Station #4 was inhabited by Ben Sheldon, the thoughtful blogger driving <a href="http://www.island94.org">Island 94</a> and 2012 Code for America fellow.</p>
<p>Ben explained that hyperlinking around images in WordPress is a chancy proposition. Fixing the styling with pure CSS and jQuery makes for poor and fragile solutions. Much better to use WordPress filters and handle the necessary markup on the server.</p>
<p>All it takes is a little bit of code in one&#8217;s <code>functions.php</code> file. Ben also presented some very good advice for asking WordPress questions on forums. Key: know what question you&#8217;re really asking.</p>
<p>Here&#8217;s Ben&#8217;s blog post with downloadable PDF: <a href="http://www.island94.org/2011/11/speedgeeking-on-wordpress-filters/">WordPress image filtering</a>.</p>
<h2>#5. Sidekick Plugin for WordPress administrators</h2>
<p>Gaird Schlesinger is one of the driving forces behind <a href="http://www.mightydigital.com/">Mighty Digital</a>, a San Francisco-based design shop. Lately, Gaird and rockstar WordPress colleague Dimas Begunoff have been doing a fair bit of WordPress work, one of the results of which is the WordPress Sidekick Plugin.</p>
<p>It&#8217;s all about the little things, those little things which really matter:</p>
<ol>
<li>Expanding and collapsing post listings.</li>
<li>Starring favorite posts.</li>
<li>ID column really helps when developing custom code.</li>
<li>Lists the modified date as well as the publication date.</li>
<li>Live search, find terms on every part of a post or page, not just content.</li>
<li>Site visibilty notice, don&#8217;t forget to ask Google to index when your new site goes live.</li>
<li>Page count for menu children.</li>
</ol>
<p>And more! Sidekick is really cool and really useful, especially when you find yourself spending (what feels like) most of your waking hours scratching around in the WordPress administration interface. Dimas is happy to tell you more <a href="http://www.farinspace.com/wordpress-sidekick-plugin/">about WordPress Sidekick Plugin</a>.</p>
<h2>#6. Important Media sustainability blog network</h2>
<p>David Anderson owns and operates <a href="http://importantmedia.org/">Important Media</a>, a consortium of 18 blogs focusing on sustainability. Each blog has full editorial independence. David built Important Media using WordPress Multisite, which he states is indispensible. Expect to see more about Important Media here on Website In A Weekend in the future. For now, visit sites in the <a href="http://importantmedia.org/">Important Media Network</a>.</p>
<h2>#7. Livefyre real time conversations on WordPress</h2>
<p>I met Jenna Langer of <a href="http://www.livefyre.com/">Livefyre</a> at a San Francisco Blog meetup almost two years ago(!?), and since then, Livefyre has really started to take hold in the blogging community. It&#8217;s like having a Twitter feed dedicated to each blog post.</p>
<p>Here&#8217;s some of what Jenna told us about Livefyre:</p>
<ul>
<li>Livefyre comments still owned by bloggers</li>
<li>Installs via plugin</li>
<li>Makes comments social, uses @symbol for reference</li>
<li>Tracks back from twitter. Facebook coming.</li>
</ul>
<p>If you have (or want) a lot more engagement on your blog, seriously consider Livefyre. Read more from Justin Germino AKA DragonBlogger about <a href="http://www.dragonblogger.com/converting-dragonbloggercom-livefyre-commenting-system/">converting to Livefyre commenting</a>.</p>
<p>Update from Jenna:</p>
<blockquote><p>One thing to add is that we do have SocialSync support with Facebook &#8211; you enter your Facebook Fan Page and Livefyre imports comments that are left when you post a link to your blog.</p></blockquote>
<p>Thanks Jenna!</p>
<h2>#8. SEO Translate</h2>
<p>Jason Thai presented a new WordPress plugin for helping with translation which leverages the Microsoft translation services. The angle is that the plugin is part of Fox Translation&#8217;s offering. While machine translation is not usually very good, the plugin makes a great start, and critical text can be cleaned using Fox services when necessary.</p>
<p>SEO Translate offers 35 different languages, and check out <a href="http://foxtranslate.com/">Fox Translate</a> as well.</p>
<p>Also, Jason is looking for case studies using the plugin. If you have notion to try it out, leave a comment below and I&#8217;ll get you connected with Jason.</p>
<h2>#9. Salon.com &#8211; WordPress CMS, for real</h2>
<p>Is or is not WordPress a CMS.</p>
<p><a href="http://website-in-a-weekend.net/recommends/time-master-formula/" target="_blank"><img class="thirstylinkimg" src="http://website-in-a-weekend.net/wp-content/uploads/2011/12/tmf_125x125_small.jpg" alt="Time Master Formula" align="right"/> </a></p>
<p>The answer to this depends a lot on who you ask.</p>
<p>If you were to ask Salon.com, they might say something like &#8220;WordPress CMS? It&#8217;s close enough, we can work with it.&#8221;</p>
<p>And work with it they did.</p>
<p>The new <a href="http://salon.com">Salon.com</a> WordPress-based site features:</p>
<ul>
<li>Custom built in-house theme.</li>
<li>Administrative backend is on a different domain, with htpassword access protection. This is really good for security.</li>
<li>Articles are given Priority and Shelf life to establish publication precedence.</li>
<li>Custom edit panel with images, notes pool, improved approval process via editor</li>
<li>Algorithmic front page construction using priority and shelf life.</li>
<li>Image crops are automatically set in theme for custom presentation depending on context.</li>
</ul>
<p>All in all, an amazing piece of work. Visit the new <a href="http://salon.com/">Salon.com</a>.</p>
<h2>#10. Pagelines</h2>
<p>If you haven&#8217;t yet heard of Page Lines themes for WordPress, you probably will soon. I didn&#8217;t get the presenter&#8217;s name, but I was impressed enough to sign up as an affiliate to PageLines (not aff. link here, though). The framework features drag and drop design with no coding necessary, it&#8217;s listed on WordPress.org themes, and it can handle child themes (the recommended way to develop these days).</p>
<p>The options settings page is pretty amazing for PageLines. Worth checking out if you&#8217;re a theme junkie.</p>
<h2>#11. Full website, no content!</h2>
<p>Karla Leibowitz presented <a href="http://freedirectoryguide.com">freedirectoryguide.com</a>, which is built on genesis, nothing in website, all built using shortcodes, multiple sidebar patterns, client-driven seo. I can&#8217;t do better than the description on the SpeedGeeking announcement page, so here&#8217;s a partial quote:</p>
<blockquote><p>Karla is using the theme display and the category structure, the admin interface, and taking advantage of easy and rapid deployment of SEO ready new “pages”, but is able to nestle, with shortcodes and page templates, information from an exterior source into the WordPress framework. This work also demonstrates location based search, google maps, and page access by URL eg: www.mysite.com/searchfor?what=this&amp;where=there&amp;who=me</p></blockquote>
<p>Visit <a href="http://karlakarla.com">Karla Karla</a> as well.</p>
<h2>#1. Responsive web design</h2>
<p>Richa Avasthi is a a long-time blogger, from back when blogs were cool. Or weren&#8217;t cool, I guess, depending on your perspective. She blogs at <a href="http://richa.avasthi.name/blogs/tepumpkin/">The Emotional Pumpkin</a>, which is built on a custom, responsive web design to work well on any device, browsers as well as mobile. Go ahead, check it out The Emotional Pumpkin on all your browsers, at the same time. It&#8217;s really cool.</p>
<p>Also, she is super-smart so you can learn stuff too.</p>
<h2>#2. Learn That on Cloud Flare</h2>
<p>Rosevita Warda, <a href="http://learnthat.org/">Learn That</a> reports that moving to <a href="http://www.cloudflare.com/">CloudFlare</a> content delivery network had a major positive effect on her traffic. With the numbers to prove it, the <a href=" http://rosiewrose.blogspot.com/2011/10/cloudflare-rocks.html">CloudFlare results graphs</a> are amazing, and if I can get permission to post them here, I will do so.</p>
<p>The short answer is that traffic went up and bounce rate went down. Since Learn That relies on traffic for revenue, this is a Bona Fide Big Deal.</p>
<p>Rosevita has no association with <a href="http://www.cloudflare.com/">CloudFlare</a>, other than being a delighted customer. Best type of testimonial there&#8230; she drove down from Sebastapol, California to present these results. That&#8217;s, like, 50 miles on a Monday evening.</p>
<h2>#3. TekPals&#8217; TPSunrise Theme</h2>
<p>Ed Ehrgott owns and operates <a href="http://www.tekpals.com/">TekPals</a>, a boutique design outfit located in the heart of San Francisco&#8217;s Mission District.</p>
<p>What I like about Ed&#8217;s work is that it&#8217;s classical web design, done right. For example, his TP Sunrise theme (available via WordPress.org) provides an options panel, sidebar menus on demand, and has an optional, <em>resizeable and responsive</em> slideshow. That is cool.</p>
<p>And Ed totally gets it. Here&#8217;s a quote from a recent blog post about <a href="http://www.tekpals.com/2011/whats-your-message/">creating your blog&#8217;s message</a>:</p>
<blockquote><p>In my experience in developing many sites, I’ve actually found that the most challenging part of the process is defining the organization’s message. I actually believe that developing a website is the best thing that any organization can do because if forces a reflection on what the organization is all about.</p></blockquote>
<p>This is good advice for most everyone with a website, including myself.</p>
<h2>It&#8217;s a party!</h2>
<p>As mentioned, when the music queues, it&#8217;s time to move. And the music was <em>great</em>.</p>
<p>After exercising my 1337 haxors skilz,<a href="#footnote"><sup>1</sup></a> I now have a copy of the SpeedGeeking playlist. Which I am informed pulled double duty as Zach&#8217;s wedding playlist. Or maybe the other way around. Whatever. Here&#8217;s a treat from the playlist:</p>
<p><iframe width="500" height="375" src="http://www.youtube.com/embed/_FBnQvd_xzs?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Good stuff.</p>
<h2>Questions? Comments? SpeedGeeking for fun and profit?</h2>
<p>And what about you? Are there any SpeedGeeking events in your area? If not, why not? You could host one! Be sure to send me details, I&#8217;ll link to your SpeedGeek event right here.</p>
<p>If you have any questions about any of the presenters or presentations, let me know and I&#8217;ll see about getting those questions answered.</p>
<hr class="pre-footnote" />
<div id="footnote" class="footnote">
<p>1. I sent Zach an email.</p>
</div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwordpress-speedgeeking%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwordpress-speedgeeking%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/wordpress-speedgeeking/">WordPress SpeedDating in San Francisco (you know you want it)</a></p>
<div class="shr-publisher-25965"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwordpress-speedgeeking%2F' data-shr_title='WordPress+SpeedDating+in+San+Francisco+%28you+know+you+want+it%29'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwordpress-speedgeeking%2F' data-shr_title='WordPress+SpeedDating+in+San+Francisco+%28you+know+you+want+it%29'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/wordpress-speedgeeking/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Michelle Mangen scores Google #1 result</title>
		<link>http://website-in-a-weekend.net/building-community/michelle-mangen-scores-google-1-result/</link>
		<comments>http://website-in-a-weekend.net/building-community/michelle-mangen-scores-google-1-result/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 20:54:35 +0000</pubDate>
		<dc:creator>Dave Doolin</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[Anca Mosoiu]]></category>
		<category><![CDATA[Bob Hayles]]></category>
		<category><![CDATA[Bunions]]></category>
		<category><![CDATA[Guest author]]></category>
		<category><![CDATA[Guest post]]></category>
		<category><![CDATA[Michelle Mangen]]></category>
		<category><![CDATA[Peoria]]></category>
		<category><![CDATA[Podiatry]]></category>
		<category><![CDATA[Vincent Tan]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=25560</guid>
		<description><![CDATA[(Reading time: 3 &#8211; 5 minutes) I was doing a little due diligence the other day, seeing where Website In A Weekend was landing in the Search Engine Results Pages (SERPs), and this came up: Michelle is a Website In A Weekend Staff Author by dint of writing a series of eight articles on Practical [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/michelle-mangen-scores-google-1-result/">Michelle Mangen scores Google #1 result</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 3 &#8211; 5 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fmichelle-mangen-scores-google-1-result%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fmichelle-mangen-scores-google-1-result%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I was doing a little due diligence the other day, seeing where Website In A Weekend was landing in the Search Engine Results Pages (SERPs), and this came up:</p>
<div id="attachment_25561" class="wp-caption aligncenter" style="width: 480px"><a href="http://website-in-a-weekend.net/wp-content/uploads/2011/10/michelle_makes_the_big_time.png"><img src="http://website-in-a-weekend.net/wp-content/uploads/2011/10/michelle_makes_the_big_time-470x366.png" alt="Michelle Mangen makes the Big Time" title="Michelle Mangen makes the Big Time" width="470" height="366" class="size-large wp-image-25561" /></a><p class="wp-caption-text">Michelle is a Staff Author on Website In A Weekend</p></div>
<p>Michelle is a <a href="http://website-in-a-weekend.net/staff/">Website In A Weekend Staff Author</a> by dint of writing a series of eight articles on <a href="http://website-in-a-weekend.net/tag/practical-va-tip/" title="Practical Virtual Assistance Tips for Bloggers">Practical Virtual Assistant Tips for bloggers</a>. I have no idea why Google decided to list Michelle this way, it certainly wasn&#8217;t planned. </p>
<p>I don&#8217;t even know how to plan something like this, even if I wanted her featured.</p>
<p>Someone really good with SEO could probably figure it, or at least increase anyone&#8217;s chances at getting listed this way. But the serendipity works for me.</p>
<p><span id="more-25560"></span></p>
<p>And being a guest author might work for you&#8230;</p>
<h2>Guest authors on Website In A Weekend</h2>
<p>The usual state of affairs for guest authors on blogs is you, the potential guest author, send out a post to another blogger, who more than likely insists on holding your copyright (&#8220;exclusive right to publish&#8221;), and posts the article under his or her own name.</p>
<p>That&#8217;s how it used to be done here on Website In A Weekend as well.</p>
<p>But no longer.</p>
<p>We&#8217;ve started creating accounts for all guest authors, and all blog posts written by guest authors (about 80) will be published under their byline.</p>
<p>This is cool, because each author can then use Google+ and author tags (which are being implemented here) to get authorship credit on Google search results.</p>
<h2>Upcoming guest authors</h2>
<p>Right now we have nine articles in queue, to be published over the next 6 weeks or so:</p>
<ul>
<li>Bob Hayles from <a href="http://www.juicymaters.com/">Juicy Maters</a> weighs in on getting the blogging work done, even when it&#8217;s no fun.</li>
<li>Anca Mosoiu of <a href="http://techliminal.com/about/">Tech Liminal</a> starts a semi-regular &#8220;Ask Anca&#8221; column, helping people with WordPress issues.</li>
<li><a href="http://website-in-a-weekend.net/author/vincent/">Vincent Tan</a>, the <a href="http://polymathprogrammer.com/">Polymath Programmer</a>, has contributed an article about electronic publishing from his <a href="http://polymathprogrammer.com/singularity/">Singularity (for curious scientists and artists)</a> electronic magazine.</li>
</ul>
<p>These have been in the works for a while, and I hope you will visit and see what these fine people have to offer.</p>
<h2>Interested in publishing on Website In A Weekend?</h2>
<p>Website In A Weekend has been operating two and half years now. We have just under 500 articles published (495 with this article), and we&#8217;re looking forward to an exciting 2012.</p>
<p>If you&#8217;re interested in joining us, send me an email (david.doolin@gmail.com) with a pointer to your blog or website, and a brief explanation about what you would like to publish. </p>
<p><strong>Note</strong>: We&#8217;re really picky around here. We don&#8217;t do link exchanges for any reason, and do not accept articles intended on promoting products and services of no interest to Website In A Weekend readers. For example:</p>
<p><strong>Good</strong>: An article explaining how you used a <a href="http://website-in-a-weekend.net/website-maintenance/hostest-mostest-shared-hosting/">content distribution network</a> for timely delivery of heavy images supporting your <a href="http://ingoalmag.com/">online magazine for hockey goalies</a>.</p>
<p><strong>Bad</strong>: An article promoting the benefits of prophylactic podiatry for your SEO client in Peoria. For the few readers from Peoria (Hi!), I&#8217;m sure there are better ways to reach them. They aren&#8217;t reading Website In A Weekend because the old bunion is acting up.</p>
<p>Fundamentally, if it benefits readers, we&#8217;re inclined to run it, if it doesn&#8217;t, we&#8217;re not. Use common sense.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fmichelle-mangen-scores-google-1-result%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fmichelle-mangen-scores-google-1-result%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/michelle-mangen-scores-google-1-result/">Michelle Mangen scores Google #1 result</a></p>
<div class="shr-publisher-25560"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fmichelle-mangen-scores-google-1-result%2F' data-shr_title='Michelle+Mangen+scores+Google+%231+result'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fmichelle-mangen-scores-google-1-result%2F' data-shr_title='Michelle+Mangen+scores+Google+%231+result'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/michelle-mangen-scores-google-1-result/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>The biggest, best WordCamp ever: San Francisco 2011</title>
		<link>http://website-in-a-weekend.net/building-community/biggest-best-wordcamp-ever-san-francisco-2011/</link>
		<comments>http://website-in-a-weekend.net/building-community/biggest-best-wordcamp-ever-san-francisco-2011/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 15:41:30 +0000</pubDate>
		<dc:creator>Dave Doolin</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=25271</guid>
		<description><![CDATA[(Reading time: 2 &#8211; 3 minutes) WordCamps are great fun, offering a little bit (or a lot of bit) of something for everyone. Last year, I had schedule conflict with Burning Man. This year, I&#8217;ve already got my ticket. By design, WordCamp travels around the globe. If you live in a major metropolitan area, chances [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/biggest-best-wordcamp-ever-san-francisco-2011/">The biggest, best WordCamp ever: San Francisco 2011</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 2 &#8211; 3 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbiggest-best-wordcamp-ever-san-francisco-2011%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbiggest-best-wordcamp-ever-san-francisco-2011%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://2011.sf.wordcamp.org"><img title="I'm attending WordCamp San Francisco 2011!" src="http://2011.sf.wordcamp.org/files/2011/07/wcsf11-badge-attendee.png" alt="I'm attending WordCamp San Francisco 2011!" width="150" height="150" align="right"/></a></p>
<p>WordCamps are great fun, offering a little bit (or a lot of bit) of something for everyone. Last year, I had schedule conflict with Burning Man. This year, I&#8217;ve already got my ticket.</p>
<p>By design, WordCamp travels around the globe. If you live in a major metropolitan area, chances are there has been, or will be one near you, within the last (or next) couple of years.</p>
<p>But <a href="http://2011.sf.wordcamp.org/">WordCamp San Francisco</a> is The Big One!</p>
<p>And this year is no exception. The depth and breadth of the <a href="http://2011.sf.wordcamp.org/speakers/" title="WordCamp 2011 speakers">WordCamp 2011 speakers</a> is outstanding. </p>
<h2>How it works</h2>
<p>WordCamp SF 2011 is roughly divided into two tracks: 1. blogging, and 2. development.  </p>
<p>I&#8217;ll be spending my time in the development sessions. There is a lot of very cool development happening under the &#8220;WordPress hood&#8221; (that&#8217;s bonnet to the rest of the English speaking world).  The WordPress code base is pushing 10 years old now, and that&#8217;s often senile in software development years.</p>
<p>Fortunately, the WordPress engineers are very carefully modernizing the core code over time. You can see the results: faster, more secure, more stable code, all at the same low price of free! </p>
<p>On the blogging and website side, the focus is more on projects and publication: Who has been doing What with WordPress. You will find presentations about how WordPress is being used for Unicef, for CURE, for historical documentation of a US Marine battalion deployment to Afghanistan and many other globally relevant topics. </p>
<h2>What&#8217;s your plan?</h2>
<p>If you&#8217;re within driving distance, and I know some of you are, consider coming down for at least one day of WordCamp. </p>
<p>In my opinion, here&#8217;s one of the most important reasons for you as a blogger to attend:</p>
<p><strong>You will meet a very large number of successful bloggers you do not know.</strong></p>
<p>WordCamp draws a different audience than Blog World. This is a good thing.  There is overlap; I know a couple of people who attend Blog World who will be at WordCamp. But overall, it&#8217;s a different crowd. Again, a good thing.</p>
<p>If you&#8217;re attending, at least wave at me during lunch!</p>
<p><strong>ROLL CALL: who&#8217;s gonna be there? Drop a quick comment, and we&#8217;ll have a WiaW lunch meetup on Saturday or Sunday.</strong></p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbiggest-best-wordcamp-ever-san-francisco-2011%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbiggest-best-wordcamp-ever-san-francisco-2011%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/biggest-best-wordcamp-ever-san-francisco-2011/">The biggest, best WordCamp ever: San Francisco 2011</a></p>
<div class="shr-publisher-25271"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbiggest-best-wordcamp-ever-san-francisco-2011%2F' data-shr_title='The+biggest%2C+best+WordCamp+ever%3A+San+Francisco+2011'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbiggest-best-wordcamp-ever-san-francisco-2011%2F' data-shr_title='The+biggest%2C+best+WordCamp+ever%3A+San+Francisco+2011'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/biggest-best-wordcamp-ever-san-francisco-2011/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Why Free Software costs so little&#8230; and costs so much</title>
		<link>http://website-in-a-weekend.net/building-community/why-free-software-costs-so-little-and-so-much/</link>
		<comments>http://website-in-a-weekend.net/building-community/why-free-software-costs-so-little-and-so-much/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 03:28:43 +0000</pubDate>
		<dc:creator>Dave Doolin</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[Free software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=25278</guid>
		<description><![CDATA[(Reading time: 3 &#8211; 4 minutes) Point blank: there is no such thing as completely &#8220;free&#8221; software. All software has a cost. This is thermodynamics. It&#8217;s mandatory. TANSTAAFL. What many people believe is &#8220;free&#8221; software was actually paid for by someone else, then liberated for widespread use under one or more permissive licenses. And that&#8217;s [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/why-free-software-costs-so-little-and-so-much/">Why Free Software costs so little&#8230; and costs so much</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 3 &#8211; 4 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwhy-free-software-costs-so-little-and-so-much%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwhy-free-software-costs-so-little-and-so-much%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Point blank: there is no such thing as completely &#8220;free&#8221; software. </p>
<p>All software has a cost.</p>
<p>This is thermodynamics. It&#8217;s mandatory. TANSTAAFL.</p>
<p>What many people believe is &#8220;free&#8221; software was actually paid for by someone else, then liberated for widespread use under one or more permissive licenses. And that&#8217;s a good thing. </p>
<p><span id="more-25278"></span></p>
<p>But it&#8217;s not really free; the programmer &#8211; or someone else &#8211; is still on the hook for: </p>
<ul>
<li>Paying the rent. If the programmer doesn&#8217;t have a place to live, no programs.</li>
<li>Food. Hard to code when you&#8217;re hungry.</li>
<li>Electric bill, connection: not free.</li>
<li>Hardware: Somebody paid for a computer somewhere down the line.</li>
</ul>
<p>Code doesn&#8217;t wish itself into existence. Somebody, somewhere, at some point in time made sure the tab was covered, whence &#8220;free&#8221; software was emitted. The payer might be a spouse, a parent, <a href="http://publisherblog.automattic.com/2011/07/26/fcc-contributes-back-to-open-source/">the government (i.e., taxpayers)</a>, a previous client. Perhaps the coder spending his or her free time programming. Whatever. At some point, money changed hands.</p>
<h2>Free software is cheap</h2>
<p>Once a piece of code is written, it&#8217;s available for infinite copying. So the price goes down, fast, as does the <em>perceived value</em>.</p>
<p><em>Low perceived value may induce cognitive dissonance.</em></p>
<p>We get this amazing WordPress system for free (!). It slices, it dices, it does everything but the dishes. So why does adding some teeny little XYZ feature cost $500 dollars?<br />
Well, no one has paid for it yet. </p>
<p><strong>XYZ will be free after someone pays for it.</strong></p>
<h2>Free software is expensive</h2>
<p>Free software costs just as much to develop as any other software. A real person who eats real food and requires a real roof over his or her head, preferably with a modicum of climate control, costs real money.</p>
<p>The code itself, it doesn&#8217;t care whether it&#8217;s free or not. </p>
<p>It takes as long to write the code as it takes. Sometimes code can be written very quickly, sometimes, not so fast.</p>
<p>Ultimately, the cost of free software, like the cost of anything else, is measured in mortality. Someone spends life to create it. Isn&#8217;t it amazing they give it away? Freely!</p>
<p>By all means enjoy the incredible ecosystem created by the culture of free and open source software. The internet, the web, is all built by individuals contributing their time and possibly their own money. </p>
<p>And understand this: every dollar, ducat, ruble, or whatever you spend on free software is a <em>contribution to the community</em>. </p>
<p><strong>If this is a problem, build your own internet.</strong></p>
<h2>What does free software mean to you?</h2>
<p>WordPress leverages the free software running the internet to provide a free online publication application for everyone in the world. The mission of WordPress is to democratize publication. </p>
<p>Ponder that a few moments, and if you feel inspired, jot down a few notes below about free software, what it means for you, for your business, as a philosophy, or anything else you feel is relevant. Especially, think about participation and how you might <a href="http://codex.wordpress.org/Contributing_to_WordPress">contribute back to the community</a>.</p>
<p>I&#8217;m taking 5 <em>good</em> answers from readers, then I&#8217;m closing comments. </p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwhy-free-software-costs-so-little-and-so-much%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwhy-free-software-costs-so-little-and-so-much%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/why-free-software-costs-so-little-and-so-much/">Why Free Software costs so little&#8230; and costs so much</a></p>
<div class="shr-publisher-25278"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwhy-free-software-costs-so-little-and-so-much%2F' data-shr_title='Why+Free+Software+costs+so+little...+and+costs+so+much'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fwhy-free-software-costs-so-little-and-so-much%2F' data-shr_title='Why+Free+Software+costs+so+little...+and+costs+so+much'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/why-free-software-costs-so-little-and-so-much/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Social Media Can Be More Than a Distribution Channel</title>
		<link>http://website-in-a-weekend.net/building-community/social-media-distribution-channel/</link>
		<comments>http://website-in-a-weekend.net/building-community/social-media-distribution-channel/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 07:11:34 +0000</pubDate>
		<dc:creator>Rachna Jain, PsyD</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[creating connections]]></category>
		<category><![CDATA[Creating social media conversations]]></category>
		<category><![CDATA[distribution channel]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Rachna Jain]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social media marketing]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=17774</guid>
		<description><![CDATA[(Reading time: 4 &#8211; 6 minutes) Listen to this post: The focus of this post is a bit different than others I&#8217;ve written. The reason for this is because I need to get something off my mind. So a mini-rant is coming up- you&#8217;ve been warned. :) I recently joined several groups on LinkedIn, with the [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/social-media-distribution-channel/">Social Media Can Be More Than a Distribution Channel</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 4 &#8211; 6 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-distribution-channel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-distribution-channel%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Listen to this post: </p>
<p><a href="http://www.mindsharecorp.com/blog/wp-content/uploads/2009/07/iStock_000006184805XSmall.jpg"><img src="http://www.mindsharecorp.com/blog/wp-content/uploads/2009/07/iStock_000006184805XSmall-150x150.jpg" alt="multiple conversations" width="150" height="150" align="right" /></a>The focus of this post is a bit different than others I&#8217;ve written. The reason for this is because I need to get something off my mind. So a mini-rant is coming up- you&#8217;ve been warned. :) I recently joined several groups on <a href="http://www.linkedin.com/in/rachnajain">LinkedIn</a>, with the intention of meeting other people working within the social media space. I was hoping to learn, connect, and be enriched by belonging to these groups.</p>
<p>Several of the groups required moderator approval to join, which led me to believe that the content would be of high caliber. </p>
<p>So far (and I’m about two weeks in) all I see is people using the discussions as a way to push their content out- and not, really, to have any discussions. </p>
<p>The couple times I replied to people’s questions or inquiries, the questioner never acknowledged or responded. Someone was asking for assistance with a few business questions, I offered to help connect them with potential resources or referrals- and again, got no response.</p>
<p><strong>This annoyed me and then made me angry.</strong> </p>
<p>Why? Because &#8211; <em>and really</em> &#8211; what&#8217;s the the point of reaching out to connect with people&#8230; and then not ever following through when a connection is begun?</p>
<p>I understand that we’re all busy, and we’re all trying to manage information overload. Social media can be more than just a distribution channel– but hardly anyone is using it as more than a push content mechanism. </p>
<p>If you saw my earlier post on <a href="http://www.mindsharecorp.com/blog/best-practices/are-you-yelling-into-the-wind/">gaining attention in social media</a> you will understand what I mean. Most of these people are just yelling into the wind. Even the ones who manage to capture my attention with a great or provocative headline then proceed to push their content on me &#8211; the headline pulls me in, because it seems like a provocative or interesting question. </p>
<p><strong>But instead of creating a dialogue, they move right into &#8220;And the answer is here, in my blog post.&#8221;</strong></p>
<p>Now, I wonder if they are doing this to build links as well, and that may be all they are looking for. But here’s the thing- if you’ve written a good enough headline to make me clickthrough, shouldn’t you <strong>DO</strong> something with my attention while I’m there? </p>
<p><strong>Why are you trying to get me to click through again?</strong> </p>
<p>When you’ve done the hardest part &#8211; capturing my attention &#8211; why not back it up with some good information, stimulating dialogue, something that makes me want to know more or dig deeper? Give me that, and I’d ultimately click to your blog post on my own. </p>
<p><em>The more clicks you put between me and the information I&#8217;m interested in, the less likely I am to move forward.</em></p>
<p>Similarly, if a thread is called “Discussions”- shouldn’t we all be discussing something?</p>
<p>Now, I definitely understand that one purpose of business social networking is to promote your business and your services. But the most successful way to do that is by providing relevant and useful information, and making suggestions when people ask. When you are seeking information, it just makes sense to thank the people who responded- even if their information wasn’t exactly what you needed. I mean, here’s the thing- in real (offline) life, don’t you say thank you when someone helps you? Even if their information wasn’t ultimately that useful? I know I do.</p>
<p><strong>Why do online connections warrant any less courtesy?</strong></p>
<p>As for me, I’m going to monitor the groups for another two weeks. If nothing changes, I’ll withdraw from the groups, and try to find another place to make connections, rather than just be overwhelmed by self promotion.</p>
<p><strong>How about you? What strategies do you use to create and maintain strong connections? </p>
<p>Share your ideas here by commenting below.</strong></p>
<p>If you&#8217;d like to access my audio, &#8220;Psychological Strategies for Building Social Media Influence&#8221;, you can <a href="http://www.mindsharecorp.com/go/freeaudio">get the free audio here</a></p>
<hr /><div class="pbio">
<a href="http://www.mindsharecorp.com/blog/"><img class="biopic" src="http://website-in-a-weekend.net/wp-content/plugins/aaa-personal-plugin/images/rachna_jain_headshot_150px.jpg" align="right" /></a>
<a href="http://twitter.com/rachnajain">Rachna Jain</a> is the amazingly energetic entrepreneur driving 
<a href="http://www.mindsharecorp.com/blog/">Social Media Marketing Strategies</a>, 
where you will find in-depth discussion of the latest technology
and techniques in <a href="http://www.mindsharecorp.com/blog/">social media marketing</a>.
</div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-distribution-channel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-distribution-channel%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/social-media-distribution-channel/">Social Media Can Be More Than a Distribution Channel</a></p>
<div class="shr-publisher-17774"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-distribution-channel%2F' data-shr_title='Social+Media+Can+Be+More+Than+a+Distribution+Channel'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-distribution-channel%2F' data-shr_title='Social+Media+Can+Be+More+Than+a+Distribution+Channel'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/social-media-distribution-channel/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
<enclosure url="http://website-in-a-weekend.net/wp-content/uploads/audio/socialmediamorethandistributionchannel.mp3" length="3390194" type="audio/mpeg" />
		</item>
		<item>
		<title>5 Tips for Social Media: Strategy First, Tools Second</title>
		<link>http://website-in-a-weekend.net/building-community/social-media-strategy-tools/</link>
		<comments>http://website-in-a-weekend.net/building-community/social-media-strategy-tools/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 07:11:31 +0000</pubDate>
		<dc:creator>Rachna Jain, PsyD</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[blog hosting services]]></category>
		<category><![CDATA[brand infiltration]]></category>
		<category><![CDATA[business objectives]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[media strategy]]></category>
		<category><![CDATA[media tools]]></category>
		<category><![CDATA[online social networking]]></category>
		<category><![CDATA[reputation]]></category>
		<category><![CDATA[social information processing]]></category>
		<category><![CDATA[social media planning]]></category>
		<category><![CDATA[social media strategy]]></category>
		<category><![CDATA[social network service]]></category>
		<category><![CDATA[strategic planning]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=17771</guid>
		<description><![CDATA[(Reading time: 4 &#8211; 7 minutes) Listen to this post: Whether you are new to social media, or have been using it for a while, you know that there are many questions on social media and if it works for small business. There are people who are reporting notable success with it, while others feel [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/social-media-strategy-tools/">5 Tips for Social Media: Strategy First, Tools Second</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 4 &#8211; 7 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-strategy-tools%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-strategy-tools%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Listen to this post: </p>
<p>Whether you are new to social media, or have been using it for a while, you know that there are many questions on social media and if it works for small business. There are people who are reporting notable success with it, while others feel like they are wasting their time with it. Yet more and more money is being invested in social media. So how do you get the most benefit from your efforts?</p>
<p>When we look at social media, we can see that one of the biggest benefits of social media marketing is how easy it is to get started. Anyone can sign up for a Twitter account, or a Facebook account and start using them right away. It’s easy to put up a blog, and, of course, to engage in the conversation.</p>
<h2>Getting started is too easy!</h2>
<p>But while getting started is easy, the thing to remember is that the ease of use of social media tools does not directly correlate to how effective they will be for your business objectives. There are many people who take all the &#8220;right&#8221; actions in social media, but still feel like they don&#8217;t know what they&#8217;re doing. They are spending hours on Twitter or Facebook each day, but not seeing the results they want.</p>
<p>Stated another way, you need to think social media strategy first, and tools second.</p>
<p>Very often, people get overloaded with social media simply because they don’t have a strategy. Someone says they should be on Facebook- so they join. Someone says to get on Twitter, so they do. Someone else says to stay connected via LinkedIn- and they do. And it goes like this, on and on, because the number of sites you “should” be on will never stop increasing- and there are hundreds more social media sites coming online each day.</p>
<p>If you constantly jump from site to site, you risk wasting time and losing money.</p>
<p>Instead, start by considering your social media strategy. If you don’t have one yet, let me offer five suggestions and some advice for building one:</p>
<h2>Strategy #1: Understand your social media business objectives</h2>
<p>Business objectives might include outcomes such as increasing your network, becoming more visible, positioning yourself as the top expert in your field. Business objectives may also include outcomes such as growing your database, increasing blog visitors, and improving your online reputation. </p>
<p>While several of these can be accomplished in parallel, for the most part, stick with one objective at a time, especially if you&#8217;re newer to social media. Select one goal and focus on it. </p>
<p><strong>What is the one outcome right now that would move your business forward in the most significant way?</strong></p>
<h2>Strategy #2: Acknowledge the time frame for your business objective</h2>
<p>Social media is not a quick hit strategy and it can take a certain amount of focused effort to start seeing returns. If your time line for results is too short, you will feel like you’ve wasted time. If your time line is too long, you’ll feel frustrated, when it seems like results aren’t happening fast enough. For example, if you want to add 100 names to your database, you can probably accomplish this in 4-6 weeks. If you want to position yourself as the top authority in your niche, it will probably take a bit longer, especially if there is a reasonable amount of competition. </p>
<p><strong>Right-size your time line to the size of your business objective.</strong></p>
<h2>Strategy #3: Focus on depth rather than breadth.</h2>
<p>While it can be tempting to be join 100 social media sites, you risk spreading yourself too thin, and diluting your resources. Better to select 2, 3, or 4 sites which you can commit to participating on regularly, than joining 100 sites you never have time to access. </p>
<p>Repetition is an important element of building recognition and reputation. Focus deeply on a select group of sites, and participate as fully as possible. This means interacting with others, uploading and sharing content, adding to the conversation, and being helpful where you can.</p>
<h2>Strategy #4: Test your levels of participation to define how much is enough.</h2>
<p>There will be a sweet spot in terms of time put in and results obtained. This is true for any business process. Try participating very fully for two weeks, and see what your results are. Participate slightly less often in week three, and see if your results change. By focusing on measuring one specific business objective, you’ll have a good sense of how much effort you need to make on the social sites in order to reach your desired results.</p>
<h2>Strategy #5: Adopt new technology thoughtfully.</h2>
<p>There are multiple tools you can use to implement your social media strategy. Typically, you want to use the tools which are easiest, most cost-effective, and which provide the best results. Don’t adopt every new technology blindly, but then, on the other hand, don’t delay when a new technology can help you accomplish your business goals faster or easier.</p>
<p>Remember, the ease of use of social media tools does not correlate with their effectiveness in your business. <em>Craft your strategy first, and then use tools to execute it.</em> That’s the right order for business success.</p>
<p><strong>How about you? What kinds of social media strategies are you pursuing right now to meet your most important objectives? </p>
<p>Share your progress by commenting below.</strong></p>
<p>And if you&#8217;d like to receive my ecourse on Building Influence in Social Media, you can get that here: <a href="http://www.mindsharecorp.com/go/buildinfluence">Build Influence e-course</a></p>
<hr /><div class="pbio">
<a href="http://www.mindsharecorp.com/blog/"><img class="biopic" src="http://website-in-a-weekend.net/wp-content/plugins/aaa-personal-plugin/images/rachna_jain_headshot_150px.jpg" align="right" /></a>
<a href="http://twitter.com/rachnajain">Rachna Jain</a> is the amazingly energetic entrepreneur driving 
<a href="http://www.mindsharecorp.com/blog/">Social Media Marketing Strategies</a>, 
where you will find in-depth discussion of the latest technology
and techniques in <a href="http://www.mindsharecorp.com/blog/">social media marketing</a>.
</div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-strategy-tools%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-strategy-tools%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/social-media-strategy-tools/">5 Tips for Social Media: Strategy First, Tools Second</a></p>
<div class="shr-publisher-17771"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-strategy-tools%2F' data-shr_title='5+Tips+for+Social+Media%3A+Strategy+First%2C+Tools+Second'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-media-strategy-tools%2F' data-shr_title='5+Tips+for+Social+Media%3A+Strategy+First%2C+Tools+Second'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/social-media-strategy-tools/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
<enclosure url="http://website-in-a-weekend.net/wp-content/uploads/audio/socialmediastrategy.mp3" length="4409179" type="audio/mpeg" />
		</item>
		<item>
		<title>Blogging Anonymously – A painful experience – Saturday Morning Surfing</title>
		<link>http://website-in-a-weekend.net/building-community/blogging-anonymously-effective-long-term/</link>
		<comments>http://website-in-a-weekend.net/building-community/blogging-anonymously-effective-long-term/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 07:11:44 +0000</pubDate>
		<dc:creator>Dave Doolin</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[Bofem]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=23406</guid>
		<description><![CDATA[(Reading time: 3 &#8211; 5 minutes) I&#8217;ve just had a very painful blogging experience, involving someone whose work I rather like: I&#8217;m refusing to publish an article submitted for guest posting. Let&#8217;s back up a bit&#8230; Long time readers (bofem) know that blogging (whatever that means) is only a part of what I do. I [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/blogging-anonymously-effective-long-term/">Blogging Anonymously – A painful experience – Saturday Morning Surfing</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 3 &#8211; 5 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fblogging-anonymously-effective-long-term%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fblogging-anonymously-effective-long-term%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;ve just had a very painful blogging experience, involving someone whose work I rather like: I&#8217;m refusing to publish an article submitted for guest posting.</p>
<p>Let&#8217;s back up a bit&#8230;</p>
<p>Long time readers (bofem) know that blogging (whatever that means) is only a part of what I do.  I spend a fair amount of time programming, learning new technology, and working with my clients. Anyone who has connected with me on <a href="http://linkedin.com/in/davidmdoolin">LinkedIn</a> also knows I have far too much education, and my professional connections span an unlikely range of people from Berkeley professors to Florida tanning salon owners to boiled peanut salesmen from Georgia.</p>
<p>All good in my book.</p>
<p>Long time readers also know I have published articles on Website In A Weekend by anonymous and &#8211; this is important &#8211; pseudonymous authors.  </p>
<p>These authors are anonymous to you, but not to me. I have a policy of connecting via LinkedIn with all authors who I publish here.  </p>
<p>I have made no exception.</p>
<p>And that&#8217;s what&#8217;s painful.</p>
<p><strong>Because I really want to make an exception in this case.</strong></p>
<p>But I&#8217;m not going to and here&#8217;s why.</p>
<p>My personal goal for Website In A Weekend is to use it as a platform for developing real, <a href="http://tinobox.com/wordpress/marketing/absolute-vs-relative-expert-which-are-you-which-is-better/">absolute expertise</a> with respect to WordPress, blogging and to a lesser extent, online sales and marketing. Now, I don&#8217;t especially care for the terms &#8220;guru&#8221; or &#8220;expert,&#8221; and you won&#8217;t find me claiming to be an expert on much of anything, <em>but I do want people think of me when they have a problem to solve in this space</em>.</p>
<p>In short, I&#8217;m building authority.</p>
<p>When I publish something from an &#8220;anonymous&#8221; author with whom I&#8217;ve connected on LinkedIn, I can assert that I know who that person is, and <em>why</em> I&#8217;m willing to vouch for that person&#8217;s authority and credibility.</p>
<p>As stated above, I maintain professional relationships with a wide range of people, spanning a number of communities.  By communities, I&#8217;m also implying a subculture with many unwritten rules governing social behavior within the community.</p>
<p><strong>Anonymity has no place in those communities.</strong></p>
<p>The article I want to publish is really very good. It&#8217;s covering breaking technology, right on the heels of <a href="http://scobleizer.com/">Scoble</a>.  It&#8217;s well written. The material is useful and interesting to readers of Website In A Weekend.  </p>
<p>So what&#8217;s the problem?</p>
<p>The author of the article requests full anonymity and won&#8217;t connect on LinkedIn.</p>
<p>I had to think about this one. Should I break policy just this once?  The article is excellent. I like the author, and in fact have spent some time mentoring that author.  But think. It&#8217;s a slippery slope, and what&#8217;s the long term upside for me? A blog post?  At the expense of credibility?  </p>
<p>Publishing on Website In A Weekend may not seem like a very big deal.  And perhaps it isn&#8217;t.  But it&#8217;s still publishing.  And publishing in the large is a partly matter of doing a lot more publishing in the small.  </p>
<p><strong>At the least, blogging is &#8220;good practice for the real thing.&#8221;</strong></p>
<p>Folks, this stuff is as a real as you make it. As serious as you want it to be.  Anonymity surely has a place in the wider scheme of things, of that there&#8217;s no doubt. </p>
<p>But where is anonymity&#8217;s place in the content and relationship market place of blogging?</p>
<p><strong>And how do anonymous authors get paid?</strong></p>
<p>I&#8217;m asking these questions in good faith. This has been painful. However, while I&#8217;ve made up mind for now, I&#8217;d like to hear what others have to say.  Given the current brouhaha erupting around anonymity&#8217;s kissin&#8217; cousin privacy, this discussion is timely and relevant.</p>
<p>~~~~</p>
<p>For what it&#8217;s worth, I instituted the LinkedIn policy after having an article submitted by a somewhat controversial blogger who, at the time, was publishing anonymously.  I accepted on the condition of a real head shot and a LinkedIn connection. </p>
<p>Going forward, I&#8217;ll be making LinkedIn connections mandatory for mentoring as well. I&#8217;m not charging anything for mentoring (probably another <em>gross</em> mistake), but seriously, I need to know who I&#8217;m spending my time with.
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fblogging-anonymously-effective-long-term%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fblogging-anonymously-effective-long-term%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/blogging-anonymously-effective-long-term/">Blogging Anonymously – A painful experience – Saturday Morning Surfing</a></p>
<div class="shr-publisher-23406"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fblogging-anonymously-effective-long-term%2F' data-shr_title='Blogging+Anonymously+%E2%80%93+A+painful+experience+%E2%80%93+Saturday+Morning+Surfing'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fblogging-anonymously-effective-long-term%2F' data-shr_title='Blogging+Anonymously+%E2%80%93+A+painful+experience+%E2%80%93+Saturday+Morning+Surfing'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/blogging-anonymously-effective-long-term/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>5 Strategies for Building Your Fan Base: A Case Study</title>
		<link>http://website-in-a-weekend.net/building-community/building-fan-base-case-study/</link>
		<comments>http://website-in-a-weekend.net/building-community/building-fan-base-case-study/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 07:11:04 +0000</pubDate>
		<dc:creator>Rachna Jain, PsyD</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[anticipatory thinking]]></category>
		<category><![CDATA[bethesda]]></category>
		<category><![CDATA[Case Study]]></category>
		<category><![CDATA[Creating a fan base]]></category>
		<category><![CDATA[dance studio]]></category>
		<category><![CDATA[distance education]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[fan base]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[multiple marketing channels]]></category>
		<category><![CDATA[social dance]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[strategic management]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=17778</guid>
		<description><![CDATA[(Reading time: 4 &#8211; 6 minutes) Listen to this post: The idea for this post came to me due to joining a new dance studio. As some of you may know, I’ve recently taken up social dancing in a big way. Now, I tend to do everything in a big way- really digging into something [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/building-fan-base-case-study/">5 Strategies for Building Your Fan Base: A Case Study</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 4 &#8211; 6 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbuilding-fan-base-case-study%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbuilding-fan-base-case-study%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Listen to this post: </p>
<p>The idea for this post came to me due to joining a new dance studio. As some of you may know, I’ve recently taken up social dancing in a big way. Now, I tend to do everything in a big way- really digging into something for a few weeks or months until I’ve gotten whatever I wanted from it. I change hobbies often, but I’m super committed while I’m there. <img src="http://www.mindsharecorp.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>Anyway, I’ve been taking a mix of private lessons and classes at <a href="http://www.dancebethesda.com/">Dance Bethesda</a>, learning, so far, the basics of foxtrot, waltz, salsa, tango, rumba, and swing. The instruction has been top notch, and I’ve made significant progress in just a few weeks. My instructor is talking about me taking part in my first competition by November of this year; it might be my very own version of “So You Think You Can Dance?” (I&#8217;m still determining, for myself, what the answer to that question is!)</p>
<p>The reason I wanted to write about my dance studio today is that they are doing several things very well in terms of creating a fan base and following. The strategies they are using are ones you can use, too, to build your fan base through social media marketing.</p>
<h2>Strategy #1: Be as inclusive as possible.</h2>
<p>One thing that impressed me, a lot, about joining the studio is how friendly and welcoming everyone has been. Of course, it is called SOCIAL dance, but a key strategy is to make newcomers feel welcome and included. We all have some anxiety about being the “new kid on the block”, whether in real life, or online, so be as welcoming and inclusive as possible. You might include a warm and friendly welcome video on your site, or you might make a special effort to reach out to new followers or friends. </p>
<p>Whatever you do, make people feel welcome- they will stick around much longer. </p>
<p><strong>Everyone is looking for a place to call &#8220;home&#8221;- and since it has to be somewhere- why not have that be your blog, website or business?</strong></p>
<h2>Strategy #2: Start as early as possible.</h2>
<p>Dance Bethesda is just rolling out a kids dance program, starting ballroom and Latin dance lessons for children as young as 5. Not only will this help them build another level to their training and instruction, but it’s a smart long-term customer strategy. It’s likely that these kids will continue to take part in studio activities for multiple years, and they are likely to get their parents involved too.</p>
<p> For you, think about how you can broaden or widen the range of people you work with. You might create some informational products, or do some live trainings, or offer new products or services to aid more people across the business cycle. </p>
<p><strong>When you start early, you create longevity and lifetime customer value.</strong></p>
<h2>Strategy #3: Spice it up.</h2>
<p>Dance Bethesda not only offers lessons, but they also offer training for competitions, as well as dance focused cruises. They hold weekly dance parties for all sorts of holidays, and try to keep their clients interested and learning. How can you offer new and unexpected value to your network, so that they are continually learning and investing with you? </p>
<p><strong>How can you use different offerings to cement your ties with your existing client base?</strong></p>
<h2>Strategy #4: Integrate your marketing.</h2>
<p>The studio uses online and offline methods to drive people to the door. They are using Facebook and email newsletters, for instance, and also advertising in the local neighborhood. Although most of us probably focus on online methods, offline ones still work. And you can build a stronger business by using both. Don’t overlook the fact that some of your future best customers can be right outside your front door. </p>
<p><strong>Take time to build your local networks in addition to your online networks.</strong></p>
<h2>Strategy #5: Have fun with it.</h2>
<p>Dance Bethesda has a lot of fun- and they share it. New pictures are posted regularly on their site, and they continually invite you to take part in the fun. How can you create a fun or more exciting experience within your business? Remember, everybody likes to feel like they are part of something cool and unique and interesting and enjoyable. </p>
<p><strong>How can you bring these qualities into your business more fully?</strong></p>
<h2>But wait! There&#8217;s more!</h2>
<p>And the final strategy, of course, is to track your progress and give the process time to work. Tracking helps you know what’s working, so you know what to do more of- and being a little bit patient gives your marketing time to take root and grow strong.</p>
<p>If you want to build your social media fan base, these strategies will help you do so more successfully. Select just one to start with, and build up from there.</p>
<p>What about you? What strategies are you finding effective in building your own fan base, online or offline? Please share your best ideas by commenting below.</p>
<p>If you&#8217;d like to access my audio, &#8220;Psychological Strategies for Building Social Media Influence&#8221;, you can <a href="http://www.mindsharecorp.com/go/freeaudio">get the free audio here</a></p>
<hr /><div class="pbio">
<a href="http://www.mindsharecorp.com/blog/"><img class="biopic" src="http://website-in-a-weekend.net/wp-content/plugins/aaa-personal-plugin/images/rachna_jain_headshot_150px.jpg" align="right" /></a>
<a href="http://twitter.com/rachnajain">Rachna Jain</a> is the amazingly energetic entrepreneur driving 
<a href="http://www.mindsharecorp.com/blog/">Social Media Marketing Strategies</a>, 
where you will find in-depth discussion of the latest technology
and techniques in <a href="http://www.mindsharecorp.com/blog/">social media marketing</a>.
</div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbuilding-fan-base-case-study%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbuilding-fan-base-case-study%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/building-fan-base-case-study/">5 Strategies for Building Your Fan Base: A Case Study</a></p>
<div class="shr-publisher-17778"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbuilding-fan-base-case-study%2F' data-shr_title='5+Strategies+for+Building+Your+Fan+Base%3A+A+Case+Study'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fbuilding-fan-base-case-study%2F' data-shr_title='5+Strategies+for+Building+Your+Fan+Base%3A+A+Case+Study'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/building-fan-base-case-study/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
<enclosure url="http://website-in-a-weekend.net/wp-content/uploads/audio/fanbasecasestudy.mp3" length="3807318" type="audio/mpeg" />
		</item>
		<item>
		<title>4 Types of Tweets:  Don&#8217;t Yell Into the Wind!</title>
		<link>http://website-in-a-weekend.net/building-community/yelling-wind/</link>
		<comments>http://website-in-a-weekend.net/building-community/yelling-wind/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 07:11:49 +0000</pubDate>
		<dc:creator>Rachna Jain, PsyD</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[how to build a social media persona]]></category>
		<category><![CDATA[moving people]]></category>
		<category><![CDATA[Rachna Jain]]></category>
		<category><![CDATA[social information processing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social media updates]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[wind]]></category>
		<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=17781</guid>
		<description><![CDATA[(Reading time: 4 &#8211; 7 minutes) Listen to this post: The idea for this post came from noting lately that people are just blanketing the social media airwaves with lots of content, lots of links, and lots of &#8220;look at me&#8221; &#8220;like me&#8221; &#8220;buy from me&#8221; type messaging. While some degree of self promotion is [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/yelling-wind/">4 Types of Tweets:  Don&#8217;t Yell Into the Wind!</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 4 &#8211; 7 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fyelling-wind%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fyelling-wind%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Listen to this post: </p>
<p><img src="http://www.mindsharecorp.com/blog/wp-content/uploads/2009/06/megaphone-199x300.jpg" alt="megaphone" width="179" height="270" align="right" />The idea for this post came from noting lately that people are just blanketing the social media airwaves with lots of content, lots of links, and lots of &#8220;look at me&#8221; &#8220;like me&#8221; &#8220;buy from me&#8221; type messaging. While some degree of self promotion is acceptable (and expected) within the social media space, there are effective (and noneffective) ways of getting noticed.</p>
<p>It&#8217;s important to understand how to get attention and manage attention within the social media space. As I’ve been spending more time lately on <a href="http://www.twitter.com/rachnajain">Twitter</a>, I’ve been noticing more often how many people are yelling into the wind.</p>
<h2>Yelling is pushing</h2>
<p>The way I think of it, “yelling into the wind” means you keep pushing your ideas, thoughts, agenda- without taking part in any conversation or providing relevant links or substantive content. As I noted above, it means that your updates consist mainly of  talking AT people, rather than with them, and your main focus is to try and move people to buy from you. While, again, you can sell in social media, the general approach is more of soft selling, typically, than a direct imperative.</p>
<p>As you think about sharing good content and taking part in the conversation, you might be wondering, &#8220;does this mean each and every contribution I share has to be unique or brilliant?&#8221; Luckily, the answer is No. Not saying that you&#8217;re not brilliant, but, frankly, <em>who needs that much pressure</em>?</p>
<h2>4 types of tweets</h2>
<p>As I scanned my own set of Twitter updates, I noted that I seem to routinely offer one of four kinds of content. The four kind of updates are: ones where I’m advancing my brand, ones where I’m sharing good information, ones where I’m connecting more deeply with friends and colleagues, and ones where I’m advancing my authority or expert status. Let’s analyze each of these more thoroughly:</p>
<h3>1. Advancing your brand</h3>
<p>Advancing your brand helps people know you better on a quasi-personal level. These updates are not as mundane as what you had for breakfast, but they might include something fun or interesting you’re doing, which helps people know more about you.</p>
<p>In my case, these include updates about my pottery classes, upcoming concerts I’ve bought tickets for, and the like. They might also include other hobbies or interests I have, or unique ideas that just occurred to me.</p>
<p>As I&#8217;ve been traveling quite extensively over the past few months, my updates have rounded out to include pictures of places I&#8217;ve visited, as well as commentary on restaurants and attractions. My goal with these type of updates is to promote myself in a certain way- as an action-taker, and someone who is interested and active in life. This works because I want to work with clients who are like this too- and it&#8217;s interesting to note that people who connect with me because of my hobbies often end up working with me in some capacity.</p>
<p><strong>Showcase what demonstrates who you are.</strong></p>
<h3>2. Sharing good and useful information</h3>
<p>These would be updates that show people the causes and issues which matter to you. These can also help advance your brand, and help you make new connections, so these serve many purposes. Remember that most people are humanitarian, and are attracted to others who want to make a difference. When you can share about causes you’ve contributed to, or which are important to you, this helps people know and like you.</p>
<p>Sharing good information updates would also be ones where you are providing links or information to interesting news or relevant issues to your target audience. When you are viewed as a valuable contributor to social media, people are more naturally going to pay attention and respond to the content you share.</p>
<p><strong>Share information relevant to you and your audience.</strong></p>
<h3>3. Engaging in direct conversation</h3>
<p>Direct conversation helps you connect more deeply with people you already know. These are conversations about events you might be attending together, as well as updates where you compliment or promote someone for their achievements or contributions. The goal with these is to make sure they are relevant and significant- not just “we bought new purses at the mall”- but instead, “Susan showed her amazing fashion sense and helped me pick out a fabulous new purse.”</p>
<p><strong>Think acknowledgements, not just statements.</strong></p>
<h3>4. Building your expertise or authority</h3>
<p>Again, there is overlap between this subset and the others. The goal of these updates is to demonstrate that you are careful, conscientious, and well versed on the issues impacting your industry. These help build your brand, and can often bring you new business opportunities.</p>
<p>For example, recently, I answered questions about Joomla, WordPress, and psychology- each of which is an area of expertise for me. One of the people I helped actually hired me to consult with them on their WordPress blog. So these kinds of updates do work for business.</p>
<p><strong>Demonstrate your authority, when appropriate.</strong></p>
<h2>What&#8217;s your Twitter focus?</h2>
<p>So take a look at your own particular stance and positioning within your social media sphere. Are you focusing too heavily on one kind of update, at the expense of the others? Remember that people like to do business with people they like and respect. You can assist the development of these feelings by offering different kinds of updates conscientiously and with intention. If you pay attention to this advice, you&#8217;ll be sure to get noticed by the people you most want to reach.</p>
<p>So what do you think? Are there other kinds of updates you think should be on this list? Or do you have any comments about this content? Please feel free to share below.</p>
<p>If you&#8217;d like to access my audio, &#8220;Psychological Strategies for Building Social Media Influence&#8221;, you can <a href="http://www.mindsharecorp.com/go/freeaudio">get the free audio here</a></p>
<hr /><div class="pbio">
<a href="http://www.mindsharecorp.com/blog/"><img class="biopic" src="http://website-in-a-weekend.net/wp-content/plugins/aaa-personal-plugin/images/rachna_jain_headshot_150px.jpg" align="right" /></a>
<a href="http://twitter.com/rachnajain">Rachna Jain</a> is the amazingly energetic entrepreneur driving 
<a href="http://www.mindsharecorp.com/blog/">Social Media Marketing Strategies</a>, 
where you will find in-depth discussion of the latest technology
and techniques in <a href="http://www.mindsharecorp.com/blog/">social media marketing</a>.
</div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fyelling-wind%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fyelling-wind%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/yelling-wind/">4 Types of Tweets:  Don&#8217;t Yell Into the Wind!</a></p>
<div class="shr-publisher-17781"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fyelling-wind%2F' data-shr_title='4+Types+of+Tweets%3A++Don%27t+Yell+Into+the+Wind%21'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fyelling-wind%2F' data-shr_title='4+Types+of+Tweets%3A++Don%27t+Yell+Into+the+Wind%21'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/yelling-wind/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
<enclosure url="http://website-in-a-weekend.net/wp-content/uploads/audio/yellingintowind.mp3" length="4244921" type="audio/mpeg" />
		</item>
		<item>
		<title>How Social Networks Are Changing Psychology</title>
		<link>http://website-in-a-weekend.net/building-community/social-networks-changing-psychology/</link>
		<comments>http://website-in-a-weekend.net/building-community/social-networks-changing-psychology/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 07:11:20 +0000</pubDate>
		<dc:creator>Rachna Jain, PsyD</dc:creator>
				<category><![CDATA[Building community]]></category>
		<category><![CDATA[building your social network]]></category>
		<category><![CDATA[interpersonal relationships]]></category>
		<category><![CDATA[intimacy]]></category>
		<category><![CDATA[online social networking]]></category>
		<category><![CDATA[Psychology]]></category>
		<category><![CDATA[Rachna Jain]]></category>
		<category><![CDATA[social comparison]]></category>
		<category><![CDATA[social connectedness]]></category>
		<category><![CDATA[social information processing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[social psychology]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://website-in-a-weekend.net/?p=17783</guid>
		<description><![CDATA[(Reading time: 5 &#8211; 8 minutes) Listen to this post: With all the emphasis on the &#8220;social&#8221; in social media, there is a growing interest in how social networking is changing our interpersonal psychology. In fact, I was recently interviewed for an article on this very topic. It was an interesting interview because it moved [...]<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/social-networks-changing-psychology/">How Social Networks Are Changing Psychology</a></p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p class="estread">(Reading time: 5 &#8211; 8 minutes)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-networks-changing-psychology%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-networks-changing-psychology%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Listen to this post: </p>
<p><img src="http://www.mindsharecorp.com/blog/wp-content/uploads/2009/04/iStock_000007417295XSmall-300x225.jpg" alt="socialnetworks" width="200" height="225" align="right"/>With all the emphasis on the &#8220;social&#8221; in social media, there is a growing interest in how social networking is changing our interpersonal psychology. </p>
<p>In fact, I was recently interviewed for an article on this very topic. It was an interesting interview because it moved me to think more deeply about the ways in which rapid, instant communication and information sharing is impacting our personal perspectives and relationships. And I believe it is having discernible effects.</p>
<h2>3 keys for social network psychology</h2>
<p>From a personal perspective, I see social networks as changing our psychology in three key ways:</p>
<ol>
<li><strong>We find it easier to compare ourselves to others.</strong>
<p>This can have pros and cons, of course- dependent, most of the time, on whether we are doing “better than” or “worse than” those in our social networks. The problem with comparing ourselves to others is that we’ll always find people who are better, or worse, than us. Clearly, our own sense of self and personal viewpoint needs to rely on something else than social comparisons.</li>
<li><strong>We have access to more resources than ever before.</strong>
<p>If you are stuck or need help, you can ask on Twitter, and get almost instant feedback or solutions. This can be a life-saver, or, at minimum, very useful, depending on your context and circumstances. By having more access to resources, we are better able to reach our personal goals, which can help us feel more confident and secure.</li>
<li><strong>We can approach people more easily and more fluidly.</strong>
<p>It’s easy to send a Facebook “poke” or a small gift to someone you’d like to meet, but haven’t yet met. This can be a low stress, low rejection way to make contact. Access via social networks can help us live into the idea that there are only a few people separating us from people we’d most like to know. (The “six degrees of separation” idea.)</li>
</ol>
<p>These are all great benefits, but there is a cost.</p>
<h2>Cost of social networking</h2>
<p>What are the downsides of social networking in terms of our personal psychology?</p>
<ol>
<li><strong>We might mistake digital intimacy for true intimacy.</strong>
<p>True intimacy comes from shared experiences and shared meaning, most of which occur real-time, face to face. It can be easy to get caught up in your own hype or your own online popularity, without remembering that when the computer shuts down, so does your social life. We need a balance between digital and real-life intimacy in order to be truly fulfilled.</li>
<li><strong>We might regret high levels of transparency.</strong>
<p>I often tell clients, “Google never forgets”, which means that items you post online will mostly likely be accessible forever- or, at least, for a very, very long time. If you post something in a fit of anger, or with poor judgment, you might be living with regret about this for a long time. Feeling regret and shame around something you did, which you can’t control, has huge psychological implications.</li>
<li><strong>We get caught up in numbers, forgetting its about relationships.</strong>
<p>Ok, admit it, when you log into <a href="http://www.twitter.com/rachnajain">Twitter</a>, don’t you check on your number of followers? I know I do. Partly, of course, this is to make sure my ideas and messages are being well received- but, also, of course, it’s a sign of growing popularity and increasing reach.</li>
</ol>
<h2>Is fame the answer?</h2>
<p>So many of us want to be famous, and social media gives us a chance to experience that rush of attention and focus. Who wouldn’t want to be seen as a “social media rock-star?” The reality is, though, that in terms of real relationships, our capacity to be deeply connected to people is limited to about 10 people. </p>
<p>Even if you have thousands in your tweetstream, my belief is that the functional benefit to you does not increase exponentially as your followers grow. </p>
<p>Certainly, more followers or friends means more pathways of information distribution. But there will always be a core group who will focus on you, invest in you, and purchase from you; and it takes more than a few Tweets to activate larger and growing numbers of these people.</p>
<p>In terms of relationships (and I’ll write more about this in another post), I see social networks as changing our relationships in very significant ways, too.</p>
<h2>We know more, and faster</h2>
<p>We have greater real-time updates of what people are doing- this can help us understand them better, in ‘micro-slices’ because we see how and where they are investing their time and energy. We can read profile pages and learn new things about people we know and love. Of course, the greater access to knowledge also increases the rate of and rapidity of communication, which can sometimes leave us scattered and unfocused because we have too much information coming in at once.</p>
<p>It is easier to ’shadow’ key people in our lives (or people we want to know), we can more easily “social engineer” meetings and connections. We might find it easier to make small talk, because we already know something about the person from his/her blog or podcast.</p>
<p>At the end of the day, social networks are useful for helping us find others like us– but do not trump the immediacy and benefits of real-time, real-life conversation. It is easy to be seduced into thinking that everyone in your social network is paying attention to you, all the time, but that is most likely not the case.</p>
<h2>Who pays most attention to you?</h2>
<p>The people who pay most attention to you are going to be those who meet you in real life, spend time with you, or are referred by other people. In order to most fully benefit from social media, we need to focus on both online AND offline connections. This means that you build a network of people online, and also aim to meet them in real life as soon as you can. Similarly, you must also build a network of &#8220;in-town&#8221; connections who can provide a sounding board, direct referrals, or other kinds of &#8220;real life&#8221; assistance.</p>
<p>When you focus on building both online and offline networks, you&#8217;ll have the best of both social worlds.</p>
<p>What strategies do you use to maintain strong relationships online and offline? Please give us your best ideas below.</p>
<p>And, if you&#8217;d like to access my 21 lesson e-course on building influence in social media, you can do that here: <a href="http://www.mindsharecorp.com/go/buildinfluence">Build Influence e-course</a></p>
<hr /><div class="pbio">
<a href="http://www.mindsharecorp.com/blog/"><img class="biopic" src="http://website-in-a-weekend.net/wp-content/plugins/aaa-personal-plugin/images/rachna_jain_headshot_150px.jpg" align="right" /></a>
<a href="http://twitter.com/rachnajain">Rachna Jain</a> is the amazingly energetic entrepreneur driving 
<a href="http://www.mindsharecorp.com/blog/">Social Media Marketing Strategies</a>, 
where you will find in-depth discussion of the latest technology
and techniques in <a href="http://www.mindsharecorp.com/blog/">social media marketing</a>.
</div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-networks-changing-psychology%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-networks-changing-psychology%2F&amp;source=websiteweekend&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post from: <a href="http://website-in-a-weekend.net">Website In A Weekend</a><br/><br/><a href="http://website-in-a-weekend.net/building-community/social-networks-changing-psychology/">How Social Networks Are Changing Psychology</a></p>
<div class="shr-publisher-17783"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-networks-changing-psychology%2F' data-shr_title='How+Social+Networks+Are+Changing+Psychology'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwebsite-in-a-weekend.net%2Fbuilding-community%2Fsocial-networks-changing-psychology%2F' data-shr_title='How+Social+Networks+Are+Changing+Psychology'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://website-in-a-weekend.net/building-community/social-networks-changing-psychology/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
<enclosure url="http://website-in-a-weekend.net/wp-content/uploads/audio/howsocialnetworkschangingpsychology.mp3" length="5867021" type="audio/mpeg" />
		</item>
	</channel>
</rss>

