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

<channel>
	<title>wrkng &#187; Projects</title>
	<atom:link href="http://wrkng.net/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://wrkng.net</link>
	<description>Nick Grossman&#039;s ExoBrain</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:00:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
		<item>
		<title>Phone Idol: an experiment in web-enabled telephony</title>
		<link>http://wrkng.net/2010/02/phone-idol-an-experiment-in-web-enabled-telephony/</link>
		<comments>http://wrkng.net/2010/02/phone-idol-an-experiment-in-web-enabled-telephony/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 16:16:01 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[phone idol]]></category>

		<guid isPermaLink="false">http://wrkng.net/2010/02/phone-idol-an-experiment-in-web-enabled-telephony/</guid>
		<description><![CDATA[At work recently, we&#8217;ve been exploring the idea of integrating voice and/or SMS into our applications.  Much of what we do has to do with people responding to their physical environments &#8212; their neighborhoods and the streets and public spaces that constitute the bulk of our public experience. So, I decided to take on a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://phone-idol.com"><img style="max-width: 800px;" src="http://wrkng.net/wp-content/uploads/2010/02/phone-idol.png" alt="" /></a></p>
<p>At <a href="http://topplabs.org">work</a> recently, we&#8217;ve been exploring the idea of integrating voice and/or SMS into our applications.  Much of what we do has to do with people responding to their physical environments &#8212; their neighborhoods and the streets and public spaces that constitute the bulk of our public experience.</p>
<p>So, I decided to take on a small weekend project, to experiment with voice and SMS.  There are several tools that help you do this, including <a href="http://mobilecommons.com">Mobile Commons</a>, <a href="http://tropo.com">Tropo</a>, and <a href="http://twilio.com">Twilio</a>.  For my first experiment, I chose Twilio, as the start-up process was really easy and they have a super well-documented API.  Twilio claims that you can get a voice/sms app up and running in five minutes.</p>
<p>Here are the project goals I was shooting for:</p>
<ol>
<li>Something that can be done over a weekend, ideally in a small enough amount of time not to piss off my family.</li>
<li>Something simple and useful.</li>
<li>Something that demonstrates the power of connecting a phone experience and a web application experience, seamlessly tying the two together.</li>
<li>Something that takes advantage of the native capabilities of a regular phone.  In other words, something that wouldn&#8217;t be better implemented on a smart phone.</li>
</ol>
<p>As the result of this experiment, I&#8217;m proud to present <em><a href="http://phone-idol.com"><strong>Phone Idol</strong></a></em>, a phone-based online singing competition.  You know, kind of like that <em>other</em> idol thing, but using a phone and with no big prizes.</p>
<p><strong><a href="http://phone-idol.com">http://phone-idol.com</a></strong></p>
<p>Here&#8217;s how it works:</p>
<ul>
<li>Pick a song you want to sing, and think you can sing well (or at least humorously)</li>
<li>Dial (718) 775-3384</li>
<li>Sing your song!</li>
<li>Go to <a href="http://phone-idol.com">http://phone-idol.com</a> and listen to your recording online.</li>
<li>Then, America votes, choosing their favorite tracks through online rating</li>
</ul>
<p>Looking back at my project goals, I&#8217;d say this definitely accomplishes #1, #3 and #4.  It was done quickly, using just the <a href="http://www.twilio.com/docs/index">Twilio API</a> and a simple <a href="http://wordpress.org">WordPress</a> install, it demonstrates the power of connecting phones to web apps, and it works well using a regular phone.  However, it&#8217;s definitely not what I would call <em>simple</em> and <em>useful</em>.  But it was fun to make, and has spurred some more thinking about what&#8217;s possible here.</p>
<p>In the spirit of a weekend project, here are the things I didn&#8217;t do, but that I think would be cool:</p>
<ul>
<li><strong>Identities and account management. </strong> Right now, all I know about each submitter is his/her phone number, which I don&#8217;t want to publish.  I am intrigued by the idea of web accounts that are bootstrapped and managed by phone only, not email.  One of the next features I want to build is to connect submissions to online identities.  This would be easy to accomplish by creating user accounts based on phone numbers and sending a text with credentials, and could easily connect to existing social networks.  I admit that without this, the site is much less fun than it could be.</li>
<li><strong>Content management. </strong> Right now, there&#8217;s very little meta data associated with each entry.  For example, I would like to include the name of the person who submitted it, as well as the title of the song.  Given the phone as an interface, this is bit tricky to manage, but not impossible.  Two ways this could be accomplished:  1) after submission, send the user a text asking them to respond with their name and the title of their song.  This approach would either require multiple texts (expensive) or a special syntax;  2) text the user a login link and their credentials (see Account Management, above) and ask them to log in and update their submission with details.  Neither of these approaches is perfect, and I&#8217;m sure there are other alternatives I&#8217;m not considering.  However, doing at least something would definitely be possible.</li>
<li><strong>More social integration.</strong> This could be huge on Facebook.  For now I just have standard Facebook and Twitter sharing links, but I could imagine maybe trying for deeper Facebook integration, maybe as a Facebook app.  Out of scope for a weekend project, but maybe worth doing.</li>
</ul>
<p>And here&#8217;s a little bit of info on how it&#8217;s wired together:</p>
<ul>
<li>Twilio is configured to route calls to (718) 775-3384 to a script at Phone Idol, which produces TwiML, the markup language that serves instructions to Twilio.  You can see the XML output <a href="http://phone-idol.com/wp-content/plugins/phoneidol/twilio-start.php">here</a>.</li>
<li>These scripts are written as a <a href="http://wordpress.org">WordPress</a> plugin, so that after the final step in the Twilio workflow, the response data (most importantly the URL to the recording) is posted to WordPress as a new post.  Given more work on account and content management, as described above, I&#8217;d make more use of the WP API.</li>
<li>The website is an adaptation of the <a href="http://wordpressthemesbase.com/detail/986.html">Stripey</a> WordPress theme and uses a few plugins, most notably <a href="http://wpaudioplayer.com/">Audio</a>, <a href="http://www.gdstarrating.com/">GD Star Rating</a>, and <a href="http://blogplay.com/plugin">Sociable</a>.</li>
</ul>
<p>That&#8217;s about it. Now time to tweet out the vote and see if anyone wants to sing us a song&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://wrkng.net/2010/02/phone-idol-an-experiment-in-web-enabled-telephony/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Introducing The Board</title>
		<link>http://wrkng.net/2009/06/introducing-the-board/</link>
		<comments>http://wrkng.net/2009/06/introducing-the-board/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 18:34:55 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://blog.nickgrossman.com/2009/06/introducing-the-board/</guid>
		<description><![CDATA[A few weeks ago, I created a small web app for scheduling project teams at TOPP Labs.  At any given time, we&#8217;ve got anywhere between 10 and 20 active projects, so keeping track of it all is difficult, and planning ahead requires a good clear overview of everything that&#8217;s happening. Why create something new? Good [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://wrkng.net/wp-content/uploads/theboard.png" alt="" /></p>
<p>A few weeks ago, I created a small web app for scheduling project teams at <a href="http://topplabs.org">TOPP Labs</a>.  At any given time, we&#8217;ve got anywhere between 10 and 20 active projects, so keeping track of it all is difficult, and planning ahead requires a good clear overview of everything that&#8217;s happening.</p>
<p>Why create something new? Good question.  Before I started making a custom app, I experimented with a few existing tools.  I started with a basic spreadsheet.  Then, I tried dedicated project scheduling tools like <a href="http://www.omnigroup.com/applications/omniplan/">OmniPlan</a>.  While each of these tools got me part of the way there, nothing was exactly right.  Spreadsheets were too slow and OmniPlan was too complicated.  I really wanted to do one simple thing: drag people around from project to project on a weekly basis &#8212; including the ability to experiment with different configurations.  I didn&#8217;t need to get more granular than &#8220;project&#8221;, &#8220;person&#8221;, and &#8220;week&#8221;, and I needed something that would let me change these parameters easily and quickly.</p>
<p><img class="alignright size-full wp-image-794" title="usopen-ball" src="http://blog.nickgrossman.com/wp-content/uploads/2009/06/usopen-ball.jpg" alt="usopen-ball" width="130" height="129" />The inspiration for what I wanted came from my time as a ballboy at the US Open tennis tournament.  At the Open, there are 18 courts, ~300 ballpersons, and 4-5 shifts per day.  At every shift change, a crew of 6 ballpersons is assigned to each court &#8212; each team consists of 4 &#8220;backs&#8221; and 2 &#8220;nets&#8221;, and the team makeup (ratio of veterans to rookies, etc) is critical.  The staff at the Open manages all this is with a giant magnet board, holding one magnet for each ballperson.  Before each shift change, the staff sets up &#8220;crews&#8221; by dragging the magnets around the board, grouping them, and finally assigning them to courts.  It&#8217;s a perfect system for the job &#8212; just the right amount of detail, and highly visual and tactile.</p>
<p>In many ways, that was exactly what I needed.  The result is <strong><a href="http://wrkng.net/projects/theboard">The Board</a></strong> &#8212; a virtual magnet board for managing teams.  Check out the <a href="http://sandbox.wrkng.net/theboard/">demo</a> to poke at it and the <a href="http://wrkng.net/projects/theboard">project page</a> for code.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://wrkng.net/2009/06/introducing-the-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
