<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Andrew Odewahn on O&apos;Reilly Broadcast</title>
<link rel="alternate" type="text/html" href="http://broadcast.oreilly.com/" />
<link rel="self" type="application/atom+xml" href="http://broadcast.oreilly.com/atom.xml" />
<id>tag:broadcast.oreilly.com,2008-08-07://53</id>
<updated>2009-11-18T15:42:34Z</updated>

<generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.21-en</generator>

<entry>
<title>Visualizing Stackoverflow&apos;s data dump</title>
<link rel="alternate" type="text/html" href="http://broadcast.oreilly.com/2009/11/visualizing-stackoverflows-dat.html" />
<id>tag:broadcast.oreilly.com,2009://53.38533</id>

<published>2009-11-18T15:42:34Z</published>
<updated>2009-11-18T15:42:34Z</updated>

<summary>Stackoverflow releases a monthly XML data dump (CC-licensed) of all the data in their system.   Unlike a lot of other data sets that just reflects what developers are buying, this data reflects what developers are actually using and asking questions about, which is pretty cool.  I used this dataset to create a topic map that reflects the relationships among the top topics (based on how frequently the topic was used as a tag on a post) for the month of October, 2009. There was a lot of interesting stuff in here. For example, I love the fact that plain old &quot;regex&quot; is the main link between &quot;php&quot; and &quot;c#.&quot; Also, it&apos;s interesting that only PHP has a direct link to various database topics; I would have expected databases to be more central.</summary>
<author>
<name>Andrew Odewahn</name>
<uri>http://radar.oreilly.com/andrewo</uri>
</author>

<category term="programmablebiz" label="programmablebiz" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="stackoverflow" label="stackoverflow" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://broadcast.oreilly.com/">
Stackoverflow releases a monthly XML data dump (CC-licensed) of all the data in their system.   Unlike a lot of other data sets that just reflects what developers are buying, this data reflects what developers are actually using and asking questions about, which is pretty cool.  I used this dataset to create a topic map that reflects the relationships among the top topics (based on how frequently the topic was used as a tag on a post) for the month of October, 2009. There was a lot of interesting stuff in here. For example, I love the fact that plain old &quot;regex&quot; is the main link between &quot;php&quot; and &quot;c#.&quot; Also, it&apos;s interesting that only PHP has a direct link to various database topics; I would have expected databases to be more central.
</content>
</entry>

<entry>
<title>Use APIs to do market research</title>
<link rel="alternate" type="text/html" href="http://broadcast.oreilly.com/2009/07/use-apis-to-do-research.html" />
<id>tag:broadcast.oreilly.com,2009://53.37609</id>

<published>2009-07-29T15:40:43Z</published>
<updated>2009-07-29T15:40:43Z</updated>

<summary>Basic product attribute questions (what&apos;s the best price, size, length, etc) are crucial elements in any product or marketing strategy, but it&apos;s often too difficult or expensive to get timely market information.  However, a quick script that pulls data from a relevant website&apos;s API can often give you an answer that&apos;s good enough.  This post provides a few techniques for using this powerful new resource for market research.</summary>
<author>
<name>Andrew Odewahn</name>
<uri>http://radar.oreilly.com/andrewo</uri>
</author>

<category term="api" label="api" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="json" label="json" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="programmablebiz" label="programmable-biz" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="python" label="python" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="youtubesearch" label="youtube search" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://broadcast.oreilly.com/">
Basic product attribute questions (what&apos;s the best price, size, length, etc) are crucial elements in any product or marketing strategy, but it&apos;s often too difficult or expensive to get timely market information.  However, a quick script that pulls data from a relevant website&apos;s API can often give you an answer that&apos;s good enough.  This post provides a few techniques for using this powerful new resource for market research.
</content>
</entry>

<entry>
<title>Visualizing the U.S. Senate Social Graph, 1991 - 2009 [Part 1]</title>
<link rel="alternate" type="text/html" href="http://broadcast.oreilly.com/2009/05/us-senato-social-graph-1991--.html" />
<id>tag:broadcast.oreilly.com,2009://53.36114</id>

<published>2009-05-04T21:01:14Z</published>
<updated>2009-05-04T21:01:14Z</updated>

<summary>Arlen Specter&apos;s party switch was big news, but a quick visualization technique shows it was a long time coming.  What other surprises might lurk in the Senate Social graph?</summary>
<author>
<name>Andrew Odewahn</name>
<uri>http://radar.oreilly.com/andrewo</uri>
</author>

<category term="government20" label="government 2.0" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="programmablebiz" label="programmable-biz" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="python" label="python" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="visualization" label="visualization" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://broadcast.oreilly.com/">
Arlen Specter&apos;s party switch was big news, but a quick visualization technique shows it was a long time coming.  What other surprises might lurk in the Senate Social graph?
</content>
</entry>

<entry>
<title>Simplify business research with Google Ajax Search API</title>
<link rel="alternate" type="text/html" href="http://broadcast.oreilly.com/2009/04/brand-research-with-google-sea.html" />
<id>tag:broadcast.oreilly.com,2009://53.35833</id>

<published>2009-04-13T15:00:00Z</published>
<updated>2009-04-13T15:00:00Z</updated>

<summary>Business research usually starts with a list -- brands, competitors, people, products, whatever.  This post describes a quick Python script that uses the Google Search API to automate the routine parts of the task, giving you more time to analyze and understand the results.</summary>
<author>
<name>Andrew Odewahn</name>
<uri>http://radar.oreilly.com/andrewo</uri>
</author>

<category term="hacks" label="hacks" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="programmablebiz" label="programmable-biz" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="python" label="python" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="research" label="research" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://broadcast.oreilly.com/">
Business research usually starts with a list -- brands, competitors, people, products, whatever.  This post describes a quick Python script that uses the Google Search API to automate the routine parts of the task, giving you more time to analyze and understand the results.
</content>
</entry>

</feed> 