
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Content Developer &#187; distribution</title>
	<atom:link href="http://contentdeveloper.com/category/distribution/feed/" rel="self" type="application/rss+xml" />
	<link>http://contentdeveloper.com</link>
	<description>Helping you Build, Share and Monetize Multi-platform Content</description>
	<lastBuildDate>Thu, 10 Nov 2011 13:55:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Open Source Geo Targeting</title>
		<link>http://contentdeveloper.com/2007/06/open-source-geo-targeting/</link>
		<comments>http://contentdeveloper.com/2007/06/open-source-geo-targeting/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 23:44:39 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2007/06/30/open-source-geo-targeting/</guid>
		<description><![CDATA[Should a member of your audience in Paris see the exact same content as someone viewing from Paris? Many times the answer to that question is no, meaning that as the process for globally distributing digital content continues to get faster, cheaper and easier, content developers now have a new challenge &#8212; How do we [...]]]></description>
			<content:encoded><![CDATA[<p>Should a member of your audience in <a href="http://en.wikipedia.org/wiki/Paris_Texas" rel="tag">Paris</a> see the exact same content as someone viewing from <a href="http://en.wikipedia.org/wiki/Paris" rel="tag">Paris</a>?</p>
<p>Many times the answer to that question is no, meaning that as the process for globally distributing digital content continues to get faster, cheaper and easier, content developers now have a new challenge &#8212; </p>
<p><b>How do we package and present what we build in a way that  maximizes its value to an audience, no matter where on the planet that audience might be located?</b></p>
<p><img alt="are you leveraging your content for a global audience?" src="http://www.contentdeveloper.com/images/global-content.jpg" width="490" height="292" border="0" /></p>
<p>One strategy content developers can use to help better serve this global audience is something known as <a href="http://en.wikipedia.org/wiki/Geo_targeting" rel="tag">geo targeting</a>.</p>
<p>In a nutshell, geo targeting is the process of capturing a user&#8217;s <a href="http://en.wikipedia.org/wiki/Ip_address" rel="tag">ip address</a> or other identifying information, checking that info against a database that suggests the likely geographic location of that user, and then serving up targeted, customized content based on those results.  </p>
<p>Though used for delivering all types of content, one area where the use of geo targeting is rapidly spreading is in online advertising.  If you&#8217;ve farmed out the management of your ad inventory to a third party advertising network like <a href="http://www.google.com/services/adsense_tour/index.html" rel="tag">Google Adsense</a>, the <a href="http://publisher.yahoo.com/" rel="tag">Yahoo Publisher Network</a>, <a href="http://www.quigo.com/asfp.htm" rel="tag">Quigo</a>, <a href="http://www.kanoodle.com/" rel="tag">Kanoodle</a> etc&#8230; , then in many cases they are taking care of this geo targeting for you by placing ads with not only <a href="http://en.wikipedia.org/wiki/Contextual_advertising" rel="tag">contextual relevence</a> but geographic value as well.  </p>
<p>Make no mistake.  Those ad networks provide an awesome service and are playing a major part in empowering emerging content developers to monetize their work without having to worry about selling ads directly.  But what if through hard work and good fortune you&#8217;ve grown to the point where you now want the ability to control your ad inventory to a much finer degree?  </p>
<p><b>Have the tools to implement an ad delivery platform with geo targeting capabilities progressed to the point where they&#8217;re reliable and accessible to the small to mid sized independent content developer?</b></p>
<p>I was recently involved in building the infrastructure for a project that was looking to have this kind of geo targeting capability integrated into a self managed online advertising delivery platform.  And based on what was learned during that experience I&#8217;d say the independent content developer and publisher does have some options.  </p>
<p>Here&#8217;s a quick summary  -</p>
<p>First, this project adopted an <a href="http://en.wikipedia.org/wiki/Open_source" rel="tag">open source</a> philosophy from the ground up going with a <a href="http://www.freebsd.org/" rel="tag">FreeBSD</a> based <a href="http://en.wikipedia.org/wiki/Virtual_private_server" rel="tag">virtual server</a> running <a href="http://www.apache.org/" rel="tag">Apache</a>, <a href="http://www.mysql.com/" rel="tag">MySQL</a> and <a href="http://www.php.net/" rel="tag">PHP</a>. This close cousin of <a href="http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29" rel="tag">LAMP</a> was bundled with <a href="http://wordpress.org" rel="tag">WordPress</a> as the <a href="http://en.wikipedia.org/wiki/Content_management_system" rel="tag">CMS</a>.</p>
<p>Since we were building on this type of foundation, staying with a MySQL/PHP based solution for the ad delivery component was the preferred option.  After considering a couple of different packages out there, <a href="http://www.openads.org/" rel="tag">OpenAds</a> was selected to handle advertising delivery and management.  </p>
<p>I wasn&#8217;t familiar with OpenAds before this project, but am very quickly becoming a fan.  The power it gives the publisher who wants to control their ad inventory is pretty impressive for an open source application.</p>
<p>Rather than going into great detail about OpenAds here, the best way to learn about it may be to check out the <a href="http://demo.openads.org/" rel="tag">OpenAds online demo</a> for yourself.  It can provide you with a pretty good idea of what the app is all about.  </p>
<p>If you&#8217;re accustomed to installing PHP/MySQL based apps like WordPress, then the OpenAds <a href="http://www.openads.org/downloads.html" rel="tag">download</a> and <a href="http://docs.openads.org/openads-2.0-guide/installation.html" rel="tag">installation process</a> will likely be in your comfort zone.  But if you need some help, that&#8217;s ok too as they offer <a href="http://www.openads.org/support/consultancy.html" rel="tag">consultancy services</a> for large scale needs, and you can find <a href="http://forum.openads.org/index.php?showforum=23" rel="tag">freelance consultants in the forums</a> as well.</p>
<p><a href="http://demo.openads.org/" rel="tag"><img alt="openads-screenshot.jpg" src="http://www.contentdeveloper.com/images/openads-screenshot.jpg" width="480" height="245" /></a><br />
<i>screenshot of <a href="http://demo.openads.org/" rel="tag">openads demo</a></i></p>
<p>Ok, so now that your ad delivery platform in place, how exactly do you add geo targeting capability?  </p>
<p>Well, one nice thing about OpenAds is that most of the geo targeting groundwork is done for you in the existing code.  One item that is left for you to do is acquire one of the GeoIP databases available from <a href="http://www.maxmind.com/" rel="tag">Max Mind</a>.  You can choose to either purchase, download and install a database on your own server or to subscribe to a <a href="http://www.maxmind.com/app/web_services" rel="tag">web service</a> from MaxMind and receive the information from their servers.  </p>
<p>Once acquiring the database you plug it into OpenAds via filling out some form fields within your OpenAds admin area.</p>
<p>There are several geo targeting databases available from MaxMind.  You can filter by country, region, city, zip code, area code and more.  As one might expect, the more detailed your needs the more expensive your database will likely be. </p>
<p><a href="http://www.openads.org/products/geotargeting.html" rel="tag"><img alt="maxmind-openads-databases.jpg" src="http://www.contentdeveloper.com/images/maxmind-openads-databases.jpg" width="490" height="251" border="0" /></a><br />
<i>openads table of maxmind geo targeting databases</i></p>
<p>You can also try before you buy.  MaxMind offers <i>lite</i> versions of some of their databases that you can download and install into OpenAds for free.  I went this route and installed their <a href="http://www.maxmind.com/app/geolitecity" rel="tag">GeoLite City</a>, which is similar to their more robust <a href="http://www.maxmind.com/app/city" rel="tag">GeoIP® City Database</a> paid version, just not as accurate and with no support.  If you decide you need the extra accuracy and/or support a full version provides, then they drop in right on top of the lite versions.  </p>
<p>Nice touch.</p>
<p>After downloading and installing the GeoLite City version, I built a down and dirty test ad campaign and designated it to only be delivered to users based in <a href="http://www.sanantoniocvb.com/" rel="tag">San Antonio, Texas</a>.  I then visited the site from a San Antonio ISP and received that ad.  Next, I changed the campaign delivery options to not deliver the ad to San Antonio.  I visited the site again and this time was not shown that ad and received a default banner instead.  </p>
<p>Simple as that.  </p>
<p>Further testing since then has proven the <i>lite</i> version of this database to be more accurate than I expected.</p>
<p><img alt="openads-states.jpg" src="http://www.contentdeveloper.com/images/openads-states.jpg" width="490" height="263" border="0" /><br />
<i>screenshot of selecting geo targeting delivery options in openads</i></p>
<p>Now if this all sounds too easy so far, then let&#8217;s balance things out for a moment here.  </p>
<p><b>OpenAds does have a learning curve.</b></p>
<p>If you&#8217;re familiar with the online advertising world and the general concepts and language spoken there, that then that should help you some.  But if you don&#8217;t know your <a href="https://www.google.com/adsense/static/en_US/Leaderboard.html" rel="tag">Leaderboard</a> from your <a href="http://advertising.microsoft.com/Skyscraper" rel="tag"> Skyscraper</a> then you may want spend a little time at the  <a href="http://www.iab.net/" rel="tag">Interactive Advertising Bureau</a>.  Among other resources, they offer a helpful rundown of <a href="http://www.iab.net/standards/adunits.asp" rel="tag">ad unit guidelines</a> that can help get you up to speed quickly.  </p>
<p>With OpenAds you&#8217;re remarkably free to customize your online ad delivery strategy as you see fit, but if you&#8217;re going to be running ads from a wide variety of sources these ad units are the standards many entrenched media buyers look for.  </p>
<p>Having spent some time in close proximity to the ad world, this part was familiar to me.  Still, the actual step by step process for setting up my first campaign did involve some trial and error learning along the way.  From this experience, I&#8217;d characterize the OpenAds documentation as adequate, but not exactly exceptional.</p>
<p>Also be aware that there are some scenarios where this approach to geo targeting may not produce the desired results.  For example, a user visiting a web site during work from a corporate office on the west coast might be identified by the ip address assigned to the corporate headquarters on the east coast.  I&#8217;d imagine that just about any user accessing the web via a <a href="http://en.wikipedia.org/wiki/Proxy_server" rel="tag">proxy server</a> runs a high risk of being misidentified. </p>
<p>Another scenario where geo targeting may force content on a user they do not want would be say an English speaking user visiting your site from Germany who doesn&#8217;t want to see German Language content or ads but actually wants the English version.  </p>
<p>There are workarounds to issues like these, but it&#8217;s important to keep in mind that geo targeting isn&#8217;t foolproof.</p>
<p>Still, considering the extra power to customize what content you can deliver to your audience based on their location, the tradeoffs may be worth it to you.  </p>
<p>Another benefit of adopting an ad delivery platform like OpenAds is that you can keep your existing Google Adwords, Yahoo Publisher Network etc&#8230; ads and rotate them with your new locally managed inventory.</p>
<p>In other words, if you don&#8217;t have an ad sold yourself, you can fill the inventory with an ad from one of the ad networks.  This is a great feature that some of the newer ad networks like <a href="http://www.adbrite.com/mb/howitworks.php" rel="tag">AdBrite</a> offer as well.</p>
<p>One final note.  The more I worked on this project the more I got to thinking that with a little work a content developer could adopt OpenAds as a vehicle for delivering all types of geo targeted content.  Not just ads.  </p>
<p>All the power and technology is there.  Apply a little of your creativity and OpenAds could be a tool that helps you give your global audience more of what they&#8217;re looking for.</p>
<p>&#8212;&#8212;&#8212;&#8211;</p>
<p>A couple related items -</p>
<p>- When this project began, <a href="http://www.ip2country.com/" rel="tag">IP2Counry</a> also offered a geo targeting database that worked with OpenAds, but sometime along the way they appear to have <a href="http://www.ip2country.com/prices.php">stopped selling it to the public</a>.</p>
<p>- While working on this project, OpenAds raised <a href="http://www.techcrunch.com/2007/06/13/openads-opensource-project-raises-5-million/" rel="tag">$5 million in funding</a>.  And they&#8217;re <a href="http://www.openads.org/joining-openads.html" rel="tag">hiring</a>.</p>
<p>- The banner insertion code generated by OpenAds didn&#8217;t pass the <a href="http://validator.w3.org/" rel="tag">XHTML validator</a> without some tweaking.  There are some solutions offered up on the <a href="http://forum.openads.org/" rel="tag">OpenAds Community Forums</a>.  I tried <a href="http://forum.openads.org/lofiversion/index.php/t10227.html" rel="tag">this one</a> which involves modifying some of the existing PHP files.  It seemed to solve most of the problems, but am still trying to chase down one issue.  </p>
<p>- <a href="http://microsoft.com" rel="tag">Microsoft</a> offers a  <a href="http://advertising.microsoft.com/GeoTargeting" rel="tag">Geo-Targeting Best Practices </a> for advertisers.  It&#8217;s a quick read and may help frame the issue from the advertiser&#8217;s perspective.</p>
<p>-  If you&#8217;re looking for more help in understanding the language of the online <s>ad man</s> <a href="http://media.amctv.com/originals/madmen/about_show.html" rel="tag">mad men</a>, the IAB also offers a <a href="http://www.iab.net/resources/glossary.asp" rel="tag">glossary of interactive advertising terms</a>.  <a href="http://utexas.edu" rel="tag">UT Austin</a> hosts a decent <a href="http://advertising.utexas.edu/research/terms/" rel="tag">list of advertising terms</a> but it appears to be missing some of the interactive and online advertising terminology.  As of the date of this post, I did not see <i>geo targeting</i> listed in either.</p>
<p>- You may have seen this strategy referred to as one word <i>GeoTargeting</i>, two words as <i>Geo Targeting</i>, or hyphenated as <i>Geo-Targeting</i>.  Not sure which is the best choice, but for this article <i>Geo Targeting</i> got the nod.</p>
<p><b>UPDATE 02-15-08:</b>  OpenAds has rebranded itself as OpenX.  The OpenAds urls are being redirected to the new website at <a href="http://www.openx.org/" rel="tag">OpenX.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2007/06/open-source-geo-targeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BRATS Film Tour in San Antonio.</title>
		<link>http://contentdeveloper.com/2007/03/brats-film-tour-in-san-antonio/</link>
		<comments>http://contentdeveloper.com/2007/03/brats-film-tour-in-san-antonio/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 11:17:59 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2007/03/11/brats-film-tour-in-san-antonio/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Content Developer has been tracking the progress of <a href=http://www.bratsourjourneyhome.com/" rel="tag">Brats &#8211; Our Journey Home</a> since <a href="http://www.contentdeveloper.com/mt/archives/2005/02/brats.html">first learning about the project</a> a couple years ago. Writer/Producer/Director <a href="http://www.bratsourjourneyhome.com/filmmakers.htm" rel="tag">Donna Musil</a> recently checked in with an update.</p>
<p>She has the project out on a nationwide tour now &#8211; including a stop in San Antonio Tuesday March 20 7PM at the <a href="http://www.aztecontheriver.com/" rel="tag">Aztec Theater</a> and in Austin on Friday March 23rd at the <a href="http://www.stedwards.edu/con_svcs/rag_cntr_jones.htm" rel="tag">St. Edward&#8217;s University Jones Auditorium</a>.  Screenings will include a Q&#038;A with Donna after the show.</p>
<p>The film is narrated by <a href="http://imdb.com/name/nm0001434/" rel="tag">Kris Kristofferson</a>.  Here&#8217;s a trailer:</p>
<p><a href="http://www.youtube.com/watch?v=qCFZyG06zfY" alt="brats film trailer" title="brats film trailer"><img src="http://www.contentdeveloper.com/images/brats-youtube-screenshot.jpg" width="457" height="377" border="0" /></a></p>
<p>You can find more screening locations and dates <a href="http://bratsourjourneyhome.com/screenings.htm">here</a> and can purchase the DVD <a href="http://bratsourjourneyhome.com/order.htm" rel="tag">here</a>.  Also be listening for a <a href="http://npr.org" rel="tag">NPR</a> segment about the movie later this month on <a href="http://en.wikipedia.org/wiki/All_Things_Considered" rel="tag">All Things Considered</a>.</p>
<p>Best of luck with the tour Donna.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2007/03/brats-film-tour-in-san-antonio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netflix Watch Now Movie Download Service.</title>
		<link>http://contentdeveloper.com/2007/02/netflix-watch-now-movie-download-service/</link>
		<comments>http://contentdeveloper.com/2007/02/netflix-watch-now-movie-download-service/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 23:21:55 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2007/02/28/netflix-watch-now-movie-download-service/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Do you remember that TV commercial that ran heavily during the Web 1.0 Dot Com bubble with the guy traveling in a futuristic wilderness expressing the desire to download every movie, every tv show, every piece of content, anywhere, on demand?  Funny, I can&#8217;t recall the brand behind the ad (I believe it was for one of the upstart bandwidth or infrastructure providers that were popping up all over during that time) but I pictured that spot as that still illusive dream it expressed took another step toward becoming reality with the launch of the <a href="http://www.netflix.com/MediaCenter?id=5384" rel="tag">Netflix Watch Now</a> on demand movie download feature in January.</p>
<p><img alt="netflix-watchnow-button.jpg" src="http://www.contentdeveloper.com/images/netflix-watchnow-button.jpg" width="490" height="67" border="0" /></p>
<h4>Netflix Watch Now button is starting to appear for members</h4>
<p>I&#8217;ve been a Netflix customer for about 4 years and with Watch Now being rolled out to members incrementally over the next six months I was happy to see that new Watch Now button appear in my account recently.</p>
<p>Here&#8217;s a recap of my experience with the Watch Now service so far.</p>
<p><b>Getting Started</b></p>
<p>To begin using the Watch Now service subscribers have to download and install the Netflix Movie Viewer, a special player that appears to work within the Windows Media Player <a href="http://en.wikipedia.org/wiki/Digital_Rights_Management" rel="tag">DRM</a> and content licensing framework.  My experience was that the download was fast and the install was clean.  So far so good, except if you&#8217;re a <a href="http://apple.com" rel="tag">Mac</a> user as I could find no option for installing the player on that platform.</p>
<p>Next, Netflix checked my available bandwidth to see what quality tier it could deliver movies at.  Netflix currently breaks down their tiers of service like this:</p>
<p>High &#8211;  1.6 to 2.2+ Mbps<br />
Good &#8211;  1.0 Mbps<br />
Basic &#8211; 500 Kbps</p>
<p>I did a quick check on the <a href="http://reviews.cnet.com/7004-7254_7-0.html" rel="tag">CNET Bandwidth Meter</a> to see where my <a href="http://www.rr.com/" rel="tag">RoadRunner</a> connection was currently performing.</p>
<p><img alt="bandwidth-021307.jpg" src="http://www.contentdeveloper.com/images/bandwidth-021307.jpg" width="490" height="352" /></p>
<h4>Results of bandwidth test of my RR connection</h4>
<p>Watch Now correctly detected which tier my bandwidth would support and classified me for the <i>High</i> tier.</p>
<p>So, a couple minutes total investment and we are off to the movies.</p>
<p><b>Using Watch Now</b></p>
<p>One of the first things I noticed when I began my search for movies to view with Watch Now was the lack of inventory to choose from compared to Netflix&#8217;s complete movie library.  On my first visit, many of the titles being promoted on the Watch Now opening page would likely be considered by most viewers to be less than premium content, but on the upside it seems that new content is being added at a very quick pace with new titles popping up every time I return.   If the usual suspects like licensing issues and the challenges of physically digitizing content are responsible for this reduced selection that&#8217;s probably good news as obstacles like these are to be expected and usually work themselves out.</p>
<p>There are some good titles available already and <a href="http://imdb.com/title/tt0130827/" rel="tag">Run Lola Run</a> jumped out as a decent candidate to try out for an inaugural test <i>run</i>.  The main thing I was looking out for first was how fast the <i>Now</i> in <i>Watch Now</i> translates into.</p>
<p>The answer? 11 seconds.  That&#8217;s how long it took from my selecting the movie to the time it started to play.  About comparable to opening a jewel case and putting a DVD into a traditional player.  Pretty good I thought.</p>
<p>The quality of the movie looked decent on a couple year old <a href="http://www.amazon.com/Samsung-SyncMaster-191T%2B-Monitor-Black/dp/tech-data/B0000E2Y2U/ref=de_a_smtd/103-4400578-8044629" rel="tag">19 inch Samsung Syncmaster 191T</a> flatscreen monitor.  Few <a href="http://en.wikipedia.org/wiki/Jaggies" rel="tag">jaggies</a> or <a href="http://en.wikipedia.org/wiki/Compression_artifact' rel="tag">compression artifacts</a> jumped out at me and there was zero stuttering.  All in all the picture quality met my expectations, but for some reason it looked like I was getting a 4X3 <a href="http://en.wikipedia.org/wiki/Pan_and_scan" rel="tag">pan and scan </a> version of this particular movie so I went looking for another title to try out on a bigger screen.</p>
<p><b>Projecting Watch Now on an 80 inch screen</b></p>
<p>First, some quick background on the test gear &#8212; A little over five years ago I was in the market for a new tv and while researching the latest choices I learned about a site known as the <a href="http://avsforum.com" rel="tag">AVS FORUM</a> and its&#8217; wealth of knowledge about something known as the <a href="http://en.wikipedia.org/wiki/Htpc" rel="tag">HTPC</a>, or Home Theater Personal Computer</a>.  After spending some time there I decided to scrap my original plan to buy a big screen tv and traditional home entertainment system and chose to instead build my own HTPC and use it to power a home theater projector.  This was before things like <a href="http://en.wikipedia.org/wiki/Windows_XP_Media_Center_Edition" rel="tag">Windows XP Media Center</a> edition, so it took a little effort to build a user friendly system.  But the payoff has been a nice one.  <a href="http://en.wikipedia.org/wiki/Hdmi" rel="tag">HDMI</a> and broadband movie download services were really nowhere at that time either, so the goal back then was to construct a pure digital pathway for your traditional DVD based movie content from your HTPC to your projector via a <a href="http://en.wikipedia.org/wiki/Dvi" rel="tag">DVI</a> connection thus avoiding any potentially degrading <a href="http://en.wikipedia.org/wiki/Analog_digital_conversion" rel="tag">analog to digital or digital to analog conversions</a>.</p>
<p>So I built my HTPC relying on an <a href="http://ati.amd.com/products/radeon9600/radeon9600pro/index.html" rel="tag">ATI Radeon</a> video card and the <a href="http://www.theatertek.com/" rel="tag">Theatertek DVD Player</a> to project movies with a <a href="http://www.projectorcentral.com/plus_he3100.htm" rel="tag">Plus Piano HE-3100</a> projector on a <a href="http://www.da-lite.com/dalitehometheater/index.php" rel="tag">Da-Lite</a> screen.  The Piano is getting a little long in the tooth now, but it was a breakthrough <a href="http://en.wikipedia.org/wiki/DLP" rel="tag">DLP</a> projector at the time and I still use this setup today to watch DVD&#8217;s on an 80 inch screen.</p>
<p>But how will Watch Now hold up in this big screen environment?</p>
<p>To answer this questions I ordered up one of my favorite movies, <a href="http://www.imdb.com/title/tt0099810/" rel="tag">The Hunt For Red October</a>, from Watch Now and settled in to see.</p>
<p>In short, I was pleasantly surprised.  Seeing firsthand how unwatchable <a href="http://youtube.com" rel="tag">Youtube</a> video can sometimes be on the big screen, I was prepared for the Watch Now picture to degrade to a point of being distracting when blown up to 80 inches.  But, with the exception of the text based title sequences, that wasn&#8217;t the case.  What I did find was that the picture quality was what I would describe as <i>soft</i> compared to DVD quality, though still of high enough quality to create a satisfying movie experience.  You might say the quality is better than <a href="http://en.wikipedia.org/wiki/Vhs" rel="tag">VHS</a> but not quite as good as traditional DVD.</p>
<p>To help you visualize, here&#8217;s some screen shots captured with a <a href="http://www.kodak.com/eknec/PageQuerier.jhtml?pq-path=9/19/32&#038;pq-locale=en_US" rel="tag">Kodak Easy Share</a> camera of the Watch Now version of The Hunt For Red October projected on an 80 inch screen:</h4>
<p><img alt="red-october-1.jpg" src="http://www.contentdeveloper.com/images/red-october-1.jpg" width="490" height="196" /></p>
<p><img alt="red-october-2.jpg" src="http://www.contentdeveloper.com/images/red-october-2.jpg" width="490" height="210" /></p>
<p>It&#8217;s tough to be precise with screen shots like this, so let&#8217;s just say that the Watch Now picture quality is far from perfect and an obsessed <a href="http://www.google.com/search?ie=UTF-8&#038;oe=UTF-8&#038;q=define%3A++videophile" rel="tag">videophile</a> could easily pick it apart.  Having said that though, I think the average viewer will find the quality to be more than adequate for enjoying a movie right away at home.  The threshold question for me is are there are any distractions caused by technology to take me out of the movie? And for me Watch Now passed that test.</p>
<p><b>The Marketing Strategy of Watch Now</b></p>
<p><a href="http://www.netflix.com/MediaCenter?id=5380&#038;hnjr=3#rhastings" rel="tag">Netflix CEO Reed Hastings</a> was one of the first people I saw frame the ongoing disruptions in content distribution as <i>the forces of freedom vs. the forces of control</i>.</p>
<p><a href="http://video.google.com/videoplay?docid=4994933864373374383&#038;q=reed+hastings+forces+of+freedom+forces+of+control"><img alt="reedhastings-on-charlierose.jpg" src="http://www.contentdeveloper.com/images/reedhastings-on-charlierose.jpg" width="480" height="326" border="0" /></a></p>
<h4>Google Video of Reed Hastings on Charlie Rose</h4>
<p>If you buy the argument Hastings makes, then the way Netflix has chosen to implement Watch Now into its existing service may be a great case study of a company actually practicing what they preach.</p>
<p>As a Netflix subscriber you receive Watch Now as an add on to your existing subscription <i>at no additional cost</i>, receiving one hour of Watch Now service for every dollar of your subscription rate.  For example, a typical Netflix subscriber on the 3 out at a time $17.99 a month plan will receive 18 hours of Watch Now service a month, or about 9 movies worth, all as a no cost addition to their existing plan.</p>
<p><img alt="netflix-watchnow-1.jpg" src="http://www.contentdeveloper.com/images/netflix-watchnow-1.jpg" width="490" height="355" /></p>
<h4>Screenshot of how Netfilx tracks your Watch Now activity</h4>
<p>After having been with the service for a number of years I was getting a wandering eye, starting to consider other services like <a href="http://www.blockbuster.com/" rel="tag">Blockbuster Total Access</a> which has that nice <a href="http://en.wikipedia.org/wiki/Brick_and_mortar" rel="tag">brick and mortar</a> component that Netflix lacks.  But with the new value that Watch Now adds to my existing Netflix subscription, I now lean much more toward staying loyal.</p>
<p>Watch Now also lays the groundwork for the complete transition from DVD delivery to digital download delivery while still allowing customers to take that journey at their own pace.  Early adopters who have their own technology already in place can take full advantage of the Watch Now service right away while those that aren&#8217;t set up for it or who simply prefer to keep getting their movies by mail can keep doing what they&#8217;re doing.  No matter where a content consumer is in that adoption cycle, Netflix remains a viable option.</p>
<p><b>What does Watch Now mean for content developers?</b></p>
<p>For content developers with film or video projects in need of distribution, Watch Now doesn&#8217;t appear to immediately offer any new options for you.  Netflix does <a href="http://www.netflix.com/SubmitFilm?lnkctr=cu_tr&#038;role=1" rel="tag">supply a method for submitting your film to them</a> but encourages those with content looking for distribution on Netflix to form a relationship with an established distribution company.</p>
<p>Here&#8217;s how Netflix explains it:</p>
<blockquote><p>Netflix is not always able to purchase films directly from the film&#8217;s owner and may suggest a third-party distributor as an alternative method for making your film available on Netflix.</p></blockquote>
<p><b>The subscription model.  Where to from here?</b></p>
<p>Some consumers like to buy their content and own it, while others like to rent it.  Most of us do a little of both, but I&#8217;m one of those that likes the flat rate subscription model in both the film, video and audio world.  One of the primary reasons for this is the ease with which you can sample new content.  Ultimately for fans of that content subscription model it would be nice to have one service that delivered all of that content on demand, in one place, from one vendor.</p>
<p>As scenarios like that continue to circulate I wonder if there is an argument to be made for Netflix to acquire a service like <a href="http://www.rhapsody.com/welcome.html" rel="tag">Rhapsody</a> which could provide perhaps a <i>Listen Now</i> component to go with the <i>Watch Now</i> service?  This might make sense from both a consumer standpoint as well as for <a href="http://finance.google.com/finance?q=NFLX" rel="tag">NFLX</a> stockholders.</p>
<p><a href="http://finance.google.com/finance?q=NFLX"><img alt="nflx-chart.jpg" src="http://www.contentdeveloper.com/images/nflx-chart.jpg" width="490" height="235" border="0" /></a></p>
<p>An acquisition like that could get us another step closer to the day when every movie, every tv show and every song is available to you any place at any time.</p>
<p>Just like that commercial promised.</p>
<p>&#8212;&#8212;&#8212;&#8212;-</p>
<p>Related post:  <a href="http://www.contentdeveloper.com/mt/archives/2007/01/video_demo_of_n.html" rel="tag">Video Demo of Watch Now service</a>.</p>
<p>Related story:  Netflix recently <a href="http://biz.yahoo.com/ap/070225/netflix_billion.html?.v=2" rel="tag">shipped its one billionth dvd rental</a> to a customer down the road in neighboring <a href="http://en.wikipedia.org/wiki/Helotes%2C_Texas" rel="tag">Helotes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2007/02/netflix-watch-now-movie-download-service/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Video Demo Of NetFlix Watch Now Service.</title>
		<link>http://contentdeveloper.com/2007/01/video-demo-of-netflix-watch-now-service/</link>
		<comments>http://contentdeveloper.com/2007/01/video-demo-of-netflix-watch-now-service/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 14:22:21 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2007/01/16/video-demo-of-netflix-watch-now-service/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hackingnetflix.com/2007/01/demo_netflix_wa.html" rel="tag">Hacking Netflix</a> offers a first look at the new <a href="http://www.netflix.com/MediaCenter?id=5384" rel="tag">Netflix Watch Now</a> electronic delivery option:</p>
<p><center><script src="http://flash.revver.com/player/1.0/player.js?mediaId:141985;affiliateId:0;height:392;width:480;" type="text/javascript"></script><br /><a href="http://one.revver.com/watch/141985/flv/affiliate/58994" rel="tag">Revver Enclosure</a></center></p>
<p>New service will roll out over the next six months at no additional cost to subscribers &#8211; who&#8217;ll receive a set number of hours based on their subscription option.</p>
<p>From the Netflix press release:</p>
<blockquote><p>&#8230;subscribers on Netflix&#8217;s most popular plan, $17.99 for unlimited DVD rental and three discs out at a time, will have 18 hours of online movie watching per month.</p></blockquote>
<p>Via <a href="http://www.paidcontent.org/entry/netflix-launching-streaming-movie-service-no-downloads-or-burns/#When:02:08:00Z" rel="tag">Paidcontent.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2007/01/video-demo-of-netflix-watch-now-service/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Content vs. Distribution</title>
		<link>http://contentdeveloper.com/2006/12/content-vs-distribution/</link>
		<comments>http://contentdeveloper.com/2006/12/content-vs-distribution/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 00:37:09 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2006/12/15/content-vs-distribution/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><b>What happens when Content squares off against Distribution in a battle over the audience?</b></p>
<p><img alt="content-v-distribution.jpg" src="http://www.contentdeveloper.com/images/content-v-distribution.jpg" width="480" height="188" border="0" /></p>
<p>ContentDeveloper.com has been focusing recently on the variety of strategies brands and content owners are deploying to transform themselves into their own distribution platforms.  An interesting twist on this emerging trend is currently playing out here in San Antonio and in other markets across the country between the <a href="http://www.nfl.com/nflnetwork/ rel="tag">NFL Network</a> and <a href="http://www.twc-sa.com" rel="tag">Time Warner Cable</a>.</p>
<p>The contest pits arguably one of the most attractive content brands in the US against one of the most powerful content distribution companies, all happening with both parties caught in the crosswinds of our quickly changing distribution landscape.  If there&#8217;s a matchup that can tell us whether Content or Distribution has <a href="http://www.seinfeldscripts.com/ThePezDispenser.htm"><i>hand</i></a> today, this may be the one.</p>
<p>But could this high profile <i>negotiation</i> also have larger implications for the industry as a whole due to one of the party&#8217;s somewhat peculiar pivot in their position regarding <a href="http://en.wikipedia.org/wiki/A_la_carte" rel="tag">a la carte</a> programming.  More about that in a moment.</p>
<p>First, the distribution issue.</p>
<p>If you haven&#8217;t been following the story, the game breaks down basically like this &#8211; the NFL wants to be on the expanded basic cable programming tier where the majority of cable subscribers can access it. Time Warner Cable wants the NFL Network to be on a premium sports tier where cable subscribers will have to pay extra to get it.</p>
<p>Being a Time Warner Cable customer I&#8217;m among those unable to enjoy the new <a href="http://www.nfl.com/nflnetwork/schedule" rel="tag">Thursday Night and Saturday Night Football</a>.  Watching those games and the 24-7 football related content the NFL Network offers would be nice, but so far it looks like it&#8217;s not quite a big enough deal to most people (myself included) to go through the hassle of dropping cable and setting up a dish.</p>
<p>A good measure of this audience complacency though will be the <a href="http://dallascowboys.com" rel="tag">Cowboys</a> game scheduled for Saturday night on the NFL Network.  San Antonio is often among the highest rated Cowboys&#8217; television markets right behind DFW, so if this can&#8217;t provide any <a href="http://www.nfl.com/players/playerpage/396886" rel="tag">Romomentum</a> for a breakthrough then perhaps nothing will.</p>
<p><a href="http://www.timewarnercable.com/sanantonio/aboutus/executivemanagementteam/default.html" rel="tag">Time Warner San Antonio President John Owen Jr.</a>&#8216;s recent characterization of the situation as reported <a href="http://www.mysanantonio.com/business/stories/MYSA113006.01A.timewarner.304d586.html">here</a> would suggest that they remain comfortable enough with the stalemate:</p>
<blockquote><p>We&#8217;re not even negotiating at this point in time.</p></blockquote>
<p>I wonder if that position might&#8217;ve softened some if <a href="http://en.wikipedia.org/wiki/U-Verse" rel="tag">U-verse</a> was currently available in more than just a few neighborhoods?</p>
<p>Now, about the a la carte&#8230;</p>
<p><img alt="football-3-face.jpg" src="http://www.contentdeveloper.com/images/football-3-face.jpg" width="500" height="297" border="0" /></p>
<p>Did one of the <a href="http://plays2run.com" rel="tag">plays</a> run during this matchup produce a lingering injury that could impact one of the teams in other big games down the road?   My clumsy sports metaphor is referring to this rationale offered by TWC on why the NFL Network should be on a higher priced premium tier:</p>
<blockquote><p>Not all of our customers are interested in the NFL. Why should they pay for that high-priced programming?</p></blockquote>
<p>That&#8217;s from <a href="http://www.timewarnercable.com/sanantonio/" rel="tag">Time Warner Cable San Antonio</a> spokesman <a href="http://www.timewarnercable.com/sanantonio/community/pacontactus.html" rel="tag">Jon Gary Herrera</a> as reported <a href="http://www.mysanantonio.com/business/stories/MYSA113006.01A.timewarner.304d586.html">here</a>.  It&#8217;s a position worthy of some support, but then you have to wonder about this:</p>
<blockquote><p>The channels you don&#8217;t watch subsidize the channels you do watch.</p></blockquote>
<p>That&#8217;s from the <a href=http://www.ncta.com" rel="tag">National Cable Television Association</a> regarding their <a href="http://www.ncta.com/DocumentBinary.aspx?id=85" rel="tag">position against a la carte pricing</a>.</p>
<p>The NFL Network has picked up on this vulnerability as well, offering a response on their <a href="http://www.iwantnflnetwork.com/" rel="tag">I Want NFL Network</a> site:</p>
<blockquote><p>Your cable company says it thinks only the people who want the channel should have to pay for it. This is not how they package their programming to you, is it? You get a whole bunch of channels you don</p>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2006/12/content-vs-distribution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Gospel Of Self-Publication.</title>
		<link>http://contentdeveloper.com/2006/12/the-gospel-of-self-publication/</link>
		<comments>http://contentdeveloper.com/2006/12/the-gospel-of-self-publication/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 16:01:28 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2006/12/01/the-gospel-of-self-publication/</guid>
		<description><![CDATA[It&#8217;s no secret that new technology and alternative platforms are empowering today&#8217;s audiences with the tools and techniques to more easily avoid blunt force marketing methods like the traditional TV spot break. As the number of viewers, listeners and users embracing this kind of control over their media life grows, those content creators relying on [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no secret that <a href="http://www.frost.com/prod/servlet/report-brochure.pag?id=6A20-01-00-00-00" rel="tag">new technology</a> and <a href="http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/proceedings/&#038;toc=comp/proceedings/icmb/2006/2595/00/2595toc.xml&#038;DOI=10.1109/ICMB.2006.12#abstract" rel="tag">alternative platforms</a> are empowering today&#8217;s audiences with the tools and techniques to more easily avoid blunt force marketing methods like the traditional TV spot break.  As the <a href="http://www.tvb.org/multiplatform/multi-screen/DVR_Penetration.asp" rel="tag">number</a> of viewers, listeners and users embracing this kind of control over their media life grows, those content creators relying on an advertising based business model must find new ways to connect brands with consumers.</p>
<div style="text-align: center;"><img alt="next-generation-audience.jpg" src="http://www.contentdeveloper.com/images/next-generation-audience.jpg" width="500" height="331" /></div>
<p>One of the apparent ironies emerging from this shifting landscape is the rediscovery of a strategy that&#8217;s been around since the beginning of electronic mass media &#8211; <a href="http://en.wikipedia.org/wiki/Branded_entertainment" rel="tag">Branded Programming</a>.</p>
<p>In the pioneering days of radio and television, advertisers played a prominent role in the creation of content.  This arrangement worked relatively well as it helped get the then emerging <a href="http://en.wikipedia.org/wiki/Terrestrial_television" rel="tag">OTA</a> broadcast platform off the ground with a critical mass of content in a short amount of time.  This approach also gave us some not so subtle merging of sponsor and show like the <a href="http://en.wikipedia.org/wiki/Texaco_Star_Theater" rel="tag"> Texaco Star Theater</a>, <a href="http://en.wikipedia.org/wiki/Kraft_Television_Theatre" rel="tag">Kraft Television Theater</a>, etc&#8230;</p>
<p>By no means was it a perfect system, but hindsight would suggest that despite any warts it turned out to be a pretty reasonable trade off.</p>
<p><b>Product Placement 1.0:</b></p>
<p><center><a href="http://www.youtube.com/watch?v=HG2qynFGZ6U" rel="tag"><img alt="youtube_leaveittobeaver.jpg" src="http://www.contentdeveloper.com/images/youtube_leaveittobeaver.jpg" width="449" height="372" border="0"/></a></center><br />
<center><a href="http://www.youtube.com/watch?v=HG2qynFGZ6U" rel="tag">YouTube Enclosure</a> of <a href="http://en.wikipedia.org/wiki/Leave_It_To_Beaver">The Beaver</a> pimping Purina Dog Chow</a></center></p>
<p>A funny thing happened along the way though.  Over the years for some reason the advertiser seemingly surrendered a bit of their power.  Whether this occurred willingly or not may depend on who you talk to, but there is a pretty good argument to be made that the advertiser&#8217;s weakened hand allowed the networks and other distribution channels to do what the corporate wealth maximizer is trained to do &#8211; leverage to the fullest your ability to control your content and limit access to your audience to the highest bidders.</p>
<p>But now as we witness the democracy of distribution continue to evolve, are those scales of leverage beginning to tip back in the other direction? Could it be that what&#8217;s old really is new again?</p>
<p><b>Will the advertiser once again lead the way in creating a critical mass of content for this new era of emerging distribution platforms?</b></p>
<p>For an interesting take on where the future of Branded Entertainment is heading and how the advertiser is poised to seize back control of the content creation process tune in to this <a href="http://www.podtech.net/home/1440/science-fictions-kevin-townsend-on-evolving-digital-media">podtech.net podcast</a> interview with <a href="http://www.scienceandfiction.com/#page=company&#038;id=townsend&#038;section=people" rel="tag">Kevin Townsend</a> from <a href="http://scienceandfiction.com" rel="tag">Science + Fiction</a>.</p>
<p><i>The Gospel of Self Publication</i> is a phrase Kevin uses to frame the issue and his prediction on where the industry will be five years from now will give you an idea of the spirit of the interview:</p>
<blockquote><p>Advertisers become the new 800 pound Gorilla in the programming world. They&#8217;ve always asserted their power indirectly through what &#8212; where they put ad money in as far as media buys, now they assert it as content creators. So you will see McDonalds, you&#8217;ll see Ford, you&#8217;ll see Red Bull, you&#8217;ll see any number and all of the large advertisers in the world creating their own content and distributing them, either themselves or via your distribution cartels that will allow them to reach and hold large groups of consumers via programming as a means of marketing.</p></blockquote>
<p>Highly recommended listening for Content Developers searching for new ideas, information and inspiration on how to distribute and monetize your content, how to build a brand using content, or ultimately &#8230;</p>
<p><b>How can you turn your brand into its own distribution platform?</b></p>
<p>If you&#8217;re unable to listen to the <a href="http://media.podtech.net/download.php?file=media/2006/11/PID_001364/Podtech_Kevin_Townsend_Science_Fiction.mp3">mp3</a> you can check out the <a href="http://media.podtech.net/media/2006/11/PID_001412/Podtech_1440-science-fictions-kevin-to.html">transcript</a>.</p>
<p>Note:  If your focus is heavily on marketing, be sure and also check out PodTech&#8217;s <a href="http://www.podtech.net/marketingvoices/" rel="tag">Marketing Voices</a> series of podcast interviews hosted by Jennifer Jones.</p>
<p>Note 2:  If you&#8217;re interested in more examples of early product placement, you might find <a href="http://www.npr.org/templates/story/story.php?storyId=5077178" rel="tag">this NPR story</a> worth a look as it includes links to archived video of <a href="http://en.wikipedia.org/wiki/Texaco_Star_Theatre#The_Biggest.2C_Brightest_Texaco_Star" rel="tag">The Men from Texaco</a> and an animated short of the <a href="http://www.nyse.com/about/listed/lcddata.html?ticker=DIS" rel="tag">Disney</a> characters working hard to sell some <a href="http://en.wikipedia.org/wiki/Standard_Oil" rel="tag">Standard Oil</a>.</p>
<h4>Image from the <a href="http://creative.gettyimages.com/source/Products/CDSearch.aspx?productType=1" rel="tag">Eyewire Photodisc Motion Library</a>, now a part of <a href="http://gettyimages.com" rel="tag">Getty Images</a>. </h4>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2006/12/the-gospel-of-self-publication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.podtech.net/download.php?file=media/2006/11/PID_001364/Podtech_Kevin_Townsend_Science_Fiction.mp3" length="12552136" type="audio/x-mp3" />
		</item>
		<item>
		<title>How To Get Your Own SMS Common Short Code</title>
		<link>http://contentdeveloper.com/2006/08/how-to-get-your-own-sms-common-short-code/</link>
		<comments>http://contentdeveloper.com/2006/08/how-to-get-your-own-sms-common-short-code/#comments</comments>
		<pubDate>Wed, 02 Aug 2006 15:24:15 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2006/08/02/how-to-get-your-own-sms-common-short-code/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.americanidol.com/mobile/" rel="tag"><img alt="american idol mobile" src="http://www.contentdeveloper.com/images/ai_cingularad.jpg" width="440" height="225" border="0" /></a><br />
<i><a href="http://www.americanidol.com/mobile/" rel="tag">Cingular Ad on AmericanIdol.com</a></i></p>
<p>In some earlier posts we&#8217;ve been looking at how the small to medium sized Content Developer can <a href="http://www.contentdeveloper.com/mt/archives/2006/07/delivering_3gp_2.html" rel="tag">use open source SMS Text Messaging to deliver content to mobile devices</a>.</p>
<p><a href="http://en.wikipedia.org/wiki/Short_message_service" rel="tag">SMS</a> can be a solid strategy for getting your content into the hands of a mobile audience. But how can the Content Developer make is easier for your mobile audience to communicate back to you?</p>
<p>One way is by getting your own <a href="http://en.wikipedia.org/wiki/Common_Short_Code" rel="tag">Common Short Code</a>.</p>
<p>A Common Short Code (CSC, Short Code) is one of those four, five or six digit codes that content providers use to make it easy for a mobile audience to text messages back to them.</p>
<p><a href="http://www.idolonfox.com/" rel="tag">American Idol</a> uses Short Codes to help collect votes.  <a href="http://msn.foxsports.com/" rel="tag">Fox Sports Radio</a> lets you send text messages to their in studio hosts via their own CSC.  Those are just a few examples of the way Common Short Codes have quickly moved into the communications mainstream.  Many would even argue that short codes are now the first choice way to respond for the younger demographics many advertisers crave to reach.</p>
<p>Alright, we get it. Short Codes are the bomb.  So how exactly do you get a Common Short Code of your own to help you build relationships with your content&#8217;s audience?</p>
<p>In the United States, Common Short Codes are administered by the <a href="http://www.usshortcodes.com/" rel="tag">Common Short Code Administration</a>.</p>
<p>According to the CSCA, leasing your own code will cost you $500 a month for a random code and $1000 a month for a custom code.  A three month minimum is required.</p>
<p>But just leasing the code doesn&#8217;t get you there.  You&#8217;ll still need to negotiate agreements with each of the wireless carriers to activate your short code.  And approval is up to them.  Here is how the CSCA explains the process:</p>
<p><i>Each participating wireless service provider must decide for itself whether or not to accept the routing of your CSC within their network. Wireless service providers will make their decision based on a number of criteria, including i) the content provider; ii) their experience in working with you and your partners; iii) the type of CSC application; iv) the amount and type of promotion of the CSC; v) the estimated message volumes; vi) the timing of your CSC; and vii) the number of other CSC applications in implementation.</i></p>
<p>Still interested? <a href="http://www.usshortcodes.com/csc_obtain_a_csc.html" rel="tag">Apply for your own Common Short Code today</a>.</p>
<p>You can <a href="http://www.usshortcodeswhois.com/" rel="tag">WHOIS Short Codes</a> to see who the owner is and there is a <a href="http://www.otair.com/index.cfm?action=shortCodes" rel="tag">US Short Code Directory</a> to search for content owners short code.</p>
<p>Coming soon I&#8217;ll be looking at some third party solution providers that are trying to reduce the number of these hoops you need to jump through to use common short codes to communicate with your mobile audience.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2006/08/how-to-get-your-own-sms-common-short-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Internet Is A Series Of Tubes</title>
		<link>http://contentdeveloper.com/2006/07/the-internet-is-a-series-of-tubes/</link>
		<comments>http://contentdeveloper.com/2006/07/the-internet-is-a-series-of-tubes/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 14:06:51 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2006/07/27/the-internet-is-a-series-of-tubes/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/kiZ-TqvVdGM"></param><embed src="http://www.youtube.com/v/kiZ-TqvVdGM" type="application/x-shockwave-flash" width="425" height="350"></embed></object><br />
<a href="http://www.youtube.com/watch?v=kiZ-TqvVdGM" rel="tag">YouTube Enclosure</a></p>
<p>Thought the latest <a href="http://hraunfoss.fcc.gov/edocs_public/attachmatch/DOC-266593A1.pdf">report on high speed services</a> released yesterday by the <a href="http://fcc.gov" rel="tag">FCC</a> was an appropriate occasion to revisit this viral from <a href="http://www.comedycentral.com/shows/the_daily_show/index.jhtml" rel="tag">The Daily Show</a>.</p>
<p>A couple items stood out in the report, including the total number of high speed lines moving past the 50 million mark and that this is the first time, according to the FCC release, that more additions of DSL lines occurred than cable modem lines.  The FCC study reports that during the second half of 2005 DSL added 3.2 million lines while cable added 1.6 million lines.  In a world that focuses so heavily on market share and churn, how will the cable industry respond to that reported 2 to 1 growth rate discrepancy?  Short term blip or dangerous trend?</p>
<p>While reading the release I learned about a FCC statistics hub known as the  <a href="http://www.fcc.gov/wcb/iatd/stats.html" rel="tag">The Wireline Competition Bureau Statistical Reports</a> that collects and publishes data from the <a href="http://www.fcc.gov/wcb/filing.html"> forms that telecommunications services companies must file with the FCC</a>.</p>
<p>tags: <a href="http://technorati.com/tags/net neutrality" rel="tag">net neutrality</a></p>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2006/07/the-internet-is-a-series-of-tubes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Fast Is Roadrunner Cable Modem Service?</title>
		<link>http://contentdeveloper.com/2006/07/how-fast-is-roadrunner-cable-modem-service/</link>
		<comments>http://contentdeveloper.com/2006/07/how-fast-is-roadrunner-cable-modem-service/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 14:27:12 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2006/07/26/how-fast-is-roadrunner-cable-modem-service/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Found this DSL <a href="http://en.wikipedia.org/wiki/Dissing" rel="tag">diss</a> on the <a href="http://www.timewarnercable.com/sanantonio/products/internet/rr.html">Time Warner Cable San Antonio</a> website:</p>
<p><img alt="twcsa-rr-dsl.jpg" src="http://www.contentdeveloper.com/images/twcsa-rr-dsl.jpg" width="384" height="87" /></p>
<p>7 <a href="http://en.wikipedia.org/wiki/Mbps" rel="tag">mbps</a> is a nice bump in speed for the standard Roadrunner service I currently use. The results of a <a href="http://www.twc-sa.com/speedtest/" rel="tag">Roadrunner San Antonio Speedtest</a> show 7 mbps to indeed be about the speed I&#8217;m getting downstream:</p>
<p><img alt="rr_bandwidth_072506__0957AM_tw.jpg" src="http://www.contentdeveloper.com/images/rr_bandwidth_072506__0957AM_tw.jpg" width="380" height="255" /></p>
<p>Now for the less good news.  When the fine print clearly states <i>up to 7 mbps</i> one probably shouldn&#8217;t expect to get the top end of that range all the time on every site you visit.   That&#8217;s fair.  No real complaint there.  Too many other factors beyond the service provider&#8217;s control can come into play.</p>
<p>But what kind of throughput can you expect to get from Roadrunner out on the open road where mileage may vary based on your driving conditions?</p>
<p>I can&#8217;t answer that definitively for you, but here&#8217;s what the results from a cross section of other broadband speed tests I ran using Roadrunner suggest I am getting:</p>
<p>From the <a href="http://compnetworking.about.com/od/speedtests/" rel="tag">About.com Speed Test</a>:</p>
<p><img alt="rr_bandwidth_072506__1008AM_about.jpg" src="http://www.contentdeveloper.com/images/rr_bandwidth_072506__1008AM_about.jpg" width="446" height="178" /></p>
<p>&#8211;</p>
<p>From the <a href="http://reviews.cnet.com/7004-7254_7-0.html" rel="tag">CNET Bandwidth Meter</a>:</p>
<p><img alt="rr_bandwidth_072506__1049AM_cnet.jpg" src="http://www.contentdeveloper.com/images/rr_bandwidth_072506__1049AM_cnet.jpg" width="402" height="376" /></p>
<p>&#8211;</p>
<p>From the <a href="http://performance.toast.net/" rel="tag">Toast Performance Test</a>:</p>
<p><img alt="rr_bandwidth_072506__1040AM.jpg" src="http://www.contentdeveloper.com/images/rr_bandwidth_072506__1040AM.jpg" width="430" height="127" /></p>
<p>&#8211;</p>
<p>From my own ftp test downloading a 24MB video file:</p>
<p><img alt="rr_bandwidth_072506__1033AM_ftp.jpg" src="http://www.contentdeveloper.com/images/rr_bandwidth_072506__1033AM_ftp.jpg" width="378" height="180" /></p>
<p>Speed got as high as 4.7+ mbps then hovered in the 4 &#8211; 4.5 range from there.</p>
<p>&#8211;</p>
<p>Those test results, though short of the 7 mbps mark, I thought were actually pretty decent.  But with test results like this suggesting that I&#8217;m having a tough time getting the full 7 mbps out in the world, I wonder when it makes sense to upgrade to <a href="http://www.timewarnercable.com/sanantonio/products/internet/rrpremium.html" rel="tag">Roadrunner Premium, which now boasts up to 10 mbps</a> downstream?</p>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2006/07/how-fast-is-roadrunner-cable-modem-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delivering 3GP and MP3 Content with SMS Text Messaging.</title>
		<link>http://contentdeveloper.com/2006/07/delivering-3gp-and-mp3-content-with-sms-text-messaging/</link>
		<comments>http://contentdeveloper.com/2006/07/delivering-3gp-and-mp3-content-with-sms-text-messaging/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 14:25:13 +0000</pubDate>
		<dc:creator>david cummings</dc:creator>
				<category><![CDATA[distribution]]></category>

		<guid isPermaLink="false">http://contentdeveloper.com/wp/2006/07/14/delivering-3gp-and-mp3-content-with-sms-text-messaging/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Can the independent Content Developer who is not large enough to ink a deal with one of the major wireless carriers still find a way to easily distribute on demand audio/video content to mobile devices?</p>
<p>I wasn&#8217;t sure of the answer to this myself so I&#8217;ve been visiting several of the wireless carriers&#8217; retail outlets in the San Antonio area to try out an  <a href="http://www.contentdeveloper.com/mt/archives/2006/06/open_source_sms.html" rel="tag">Open Source SMS Text Messaging Application</a> as a vehicle for delivering audio video content to the current generation of mobile devices.</p>
<p>It&#8217;s worth mentioning again that this is a distribution method for the content owner that is not one of the major networks like <a href="http://mobile.espn.go.com/See-It.html" rel="tag">ESPN Mobile</a>, <a href="http://www.hbo.com/mobile/" rel="tag">HBO Mobile</a> on <a href="https://www.cingular.com/media/media_net" rel="tag">MediaNet</a> etc&#8230; Those companies have the resources, scale and relationships in place to form agreements with the wireless carriers that give them placement on the mobile device deck (main menu).  Once you get placement on the mobile phone&#8217;s deck, a lot of these problems get solved.</p>
<p>This research is more about what can the small to medium sized independent content developer, like a local traditional broadcaster for instance, do today to leverage their audio or video content onto this new distribution platform without one of those negotiated agreements from a wireless carrier in hand.</p>
<p>In short &#8212; can you go <a href="http://en.wikipedia.org/wiki/Guerilla_marketing" rel="tag">guerilla</a> with audio video content distribution on the mobile platform?  My research so far suggests that things aren&#8217;t perfect yet, but there appears to be enough of a critical mass in place to give a qualified yes.</p>
<p><b>You can deliver your content to their cellphone.</b></p>
<p>First, let&#8217;s go over the test itself.  I visited retail outlets for <a href="http://t-mobile.com" rel="tag">T-Mobile</a>, <a href="http://sprint.com" rel="tag">Sprint</a>, <a href="http://verisonwireless.com" rel="tag">Verizon</a> and <a href="http://cingular.com" rel="tag">Cingular</a>.  When I got there I told a rep or manager that I was doing some research on sending audio and video content to mobile devices and wanted to check out how some of their new devices handled it.</p>
<p>All the places I visited were extremely helpful and some of the reps really knew their product well.  Some reps didn&#8217;t, but I was pleasantly surprised at how many more did know their stuff, so chalk one up for the wireless carriers&#8217; training programs.</p>
<p>The test consisted of using a stripped down version of the Open Source SMS Text Messaging Application running on my old pre-<a href="http://lenovo.com" rel="tag">Lenovo</a> <a href="http://en.wikipedia.org/wiki/ThinkPad" rel="tag">Thinkpad</a> to SMS three links to a device.  The first link was to a <a href="http://contentdeveloper.com/test/mobile_coupon.html" rel="tag">mobile coupon</a>.  The second link was to a <a href="http://contentdeveloper.com/test/audio.mp3" rel="tag">MP3 file</a>.  The third link was to a <a href="http://contentdeveloper.com/test/video.3gp" rel="tag">3GP video file</a>.</p>
<p>Now, about the results.  I&#8217;m writing this part not only for the Content Developer to help get a better sense of the current state of the mobile content market, but also for the content consumer looking for a device that will let them get the most out of the mobile content market.</p>
<p>And in the spirit of that, let me start off by talking about Verizon Wireless.  <a href="http://www.contentdeveloper.com/mt/archives/2006/05/verizon_invests_1.html">I praised Verizon in a recent post</a>, but am disappointed in the way their mobile phones handled third party audio and video content during these tests.  Verizon was the only carrier during my tests that when I SMS&#8217;d one of their phones a simple URL or link, the device could not launch the link &#8212; to any kind of site let alone a video clip.  During these tests, the URL&#8217;s were pretty much dead in the phone&#8217;s text messaging application.  On most Verizon phone devices (excluding smartphones and pda&#8217;s) I couldn&#8217;t even copy the URL and then manually paste it into the phone&#8217;s <a href="http://en.wikipedia.org/wiki/Wap" rel="tag">wap</a> browser.  Apparently this is on purpose and by design.</p>
<p>Does this kind of quasi <a href="http://en.wikipedia.org/wiki/Walled_garden_%28media%29" rel="tag">Walled Garden</a> approach run counter to Verizon&#8217;s recent <a href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/200604/040506Verizon.html">agreement</a> with <a href="http://adobe.com" rel="tag">Adobe</a> to build the <a href="http://www.adobe.com/products/flashlite/" rel="tag">Flash Lite Player</a> into most new Verizon devices?</p>
<p>The Verizon reps I talked to explained their approach as a feature put in place to protect the mobile consumer from dangerous content.  There&#8217;s an argument to be made there that I can appreciate, but some might think another reason could be the ability to restrict content to only those content providers where there is a shared revenue stream in place for.</p>
<p>You can decide for yourself what the real motive is.  And for the sake of this discussion let&#8217;s give them the benefit of the doubt that their customer experience is the driving force in the design decision.  It&#8217;s a reasonable argument.  Still, I suggest that any mobile content consumer who wants the most freedom in choosing and accessing the most audio and video mobile content carefully evaluate all their options before choosing their wireless provider.</p>
<p>Back to the results, starting with a quick word about mobile coupons.  This area was primarily just a side test since <a href="http://www.contentdeveloper.com/mt/archives/2006/07/mobile_coupon_d_1.html" rel="tag">mobile coupons is an area I&#8217;m also following</a>.  Still, I did get the chance to test a lot of devices and found that using SMS text messaging to deliver mobile coupons worked on just about every device.  There&#8217;s a debate brewing whether <a href="http://feeds.moconews.net/moconews?m=7137" rel="tag">mobile coupons are the next killer app or spam</a> but the debate should be about done over whether there are enough devices in place now to make mobile coupons an app that is ready to go.</p>
<p>Now, for the MP3 and <a href="http://en.wikipedia.org/wiki/3gp" rel="tag">3GP</a> test results on some of the more popular devices:</p>
<p>The <a href="http://reviews.cnet.com/Cingular_2125/4505-6452_7-31640638.html" rel="tag">2125</a> from <a href="http://cingular.com" rel="tag">Cingular</a> handled the audio and video like a charm.  The 2125 is one of my favorite <a href="http://www.microsoft.com/windowsmobile/smartphone/default.mspx" rel="tag">Windows Smartphones</a> that I tested.</p>
<p>The <a href="http://www.palm.com/us/products/smartphones/treo650/" rel="tag">Treo 650</a> and <a href="http://www.palm.com/us/products/smartphones/treo700p/" rel="tag">Treo 700p</a> on <a href="http://sprint.com" rel="tag">Sprint</a> are probably my favorite of all the Smartphones.  No matter what I threw at these devices, no matter how raw or unstructured the content, the Treo seemed to know what to do with it.  Nice job Palm.</p>
<p><a href="http://www.blackberry.com/products/blackberry8700/blackberry8700c.shtml" rel="tag">Blackberry 8700</a> on Cingular &#8212; for some reason the link was not hot when sent from the SMS App but links were hot when sent from other apps.  Am researching what went on here.  It likely could have been some kind of brain freeze on my part.</p>
<p>I found the <a href="http://www.samsung.com/Products/MobilePhones/T_Mobile/SGH_T809OKATMB.asp" rel="tag">Samsung t809</a> on <a href="http://t-mobile.com" rel="tag">T-Mobile</a> to be a great phone and it handled all the multimedia files well.  You have to click &#8220;save&#8221; from the SMS message to get the browser to open (many of the devices tested handled links in SMS messages this way), but it was intuitive enough and worked well.</p>
<p><a href="http://www.motorola.com/motoinfo/product/details.jsp?globalObjectId=86" rel="tag">Motorola SLVR</a> on Cingular is another stellar performer and handled all the multimedia content well.  Only downside is that the device I tested was still on the <a href="http://en.wikipedia.org/wiki/Enhanced_Data_Rates_for_GSM_Evolution" rel="tag">EDGE</a> network at the time of the test and not <a href="http://en.wikipedia.org/wiki/Umts" rel="tag">UMTS</a>.  This is probably my favorite non clamshell new phone.</p>
<p><a href="http://direct.motorola.com/ENS/q-home.asp?Country=USA&#038;language=ENS&#038;productid=30419" rel="tag"> Motorola Q</a> on <a href="http://verizonwireless.com" rel="tag">Verizon</a> was smart enough to climb over Verizon&#8217;s walled garden.</p>
<p><a href="http://www.phonescoop.com/phones/phone.php?p=824">Samsung MM-A900</a> on Sprint successfully opened and played the audio and video files.</p>
<p><a href="http://www.phonescoop.com/phones/phone.php?p=783" rel="tag">Samsung MM-A920</a> on Sprint may be my favorite of all the phones I tested.  Ever since the <a href="http://en.wikipedia.org/wiki/Motorola_StarTAC" rel="tag">Star Tac</a> I&#8217;ve been a sucker for the <a href="http://en.wikipedia.org/wiki/Clamshell" rel="tag">clamshell design</a> and this phone has a nice mix of features in that form factor. You can also tether it (along with the Treo&#8217;s and a few other Sprint devices) to use as a broadband modem with your laptop which is a nice option to have, but it will cost you extra each month.</p>
<p><a href="http://www.phonescoop.com/phones/phone.php?p=847" rel="tag">Sanyo MM-7500</a> on Sprint handled the 3GP video file without a problem but did not know what to do with the MP3.</p>
<p>There were none in the store yet so I didn&#8217;t get a chance to do a hands on test of the new <a href="http://www.sidekick.com/" rel="tag">Sidekick 3</a> from <a href="http://tmobile.com" rel="tag">T-Mobile</a> but have seen reports in several <a href="http://gearlog.com/blogs/gearlog/comments/14075.aspx" rel="tag">blogs</a> that the new Sidekick will play back NO video.  If accurate, that is a disappointment.   How can a device reportedly that sick, that sweet, not play video?  Wow.</p>
<p>One note regarding my tests on the Sprint devices.  I initially tried wrapping the MP3 and 3GP files into a <a href="http://sprintdeveloper.com/article16.html" rel="tag">GCD</a> file, a traditional way for delivering wallpaper etc&#8230; to a Sprint device, but that process would break down after the device opened the GCD file correctly.  When I sent the device simply a raw link to the MP3 or 3GP file, it worked well.  Haven&#8217;t confirmed why that is, but having devices that know what to do with raw files without having to wrap them in GCD&#8217;s or other wrappers is kind of nice.</p>
<p>Of course this research is by no means exhaustive.  My goal was simply to get a current assessment of the ability of independent third party content developers to distribute multimedia content to mobile devices.   Overall, I like what I saw.   If you&#8217;re thinking about distributing your audio or video content to mobile devices, I encourage you to go for it.</p>
<p>Thanks again to the carriers and their reps for all their friendly cooperation.  Special thanks also to Murray, Jeremy, and Lee Ann for helping me with this research and to Scott and his team for your help and inspiration for the research.</p>
<p>tags; <a href="http://technorati.com/tags/disruptive broadcasting" rel="tag">disruptive broadcasting</a>; <a href="http://technorati.com/tags/mobile devices" rel="tag">mobile devices</a>;</p>
]]></content:encoded>
			<wfw:commentRss>http://contentdeveloper.com/2006/07/delivering-3gp-and-mp3-content-with-sms-text-messaging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

