<?xml version="1.0" encoding="UTF-8"?>
<rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>dev.appozite</title>
	
	<link>http://dev.appozite.com</link>
	<description />
	<pubDate>Wed, 30 Jul 2008 16:52:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/devappozite" /><feedburner:info uri="devappozite" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>ZiteFight lets you show off your style</title>
		<link>http://feedproxy.google.com/~r/devappozite/~3/SwbOE2D_Vnc/</link>
		<comments>http://dev.appozite.com/2008/07/zitefight-lets-you-show-off-your-style/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 16:52:20 +0000</pubDate>
		<dc:creator>Hayes</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[ror]]></category>

		<category><![CDATA[zitefight]]></category>

		<guid isPermaLink="false">http://dev.appozite.com/?p=10</guid>
		<description><![CDATA[We&#8217;re really excited at Appozite today because we just launched our first app, ZiteFight. ZiteFight is, as it loudly proclaims, The World Championship of Style. It pits user submitted photos against each other to and lets voters determine who has the best style. So if you think you know style, then go vote. If you [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re really excited at Appozite today because we just launched our first app, <a onclick="pageTracker._trackPageview('/outgoing/www.zitefight.com?referer=');pageTracker._trackPageview('/outgoing/www.zitefight.com?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://www.zitefight.com">ZiteFight</a>. ZiteFight is, as it loudly proclaims, The World Championship of Style. It pits user submitted photos against each other to and lets voters determine who has the best style. So if you think you know style, then <a onclick="pageTracker._trackPageview('/outgoing/www.zitefight.com?referer=');pageTracker._trackPageview('/outgoing/www.zitefight.com?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://www.zitefight.com">go vote</a>. If you think you&#8217;ve got style, then <a onclick="pageTracker._trackPageview('/outgoing/www.zitefight.com/join_the_fight?referer=');pageTracker._trackPageview('/outgoing/www.zitefight.com/join_the_fight?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://www.zitefight.com/join_the_fight">join the fight</a>.</p>
<p>Since this is the technical side of Appozite, I&#8217;ll take a second here to talk about the technology behind ZiteFight. It&#8217;s written in Ruby on Rails with MySQL as the database. Since we&#8217;re planning to handle tons of votes, I put a lot of work into making sure the process of saving results from fights wouldn&#8217;t get out of control. As they&#8217;re received, votes are put in a queue table which uses the <a onclick="pageTracker._trackPageview('/outgoing/dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html?referer=');pageTracker._trackPageview('/outgoing/dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html">MySQL Memory storage engine</a> so they don&#8217;t actually have to touch the disk when the user&#8217;s voting request comes in. They&#8217;re then saved to an intermediate queue table every few minutes in a background job which also updates some stats like fighter records, etc. Finally, every hour they get archived off by another background job that calculates rankings and does some other housekeeping. So far it seems to be working quite well.</p>
<p>On another note, I&#8217;ll mention that it&#8217;s hosted by <a onclick="pageTracker._trackPageview('/outgoing/www.slicehost.com?referer=');pageTracker._trackPageview('/outgoing/www.slicehost.com?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://www.slicehost.com">SliceHost</a>. I highly recommend them so far. They&#8217;ve got tons of documentation on all sorts of sysadmin topics. Performance has definitely been good as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.appozite.com/2008/07/zitefight-lets-you-show-off-your-style/feed/</wfw:commentRss>
		<feedburner:origLink>http://dev.appozite.com/2008/07/zitefight-lets-you-show-off-your-style/</feedburner:origLink></item>
		<item>
		<title>Can RSS find a place in e-commerce?</title>
		<link>http://feedproxy.google.com/~r/devappozite/~3/8YkF5YgYVpg/</link>
		<comments>http://dev.appozite.com/2008/07/can-rss-find-a-place-in-e-commerce/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 13:58:34 +0000</pubDate>
		<dc:creator>Hayes</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[atom]]></category>

		<category><![CDATA[ecommerce]]></category>

		<category><![CDATA[leemajors]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://dev.appozite.com/?p=9</guid>
		<description><![CDATA[Our big audacious goal at Appozite is to make it easier for everyone to find products that fit their tastes. This means we&#8217;re interested in anything that will make product discovery and shopping better, faster and smarter. In many cases, like the $6 million man, we have the technology. Unlike Lee Majors, we&#8217;re not using [...]]]></description>
			<content:encoded><![CDATA[<p>Our big audacious goal at Appozite is to make it easier for everyone to find products that fit their tastes. This means we&#8217;re interested in anything that will make product discovery and shopping better, faster and smarter. In many cases, like the <a onclick="pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0071054/?referer=');pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0071054/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0071054/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0071054/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0071054/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0071054/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0071054/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0071054/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');pageTracker._trackPageview('/outgoing/www.imdb.com/title/tt0071054/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');" href="http://www.imdb.com/title/tt0071054/">$6 million man</a>, we have the technology. Unlike <a onclick="pageTracker._trackPageview('/outgoing/www.imdb.com/name/nm0000516/?referer=');pageTracker._trackPageview('/outgoing/www.imdb.com/name/nm0000516/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/www.imdb.com/name/nm0000516/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/www.imdb.com/name/nm0000516/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.imdb.com/name/nm0000516/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');pageTracker._trackPageview('/outgoing/www.imdb.com/name/nm0000516/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.imdb.com/name/nm0000516/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');pageTracker._trackPageview('/outgoing/www.imdb.com/name/nm0000516/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');pageTracker._trackPageview('/outgoing/www.imdb.com/name/nm0000516/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');" href="http://www.imdb.com/name/nm0000516/">Lee Majors</a>, we&#8217;re not using it. One of those underutilized technologies in e-commerce is content syndication via <a onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/RSS_file_format?referer=');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/RSS_file_format?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/RSS_file_format?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/RSS_file_format?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/RSS_file_format?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/RSS_file_format?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/RSS_file_format?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');" href="http://en.wikipedia.org/wiki/RSS_(file_format)">RSS</a> and <a onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Atom_standard?referer=');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Atom_standard?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Atom_standard?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Atom_standard?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Atom_standard?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Atom_standard?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Atom_standard?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');" href="http://en.wikipedia.org/wiki/Atom_(standard)">Atom</a>. (I&#8217;ll say &#8220;RSS&#8221; from here on out but I&#8217;m using that as an umbrella term for all feed technologies.)</p>
<p>Jenn started this conversation over on <a onclick="pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/?referer=');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');" href="http://appozitegeist.appozite.com/">Appozitegeist</a> and makes a great case for how <a onclick="pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/2008/06/what-to-do-about-those-annoying-email-newsletters/?referer=');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/2008/06/what-to-do-about-those-annoying-email-newsletters/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/2008/06/what-to-do-about-those-annoying-email-newsletters/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/2008/06/what-to-do-about-those-annoying-email-newsletters/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/2008/06/what-to-do-about-those-annoying-email-newsletters/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/2008/06/what-to-do-about-those-annoying-email-newsletters/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/2008/06/what-to-do-about-those-annoying-email-newsletters/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com/2008/06/what-to-do-about-those-annoying-email-newsletters/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');" href="http://appozitegeist.appozite.com/2008/06/what-to-do-about-those-annoying-email-newsletters/">RSS can replace annoying bulk marketing emails from retailers.</a> She also has quite a bit to say about how difficult it&#8217;s been to get uptake of RSS from the general population. Like cold fusion or the hydrogen car, it appears to always be just over the horizon. I won&#8217;t repeat those topics here but I do want to discuss what a great fit RSS is for the standard e-commerce data management model as well as for its business model.</p>
<p>One place where RSS has undeniably found a home is on blogs and news sites. There&#8217;s hardly a news site left that doesn&#8217;t offer a feed of at least top stories, if not a section-by-section breakdown of headlines. This is perfect for RSS because there&#8217;s frequently updated content as new posts and stories are added. Though news sites seem worlds away from selling products, I think e-commerce sites are actually very similar. To bring people back to a store, retailers must offer fresh content in the form of new products or promotions.</p>
<p>In both news and e-commerce applications, the data is highly structured. Just like blogs and news sites which use content management systems to continually update posts/stories containing headlines, by-lines and text which exist in categories; most e-commerce sites of any size have administration software for updating product data consisting of names, descriptions, prices, inventory quantities and other attributes. Products are, of course, also segmented into categories. In short, what works in the news business should also work in the <a onclick="pageTracker._trackPageview('/outgoing/www.zappos.com?referer=');pageTracker._trackPageview('/outgoing/www.zappos.com?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/www.zappos.com?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/www.zappos.com?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.zappos.com?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');pageTracker._trackPageview('/outgoing/www.zappos.com?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.zappos.com?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');pageTracker._trackPageview('/outgoing/www.zappos.com?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');" href="http://www.zappos.com">shoes business</a>. (And, look at that, Zappos does offer a &#8220;latest styles&#8221; RSS feed.)</p>
<p>From a technical perspective, it&#8217;s pretty straightforward to take a structured data system like this with discrete update events and efficiently generate feeds for products and categories as the data changes. One interesting (and architecturally more complex) extension to this would be feeds generated based on a user search term. Users searching a site for something but aren&#8217;t quite ready to buy can subscribe and be notified when new products that match that term are added or changed.</p>
<p>From a marketing perspective, this ought to be a no-brainer. Targeted subscriptions chosen by users (especially around search terms) certainly seem like they would have high click through rates. So what about the issue of RSS and feed reading not being mainstream? Pheedo, an RSS marketing agency, <a onclick="pageTracker._trackPageview('/outgoing/www.pheedo.info/archives/000265.html?referer=');pageTracker._trackPageview('/outgoing/www.pheedo.info/archives/000265.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/www.pheedo.info/archives/000265.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/www.pheedo.info/archives/000265.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.pheedo.info/archives/000265.html?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');pageTracker._trackPageview('/outgoing/www.pheedo.info/archives/000265.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.pheedo.info/archives/000265.html?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');pageTracker._trackPageview('/outgoing/www.pheedo.info/archives/000265.html?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');" href="http://www.pheedo.info/archives/000265.html">broke down RSS reading data back in 2005</a> and noted that many readers were in the 18-24 demographic. It&#8217;s unlikely that those users have changed their habits drastically since then and it probably is likely that younger users have continued to read feeds. That probably means we&#8217;re now looking at an 18-27 demographic of heavy internet users (which tend to be <a onclick="pageTracker._trackPageview('/outgoing/www.census.gov/compendia/statab/tables/08s1128.pdf?referer=');pageTracker._trackPageview('/outgoing/www.census.gov/compendia/statab/tables/08s1128.pdf?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/www.census.gov/compendia/statab/tables/08s1128.pdf?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/www.census.gov/compendia/statab/tables/08s1128.pdf?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.census.gov/compendia/statab/tables/08s1128.pdf?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');pageTracker._trackPageview('/outgoing/www.census.gov/compendia/statab/tables/08s1128.pdf?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/www.census.gov/compendia/statab/tables/08s1128.pdf?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');pageTracker._trackPageview('/outgoing/www.census.gov/compendia/statab/tables/08s1128.pdf?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9&amp;message=4');" href="http://www.census.gov/compendia/statab/tables/08s1128.pdf">better educated and more affluent</a> than average) who would potentially be interested in feeds. This starts to look ideal for many retailers. Yahoo! also noted in a <a href="publisher.yahoo.com/rss/RSS_whitePaper1004.pdf">white paper on RSS usage</a> that quite a large number of people use RSS without realizing it on home pages like my.yahoo.com and iGoogle.</p>
<p>Of course I&#8217;m doing a lot of handwaving here. There are plenty of details about measurability that need to be covered and more research to do on whether or not there really are enough RSS users out there who want to include e-commerce feeds in their shopping arsenal to make it worth the technology investment. However, I think e-commerce providers should take another look at RSS to help them get better, stronger and faster.</p>
<p>PS: In the course of researching this blog post, I found a lot of interesting stuff about RSS uptake but it&#8217;s somewhat outside the scope of this post. I thought I&#8217;d provide a bit of a link dump here in the hopes it would be useful to people:</p>
<p>1) Two of the most popular online feed readers (a good proxy for RSS usage), <a onclick="pageTracker._trackPageview('/outgoing/weblogs.hitwise.com/us-heather-hopkins/2008/05/google_reader_slowly_closing_o.html?referer=');pageTracker._trackPageview('/outgoing/weblogs.hitwise.com/us-heather-hopkins/2008/05/google_reader_slowly_closing_o.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/weblogs.hitwise.com/us-heather-hopkins/2008/05/google_reader_slowly_closing_o.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/weblogs.hitwise.com/us-heather-hopkins/2008/05/google_reader_slowly_closing_o.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/weblogs.hitwise.com/us-heather-hopkins/2008/05/google_reader_slowly_closing_o.html?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');" href="http://weblogs.hitwise.com/us-heather-hopkins/2008/05/google_reader_slowly_closing_o.html">Bloglines and Google Reader, are both growing fairly rapidly</a> but from a small base. Compete shows <a onclick="pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com/?referer=');pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com/?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');" href="http://siteanalytics.compete.com/bloglines.com/">Bloglines traffic increased by 172.8%</a> year on year to May.<br />
<a onclick="pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com?metric=uv&referer=');pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com?metric=uv&amp;referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com?metric=uv&amp;referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com?metric=uv&amp;referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/siteanalytics.compete.com/bloglines.com?metric=uv&amp;referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');" href="http://siteanalytics.compete.com/bloglines.com?metric=uv"><img style="display: block; margin: 5px auto;" src="http://media.compete.com/bloglines.com_uv_310.png" alt="" /></a></p>
<p>2) <a onclick="pageTracker._trackPageview('/outgoing/blog.mobispine.com/2007/10/so-how-big-is-rss-usage-online.html?referer=');pageTracker._trackPageview('/outgoing/blog.mobispine.com/2007/10/so-how-big-is-rss-usage-online.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/blog.mobispine.com/2007/10/so-how-big-is-rss-usage-online.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/blog.mobispine.com/2007/10/so-how-big-is-rss-usage-online.html?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/blog.mobispine.com/2007/10/so-how-big-is-rss-usage-online.html?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');" href="http://blog.mobispine.com/2007/10/so-how-big-is-rss-usage-online.html">Mobispine</a> and <a onclick="pageTracker._trackPageview('/outgoing/blogs.feedburner.com/feedburner/archives/2007/02/feedburners_view_of_the_feed_m.php?referer=');pageTracker._trackPageview('/outgoing/blogs.feedburner.com/feedburner/archives/2007/02/feedburners_view_of_the_feed_m.php?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=publish');pageTracker._trackPageview('/outgoing/blogs.feedburner.com/feedburner/archives/2007/02/feedburners_view_of_the_feed_m.php?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=private');pageTracker._trackPageview('/outgoing/blogs.feedburner.com/feedburner/archives/2007/02/feedburners_view_of_the_feed_m.php?referer=http://dev.appozite.com/wp-admin/edit.php?post_status=draft');pageTracker._trackPageview('/outgoing/blogs.feedburner.com/feedburner/archives/2007/02/feedburners_view_of_the_feed_m.php?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=9');" href="http://blogs.feedburner.com/feedburner/archives/2007/02/feedburners_view_of_the_feed_m.php">FeedBurner</a> have a few things to say about the state of the RSS market in 2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.appozite.com/2008/07/can-rss-find-a-place-in-e-commerce/feed/</wfw:commentRss>
		<feedburner:origLink>http://dev.appozite.com/2008/07/can-rss-find-a-place-in-e-commerce/</feedburner:origLink></item>
		<item>
		<title>Ladling out tag soup: How Microformats can help us discover cool stuff</title>
		<link>http://feedproxy.google.com/~r/devappozite/~3/2ps2uVVc4Aw/</link>
		<comments>http://dev.appozite.com/2008/06/ladling-out-tag-soup-how-microformats-help-us-discover-cool-stuff/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 19:53:17 +0000</pubDate>
		<dc:creator>Hayes</dc:creator>
		
		<category><![CDATA[Standards]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[microformats]]></category>

		<category><![CDATA[productdiscovery]]></category>

		<category><![CDATA[RDF]]></category>

		<category><![CDATA[semanticweb]]></category>

		<guid isPermaLink="false">http://dev.appozite.com/?p=7</guid>
		<description><![CDATA[At Appozite we&#8217;re working to make the whole process of product discovery easier. Ultimately we want users to be able to find stuff that fits them perfectly but that they didn&#8217;t even necessarily know existed. The only way to make that happen is to make it easier for software to locate and understand what products [...]]]></description>
			<content:encoded><![CDATA[<p>At Appozite we&#8217;re working to make the whole process of product discovery easier. Ultimately we want users to be able to find stuff that fits them perfectly but that they didn&#8217;t even necessarily know existed. The only way to make that happen is to make it easier for software to locate and understand what products are available online, what attributes those products have and how other people feel about those products. Once software can do that, it&#8217;s not far from being able to help you figure out what you might like from all that stuff floating around out there. The problem is that on today&#8217;s web this is really tough.</p>
<p>Generally people are able to find products by searching for and reading product pages on e-commerce sites.  Humans, of course, perform this miraculous feat because we&#8217;re very good at looking at a page consisting of images, some bold text and a few lists and determining most everything they need to know about a product. Software, however, is terrible at this. If you look under the hood at the HTML on these pages it&#8217;s all <a onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Tag_soup?referer=');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Tag_soup?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Tag_soup?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://en.wikipedia.org/wiki/Tag_soup">tag soup</a> and basically impossible for software to understand. It might look good to us, but to a piece of software, it&#8217;s total static.</p>
<p>Luckily, people are working on the issue of making it possible for software to understand what&#8217;s going on. Loosely, the efforts to do this are grouped under the heading of &#8220;<a onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Semantic_Web?referer=');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Semantic_Web?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Semantic_Web?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://en.wikipedia.org/wiki/Semantic_Web">the semantic web</a>&#8220;. This is a pretty broad topic and extends from the <a onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Resource_Description_Framework?referer=');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Resource_Description_Framework?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Resource_Description_Framework?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://en.wikipedia.org/wiki/Resource_Description_Framework">complex subject-predicate-object statements of RDF</a> to the much more simple html approach of <a onclick="pageTracker._trackPageview('/outgoing/microformats.org?referer=');pageTracker._trackPageview('/outgoing/microformats.org?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org">Microformats</a>. Though RDF and its more complex ilk can and will probably aid in product discovery in the future, I want to focus on the Microformats approach. So what&#8217;s a Microformat? I think the prize for best description goes to <a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/what-are-microformats_Drew_McLellan?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/what-are-microformats_Drew_McLellan?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/what-are-microformats_Drew_McLellan?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/what-are-microformats#Drew_McLellan">Drew McLellan on the Microformats wiki</a>:</p>
<blockquote><p>Microformats are a way of attaching extra meaning to the information published on a web page. This extra semantic richness works alongside the information already presented, and can be used for the benefit of people and computers. This is mostly done through adding special pre-defined names to the class attribute of existing XHTML markup.</p></blockquote>
<p>So, basically it&#8217;s a standard way of using HTML to describe a particular thing that you&#8217;re displaying in a web page. This thing might be a <a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/hcard?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hcard?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hcard?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/hcard">person</a>, an <a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/hcalendar?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hcalendar?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hcalendar?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/hcalendar">event</a> or a <a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/XFN?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/XFN?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/XFN?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/XFN">relationship</a> between people. It might also be&#8230; you guessed it, a product.</p>
<p>With that in mind, I wanted to do a quick review of the work being done over at microformats.org on product related Microformats that we think can contribute to better shopping, reviewing and recommendation experiences for everyone by making data more avaialble to software that helps you find cool stuff. These are <a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/hreview?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hreview?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hreview?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/hreview">hReview</a>, <a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/hlisting-proposal?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hlisting-proposal?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hlisting-proposal?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/hlisting-proposal">hListing</a> and the <a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/exploratory-discussions_Moribund?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/exploratory-discussions_Moribund?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/exploratory-discussions_Moribund?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/exploratory-discussions#Moribund">currently moribound</a> <a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/hproduct-proposal?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hproduct-proposal?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hproduct-proposal?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/hproduct-proposal">hProduct</a>.</p>
<h3>hListing</h3>
<p>hListing is a proposal for a format describing items listed by a seller for sale to a buyer. The focus of hListing is on properly describing a  classified ad; more of a Craigslist or EBay listing than a product for sale on a traditional e-commerce site. With this frame of reference in mind, hListing requires the the formatted listing include a listing action (such as sell, rent, trade, etc).</p>
<h3>hReview</h3>
<p>hReview is one of the older Microformats and is in version 0.3 (which passes for old in MF land). Though technically a draft specification, it&#8217;s been adopted fairly widely &#8220;<a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/hreview-examples-in-wild?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hreview-examples-in-wild?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/hreview-examples-in-wild?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/hreview-examples-in-wild">in the wild</a>&#8220;. The concept behind hReview is simple; provide a format for describing what a user thought of something (product, service, event, etc). hReview requires a pointer to an item being reviewed in the form of a URI, hCard (for a person being reviewed) or hCalendar (for an event being reviewed).  All other aspects of an hReview are optional but the key ones are reviewer, rating, dtreviewed and description. Together these describe a pretty standard &#8220;3 out of 5 stars + description&#8221; review that we see on most sites providing product review capabilities.</p>
<h3>hProduct</h3>
<p>Of the three, hProduct has seen the weakest effort at official specification. In fact, it&#8217;s on the Microformats.org list as &#8220;moribound&#8221; and the Microformats folks would probably say that the term <a onclick="pageTracker._trackPageview('/outgoing/microformats.org/wiki/process_Naming_considerations?referer=');pageTracker._trackPageview('/outgoing/microformats.org/wiki/process_Naming_considerations?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/microformats.org/wiki/process_Naming_considerations?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://microformats.org/wiki/process#Naming_considerations">&#8220;hProduct&#8221; shouldn&#8217;t even exist</a> as it has not officially advanced beyond the research stages according to their process. That said, hProduct has the noble goal of describing a product itself outside the context of a classified-style listing of that product for sale (hListing) or a user&#8217;s feelings about that product (hReview). The rough draft proposal for hProduct combines the standard attributes you would expect such as name, (text) description, image and uri with a more elaborate product description capability using extensible property-value pairs. Anyone who&#8217;s ever worked with Amazon&#8217;s extensive product property-value taxonomies will see that this methodology is a fairly resonable approach to describing products. However, it seems that the Microformats community is not very enthusiastic about hProduct and <a onclick="pageTracker._trackPageview('/outgoing/www.mail-archive.com/microformats-discuss_microformats.org/msg03312.html?referer=');pageTracker._trackPageview('/outgoing/www.mail-archive.com/microformats-discuss_microformats.org/msg03312.html?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/www.mail-archive.com/microformats-discuss_microformats.org/msg03312.html?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=7&amp;message=4');" href="http://www.mail-archive.com/microformats-discuss@microformats.org/msg03312.html">generally suggests people consider hListing instead</a>.</p>
<p>So where does all this leave those of us who want to discover cool stuff online? Of course if sites don&#8217;t use Microformats, the tag-soup situation doesn&#8217;t improve. We&#8217;re going to do our part at Appozite by making sure we support hReview and hListing where approriate in our software. We&#8217;re also going to work with the Microformats folks to see if we can help revive hProduct because we think it has a lot of potential for cleaning up the tag-soup of today&#8217;s e-commerce sites. We also hope any of you reading out there will join us and the rest of the Microformats community to encourage their use. So, next time you stop into your local e-commerce store to pick something up, see if they&#8217;re supporting microformats on their pages. If they don&#8217;t, tell them they should!</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.appozite.com/2008/06/ladling-out-tag-soup-how-microformats-help-us-discover-cool-stuff/feed/</wfw:commentRss>
		<feedburner:origLink>http://dev.appozite.com/2008/06/ladling-out-tag-soup-how-microformats-help-us-discover-cool-stuff/</feedburner:origLink></item>
		<item>
		<title>Tweeting all the way to the bank: Spam, authenticity and social product endorsements</title>
		<link>http://feedproxy.google.com/~r/devappozite/~3/VYVvQcLOMJc/</link>
		<comments>http://dev.appozite.com/2008/06/tweeting-all-the-way-to-the-bank/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 16:21:52 +0000</pubDate>
		<dc:creator>Hayes</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[endorsements]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[socialsoftware]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://dev.appozite.com/?p=6</guid>
		<description><![CDATA[In response to my recent post on social product endorsements, Steve Odom wrote an enlightening comment about how he&#8217;s used the micro-blogging site Twitter as a source for informal product recommendations. He says:
I’m pretty sure I’ve bought something because someone on Twitter “endorsed” a product. If they liked the product so much as to announce [...]]]></description>
			<content:encoded><![CDATA[<p>In response to my recent post on <a href="http://dev.appozite.com/2008/06/building_a_better_kelly_ripa_making_social_product_endorsements_work/">social product endorsements</a>, <a onclick="pageTracker._trackPageview('/outgoing/niblets.wordpress.com/?referer=');pageTracker._trackPageview('/outgoing/niblets.wordpress.com/?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/niblets.wordpress.com/?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://niblets.wordpress.com/">Steve Odom</a> wrote an <a href="http://dev.appozite.com/2008/06/building_a_better_kelly_ripa_making_social_product_endorsements_work/#comment-2">enlightening comment</a> about how he&#8217;s used the <a onclick="pageTracker._trackPageview('/outgoing/twitter.com?referer=');pageTracker._trackPageview('/outgoing/twitter.com?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/twitter.com?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://twitter.com">micro-blogging site Twitter</a> as a source for informal product recommendations. He says:</p>
<blockquote><p>I’m pretty sure I’ve bought something because someone on Twitter “endorsed” a product. If they liked the product so much as to announce it on Twitter, I knew it must be a great product. There are 2 other factors that built credibility. I knew that they weren’t being compensated for it. And I liked that there was not any “system” for providing this recommendation; it was just organic through Twitter.</p></blockquote>
<p>This comment preceded a post on <a onclick="pageTracker._trackPageview('/outgoing/mashable.com?referer=');pageTracker._trackPageview('/outgoing/mashable.com?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/mashable.com?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://mashable.com">Mashable</a> this past week <a onclick="pageTracker._trackPageview('/outgoing/mashable.com/2008/06/11/tweet2win/?referer=');pageTracker._trackPageview('/outgoing/mashable.com/2008/06/11/tweet2win/?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/mashable.com/2008/06/11/tweet2win/?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://mashable.com/2008/06/11/tweet2win/">about a <span style="text-decoration: line-through;">spammer</span> site called Tweet2Win</a> (and no, I&#8217;m not linking to them) promoting themselves by asking Twitterers to include their domain in tweets for a chance to win prizes. They even offer helpful suggested tweets such as:</p>
<blockquote><p>www.tweet2win.com Has anyone heard of this site? You can register free and win prizes for Twitter status updates.</p></blockquote>
<p>Pseudo-realistic sounding tweets for spam schemes like this could do a fair amount of damage to Twitter as a platform for authentic and valuable product recommendation experiences like Steve&#8217;s. Though people are pretty good at sniffing out a paid statement, less blatant references could slip in under our collective spam radars. At least <a onclick="pageTracker._trackPageview('/outgoing/scobleizer.com/?referer=');pageTracker._trackPageview('/outgoing/scobleizer.com/?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/scobleizer.com/?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://scobleizer.com/">Robert Scoble</a> had the decency to precede his semi-infamous <a onclick="pageTracker._trackPageview('/outgoing/twitter.com/Scobleizer/statuses/804453922?referer=');pageTracker._trackPageview('/outgoing/twitter.com/Scobleizer/statuses/804453922?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/twitter.com/Scobleizer/statuses/804453922?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://twitter.com/Scobleizer/statuses/804453922">Seagate advertisement tweet</a> with &#8220;ADVERTISEMENT:&#8221;.</p>
<p>As social software services like Twitter cast about searching for a business model to go along with all that VC money, there&#8217;s going to be more of this toeing the line between the organic and the paid. On Twitter at least, most of the experimentation (<a onclick="pageTracker._trackPageview('/outgoing/www.techcrunch.com/2008/04/22/twitter-japan-ads/?referer=');pageTracker._trackPageview('/outgoing/www.techcrunch.com/2008/04/22/twitter-japan-ads/?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/www.techcrunch.com/2008/04/22/twitter-japan-ads/?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://www.techcrunch.com/2008/04/22/twitter-japan-ads/">excluding Twitter Japan</a>) is being done by somewhat sketchy third parties. However, <a onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Beacon_28Facebook_29?referer=');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Beacon_28Facebook_29?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Beacon_28Facebook_29?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://en.wikipedia.org/wiki/Beacon_%28Facebook%29">Facebook&#8217;s beacon</a> was an example of the company behind a social service turning its user-base into (largely unsuspecting) endorsers. Look for more tension (and hopefully some compromise) between the free social software Utopians and the &#8220;hey, I&#8217;d like that 10x return now&#8221; business guys as we collectively try to figure out how to do this right.</p>
<p><strong>Update 6/14/2008 @ 6:30 PM CDT</strong>: <a href="http://scobleizer.com/2008/06/14/scottbourne/" onclick="pageTracker._trackPageview('/outgoing/scobleizer.com/2008/06/14/scottbourne/?referer=');">Scoble discusses how he&#8217;s not paid by anyone except Fast Company to pimp anything</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.appozite.com/2008/06/tweeting-all-the-way-to-the-bank/feed/</wfw:commentRss>
		<feedburner:origLink>http://dev.appozite.com/2008/06/tweeting-all-the-way-to-the-bank/</feedburner:origLink></item>
		<item>
		<title>Building a better Kelly Ripa: Making social product endorsements work</title>
		<link>http://feedproxy.google.com/~r/devappozite/~3/0JihuIx8Nlw/</link>
		<comments>http://dev.appozite.com/2008/06/building_a_better_kelly_ripa_making_social_product_endorsements_work/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 14:43:33 +0000</pubDate>
		<dc:creator>Hayes</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[businessmodel]]></category>

		<category><![CDATA[endorsements]]></category>

		<category><![CDATA[kellyripa]]></category>

		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://dev.appozite.com/?p=5</guid>
		<description><![CDATA[Allen Stern at CenterNetworks posts about micro-celebrity endorsements (aka friend endorsements). He begins with a discussion of Kelly Ripa&#8217;s shilling for Electrolux and moves from there to a plan for an advertising system based on friend endorsements:
Here&#8217;s what I&#8217;d like to see: a friend endorsement system and the creation of a new advertising category named, [...]]]></description>
			<content:encoded><![CDATA[<p>Allen Stern at <a onclick="pageTracker._trackPageview('/outgoing/www.centernetworks.com?referer=');pageTracker._trackPageview('/outgoing/www.centernetworks.com?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/www.centernetworks.com?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://www.centernetworks.com">CenterNetworks</a> posts about <a onclick="pageTracker._trackPageview('/outgoing/www.centernetworks.com/social-advertising-celeb-endorsements?referer=');pageTracker._trackPageview('/outgoing/www.centernetworks.com/social-advertising-celeb-endorsements?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/www.centernetworks.com/social-advertising-celeb-endorsements?referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://www.centernetworks.com/social-advertising-celeb-endorsements">micro-celebrity endorsements</a> (aka friend endorsements). He begins with a discussion of <a onclick="pageTracker._trackPageview('/outgoing/www.youtube.com/watch?v=PDBMHz1Dthw&referer=');pageTracker._trackPageview('/outgoing/www.youtube.com/watch?v=PDBMHz1Dthw&amp;referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/www.youtube.com/watch?v=PDBMHz1Dthw&amp;referer=http://dev.appozite.com/wp-admin/post-new.php');" href="http://www.youtube.com/watch?v=PDBMHz1Dthw">Kelly Ripa&#8217;s shilling for Electrolux</a> and moves from there to a plan for an advertising system based on friend endorsements:</p>
<blockquote><p><span id="intelliTXT">Here&#8217;s what I&#8217;d like to see: a friend endorsement system and the creation of a new advertising category named, &#8220;social advertising&#8221;. Here are the basics on how the program would work. You enter the products you&#8217;d be willing to endorse to your friends into the system. Your friends do the same. When you are ready to purchase an item, you check the friend endorsement system and review your friend&#8217;s product endorsements in the category you are interested in purchasing within.</span></p></blockquote>
<p>I think we have to be very careful about this. Endorsements from friends are more about the authenticity derived from real trust between people. We&#8217;re willing to accept that celebrities get paid to say things. However, any system for social product endorsements or advertising has to be extremely careful not to come across as spammy. No one wants someone essentially selling Amway in their social network. This means that things like payments for endorsement become extremely tricky. (Allen&#8217;s not directly suggesting payments, but it seems implied.) Any perceived conflict of interest on the part of the endorser and you lose the authenticity on which this system depends. I think this means that endorsements need to be more of a by-product of other interactions and less the focus of the system.</p>
<p>I also think any system that provides this needs to add value on top of our normal real-world endorsements where we mention a product we like in casual conversation with friends. Part of this is providing a way for people to find out about products their friends like that they wouldn&#8217;t necessarily sit down and talk about. This sort of serendipity + a trusted recommendation from a friend is a powerful way to discover products you&#8217;ll like. There is definitely potential here.</p>
<p>At Appozite, we&#8217;re working on a system with some of the elements that Allen describes. However, we&#8217;re always very aware of the issues above. Here are our guiding principals:</p>
<ol>
<li>Never compromise user trust</li>
<li>Create something that uses the unique aspects of the web to provide an experience people couldn&#8217;t otherwise have in the real world</li>
</ol>
<p>We believe that if you don&#8217;t do those things you should pack up your servers and go home because you won&#8217;t have users.</p>
<p>So, can we all become mini Kelly Rippas (sans the irrepressible chipperness and with a heavy dose of authenticity) in our own circle of friends? Should we? How can an online system of friend endorsement improve upon what we already do in normal conversation? I&#8217;d love to hear what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.appozite.com/2008/06/building_a_better_kelly_ripa_making_social_product_endorsements_work/feed/</wfw:commentRss>
		<feedburner:origLink>http://dev.appozite.com/2008/06/building_a_better_kelly_ripa_making_social_product_endorsements_work/</feedburner:origLink></item>
		<item>
		<title>Welcome to the geeky side of Appozite</title>
		<link>http://feedproxy.google.com/~r/devappozite/~3/7mWLt0BBVPk/</link>
		<comments>http://dev.appozite.com/2008/05/welcome-to-the-geeky-side-of-appozite/#comments</comments>
		<pubDate>Fri, 30 May 2008 14:49:09 +0000</pubDate>
		<dc:creator>Hayes</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[microformats]]></category>

		<category><![CDATA[oauth]]></category>

		<category><![CDATA[openid]]></category>

		<category><![CDATA[opensocial]]></category>

		<category><![CDATA[socialsoftware]]></category>

		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://dev.appozite.com/?p=4</guid>
		<description><![CDATA[Welcome to dev.appozite. This is the Appozite blog about the technical side of the interactions between social software, e-commerce and the wider web. I&#8217;m Hayes, co-founder of Appozite and I&#8217;ll be doing most of the posting here. This is a companion to our other blog, Appozitegeist, which is about social software, shopping and style. If [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://dev.appozite.com">dev.appozite</a>. This is the <a onclick="pageTracker._trackPageview('/outgoing/www.appozite.com?referer=');pageTracker._trackPageview('/outgoing/www.appozite.com?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/www.appozite.com?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/www.appozite.com?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4');pageTracker._trackPageview('/outgoing/www.appozite.com?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/www.appozite.com?referer=http://dev.appozite.com/wp-admin/edit.php?posted=4');" href="http://www.appozite.com">Appozite</a> blog about the technical side of the interactions between social software, e-commerce and the wider web. I&#8217;m <a onclick="pageTracker._trackPageview('/outgoing/hayesdavis.net?referer=');pageTracker._trackPageview('/outgoing/hayesdavis.net?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/hayesdavis.net?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/hayesdavis.net?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4');pageTracker._trackPageview('/outgoing/hayesdavis.net?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/hayesdavis.net?referer=http://dev.appozite.com/wp-admin/edit.php?posted=4');" href="http://hayesdavis.net">Hayes</a>, co-founder of Appozite and I&#8217;ll be doing most of the posting here. This is a companion to our other blog, <a onclick="pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com?referer=');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/appozitegeist.appozite.com?referer=http://dev.appozite.com/wp-admin/edit.php?posted=4');" href="http://appozitegeist.appozite.com">Appozitegeist</a>, which is about social software, shopping and style. If you&#8217;re looking for interesting stuff about how people are using the web to talk about style, do their shopping and just generally hang out on the cutting edge of what&#8217;s cool head over there and check it out.</p>
<p>So what can you expect from dev.appozite? Look for some hardcore algorithm stuff about recommendation systems as well as thoughts on building scalable internet services. You can also expect occasional philosophical musings and comments on the important stuff going on in social software today like <a onclick="pageTracker._trackPageview('/outgoing/dataportability.org/?referer=');pageTracker._trackPageview('/outgoing/dataportability.org/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/dataportability.org/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/dataportability.org/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4');pageTracker._trackPageview('/outgoing/dataportability.org/?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/dataportability.org/?referer=http://dev.appozite.com/wp-admin/edit.php?posted=4');" href="http://dataportability.org/">data portability</a> and the nascent social layer of the web. I&#8217;ll also talk a lot about emerging standards like  <a onclick="pageTracker._trackPageview('/outgoing/www.microformats.org?referer=');pageTracker._trackPageview('/outgoing/www.microformats.org?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/www.microformats.org?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/www.microformats.org?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4');pageTracker._trackPageview('/outgoing/www.microformats.org?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/www.microformats.org?referer=http://dev.appozite.com/wp-admin/edit.php?posted=4');" href="http://www.microformats.org">microformats</a>, <a onclick="pageTracker._trackPageview('/outgoing/openid.net?referer=');pageTracker._trackPageview('/outgoing/openid.net?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/openid.net?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/openid.net?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4');pageTracker._trackPageview('/outgoing/openid.net?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/openid.net?referer=http://dev.appozite.com/wp-admin/edit.php?posted=4');" href="http://openid.net">OpenID</a>, <a onclick="pageTracker._trackPageview('/outgoing/oauth.net/?referer=');pageTracker._trackPageview('/outgoing/oauth.net/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/oauth.net/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/oauth.net/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4');pageTracker._trackPageview('/outgoing/oauth.net/?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/oauth.net/?referer=http://dev.appozite.com/wp-admin/edit.php?posted=4');" href="http://oauth.net/">oAuth </a>and <a onclick="pageTracker._trackPageview('/outgoing/code.google.com/apis/opensocial/?referer=');pageTracker._trackPageview('/outgoing/code.google.com/apis/opensocial/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/code.google.com/apis/opensocial/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4&amp;message=1&amp;_wp_original_http_referer=http%3A%2F%2Fdev.appozite.com%2Fwp-admin%2Fedit.php');pageTracker._trackPageview('/outgoing/code.google.com/apis/opensocial/?referer=http://dev.appozite.com/wp-admin/post.php?action=edit&amp;post=4');pageTracker._trackPageview('/outgoing/code.google.com/apis/opensocial/?referer=http://dev.appozite.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/code.google.com/apis/opensocial/?referer=http://dev.appozite.com/wp-admin/edit.php?posted=4');" href="http://code.google.com/apis/opensocial/">OpenSocial</a>. There&#8217;ll be a few comments here and there about our business and the business of social software as well.</p>
<p>In short, if it&#8217;s pretty geeky and it has to do with social software, I&#8217;m here to talk about it. I hope you&#8217;ll join in the conversation.</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.appozite.com/2008/05/welcome-to-the-geeky-side-of-appozite/feed/</wfw:commentRss>
		<feedburner:origLink>http://dev.appozite.com/2008/05/welcome-to-the-geeky-side-of-appozite/</feedburner:origLink></item>
	</channel>
</rss>

