<?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/"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss">

<channel>
	<title>The Strawberry Project &#187; facebook</title>
	<atom:link href="http://www.breadedcod.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.breadedcod.com</link>
	<description>The blog formerly known as The Strawberry Project</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:21:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3505</generator>
		<item>
		<title>Directions in 2008</title>
		<link>http://www.breadedcod.com/2008/01/01/directions-in-2008/</link>
		<comments>http://www.breadedcod.com/2008/01/01/directions-in-2008/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 12:41:01 +0000</pubDate>
		<dc:creator>breadedcod</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[New Year]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.breadedcod.com/2008/01/01/directions-in-2008/</guid>
		<description><![CDATA[OK, I&#8217;ve been a little slack on the posting front during the final quarter of 2007.  I think I was briefly distracted by the mass hypnosis generated by Facebook during the back end of summer, but events since then have left me feeling somewhat ambivalent...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>OK, I&#8217;ve been a little slack on the posting front during the final quarter of 2007.  I think I was briefly distracted by the mass hypnosis generated by Facebook during the back end of summer, but events since then have left me feeling somewhat ambivalent towards the whole FB scene.</p>
<p>As my FB usage has declined, the converse has been true of Twitter.  I&#8217;ve found that Twitter has become my most-used asynchronous  messaging platform, replacing direct SMS and email in one go.   The only issue on the horizon seems to be the amount of downtime that the service has had in 2007, which has been increasing.</p>
<p>Anyway, I have a lot of retrospective writing/posting and some serious thought capturing to do right now, so I&#8217;d better crack on.</p>
<p>Happy New Year to all.</p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.breadedcod.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.breadedcod.com/2008/01/01/directions-in-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Gadgets Portlet for Websphere</title>
		<link>http://www.breadedcod.com/2007/05/07/google-gadgets-portlet-for-websphere/</link>
		<comments>http://www.breadedcod.com/2007/05/07/google-gadgets-portlet-for-websphere/#comments</comments>
		<pubDate>Mon, 07 May 2007 20:22:57 +0000</pubDate>
		<dc:creator>breadedcod</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Portal]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[jsr 168]]></category>
		<category><![CDATA[saviour]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://www.breadedcod.com/2007/05/07/google-gadgets-portlet-for-websphere/</guid>
		<description><![CDATA[IBM have finally released the portlet for consuming Google Gadgets and services within Websphere that I mentioned way back at Lotusphere. IBM Portlet for Google Gadgets is a JSR 168 portlet that allows enterprise portal users to integrate Google Gadgets for web pages with their...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>IBM have finally released the <a href="http://catalog.lotus.com/portal?NavCode=1WP1001AJ" title="IBM Portlet for Google Gadgets" target="_blank">portlet</a> for consuming <a href="http://www.google.com/ig/directory?synd=open&amp;cat=all" title="Google Gadgets For Your Webpage" target="_blank">Google Gadgets</a> and services within Websphere that I mentioned way back at Lotusphere.</p>
<blockquote><p>IBM Portlet for Google Gadgets is a JSR 168 portlet that allows enterprise portal users to integrate Google Gadgets for web pages with their portal pages. Google Gadgets for web pages are remotely accessible services that provide access to online content and applications designed to be aggregated into the context of a web page. These include language translators, maps, YouTube videos, and Wikipedia.</p>
<p>Using IBM Portlet for Google Gadgets with appropriate access rights, users can search and select a Google Gadget from the available set of thousands of Google Gadgets for their portal pages and modify the settings of the selected gadget as per their preferences. Additionally, users can specify the number of gadgets to be displayed per page while selecting a gadget.</p></blockquote>
<p>Reasons we may want to use it in the near future:</p>
<p>User-owned integration of stuff like: Facebook; <strike>MySpace</strike>; Digg; Del.icio.us etc.</p>
<p>Might save reading the Facebook API documentation for a while.</p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.breadedcod.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.breadedcod.com/2007/05/07/google-gadgets-portlet-for-websphere/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More on Connections</title>
		<link>http://www.breadedcod.com/2007/01/26/60/</link>
		<comments>http://www.breadedcod.com/2007/01/26/60/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 09:49:44 +0000</pubDate>
		<dc:creator>breadedcod</dc:creator>
				<category><![CDATA[Portal]]></category>
		<category><![CDATA[ACM]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Collaboration Tools]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Information Management]]></category>
		<category><![CDATA[people_finder]]></category>
		<category><![CDATA[profiles]]></category>
		<category><![CDATA[watson_research]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://www.breadedcod.com/2007/01/26/60/</guid>
		<description><![CDATA[There are 5 themes in the Lotus Connections product suite: Profiles Communities Dogear Activities Blog All of which are customisable, and all &#8211; in the spirit of Creature Comforts &#8211; very turn off and onable. We know this because only the invited great and good...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>There are 5 themes in the Lotus Connections product suite:</p>
<ul>
<li>Profiles</li>
<li>Communities</li>
<li>Dogear</li>
<li>Activities</li>
<li>Blog</li>
</ul>
<p>All of which are customisable, and all &#8211; in the spirit of Creature Comforts &#8211; very turn off and onable.  We know this because only the invited great and good have access to the Blog component on the special Lotusphere pre-beta we&#8217;ve been invited to use.  This is partly because I suspect that setting up a pre-beta for 7500 users has potential issues for the folks having to admin the temporary Domino and Connections servers down here in Orlando.</p>
<p><strong>Profiles</strong></p>
<p>OK, we&#8217;ve been talking about this at work for some time and have a project underway at the moment that is looking to provide something similar for a partial coverage of our staff.  We&#8217;ve hung back from developing significant applications to deliver and drive the profiles precisely becuase we were expecting something along the lines of the profiles module to be delivered sometime soon.  IBM have made considerable noise about their own internal use of &#8216;Blue Pages&#8217; as a &#8216;People Finder&#8217; on steroids.</p>
<p><strong>Communities</strong></p>
<p>Communities alows folks tocreate ad-hoc groups based around subjects they are interested in.  All taggable &#8211; just like Facebook / Bebo Groups etc., but for grown-ups <img src='http://www.breadedcod.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Dogear</strong></p>
<p>I&#8217;ve talked about Dogear previously, when it was standalone as an internal alphaworks product at Watson Research Lab, and refered to by the ACM.  Dogear is basically del.icio.us for the Enterprise, but is well embedded with the other areas of Connections, particularly with&#8230;</p>
<p><strong>Activities</strong></p>
<p>Right, now this <strong>*is*</strong> new (well, sort of &#8211; you could argue that it&#8217;s an extension of a Task List paradigm, but that would be doing a particular disservice to this piece of functionality).</p>
<p>The one issue I need to get to the bottom of here with some of the Lotus folk is where Activities fits with Websphere Process Server.</p>
<p>&#8230;</p>
<p>OK.  had a chat with them, and it seems that we are talking ad-hoc activities here, not formal business methods.  I think I can find a way of differentiating between the two when we need to present this out to people.</p>
<p><strong>Blogs</strong></p>
<p>Shouldn&#8217;t really need any explanation really.</p>
<p>So the potential of Connections is pretty huge for businesses prepared to invest in the improved Notes / Domino / Connections environment.  We&#8217;ve seen countless demos of how seamlessly they all integrate and can be used to organise work.  It all looks good.</p>
<!-- PHP 5.x --><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.breadedcod.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.breadedcod.com/2007/01/26/60/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.breadedcod.com @ 2010-07-30 15:40:37 -->