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

<channel>
	<title>The Company Blog</title>
	<atom:link href="http://blogs.incite.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.incite.com</link>
	<description>Focusing on the technology of Incite</description>
	<lastBuildDate>Thu, 21 Jan 2010 23:53:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blogs.incite.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8e1c5c46e6be3719cfbd317a39d95e2f?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Company Blog</title>
		<link>http://blogs.incite.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blogs.incite.com/osd.xml" title="The Company Blog" />
	<atom:link rel='hub' href='http://blogs.incite.com/?pushpress=hub'/>
		<item>
		<title>Eric the Amazonian</title>
		<link>http://blogs.incite.com/2010/01/22/eric-the-amazonian/</link>
		<comments>http://blogs.incite.com/2010/01/22/eric-the-amazonian/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 23:32:55 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[Careers]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=188</guid>
		<description><![CDATA[Recently we have been doing work with Amazon S3 for scalable storage of assets we use in some of our applications. These files have been sitting on SAN disks and served out via web servers. It&#8217;s high performance storage dedicated to mass file storage. In all there is around 18TB of data and billions of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=188&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Recently we have been doing work with Amazon S3 for scalable storage of assets we use in some of our applications. These files have been sitting on SAN disks and served out via web servers. It&#8217;s high performance storage dedicated to mass file storage. In all there is around 18TB of data and billions of files.</p>
<p>The inertia of moving these files to he cloud has been overcome by Amazons AWSImport. It&#8217;s a pretty simple concept, ship them a drive with your files and then have them import these files into Amazon S3 Buckets. It&#8217;s snail mail &#8211; at terabyte scale.</p>
<p>Firstly to cover the service, it&#8217;s simple and it works. If you grab <a href="https://addons.mozilla.org/en-US/firefox/addon/3247" target="_blank">S3Fox</a> and install it with Firefox the whole process can be done in the browser. Step 1 is to create a manifest.txt which is basically a set of attributes for the &#8216;job&#8217;. The manifest defines the destination bucket, device ID (we used the device serial number), access control and also where to ship the drive back to.</p>
<p>With the manifest file you email AWS Import with a subject line of &#8216;CREATE JOB&#8217; and the manifest.txt attached to the email. In generally less than a days time AWSImport comes back with a Job Number. You load this job number into S3FOX and you can create a SIGNATURE. Place the SIGNATURE on the hard drive you are sending to AWS and then ship it to the address. Very simple stuff.</p>
<p>Simple things still fail <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  As we were sending alot of drives to AWSImport there was one we (read I) mixed up the manifest.txt and SIGNATURE. Luckly AWSImport has a CHANGE JOB functionality. You can email AWSImport with the job id and subject line CHANGE JOB and you can apply new manifests and signatures to the job. This saves you having one shot at goal.</p>
<p>We also found the AWS team were flexible on modifications to manifests and import processing. A good example is we needed Content-Encoding set to gzip for all imported files (as the majority were gzipped) and then we wanted to use the API to change it for a subset of files later. Within about a couple of weeks the AWS team added <a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=33303&amp;tstart=0" target="_blank">setContentEncodingForGzFiles:Yes</a> attribute for manifest files (Thanks <a href="http://developer.amazonwebservices.com/connect/profile.jspa?userID=17237">Eric@AWS</a>).</p>
<p>We are based in Australia so when were last in the US some of the team went to Best Buy and bought a number of 1.5TB esata drives. This gave us the US power plugs that Amazon AWS required. The second mistake we made was forgetting to pack the power cord (duh!). Now this is where Amazon customer support starts to scare me with regards to how good it is. Put yourself in this situation with any online/offline company you deal with. You courier a drive to them for processing and you forgot to pack the power cable and they don&#8217;t have a converter. You then then get an email that looks like this.</p>
<p style="text-align:center;"><a href="http://inciteblogs.files.wordpress.com/2010/01/screen-shot-2010-01-22-at-9-42-26-am.png"><img class="size-full wp-image-189 aligncenter" title="Delayed Job" src="http://inciteblogs.files.wordpress.com/2010/01/screen-shot-2010-01-22-at-9-42-26-am.png?w=289&#038;h=90" alt="" width="289" height="90" /></a></p>
<p>&#8220;DELAYED JOB&#8221; &#8211; That&#8217;s not good. I was getting visions that the drive is coming back to me, I have lost cash on the courier and then lost time on the turn-around for getting data ready for production (worse than the cash). But then check out how Eric handles the situation.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2010/01/screen-shot-2010-01-22-at-9-44-47-am1.png"><img class="size-full wp-image-191 alignleft" title="Full Email from Eric" src="http://inciteblogs.files.wordpress.com/2010/01/screen-shot-2010-01-22-at-9-44-47-am1.png?w=585&#038;h=217" alt="" width="585" height="217" /></a></p>
<p>Very Classy. It&#8217;s like I am dealing with a supplier down the road and when we (not I <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) messed up instead of shooting me he saved me. I especially like &#8220;please let me know if this is unacceptable&#8221;. Eric even gives me the option if I don&#8217;t want to be saved!!</p>
<p>I wonder how any of the other cloud providers would have responded (even if they had a service similar to AWSImport)? I wonder how many of them have found employees like Eric.</p>
<p>These guys (through Eric) are killing it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=188&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2010/01/22/eric-the-amazonian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2010/01/screen-shot-2010-01-22-at-9-42-26-am.png" medium="image">
			<media:title type="html">Delayed Job</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2010/01/screen-shot-2010-01-22-at-9-44-47-am1.png" medium="image">
			<media:title type="html">Full Email from Eric</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s not you it&#8217;s me (Internet Explorer 6)</title>
		<link>http://blogs.incite.com/2009/11/05/its-not-you-its-me-internet-explorer-6/</link>
		<comments>http://blogs.incite.com/2009/11/05/its-not-you-its-me-internet-explorer-6/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 12:39:23 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Incite Keystone]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=164</guid>
		<description><![CDATA[When we designed and built Incite Keystone we were aware that Internet Explorer 6 accounted for around 30% of our users. Due to this we have spent a lot of time customising the user interface to make it IE6 compliant &#8211; a lot of time. It occupies our designers, our front-end development teams and also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=164&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>When we designed and built Incite Keystone we were aware that Internet Explorer 6 accounted for around 30% of our users. Due to this we have spent a lot of time customising the user interface to make it IE6 compliant &#8211; a lot of time. It occupies our designers, our front-end development teams and also our testers. <span style="text-decoration:underline;"><em><span style="text-decoration:none;">This week we made a decision to not actively support IE6 anymore and talk to our customers about reasons to upgrade to IE7, IE8 or Firefox.</span></em></span></p>
<p>I could discuss how old IE6 is (8 years!!) and how you don&#8217;t have any other software on your computer that is 8 years old. I could also discuss the numerous security/vulnerability issues in IE6 however this would probably be construed as spreading FUD (Fear, Uncertainty and Doubt). So instead of that I decided to try and present an argument based on straight speed. After all you&#8217;re the person using Incite Keystone all day. You more than anyone would understand that if you could reclaim some of your valuable time, that would be awesome.</p>
<p>So I looked back across our logs and decided to build a virtual machine that matched the majority of our users. Windows XP accounts for 76% of our users followed by Windows 7 (9%) and Windows Vista (8%). Yes the Windows 7 result is interesting. As for browsers IE7 makes up 46% of all browsers and IE6 accounts for 26% and IE8 18%. It is this 26% of our IE6 users that need the speed! We use javascript extensively as do all other Web 2.0 applications. So javascript execution speed is important for the overall speed of the Keystone application.</p>
<p>I built a Windows XP virtual machine with 512MB of RAM, 1 CPU, IE6 and Firefox 3.5.4 and tested the browsers against the <a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider-driver.html" target="_blank">Webkit Javascript Benchmark</a>. Follow the link to do some testing yourself and compare.</p>
<p>IE6/512MB RAM #1 - 72921.4ms</p>
<p>IE6/512MB RAM #2 &#8211; 65049.4ms</p>
<p>IE6/512MB RAM #3 &#8211; 77139.8ms</p>
<p>FF/512MB RAM #1 &#8211; 1167.8ms</p>
<p>FF/512MB RAM #2 &#8211; 1297.4ms</p>
<p>FF/512MB RAM #3 &#8211; 1177.4ms</p>
<div>The results look unbelievable but that is the difference 8 years makes! For the sake of argument let&#8217;s take the best result for IE6 (65,049.4ms) and compare it to the worse result of Firefox (1297.4ms). The result is IE6 is <strong>50.1 times slower</strong> than Firefox on the same hardware.</div>
<div>
<div><strong><a href="http://inciteblogs.files.wordpress.com/2009/11/screen-shot-2009-11-05-at-10-10-01-pm1.png"><img class="aligncenter size-full wp-image-177" title="IE6 50.1 times slower than Firefox" src="http://inciteblogs.files.wordpress.com/2009/11/screen-shot-2009-11-05-at-10-10-01-pm1.png?w=450&#038;h=277" alt="IE6 50.1 times slower than Firefox" width="450" height="277" /></a><br />
</strong></div>
</div>
<p>Bank some daily time savings and move away from IE6, but should you move to IE7 or IE8?</p>
<p>When I tested IE7 and IE8 they were 1.39 times faster (46902.0ms) and 12.1 times (5383.6ms) faster than IE6 (respectively). But note still not even close to Firefox. When you compare FF to IE8 it is 4.15 times faster.</p>
<p>When I say we won&#8217;t be actively supporting IE6 it doesn&#8217;t mean we will try and break things, just that we won&#8217;t be testing IE6 against Keystone release versions from now on &#8211; so mileage may vary. However despite this I think this blog post alone and your own testing will prove to you that it is time to break up with IE6 and move on.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=164&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2009/11/05/its-not-you-its-me-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/11/screen-shot-2009-11-05-at-10-10-01-pm1.png" medium="image">
			<media:title type="html">IE6 50.1 times slower than Firefox</media:title>
		</media:content>
	</item>
		<item>
		<title>Toolbox Drag and Drop Upload</title>
		<link>http://blogs.incite.com/2009/09/24/toolbox-drag-and-drop-upload/</link>
		<comments>http://blogs.incite.com/2009/09/24/toolbox-drag-and-drop-upload/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 10:17:37 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[Incite Toolbox]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=152</guid>
		<description><![CDATA[We were going to wait a couple of weeks but drag and drop upload is so cool it deserved a deploy and a blog entry. If you are happy to install the Yahoo Browser Plus plugin, when you login to Toolbox the page will be enabled with a drag and drop zone. Drag and drop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=152&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>We were going to wait a couple of weeks but drag and drop upload is so cool it deserved a deploy and a blog entry. If you are happy to install the <a href="http://browserplus.yahoo.com/" target="_blank">Yahoo Browser Plus</a> plugin, when you login to <a href="http://toolbox.incite.com" target="_blank">Toolbox </a>the page will be enabled with a drag and drop zone.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/09/drag-and-drop-zone.png"><img class="aligncenter size-medium wp-image-153" title="Drag and Drop Zone" src="http://inciteblogs.files.wordpress.com/2009/09/drag-and-drop-zone.png?w=300&#038;h=153" alt="Drag and Drop Zone" width="300" height="153" /></a></p>
<p>Drag and drop some files into the area and they will automatically start uploading to Toolbox. It&#8217;s a subtle touch allowing <a href="http://toolbox.incite.com" target="_blank">Toolbox</a> to operate more like a desktop application.</p>
<p>Once again if you like it let us know on Twitter @incite_toolbox and if you want to see it in action check out the <a href="http://www.youtube.com/watch?v=2lJCOEl6Jh" target="_blank">video</a>.</p>
<p><span style="text-align:center; display: block;"><a href="http://blogs.incite.com/2009/09/24/toolbox-drag-and-drop-upload/"><img src="http://img.youtube.com/vi/2lJCOEl6JhI/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=152&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2009/09/24/toolbox-drag-and-drop-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/09/drag-and-drop-zone.png?w=300" medium="image">
			<media:title type="html">Drag and Drop Zone</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/2lJCOEl6JhI/2.jpg" medium="image" />
	</item>
		<item>
		<title>Incite Toolbox Beta</title>
		<link>http://blogs.incite.com/2009/09/22/incite-toolbox-beta/</link>
		<comments>http://blogs.incite.com/2009/09/22/incite-toolbox-beta/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:21:41 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Incite]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=137</guid>
		<description><![CDATA[It has been awhile since I blogged and one of the big reasons is we have been busy building a new project called Incite Toolbox. As a company we build project collaboration applications; the most well known is Incite Keystone. I was intrigued by the idea of a fast, real-time, collaboration product that small teams could [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=137&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>It has been awhile since I blogged and one of the big reasons is we have been busy building a new project called Incite Toolbox. As a company we build project collaboration applications; the most well known is Incite Keystone.</p>
<p>I was intrigued by the idea of a fast, real-time, collaboration product that small teams could start collaborating with in minutes &#8211; no setup, no training. <a href="http://toolbox.incite.com" target="_blank">Incite Toolbox</a> embodies the basics of our initial idea. Creating a project takes seconds and you are collaborating with your team instantly.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/09/screen-shot-2009-09-21-at-8-03-24-pm.png"><img class="aligncenter size-medium wp-image-139" title="Incite Toolbox Beta" src="http://inciteblogs.files.wordpress.com/2009/09/screen-shot-2009-09-21-at-8-03-24-pm.png?w=300&#038;h=157" alt="Incite Toolbox Beta" width="300" height="157" /></a></p>
<p>For messaging we figured you would want to talk or post to the Project and also talk privately with individuals. It has a feel not dissimilar to Twitter with the additional capability to send files as well.</p>
<p>A multiple upload functionality allows for files to be easily added to the Project. Add an image and it is thumbnailed and all files are scanned for viruses. If you don&#8217;t want to log into the web interface then just send your files via email by placing the project email address in the TO: or CC: field.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/09/screen-shot-2009-09-21-at-8-05-09-pm.png"><img class="aligncenter size-medium wp-image-140" title="Multiple file upload" src="http://inciteblogs.files.wordpress.com/2009/09/screen-shot-2009-09-21-at-8-05-09-pm.png?w=300&#038;h=158" alt="Multiple file upload" width="300" height="158" /></a></p>
<p>The wisdom of crowds can be harnessed through the use of tags for messages and files. We will extend this further in the future but for now tags give you the ability to rapidly sort information. You can tag, your team members can tag and everyone enjoys from the group classification of data.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/09/screen-shot-2009-09-21-at-8-08-39-pm.png"><img class="aligncenter size-full wp-image-138" title="Toolbox Tags" src="http://inciteblogs.files.wordpress.com/2009/09/screen-shot-2009-09-21-at-8-08-39-pm.png?w=209&#038;h=264" alt="Toolbox Tags" width="209" height="264" /></a></p>
<p>One of the features I enjoy using is the instant search. It is extremely fast allowing you to sort 100&#8242;s of messages instantly. It uses a scoring system so that the more accurate your term the more accurate the results. It&#8217;s something you need to try so you can see how cool it is. Also because of the technology we use there is no round-trip to and from the server so it fast &#8211; very fast.</p>
<p>Incite Toolbox supports multiple languages out of the box. This is a little sketchy at the moment but worthwhile to play around with. Change your language from English to Chinese and you will see some (not all) of the menus change. Then change to French and then to German. So even in this very early preview you can see the dedication to internationalization.</p>
<p>Lastly you can subscribe to SMS or Email updates. Be careful with this it is very *spammy* at the moment. However in the future you can watch tags or project members and receive updates when they contribute to the project.</p>
<p>I would also like to see what you guys think of Toolbox &#8211; so feel free to follow/tweet you&#8217;re experience with it. Just be kind, remember it is very early days.</p>
<p>Follow or Tweet &#8211; <a href="http://twitter.com/incite_toolbox" target="_blank">@incite_toolbox</a> and also a <a href="http://www.youtube.com/watch?v=RC0uPWz_Iiw" target="_blank">Video!</a> and don&#8217;t forget to <a href="http://toolbox.incite.com" target="_blank">try it out</a> and let is now what you think!</p>
<p><span style="text-align:center; display: block;"><a href="http://blogs.incite.com/2009/09/22/incite-toolbox-beta/"><img src="http://img.youtube.com/vi/RC0uPWz_Iiw/2.jpg" alt="" /></a></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/137/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/137/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/137/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=137&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2009/09/22/incite-toolbox-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/09/screen-shot-2009-09-21-at-8-03-24-pm.png?w=300" medium="image">
			<media:title type="html">Incite Toolbox Beta</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/09/screen-shot-2009-09-21-at-8-05-09-pm.png?w=300" medium="image">
			<media:title type="html">Multiple file upload</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/09/screen-shot-2009-09-21-at-8-08-39-pm.png" medium="image">
			<media:title type="html">Toolbox Tags</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/RC0uPWz_Iiw/2.jpg" medium="image" />
	</item>
		<item>
		<title>Incite S+S Architecture @ Remix</title>
		<link>http://blogs.incite.com/2009/06/18/incite-ss-architecture-remix/</link>
		<comments>http://blogs.incite.com/2009/06/18/incite-ss-architecture-remix/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 23:03:46 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Incite]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=105</guid>
		<description><![CDATA[The video of our session at Remix is available on the web. You can find it here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=105&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>The video of our session at Remix is available on the web. You can find it <a href="http://www.microsoft.com/australia/remix/videos/default.aspx" target="_blank">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=105&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2009/06/18/incite-ss-architecture-remix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>
	</item>
		<item>
		<title>Listface available on Github</title>
		<link>http://blogs.incite.com/2009/06/16/listface-available-on-github/</link>
		<comments>http://blogs.incite.com/2009/06/16/listface-available-on-github/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 01:59:21 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Incite Keystone]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=96</guid>
		<description><![CDATA[Users love Keystone&#8217;s auto-complete when addressing messages to users on the system. Not that we can take credit for the concept but what we can take credit for is a cool jQuery plugin that our Rails team wrote and have made available on GitHub. Now there are a couple of similar projects kicking around (Facelist [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=96&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Users love Keystone&#8217;s auto-complete when addressing messages to users on the system. Not that we can take credit for the concept but what we can take credit for is a cool jQuery plugin that our Rails team wrote and have made available on GitHub.</p>
<p>Now there are a couple of similar projects kicking around (Facelist for example) but the license didn&#8217;t suit our product (commercial) so we wrote Listface.</p>
<p> </p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/autocomplete.png"><img class="aligncenter size-medium wp-image-97" title="Listface Auto-complete" src="http://inciteblogs.files.wordpress.com/2009/06/autocomplete.png?w=300&#038;h=213" alt="Listface Auto-complete" width="300" height="213" /></a></p>
<p> </p>
<p>Check out Listface <a title="Listface" href="http://github.com/incite/listface/" target="_blank">here.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=96&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2009/06/16/listface-available-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/autocomplete.png?w=300" medium="image">
			<media:title type="html">Listface Auto-complete</media:title>
		</media:content>
	</item>
		<item>
		<title>Keystone &#8211; Outside the Browser</title>
		<link>http://blogs.incite.com/2009/06/16/keystone-outside-the-browser/</link>
		<comments>http://blogs.incite.com/2009/06/16/keystone-outside-the-browser/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 01:46:25 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=73</guid>
		<description><![CDATA[At Remix we demonstrated a typical construction process that normally would take 2 or more hours to complete  - we demonstrated how it could be done in 2 minutes. A picture of a road defect was taken using a HTC Windows Mobile 6.5 phone. Embedded within the image was EXIF data that contained latitude and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=73&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>At Remix we demonstrated a typical construction process that normally would take 2 or more hours to complete  - we demonstrated how it could be done in 2 minutes.</p>
<p>A picture of a road defect was taken using a HTC Windows Mobile 6.5 phone. Embedded within the image was EXIF data that contained latitude and longitude information.</p>
<p>The defect picture is selected and attached to a form using the gesture-enabled WinMo 6.5 device. A defect form was downloaded from Keystone with all properties and attributes including what properties were mandatory (shown in red). Tsarina filled out the details and submitted the defect form making it immediately accessible within Incite Keystone.</p>
<p><img class="aligncenter size-full wp-image-62" title="Incite Keystone Mobile @ Remix" src="http://inciteblogs.files.wordpress.com/2009/06/photo.jpg?w=450&#038;h=337" alt="Incite Keystone Mobile @ Remix" width="450" height="337" /></p>
<p>Tsarina then assumed the role of another Incite user back at the office that was acting on the defect. As can happen in any complex project the defect may or may not be an actual defect. Within Incite Keystone&#8217;s full jQuery/AJAX interface the defect form was accessed and then forwarded to a particular sub-contractor (played by me) as a Request for Information (RFI). Tsarina then attached a design specification to the RFI for the defect to be checked against.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/keystone-interface.png"><img class="aligncenter size-medium wp-image-74" title="Keystone User Interface" src="http://inciteblogs.files.wordpress.com/2009/06/keystone-interface.png?w=300&#038;h=213" alt="Keystone User Interface" width="300" height="213" /></a></p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/defect-sendas.png"><img class="aligncenter size-medium wp-image-76" title="Send Defect as RFI" src="http://inciteblogs.files.wordpress.com/2009/06/defect-sendas.png?w=300&#038;h=98" alt="Send Defect as RFI" width="300" height="98" /></a></p>
<p>The goal of the demo for us was to demonstrate how Incite Keystone can be used outside of the browser &#8211; giving the customer a series of tools and allowing them to find their own way of doing things. Instead of checking the RFI in a browser all files linked to the RFI were downloaded to my notebook using Microsoft Sync Framework. An icon in the Windows 7 taskbar displayed the progress of this download then pulsed.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/pulse_in_task_bar1.png"><img class="aligncenter size-medium wp-image-86" title="Incite Pulse (Windows 7 Taskbar)" src="http://inciteblogs.files.wordpress.com/2009/06/pulse_in_task_bar1.png?w=300&#038;h=88" alt="Incite Pulse (Windows 7 Taskbar)" width="300" height="88" /></a></p>
<p>One of the features we liked about Windows 7 was that you could right click on icons in the taskbar and get a Jump List. This allowed us to add multiple actions to the icon &#8211; you can open the original RFI, the defect image or the design specification that was added to the RFI.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/incite-pulse-jump-list.png"><img class="aligncenter size-full wp-image-87" title="Incite Pulse Jump List" src="http://inciteblogs.files.wordpress.com/2009/06/incite-pulse-jump-list.png?w=229&#038;h=451" alt="Incite Pulse Jump List" width="229" height="451" /></a></p>
<p>Clicking on the mail icon opens the RFI message in Keystone. The defect image and the document were synchronised to my laptop so I can open them up from my local hard drive using the Jump List.</p>
<p>In the demo I checked the defect image, then opened up the design specification via the Jump List. This allowed me to show the work we had done with Microsoft Office and how once again a user could work outside the browser.</p>
<p>Incite Keystone&#8217;s Office Ribbon allows users to Search, Edit/Update documents and also form related information (e.g. Defect, RFI etc) from within Microsoft Office. The Incite Ribbon header shows all the options available to the user.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/ribbon_incite_top_pane.png"><img class="aligncenter size-full wp-image-85" title="Incite Keystone Office Ribbons" src="http://inciteblogs.files.wordpress.com/2009/06/ribbon_incite_top_pane.png?w=450&#038;h=105" alt="Incite Keystone Office Ribbons" width="450" height="105" /></a></p>
<p>By clicking &#8216;Search&#8217; a panel is rendered on the right of the document being reviewed and you can search across all text within documents in Keystone.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/ribbon_search.png"><img class="aligncenter size-full wp-image-82" title="Incite Office Ribbons (Search)" src="http://inciteblogs.files.wordpress.com/2009/06/ribbon_search.png?w=207&#038;h=846" alt="Incite Office Ribbons (Search)" width="207" height="846" /></a></p>
<p>Double clicking on any document returned by the search downloads the document and opens it within Microsoft Word. This can easily be uploaded back to Keystone as a new document revision by selecting Update Form.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/ribbon_incite_update_form.png"><img class="aligncenter size-medium wp-image-83" title="ribbon_incite_update_form" src="http://inciteblogs.files.wordpress.com/2009/06/ribbon_incite_update_form.png?w=300&#038;h=172" alt="ribbon_incite_update_form" width="300" height="172" /></a></p>
<p>Updating the form allows an Incite user to modify important meta-data prior to saving the document within Incite Keystone.</p>
<p>Lastly the demo was concluded by displaying the original Defect on a high-resolution aerial photograph of a roadway which had been stitched into Bing Maps (formerly Virtual Earth). This allowed me to zoom into 10M above the roadway as opposed to Bing&#8217;s 200M zoom level. Zooming in and out was awesome due to the Silverlight Map Control for Virtual Earth. Within the Keystone Office Ribbon I selected &#8216;View on Map&#8217; and was able to explore Incite Keystone form data spatially.</p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/spatial-defect_and_rfi.png"><img class="aligncenter size-medium wp-image-90" title="Plotting Defects and RFI's" src="http://inciteblogs.files.wordpress.com/2009/06/spatial-defect_and_rfi.png?w=300&#038;h=197" alt="Plotting Defects and RFI's" width="300" height="197" /></a></p>
<p><a href="http://inciteblogs.files.wordpress.com/2009/06/spatial-defect-10m.png"><img class="aligncenter size-medium wp-image-91" title="Defect and 10M Zoom" src="http://inciteblogs.files.wordpress.com/2009/06/spatial-defect-10m.png?w=300&#038;h=197" alt="Defect and 10M Zoom" width="300" height="197" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=73&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2009/06/16/keystone-outside-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/photo.jpg" medium="image">
			<media:title type="html">Incite Keystone Mobile @ Remix</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/keystone-interface.png?w=300" medium="image">
			<media:title type="html">Keystone User Interface</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/defect-sendas.png?w=300" medium="image">
			<media:title type="html">Send Defect as RFI</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/pulse_in_task_bar1.png?w=300" medium="image">
			<media:title type="html">Incite Pulse (Windows 7 Taskbar)</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/incite-pulse-jump-list.png" medium="image">
			<media:title type="html">Incite Pulse Jump List</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/ribbon_incite_top_pane.png" medium="image">
			<media:title type="html">Incite Keystone Office Ribbons</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/ribbon_search.png" medium="image">
			<media:title type="html">Incite Office Ribbons (Search)</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/ribbon_incite_update_form.png?w=300" medium="image">
			<media:title type="html">ribbon_incite_update_form</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/spatial-defect_and_rfi.png?w=300" medium="image">
			<media:title type="html">Plotting Defects and RFI's</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/spatial-defect-10m.png?w=300" medium="image">
			<media:title type="html">Defect and 10M Zoom</media:title>
		</media:content>
	</item>
		<item>
		<title>Code from Remix</title>
		<link>http://blogs.incite.com/2009/06/11/code-from-remix/</link>
		<comments>http://blogs.incite.com/2009/06/11/code-from-remix/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 01:48:16 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[Incite Keystone]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=57</guid>
		<description><![CDATA[Today at Remix 2009 we demo&#8217;d the Silverlight Virtual Earth Mapping Control and also our application Incite Keystone Mobile running on an Windows Mobile 6.5 device. The code from the Silverlight/VE demo has been contributed to the Deep Earth project. The demo itself can be viewed here. I must also thank John O&#8217;Brien for his [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=57&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Today at Remix 2009 we demo&#8217;d the Silverlight Virtual Earth Mapping Control and also our application Incite Keystone Mobile running on an Windows Mobile 6.5 device. The code from the Silverlight/VE demo has been contributed to the <a title="Deep Earth" href="http://deepearth.codeplex.com/" target="_blank">Deep Earth</a> project. The demo itself can be viewed <a title="here" href="http://incitemap.cloudapp.net/index.htm" target="_blank">here</a>. I must also thank John O&#8217;Brien for his help with the mapping demo! Check out Deep Earth as well, I love that project.</p>
<p>The Windows 6.5 application we showed  had full gesture support. It was developed before the WM6.5 Toolkit was released and required us to wrap the API&#8217;s so that we could use them in managed code. This work we contributed to the <a title="Mobile Contribute" href="http://mobilecontrib.codeplex.com/" target="_blank">Mobile Contribute</a> on Codeplex. Thanks to James McCutcheon for helping us with this code alongside our resident mobile guru at Incite.</p>
<p><img class="aligncenter size-medium wp-image-62" title="Incite Keystone Mobile @ Remix" src="http://inciteblogs.files.wordpress.com/2009/06/photo.jpg?w=300&#038;h=225" alt="Incite Keystone Mobile @ Remix" width="300" height="225" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=57&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2009/06/11/code-from-remix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>

		<media:content url="http://inciteblogs.files.wordpress.com/2009/06/photo.jpg?w=300" medium="image">
			<media:title type="html">Incite Keystone Mobile @ Remix</media:title>
		</media:content>
	</item>
		<item>
		<title>Remix 2009</title>
		<link>http://blogs.incite.com/2009/05/14/remix-2009/</link>
		<comments>http://blogs.incite.com/2009/05/14/remix-2009/#comments</comments>
		<pubDate>Wed, 13 May 2009 22:53:27 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[Incite]]></category>
		<category><![CDATA[Incite Keystone]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=50</guid>
		<description><![CDATA[Incite Keystone sits on a Microsoft stack and so over the last year we have worked closely with Microsoft on particular areas. This gave us a chance to keep them updated on the cool/advanced things we were doing with the .NET 3.5 Framework, Silverlight, SQL 2008 etc. As I have mentioned before most of us [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=50&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Incite Keystone sits on a Microsoft stack and so over the last year we have worked closely with Microsoft on particular areas. This gave us a chance to keep them updated on the cool/advanced things we were doing with the .NET 3.5 Framework, Silverlight, SQL 2008 etc.</p>
<p>As I have mentioned before most of us at Incite are a little self-effacing when it comes to talking about how good we are. The Product Development team are awesome designers and coders, but we aren&#8217;t trying to tell the world &#8211; well until now.</p>
<p>Last week we accepted an offer from Microsoft to participate in the Remix 2009 keynote and also take a session. I like the idea of Remix, laid back, geeky and the potential to wear jeans and a t-shirt whilst presenting <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  On top of that we get to demo some of the cool things we have built and have a look at some future ideas we are working on.</p>
<p>Yes I am already praying to the demo gods (fingers crossed).</p>
<p>You can check out the details of the Keynote and Sessions for Remix <a href="http://www.microsoft.com/australia/remix/agenda/schedule.aspx" target="_blank">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=50&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2009/05/14/remix-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>
	</item>
		<item>
		<title>New archiving options</title>
		<link>http://blogs.incite.com/2009/04/30/new-archiving-options/</link>
		<comments>http://blogs.incite.com/2009/04/30/new-archiving-options/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 05:59:26 +0000</pubDate>
		<dc:creator>Michael Baker</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://blogs.incite.com/?p=44</guid>
		<description><![CDATA[Incite provides &#8216;online&#8217; and &#8216;offline&#8217; archive options for customers when their project has been completed or when their role on a project has finished. Online Archive An online archive involves changing the project to read-only mode. It is still hosted by Incite in the cloud however it sits in stasis. Users can log in but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=44&subd=inciteblogs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Incite provides &#8216;online&#8217; and &#8216;offline&#8217; archive options for customers when their project has been completed or when their role on a project has finished.</p>
<p><strong>Online Archive</strong><br />
An online archive involves changing the project to read-only mode. It is still hosted by Incite in the cloud however it sits in stasis. Users can log in but they can&#8217;t modify any data.</p>
<p><strong>Offline Archive </strong><br />
An offline archive involves extracting a customers information from Incite and making it available as a copy via a direct download or USB Drive. In the past offline archives were produced via a manual process &#8211; creating filters and saving the messages, documents and files associated with these filters. This led to lengthy processing delays when a project requested an offline archive. The other issue related to the old archive method related to the structure of the data returned. All messages and documents were returned (in PDF) and attachments were returned as the original files. However no contextual information was retained. For example there was no way to navigate or find information relating messages to documents or files.</p>
<p>We decided to automate the process and develop code to allow us to automatically extract all data from a project and not have to rely on the old manual process. In doing so we created two forms of offline archive &#8211; Standard and Advanced (not very imaginative I know).</p>
<p>Both the Standard and Advanced archive process extracts all data based on Incite&#8217;s role-based security. This ensures only data that your company’s users have sent and received is archived.</p>
<p><strong>Standard Archive</strong></p>
<p>The Standard Archive provides a directory structure organised by Document Type/Year/Month/Day/ then the Time and Name of the sender. Within each directory is an XML file (message.xml) which is the precise data from the message or document, a message copy if your project is configured with them and any attachments contained in the message or document.</p>
<p>Although the message.xml file provides relational information between a message/document/file a customer would need to parse the XML  to rebuild this contextual information.</p>
<p>In addition although Google Desktop or some other search software could be used to full-text-index the archive it is something performed by the customer once the archive is received.</p>
<p>The standard archive can be processed quickly and made available as a download over the internet in what we refer to as an Express download option. Express download involves the archive being directly downloaded via the internet rather than being sent to the customer on a USB disk.</p>
<p><strong>Advanced Archive</strong><br />
The Advanced Archive uses Microsoft Sharepoint Services to provide full-text search capabilities and maintains all contextual information between messages, documents and files. Project data is extracted from Incite and injected into a Microsoft Windows Sharepoint website (Windows Sharepoint Services 3.0).</p>
<p>We selected Windows Sharepoint Services (as distinct from Microsoft Office Sharepoint Server) as it is freely available to customers who have a license for Microsoft Windows 2003 Server. It does not require you to purchase Microsoft Office Sharepoint Server but ofcourse if you already have a Sharepoint server you can import the archive into your existing site.</p>
<p>The Advance Archive is delivered as a database file on a USB hard drive. Accompanying it is a PDF document detailing how to setup the Windows 2003 server to import the archive.</p>
<p>The Advanced Archive has a number of advantages. Relationships between messages, documents and files are maintained and you are able to navigate through the system using these relationships. In addition you can create views within Windows Sharepoint Services in a similar way to filters. Lastly the entire archive is full text indexed so you can search across messages, documents and text within files such as Microsoft Office documents and PDF&#8217;s.</p>
<p>Customers who are interested in an archive should contact support or their Incite Account Manager.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/inciteblogs.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/inciteblogs.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/inciteblogs.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/inciteblogs.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/inciteblogs.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/inciteblogs.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/inciteblogs.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/inciteblogs.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/inciteblogs.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/inciteblogs.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogs.incite.com&blog=6384100&post=44&subd=inciteblogs&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blogs.incite.com/2009/04/30/new-archiving-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Michael Baker</media:title>
		</media:content>
	</item>
	</channel>
</rss>