<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Technosailor.com &#187; api</title>
	<atom:link href="http://technosailor.com/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://technosailor.com</link>
	<description>Business and Technology with Common Sense</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:54:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19888</generator>
		<item>
		<title>Platforms vs. Products: Google Does Some Soul Searching</title>
		<link>http://technosailor.com/2011/10/13/platforms-vs-products-google-does-some-soul-searching/</link>
		<comments>http://technosailor.com/2011/10/13/platforms-vs-products-google-does-some-soul-searching/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 16:17:39 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=8492</guid>
		<description><![CDATA[A rant from a Googler comparing Amazon&#8217;s focus on a platform vs Google&#8217;s focus on products. Fundamental.]]></description>
			<content:encoded><![CDATA[<p><a href="http://steverant.pen.io/">A rant</a> from a Googler comparing Amazon&#8217;s focus on a platform vs Google&#8217;s focus on products. Fundamental.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2011/10/13/platforms-vs-products-google-does-some-soul-searching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>The BASIC Cloud Framework API</title>
		<link>http://technosailor.com/2009/08/26/the-basic-cloud-framework-api/</link>
		<comments>http://technosailor.com/2009/08/26/the-basic-cloud-framework-api/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:23:34 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=7755</guid>
		<description><![CDATA[Last night, I spent the evening with a bunch of PHP developers in DC. This informal gathering in the DC-PHP community is a regular occurrence known as the DC PHP Beverage Subgroup &#8211; Virginia Chapter. There is also a DC-chapter &#8230; <a href="http://technosailor.com/2009/08/26/the-basic-cloud-framework-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span class="drop_cap">L</span>ast night, I spent the evening with a bunch of PHP developers in DC. This informal gathering in the DC-PHP community is a regular occurrence known as the DC PHP Beverage Subgroup &#8211; Virginia Chapter. There is also a DC-chapter that meets once a month as well. These two informal gatherings are for the sole purpose of getting together, enjoying some food and cold beverages and generally just talking about anything and everything. It complements the official DC PHP meeting which is generally a technical presentation directly related to PHP.</p>
<p>So last night, we were yukking it up about how PHP has re-invoked the <a href="http://php.net/goto">GOTO</a>operator, a programming mechanism that, we thought, died with the BASIC programming language of yore. Coding in BASIC was very procedural and not very rich in its abilities.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">10 PRINT &quot;Hello World!&quot;<br />
20 GOTO 10</div></td></tr></tbody></table></div>
<p>One of our number suggested that PHP, since they regressed so badly with the GOTO operator inclusion, should also adopt line numbers in code as well. :) This conversation devolved into all the cliché buzzwords of our time and eventually, it was suggested that what we really need is a &#8220;BASIC Cloud Framework API&#8221;.</p>
<p>Putting aside BASIC, which is not really practical or desirable, the concept of a Cloud-based Framework API, whatever it actually is, is not all that undesirable. If you think about it, we already have a Cloud-based API for APIs (yes, I realize this is very meta) with the super-cool <a href="http://www.gnip.com/">Gnip</a> which <a href="http://technosailor.com/2008/07/02/gnip-spells-a-whole-new-world-for-data-apis/">we covered</a> last year when they launched. Social services channel their data through Gnip and Gnip provides a single API layer for data access. And it&#8217;s built in the cloud.</p>
<p>Similarly, up until a few years ago, Javascript was painful to write because developers had to write code for all the browsers and all their nuances. That was before Javascript libraries &mdash; or APIs, if you will &mdash; like <a href="http://www.prototypejs.org/">Prototype</a> or <a href="http://jquery.com">jQuery</a> came along providing the developer with a single layer of javascript programming that would work seamlessly on all browsers.<br />
<img src="http://technosailor.com/wp-content/uploads/2009/08/1206677_75532165-250x136.jpg" alt="1206677_75532165" width="250" height="136" class="alignleft size-medium wp-image-7756" /><br />
The concept of single layer APIs is not a new one. Why can&#8217;t we have an API for cloud-services as well?</p>
<p>Think about this. Right now, anyone wanting to build an application has three options. They can build out a server cluster or farm that physically scales and, by proxy, ends up costing a lot as physical hardware costs a lot. A second option would involve a virtual cluster made up of virtual machines. You still need hardware, but each server souped up with up to 32G of RAM can theoretically host tons of virtual machines all acting as a physical server. An entirely virtual solution is hosting applications in &#8220;the cloud&#8221;.</p>
<p>Cloud computing is not without it&#8217;s challenges. I&#8217;ve <a href="http://technosailor.com/2008/07/22/cloud-computing-does-not-spell-the-end-for-common-sense-it-management/">challenged the reliance</a> on it <a href="http://technosailor.com/2009/04/08/the-pros-and-cons-of-cloud-computing/">in the past</a>, and I still do. However, with cloud services like Amazon&#8217;s EC2, S3 or Google&#8217;s App Engine, it becomes entirely possible to not only store data in the cloud, but also run and maintain entire services in the cloud.</p>
<p>The problem is, each of them require different things. Amazon has a suite of developer tools that are needed to build against their cloud offerings. Google App Engine only supports Python, Ruby or Java.</p>
<p>There should be a way to abstract this development to a single layer &mdash; or API, if you will &mdash; to take advantage of this.</p>
<p>Laugh it up, chuckles. A cloud-based framework API is not all that ridiculous of a concept. The world once thought the earth was flat as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2009/08/26/the-basic-cloud-framework-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://technosailor.com/files/1206677_75532165-250x136.jpg" />
		<media:content url="http://technosailor.com/files/1206677_75532165.jpg" medium="image">
			<media:title type="html">1206677_75532165</media:title>
			<media:thumbnail url="http://technosailor.com/files/1206677_75532165-250x136.jpg" />
		</media:content>
	</item>
		<item>
		<title>A Tale of Two Cities: How DC and San Francisco Are Handling Citywide 311</title>
		<link>http://technosailor.com/2009/06/02/a-tale-of-two-cities-how-dc-and-san-francisco-are-handling-citywide-311/</link>
		<comments>http://technosailor.com/2009/06/02/a-tale-of-two-cities-how-dc-and-san-francisco-are-handling-citywide-311/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 18:21:39 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[311]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[california]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[dc]]></category>
		<category><![CDATA[open government]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[sf]]></category>
		<category><![CDATA[transparency]]></category>
		<category><![CDATA[washington]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=7589</guid>
		<description><![CDATA[Without a doubt, I am a data whore. I love raw data. I love APIs. I love finding interesting ways to mashup data. With the new found craze in government for openness, led in no small part from the Federal &#8230; <a href="http://technosailor.com/2009/06/02/a-tale-of-two-cities-how-dc-and-san-francisco-are-handling-citywide-311/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Without a doubt, I am a data whore. I love raw data. I love APIs. I love finding interesting ways to mashup data. With the new found craze in government for openness, led in no small part from the Federal level and work endorsed by the Obama Administration to work pushed forward by <a href="http://sunlightlabs.com">Sunlight Labs</a>, Craigslist founder <a href="http://craignewmark.com">Craig Newmark</a> and others, I&#8217;d expect the openness to trickle down to state and local levels. And it is.</p>
<p>On one level, you have Washington, DC (where I live) who has been making impressive strides through OCTO (Office of the Chief Technology Officer) with the assistance of <a href="http://istrategylabs.com">iStrategyLabs</a> and the <a href="http://www.appsfordemocracy.org/">Apps for Democracy</a> competition.</p>
<p>Washington, DC is in production of it&#8217;s <a href="http://octolabs.pbworks.com/Open-311-API">Open 311 API</a>, a RESTful data API that they are careful to note is in development. (We will be building a PHP library around this API shortly, so keep an eye for that announcement over at <a href="http://emmense.com">Emmense.com</a>).</p>
<p>In using a REST API, DC is opening up the service sector of the DC City government for developers of all sorts to tap into and build applications around. All to meet the needs of city residents.</p>
<p>San Francisco, on the other hand, just announced that they are utilizing <a href="http://twitter.com">Twitter</a> to allow residents to <a href="http://www.sfgov.org/site/sf311_index.asp?id=104503">submit issues directly from their favorite web application</a>. Simply by following <a href="http://twitter.com/sf311">@sf311</a> (and being refollowed), citizens are able to DM requests.</p>
<p>Personally, I am partial to DC&#8217;s approach but I applaud both cities for pushing the boundaries to bring city government closer to the people. Frankly, I&#8217;m a little concerned about San Francisco utilizing Twitter for this purpose, for the same reason that I am hesitant about any business <em>making their business model about Twitter</em>. Twitter has not proved, at least in my mind, that they have the business savvy to keep their service from going out of business. Likewise, they have not proved their technical ability to make a fail-less system. It&#8217;s a game of Russian roulette to base a business (or government service) around this application. San Francisco probably has failover plans and this is just another approach though, so arguably it&#8217;s not a significant risk.</p>
<p><em><span style="font-style: normal"> </span><span style="font-style: normal">However, the solution to the 311 problem becomes infinitely more scalable when utilizing a pure API and allowing the pure submission and retrieval of data. And the use of an API keeps responsibility in-house. Twitter is not paid for by taxpayer money, so there is no expectation of quality control. A government owned and maintained API, on the other hand, provides safeguards that make sense.</span></p>
<p><span style="font-style: normal">All that aside, it is clear that both DC and San Francisco recognize that the accessibility of governments to their citizens is an utmost important goal in 2009. They are taking laudable steps to break down the barriers and solve real problems with modern technologies. For that, I can find no fault.</span></p>
<p></em></p>
]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2009/06/02/a-tale-of-two-cities-how-dc-and-san-francisco-are-handling-citywide-311/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
	</item>
		<item>
		<title>The Xbox Experience: A Great Improvement That Still Lacks</title>
		<link>http://technosailor.com/2008/11/24/the-xbox-experience-a-great-improvement-that-still-lacks/</link>
		<comments>http://technosailor.com/2008/11/24/the-xbox-experience-a-great-improvement-that-still-lacks/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 17:23:24 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[bizspark]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[exchange server]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[open social]]></category>
		<category><![CDATA[openaim]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[xbox 360]]></category>
		<category><![CDATA[xbox experience]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=5230</guid>
		<description><![CDATA[Microsoft is clearly getting hipper with their offerings. The company that has been notoriously committed to offline products, like their Windows operating System and productivity suite, Microsoft Office, to the detriment of their online offerings seems to definitely be moving &#8230; <a href="http://technosailor.com/2008/11/24/the-xbox-experience-a-great-improvement-that-still-lacks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft is clearly getting hipper with their offerings. The company that has been notoriously committed to offline products, like their Windows operating System and productivity suite, Microsoft Office, to the detriment of their online offerings seems to definitely be moving into the internet space more. They are, in fact, trying to own the online space now which is a significant internal company departure from the past.</p>
<p>As recently as yesterday, speculation was that the ill-branded <a href="http://www.live.com/">Live! Search</a> could be <a href="http://www.techcrunch.com/2008/11/23/microsoft-to-rebrand-search-will-it-be-kumo/">rebranded in a much more internet friendly way</a>. Kumo.com anyone? Their IM client&#8230; well, no one uses it.</p>
<p><a href="http://technosailor.com/files/xbox-360-logo.jpg"><img class="frame alignleft size-full wp-image-5231" src="http://technosailor.com/files/xbox-360-logo.jpg" alt="xbox-360-logo" width="200" height="135" /></a>Of course, they have jumped headfirst into the incubation industry by launching <a href="http://www.microsoft.com/bizspark/">BizSpark</a>, which seeks to provide promising young companies with technical resources, such as their server offerings, and human and business resources to help these investment companies, mostly web based startups, become viable.</p>
<p>Naturally, one of the odd players in the Microsoft ecosystem has been the Xbox 360 platform. It is a killer gaming platform (I am an avid Xbox Gamer) and their online gameplay over Xbox Live is second to none. It has always lacked any kind of cohesion for an online service though. Especially in 2008, where Facebook and Twitter rule the day and it is rare to find someone who is <em>not</em> on some kind of social networking platform.</p>
<p>So a few months ago, when word leaked out about a complete overhaul to the Xbox Live experience, there were many of us who were excited about a modernization with significant incorporation of social networking elements. With the launch the other day, some of that has been delivered.</p>
<p>The Xbox Experience, as it&#8217;s called, is a significantly streamlined dashboard making it extremely easy to access common items, such as the Xbox Marketplace. Incorporation of online video giant, also dabbling in the social networking space, <a href="http://netflix.com">Netflix</a> makes the Experience worlds better. It is possible to watch Netflix &#8220;Instant Play&#8221; queue items directly via your Xbox Dashboard. Sweet, if the video quality was better. Putting this aside, the mashup is a great step in making the Xbox an entertainment hub.</p>
<p>However, significant issues remain. A &#8220;big bling&#8221; element to the new <a href="http://www.xbox.com/en-US/live/nxe/">Xbox Experience</a>, is the new avatars. Going through a wizard the first time I logged in, reminded me a bit of creating your Tiger Woods 2008 character. Though this is fine in creating a personalized environment, I find no purpose for an avatar except to snap a proverbial photo and making that photo your &#8220;avatar photo&#8221;. I would much rather designate an actual graphic or picture as my avatar, in much of the same way most social networks allow you to.</p>
<p>The storyline falls apart more when you login to manage your Xbox Live account from the web and discover they have not incorporated any further way of getting at your data. Microsoft would do well to develop robust APIs that would allow players to get an XML or JSON feed of achievements, gamerscores, last/currently played games as well as other social network elements.</p>
<p>Why not provide a much more efficient &#8220;friends&#8221; method that would allow players to have wish lists, friend challenges, friend groups, as well as a unique element I call &#8220;tip sharing&#8221;. Tip sharing would be a forum element where a friend could share intel about a game (say <em>Fallout 3</em>) and I could &#8220;download&#8221; that tip into my Xbox Live user account. When I reach the Farrugut West Metro station in <em>Fallout 3</em> and my friend has discovered something, the game could feed me that intel from a friend.</p>
<p>Another social element would be the concept of a &#8220;lifeline&#8221; where, if I&#8217;m stuck during a game, I could get immediate assistance (in-game or otherwise) from my friends through screen sharing, instant message (kill Live! Messenger and use <a href="http://dev.aol.com/aim">OpenAIM</a>, please) or other &#8220;helper&#8221; element.</p>
<p>Let&#8217;s make it really social and make it possible for gamers to find other gamers in their area and schedule times together (if you have to, use a modified, online, lite version of <a href="http://www.microsoft.com/sharepoint/default.mspx">Sharepoint</a> or <a href="http://www.microsoft.com/exchange/default.mspx">Exchange Server</a> to make this happen).</p>
<p>Of course, a natural tie together, via <a href="http://www.opensocial.org/">OpenSocial</a>, with other social networks, possible use of <a href="http://oauth.net/">OAuth</a> for data access and login, status messaging and comment, and other &#8220;social elements&#8221; would really flesh the Xbox Experience as <em>useful</em> in 2008.</p>
<p>What are your thoughts on the Xbox Experience?</p>
]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/11/24/the-xbox-experience-a-great-improvement-that-still-lacks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://technosailor.com/files/xbox-360-logo.jpg" />
		<media:content url="http://technosailor.com/files/xbox-360-logo.jpg" medium="image">
			<media:title type="html">xbox-360-logo</media:title>
		</media:content>
	</item>
		<item>
		<title>GNIP Spells a Whole New World for Data APIs</title>
		<link>http://technosailor.com/2008/07/02/gnip-spells-a-whole-new-world-for-data-apis/</link>
		<comments>http://technosailor.com/2008/07/02/gnip-spells-a-whole-new-world-for-data-apis/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 04:13:09 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[data-portability]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[gnip]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=3262</guid>
		<description><![CDATA[Allow me to get nerdy. It has been a long time since I got downright giddy about something developer-oriented. Lots of new APIs are coming out all the time and I usually take a once over look at them to &#8230; <a href="http://technosailor.com/2008/07/02/gnip-spells-a-whole-new-world-for-data-apis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Allow me to get nerdy.</p>
<p>It has been a long time since I got downright giddy about something developer-oriented. Lots of new APIs are coming out all the time and I usually take a once over look at them to determine if there is something cool there. A lot of time there are cool things and I promise myself to come back and explore the possibilities later. I rarely do.</p>
<p>However, with the announcement of <a href="http://gnipcentral.com">GNIP</a> today, I finally feel like my incessant mulling of API frameworks might be coming to an end.</p>
<p>Let me back up. A few weeks ago, I was fiddling with a bunch of APIs trying to create some mashup I was working on. I sent <a href="http://caseysoftware.com">Keith</a> a direct message pitching a &#8220;crazy idea&#8221;. An API for all APIs. One API to rule them all. His response, &#8220;A meta API?&#8221;</p>
<p>That made sense and made me laugh because I know how much he hates the word &#8220;meta&#8221;.</p>
<p>My idea quickly dissipated as I realized it was probably pretty futile to create an API for all these varied services that all had different data formats and types and my need for it wasn&#8217;t all that important at the time anyway.</p>
<p>I could have also used the concept when I was working on <a href="http://mokonji.com">Mokonji</a>, the project that now sits dead because <a href="http://trackur.com">Trackur</a> beat me to the punch.</p>
<p>The idea with GNIP, bringing this story full circle, is that it is a meta-API. It sits in front of &#8220;data producers&#8221; (<a href="http://digg.com">Digg</a>, <a href="http://flickr.com">Flickr</a>, <a href="http://disqus.com">Disqus</a>) and provides a standardized API for &#8220;data consumers&#8221; (<a href="http://plaxo.com">Plaxo</a>, <a href="http://mybloglog.com">MyBlogLog</a>, even <a href="http://lijit.com">Lijit</a>!) to exchange data.</p>
<p>Since this is still so very early, there are bound to be other data producers and consumers. Also notable is that the only data format is XML. XMPP and JSON are missing. That will likely change over time too.</p>
<p>Data Producers not yet involved that should be:</p>
<ul>
<li><a href="http://code.google.com/more/#products-featured-android">Google</a></li>
<li><a href="http://developer.yahoo.com/">Yahoo</a></li>
<li><a href="http://seesmic.com">Seesmic</a></li>
<li><a href="http://viddler.com">Viddler</a></li>
<li><a href="http://mixx.com">Mixx</a></li>
<li><a href="http://twitter.com">Twitter</a></li>
<li><a href="http://amazon.com">Amazon</a></li>
</ul>
<p>And a few Data Consumers that are also missing:</p>
<ul>
<li><a href="http://friendfeed.com">FriendFeed</a></li>
<li><a href="http://facebook.com">Facebook</a></li>
<li><a href="http://myspace.com">MySpace</a></li>
<li><a href="http://clearspring.com">Clearspring</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/07/02/gnip-spells-a-whole-new-world-for-data-apis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
	</item>
		<item>
		<title>The Art of the Mashup</title>
		<link>http://technosailor.com/2008/05/25/the-art-of-the-mashup/</link>
		<comments>http://technosailor.com/2008/05/25/the-art-of-the-mashup/#comments</comments>
		<pubDate>Sun, 25 May 2008 16:29:35 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[mashups]]></category>
		<category><![CDATA[open access]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=2847</guid>
		<description><![CDATA[The other day, I was talking to the CTO of a company that is working to build a web technology solution for a problem that exists due to the arcane infrastructure and systems already in place in the niche target &#8230; <a href="http://technosailor.com/2008/05/25/the-art-of-the-mashup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The other day, I was talking to the CTO of a company that is working to build a web technology solution for a problem that exists due to the arcane infrastructure and systems already in place in the niche target industry. He was mourning the fact that, after spending gobs of time wireframing and re-wireframing a solution, the parties who initially expressed interest in licensing the technology, had decided to walk away from the table for a variety of reasons.</p>
<p>The big conglomerate that had decided to walk had expressed concern over the fact that they already had systems for billing and other management aspects of their company and didn&#8217;t want to invest  in something unknown and untried over their long-standing, yet antiquated, solution.</p>
<p>Over the course of an hour or so, and even since then, we looked over his wireframes determining what the company <em>should</em> look like in order to make some sales, if not all the sales he wanted. I realized that his product was designed in such a way that dependencies were created everywhere. If a customer wanted just this one portion that does employee management but not the other part that does billing, there was no productive way to do this so he could make a sale without making the big sale.</p>
<p>In the web world, we talk about mashups. Take a google map and mash it up with Twitter and you have <a href="http://twittervision.com">Twittervision</a>. Mashup <a href="http://www.basecamphq.com">Basecamp</a> with <a href="http://freshbooks.com">FreshBooks</a> and tie in <a href="http://salesforce.com">Salesforce</a> and you&#8217;ve got a complete back-office CRM-Billing system to build your company on top of.</p>
<p>The strength of mashups is the distributed nature of the work. I no longer have to store my own video files because YouTube will do it for me and give me a means to access it, thus eliminating the overhead and cost of doing business associated with that video. I no longer have to worry about the development time and money needed to distribute a widget containing my content to other websites because <a href="http://clearspring.com">Clearspring</a> does that work for me. The trick is in <a href="http://en.wikipedia.org/wiki/API">APIs</a> which allow others to innovate on top of the technologies created by others.</p>
<p>My advice to this entrepreneur was to create APIs between his various modules and build out-of-the-box products that he could sell that utilize those APIs. In fact the APIs can be open and still be paid access, which provides another stream of revenue &#8211; especially when his clients have the money to pay top dollar for those APIs if they consider the alternative cost of throwing out entire chunks of their existing infrastructure and using an out of the box solution that may not meet their unique needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/05/25/the-art-of-the-mashup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>Zend Adds Akismet API to Framework</title>
		<link>http://technosailor.com/2007/02/08/zend-adds-akismet-api-to-framework/</link>
		<comments>http://technosailor.com/2007/02/08/zend-adds-akismet-api-to-framework/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 16:09:18 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.technosailor.com/zend-adds-akismet-api-to-framework/</guid>
		<description><![CDATA[The Zend Framework has a new member (albeit incubating at the moment). That new member is the Akismet API. Source: Akismet.]]></description>
			<content:encoded><![CDATA[<p>The Zend Framework <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Service_Akismet+Proposal+-+Matthew+Weier+O%27Phinney">has a new member</a> (albeit incubating at the moment). That new member is the Akismet API. Source: <a href="http://blog.akismet.com/2007/02/07/zend-framework-module/">Akismet</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2007/02/08/zend-adds-akismet-api-to-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

