<?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>CleVR » Panoramic photography and image stitching blog &#187; Ajax</title>
	<atom:link href="http://www.clevr.com/blog/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clevr.com/blog</link>
	<description>Panoramic photography, virtual tours and stitching software</description>
	<lastBuildDate>Wed, 22 Jul 2009 18:24:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>We&#8217;re so two-point-oh: updated Stitcher. Tagging added to panoramas.</title>
		<link>http://www.clevr.com/blog/2007/were-so-two-point-oh-updated-stitcher-tagging-added-to-panoramas/</link>
		<comments>http://www.clevr.com/blog/2007/were-so-two-point-oh-updated-stitcher-tagging-added-to-panoramas/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 10:48:25 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CleVR]]></category>
		<category><![CDATA[panoramas]]></category>
		<category><![CDATA[Stitcher]]></category>
		<category><![CDATA[Stitching software]]></category>

		<guid isPermaLink="false">http://www.clevr.com/blog/2007/were-so-two-point-oh-updated-stitcher-tagging-added-to-panoramas/</guid>
		<description><![CDATA[Yup, another update to CleVR. Firstly, the AIR CleVR Stitcher has been updated again. We&#8217;ve also made it the primary Stitcher now. The Java version is still available, but we recommend everyone move to the AIR one now, as it&#8217;s a lot better. This version runs on Beta 2 of AIR, just released by Adobe. [...]]]></description>
			<content:encoded><![CDATA[<p>Yup, another update to CleVR. Firstly, the AIR <a href='stitcher'>CleVR Stitcher</a> has been updated again. We&#8217;ve also made it the primary Stitcher now. The Java version is still available, but we recommend everyone move to the AIR one now, as it&#8217;s a lot better. This version runs on Beta 2 of AIR, just released by Adobe. If you launch it from <a href='stitcher'>the stitcher page</a> and you&#8217;ve previously run the AIR Stitcher it will update your version of AIR automatically. The Stitcher has few updates from the last version, probably the most significant of which is a greatly improved uploading system. It&#8217;s a lot quicker.</p>
<p>Secondly, updates to CleVR.com. Following on from commenting, added at the weekend, we now have tagging. So Web 2.0! You can add tags to your panoramas, such as place names and so forth. Give it a go: you&#8217;ve find the button for it on your panorama pages if you&#8217;re logged-in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clevr.com/blog/2007/were-so-two-point-oh-updated-stitcher-tagging-added-to-panoramas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web apps on the desktop</title>
		<link>http://www.clevr.com/blog/2006/web-apps-on-the-desktop/</link>
		<comments>http://www.clevr.com/blog/2006/web-apps-on-the-desktop/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 12:52:23 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Apollo]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Stitcher]]></category>
		<category><![CDATA[Webstart]]></category>

		<guid isPermaLink="false">http://www.clevr.com/blog/2006/web-apps-on-the-desktop/</guid>
		<description><![CDATA[While CleVR is mostly web-based, the Stitcher has always needed to be a desktop app. This is for a number of reasons. Primarily it&#8217;s because it needs access to the local filesystem so that you can import your photos. Also, it is processor intensive, so runs best as a native app. However, it also needs [...]]]></description>
			<content:encoded><![CDATA[<p>While CleVR is mostly web-based, the Stitcher has always needed to be a desktop app. This is for a number of reasons. Primarily it&#8217;s because it needs access to the local filesystem so that you can import your photos. Also, it is processor intensive, so runs best as a native app. </p>
<p>However, it also needs to be tightly-integrated with the server, so that it can handle the uploading, authentication and similar. It also needs to be cross-platform, as we don;t have the resources to develop separate apps for Mac, Windows (and possibly Linux). The current system is pretty good &#8211; we use <a href="http://java.sun.com/products/javawebstart/">Java Webstart</a> which allows us to launch from the browser, while giving us the access we need to the filesystem and native libraries. However, I&#8217;ve never been totally happy with it, and am always looking for a better solution. Luckily, there seem to be some on the way.</p>
<p><span id="more-10"></span></p>
<p>The other day, I ran across <a href="http://huwebdev.blogspot.com/2006/07/great-news-from-apollo.html">Adobe Apollo</a>, which looks pretty damn cool. This is still in development, but will allow Flash, Javascript and HTML apps to be deployed on the desktop. That sounds a lot like CleVR to me. From first appearances, it seems to be a much more elegant system than Webstart (and the Java platform in general). The HTML renderer is <a href="http://webkit.org/blog/?p=74">based on WebKit</a>, which of course makes it even cooler.</p>
<p>This stuff seems to be becoming all the rage at the moment &#8211; Pulse Laser has <a href="http://schulzeandwebb.com/blog/2006/11/03/deploy-to-desktop/">a few more examples</a>. WebKit on Rails looks fun, though we don&#8217;t use Ruby here so it&#8217;s not massively relevant to us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clevr.com/blog/2006/web-apps-on-the-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

