<?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>Zeek Interactive &#187; Ideas</title>
	<atom:link href="http://zeek.com/tag/ideas/feed/" rel="self" type="application/rss+xml" />
	<link>http://zeek.com</link>
	<description>People-Focused Web Design And Development</description>
	<lastBuildDate>Thu, 17 May 2012 03:25:26 +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>Why Should You Care About An API?</title>
		<link>http://zeek.com/why-should-you-care-about-an-api/</link>
		<comments>http://zeek.com/why-should-you-care-about-an-api/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 20:36:29 +0000</pubDate>
		<dc:creator>Jeff Turner</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[growth]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[open systems]]></category>

		<guid isPermaLink="false">http://zeek.com/?p=2846</guid>
		<description><![CDATA[In an open system, diversity - of thought, experience, and need - provide the energy required for growth and change. It's the beauty of an open system and the beauty of an open API.]]></description>
			<content:encoded><![CDATA[<p><strong>Last week I spoke at <a href="http://retechsouth.com" target="_blank">RETech South</a> and my first presentation was directed at Broker/Owners of real estate offices. </strong>After the session, I asked a trusted adviser to give me a harsh critique. They didn&#8217;t, but  they said something to the effect of, &#8220;I think you need to stop using acronyms that are comfortable for you, but foreign to your audience, like API.&#8221;</p>
<p>What they were referring to was a point in my talk where I advised the audience members to stop looking at the apps and tools put out by developers as an end unto themselves. Instead I wanted them to start asking the question, &#8220;how could I use the &#8216;ideas&#8217; behind their tools to accomplish my specific goals? Does their API provide a path to use their tool in ways the creators would not have imagined?&#8221; As I write that now, I understand that I should have explained further.</p>
<p><strong>So, let me explain further.</strong> First, API stands for &#8220;application programming interface.&#8221; It&#8217;s a way of explaining how different software applications communicate with each other. So, if you want your website or tool to interface with another website or tool, the API tells you how to do that and let&#8217;s you know what is and is not possible.</p>
<p>Now, the interesting thing about how most API documents are written is that, in many ways, even a non-programmer can get an idea of what&#8217;s possible. And this is why you, as a non-programming business person should care. Because if you know what&#8217;s possible, doors to new ideas and creative uses may open up for you. <em>Here&#8217;s an example.</em></p>
<p><strong><a href="http://groups.google.com/group/foursquare-api/web/api-documentation" target="_blank">The Foursquare API</a></strong></p>
<p><img class="alignright size-full wp-image-2851" title="foursquare-logo" src="http://zeek.com/wp-content/uploads/2010/03/foursquare-logo.jpg" alt="" width="360" height="240" />Much to my dismay, Foursquare doesn&#8217;t appear to be going away and among the current location-based social networks, it is the leader. But if I&#8217;m a business owner, in this case a real estate broker, I don&#8217;t want to just sit back and wait to see how the developers at Foursquare are going to move their platform forward. I want to take advantage of the network and make it work for me. First step, understand what it will let me have access to and make sure how I want to use the data is within the limits of their terms of service. The terms are simple enough to get to. Their terms of service are clearly displayed on their API page.</p>
<p><strong>How can I tell what I have access to if I&#8217;m not a programmer?</strong></p>
<p>I think most people will be surprised at how much &#8220;human-readable&#8221; text is contained in a well-done API document. Here&#8217;s a section of the Foursquare API that is under the category &#8211; &#8220;Check-in Methods.&#8221;</p>
<blockquote><p>&#8212;</p>
<h4>Checkins</h4>
<p>Returns a list of recent checkins from friends.</p>
<p>If  you pass in a geolat/geolong pair (optional, but recommended), we&#8217;ll  send you back a &lt;distance&gt; inside each &lt;checkin&gt; object that  you can use to sort your results.</p>
<p>Some notes on how to parse  each &lt;checkin&gt; block:</p>
<ul>
<li>if &lt;venue&gt; exists, it&#8217;s a  check-in to a proper place.</li>
<li>if &lt;venue&gt; and &lt;shout&gt;  exist, it&#8217;s a check-in to a proper place with a shout.</li>
<li>if only  &lt;shout&gt; exists, it&#8217;s a shout (no check-in). shouts are like  callouts or tweets to your network. they need not be tied down to a  particular place. it&#8217;s useful for sending messages like: &#8220;hey who&#8217;s up  for hanging out later tonight?&#8221;.</li>
<li>if no &lt;venue&gt; or  &lt;shout&gt; exists, then it&#8217;s a silent check-in (&#8220;off-the-grid&#8221; as we  like to say). this shows up in the timeline so that you know the person  is out and about (to make it easy to meet up after they are done with  whatever they are doing. it&#8217;s useful for stuff like dates, business  meetings, etc).</li>
</ul>
<p>URL: http://api.foursquare.com/v1/checkins<br />
Formats: XML, JSON<br />
HTTP Method(s): GET<br />
Requires Authentication: Yes<br />
Parameters:</p>
<ul>
<li><strong>geolat</strong> &#8211; (optional, but recommended)</li>
<li><strong>geolong</strong> &#8211; (optional, but recommended)</li>
</ul>
<p>&#8212;</p></blockquote>
<p><strong>Even if you&#8217;re not familiar with programming, you can learn several things from this section.</strong> A quality high school education is probably a good start, but I don&#8217;t need  to understand the formats, http methods or how to pass along the parameters to see that if I &#8220;pass in a geolat/geolong pair&#8221; that Foursquare is going to tell me how far away &lt;distance&gt; each place I can &lt;checkin&gt; is from my latitude and longitude. I know that my phone can figure out where I am and that a programmer can figure out how to get that information from my phone.</p>
<p>So, I now know that I can use the Foursquare API to deliver information about where I can check-in. In the next section of the API it tells me what I can do when I get that information. I can make a &#8220;shout&#8221; and send it out to my friends. I can check-in to one of the venues they send back. I can create a new venue and tell them about it. Just like I can do with the Foursquare app.</p>
<p><strong>But this is where it gets cool. </strong>As long as I&#8217;m within the terms of service, I can then use that data to distribute information to places that the Foursquare app might not provide. Where might that be? Other websites? Other tools? I don&#8217;t know where it is for you, but you might. I know where that knowledge leads me. And armed with a better understanding of what&#8217;s possible, you may be spurred to create a new use for the tools, one that the developers never saw coming.</p>
<p><strong>This is why the API is made public.</strong> <strong>This is where innovation lives.</strong> Diversity &#8211; of thought, experience, and need &#8211; provide the energy required for growth and change. It&#8217;s the beauty of an open system. And I believe that the missing ingredients in fueling commercial growth are the thoughts, experiences and needs of the average business owner responsible for making these tools work for their business.</p>
<p>So, do yourself a favor and take at look at the API of one of the tools you like using. Spend an hour studying it. Read past the programming jargon and sift through the text that feels like common English to see if it sparks some creative juices. I think you might be surprised.</p>
<p><strong>And let me know how it goes. </strong> <img src='http://zeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://zeek.com/why-should-you-care-about-an-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Bringing Your Ideas To Life &#8211; The Future Of Zeek</title>
		<link>http://zeek.com/bringing-your-ideas-to-life-the-future-of-zeek-interactive/</link>
		<comments>http://zeek.com/bringing-your-ideas-to-life-the-future-of-zeek-interactive/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 16:45:19 +0000</pubDate>
		<dc:creator>Jeff Turner</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Product Development]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[zeek]]></category>

		<guid isPermaLink="false">http://zeek.com/?p=544</guid>
		<description><![CDATA[Zeek Interactive wants to help bring your ideas to life. You use online services every day in ways we would never think to use them. As a result, you uncover problems and think of solutions we might never see. As we did with Ben Martin and Twext.me, we'd like to help you make your ideas a reality. ]]></description>
			<content:encoded><![CDATA[<p><strong>Can we help you bring your ideas to life?</strong></p>
<p>Over the past few months we&#8217;ve been laying the groundwork for what Zeek Interactive will become. We&#8217;ve had the chance to talk to a good number of people about what it takes to bring an online product or service to life and we&#8217;re confident our vision for our future is the right one.</p>
<p><img class="alignright size-full wp-image-1535" title="genericflowchart" src="http://zeek.com/wp-content/uploads/2009/07/genericflowchart.jpg" alt="genericflowchart" width="365" height="275" />Zeek has spent the vast majority of it&#8217;s fifteen years in business doing &#8220;work for hire&#8221; projects. We&#8217;ll continue to do that. We&#8217;re good at it. We&#8217;ve won awards and built some effective sites for some great companies. We&#8217;d want to do more.</p>
<p>We got our first glimpse of what our future might look like when we solved a problem for <a href="http://www.twitter.com/bkmcae">Ben Martin</a> and created <a href="http://twext.me">Twext.me</a>. Ben saw a need, <a href="http://zeek.com/twextme-twitter-mentions-to-sms-text/">communicated that need</a> and we created Twext.me to meet that need. It was a taste of what could be and we liked it.</p>
<p>But we never saw Twext.me as a &#8220;business.&#8221; We didn&#8217;t think people would pay for it and we still don&#8217;t. So, we don&#8217;t intend to attempt to monetize it in any way. If we do, Ben will participate in any monetary gain that may come from his idea, even though all he did was communicate a problem. He didn&#8217;t come up with the name, the designs, or the workflow. He never wrote a single line of code or even participated in the development process. But if we decide to try and make money, he deserves some compensation. That&#8217;s the way we see it.</p>
<p><strong>The value of an idea.</strong></p>
<p>Ben saw a problem we never saw. I was using Twitter every day, just like Ben, but he and I used it differently. So he was able to see a problem I couldn&#8217;t see. <em>This is where the magic lies.</em> People use products and services everyday in ways we might never use them. As a result, they are often the ones best equipped to understand what is missing. And it&#8217;s just as true that they may articulate a solution that they can&#8217;t create on their own.</p>
<p><strong>That&#8217;s where Zeek Interactive comes in.</strong></p>
<p><em>We want to bring your ideas to life</em>. And we want you to share in the success when we do. We have two ideas in the planning stages now, both brought to us by people who might never have been able to see their idea come to life any other way. Do you have an idea you&#8217;d like to see come to life? Just send me an email to jeff at zeek dot com or call me at 661.244.5812. <strong>We may be able to help.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://zeek.com/bringing-your-ideas-to-life-the-future-of-zeek-interactive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

