<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: mashup* event, BT, London</title>
	<atom:link href="http://blogs.talis.com/nodalities/2007/02/mashup_event_bt_london.php/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.talis.com/nodalities/2007/02/mashup_event_bt_london.php</link>
	<description>From Semantic Web to Web of Data</description>
	<lastBuildDate>Mon, 23 May 2011 13:28:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lal</title>
		<link>http://blogs.talis.com/nodalities/2007/02/mashup_event_bt_london.php/comment-page-1#comment-49</link>
		<dc:creator>Lal</dc:creator>
		<pubDate>Fri, 30 Mar 2007 17:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/nodalities/archives/2007/02/mashup-event-bt-london.php#comment-49</guid>
		<description>I think Mark&#039;s SideWinder has an interesting tool but comes up against many RIA appls out there (incl Apollo). Several of these already have traction and some with large companies behind them

His saving grace is his Xforms standards based toolset. However I think he&#039;d have more of a chance if it was open sourced and pushed as a viable alternative. He also needs to add on/off-line sync capability - without that u won&#039;t get the &#039;in the cloud&#039; appls.

Lal
</description>
		<content:encoded><![CDATA[<p>I think Mark&#8217;s SideWinder has an interesting tool but comes up against many RIA appls out there (incl Apollo). Several of these already have traction and some with large companies behind them</p>
<p>His saving grace is his Xforms standards based toolset. However I think he&#8217;d have more of a chance if it was open sourced and pushed as a viable alternative. He also needs to add on/off-line sync capability &#8211; without that u won&#8217;t get the &#8216;in the cloud&#8217; appls.</p>
<p>Lal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Birbeck</title>
		<link>http://blogs.talis.com/nodalities/2007/02/mashup_event_bt_london.php/comment-page-1#comment-47</link>
		<dc:creator>Mark Birbeck</dc:creator>
		<pubDate>Mon, 26 Feb 2007 10:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/nodalities/archives/2007/02/mashup-event-bt-london.php#comment-47</guid>
		<description>Hi Paul,

No...I really, really am getting at the fact that you can take a &quot;perfectly good web app&quot;, and give it an &lt;strong&gt;additional&lt;/strong&gt; interface. :)

To illustrate: you&#039;ve spent months creating a web-based accounts package that rivals Sage (for example); with Sidewinder you can give it the final twist by allowing it to run just as if it was a desktop application. It&#039;s light years from being an &#039;either/or&#039; proposition...we&#039;re saying that the &lt;strong&gt;exact same&lt;/strong&gt; mark-up and code that you used to create your online version, now works for your offline one. Take a look at the number of web-based applications that have an additional downloadable, installable component--Flickr, Picasa, Google Desktop, Yahoo! toolbars, and on, and on--and you&#039;ll see that this isn&#039;t a &#039;maybe one day&#039; feature, it&#039;s something that is needed now. But why fire up your C# compiler to produce a Flickr download manager? Why not just use the same HTML, script, XForms, or whatever that you used for the web version, and wrap it in a &#039;host&#039; that gives you features that are closer to the operating system: you could use system tray messages instead of alert boxes; you could queue up images to be sent to the server if the machine was off-line; you could use batch files to post the contents of a certain directory each night. The key point here is that you don&#039;t need to use a different language to write your application, provided that your HTML/XForms/script gets some beefier features than are normally available in a browser.

And not only does this make it easier and quicker to build applications, but it also lifts the constraint on applications that they need to be either web-based (and so run in a browser) or desktop based (and so written in Java or C#). Many applications &lt;em&gt;can&lt;/em&gt; be written with web technologies, but that doesn&#039;t mean they fit the &#039;browser&#039; paradigm. I&#039;m constantly pressing &#039;File &gt; Save&#039; on the browser menus when using Google Docs, for example!

All the best,

Mark
</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>No&#8230;I really, really am getting at the fact that you can take a &#8220;perfectly good web app&#8221;, and give it an <strong>additional</strong> interface. <img src='http://blogs.talis.com/nodalities/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>To illustrate: you&#8217;ve spent months creating a web-based accounts package that rivals Sage (for example); with Sidewinder you can give it the final twist by allowing it to run just as if it was a desktop application. It&#8217;s light years from being an &#8216;either/or&#8217; proposition&#8230;we&#8217;re saying that the <strong>exact same</strong> mark-up and code that you used to create your online version, now works for your offline one. Take a look at the number of web-based applications that have an additional downloadable, installable component&#8211;Flickr, Picasa, Google Desktop, Yahoo! toolbars, and on, and on&#8211;and you&#8217;ll see that this isn&#8217;t a &#8216;maybe one day&#8217; feature, it&#8217;s something that is needed now. But why fire up your C# compiler to produce a Flickr download manager? Why not just use the same HTML, script, XForms, or whatever that you used for the web version, and wrap it in a &#8216;host&#8217; that gives you features that are closer to the operating system: you could use system tray messages instead of alert boxes; you could queue up images to be sent to the server if the machine was off-line; you could use batch files to post the contents of a certain directory each night. The key point here is that you don&#8217;t need to use a different language to write your application, provided that your HTML/XForms/script gets some beefier features than are normally available in a browser.</p>
<p>And not only does this make it easier and quicker to build applications, but it also lifts the constraint on applications that they need to be either web-based (and so run in a browser) or desktop based (and so written in Java or C#). Many applications <em>can</em> be written with web technologies, but that doesn&#8217;t mean they fit the &#8216;browser&#8217; paradigm. I&#8217;m constantly pressing &#8216;File &gt; Save&#8217; on the browser menus when using Google Docs, for example!</p>
<p>All the best,</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Miller</title>
		<link>http://blogs.talis.com/nodalities/2007/02/mashup_event_bt_london.php/comment-page-1#comment-45</link>
		<dc:creator>Paul Miller</dc:creator>
		<pubDate>Mon, 26 Feb 2007 07:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/nodalities/archives/2007/02/mashup-event-bt-london.php#comment-45</guid>
		<description>Mark

thanks for the comments, and I&#039;ll follow the links you offered.

I do - before following your links - totally get and accept the &#039;rich internet applications&#039; space, and the bridging of the gap between the desktop and the cloud. However, I&#039;d always perceived the value as being the other way around; having our remaining desktop applications draw, transparently, upon the capabilities of remote data and services rather than taking perfectly good web apps and chaining them to the desktop.

However, maybe that was what you were actually getting at, and I should follow those links before engaging in any more thinking-out-loud...!

Paul
</description>
		<content:encoded><![CDATA[<p>Mark</p>
<p>thanks for the comments, and I&#8217;ll follow the links you offered.</p>
<p>I do &#8211; before following your links &#8211; totally get and accept the &#8216;rich internet applications&#8217; space, and the bridging of the gap between the desktop and the cloud. However, I&#8217;d always perceived the value as being the other way around; having our remaining desktop applications draw, transparently, upon the capabilities of remote data and services rather than taking perfectly good web apps and chaining them to the desktop.</p>
<p>However, maybe that was what you were actually getting at, and I should follow those links before engaging in any more thinking-out-loud&#8230;!</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Birbeck</title>
		<link>http://blogs.talis.com/nodalities/2007/02/mashup_event_bt_london.php/comment-page-1#comment-43</link>
		<dc:creator>Mark Birbeck</dc:creator>
		<pubDate>Sun, 25 Feb 2007 23:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/nodalities/archives/2007/02/mashup-event-bt-london.php#comment-43</guid>
		<description>Hi Paul,

You say:

&lt;blockquote&gt;Mark made much of its power to take applications in the cloud, and run them like desktop apps. Erm... why would I want to?&lt;/blockquote&gt;

I think I made the mistake of assuming that this was obvious. The web apps conference earlier in the week had a number of discussions about bridging the gap between the desktop and the web, and there are umpteen conferences on &#039;rich internet applications&#039; coming up that will be looking at the same subject matter. And so I foolishly took for granted that the audience at mashup* would think what I was describing was a good development. However, since you&#039;re certainly not the only person who has asked that question, I obviously judged wrongly. :(

Apologies for that, but the result is that I&#039;m going to try to write a better introduction to what Sidewinder does, and why.

In the meantime, over in the comments section of &lt;a href=&quot;http://www.flickr.com/photos/route79/399022944/&quot; rel=&quot;nofollow&quot;&gt;a photo of me&lt;/a&gt;, there is a short discussion on Sidewinder and Apollo that might help a little. (The thread of comments is not about the photo of me you&#039;ll be pleased to hear! It&#039;s just that the person who took the photo at the mashup* event, also made a reference to Sidewinder.)

Also, I hope you don&#039;t mind if I link to &lt;a href=&quot;http://internet-apps.blogspot.com/2007/02/mashup-punch-up-round-up.html&quot; rel=&quot;nofollow&quot;&gt;a post of mine that has a screenshot of the final demo I did&lt;/a&gt;, which may be of interest since there&#039;s an explanation of the components.

Thanks for the mention.

Mark
</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>You say:</p>
<blockquote><p>Mark made much of its power to take applications in the cloud, and run them like desktop apps. Erm&#8230; why would I want to?</p></blockquote>
<p>I think I made the mistake of assuming that this was obvious. The web apps conference earlier in the week had a number of discussions about bridging the gap between the desktop and the web, and there are umpteen conferences on &#8216;rich internet applications&#8217; coming up that will be looking at the same subject matter. And so I foolishly took for granted that the audience at mashup* would think what I was describing was a good development. However, since you&#8217;re certainly not the only person who has asked that question, I obviously judged wrongly. <img src='http://blogs.talis.com/nodalities/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Apologies for that, but the result is that I&#8217;m going to try to write a better introduction to what Sidewinder does, and why.</p>
<p>In the meantime, over in the comments section of <a href="http://www.flickr.com/photos/route79/399022944/" rel="nofollow">a photo of me</a>, there is a short discussion on Sidewinder and Apollo that might help a little. (The thread of comments is not about the photo of me you&#8217;ll be pleased to hear! It&#8217;s just that the person who took the photo at the mashup* event, also made a reference to Sidewinder.)</p>
<p>Also, I hope you don&#8217;t mind if I link to <a href="http://internet-apps.blogspot.com/2007/02/mashup-punch-up-round-up.html" rel="nofollow">a post of mine that has a screenshot of the final demo I did</a>, which may be of interest since there&#8217;s an explanation of the components.</p>
<p>Thanks for the mention.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Walsh</title>
		<link>http://blogs.talis.com/nodalities/2007/02/mashup_event_bt_london.php/comment-page-1#comment-41</link>
		<dc:creator>Paul Walsh</dc:creator>
		<pubDate>Fri, 23 Feb 2007 13:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/nodalities/archives/2007/02/mashup-event-bt-london.php#comment-41</guid>
		<description>Thanks Paul. I&#039;ve linked to you and ReadWrite/Web from my post.
</description>
		<content:encoded><![CDATA[<p>Thanks Paul. I&#8217;ve linked to you and ReadWrite/Web from my post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Segala</title>
		<link>http://blogs.talis.com/nodalities/2007/02/mashup_event_bt_london.php/comment-page-1#comment-51</link>
		<dc:creator>Segala</dc:creator>
		<pubDate>Fri, 23 Feb 2007 12:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/nodalities/archives/2007/02/mashup-event-bt-london.php#comment-51</guid>
		<description>&lt;strong&gt;London mashup* Semantic Web or Web 3.0?&lt;/strong&gt;

Thanks to an invitation from Vecosys, I gave a keynote presentation at last night&#8217;s mashup * event.
It was held at BT&#8217;s astounding conference centre, which possibly has the best conference facilities I&#8217;ve seen. It was fully equipped w...
</description>
		<content:encoded><![CDATA[<p><strong>London mashup* Semantic Web or Web 3.0?</strong></p>
<p>Thanks to an invitation from Vecosys, I gave a keynote presentation at last night&#8217;s mashup * event.<br />
It was held at BT&#8217;s astounding conference centre, which possibly has the best conference facilities I&#8217;ve seen. It was fully equipped w&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Sethi</title>
		<link>http://blogs.talis.com/nodalities/2007/02/mashup_event_bt_london.php/comment-page-1#comment-39</link>
		<dc:creator>Sam Sethi</dc:creator>
		<pubDate>Fri, 23 Feb 2007 01:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.talis.com/nodalities/archives/2007/02/mashup-event-bt-london.php#comment-39</guid>
		<description>Thanks Paul.  I really hope it was worth the long journey.  Great post will link it to Vecosys tomorrow.
</description>
		<content:encoded><![CDATA[<p>Thanks Paul.  I really hope it was worth the long journey.  Great post will link it to Vecosys tomorrow.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

