<?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>The Business of Social Media Beyond Web 2.0 &#187; Web Strategy</title>
	<atom:link href="http://webtechman.com/blog/category/web-strategy/feed/" rel="self" type="application/rss+xml" />
	<link>http://webtechman.com/blog</link>
	<description>The future of Social Media, getting back to the basics</description>
	<lastBuildDate>Wed, 01 Feb 2012 13:12:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Recipes for Avoiding Spaghetti Code</title>
		<link>http://webtechman.com/blog/2009/12/04/recipes-for-avoiding-spaghetti-code/</link>
		<comments>http://webtechman.com/blog/2009/12/04/recipes-for-avoiding-spaghetti-code/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 21:19:08 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Best-Practices]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Guidelines]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=700</guid>
		<description><![CDATA[Recipes for Avoiding Spaghetti Code: Best Practices &#038; Guidelines for developers &#038; designers.  The visual term "Spaghetti Code" comes from unstructured code, usually created by junior developers, which is difficult to extend and time consuming to maintain.  Developers &#038; Designers can adopt Best Practices early to create Guidelines that will increase development time and decrease cost. <a href="http://webtechman.com/blog/2009/12/04/recipes-for-avoiding-spaghetti-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Best Practices &amp; Guidelines for Developers &amp; Designers</h1>
<div id="attachment_701" class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/hipperspective/3898251574/"><img class="size-full wp-image-701" title="spaghettiByhipperspectiveOnFlickr" src="http://webtechman.com/blog/wp-content/uploads/spaghettiByhipperspectiveOnFlickr.jpg" alt="spaghettiByhipperspectiveOnFlickr" width="500" height="334" /></a><p class="wp-caption-text">spaghettiByhipperspectiveOnFlickr</p></div>
<p>Recipes for Avoiding Spaghetti Code: Best Practices &amp; Guidelines for developers &amp; designers.  The visual term &#8220;<a href="http://en.wikipedia.org/wiki/Spaghetti_code" target="_blank">Spaghetti Code</a>&#8221; comes from unstructured code, usually created by junior developers, which is difficult to extend and time consuming to maintain.  Developers &amp; Designers can adopt Best Practices early to create Guidelines that will increase development time and decrease cost.</p>
<h2>Best Practices for Speeding Up Your Web Site</h2>
<p>The Exceptional Yahoo Performance team has identified a number of best practices for making web pages fast. The list includes 34 best practices divided into 7 categories.  [<a href="http://developer.yahoo.com/performance/rules.html" target="_blank">Learn More</a>]</p>
<div id="attachment_703" class="wp-caption alignnone" style="width: 509px"><a href="http://developer.yahoo.com/performance/rules.html"><img class="size-medium wp-image-703" title="Best Practices for Speeding Up Your Web Site by Yahoo" src="http://webtechman.com/blog/wp-content/uploads/Picture-28-300x83.png" alt="Best Practices for Speeding Up Your Web Site by Yahoo" width="499" height="138" /></a><p class="wp-caption-text">Best Practices for Speeding Up Your Web Site by Yahoo</p></div>
<p><a href="http://developer.yahoo.com/performance/rules.html" target="_blank">http://developer.yahoo.com/performance/rules.html</a></p>
<h2>Yahoo! Design Pattern Library</h2>
<p>This Yahoo library shares user interface patterns with the web design and development community. Yahoo has 50 patterns today and more on the way. [<a href="http://developer.yahoo.com/ypatterns/" target="_blank">Learn More</a>]</p>
<p><a href="http://developer.yahoo.com/ypatterns/"><img class="alignnone size-medium wp-image-702" title="Yahoo! Design Pattern Library" src="http://webtechman.com/blog/wp-content/uploads/Picture-27-300x107.png" alt="Yahoo! Design Pattern Library" width="498" height="176" /></a></p>
<p><a href="http://developer.yahoo.com/ypatterns/" target="_blank">http://developer.yahoo.com/ypatterns/</a></p>
<h2>PEAR Coding Standards (including Docblock Comments)</h2>
<p>The source code of PEAR packages are read by thousands of people. Also, it is likely other people will become developers on your package at some point in the future. Therefore, it is important to make life easier for everyone by formatting the code and docblocks in standardized ways. People can then quickly find the information they are looking for because it is in the expected location. [<a href="http://pear.php.net/manual/en/standards.sample.php" target="_blank">Learn More</a>]</p>
<div id="attachment_705" class="wp-caption alignnone" style="width: 508px"><a href="http://pear.php.net/manual/en/standards.sample.php"><img class="size-medium wp-image-705" title="PEAR Coding Standards (including Docblock Comments)" src="http://webtechman.com/blog/wp-content/uploads/Picture-29-300x139.png" alt="PEAR Coding Standards (including Docblock Comments)" width="498" height="230" /></a><p class="wp-caption-text">PEAR Coding Standards (including Docblock Comments)</p></div>
<p><a href="http://pear.php.net/manual/en/standards.sample.php" target="_blank">http://pear.php.net/manual/en/standards.sample.php</a></p>
<h2>Zend Programmer&#8217;s Reference Guide</h2>
<p>Coding standards are important in any development project, but they are particularly important when many developers are working on the same project. Coding standards help ensure that the code is high quality, has fewer bugs, and can be easily maintained. [<a href="http://framework.zend.com/manual/en/coding-standard.html" target="_blank">Learn More</a>]</p>
<div id="attachment_706" class="wp-caption alignnone" style="width: 509px"><a href="http://framework.zend.com/manual/en/coding-standard.html"><img class="size-medium wp-image-706" title="Zend Programmer's Guide" src="http://webtechman.com/blog/wp-content/uploads/Picture-30-300x100.png" alt="Zend Programmer's Guide" width="499" height="166" /></a><p class="wp-caption-text">Zend Programmer&#39;s Guide</p></div>
<p><a href="http://framework.zend.com/manual/en/coding-standard.html" target="_blank">http://framework.zend.com/manual/en/coding-standard.html</a></p>
<h2>W3C Markup Validation Service</h2>
<p>This W3C validator checks the          <a title="What is markup validation?" href="http://validator.w3.org/docs/help.html#validation_basics">markup validity</a> of Web documents in HTML, XHTML, SMIL, MathML, etc. [<a href="http://validator.w3.org/" target="_blank">Learn More</a>]</p>
<div id="attachment_707" class="wp-caption alignnone" style="width: 510px"><a href="http://validator.w3.org/"><img class="size-medium wp-image-707" title="W3C Markup Validation Service" src="http://webtechman.com/blog/wp-content/uploads/Picture-311-300x116.png" alt="W3C Markup Validation Service" width="500" height="193" /></a><p class="wp-caption-text">W3C Markup Validation Service</p></div>
<p><a href="http://validator.w3.org/" target="_blank">http://validator.w3.org/</a></p>
<h2>Avoiding Spaghetti Code &amp; the Mess That Can Follow</h2>
<p>These are my five favorite resources to help avoid &#8220;Spaghetti Code&#8221;.  There are plenty more resources available on the web, I hope you find these helpful.  I am thinking more about Ravioli (encapsulated code) and Lasagna (modular code with logic layers).  I hope to find the time to write about this, but I would also like to hear <strong>your thoughts</strong> on code development &#8220;Best Practices&#8221; &amp; Guidelines.</p>
<div id="attachment_708" class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/oddharmonic/2235491197/"><img class="size-full wp-image-708" title="spaghettiMessByoddharmonicOnFlckr" src="http://webtechman.com/blog/wp-content/uploads/spaghettiMessByoddharmonicOnFlckr.jpg" alt="spaghettiMessByoddharmonicOnFlckr" width="500" height="375" /></a><p class="wp-caption-text">spaghettiMessByoddharmonicOnFlckr</p></div>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2009/12/04/recipes-for-avoiding-spaghetti-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tim Berners-Lee on the next Web #TED Talk</title>
		<link>http://webtechman.com/blog/2009/11/18/tim-berners-lee-on-the-next-web-ted-talk/</link>
		<comments>http://webtechman.com/blog/2009/11/18/tim-berners-lee-on-the-next-web-ted-talk/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:06:32 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=674</guid>
		<description><![CDATA[Linked Data by Tim Berners-Lee Tim Berners-Lee &#8212; Linked Data TED 2009 Conference Presentation Linked data will transform &#8220;Hits&#8221; to &#8220;Results&#8221;.  See the full presentation slides here. The Semantic Web isn&#8217;t just about putting data on the web. It is &#8230; <a href="http://webtechman.com/blog/2009/11/18/tim-berners-lee-on-the-next-web-ted-talk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Linked Data by Tim Berners-Lee</h1>
<p><img class="alignnone size-full wp-image-675" title="Picture 11" src="http://webtechman.com/blog/wp-content/uploads/Picture-11.png" alt="Picture 11" width="600" height="433" /></p>
<h2>Tim Berners-Lee &#8212; Linked Data TED 2009 Conference Presentation</h2>
<p>Linked data will transform &#8220;Hits&#8221; to &#8220;Results&#8221;.  <a href="http://www.w3.org/2009/Talks/0204-ted-tbl/#(1)" target="_blank">See the full presentation slides here</a>.</p>
<p>The Semantic Web isn&#8217;t just about putting data on the web. <strong>It       is about making links</strong>, so that a person or machine can       explore the web of data.  With linked data, when you       have some of it, you can find other, related, data. <a href="http://www.w3.org/DesignIssues/LinkedData.html" target="_blank">Read More</a></p>
<h2>#TED Talk Tim Berners-Lee on the next Web</h2>
<p>20 years ago, Tim Berners-Lee invented the World Wide Web. For his next project, he&#8217;s building a web for open, linked data that could do for numbers what the Web did for words, pictures, video: unlock our data and reframe the way we use it together. <a href="http://www.ted.com/talks/tim_berners_lee_on_the_next_web.html" target="_blank">Link</a><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="446" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/TimBerners-Lee_2009-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/TimBerners-Lee-2009.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=484&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=tim_berners_lee_on_the_next_web;year=2009;theme=what_s_next_in_tech;event=TED2009;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/dynamic/TimBerners-Lee_2009-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/TimBerners-Lee-2009.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=484&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=tim_berners_lee_on_the_next_web;year=2009;theme=what_s_next_in_tech;event=TED2009;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" bgcolor="#ffffff" wmode="transparent" allowfullscreen="true"></embed></object></p>
<p>You can also follow Sir Tim Berners-Lee on Twitter <a href="http://twitter.com/Timberners_lee" target="_blank">@Timberners_lee</a></p>
<h2>Advance the Web. Empower People.</h2>
<div id="attachment_676" class="wp-caption alignnone" style="width: 549px"><a href="http://www.webfoundation.org/"><img class="size-full wp-image-676" title="WWW Foundation" src="http://webtechman.com/blog/wp-content/uploads/Picture-12.png" alt="WWW Foundation" width="539" height="275" /></a><p class="wp-caption-text">WWW Foundation</p></div>
<p>Take a look at Tim&#8217;s new project &#8220;<a href="http://www.webfoundation.org/" target="_blank">World Wide Web Foundation</a>&#8221;</p>
<p>Tim Berners-Lee, inventor of the Web, the World Wide Web Foundation is an international, not-for-profit organization that leads transformative programs to advance the Web as a medium that empowers people to bring about positive change. Learn more here <a href="http://www.webfoundation.org/" target="_blank">http://www.webfoundation.org/</a> Follow this project on Twitter <a href="http://twitter.com/webfoundation" target="_blank">@webfoundation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2009/11/18/tim-berners-lee-on-the-next-web-ted-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did You Miss These Key Strategies &amp; Tips From The Last Web 2.0 Summit?</title>
		<link>http://webtechman.com/blog/2009/05/15/did-you-miss-these-key-strategies-tips-from-the-last-web-20-summit/</link>
		<comments>http://webtechman.com/blog/2009/05/15/did-you-miss-these-key-strategies-tips-from-the-last-web-20-summit/#comments</comments>
		<pubDate>Fri, 15 May 2009 11:25:11 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Gov 2.0]]></category>
		<category><![CDATA[Government 2.0]]></category>
		<category><![CDATA[Platforms]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=302</guid>
		<description><![CDATA[Look At What These Great Minds Shared At The Web 2.0 Summit I&#8217;m so excited about attending Web 2.0 Summit 2009, but more on that later.  I want to share some of these amazing conversations from the Web 2.0 Summit &#8230; <a href="http://webtechman.com/blog/2009/05/15/did-you-miss-these-key-strategies-tips-from-the-last-web-20-summit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Look At What These Great Minds Shared At The Web 2.0 Summit</h1>
<p>I&#8217;m so excited about attending Web 2.0 Summit 2009, but more on that later.  I want to share some of these amazing conversations from the Web 2.0 Summit 2008 with you.  Have you ever asked yourself what is the web really about?  How does Social Media work and what does it mean to me?  How does Web 2.0 impact the world?  Can we use the web to solve real world issues?  What&#8217;s next?</p>
<h2>Web 2.0 Summit 2009</h2>
<p>I am fortunate enough to work for a company that believes understanding the future of technology is important.  I will be attending the Web 2.0 Summit 2009 thanks to <a href="http://boozallen.com">Booz Allen Hamilton</a>.  This event will gather the greatest thought leaders from around  the world for engaging conversations about how to put the power of this platform we call the web to work for positive change.  Understanding this platform&#8217;s core philosophies of collective intelligence, openness, &amp; transparency will lead us into new business models and into a new era.  I hope to see you there!</p>
<p><a href="http://www.web2summit.com/web2009">Get more details about and register for the Web 2.0 Summit 2009 here.</a></p>
<h2>Web 2.0 Summit 2008</h2>
<p>The theme for the Web 2.0 summit 2008 was &#8220;Web Meets World&#8221;.  A lot of the conversation was about how the web is reshaping the fabric of society.  Tim O&#8217;Reilly through O&#8217;Reilly Media has been gracious enough to share many of these conversations in video format.  You can also subscribe to these video through iTunes.  I have many of these video on my iPhone and enjoy watching them as I&#8217;m standing in line or just need to get my geek fix on the go.  I have included a few video here, but I encourage you to visit the Web 2.0 Summit 2008 site for videos, images, reviews, &amp;  much more information from these great thinkers.  When using Apple iTunes to subscribe and download these videos to your iPod, iTouch, or iPhone, be sure to check out the one that discusses the difference between user genterated content and collective intelligence (my favorite).</p>
<h2>Web 2.0 Summit: Social Media Behaviors by Isaac Mao (Social Brain Foundation)</h2>
<p>The Social Media fabric is woven with Web 1.0 and Web 2.0 to form collaborative media.  Listen to this quick talk about &#8220;Sharisum&#8221; and micro-content.  The explosion of connections, contents, and social filtering are explored as we move through media industry changes.<br />
<object width="420" height="298" data="http://blip.tv/play/gfIU2P4OhZlM" type="application/x-shockwave-flash"><param name="src" value="http://blip.tv/play/gfIU2P4OhZlM" /><param name="allowfullscreen" value="true" /></object></p>
<h2>Web 2.0 Summit: Cloud Computing &#8211; The Future Web</h2>
<p>Cloud computing, an optimized delivery channel for offering software and infrastructure as a service.  The cloud model creates many very exciting opportunities.<br />
<object width="420" height="298" data="http://blip.tv/play/gfIU2OghhZlM" type="application/x-shockwave-flash"><param name="src" value="http://blip.tv/play/gfIU2OghhZlM" /><param name="allowfullscreen" value="true" /></object></p>
<h2>Web 2.0 Summit: The Platform Advantage</h2>
<p>See and hear what the leaders from Google, Microsoft, Facebook, MySpace, and Slide have to say about the platform advantage.  Stimulating new economics from the explosive growth of business models around platform services.  The &#8220;Open Web&#8221; is re-defining &#8220;Innovation&#8221;.   I believe we should increase our awareness of the internet is a platform as we move forward with our information architecture.</p>
<p><object width="420" height="298" data="http://blip.tv/play/gfIU2OkhhZlM" type="application/x-shockwave-flash"><param name="src" value="http://blip.tv/play/gfIU2OkhhZlM" /><param name="allowfullscreen" value="true" /></object></p>
<h2>Web 2.0 Summit: Web 3.0 Semantic Web &#8211; Intelligent Applications</h2>
<p>Leaders from Radar Networks, Powerset, Metaweb discuss how new technologies use relationships to organize information.</p>
<p><object width="420" height="298" data="http://blip.tv/play/gfIUm64thZlM" type="application/x-shockwave-flash"><param name="src" value="http://blip.tv/play/gfIUm64thZlM" /><param name="allowfullscreen" value="true" /></object></p>
<h2>Web 2.0 Summit: Internet &amp; Tech Trends by Mary Meeker</h2>
<p><object width="420" height="298" data="http://blip.tv/play/gfIU2PwchZlM" type="application/x-shockwave-flash"><param name="src" value="http://blip.tv/play/gfIU2PwchZlM" /><param name="allowfullscreen" value="true" /></object></p>
<p>Reviewing this information reminded me of a previous post about <a href="http://webtechman.com/blog/2008/12/06/web-20-a-strategy-guide-by-amy-shuen/">Web 2.0: A Strategy Guide by Amy Shuen</a>, take a look.</p>
<p><a href="http://www.web2summit.com/web2009">Get more details about and register for the Web 2.0 Summit 2009 here.</a></p>
<ol>
<li>Are you attending Web 2.0 Summit 2009?</li>
<li>Have you attended a previous Web 2.0 Summit?</li>
<li>What are your tips for attendees?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2009/05/15/did-you-miss-these-key-strategies-tips-from-the-last-web-20-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHAT YOU NEED TO KNOW ABOUT DESIGNING FOR THE SOCIAL WEB AND ENTERPRISE 2.0 SOLUTIONS</title>
		<link>http://webtechman.com/blog/2009/02/10/what-you-need-to-know-about-designing-for-the-social-web-and-enterprise-20-solutions/</link>
		<comments>http://webtechman.com/blog/2009/02/10/what-you-need-to-know-about-designing-for-the-social-web-and-enterprise-20-solutions/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 02:55:31 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=174</guid>
		<description><![CDATA[A quick video &#038; 3 intelligent presentations about Social Media Design A few posts back we talked about that amazing book by Joshua Porter, titled: Designing for the Social Web. If you are thinking about designing anything around social media, &#8230; <a href="http://webtechman.com/blog/2009/02/10/what-you-need-to-know-about-designing-for-the-social-web-and-enterprise-20-solutions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>A quick video &#038; 3 intelligent presentations about Social Media Design</h1>
<p>A few posts back we talked about that amazing book by Joshua Porter, titled: Designing for the Social Web.  If you are thinking about designing anything around social media, then I strongly recommend reading Joshua&#8217;s book.  You can learn more about that here <a target="_blank" href="http://webtechman.com/blog/2009/01/12/learn-the-secrets-of-a-successful-enterprise-20-social-media-project/">Learn the secrets of a SUCCESSFUL Enterprise 2.0 Social Media project</a>.
</p>
<p>I have found this information very helpful &#038; insightful, I hope it can help you too.</p>
<h2>JOSHUA PORTER: BUILDING SOCIAL MEDIA WEB SITES, SXSW 2008</h2>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/LkC9pSLokEo&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LkC9pSLokEo&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<h2>DESIGN FOR COMMUNITY IN SOCIAL MEDIA</h2>
<div style="width:425px;text-align:left" id="__ss_619955"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/bokardo/designing-for-community-presentation?type=presentation" title="Designing For Community">Designing For Community</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=designingforcommunityslideshare-1222436966502446-8&#038;stripped_title=designing-for-community-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=designingforcommunityslideshare-1222436966502446-8&#038;stripped_title=designing-for-community-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/bokardo">Joshua Porter</a>. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/community">community</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/web2-0expo">web2.0expo</a>)</div>
</div>
<h2>SOCIAL MEDIA AND DESIGNING FOR SIGN-UP</h2>
<div style="width:425px;text-align:left" id="__ss_619887"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/bokardo/designing-for-sign-up-presentation?type=presentation" title="Designing For Sign Up">Designing For Sign Up</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=designingforsignupslideshareedition-1222435120614215-8&#038;stripped_title=designing-for-sign-up-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=designingforsignupslideshareedition-1222435120614215-8&#038;stripped_title=designing-for-sign-up-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/bokardo">Joshua Porter</a>. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/interface-design">interface-design</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/sign-up">sign-up</a>)</div>
</div>
<h2>LEVERAGING COGNITIVE BIAS IN SOCIAL DESIGN</h2>
<div style="width:425px;text-align:left" id="__ss_611249"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/bokardo/leveraging-cognitive-bias-in-social-design-presentation?type=powerpoint" title="Leveraging Cognitive Bias in Social Design">Leveraging Cognitive Bias in Social Design</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=leveragingcognitivebias-1222081547553853-9&#038;stripped_title=leveraging-cognitive-bias-in-social-design-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=leveragingcognitivebias-1222081547553853-9&#038;stripped_title=leveraging-cognitive-bias-in-social-design-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/bokardo">Joshua Porter</a>. (tags: <a style="text-decoration:underline;" href="http://slideshare.net/tag/dconstruct08">dconstruct08</a> <a style="text-decoration:underline;" href="http://slideshare.net/tag/interface-design">interface-design</a>)</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2009/02/10/what-you-need-to-know-about-designing-for-the-social-web-and-enterprise-20-solutions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 5 Strategy Resources for Enterprise 2.0 with Web 2.0</title>
		<link>http://webtechman.com/blog/2009/01/16/top-5-strategy-resources-for-enterprise-20-with-web-20/</link>
		<comments>http://webtechman.com/blog/2009/01/16/top-5-strategy-resources-for-enterprise-20-with-web-20/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 06:29:01 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Fav Five Friday]]></category>
		<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[Government 2.0]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=138</guid>
		<description><![CDATA[Fav Five Friday: Strategy Resources for Enterprise 2.0 with Web 2.0 There are so many resources for Social Media Strategy and Enterprise 2.0. This is especially true when we are trying to find quality information about technology strategies after the &#8230; <a href="http://webtechman.com/blog/2009/01/16/top-5-strategy-resources-for-enterprise-20-with-web-20/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Fav Five Friday: Strategy Resources for Enterprise 2.0 with Web 2.0</h1>
<p>There are so many resources for Social Media Strategy and Enterprise 2.0.  This is especially true when we are trying to find quality information about technology strategies after the hype sets in about these technologies.  It seems like everyone has something to say about Social Media, Enterprise 2.0 E2.0, Web 2.0, and even Government 2.0 Gov2.0 these days.</p>
<p>You may be a little busy with your day and find it difficult to keep up on these web strategy trends about social media.  You may have a couple of other things going on that keep you from learning how to implement Enterprise 2.0 Solutions or how to incorporate Web 2.0 features into your social platform to increase the Collective Intelligence of your Social Media Platform.</p>
<p>I&#8217;m rather busy every day too, but I am religious about reading my RSS Feeds.  I use Google Reader to subscribe to feeds of some of the best minds in our industry.  I just wanted to share some of my top picks with you here and if you know of others, please let me know.</p>
<h2>Top 5 Feeds for Tips on Enterprise 2.0 &#038; Web Strategy</h2>
<h3>Andrew P. McAfee</h3>
<p>I met Andrew P. McAfee several months ago and was impressed with his understanding about REAL WORLD Enterprise 2.0.  I am stalking him on Twitter and really appreciate all his activity in the Enterprise 2.0 (E2.0) world.<br />
<br /><a target="_blank" href="http://blog.hbs.edu/faculty/amcafee/index.php/faculty_amcafee_v3/rss_2.0/" >Subscribe to Andy&#8217;s Feed</a></p>
<h3>Jeremiah Owyang</h3>
<p>Jeremiah Owyang does a great job at delivering user and community needs, business goals, and web technology to craft and deliver long term successful web programs for companies.  I also recommend following him on Twitter.<br />
<br /><a target="_blank" href="http://feeds.feedburner.com/WebStrategyByJeremiah" >Subscribe to Jeremiah&#8217;s Feed</a></p>
<h3>Steve Radick</h3>
<p>I work with Steve, so I was thinking about not including him in this list, but his passion for Social Media especially in the Government 2.0 World is contagious.  Steve&#8217;s strong background in change management, strategic communications, and stakeholder engagement strategy and implementation along with all his relentless activity in the world of Social Media forced me to add him to this list.  I really believe that Steve never sleeps.  He is very connected into the Social Media Community and has a lot to say.  I dare you to follow him on Twitter.<br />
<br /><a target="_blank" href="http://feeds.feedburner.com/SocialMediaStrategery" >Subscribe to Steve&#8217;s Feed</a></p>
<h3>The Media 2.0 Workgroup</h3>
<p>The Media 2.0 Workgroup is a group of industry commentators, agitators and innovators who believe that the phenomena of democratic participation will change the face of media creation, distribution and consumption. Join the conversation&#8230;<br />
<br /><a target="_blank" href="http://feeds.feedburner.com/Media20Workgroup" >Subscribe to The Media 2.0 Workgroup Feed</a></p>
<h3>Intel 3.0</h3>
<p>The vision for this blog will be the intersection of research / intelligence and social media. Traditional media and traditional research methods are being supplanted by new analytic tools that focus on social media – blogs, discussion fora, social networking sites. Here, I’ll present and discuss the new research tools as they become available, and how traditional research methods are evolving to remain relevant in the advent of new media.<br />
<br /><a target="_blank" href="http://feeds.feedburner.com/newintelligence" >Subscribe to Intel 3.0 Feed</a></p>
<h3>I hope you subscribe to this site too!</h3>
<p><a target="_blank" href="http://feeds.feedburner.com/Tips-On-Enterprise-20-With-Web-20" >Subscribe to Tips on Enterprise 2.0 with Web 2.0 Feed</a><br />
<br /><a target="_blank" href="http://twitter.com/webtechman" >Follow me on Twitter</a></p>
<h2>What blogs do you subscribe to?</h2>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2009/01/16/top-5-strategy-resources-for-enterprise-20-with-web-20/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learn the secrets of a SUCCESSFUL Enterprise 2.0 Social Media project</title>
		<link>http://webtechman.com/blog/2009/01/12/learn-the-secrets-of-a-successful-enterprise-20-social-media-project/</link>
		<comments>http://webtechman.com/blog/2009/01/12/learn-the-secrets-of-a-successful-enterprise-20-social-media-project/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 00:55:04 +0000</pubDate>
		<dc:creator>Daniel Hudson</dc:creator>
				<category><![CDATA[Enterprise 2.0]]></category>
		<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://webtechman.com/blog/?p=128</guid>
		<description><![CDATA[Hey, a Social Media book with NO CODE! LOVE IT! The strategy for a SUCCESSFUL social web project is CLEARLY explained in &#8220;designing for the social web&#8221;. Joshua Porter did a great job in each and every part of this &#8230; <a href="http://webtechman.com/blog/2009/01/12/learn-the-secrets-of-a-successful-enterprise-20-social-media-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Hey, a Social Media book with NO CODE!  LOVE IT!</h1>
<h3>The strategy for a SUCCESSFUL social web project is CLEARLY explained in &#8220;designing for the social web&#8221;.</h3>
<p><a href="http://www.amazon.com/gp/product/0321534921?ie=UTF8&#038;tag=highlevelmedi-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0321534921"><img border="0" src="http://webtechman.com/blog/wp-content/uploads/designing-for-the-social-web_.jpg"></a><img src="http://www.assoc-amazon.com/e/ir?t=highlevelmedi-20&#038;l=as2&#038;o=1&#038;a=0321534921" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><script type="text/javascript" src="http://www.assoc-amazon.com/s/link-enhancer?tag=highlevelmedi-20&#038;o=1">
</script><br />
<noscript><br />
    <img src="http://www.assoc-amazon.com/s/noscript?tag=highlevelmedi-20" alt="" /><br />
</noscript></p>
<p>Joshua Porter did a great job in each and every part of this book including colorful images to help convey key points so you can easily understand and create your successful social web strategy.</p>
<p>I work as a professional technology consultant and have been working the social web before it got all it&#8217;s cool buzz words. I&#8217;m sure you have heard them too, Web 2.0, AJAX, Rails, Social Media, E2.0, Enterprise 2.0, Gov2.0, Cloud Computing, &amp; many more. Next time you hear someone talking about Enterprise 2.0 (E2.0) or any other buzzword of the day, ask them what it means. &#8220;What is Enterprise 2.0?&#8221; If they start talking about ajax, sharepoint, php, or other technology, then ask someone else. Now, don&#8217;t get me wrong, I love all these buzz words, they help get all our hard work in the voice of mainstream media. The buzz &amp; hype of the social web force some things to market before they are ready or ever needed. This IS NOT the case with Designing for the Social Web. This book was carefully crafted for your enjoyment.</p>
<p>There are a lot of books, blogs, software, and other resources about the social web. Most of these are based on theory or focused a certain technology. Josh shares his expertise from the<strong> REAL WORLD</strong> with a focus on <strong>WHY</strong>! I hope you don&#8217;t make a mistake by not reading this book.</p>
<p><strong>Please invest the cost of a couple cups of coffee into yourself and read this book.</strong></p>
<p>Have you read this book?  Tell us what you think.</p>
<p><strong><a target="_blank" href="http://twitter.com/home?status=RT:+%40webtechman+Learn+the+secrets+of+a+SUCCESSFUL+Enterprise+2.0+Social+Media+project+http%3A%2F%2Ftinyurl.com%2FsocicalWeb">RETWEET THIS</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webtechman.com/blog/2009/01/12/learn-the-secrets-of-a-successful-enterprise-20-social-media-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

