<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>binaryplex.com</title>
	
	<link>http://binaryplex.com</link>
	<description>The often random thoughts of an Eclectic Architect, Enterprise Technologist, Coffee Addict &amp; Social Media Junkie</description>
	<pubDate>Tue, 11 Nov 2008 04:52:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/binaryplex" type="application/rss+xml" /><item>
		<title>Lotus Connections: Embedding a person card lookup in a blog post</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/449150995/</link>
		<comments>http://binaryplex.com/2008/11/11/lotus-connections-embedding-a-person-card-lookup-in-a-blog-post/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 04:52:42 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=107</guid>
		<description><![CDATA[One thing that our Connections users have asked it that they would like to include a reference to a specific persons profile from a blog posting.  This is possible to do, although it&#8217;s not completely straight forward.  I&#8217;ve shown two solutions to this problem.
In both cases, you&#8217;ll need the persons &#8220;profile key&#8221; which looks like [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that our Connections users have asked it that they would like to include a reference to a specific persons profile from a blog posting.  This is possible to do, although it&#8217;s not completely straight forward.  I&#8217;ve shown two solutions to this problem.</p>
<div class="entryContentContainer">In both cases, you&#8217;ll need the persons &#8220;profile key&#8221; which looks like this /profiles/html/profileView.do?key=91f00240-1f17-4b18-a767-9c813a2def4c&amp;lang=en.  You&#8217;ll also find it easiest to use two browser sessions (or two browser tabs) to do this, one for your blog post, the other for searching and finding the information you need.  To find the profile key, open profiles, search for the person you want to find then <span style="font-weight: bold;">right-click</span> on their name and <span style="font-weight: bold;">open the link in a new window</span>.  The address in the browser URL bar should be the profile key.  When you need the key, you&#8217;ll copy everything after the name of the connections server (everything from /profiles to the end of the URL) and you are ready to edit</p>
<p>There are two types of links you can create.  The first is a simple HTML link which will take you to the persons profile. For example clicking on the name below will take you to my profile (well it would if the profile server existed!).</p>
<p><a href="/about">Tim Bull</a></p>
<p>To do this, simply copy the following and paste it in HTML mode (click on the &lt;H&gt; on the edit menu bar while in edit mode).  Paste the profile link / key as described in the paragraph above to replace the profile key in the example, then change the name of the person (in this case replace &#8220;Tim Bull&#8221; with who ever you are linking to).  I&#8217;ve <span style="font-weight: bold;">bolded</span> what you&#8217;ll need to change.</p>
<p>&lt;a href=&#8221;<span style="font-weight: bold;">/profiles/html/profileView.do?key=91f00240-1f17-4b18-a767-9c813a2def4c&amp;amp;lang=en</span>&#8220;&gt;<span style="font-weight: bold;">Tim Bull</span>&lt;/a&gt;</p>
<p>The second linking option is slightly more complicated.  In this case we are going to include a link that enables the person card popup as well.  This requires pasting a small amount of Java Script in to the HTML.  It will give a link as follows.  Note this doesn&#8217;t work in here (because this is wordpress), but if you&#8217;re familiar with Connections you&#8217;ll know exactly what I mean - I should include a picture but I&#8217;m a bit time pressed at the moment - in connections, howevering over the name will show a link to &#8220;Click here to view the business card&#8221;:</p>
<p><span class="vcard"><a class="fn person lotusPerson hasHover" href="/about">Tim Bull</a><span class="email" style="display: none;">tim.bull@fake.email.com</span></span></p>
<p>To do this, copy the code below, as before, paste it into your blog posting in HTML mode and edit the HREF (profiles key), the text of the name and the e-mail address of the person.</p>
<p>&lt;span class=&#8221;vcard&#8221;&gt;&lt;a class=&#8221;fn person lotusPerson&#8221; href=&#8221;<span style="font-weight: bold;">/profiles/html/profileView.do?key=91f00240-1f17-4b18-a767-9c813a2def4c&amp;lang=en</span>&#8220;&gt;<span style="font-weight: bold;">Tim Bull</span>&lt;/a&gt;&lt;span<br />
class=&#8221;email&#8221; style=&#8221;display: none;&#8221;&gt;<span style="font-weight: bold;">tim.bull@fake.email.com</span>&lt;/span&gt;&lt;/span&gt;</p>
<p>One last note, this will ONLY work within Connections.  It is possible to do the same thing and link from any other web site, but there are a number of java libraries that need to be loaded to give the business card popup that I haven&#8217;t referenced as these are already loaded within the context of the Connections Blog.  The other trick is that this may not work with your Connections site if the rich embedding functionality is turned off (which it is by default to prevent x-site scripting issues).  The IBM reference with samples for doing this from other web-sites is <a title="Deploying Lotus Connections: Embedding with other systems" href="http://www.ibm.com/developerworks/lotus/library/connections-deploy-pt6/" target="_blank">here.</a></p>
<p>The other thing you&#8217;ll notice is my HREF examples link to the profile of the user, if you look at the links in Connections, you&#8217;ll see the pop-up is implemented in a variety of ways which you can emulate, for example, within the context of Blogs, clicking on the persons name will take you to their blog, in DogEar, to their bookmarks etc.  The principles are exactly the same, this should be all you need to get started.</p></div>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/449150995" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/11/11/lotus-connections-embedding-a-person-card-lookup-in-a-blog-post/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/11/11/lotus-connections-embedding-a-person-card-lookup-in-a-blog-post/</feedburner:origLink></item>
		<item>
		<title>Integration points for Lotus Connections</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/448059292/</link>
		<comments>http://binaryplex.com/2008/11/10/integration-points-for-lotus-connections/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 05:14:30 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Enterprise]]></category>

		<category><![CDATA[IBM]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[lotus connections integration]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=101</guid>
		<description><![CDATA[I&#8217;m working with Lotus Connections at the moment and looking at the various integration points it has to other systems.  I thought it might be useful to summarise the ones I&#8217;ve found here - if you know what to look for a quick Google search will find the links although I can add them in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working with Lotus Connections at the moment and looking at the various integration points it has to other systems.  I thought it might be useful to summarise the ones I&#8217;ve found here - if you know what to look for a quick Google search will find the links although I can add them in if people request it.</p>
<p>I found a lot of great posts about Connections summarising that &#8220;it now integrates with Feature / Product X&#8221;, but nothing in the one place I could refer to.</p>
<p>Hopefully you find this useful and of course if anyone has feedback on integration points for Lotus Connections that I&#8217;ve missed then please feel free to add them in the comments.</p>
<div class="entryContentContainer"><strong><span style="text-decoration: underline;">Person Information (Enterprise Directory, Notes Databases, Relational Databases etc.).</span></strong></p>
<p>The Tivoli Directory Integrator (TDI) which has a limited license within Lotus Connections, is a very capable integration tool that can pull information from a number of different profile sources to consolidate information into the Profile component of Connections.  This is an essential integration to limit the amount of re-keying that users will have to do.  Challenges in designing this integration are how much information, what sources and what update support is required (ie. what flows in and potentially back out of Connections).</p>
<p><strong><span style="text-decoration: underline;">LDAP Sources</span></strong></p>
<p>Lotus Connections can authenticate against a number of different LDAP sources for authentication.</p>
<p><strong><span style="text-decoration: underline;">SameTime</span></strong></p>
<p>There are a couple of different integration possible with Lotus Sametime.</p>
<ol>
<li>Lotus Connections can be presence enabled and the person card enabled to initiate a chat directly using SameTime (very useful when using Profiles to locate an expert, you can then just initiate a SameTime conversation right there).</li>
<li>You can extend Lotus Sametime to integrate with Connections so that within the Sametime client you could initiate a group chat with all people in the same group as the user based on their Report To structure in Connections.</li>
</ol>
<p>Many of these features require SameTime 8.0 so some care is needed to work out which are practical in the environment - you&#8217;ll need the latest versions of Sametime installed in some cases.</p>
<p><strong><span style="text-decoration: underline;">Google Gadgets / Widgets</span></strong></p>
<p>The iWidget standard used to display the content on the HomePage is open and new Widgets are deployable by administrators.  One documented configuration is to wrap Google Gadgets as iWidgets so these are available on the Home Page.  You can also write your own custom iWidgets to access and consolidate other content.  The challenge is to work out what makes sense in the context of a social-networking site and not trying to deploy Lotus Connections as another Portal solution.</p>
<p><span style="text-decoration: underline;"><strong>Blackberry</strong></span></p>
<p>There are two blackberry clients available. One for DogEar which enables BlackBerry users to access DogEar bookmarks on the go.  The second (more useful in my opinion) client is the Profiles client which will let you search for and access a persons profile card.  Calls can be initiated directly from this card.  From the documentation it appears that no specific components are required (beyond the Blackberry Client and access to the internal Connections server) so administrators don&#8217;t need to deploy any content on the Blackberry Enterprise Server to make this work.</p>
<p>The downside is that Activities, Communities and Blogs are only accessible via the internal Blackberry browser which is a sub-optimal experience.</p>
<p><strong><span style="text-decoration: underline;">Quickr</span></strong></p>
<p>Lotus Quickr and Connections have a number of different integration points, for example feeds of content from Connections can be consumed into Quickr and the Connections Person card can replace the Quickr person card.  With Connections 2.01 there are also:</p>
<ul>
<li>Quickr integration with Activities - Push-button publication from an Activity into one of your Quickr Places for permanent document storage</li>
<li>Quickr integration with Communities - Allows communities to use Quickr as their content repository and document collaboration platform<em>. </em></li>
</ul>
<p><strong><span style="text-decoration: underline;"><br />
Lotus Notes 7</span></strong></p>
<p>There is an extension that can be loaded for Lotus Notes 7 which provides access to Activities and allows you to store e-mail as an Activity, as well as the ability to DogEar a Lotus document or database directly into DogEar.</p>
<p><strong><span style="text-decoration: underline;">Lotus Notes 8</span></strong></p>
<p>Notes 8 provides much of the same, but with the standard client you can access the functionality from the Sidebar which more user friendly.</p>
<p><strong><span style="text-decoration: underline;">Lotus Notes 8.5</span></strong></p>
<p>Although not released, this will extend the integrations even further &#8212; you will be able to offline an activity and integrate the activity into your calander.</p>
<p><strong><span style="text-decoration: underline;">Browser Support</span></strong></p>
<p>There is a button deployable into most browser (IE6+ and FF2+) which will allow you to DogEar URLs from web-sites you are visiting.  These bookmarks can be stored in DogEar, Activities, Communities and Blogs.</p>
<p><strong><span style="text-decoration: underline;">Websphere Portal</span></strong></p>
<p>There is a Lotus Connections Portlet to display the features of Connections within a Websphere Portal.</p>
<p><strong><span style="text-decoration: underline;">Microsoft Office and Windows Explorer</span></strong></p>
<p>There is a plug-in for Office and Explorer which lets you bring the Activities, Blogs, and Profiles features to your office applications, such as Microsoft Word, and to add files from Windows Explorer to an activity.</p>
<p><span style="text-decoration: underline;"><strong>Microsoft Outlook</strong></span></p>
<p>Post mail messages to Activities and access Connections Profiles from Outlook.</p>
<p><strong><span style="text-decoration: underline;">Confluence Wiki</span></strong></p>
<p>Integrate communities with a Confluence Wiki.</p>
<p><strong><span style="text-decoration: underline;">SocialText Wiki</span></strong></p>
<p>Integrate communities with a SocialText Wiki.</p>
<p><strong><span style="text-decoration: underline;">Virus Scanner</span></strong></p>
<p>Connections supports integration into a Virus Scanning server to ensure that files uploaded are scanned and virus free.</p>
<p>Some of these elements are documented and available here http://publib.boulder.ibm.com/infocenter/ltscnnct/v2r0/topic/com.ibm.lotus.connections.help/c_connectors_over.html</p></div>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/448059292" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/11/10/integration-points-for-lotus-connections/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/11/10/integration-points-for-lotus-connections/</feedburner:origLink></item>
		<item>
		<title>Browser wars heating up - which one is right for you?</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/381873691/</link>
		<comments>http://binaryplex.com/2008/09/03/browser-wars-heating-up-which-one-is-right-for-you/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 01:19:40 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Enterprise]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[browser]]></category>

		<category><![CDATA[chrome]]></category>

		<category><![CDATA[ff3]]></category>

		<category><![CDATA[ie8]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=94</guid>
		<description><![CDATA[Many of you will have seen Chrome released by Google yesterday which comes hot on the heels of Firefox 3 (FF3) coming out a couple of months ago and a week or two ago IE8 Beta 2 hit the streets.
The browser market has never been hotter and Web 2.0 is the reason why. More than [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you will have seen <a title="Google Chrome" href="http://www.google.com/chrome/index.html?hl=en&amp;brand=CHMI&amp;utm_source=en-et&amp;utm_medium=et&amp;utm_campaign=en" target="_blank">Chrome</a> released by Google yesterday which comes hot on the heels of <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox 3</a> (FF3) coming out a couple of months ago and a week or two ago <a href="http://www.microsoft.com/windows/internet-explorer/beta/" target="_blank">IE8 Beta 2</a> hit the streets.</p>
<p>The browser market has never been hotter and Web 2.0 is the reason why. More than ever the browser is now the delivery platform for applications rather than just static HTML. In the &#8220;old days&#8221; the browser didn&#8217;t matter - IE6 had a killer market share and most of your processing happened on the server anyway, so the browsers performance was less of an issue.</p>
<p>That&#8217;s changed. I actually posted on this here <a href="http://binaryplex.com/2008/05/19/re-factor-your-life-step-1/" target="_blank">back in May</a>  talking about the need for companies and individuals to actually start thinking about which browser they use and why.</p>
<p>Without getting to technical, one of the core elements of most web sites and what we know as a web 2.0 experience these days is JavaScript. All this means is that much of the processing on what an application does, the popups, the validation, the lookups etc. have been moved to the browser and run within the browser instead of the server. Logically then, the place to start in understanding how well a browser performs is understanding how fast it executes JavaScript.</p>
<p>So for those left-brained thinkers, here is some figures for comparison. They show the average speed each browser takes to execute a standard series of benchmark tests from <a href="http://webkit.org/perf/sunspider-0.9/sunspider-driver.html">http://webkit.org/perf/sunspider-0.9/sunspider-driver.html</a> over 10 iterations. They&#8217;ve all been tested on the same PC (mine) so they should be relative, your own mileage may vary but the relationship between the performance should stay the same.</p>
<p>Browser (Speed)<br />
IE8 Beta 2 (12,318ms)<br />
FF3 (4,473ms)<br />
Chrome (2,293ms).</p>
<p>Clearly Chrome is fastest (2X the speed of FF3) so I should just use Chrome, right?</p>
<p>Wrong. There is a lot more to it than that. To put some perspective on this, IE6 which is what many corporates still use benchmarks at around 60,000ms, so even IE8 Beta 2 is quite a bit faster.</p>
<p>The problem is that when your using a browser internally it&#8217;s probably controlled by IT, so you may not be able to change it. Even if you can, browser standards actually tend to cause lazy developers (why develop a site to support different browsers when you know that everyone uses IE6 and you can control that) which means lots of internal sites break with FF3 and Chrome.</p>
<p>IE6 was such a bad browser and broke so many standards that even Microsofts early official name for the IE8 backwards compatibility mode is &#8220;Quirks mode&#8221;!</p>
<p>So here&#8217;s where the difference comes in; all modern browsers (IE8, Chrome and FF3) now support the same standards and HTML to a much stricter degree than ever before so moving forwards, it&#8217;s highly likely that sites will work whichever browser you use, but in the internal world, you&#8217;ll undoubtably have sites that require older compatibility modes.</p>
<p>My solution to this is to use IE8 beta 2 for internal websites in general because of its excellent support for older style sites and its general robust compatibility. If you&#8217;re an average internet user and like low fuss options, IE8 has a lot going for it. Just be warned that you&#8217;ll likely run into internal IT support issues if you try deploy it inside the corporate firewall (for example, it wants to update Service Packs on Windows XP and some companies won&#8217;t be on SP3 yet).</p>
<p>For external sites I&#8217;m opting for Chrome - the raw speed and excitement, the new take on what a browser should behave and look like, and (the killer for me) the process seperation (each browser tab runs as a seperate process using seperate memory) means that bad applications in one tab won&#8217;t kill my performance. Ignoring the process bit, that&#8217;s my right-brain talking; it&#8217;s all about the look and feel and the internet looks and feels more exciting in Chrome <img src='http://binaryplex.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>As far as FF3 is concerned, it&#8217;s still a great browser but I&#8217;ve had shocking stability issues with it. Where FF3 wins hands down is in it&#8217;s Add-In market. If you&#8217;re a die hard browser and like lots of nifty productivity enhancements, then for now at least, FF3 is a better browser than Chrome.</p>
<p>Chrome adds a really interesting new dimension to the browser wars and I&#8217;m really interested to see where this goes. Hope this is of interest to you, happy browsing!</p>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/381873691" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/09/03/browser-wars-heating-up-which-one-is-right-for-you/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/09/03/browser-wars-heating-up-which-one-is-right-for-you/</feedburner:origLink></item>
		<item>
		<title>More on Social Networking for an outcome</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/371526111/</link>
		<comments>http://binaryplex.com/2008/08/22/more-on-social-networking-for-an-outcome/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 03:47:31 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ff3]]></category>

		<category><![CDATA[social-networking]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=92</guid>
		<description><![CDATA[Earlier this month I posted on how I used Twitter for a real business outcome, networking with Luis Benitez who I met through a shared interest in Lotus Connections.
Recently another examples of the power of Twitter occured that I thought I&#8217;d share.
There are many uses for Twitter (surprisingly many for something that only supports 140 [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier this month I <a href="http://binaryplex.com/2008/08/01/social-networking-to-produce-an-outcome/" target="_blank">posted </a>on how I used <a href="http://twitter.com/tbull001" target="_blank">Twitter</a> for a real business outcome, <a href="http://www.lbenitez.com/2008/08/who-says-social-networking-is-waste-of.html" target="_blank">networking with Luis Benitez </a>who I met through a shared interest in Lotus Connections.</p>
<p>Recently another examples of the power of Twitter occured that I thought I&#8217;d share.</p>
<p>There are many uses for Twitter (surprisingly many for something that only supports 140 characters), but one of them is kind of like the office water cooler – it&#8217;s for that off-the-cuff comment that you don&#8217;t neccessarily expect anyone to reply to, but you&#8217;re happy when they do.</p>
<p>Recently, I tweeted <a href="http://twitter.com/tbull001/statuses/878134393" target="_blank">&#8220;Is it just me, or is FF3 really unstable?&#8221;</a> FireFox (FF) 3 is currently my preferred browser and I use it for anything I can, only falling back to IE when some internal sites won&#8217;t support FF but it&#8217;s been very unstable and driving me nuts!</p>
<p>When I got up the following morning, I had the <a href="http://twitter.com/094459/statuses/881427846" target="_blank">following answer</a> from <a href="http://jroller.com/wasp/" target="_blank">Ricardo Sueiras</a> (who follows me) &#8220;yup, FF3 crashes for me on a daily basis.&#8221;</p>
<p>Now this isn&#8217;t THAT amazing, I mean Ricardo follows me, knows me in RL (Real Life) and also uses FF. However when I re-connected I received a Tweet direct from <a href="http://twitter.com/firefox_answers/statuses/879100558">@Firefox_Answers</a> &#8220;Firefox crashes can be from add-ons Try Safe Mode <span class="nobr"><a rel="nofollow" href="http://is.gd/PCw">http://is.gd/PCw<sup><img class="rendericon" src="http://wikiau.pwcinternal.com/images/icons/linkext7.gif" border="0" alt="" width="7" height="7" align="absmiddle" /></sup></a></span> If fixed, disable add-ons one by one to find the culprit&#8221;</p>
<p>When did you last feel that you were being listened to by a technology company (without paying huge support), and wouldn&#8217;t you love as a corporation in any industry to be able to turn the negative vibe of the water cooler into a positive experience for your brand? I&#8217;m impressed.</p>
<p>How do they do it? Well <a href="http://search.twitter.com" target="_blank">Twitter search</a> (formally summize) lets you search key words across all public conversations. It&#8217;s how I keep track of Lotus Connections and what&#8217;s happening out there and have made lots of useful contacts in IBM.</p>
<p>Unfortunately despite following all the advice, completely de-installing and re-installing, FF3 crashes multiple times a day and remains highly unstable for me personally, <a href="http://twitter.com/handly/statuses/880989724" target="_blank">although many others</a> don&#8217;t have my experience so I wouldn&#8217;t let it stop you trying it if you haven&#8217;t yet.</p>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/371526111" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/08/22/more-on-social-networking-for-an-outcome/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/08/22/more-on-social-networking-for-an-outcome/</feedburner:origLink></item>
		<item>
		<title>Refactor your life step 7 - Reach out</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/367725778/</link>
		<comments>http://binaryplex.com/2008/08/18/refactor-your-life-step-7-reach-out/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 02:52:47 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[refactor]]></category>

		<category><![CDATA[community]]></category>

		<category><![CDATA[digital life]]></category>

		<category><![CDATA[technorati]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=90</guid>
		<description><![CDATA[The purpose of life is to live it, to taste experience to the utmost, to reach out eagerly and without fear for newer and richer experience. Eleanor Roosevelt (1884 - 1962)
It&#8217;s been a little while since I&#8217;ve returned to this series, but with a few minutes to spare I thought I&#8217;d continue on refactoring your [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>The purpose of life is to live it, to taste experience to the utmost, to reach out eagerly and without fear for newer and richer experience. </em><strong>Eleanor Roosevelt (1884 - 1962)</strong></p></blockquote>
<p>It&#8217;s been a little while since I&#8217;ve returned to this series, but with a few minutes to spare I thought I&#8217;d continue on refactoring your digital life.  To recap, the steps so far are:</p>
<blockquote><p><a href="../2008/05/26/2008/05/19/re-factor-your-life-step-1/" target="_blank"><em>Step 1: Get a better browser</em></a></p>
<p><a href="../2008/05/26/2008/05/20/refactor-your-life-step-2-mail/" target="_blank"><em>Step 2: Explore your mail hosts options and consolidate your mail into fewer accounts</em></a></p>
<p><a href="../2008/05/26/2008/05/21/refactor-your-life-step-3-blogs/" target="_blank"><em>Step 3: Update your blog software and template</em></a></p>
<p><a href="../2008/05/22/refactor-your-life-step-4-be-you/" target="_blank"><em>S</em><em>tep 4: Be consistent and be you!</em></a></p>
<p><a href="http://binaryplex.com/2008/05/26/refactor-your-life-step-5-evolve/" target="_blank"><em>Step 5: Evolve your digital life</em></a></p>
<p><a title="Interoperate and connect" href="http://binaryplex.com/2008/05/28/refactor-step-6-interoperate/" target="_blank"><em>Step 6: Interoperate and connect</em></a></p></blockquote>
<p>What does all this mean? Well if you can&#8217;t be bothered re-reading all the posts, my steps towards digital re-factoring are essentially around updating your tools and your on-line identity.  Put yourself out there with your best foot forward and don&#8217;t be afraid to be you and use the best available tools to make your life easy.</p>
<p>At this point, much of what I&#8217;ve been suggesting has been internally focussed on streamlining your own identity and resources.  With this in place, you&#8217;re now ready for step 7; reach out and connect to new people.</p>
<p>There is no easy answer to the question &#8220;How do I build my online network?&#8221;.  Ultimately you need to figure out what works for you; still I have a few tips that you can explore.</p>
<ol>
<li>Join <a href="http://twitter.com" target="_blank">Twitter</a>, then use <a href="http://search.twitter.com" target="_blank">Twitter search</a>.  Twitter is an micr-blogging service which is a little confusing until you get the hang of it.  If you&#8217;re new to Twitter, I recommend that you set-up your account, download <a href="http://www.twhirl.org" target="_blank">Twhirl</a> (a good Twitter client that makes it a bit easier for a newbie user to get their head around Twitter) and start following people.  If you don&#8217;t know who to follow, then use the twitter search to look for things your interested in, then start joining the conversation; before you know it you&#8217;re part of a bigger community and participating in ongoing conversations.</li>
<li>Use a service like <a href="http://technorati.com" target="_blank">Technorati</a> to find other bloggers who are writing about things you&#8217;re interested in.  This can be a challenge (because you&#8217;ll be hit by a flood of content) but find a few interesting bloggers and again, join in the conversation by commenting on their blog and providing links back to your own.</li>
</ol>
<p>Let me know how you&#8217;re steps towards re-factoring your own digitial life are going and if there is anything in here of interest.</p>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/367725778" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/08/18/refactor-your-life-step-7-reach-out/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/08/18/refactor-your-life-step-7-reach-out/</feedburner:origLink></item>
		<item>
		<title>Social networking to produce an outcome</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/352078046/</link>
		<comments>http://binaryplex.com/2008/08/01/social-networking-to-produce-an-outcome/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 00:26:59 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Enterprise]]></category>

		<category><![CDATA[IBM]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=87</guid>
		<description><![CDATA[As I&#8217;ve matured through experience in the use of social media, I&#8217;m impressed by the number of times that this can be leveraged into supporting &#8220;real work&#8221;.  My most recent post (which I&#8217;ve created as a page so it stays retains relevance) on the 10 Principles for Enterprise Social Software Adoption is a great [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve matured through experience in the use of social media, I&#8217;m impressed by the number of times that this can be leveraged into supporting &#8220;real work&#8221;.  My most recent post (which I&#8217;ve created as a page so it stays retains relevance) on the <a href="http://binaryplex.com/10-principles-for-enterprise-social-software-adoption/">10 Principles for Enterprise Social Software Adoption</a> is a great example of this.</p>
<p>As a Twitter user, I&#8217;ve been tracking the usage of Lotus Connections and the buzz around it as approached its version 2.0 launch using Summize, (now <a href="http://search.twitter.com">Twitter Search</a>).  I set up a custom filter search which I shared with the community (through Twitter again) which let me <a href="http://search.twitter.com/search?q=+connections+dogear%2C+OR+lotus%2C+OR+activities%2C+OR+communities++-secretbear">monitor various tweets</a>.</p>
<p>A couple of things came together.  I tweeted about the fact I was working on the principles for Social Software adoption for my employer, and <a href="http://twitter.com/idonotes">@Idonotes</a> asked if I&#8217;d share which I was happy to do.</p>
<p>Through monitoring Twitter I also came to &#8220;know&#8221; at <a href="http://twitter.com/lbenitez">@lbenitez </a>, a passionate evangelist for Lotus Connections.  He tweeted about discussing principles for Lotus Connections and I shared the post I&#8217;d made on my blog <a href="http://binaryplex.com/2008/06/05/architectural-principles-for-enterprise-social-software/">here</a>.  Luis provided some feedback and so I took this on board and then we moved our collaboration into the real world, setting up a phone call and a discussion.</p>
<p>Luis took on the &#8220;job&#8221; of road testing these with his clients, while I shopped them around internally and on the blog.  As a result of this collaboration I think we&#8217;ve acheived a great outcome and one that demonstrates how social networking can help you produce an outcome.  I believe the new principles are now more sound than anything I&#8217;d of produced individually, my employer benefits, Luis has benefited and hopefully the community also benefits.</p>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/352078046" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/08/01/social-networking-to-produce-an-outcome/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/08/01/social-networking-to-produce-an-outcome/</feedburner:origLink></item>
		<item>
		<title>New editorial policy</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/344531820/</link>
		<comments>http://binaryplex.com/2008/07/24/new-editorial-policy/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 12:06:01 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[BinaryPlex]]></category>

		<category><![CDATA[editorial]]></category>

		<category><![CDATA[opinion]]></category>

		<category><![CDATA[policy]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=84</guid>
		<description><![CDATA[As some of you may know, I&#8217;ve been based in London on secondment for the last 10 1/2 months, this came to an end as at 29th July and I&#8217;ve since been relocating with my family back to Melbourne, Australia - my home town.
A combination of facts, including holidays, lots of house priorities and a [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you may know, I&#8217;ve been based in London on secondment for the last 10 1/2 months, this came to an end as at 29th July and I&#8217;ve since been relocating with my family back to Melbourne, Australia - my home town.</p>
<p>A combination of facts, including holidays, lots of house priorities and a lack of broadband at home for a couple of weeks has prevented me from blogging for a while.  Things are starting to settle and I think I&#8217;ll be back in business soon.</p>
<p>I have continued to participate in the community however and am taking a bigger interest in the Australian Web 2.0 community which is very active and has really matured in the 10 months I&#8217;ve been away. Either that, or maybe I&#8217;m just more in tune with it, I&#8217;m not sure.  In doing so I&#8217;ve engaged in some debates through comments on a couple of blogs, something which led to me being quoted on one blog as &#8220;Tim Bull from <em>my employer</em>&#8220;.</p>
<p>I&#8217;m not ashamed of my employer at all, I&#8217;m proud to work for them and if you want to check out my LinkedIn profile, they feature prominately.  However I have always had an implicit editorial policy that I never mention them, not least in part because ultimately the ideas expressed here are mine and don&#8217;t represent those of my employer.  Actually if I was found to be representing the view of my employer, that could be cause for an issue given what we do, so I&#8217;ve always kept the two things separate &#8212; my personal blog where I expound my own ideas and theories on things and participate in the community, and my professional profile which is me at work.</p>
<p>Consequently, I decided an implicit policy was not enough, so I&#8217;ve now written one which <a href="http://binaryplex.com/editorial-policy/" target="_blank">you can find here</a>.</p>
<p>It&#8217;s nothing special, but the time has come to make explicit the distinction between my professional opinion (although it may draw on my personal experience) and my personal opinion (although it may be shaped by my professional experience).</p>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/344531820" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/07/24/new-editorial-policy/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/07/24/new-editorial-policy/</feedburner:origLink></item>
		<item>
		<title>10 Architectural Principles for Enterprise Social Software - Take 2</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/311205298/</link>
		<comments>http://binaryplex.com/2008/06/14/10-architectural-principles-for-enterprise-social-software-take-2/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 15:03:12 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Enterprise]]></category>

		<category><![CDATA[architecture]]></category>

		<category><![CDATA[connections]]></category>

		<category><![CDATA[principles]]></category>

		<category><![CDATA[social software]]></category>

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=82</guid>
		<description><![CDATA[The first draft of the Architectural Principles for Enterprise Social Software was posted here. I invited feedback and was fortunate to get some comments from Luis Benitez, an IBM architect who deals with Lotus Connections who also then commented and expanded on these further in his own blog with a post 10 architectural principles for [...]]]></description>
			<content:encoded><![CDATA[<p>The first draft of the Architectural Principles for Enterprise Social Software was <a href="http://binaryplex.com/2008/06/05/architectural-principles-for-enterprise-social-software" target="_blank">posted here.</a> I invited feedback and was fortunate to get some comments from <a href="http://www.lbenitez.com/" target="_blank">Luis Benitez</a>, an IBM architect who deals with Lotus Connections who also then commented and expanded on these further in his own blog with a post <a href="http://socializeme.blogspot.com/2008/06/ten-architectural-principles-for-social.html" target="_blank">10 architectural principles for social software.</a> I&#8217;m going to carry the conversation one step further and refine them again now.</p>
<p>First, a little bit more background.  When we (myself and the team I work with) define architectural principles, one of the good pieces of guidance we use in drafting them, is that each principle must be able to be expressed as a counter argument. Why? Because this is something that guidance is therefore required on, and will generate a conversation with the business and help get to the root requirement.  If no conversation is required, then it&#8217;s probably not a principle (it&#8217;s more likely to be a fact).  The proviso I&#8217;d put around this is that one organisations &#8220;fact&#8221; will be another organisations &#8220;principle&#8221;, so you need to consider your requirements and if these principles here apply. For example, the Principle &#8220;Configuration not Customisation&#8221; does have a counter in our business where they would consider highly customising an off-the-shelf solution and have typically done so in the past, whereas in your business, it may not ever happen.</p>
<p>Applying this rule, I think that we can further refine two of Luis&#8217; principles into one, because at the moment, while they are sound, they are also (at least for our organisation) &#8220;fact&#8221;; i.e if Internationalisation was available, no-one would say &#8220;don&#8217;t do it&#8221;, and equally with the UI, no-one would say &#8220;lets design a complex UI that requires lots of training&#8221;.  So with that background, here are my 9 core principles from my original (7) and then Luis post (3 combined down to 2) plus a draft of a new one to bring the total to 10!</p>
<p>All this needs now is a review of a few eyes and I think a re-order perhaps to reflect importance a bit better.</p>
<p><span style="text-decoration: underline;">Principle 1:  Limit Social Software Data to Basic Security (Username/Password) Only</span></p>
<p>Rationale:  Social software is by it’s very nature social! While user security is important, information requiring complex, 2-Factor security solutions is generally not considered appropriate for how social software will be used.  In general, open read access is preferable.</p>
<p><span style="text-decoration: underline;">Principle 2: Social Software should use Authoritative Sources for relevant Information.</span></p>
<p>Rationale: Internally we store a lot of information about users, including their phone numbers, contact details etc., we shouldn’t require them to re-key this and it should be updated automatically.</p>
<p><span style="text-decoration: underline;">Principle 3: Simple Ubiquitous Online Access</span></p>
<p>Rationale: Social Software should be considered an online access solution (ie.  limited facility to access the information in an off-line capability), but access should be facilitated from multiple points, not just a browser.</p>
<p><span style="text-decoration: underline;">Principle 4: Global Sharing (largest number of users)<br />
</span></p>
<p>Rationale: The value of a trusted network dynamically increases with its size <span style="font-size: 10pt; font-family: "><a href="http://en.wikipedia.org/wiki/Metcalfe%27s_law">http://en.wikipedia.org/wiki/Metcalfe’s_law</a></span></p>
<p><span style="text-decoration: underline;">Principle 5: Modular, Highly Integrated Services</span></p>
<p>Rationale: Services should be designed to maximise simple re-use and allow users to mashup up modules to meet their specific requirements.  Common standards support is key to enable this.</p>
<p><span style="text-decoration: underline;">Principle 6: Configuration not Customisaton</span></p>
<p>Rationale: Social Software is rapidly evolving, we should only configure the software, not customise it t allow rapid roll-up to future versions and capabilities as these improve.</p>
<p><span style="text-decoration: underline;">Principle 7: Build for Rapid Growth</span></p>
<p>Rationale: Social Software is difficult to control and pilot, we should be prepared for a rapid uptake and changing usage patterns. Effectively this means build with added headroom above what you might normally size for a production system.</p>
<p><span style="text-decoration: underline;">Principle 8: By the People, For the People<br />
</span></p>
<p>Rationale: Social software is designed to be used by the people and for the people, we must be very clear on the aim and purpose of the system and remove barriers to adoption that prevent and hinder people sharing information with each other.  This includes promoting Internationalisation and Ease-Of-Use UI&#8217;s which facilitate easy use (no-one ever received training on LinkedIn).  The counter to this is that we have an Enterprise Centric Approach where the information and it&#8217;s use is driven and mandated by the Enterprise which is quite different in principle.   This is not saying Enterprise Information has no place, it does (see Principle 2), it just means that the Enterprise is not the end consumer of the information (it may be the benefactor), people are.</p>
<p><span style="text-decoration: underline;">Principle 9: No User Content Creation Work-Flow<br />
</span></p>
<p>Rationale: Social software solutions promote the sharing of information and activities, deriving value from the flow of this information through the eco-system. Approval processes hinder the value of this conversation, reducing the incentive to participate in the system.  Strong requirements for content-creation work-flow potentially suggest that either social software is the wrong solution for the business, or that the business is not yet culturally aligned with social software.</p>
<p><span style="text-decoration: underline;">Principle 10: People not Documents<br />
</span></p>
<p>Rationale: Social Software is about people connecting to people and discovering and carrying on a conversation. It&#8217;s not a document centric publishing and storage platform (although it may potentially extend to that if documents aid the conversation).</p>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/311205298" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/06/14/10-architectural-principles-for-enterprise-social-software-take-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/06/14/10-architectural-principles-for-enterprise-social-software-take-2/</feedburner:origLink></item>
		<item>
		<title>Location aware services coming of age</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/308262131/</link>
		<comments>http://binaryplex.com/2008/06/10/location-aware-services-coming-of-age/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 20:01:09 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[LBS]]></category>

		<category><![CDATA[Mobile]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[agps]]></category>

		<category><![CDATA[architecture]]></category>

		<category><![CDATA[brightkite]]></category>

		<category><![CDATA[dopplr]]></category>

		<category><![CDATA[gps]]></category>

		<category><![CDATA[integration]]></category>

		<category><![CDATA[location]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=81</guid>
		<description><![CDATA[Some of the earliest posts on this blog were about how powerful location aware services could be.  I spoke about Mobile Mashups and SOA, as well as Location Based Services (LBS) and AGPS and finally the value of Location (and how I thought it was relevant, but not quite sure what to do with it).  [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the earliest posts on this blog were about how powerful location aware services could be.  I spoke about <a href="http://binaryplex.com/2007/03/28/mobile-mashup-and-soa/" target="_blank">Mobile Mashups and SOA</a>, as well as <a href="http://binaryplex.com/category/mobile/" target="_blank">Location Based Services (LBS) and AGPS</a> and finally the value of <a href="http://binaryplex.com/2007/04/14/locate-me/" target="_blank">Location</a> (and how I thought it was relevant, but not quite sure what to do with it).  You&#8217;ll notice this is &#8220;so long ago&#8221; in Internet History (last year) that I refer to Touchstone, now called <a href="http://particls.com" target="_blank">Particls</a>.</p>
<p>So it&#8217;s with great interest that I can see some of the things I was blogging and thinking about beginning to become a reality.  I was a user of <a href="http://plazes.com" target="_blank">Plazes</a> for a while, but ultimately gave it up because to some extent <a href="http://binaryplex.com/2007/08/06/plazes-i-have-known/" target="_blank">I just didn&#8217;t get it</a> and I think having seen <a href="http://brightkite.com" target="_blank">BrightKite</a> now, it was missing the fine-grained access I needed to feel comfortable at that time (it may have it now I haven&#8217;t re-checked).</p>
<p>BrightKite is a very compelling and interesting service, provides reasonable privacy settings, but also links in to Twitter by default to set either your location or tweet it.  I&#8217;m going to see how it evolves, but I can see BrightKite becoming part of my tweeting in the future (especially when I get a new phone in the next couple of months).  It will potentially be my photo-log of where and what I&#8217;m doing, auto-feeding this in to Twitter as appropriate, while I&#8217;ll use Twitter directly through it&#8217;s various other clients for my 140 character tweets on the world and the community.</p>
<p>Another interesting feature of BrightKite is FireEagle. <a title="An Introduction to Fireeagle" href="http://www.pointbeing.net/weblog/2008/04/fire-eagle.html" target="_blank">FireEagle sounds like</a> it&#8217;s the DataPortability answer to Location Based Services, an open exchange for location information and the fact that a player like Yahoo is making a move in this space suggests we are at the cusp of big things to come.</p>
<p><a href="http://dopplr.com" target="_blank">Dopplr</a> also adds to the picture of location based services, although in this case Dopplr fulfills a &#8220;Where am I going&#8221; rather than a &#8220;Where am I&#8221; feature.</p>
<p>I speculated early on, that LBS would potentially be of use for the Enterprise, but I couldn&#8217;t quite touch on the use.  The big area I could see is staying in touch with the people who are part of your Enterprise as they move around, with BrightKite and it&#8217;s GEORSS feeds, Dopplr and it&#8217;s &#8220;where am I going to be&#8221; and services like FireEagle, I can see that in the next 6 - 12 months, this will start to become a reality.</p>
<p>To paraphrase myself from over twelve months ago:</p>
<blockquote><p>As Architects, understanding how location works and what location information is needed to tie the system together will be critical steps that can be taken now to ensure early mover advantage when it finally becomes a reality.</p></blockquote>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/308262131" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/06/10/location-aware-services-coming-of-age/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/06/10/location-aware-services-coming-of-age/</feedburner:origLink></item>
		<item>
		<title>Architectural Principles for Enterprise Social Software</title>
		<link>http://feeds.feedburner.com/~r/binaryplex/~3/304634635/</link>
		<comments>http://binaryplex.com/2008/06/05/architectural-principles-for-enterprise-social-software/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 15:48:00 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
		
		<category><![CDATA[Enterprise]]></category>

		<category><![CDATA[planning]]></category>

		<category><![CDATA[principles]]></category>

		<category><![CDATA[social software]]></category>

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://binaryplex.com/?p=80</guid>
		<description><![CDATA[We are considering implementing some Social Software so have drafted a series of Architectural Principles to help govern the planning for this.  I tweeted on this and was followed up by @IdoNotes
 asking if I was willing to share these, so here they are.  I&#8217;d really welcome any feedback, good bad or in-different, [...]]]></description>
			<content:encoded><![CDATA[<p>We are considering implementing some Social Software so have drafted a series of Architectural Principles to help govern the planning for this.  I tweeted on this and was followed up by <a href="http://twitter.com/idonotes" target="_blank">@IdoNotes<br />
</a> asking if I was willing to share these, so here they are.  I&#8217;d really welcome any feedback, good bad or in-different, particularly if you have implemented something similar internally.</p>
<p>I&#8217;ve removed a lot of the background information here and just shared the key points that are generally relevant (there are a couple of principles I&#8217;ve skipped which are just too specific to our circumstances).  There are also other more general architectural principles that we would under-pin these with, for example &#8220;Buy Not Build&#8221; but these are not included here.</p>
<p>Similar to these, there are some related business principles we&#8217;ve proposed for consideration that are not technical in focus, I&#8217;ll share these separately.</p>
<p><span style="text-decoration: underline;">Principle 1:  Limit Social Software Data to Basic Security (Username/Password) Only</span></p>
<p>Rationale:  Social software is by it&#8217;s very nature social! While user security is important, information requiring complex, 2-Factor security solutions is generally not considered appropriate for how social software will be used.  In general, open read access is preferable.</p>
<p><span style="text-decoration: underline;">Principle 2: Social Software should use Authoritative Sources for relevant Information.</span></p>
<p>Rationale: Internally we store a lot of information about users, including their phone numbers, contact details etc., we shouldn&#8217;t require them to re-key this and it should be updated automatically.</p>
<p><span style="text-decoration: underline;">Principle 3: Simple Ubiquitous Online Access</span></p>
<p>Rationale: Social Software should be considered an online access solution (ie.  limited facility to access the information in an off-line capability), but access should be facilitated from multiple points, not just a browser.</p>
<p><span style="text-decoration: underline;">Principle 4: Global Sharing (largest number of users)<br />
</span></p>
<p>Rationale: The value of a trusted network dynamically increases with its size <span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><a href="http://en.wikipedia.org/wiki/Metcalfe's_law">http://en.wikipedia.org/wiki/Metcalfe&#8217;s_law</a></span></p>
<p><span style="text-decoration: underline;">Principle 5: Modular, Highly Integrated Services</span></p>
<p>Rationale: Services should be designed to maximise simple re-use and allow users to mashup up modules to meet their specific requirements.  Common standards support is key to enable this.</p>
<p><span style="text-decoration: underline;">Principle 6: Configuration not Customisaton</span></p>
<p>Rationale: Social Software is rapidly evolving, we should only configure the software, not customise it t allow rapid roll-up to future versions and capabilities as these improve.</p>
<p><span style="text-decoration: underline;">Principle 7: Build for Rapid Growth</span></p>
<p>Rationale: Social Software is difficult to control and pilot, we should be prepared for a rapid uptake and changing usage patterns. Effectively this means build with added headroom above what you might normally size for a production system.</p>
<img src="http://feeds.feedburner.com/~r/binaryplex/~4/304634635" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://binaryplex.com/2008/06/05/architectural-principles-for-enterprise-social-software/feed/</wfw:commentRss>
		<feedburner:origLink>http://binaryplex.com/2008/06/05/architectural-principles-for-enterprise-social-software/</feedburner:origLink></item>
	</channel>
</rss>
