<?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>Keebler/Blog &#187; Software</title>
	<atom:link href="http://www.keebler.net/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keebler.net/blog</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 06:07:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MSN is so hip and super rad</title>
		<link>http://www.keebler.net/blog/2009/03/28/msn-is-so-hip-and-super-rad/</link>
		<comments>http://www.keebler.net/blog/2009/03/28/msn-is-so-hip-and-super-rad/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 14:18:42 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[katie]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[msn]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=5666</guid>
		<description><![CDATA[Like, OMG!  Katie likes using MSN soooooo much!  She's always have a good time with her friends on MSN!  OMFG!  MSN is super awesome, guys, common!

All the chunky jewelry in the world won't make this 30yo actress appeal to tweens.]]></description>
			<content:encoded><![CDATA[<p>
Like, OMG!  <a href="http://www.windowslive.ca/en/katie/">Katie likes using MSN</a> soooooo much!  She&#8217;s always have a good time with her friends on MSN!  OMFG!  MSN is super awesome, guys, common!
</p>
<p>
All the chunky jewelry in the world won&#8217;t make this 30yo actress appeal to tweens, but what do I know:</p>
<blockquote><p>
Hi I&#8217;m Katie.  I&#8217;m all about staying in touch with my friends no matter what I&#8217;m doing or where they are.  So I&#8217;m, pretty much, always online.  We&#8217;re always chatting about what&#8217;s going on and getting all the latest gossip.  There&#8217;s always something happening and the new Messenger has tonnes of new features that make chatting more fun.  It&#8217;s awesome.</p>
<p>Instant Photo sharing lets me and my friends tell stories faster&#8230;.Awesome!  I love seeing what my friends are doing and showing them stuff that happened&#8230;but without all the typing.  You gotta check it out!
</p></blockquote>
<p><a href="http://www.windowslive.ca/en/katie/"><img src="http://www.keebler.net/blog/wp-content/images/2009/03/picture-247.png" alt="Microsoft Katie" title="Microsoft Katie" width="267" height="344" class="alignnone size-full wp-image-5665" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2009/03/28/msn-is-so-hip-and-super-rad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET: Monitoring Windows processes from ASPX webpage</title>
		<link>http://www.keebler.net/blog/2009/01/03/net-monitoring-windows-processes-from-aspx-webpage/</link>
		<comments>http://www.keebler.net/blog/2009/01/03/net-monitoring-windows-processes-from-aspx-webpage/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 16:40:27 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[My Releases]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[ASPX]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=4572</guid>
		<description><![CDATA[
I was recently working on some ScribbleLive features that require asynchronous processes to be running in the background on Windows.  Since I want to make sure they keep running, I wanted Pingdom to be able to monitor (and alert) on them.


I was happy to find that in .NET, a web application can access the [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2005/08/23/webpage-wysiwyg/' rel='bookmark' title='Permanent Link: Webpage WYSIWYG v0.0.1'>Webpage WYSIWYG v0.0.1</a> <small>UPDATE: v0.0.2 demo now available&nbsp; Like I mentioned yesterday, I&#8217;m...</small></li><li><a href='http://www.keebler.net/blog/2005/08/24/webpage-wysiwyg-v002/' rel='bookmark' title='Permanent Link: Webpage WYSIWYG v0.0.2'>Webpage WYSIWYG v0.0.2</a> <small>Did away with the mouse dragging business.&nbsp; I&#8217;m now setting...</small></li><li><a href='http://www.keebler.net/blog/2008/11/30/aspx-dont-put-usercontrols-inside-of-code-blocks/' rel='bookmark' title='Permanent Link: ASPX: Don&#8217;t put UserControls inside of code blocks'>ASPX: Don&#8217;t put UserControls inside of code blocks</a> <small> I was trying to figure out why an ASPX...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
I was recently working on some <a href="http://www.scribblelive.com">ScribbleLive</a> features that require asynchronous processes to be running in the background on Windows.  Since I want to make sure they keep running, I wanted <a href="http://www.pingdom.com">Pingdom</a> to be able to monitor (and alert) on them.
</p>
<p>
I was happy to find that in .NET, a web application can access the processes running on the host server.  I whipped up this little bit of C# (which will be on an ASPX page) to check for the processes, and report if they are &#8220;UP&#8221; or &#8220;DOWN&#8221;.  Pingdom will then check for the word &#8220;DOWN&#8221; on a request to the page and let me know if it finds one.
</p>
<p>
Here are the using statements that you have to have for this code to run:
</p>
<pre class="syntax-highlight:c#">
using System.Diagnostics;
using System.Collections.ObjectModel;
</pre>
<p>
Then here&#8217;s the bulk of it:
</p>
<pre class="syntax-highlight:c">
Collection&lt;string&gt; RunningProcesses = new Collection&lt;string&gt;();
RunningProcesses.Add( &quot;Program1&quot; );
RunningProcesses.Add( &quot;Program2&quot; );

Response.ContentType = &quot;text/plain&quot;;

foreach ( Process proc in Process.GetProcesses() )
{
    if ( RunningProcesses.Contains( proc.ProcessName ) )
    {
        Response.Write( proc.ProcessName + &quot;: UP&quot; + System.Environment.NewLine );
        RunningProcesses.Remove( proc.ProcessName );
    }
}

foreach ( string s in RunningProcesses )
{
    Response.Write( s + &quot;: DOWN&quot; + System.Environment.NewLine );
}
</pre>
<p>
When I have a bit more time, I&#8217;m going to add a call to Process.Start(&#8230;) to restart and processes that have gone down.  You know, at some point this code will probably make me unnecessary <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2005/08/23/webpage-wysiwyg/' rel='bookmark' title='Permanent Link: Webpage WYSIWYG v0.0.1'>Webpage WYSIWYG v0.0.1</a> <small>UPDATE: v0.0.2 demo now available&nbsp; Like I mentioned yesterday, I&#8217;m...</small></li><li><a href='http://www.keebler.net/blog/2005/08/24/webpage-wysiwyg-v002/' rel='bookmark' title='Permanent Link: Webpage WYSIWYG v0.0.2'>Webpage WYSIWYG v0.0.2</a> <small>Did away with the mouse dragging business.&nbsp; I&#8217;m now setting...</small></li><li><a href='http://www.keebler.net/blog/2008/11/30/aspx-dont-put-usercontrols-inside-of-code-blocks/' rel='bookmark' title='Permanent Link: ASPX: Don&#8217;t put UserControls inside of code blocks'>ASPX: Don&#8217;t put UserControls inside of code blocks</a> <small> I was trying to figure out why an ASPX...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2009/01/03/net-monitoring-windows-processes-from-aspx-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating cool clickable wireframes for crude cash</title>
		<link>http://www.keebler.net/blog/2008/11/24/creating-cool-clickable-wireframes-for-crude-cash/</link>
		<comments>http://www.keebler.net/blog/2008/11/24/creating-cool-clickable-wireframes-for-crude-cash/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 16:44:51 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ProtoShare]]></category>
		<category><![CDATA[wireframe]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=3781</guid>
		<description><![CDATA[
You don&#8217;t want to know how many hours I&#8217;ve spent messing around in Visio drawing wireframes.  It always ends up being a painful process of creating templates for the header, making sure it gets on every page, exporting it to PDF so other people can see it, versioning&#8230;..ARGH!  I&#8217;m getting frustrated just talking [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2005/07/13/too-cool-for-ie/' rel='bookmark' title='Permanent Link: Too Cool For IE'>Too Cool For IE</a> <small>I feel like this most days.&nbsp; Then the rage spills...</small></li><li><a href='http://www.keebler.net/blog/2007/02/13/creating-a-gallery-page-in-reddot-cms-65/' rel='bookmark' title='Permanent Link: Creating a Gallery Page in RedDot CMS 6.5'>Creating a Gallery Page in RedDot CMS 6.5</a> <small> Here&#8217;s an example of how we create a new...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
You don&#8217;t want to know how many hours I&#8217;ve spent messing around in <a href="http://office.microsoft.com/visio">Visio</a> drawing wireframes.  It always ends up being a painful process of creating templates for the header, making sure it gets on every page, exporting it to PDF so other people can see it, versioning&#8230;..ARGH!  I&#8217;m getting frustrated just talking about it <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
<p>
Anyhow, I was doing some random googling yesterday and I came across <a href="http://www.protoshare.com/">ProtoShare</a>.  It looks like a kickass web-based piece of wireframing software with built-in commenting and clickable actions on your wireframes.  You can just drag-drop elements around the page like in Visio, then connect actions to them.
</p>
<p>
I can&#8217;t wait to try it out on my next project.  I hope nobody FRAMES me for using it.  Har har <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p><a href="http://www.protoshare.com/"><img src="http://www.keebler.net/blog/wp-content/images/2008/11/clickable_wireframes.png" alt="protoshare" title="clickable_wireframes" width="340" height="300" class="alignnone size-medium wp-image-3780" /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2005/07/13/too-cool-for-ie/' rel='bookmark' title='Permanent Link: Too Cool For IE'>Too Cool For IE</a> <small>I feel like this most days.&nbsp; Then the rage spills...</small></li><li><a href='http://www.keebler.net/blog/2007/02/13/creating-a-gallery-page-in-reddot-cms-65/' rel='bookmark' title='Permanent Link: Creating a Gallery Page in RedDot CMS 6.5'>Creating a Gallery Page in RedDot CMS 6.5</a> <small> Here&#8217;s an example of how we create a new...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/11/24/creating-cool-clickable-wireframes-for-crude-cash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Download podcasts right to your iPhone 2.2</title>
		<link>http://www.keebler.net/blog/2008/11/23/download-podcasts-right-to-your-iphone-22/</link>
		<comments>http://www.keebler.net/blog/2008/11/23/download-podcasts-right-to-your-iphone-22/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 00:37:27 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=3767</guid>
		<description><![CDATA[
The iPhone 2.2 update was mainly just a bug-fix release from what I can tell.  But one feature it did bring was the ability to download podcasts right on your iPhone, which is awesome!  I use MobileMe to keep my iPhone synced, so there really is no reason for me to ever connect [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/12/12/yes-you-can-download-tv-on-itunes-canada/' rel='bookmark' title='Permanent Link: Yes, you can download TV on iTunes Canada&#8230;'>Yes, you can download TV on iTunes Canada&#8230;</a> <small> CTV and CBC helped iTunes Canada launch their new...</small></li><li><a href='http://www.keebler.net/blog/2007/03/12/using-easynews-to-download-full-hd-quality-tv-shows-from-usenet/' rel='bookmark' title='Permanent Link: Using Easynews to download full, HD-quality TV shows from Usenet'>Using Easynews to download full, HD-quality TV shows from Usenet</a> <small> A bunch of people have been asking me lately...</small></li><li><a href='http://www.keebler.net/blog/2009/03/31/skype-on-iphone-is-amazing-ha/' rel='bookmark' title='Permanent Link: Skype on iPhone is amazing! Ha&#8230;'>Skype on iPhone is amazing! Ha&#8230;</a> <small>Skype on iPhone is amazing! Had to get a US...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
The iPhone 2.2 update was mainly just a bug-fix release from what I can tell.  But one feature it did bring was the ability to download podcasts right on your iPhone, which is awesome!  I use <a href="http://www.apple.com/mobileme/">MobileMe</a> to keep my iPhone synced, so there really is no reason for me to ever connect my iPhone to my laptop except maybe to upload some music from time-to-time.  I have to admit, I&#8217;ve pretty much stopped listening to podcasts since I got the iPhone because I can&#8217;t be bothered to dig up the wire to do the sync.
</p>
<p>
With the 2.2 update that came this week, you can now download the latest from your favorite podcasts right through iTunes.app on the phone.  Just go to iTunes.app and search for the podcast you want.  Unfortunately it isn&#8217;t smart enough to make it download the latest from the podcasts you already listen to.  Anyhow, when you get there there&#8217;s now a &#8220;Download&#8221; button.  One click will <a href="http://www.keebler.net/blog/wp-content/images/2008/11/3054640496_16d7c9620e.jpg">start the download</a>, which will even continue if you close the iTunes.app.  When the download is done, you&#8217;ll see the podcast in the (you guessed it) &#8220;Podcasts&#8221; area of the iPod.app.
</p>
<p>
This update is probably the death-knoll of <a href="http://podcaster.fm/">Podcaster.fm</a>, but for the rest of us, we can all breath a collective sigh of &#8220;FINALLY!!!!!!&#8221; <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p><a href="http://www.keebler.net/blog/wp-content/images/2008/11/3053806651_bd813a89b7_o.jpg"><img src="http://www.keebler.net/blog/wp-content/images/2008/11/3053806651_bd813a89b7_o-266x400.jpg" alt="" title="iphone podcasts" width="266" height="400" class="alignnone size-medium wp-image-3768" /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/12/12/yes-you-can-download-tv-on-itunes-canada/' rel='bookmark' title='Permanent Link: Yes, you can download TV on iTunes Canada&#8230;'>Yes, you can download TV on iTunes Canada&#8230;</a> <small> CTV and CBC helped iTunes Canada launch their new...</small></li><li><a href='http://www.keebler.net/blog/2007/03/12/using-easynews-to-download-full-hd-quality-tv-shows-from-usenet/' rel='bookmark' title='Permanent Link: Using Easynews to download full, HD-quality TV shows from Usenet'>Using Easynews to download full, HD-quality TV shows from Usenet</a> <small> A bunch of people have been asking me lately...</small></li><li><a href='http://www.keebler.net/blog/2009/03/31/skype-on-iphone-is-amazing-ha/' rel='bookmark' title='Permanent Link: Skype on iPhone is amazing! Ha&#8230;'>Skype on iPhone is amazing! Ha&#8230;</a> <small>Skype on iPhone is amazing! Had to get a US...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/11/23/download-podcasts-right-to-your-iphone-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Connect360 on the New Xbox Experience</title>
		<link>http://www.keebler.net/blog/2008/11/19/fixing-connect360-on-the-new-xbox-experience/</link>
		<comments>http://www.keebler.net/blog/2008/11/19/fixing-connect360-on-the-new-xbox-experience/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 03:10:01 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[connect360]]></category>
		<category><![CDATA[xbox 360]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=3748</guid>
		<description><![CDATA[
When I fired up the New Xbox Experience tonight, the first thing I checked was whether Connect360 worked.  I think I would probably use my Xbox for a coaster if I couldn&#8217;t play my DivX video on it via Connect360.


When I got into My Xbox>Video Library I was happy to see all my videos [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/12/12/xbox-360-convergence-is-it-here/' rel='bookmark' title='Permanent Link: Xbox 360 Convergence: Is it here?'>Xbox 360 Convergence: Is it here?</a> <small> I just realized that last night I had the...</small></li><li><a href='http://www.keebler.net/blog/2007/03/29/why-you-should-use-xbox-media-center/' rel='bookmark' title='Permanent Link: Why You Should use Xbox Media Center'>Why You Should use Xbox Media Center</a> <small> I just hacked my Xbox last night and got...</small></li><li><a href='http://www.keebler.net/blog/2007/04/01/installing-xbox-media-center/' rel='bookmark' title='Permanent Link: Installing Xbox Media Center'>Installing Xbox Media Center</a> <small> Everyone usually assumes I&#8217;m a huge gamer because I&#8217;m...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
When I fired up the <a href="http://www.xbox.com:80/en-ca/live/nxe/">New Xbox Experience</a> tonight, the first thing I checked was whether <a href="http://www.nullriver.com/products/connect360">Connect360</a> worked.  I think I would probably use my Xbox for a coaster if I couldn&#8217;t play my DivX video on it via Connect360.
</p>
<p>
When I got into My Xbox>Video Library I was happy to see all my videos and music from my Mac were still there.  Unfortunately, when I clicked on a video I got a message:</p>
<blockquote><p>
A media update is required to play this content.  Status code: 51-C00DF236
</p></blockquote>
<p>
After freaking out for a bit, I realized that the &#8220;Optional Media Update&#8221; from a few months ago wasn&#8217;t properly installed about the NXE installation.  All I did was click the grayed-out &#8220;Download Now&#8221; option on that screen, select the update, and click &#8220;Download again&#8221;.  After that, everything was working again.
</p>
<p>
Fwew! <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />
</p>
<p><a href="http://www.nullriver.com/products/connect360"><img src="http://www.keebler.net/blog/wp-content/images/2008/11/connect360smiley-400x149.jpg" alt="" title="connect360smiley" width="400" height="149" class="alignnone size-medium wp-image-3750" /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/12/12/xbox-360-convergence-is-it-here/' rel='bookmark' title='Permanent Link: Xbox 360 Convergence: Is it here?'>Xbox 360 Convergence: Is it here?</a> <small> I just realized that last night I had the...</small></li><li><a href='http://www.keebler.net/blog/2007/03/29/why-you-should-use-xbox-media-center/' rel='bookmark' title='Permanent Link: Why You Should use Xbox Media Center'>Why You Should use Xbox Media Center</a> <small> I just hacked my Xbox last night and got...</small></li><li><a href='http://www.keebler.net/blog/2007/04/01/installing-xbox-media-center/' rel='bookmark' title='Permanent Link: Installing Xbox Media Center'>Installing Xbox Media Center</a> <small> Everyone usually assumes I&#8217;m a huge gamer because I&#8217;m...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/11/19/fixing-connect360-on-the-new-xbox-experience/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google results now showing post counts and content insight</title>
		<link>http://www.keebler.net/blog/2008/11/03/google-results-now-showing-post-counts-and-content-insight/</link>
		<comments>http://www.keebler.net/blog/2008/11/03/google-results-now-showing-post-counts-and-content-insight/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 05:20:29 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[scribblelive]]></category>
		<category><![CDATA[search results]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=3653</guid>
		<description><![CDATA[
I&#8217;m not the first to notice this, but it looks like Google is playing with attaching some content insight into it&#8217;s search results.  Search results for ScribbleLive liveblogs now have a little gray line of text under the title that says something like, &#8220;48 posts &#8211; Last post: 12 Aug.&#8221;  They must be [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/07/13/google-calendar-mobile-for-google-app-accounts-on-iphone/' rel='bookmark' title='Permanent Link: Google Calendar for Google App accounts on iPhone'>Google Calendar for Google App accounts on iPhone</a> <small> For some reason, the mobile version of Google Calendar...</small></li><li><a href='http://www.keebler.net/blog/2005/08/12/new-content-highlighter/' rel='bookmark' title='Permanent Link: New Content Highlighter'>New Content Highlighter</a> <small>When it comes to webpages like blogs or news sites,...</small></li><li><a href='http://www.keebler.net/blog/2005/10/25/google-base/' rel='bookmark' title='Permanent Link: Google Base'>Google Base</a> <small> Google&#8217;s cooking something up&#8230;I hope it&#8217;s spaghetti Google Base...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
I&#8217;m <a href="http://www.seroundtable.com/archives/018445.html">not the first</a> to notice this, but it looks like Google is playing with attaching some content insight into <a href="http://www.google.com/search?hl=en&#038;safe=off&#038;client=safari&#038;rls=en-us&#038;q=site%3Ahttp%3A%2F%2Fwww.scribblelive.com%2FEvent%2F&#038;btnG=Search">it&#8217;s search results</a>.  Search results for <a href="http://www.scribblelive.com">ScribbleLive</a> liveblogs now have a little gray line of text under the title that says something like, &#8220;48 posts &#8211; Last post: 12 Aug.&#8221;  They must be looking for repeating dates in the content, checking for a repeating HTML structure, and extracting the information.  Very neat, indeed, Google <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I&#8217;m sure <a href="http://www.idiotbanter.com">Matt</a> would point-out that this is another benefit of using XHTML standards (or close to them).
</p>
<p>
It kinda reminds me of a website I built in university called @Pad.  It pulled the latest course news off websites by looking for dates in the format &#8220;##/##/#### ##:##&#8221;.  It then grabbed whatever was the to the right of it.  I might do the same for ScribbleLive one day to scrape in liveblogs from regular websites.  Ya know, if I have a day to kill <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
<p><a href="http://www.google.com/search?hl=en&#038;safe=off&#038;client=safari&#038;rls=en-us&#038;q=site%3Ahttp%3A%2F%2Fwww.scribblelive.com%2FEvent%2F&#038;btnG=Search"><img src="http://www.keebler.net/blog/wp-content/images/2008/11/picture-11-400x155.png" alt="" title="Google Results" width="400" height="155" class="alignnone size-medium wp-image-3652" /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/07/13/google-calendar-mobile-for-google-app-accounts-on-iphone/' rel='bookmark' title='Permanent Link: Google Calendar for Google App accounts on iPhone'>Google Calendar for Google App accounts on iPhone</a> <small> For some reason, the mobile version of Google Calendar...</small></li><li><a href='http://www.keebler.net/blog/2005/08/12/new-content-highlighter/' rel='bookmark' title='Permanent Link: New Content Highlighter'>New Content Highlighter</a> <small>When it comes to webpages like blogs or news sites,...</small></li><li><a href='http://www.keebler.net/blog/2005/10/25/google-base/' rel='bookmark' title='Permanent Link: Google Base'>Google Base</a> <small> Google&#8217;s cooking something up&#8230;I hope it&#8217;s spaghetti Google Base...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/11/03/google-results-now-showing-post-counts-and-content-insight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server finally available on Amazon EC2</title>
		<link>http://www.keebler.net/blog/2008/10/23/windows-server-finally-available-on-amazon-ec2/</link>
		<comments>http://www.keebler.net/blog/2008/10/23/windows-server-finally-available-on-amazon-ec2/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 03:35:41 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[amazon ec2]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=3598</guid>
		<description><![CDATA[
I&#8217;ve been waiting for this for so long!  You can now run Windows servers on Amazon EC2.  I&#8217;ve been playing with a few ways of getting Windows Server 2003 to run on EC2, but it&#8217;s always been a massive hack.  I never found a distribution running Windows virtually that got anywhere near [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/04/18/windows-server-2003-running-on-amazon-elastic-computing-cloud/' rel='bookmark' title='Permanent Link: Windows Server 2003 Running on Amazon Elastic Computing Cloud'>Windows Server 2003 Running on Amazon Elastic Computing Cloud</a> <small> WARNING: This blog entry is super geeky. Proceed only...</small></li><li><a href='http://www.keebler.net/blog/2008/03/27/shiftedit-moves-to-gogrid-grid-server-hosting/' rel='bookmark' title='Permanent Link: ShiftEdit Moves to GoGrid Grid-Server Hosting'>ShiftEdit Moves to GoGrid Grid-Server Hosting</a> <small> We&#8217;re done moving ShiftEdit to its new home on...</small></li><li><a href='http://www.keebler.net/blog/2009/10/27/amazon-aws-releases-a-relation/' rel='bookmark' title='Permanent Link: Amazon AWS releases a relation&#8230;'>Amazon AWS releases a relation&#8230;</a> <small>Amazon AWS releases a relational database service! http://aws.amazon.com/rds/ Been waiting...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
I&#8217;ve been waiting for this for so long!  You can now <a href="http://aws.amazon.com/windows/">run Windows servers on Amazon EC2</a>.  I&#8217;ve been playing with <a href="http://www.keebler.net/blog/2007/04/18/windows-server-2003-running-on-amazon-elastic-computing-cloud/">a few ways</a> of getting Windows Server 2003 to run on EC2, but it&#8217;s always been a massive hack.  I never found a distribution running Windows virtually that got anywhere near the performance I would get out of a beige box.
</p>
<p>
But with native support for Windows Server 2003 boxes from Amazon, now we&#8217;re talking.  The cost per hour is a few cents more than the Linux distributions (to cover licensing fees I guess) but definitely doable.  And with the new <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=609&#038;categoryID=88">ElasticFox firefox extension</a>, there&#8217;s no more mucking around on the command line to create and deploy instances.
</p>
<p>
Let this screenshot be a hint of the things to come <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
<p>
<strong>UPDATE:</strong> I just got the official mailing from Amazon talking about the launch of Windows servers.  It also had a cool little look at their 2009 feature roll-out:</p>
<blockquote>
<ul>
<li>Load balancing &#8211; Enables AWS customers to balance incoming requests and distribute traffic across multiple Amazon EC2 instances.</li>
<li>Auto-scaling &#8211; Automatically grows and shrinks usage of Amazon EC2 compute capacity based on application requirements.</li>
<li>Cloud monitoring &#8211; Enables AWS customers to monitor operational metrics of Amazon EC2, providing visibility into usage of the AWS cloud.</li>
<li>Management Console &#8211; Provides a simple, point-and-click web interface that lets customers manage and access their AWS cloud resources.</li>
</ul>
</blockquote>
<p><a href="http://www.keebler.net/blog/wp-content/images/2008/10/picture-67.png"><img src="http://www.keebler.net/blog/wp-content/images/2008/10/picture-67-400x253.png" alt="" title="ScribbleLive on Amazon EC2" width="400" height="253" class="alignnone size-medium wp-image-3597" /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/04/18/windows-server-2003-running-on-amazon-elastic-computing-cloud/' rel='bookmark' title='Permanent Link: Windows Server 2003 Running on Amazon Elastic Computing Cloud'>Windows Server 2003 Running on Amazon Elastic Computing Cloud</a> <small> WARNING: This blog entry is super geeky. Proceed only...</small></li><li><a href='http://www.keebler.net/blog/2008/03/27/shiftedit-moves-to-gogrid-grid-server-hosting/' rel='bookmark' title='Permanent Link: ShiftEdit Moves to GoGrid Grid-Server Hosting'>ShiftEdit Moves to GoGrid Grid-Server Hosting</a> <small> We&#8217;re done moving ShiftEdit to its new home on...</small></li><li><a href='http://www.keebler.net/blog/2009/10/27/amazon-aws-releases-a-relation/' rel='bookmark' title='Permanent Link: Amazon AWS releases a relation&#8230;'>Amazon AWS releases a relation&#8230;</a> <small>Amazon AWS releases a relational database service! http://aws.amazon.com/rds/ Been waiting...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/10/23/windows-server-finally-available-on-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XBMC iPhone Remote battles for control of my living-room</title>
		<link>http://www.keebler.net/blog/2008/10/08/xbmc-iphone-remote-is-here/</link>
		<comments>http://www.keebler.net/blog/2008/10/08/xbmc-iphone-remote-is-here/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 21:09:41 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[xbmc]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=3169</guid>
		<description><![CDATA[
I have to admit, my XBMC (Unofficial Xbox Media Center) hasn&#8217;t been getting much use since I got an Xbox 360 and installed Connect360 on my Mac.  Besides only having one HDMI port on my TV, the Xbox 360 is just so much slicker to use.  After playing a game, I can just [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/11/23/download-podcasts-right-to-your-iphone-22/' rel='bookmark' title='Permanent Link: Download podcasts right to your iPhone 2.2'>Download podcasts right to your iPhone 2.2</a> <small> The iPhone 2.2 update was mainly just a bug-fix...</small></li><li><a href='http://www.keebler.net/blog/2007/02/10/windows-and-os-x-living-together-in-peace/' rel='bookmark' title='Permanent Link: Windows and OS X Living Together in Peace'>Windows and OS X Living Together in Peace</a> <small>Mike just got me using coherence in Parallels and *OMG*...</small></li><li><a href='http://www.keebler.net/blog/2009/03/31/skype-on-iphone-is-amazing-ha/' rel='bookmark' title='Permanent Link: Skype on iPhone is amazing! Ha&#8230;'>Skype on iPhone is amazing! Ha&#8230;</a> <small>Skype on iPhone is amazing! Had to get a US...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
I have to admit, my <a href="http://www.keebler.net/blog/2007/04/01/xbox-media-center-polished-smart-and-feature-rich/">XBMC (Unofficial Xbox Media Center)</a> hasn&#8217;t been getting much use since I got an Xbox 360 and <a href="http://www.keebler.net/blog/2007/12/12/xbox-360-convergence-is-it-here/">installed Connect360 on my Mac</a>.  Besides only having one HDMI port on my TV, the Xbox 360 is just so much slicker to use.  After playing a game, I can just pop-over to the Media section, see all the videos on my Mac, and start playing them.  But I definitely miss some of the features of the XBMC.  It was so easy to watch YouTube videos, check the weather, watch DivX natively, etc.
</p>
<p>
Enter: The <a href="http://remote.collect3.com.au/">XBMC iPhone Remote</a>.  Similar to the Apple TV/iTunes remote, this iPhone app lets you control your XBMC over wifi.  Check out the interface in these screenshots for finding media.  Slick, really slick.
</p>
<p>
At the end of the day, the Xbox 360 probably has a permanent home in my living room.  But this app just might have given my XBMC a new home on my second TV <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
<p><a href="http://remote.collect3.com.au/"><img src="http://www.keebler.net/blog/wp-content/images/2008/10/paddedresize320480-screenshot2-266x400.png" alt="" title="xbmc remote screenshot" width="266" height="400" class="alignnone size-medium wp-image-3168" /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/11/23/download-podcasts-right-to-your-iphone-22/' rel='bookmark' title='Permanent Link: Download podcasts right to your iPhone 2.2'>Download podcasts right to your iPhone 2.2</a> <small> The iPhone 2.2 update was mainly just a bug-fix...</small></li><li><a href='http://www.keebler.net/blog/2007/02/10/windows-and-os-x-living-together-in-peace/' rel='bookmark' title='Permanent Link: Windows and OS X Living Together in Peace'>Windows and OS X Living Together in Peace</a> <small>Mike just got me using coherence in Parallels and *OMG*...</small></li><li><a href='http://www.keebler.net/blog/2009/03/31/skype-on-iphone-is-amazing-ha/' rel='bookmark' title='Permanent Link: Skype on iPhone is amazing! Ha&#8230;'>Skype on iPhone is amazing! Ha&#8230;</a> <small>Skype on iPhone is amazing! Had to get a US...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/10/08/xbmc-iphone-remote-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make SkypeOut calls from your iPhone</title>
		<link>http://www.keebler.net/blog/2008/10/04/make-skypeout-calls-from-your-iphone/</link>
		<comments>http://www.keebler.net/blog/2008/10/04/make-skypeout-calls-from-your-iphone/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 05:41:57 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[fring]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=3127</guid>
		<description><![CDATA[
It&#8217;s already a given that I&#8217;ll sell my soul for the first iPhone application to allow me to make SkypeOut calls from my iPhone.  I make a lot of long distance calls and I have to run home to a landline because cellphone long-distance plans in Canada are so insanely expensive (if you wonder [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2009/03/31/my-mom-says-skypeout-makes-my/' rel='bookmark' title='Permanent Link: My mom says SkypeOut makes my &#8230;'>My mom says SkypeOut makes my &#8230;</a> <small>My mom says SkypeOut makes my voice sound &#8220;low and...</small></li><li><a href='http://www.keebler.net/blog/2006/01/30/cross-domain-xmlhttprequest-calls/' rel='bookmark' title='Permanent Link: Cross-Domain XmlHttpRequest Calls'>Cross-Domain XmlHttpRequest Calls</a> <small> I&#8217;m not really sure if this makes sense at...</small></li><li><a href='http://www.keebler.net/blog/2008/11/23/download-podcasts-right-to-your-iphone-22/' rel='bookmark' title='Permanent Link: Download podcasts right to your iPhone 2.2'>Download podcasts right to your iPhone 2.2</a> <small> The iPhone 2.2 update was mainly just a bug-fix...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
It&#8217;s already a given that I&#8217;ll sell my soul for the first iPhone application to allow me to make <a href="http://www.skype.com/allfeatures/callphones/">SkypeOut</a> calls from my iPhone.  I make a lot of long distance calls and I have to run home to a landline because cellphone long-distance plans in Canada are so insanely expensive (if you wonder why I have a landline in the first places, it&#8217;s a long story involving my building&#8217;s buzzer).
</p>
<p>
Well, the day has come <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <a href="http://www.fring.com/">fring</a> now has an iPhone app that includes Skype integration.  It&#8217;s definitely Beta, so only try it if you have a strong geek stomach, but it works!
</p>
<p>
Some quick tips if you&#8217;re making SkypeOut calls like me.  <strong>Make sure to prepend &#8220;001&#8243; to all the numbers you call e.g. 001-416-555-1234</strong>.  Also, there&#8217;s no way to make touch-tone sounds during a call, so you can&#8217;t use any touch-tone phone service (damn, no ordering pizzas).  But give these guys a few more weeks and I&#8217;m sure they&#8217;ll get it.
</p>
<p>
Anyhow, another amazing app for the iPhone.  Huzzah! <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />
</p>
<p><a href="http://www.fring.com"><img src="http://www.keebler.net/blog/wp-content/images/2008/10/fring.gif" alt="" title="fring" width="182" height="389" class="alignnone size-medium wp-image-3126" /></a><br />
(Thanks <a href="http://fuzzz.gaulin.ca">fuzzz</a>)</p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2009/03/31/my-mom-says-skypeout-makes-my/' rel='bookmark' title='Permanent Link: My mom says SkypeOut makes my &#8230;'>My mom says SkypeOut makes my &#8230;</a> <small>My mom says SkypeOut makes my voice sound &#8220;low and...</small></li><li><a href='http://www.keebler.net/blog/2006/01/30/cross-domain-xmlhttprequest-calls/' rel='bookmark' title='Permanent Link: Cross-Domain XmlHttpRequest Calls'>Cross-Domain XmlHttpRequest Calls</a> <small> I&#8217;m not really sure if this makes sense at...</small></li><li><a href='http://www.keebler.net/blog/2008/11/23/download-podcasts-right-to-your-iphone-22/' rel='bookmark' title='Permanent Link: Download podcasts right to your iPhone 2.2'>Download podcasts right to your iPhone 2.2</a> <small> The iPhone 2.2 update was mainly just a bug-fix...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/10/04/make-skypeout-calls-from-your-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HOWTO: Liveblogging in Wordpress using ScribbleLive</title>
		<link>http://www.keebler.net/blog/2008/09/24/howto-liveblogging-in-wordpress-using-scribblelive/</link>
		<comments>http://www.keebler.net/blog/2008/09/24/howto-liveblogging-in-wordpress-using-scribblelive/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 15:00:08 +0000</pubDate>
		<dc:creator>ShiftEdit</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[ScribbleLive]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[crosspost]]></category>
		<category><![CDATA[liveblog]]></category>
		<category><![CDATA[scribblelive]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=2551</guid>
		<description><![CDATA[
With lots of websites starting to use the crossposting feature on ScribbleLive that we unveiled back in August, I thought it would be a good idea to put together a quick demo video.  In this screencast, I go over all the steps to get your liveblog crossposting to your Wordpress site without using an [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/09/24/howto-liveblogging-with-msn-messenger-or-gtalk/' rel='bookmark' title='Permanent Link: HOWTO: Liveblogging with MSN Messenger or GTalk'>HOWTO: Liveblogging with MSN Messenger or GTalk</a> <small> In this screencast, we unveil a new feature on...</small></li><li><a href='http://www.keebler.net/blog/2009/03/21/scribblelive-mesh09-liveblogging-bffs/' rel='bookmark' title='Permanent Link: ScribbleLive + mesh09 = liveblogging BFFs'>ScribbleLive + mesh09 = liveblogging BFFs</a> <small> I&#8217;ve been working on an Enterprise liveblogging site for...</small></li><li><a href='http://www.keebler.net/blog/2008/07/15/liveblogging-from-iphone-with-scribblelive/' rel='bookmark' title='Permanent Link: Liveblogging from iPhone with ScribbleLive'>Liveblogging from iPhone with ScribbleLive</a> <small> What kind of developer would I be if I...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
With lots of websites starting to use the crossposting feature on <a href="http://www.scribblelive.com">ScribbleLive</a> that we <a href="http://www.keebler.net/blog/2008/08/06/lots-of-new-features-rolled-out-on-scribblelive-in-advance-of-the-beijing-olympics/">unveiled back in August</a>, I thought it would be a good idea to put together a quick demo video.  In <a href="https://scribblelive-resources.s3.amazonaws.com/Crosspost+Screencast.swf">this screencast</a>, I go over all the steps to get your liveblog crossposting to your Wordpress site without using an iframe or other embed code.
</p>
<p>
Please feel free to drop in other questions in the comments, and I&#8217;d be happy to write you back.  Happy liveblogging! <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p><a href="https://scribblelive-resources.s3.amazonaws.com/Crosspost+Screencast.swf"><img src="http://www.keebler.net/blog/wp-content/images/2008/09/picture-31-400x265.png" alt="" title="Crossposting on ScribbleLive" width="400" height="265" class="alignnone size-medium wp-image-2550" /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/09/24/howto-liveblogging-with-msn-messenger-or-gtalk/' rel='bookmark' title='Permanent Link: HOWTO: Liveblogging with MSN Messenger or GTalk'>HOWTO: Liveblogging with MSN Messenger or GTalk</a> <small> In this screencast, we unveil a new feature on...</small></li><li><a href='http://www.keebler.net/blog/2009/03/21/scribblelive-mesh09-liveblogging-bffs/' rel='bookmark' title='Permanent Link: ScribbleLive + mesh09 = liveblogging BFFs'>ScribbleLive + mesh09 = liveblogging BFFs</a> <small> I&#8217;ve been working on an Enterprise liveblogging site for...</small></li><li><a href='http://www.keebler.net/blog/2008/07/15/liveblogging-from-iphone-with-scribblelive/' rel='bookmark' title='Permanent Link: Liveblogging from iPhone with ScribbleLive'>Liveblogging from iPhone with ScribbleLive</a> <small> What kind of developer would I be if I...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/09/24/howto-liveblogging-in-wordpress-using-scribblelive/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>TypeRacer typing racing</title>
		<link>http://www.keebler.net/blog/2008/04/28/typeracer-typing-racing/</link>
		<comments>http://www.keebler.net/blog/2008/04/28/typeracer-typing-racing/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 01:31:32 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/?p=966</guid>
		<description><![CDATA[
Was Typing class in school so much fun that you want to go back and relive it?  Do you have an unhealthy obsession with keyboards?  Do you like competing at everyday, normal tasks?  If any of these apply, now you can compete online against random people at typing thanks to TypeRacer.  [...]]]></description>
			<content:encoded><![CDATA[<p>
Was Typing class in school so much fun that you want to go back and relive it?  Do you have an unhealthy obsession with keyboards?  Do you like competing at everyday, normal tasks?  If any of these apply, now you can compete online against random people at typing thanks to <a href="http://play.typeracer.com/">TypeRacer</a>.  It&#8217;s typerific!
</p>
<p><a href="http://play.typeracer.com/"><img src="http://www.keebler.net/blog/wp-content/images/typeracer.gif" alt="" title="typeracer" width="250" height="142" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/04/28/typeracer-typing-racing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloudo cloud-computing cloud</title>
		<link>http://www.keebler.net/blog/2008/04/27/cloudo-cloud-computing-cloud/</link>
		<comments>http://www.keebler.net/blog/2008/04/27/cloudo-cloud-computing-cloud/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 00:23:43 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/2008/04/27/cloudo-cloud-computing-cloud/</guid>
		<description><![CDATA[
In the never-ending stream of people launching web operating systems while everyone waits for Google O/S and Windows Cloud, comes Cloudo.  As well as having one of the funnier names, it seems (it&#8217;s on private alpha at the moment) to boast some neat features.  You can make the GUI look like Windows, OSX, [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/04/18/windows-server-2003-running-on-amazon-elastic-computing-cloud/' rel='bookmark' title='Permanent Link: Windows Server 2003 Running on Amazon Elastic Computing Cloud'>Windows Server 2003 Running on Amazon Elastic Computing Cloud</a> <small> WARNING: This blog entry is super geeky. Proceed only...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
In the never-ending stream of people launching <a href="http://en.wikipedia.org/wiki/Web_operating_system">web operating systems</a> while everyone waits for Google O/S and Windows Cloud, comes <a href="http://www.cloudo.com">Cloudo</a>.  As well as having one of the funnier names, it seems (it&#8217;s on private alpha at the moment) to boast some neat features.  You can make the GUI look like Windows, OSX, or Linux from a drop-down (sweet!) and they make it easy to share files with your friends.  Being a European company, of course they made a mobile &#8220;skin&#8221; for their operating system too.
</p>
<p>
I signed up for the Developer Alpha, so hopefully I get in to have a look sometime soon.  From their docs, it looks like it&#8217;s running on Javascript so I&#8217;m curious how one goes about creating an app (without being able to p0wn the whole O/S).  But <a href="http://www.cloudo.com">slick Alpha site</a> at least <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
<p><a href="http://www.cloudo.com"><img src='http://www.keebler.net/blog/wp-content/images/cloudo.jpg' alt='cloudo.jpg' /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/04/18/windows-server-2003-running-on-amazon-elastic-computing-cloud/' rel='bookmark' title='Permanent Link: Windows Server 2003 Running on Amazon Elastic Computing Cloud'>Windows Server 2003 Running on Amazon Elastic Computing Cloud</a> <small> WARNING: This blog entry is super geeky. Proceed only...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/04/27/cloudo-cloud-computing-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start Your (own) Tube</title>
		<link>http://www.keebler.net/blog/2008/04/27/start-your-own-tube/</link>
		<comments>http://www.keebler.net/blog/2008/04/27/start-your-own-tube/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 00:14:58 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/2008/04/27/start-your-own-tube/</guid>
		<description><![CDATA[
In my aimless Internet-wanderings today, I ran across Start Your Tube.  Want to start your own YouTube for your dancing sheep videos?  That&#8217;s now an option&#8230;and with revenue sharing to boot    w00t.


Or you can just set-up your own video site in 10 steps on Debian, but it&#8217;s really your option. [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/11/21/when-not-to-start-an-online-store/' rel='bookmark' title='Permanent Link: When NOT to start an online store'>When NOT to start an online store</a> <small> Today I was asked by a client how to...</small></li><li><a href='http://www.keebler.net/blog/2009/04/19/theres-no-better-way-to-start/' rel='bookmark' title='Permanent Link: There&#8217;s no better way to start&#8230;'>There&#8217;s no better way to start&#8230;</a> <small>There&#8217;s no better way to start the day then with...</small></li><li><a href='http://www.keebler.net/blog/2009/03/23/how-do-i-start-a-grassroots-ca/' rel='bookmark' title='Permanent Link: How do I start a grassroots ca&#8230;'>How do I start a grassroots ca&#8230;</a> <small>How do I start a grassroots campaign to beg @keebler...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
In my aimless Internet-wanderings today, I ran across <a href="http://www.startyourtube.com/">Start Your Tube</a>.  Want to start your own <a href="http://www.youtube.com">YouTube</a> for your dancing sheep videos?  That&#8217;s now an option&#8230;and with revenue sharing to boot <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   w00t.
</p>
<p>
Or you can just set-up your own video site in <a href="http://www.howtoforge.com/video_streaming_lighttpd_flowplayer">10 steps on Debian</a>, but it&#8217;s really your option.  Wow, broadband video is commonplace now <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p><a href='http://www.startyourtube.com' title='startyourtube.gif'><img src='http://www.keebler.net/blog/wp-content/images/startyourtube.gif' alt='startyourtube.gif' /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/11/21/when-not-to-start-an-online-store/' rel='bookmark' title='Permanent Link: When NOT to start an online store'>When NOT to start an online store</a> <small> Today I was asked by a client how to...</small></li><li><a href='http://www.keebler.net/blog/2009/04/19/theres-no-better-way-to-start/' rel='bookmark' title='Permanent Link: There&#8217;s no better way to start&#8230;'>There&#8217;s no better way to start&#8230;</a> <small>There&#8217;s no better way to start the day then with...</small></li><li><a href='http://www.keebler.net/blog/2009/03/23/how-do-i-start-a-grassroots-ca/' rel='bookmark' title='Permanent Link: How do I start a grassroots ca&#8230;'>How do I start a grassroots ca&#8230;</a> <small>How do I start a grassroots campaign to beg @keebler...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2008/04/27/start-your-own-tube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhancing Bittorrent Downloads of Licensed Content</title>
		<link>http://www.keebler.net/blog/2007/12/27/enhancing-bittorrent-downloads-of-licensed-content/</link>
		<comments>http://www.keebler.net/blog/2007/12/27/enhancing-bittorrent-downloads-of-licensed-content/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 23:02:38 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/2007/12/27/enhancing-bittorrent-downloads-of-licensed-content/</guid>
		<description><![CDATA[
As I try to slide into my Christmas vacation, I was thinking about how TV networks should be distributing their TV shows online.  It&#8217;s a given that play-on-demand, web-browser-based video players are the standard right now, but the number of people still downloading content using Bittorrent really show that the needs of the viewers [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2006/08/21/bittorrent-search-engine/' rel='bookmark' title='Permanent Link: New Bittorrent Search Engine'>New Bittorrent Search Engine</a> <small> Lately, a few people have asked me what Bittorrent...</small></li><li><a href='http://www.keebler.net/blog/2005/07/14/bittorrent-client-for-pocketpc/' rel='bookmark' title='Permanent Link: Bittorrent Client for PocketPC'>Bittorrent Client for PocketPC</a> <small>I don&#8217;t know anyone who would spend $20 to download...</small></li><li><a href='http://www.keebler.net/blog/2009/06/07/ceo-of-bittorrent-vp-at-roger/' rel='bookmark' title='Permanent Link: CEO of BitTorrent, VP at Roger&#8230;'>CEO of BitTorrent, VP at Roger&#8230;</a> <small>CEO of BitTorrent, VP at Rogers discuss content delivery over...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
As I try to slide into my Christmas vacation, I was thinking about how TV networks should be distributing their TV shows online.  It&#8217;s a given that play-on-demand, web-browser-based video players are the standard right now, but the number of people still downloading content using <a href="http://www.bittorrent.com">Bittorrent</a> really show that the needs of the viewers aren&#8217;t be serviced.  Which raises the question: why can&#8217;t TV networks distribute their shows, DRM-free, on Bittorrent?
</p>
<p>
From what I understand, it comes down to two central problems:</p>
<dl>
<dt><strong>Rights</strong></dt>
<dd>TV companies sell the rights to air and to distribute online on a country-by-country basis.  For example, they can&#8217;t allow an affiliate in England to stream complete seasons of &#8220;The O.C.&#8221; to Americans</dd>
<dt><strong>Monetization</strong></dt>
<dd>Bandwidth costs money.  Viewing shows online takes eyeballs away from TV which costs them advertising revenue.  They need to make money when people watch their shows online, or it just costs them money.</dd>
</dl>
<p>
As a result of each of these problems, the majority of TV networks seem to take the approach that Bittorrent can be brought-down by enhancing strategies/technologies that do take into account rights/monetization concerns.  For example, web-browser based streaming of their shows can be geo-fenced (locked down by IP-blocks by country) and surrounded by advertising.  DRM-ed downloads can be locked down by country and littered with video advertisements.  But with <a href="http://www.ipoque.com/media/internet_studies/internet_study_2007">Bittorrent still dominating web traffic</a>, it seems foolhardy to write-off the technology.
</p>
<p>
Which brings me to the (obvious) conclusion that the TV networks should work with Bittorrent instead of fighting it, by coming up strategies that do allow them to manage rights and make money.  There has to be a way, and with the same amount of resources they spend fighting the trend, I&#8217;m sure they could flush out some ideas.
</p>
<p>
The central problem with Bittorrent downloads is their slowness.  But direct downloads from the TV network websites cost too much bandwidth.  So I suggest a mash-up: the TV networks could <a href="http://www.dessent.net/btfaq/#terms">seed Bittorrent traffic</a> to videos to which they own a license, but only to people in their country who are using Bittorrent on a page with advertisements.  For example, say CTV owns the online rights to &#8220;South Park&#8221; in Canada.  They create something like <a href="http://www.bitlet.org/">BitLet</a> that allows visitors to download any episode of &#8220;South Park&#8221; already floating around in cyber-space <em>but</em> only if they are Canadian and doing so via that webpage.  CTV could rely on the anonymous &#8220;pirate&#8221; encoders to do the encoding, while they reap the benefits.  The visitors get faster download speeds and CTV gets to serve ads while the download is going (and metrics on the number of Canadian downloads of that show).  Win-win!  They could even take it a step further by stitching in ads to the finished download.  As long as it was tastefully done, they could append an ad to the beginning of the video to further monetize the whole process.
</p>
<p>
At the end of the day, TV networks should start focussing on the reality of how people download TV on the internet.  Just because they don&#8217;t like it, doesn&#8217;t mean that it&#8217;s wrong.  They just need to figure out how to satisfy their own demands in emerging marketplaces.  And to do that, they need to start thinking about them <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2006/08/21/bittorrent-search-engine/' rel='bookmark' title='Permanent Link: New Bittorrent Search Engine'>New Bittorrent Search Engine</a> <small> Lately, a few people have asked me what Bittorrent...</small></li><li><a href='http://www.keebler.net/blog/2005/07/14/bittorrent-client-for-pocketpc/' rel='bookmark' title='Permanent Link: Bittorrent Client for PocketPC'>Bittorrent Client for PocketPC</a> <small>I don&#8217;t know anyone who would spend $20 to download...</small></li><li><a href='http://www.keebler.net/blog/2009/06/07/ceo-of-bittorrent-vp-at-roger/' rel='bookmark' title='Permanent Link: CEO of BitTorrent, VP at Roger&#8230;'>CEO of BitTorrent, VP at Roger&#8230;</a> <small>CEO of BitTorrent, VP at Rogers discuss content delivery over...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2007/12/27/enhancing-bittorrent-downloads-of-licensed-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Leopard + Time Machine + Amazon S3 = unlimited backups</title>
		<link>http://www.keebler.net/blog/2007/10/27/mac-os-x-leopard-time-machine-amazon-s3-unlimited-backups/</link>
		<comments>http://www.keebler.net/blog/2007/10/27/mac-os-x-leopard-time-machine-amazon-s3-unlimited-backups/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 03:46:58 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/2007/10/27/mac-os-x-leopard-time-machine-amazon-s3-unlimited-backups/</guid>
		<description><![CDATA[
Time Machine is the new killer feature of Mac OS X Leopard that performs an automatic backup of your machine, and the race is on in to be the first to get it using Amazon S3 to save the backups.  Amazon S3 is basically unlimited storage for $0.15/GB/month.  When you combine that with [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/01/09/jungle-disk-using-amazon-s3/' rel='bookmark' title='Permanent Link: Jungle Disk using Amazon S3'>Jungle Disk using Amazon S3</a> <small> I swear I got half a husky when I...</small></li><li><a href='http://www.keebler.net/blog/2007/10/26/leopard/' rel='bookmark' title='Permanent Link: OS X Leopard'>OS X Leopard</a> <small>Install = no problem. Worth installing != worth it ...</small></li><li><a href='http://www.keebler.net/blog/2008/10/23/windows-server-finally-available-on-amazon-ec2/' rel='bookmark' title='Permanent Link: Windows Server finally available on Amazon EC2'>Windows Server finally available on Amazon EC2</a> <small> I&#8217;ve been waiting for this for so long! You...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.apple.com/macosx/features/timemachine.html">Time Machine</a> is the new killer feature of Mac OS X Leopard that performs an automatic backup of your machine, and the race is on in to be the first to get it using <a href="http://www.amazon.com/gp/browse.html?node=16427261">Amazon S3</a> to save the backups.  Amazon S3 is basically unlimited storage for $0.15/GB/month.  When you combine that with Time Machine that can do almost continuous backups of system changes, a user could have a backup of their machine without ever having to connect to an external hard drive.  For MacBook users, it&#8217;s the perfect solution; who wants to connect your notebook to an external hard drive every night? <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
<p>
My money&#8217;s on <a href="http://www.elasticdrive.com/">ElasticDrive</a> or <a href="http://www.jungledisk.com/">JungleDisk</a> (already <a href="http://www.keebler.net/blog/2007/01/09/jungle-disk-using-amazon-s3/">talked about back in January</a>) to get it figured out first.  Who needs football when you can gamble on software development? <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />
</p>
<p>
Couldn&#8217;t Apple have let us connect Time Machine directly to <a href="http://www.apple.com/dotmac/idisk.html">iDisk</a>?  Despite iTune&#8217;s success, I still don&#8217;t think Apple gets the web&#8230;
</p>
<p><img src='http://www.keebler.net/blog/wp-content/images/2007/10/_apple.jpg' width='400' height='266' alt='apple'/></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/01/09/jungle-disk-using-amazon-s3/' rel='bookmark' title='Permanent Link: Jungle Disk using Amazon S3'>Jungle Disk using Amazon S3</a> <small> I swear I got half a husky when I...</small></li><li><a href='http://www.keebler.net/blog/2007/10/26/leopard/' rel='bookmark' title='Permanent Link: OS X Leopard'>OS X Leopard</a> <small>Install = no problem. Worth installing != worth it ...</small></li><li><a href='http://www.keebler.net/blog/2008/10/23/windows-server-finally-available-on-amazon-ec2/' rel='bookmark' title='Permanent Link: Windows Server finally available on Amazon EC2'>Windows Server finally available on Amazon EC2</a> <small> I&#8217;ve been waiting for this for so long! You...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2007/10/27/mac-os-x-leopard-time-machine-amazon-s3-unlimited-backups/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Skype on the Xbox 360</title>
		<link>http://www.keebler.net/blog/2007/10/17/skype-on-the-xbox-360/</link>
		<comments>http://www.keebler.net/blog/2007/10/17/skype-on-the-xbox-360/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 03:48:24 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/2007/10/17/skype-on-the-xbox-360/</guid>
		<description><![CDATA[
In the ever-growing list of cool Media Center third-party software, I ran across mcePhone (thank Apple for the camel-case) that let&#8217;s you make Skype calls right from Media Center or a Media Center Extender.  Since the Xbox 360 can be a Media Center Extender, MCE+Xbox+mcePhone = VOIP on your Xbox.  How do I [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/03/29/why-you-should-use-xbox-media-center/' rel='bookmark' title='Permanent Link: Why You Should use Xbox Media Center'>Why You Should use Xbox Media Center</a> <small> I just hacked my Xbox last night and got...</small></li><li><a href='http://www.keebler.net/blog/2007/04/01/installing-xbox-media-center/' rel='bookmark' title='Permanent Link: Installing Xbox Media Center'>Installing Xbox Media Center</a> <small> Everyone usually assumes I&#8217;m a huge gamer because I&#8217;m...</small></li><li><a href='http://www.keebler.net/blog/2007/04/01/xbox-media-center-is-awesome-but-not-quite-hd/' rel='bookmark' title='Permanent Link: Xbox Media Center is awesome, but not quite HD'>Xbox Media Center is awesome, but not quite HD</a> <small> As you may have guessed already, I&#8217;m in love...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
In the ever-growing list of <del>cool</del> <a href="http://www.microsoft.com/windows/products/windowsvista/features/details/mediacenter.mspx">Media Center</a> third-party software, I ran across <a href="http://www.scendix.com/mcephone/">mcePhone</a> (thank Apple for the camel-case) that let&#8217;s you make Skype calls right from Media Center or a Media Center Extender.  Since the Xbox 360 can be a Media Center Extender, <strong>MCE+Xbox+mcePhone = VOIP on your Xbox</strong>.  How do I dial Bill Gates on this thing? <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />
</p>
<p><a href="http://www.scendix.com/mcephone/"><img src='/blog/wp-content/images/2007/10/_mcePhone.jpg' width='400' height='226' alt='mcePhone'/></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/03/29/why-you-should-use-xbox-media-center/' rel='bookmark' title='Permanent Link: Why You Should use Xbox Media Center'>Why You Should use Xbox Media Center</a> <small> I just hacked my Xbox last night and got...</small></li><li><a href='http://www.keebler.net/blog/2007/04/01/installing-xbox-media-center/' rel='bookmark' title='Permanent Link: Installing Xbox Media Center'>Installing Xbox Media Center</a> <small> Everyone usually assumes I&#8217;m a huge gamer because I&#8217;m...</small></li><li><a href='http://www.keebler.net/blog/2007/04/01/xbox-media-center-is-awesome-but-not-quite-hd/' rel='bookmark' title='Permanent Link: Xbox Media Center is awesome, but not quite HD'>Xbox Media Center is awesome, but not quite HD</a> <small> As you may have guessed already, I&#8217;m in love...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2007/10/17/skype-on-the-xbox-360/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server 2003 Running on Amazon Elastic Computing Cloud</title>
		<link>http://www.keebler.net/blog/2007/04/18/windows-server-2003-running-on-amazon-elastic-computing-cloud/</link>
		<comments>http://www.keebler.net/blog/2007/04/18/windows-server-2003-running-on-amazon-elastic-computing-cloud/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 03:23:05 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/2007/04/18/windows-server-2003-running-on-amazon-elastic-computing-cloud/</guid>
		<description><![CDATA[
WARNING: This blog entry is super geeky.  Proceed only if you know what an &#8220;elastic computing cloud&#8221; is  


This article is a little older, but I was blown away when I saw it.  The Enomaly Open Source Consulting group has been able to get Windows Server 2003 running on the Amazon Elastic [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/10/23/windows-server-finally-available-on-amazon-ec2/' rel='bookmark' title='Permanent Link: Windows Server finally available on Amazon EC2'>Windows Server finally available on Amazon EC2</a> <small> I&#8217;ve been waiting for this for so long! You...</small></li><li><a href='http://www.keebler.net/blog/2008/04/27/cloudo-cloud-computing-cloud/' rel='bookmark' title='Permanent Link: Cloudo cloud-computing cloud'>Cloudo cloud-computing cloud</a> <small> In the never-ending stream of people launching web operating...</small></li><li><a href='http://www.keebler.net/blog/2007/01/09/jungle-disk-using-amazon-s3/' rel='bookmark' title='Permanent Link: Jungle Disk using Amazon S3'>Jungle Disk using Amazon S3</a> <small> I swear I got half a husky when I...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
<strong>WARNING: This blog entry is super geeky.  Proceed only if you know what an &#8220;elastic computing cloud&#8221; is <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong>
</p>
<p>
This article is a little older, but I was blown away when I saw it.  The <a href="http://www.enomaly.net/">Enomaly Open Source Consulting</a> group has been able to get Windows Server 2003 running on the <a href="http://www.amazon.com/b/ref=sc_fe_l_2/103-9868606-9648605?ie=UTF8&#038;node=201590011&#038;no=3435361&#038;me=A36L942TSJ2AJA">Amazon Elastic Computing Cloud</a>.  I hadn&#8217;t heard of the Amazon Elastic Compute Cloud (&#8221;EC2&#8243;) until the other day, but it&#8217;s almost as amazing as their <a href="http://www.amazon.com/S3-AWS-home-page-Money/b/ref=sc_fe_l_2/103-9868606-9648605?ie=UTF8&#038;node=16427261&#038;no=3435361&#038;me=A36L942TSJ2AJA">S3 storage offering</a>.</p>
<blockquote><p>
Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers.</p>
<p>Just as Amazon Simple Storage Service (Amazon S3) enables storage in the cloud, Amazon EC2 enables &#8220;compute&#8221; in the cloud. Amazon EC2&#8217;s simple web service interface allows you to obtain and configure capacity with minimal friction.
</p></blockquote>
<p>
Supporting only *nix operating-systems initially, it was a challenge for EC2 to support Windows Server.  However, Enomaly was able to run Windows Server via the processor emulator <a href="http://fabrice.bellard.free.fr/qemu/">QEMU</a>.  They then packaged the image into <a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=592&#038;categoryID=101">an AIM (a EC2 computing image)</a> running the <a href="http://www.microsoft.com/technet/windowsserver/evaluate/trial/default.mspx">Windows Server 2003 trial</a>.  From there, you can put your own Windows license onto the server, Remote Desktop in, and away you go!
</p>
<p>
Some nights, I&#8217;m just blown away by what some developers are able to achieve.  Elastic computing clouds, attached to unlimited bandwidth, provides a massively scalable architecture on which to build complex web applications that scale effortlessly.  <a href="http://www.akamai.com">Akamai&#8217;s</a> content delivery network is about to look very antiquated <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/10/23/windows-server-finally-available-on-amazon-ec2/' rel='bookmark' title='Permanent Link: Windows Server finally available on Amazon EC2'>Windows Server finally available on Amazon EC2</a> <small> I&#8217;ve been waiting for this for so long! You...</small></li><li><a href='http://www.keebler.net/blog/2008/04/27/cloudo-cloud-computing-cloud/' rel='bookmark' title='Permanent Link: Cloudo cloud-computing cloud'>Cloudo cloud-computing cloud</a> <small> In the never-ending stream of people launching web operating...</small></li><li><a href='http://www.keebler.net/blog/2007/01/09/jungle-disk-using-amazon-s3/' rel='bookmark' title='Permanent Link: Jungle Disk using Amazon S3'>Jungle Disk using Amazon S3</a> <small> I swear I got half a husky when I...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2007/04/18/windows-server-2003-running-on-amazon-elastic-computing-cloud/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Community translation</title>
		<link>http://www.keebler.net/blog/2007/04/15/community-translation/</link>
		<comments>http://www.keebler.net/blog/2007/04/15/community-translation/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 15:43:45 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/2007/04/15/community-translation/</guid>
		<description><![CDATA[
As I mentioned yesterday, I&#8217;m a big fan of the feature-set being developed by the people at Mojiti.  I&#8217;ve started following their blog, and today they added another innovative feature: community translation.  They&#8217;ve provided an interface for users to translate all the text on the site (1117 phrases) from English to one of [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/06/22/scribblelive-now-has-on-the-fly-translation/' rel='bookmark' title='Permanent Link: ScribbleLive now has on-the-fly translation'>ScribbleLive now has on-the-fly translation</a> <small> Since we launched ScribbleLive a few weeks ago, we&#8217;ve...</small></li><li><a href='http://www.keebler.net/blog/2009/01/15/new-liveblog-translation-tools-from-scribblelive/' rel='bookmark' title='Permanent Link: New liveblog translation tools from ScribbleLive'>New liveblog translation tools from ScribbleLive</a> <small> We want to bring together as many people as...</small></li><li><a href='http://www.keebler.net/blog/2005/06/21/translation-on-the-fly-with-ajax/' rel='bookmark' title='Permanent Link: Translation on the fly with Ajax'>Translation on the fly with Ajax</a> <small>Another great example of on-the-fly Ajax. This time, what you...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
As <a href="http://www.keebler.net/blog/2007/04/14/mojiti/">I mentioned yesterday</a>, I&#8217;m a big fan of the feature-set being developed by the people at <a href="http://mojiti.com">Mojiti</a>.  I&#8217;ve started following their blog, and today they added another innovative feature: community translation.  They&#8217;ve provided <a href="http://mojiti.com/translation/index">an interface</a> for users to translate all the text on the site (1117 phrases) from English to one of 31 languages.  Once all the translations are made for a particular language, they roll it out on the site.
</p>
<p>
For an international site like Mojiti (who doesn&#8217;t love watching guys being hit in the groan with footballs in any language <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ), this sounds like a great way to grow your traffic and attract a much broader audience.  ASP.NET makes displaying multiple languages pretty straight forward with built-in globalization features using resource files.
</p>
<p>
Once again, nice job Mojiiti!  <a href="http://mojiti.com/translation/translators">I translated</a> some French for you <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
<p><a href="http://blog.mojiti.com/articles/2007/04/15/community-translation"><img src="http://www.keebler.net/blog/wp-content/images/2007/04/CommunityTranslation.jpg" width="300" height="178" alt="Community translation" /></a></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2008/06/22/scribblelive-now-has-on-the-fly-translation/' rel='bookmark' title='Permanent Link: ScribbleLive now has on-the-fly translation'>ScribbleLive now has on-the-fly translation</a> <small> Since we launched ScribbleLive a few weeks ago, we&#8217;ve...</small></li><li><a href='http://www.keebler.net/blog/2009/01/15/new-liveblog-translation-tools-from-scribblelive/' rel='bookmark' title='Permanent Link: New liveblog translation tools from ScribbleLive'>New liveblog translation tools from ScribbleLive</a> <small> We want to bring together as many people as...</small></li><li><a href='http://www.keebler.net/blog/2005/06/21/translation-on-the-fly-with-ajax/' rel='bookmark' title='Permanent Link: Translation on the fly with Ajax'>Translation on the fly with Ajax</a> <small>Another great example of on-the-fly Ajax. This time, what you...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2007/04/15/community-translation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Annotating Webnation video with Mojiti</title>
		<link>http://www.keebler.net/blog/2007/04/14/mojiti/</link>
		<comments>http://www.keebler.net/blog/2007/04/14/mojiti/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 22:58:17 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/2007/04/14/mojiti/</guid>
		<description><![CDATA[
I&#8217;ve been waiting for a web-app like this one for a while    Launched in September 2006, Mojiti is a tool for annotating video.  In its most basic form, you can use it to add subtitles or captions, but it&#8217;s actually way cooler than that.  It allows a community to contribute [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2005/10/15/writing-video-files-to-pvr-350-video-out/' rel='bookmark' title='Permanent Link: Writing Video Files to PVR-350 Video-Out'>Writing Video Files to PVR-350 Video-Out</a> <small> As you may have noticed, I wasn&#8217;t having much...</small></li><li><a href='http://www.keebler.net/blog/2008/01/29/comedy-network-video-player-works-on-an-asus-eee-pc/' rel='bookmark' title='Permanent Link: Comedy Network video player works on an Asus Eee PC'>Comedy Network video player works on an Asus Eee PC</a> <small> As the throw-down continues, tonight Andre decided to try...</small></li><li><a href='http://www.keebler.net/blog/2007/11/19/global-tv-launches-new-video-player/' rel='bookmark' title='Permanent Link: Global TV launches new video player'>Global TV launches new video player</a> <small> In the advertising-space race to get full episodes online,...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
I&#8217;ve been waiting for a web-app like this one for a while <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   Launched in September 2006, <a href="http://mojiti.com/">Mojiti</a> is a tool for annotating video.  In its most basic form, you can use it to add subtitles or captions, but it&#8217;s actually way cooler than that.  It allows a community to contribute hypermedia (i.e. links, images, other videos, feeds, comments) within the context of the video.
</p>
<p>
For example, in a show/podcast like <a href="http://www.citynews.ca/webnation">Webnation</a> that displays a bunch of URLs, you can create hyperlinks inside the video for people to click on.  The community can also contribute contextual data inside the video (e.g. what is happening in each segment), and produce an index.  From that index, you can jump to that timecode inside the video.
</p>
<p>
Whereas <a href="http://www.joost.com/">Joost</a> is IMHO turning out to just be traditional TV on the web, the <a href="http://mojiti.com/">Mojiti</a>-model is truly leading the way towards &#8220;Interactive TV&#8221; (excuse the buzz-word).  The moment I can watch a newscast, and click on anything they say/show/do to see more information, then we&#8217;ll be making progress <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
<p>
To try it out, I <a href="http://mojiti.com/kan/3856/10323">annotated the first few minutes of the &#8216;Webnation&#8217; premiere</a>.  You can also check out <a href="http://mojiti.com/learn">their tutorial here</a> or a <a href="http://mojiti.com/kan/941/1204">cool demo here</a>.
</p>
<p><object height="381" width="425"><param name="movie" value="http://mojiti.com/bofangqi/3856/10323"></param><embed height="381" src="http://mojiti.com/bofangqi/3856/10323" width="425"></embed></object></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2005/10/15/writing-video-files-to-pvr-350-video-out/' rel='bookmark' title='Permanent Link: Writing Video Files to PVR-350 Video-Out'>Writing Video Files to PVR-350 Video-Out</a> <small> As you may have noticed, I wasn&#8217;t having much...</small></li><li><a href='http://www.keebler.net/blog/2008/01/29/comedy-network-video-player-works-on-an-asus-eee-pc/' rel='bookmark' title='Permanent Link: Comedy Network video player works on an Asus Eee PC'>Comedy Network video player works on an Asus Eee PC</a> <small> As the throw-down continues, tonight Andre decided to try...</small></li><li><a href='http://www.keebler.net/blog/2007/11/19/global-tv-launches-new-video-player/' rel='bookmark' title='Permanent Link: Global TV launches new video player'>Global TV launches new video player</a> <small> In the advertising-space race to get full episodes online,...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2007/04/14/mojiti/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mark Zuckerberg leaves Facebook</title>
		<link>http://www.keebler.net/blog/2007/04/01/mark-zuckerberg-leaves-facebook/</link>
		<comments>http://www.keebler.net/blog/2007/04/01/mark-zuckerberg-leaves-facebook/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 20:24:45 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.keebler.net/blog/2007/04/01/mark-zuckerberg-leaves-facebook/</guid>
		<description><![CDATA[
I was scanning the image directory where Facebook keeps all the &#8220;gifts&#8221; they release, and there were a few that haven&#8217;t made it into production yet.  One of them, was this icon of Mark Zuckerberg with the text &#8220;2004-2007&#8243;.  Facebook started in 2004 so I can only assume that this might be on [...]


Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/06/15/facebook-polls-facebook-starts-selling-your-data/' rel='bookmark' title='Permanent Link: Facebook Polls: Facebook starts selling your profile'>Facebook Polls: Facebook starts selling your profile</a> <small> In the newest of Facebook&#8217;s plunge into an evil...</small></li><li><a href='http://www.keebler.net/blog/2009/09/30/first-red-leaves-of-the-season/' rel='bookmark' title='Permanent Link: First red leaves of the season&#8230;'>First red leaves of the season&#8230;</a> <small>First red leaves of the season. I&#8217;m scared. http://twitpic.com/jrkmm ...</small></li><li><a href='http://www.keebler.net/blog/2007/05/31/whyyoushould-facebook-application/' rel='bookmark' title='Permanent Link: WhyYouShould Facebook Application'>WhyYouShould Facebook Application</a> <small> After navigating my way through the developer docs for...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>
I was scanning <a href="http://static.ak.facebook.com/images/gifts/">the image directory</a> where <a href="http://www.facebook.com">Facebook</a> keeps all the &#8220;gifts&#8221; they release, and there were a few that haven&#8217;t made it into production yet.  One of them, was <a href="http://static.ak.facebook.com/images/gifts/192.png">this icon</a> of Mark Zuckerberg with the text &#8220;2004-2007&#8243;.  Facebook <a href="http://en.wikipedia.org/wiki/Facebook">started in 2004</a> so I can only assume that this might be on the servers in anticipation of Zuckerberg (Facebook&#8217;s founder) leaving the company in the very near future.
</p>
<p>
There have been <a href="http://www.dailyherald.com/business/story.asp?id=297090">rumours swirling</a> about Zuckerberg selling Facebook for years, but this might be the first &#8220;credible&#8221; sign that the man we have grown to love (and have gotten used to seeing in our upper-left corner) is hanging up his poking finger.
</p>
<p>
But before you leave, Mark Zuckerberg, could you please confirm my friend request? <img src='http://www.keebler.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p><img src="http://www.keebler.net/blog/wp-content/images/192.png" width="64" height="64" /></p>


<p>Related posts:<ol><li><a href='http://www.keebler.net/blog/2007/06/15/facebook-polls-facebook-starts-selling-your-data/' rel='bookmark' title='Permanent Link: Facebook Polls: Facebook starts selling your profile'>Facebook Polls: Facebook starts selling your profile</a> <small> In the newest of Facebook&#8217;s plunge into an evil...</small></li><li><a href='http://www.keebler.net/blog/2009/09/30/first-red-leaves-of-the-season/' rel='bookmark' title='Permanent Link: First red leaves of the season&#8230;'>First red leaves of the season&#8230;</a> <small>First red leaves of the season. I&#8217;m scared. http://twitpic.com/jrkmm ...</small></li><li><a href='http://www.keebler.net/blog/2007/05/31/whyyoushould-facebook-application/' rel='bookmark' title='Permanent Link: WhyYouShould Facebook Application'>WhyYouShould Facebook Application</a> <small> After navigating my way through the developer docs for...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.keebler.net/blog/2007/04/01/mark-zuckerberg-leaves-facebook/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
