<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
xmlns:cc="http://web.resource.org/cc/"
xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://labs.eventful.com/">
<title>Eventful Labs</title>
<link>http://labs.eventful.com/</link>
<description></description>
<dc:language>en</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-03-11T10:00:08-08:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.17" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://labs.eventful.com/archives/2008/03/event_mashup_ca_1.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2008/02/using_popularit.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2007/05/ruby_api_update.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2007/01/mashup_camp_3_r.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/12/event_mashup_ca.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/12/spotted_in_the_13.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/11/spotted_again_r.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/11/spotted_in_the_12.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/09/spotted_in_the_11.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/08/spotted_in_the_10.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/08/update_javascri.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/07/npuc_2006.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/07/podbop_version.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/07/mashup_camp_rep.html" />
<rdf:li rdf:resource="http://labs.eventful.com/archives/2006/07/mashup_camp_2_t.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://labs.eventful.com/archives/2008/03/event_mashup_ca_1.html">
<title>Event: Mashup Camp 6</title>
<link>http://labs.eventful.com/archives/2008/03/event_mashup_ca_1.html</link>
<description><![CDATA[<p><a href="http://www.flickr.com/photos/chris_radcliff/189403487/" title="Mashup Camp 2 on Flickr"><img src="http://static.flickr.com/73/189403487_3d82a2c71d_t.jpg" width="100" height="75" alt="Mashup Camp 2" align="right" /></a></p>

<p><a href="http://eventful.com/users/timbre">Tim Breidigan</a> and I will be attending <a href="http://eventful.com/events/mountain-view/technology-mashup-camp-6-/E0-001-007429300-8">Mashup Camp 6</a> in Silicon Valley next week. If you have any interest in mashups, public APIs, social networking applications, widgets, or the future of the Web, this is one event you can't possibly miss. These have consistently been the best (un)conferences I've attended, and this new round of iPhone, Facebook, and OpenSocial apps should make things even more interesting.</p>

<p>Best of all, Mashup Camp 6 is absolutely free! So there's no reason not to <a href="http://mashupcamp.com">sign up</a>. Right now. Go on!</p>]]></description>
<dc:subject>Events</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2008-03-11T10:00:08-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2008/02/using_popularit.html">
<title>Using Popularity To Find Better Events</title>
<link>http://labs.eventful.com/archives/2008/02/using_popularit.html</link>
<description><![CDATA[<p>It's one of our most common questions: How do I get the most interesting events from a list of thousands? Now the answer is as simple as setting a sort order: 'popularity' has arrived.</p>

<p>How does it work? The <a href="http://api.eventful.com/docs">API search documentation</a> has the specifics, but the change is a simple one: instead of sorting by 'date' or 'relevance', sort your event or venue search results by 'popularity' to get the most interesting events first. </p>

<p>This works particularly well when combined with a category and a location, as seen on our revamped <a href="http://eventful.com/events">events tab page</a>. You can preview the effect on any event or venue search on Eventful.com by changing the "Sort by" option in the sidebar. </p>

<p>So what does "popularity" really mean? It's our own formula based on all the interactions people have events, venues, performers, and demands on Eventful.com, combined with our proprietary recommendation engine. </p>

<p>The idea has been in the works for a while (you may have heard of 'mojo'), but now we've refined it to the point where it's ready for prime time.  Please give it a try, and let us know if you have any questions.<br />
</p>]]></description>
<dc:subject>API</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2008-02-22T14:33:59-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2007/05/ruby_api_update.html">
<title>Ruby API Updated to Version 2.2.0</title>
<link>http://labs.eventful.com/archives/2007/05/ruby_api_update.html</link>
<description><![CDATA[<p>The <a href="http://rubyforge.org/projects/evdbapi/">Eventful Ruby API library</a> has been updated. Version 2.2.0 is spiffier than ever, and I'm starting to think I'm going to have to add darksunglasses.gem as a dependency for safety.</p>

<p>First, you can use Symbols or Strings for the parameter hashes.</p>

<pre><code>event = eventful.call 'events/get',
                      :id => 'E0-001-003684357-3'</code></pre>

<p>We cleaned up the paramter names (<code>"server_port"</code> renamed to <code>:port</code>, for example) and included a new example. But don't worry, version 2.2.0 is compatible with any code written against the eventfulapi library.</p>

<p>Pop open a terminal and run <kbd>gem update eventfulapi</kbd>, or if you're just starting out for the first time, <kbd>gem install eventfulapi --remote</kbd>. Check the <a href="http://api.eventful.com/libs/ruby/doc/">library documentation</a> and <a href="http://api.eventful.com/docs">API documentation</a> for more.</p>

<p><a href="http://api.evdb.com/#api-developers">Join the developer mailing list</a> and <a href="mailto:feedback@eventful.com">get in touch</a> if you make something cool or have any problems or ideas. Now go and code!</p>]]></description>
<dc:subject>libraries</dc:subject>
<dc:creator>paul</dc:creator>
<dc:date>2007-05-21T14:35:52-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2007/01/mashup_camp_3_r.html">
<title>Mashup Camp 3 report</title>
<link>http://labs.eventful.com/archives/2007/01/mashup_camp_3_r.html</link>
<description><![CDATA[<div style="float: right; margin-left: 5px; margin-bottom: 5px;"><a href="http://www.flickr.com/photos/chris_radcliff/362189992/" title="view this photo on Flickr"><img src="http://farm1.static.flickr.com/130/362189992_5f39d63b1d_s.jpg" width="75" height="75" alt="stickers and chips"  style="border: solid 0px;" /></a></div>

<p>Another <a href="http://mashupcamp.com">Mashup Camp</a> is past, and good time was had by all.  Nate and I met some fascinating people who are working on some impressive projects.  Notable among them:</p>

<ul>

<li>Long-time Eventful friends Taylor McKnight and Daniel Westermann-Clark of <a href="http://podbop.org">Podbop</a> fame, returning to Mashup Camp after an absence.  As promised, we followed Taylor around until we (and by "we" I mean "I") got too tired to continue.</li> 

<li>Anthony Volodkin of <a href="http://hype.non-standard.net/">The Hype Machine</a> and Chris Marstall of <a href="http://www.tourfilter.com/">tourfilter</a>, which won first and second place in the <a href="http://wiki.mashupcamp.com/index.php/SpeedGeeking3">Best Mashup contest</a> respectively.  We got a chance to have a few drinks with them along with other music folks.</li>

<li>John Herren, geek extraordinaire and hardware masher, who was joined by Liz Herren this time.  She had her Web 2.0 "Aha" moment at Mashup Camp, so now she's going to start her own blog.</li>

<li>Jon Aizen from <a href="http://www.dappit.com/">Dapper</a>, a fun new way to generate an API for Web sites that don't have them.  I didn't see the demonstration myself, but Nate put together a scraper for <strikethrough>popular music promotion service</strikethrough> in about 4 minutes.</li>

<li><a href="http://lawver.net/">Kevin Lawver</a> from AOL, who had good things to say about microformats and the future of Web widgets (and wore some awesome t-shirts, too).</li>

</ul>

<p>...and a whole host of others, of course.  There were so many good conversations everywhere, it would be difficult to list everyone.</p> 

<p>We also got a chance to show off our pet side-project <a href="http://gigul8r.com">Gigul8r</a>, of which I'll say more in a later post.  Suffice it to say that it won 4th place in the Best Mashup Contest and was named Mashup of the Day at <a href="http://www.programmableweb.com">ProgrammableWeb</a>:</p>

<p><a href="http://eventful.com/events/E0-001-002642665-0">Mashup Camp 4</a> will be in Mountain View this summer, and they're already accepting registrations. We're definitely looking forward to being there.</p>

]]></description>
<dc:subject>Events</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2007-01-25T12:11:02-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/12/event_mashup_ca.html">
<title>Event: Mashup Camp 3</title>
<link>http://labs.eventful.com/archives/2006/12/event_mashup_ca.html</link>
<description><![CDATA[<div style="float: right; margin-left: 5px; margin-bottom: 5px;"><a href="http://mashupcamp.com" title="Mashup Camp 3"><img src="http://images.evdb.com/images/large/I0-001/000/215/152-9.gif" alt="Mashup Camp"  style="border: solid 0px;" /></a></div>

<p><a href="http://blog.perfectspace.com/">Nate Ritter</a> and I will be attending <a href="http://eventful.com/events/E0-001-001896749-9">Mashup Camp 3</a> in January.  If you have any interest in mashups, public APIs, or the future of the Web, this is one event you can't possibly miss.  The first two were the best (un)conferences I attended this year, and this time we get to feel the MIT vibe on top of it all.</p>

<p>We will also be presenting the Eventful API at <a href="http://wiki.mashupcamp.com/index.php/MashupU">Mashup University</a>, the day before Camp starts.  If you'll be around that day (even if you can't make it to the Camp itself), sign up for Mashup U and see our talk.  I promise it will contain at least one robot, one pirate, and a whole bunch of monkeys!</p>]]></description>
<dc:subject>Events</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2006-12-05T16:05:11-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/12/spotted_in_the_13.html">
<title>Spotted in the Wild: Tagbulb</title>
<link>http://labs.eventful.com/archives/2006/12/spotted_in_the_13.html</link>
<description><![CDATA[<p>Tag search isn't anything new in the Web 2.0 space, but there's something to be said for making a good idea faster and more comprehensive.  (<i>*cough Google cough*</i>)  Comprehensive is definitely where <a href="http://tagbulb.com">Tagbulb</a> is headed, if their existing list of search targets is any sign.  Photos, videos, books, blogs, jobs, podcasts, social bookmarks, goals... and now events.  </p>

<p>The interface seems to be entirely AJAX, which when combined with really simple design actually manages to be snappy.  (I've tried portal-style sites recently that load like a herd of elephants, but I digress.)  I can think of a thousand directions they might go, so it'll be interesting to see how they develop. </p>]]></description>
<dc:subject>Spotted in the Wild</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2006-12-05T14:54:54-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/11/spotted_again_r.html">
<title>Spotted again:  Rrove</title>
<link>http://labs.eventful.com/archives/2006/11/spotted_again_r.html</link>
<description><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;"><a href="http://flickr.com/photos/chris_radcliff/299049904/" title="Rrove v2 on Flickr"><img src="http://static.flickr.com/101/299049904_53352a9f8a_m.jpg" alt="Eiffel Tower page at Rrove" style="border: solid 2px #000000;" /></a><br /><span style="font-size: 0.9em; margin-top: 0px;"><a href="http://flickr.com/photos/chris_radcliff/299049904/">Eiffel Tower page at Rrove</a></span></div>

<p>I think we forgot to blog our first encounter with <a href="http://rrove.com">Rrove</a>, but it turns out the wait was worth it. They've spiffed up the site a great deal, so a good idea has gotten even better.</p>

<p>Rrove is all about sharing places.  Take any point on the Earth, be it an address or a geolocation, and give it all the Web 2.0 goodness we've grown to expect: tags, reviews, comments, Flickr photos, and (of course) events nearby.</p>

<p>My personal favorite new feature is Sets, groups of places that are listed together but commented separately.  For instance, take the set of <a href="http://www.rrove.com/set/item/71/paris-destinations">Paris destinations</a>, a kind of "must see" list.  Don't agree that the Eiffel Tower is worth visiting?  Vote it down.  Have a great photo of the <a href="http://www.rrove.com/place/item/11247/moulin-rouge">Moulin Rouge</a>? Add it yourself.  Know a hot gig happening around the corner from the Louvre?  Well, you get the picture.  And so do they.</p>]]></description>
<dc:subject>Spotted in the Wild</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2006-11-16T15:33:39-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/11/spotted_in_the_12.html">
<title>Spotted in the Wild:  Nextcat</title>
<link>http://labs.eventful.com/archives/2006/11/spotted_in_the_12.html</link>
<description><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;"><a href="http://flickr.com/photos/chris_radcliff/298314173/" title="NextCat event list on Flickr"><img src="http://static.flickr.com/110/298314173_395a0ff14f_m.jpg" alt="NextCat event list" style="border: solid 2px #000000;" /></a><br /><span style="font-size: 0.9em; margin-top: 0px;"><a href="http://www.flickr.com/photos/chris_radcliff/298314173/">NextCat event list</a></span></div>


<p><a href="http://nextcat.com">Nextcat</a> says that "It's all about who you know."  They could be talking about the entertainment industry or Web 2.0 social networking, but in their case they mean both.  Picking up where Myspace left off, they provide promotional pages for artists and entertainers looking to expand their reach and potentially land a new gig.</p>

<p>Rather than roll their own event listings, Nextcat decided to use the Eventful API, both for <a href="http://www.nextcat.com/browse/Events.aspx?view=Music">searching for events</a> and adding new events for your artist. The interface for both is nice and clean, integrated well into the Nextcat look while retaining the as much Eventful functionality as possible.</p>

<p>I'm glad to see events making their way into social networking sites like Nextcat.  Someone was just <a href="http://gogelmogel.typepad.com/gogelmogel/2006/11/needed_confabbl.html">requesting events support in LinkedIn</a> yesterday, so it sounds like the time has come.</p>]]></description>
<dc:subject>Spotted in the Wild</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2006-11-15T13:37:04-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/09/spotted_in_the_11.html">
<title>Spotted in the Wild: The Hype Machine</title>
<link>http://labs.eventful.com/archives/2006/09/spotted_in_the_11.html</link>
<description><![CDATA[<p>The <a href="http://hype.non-standard.net/">Hype Machine</a> is a different kind of blog aggregator, one which "tracks songs and discussion posted on the best music blogs."  It combs music blog feeds for any mention of a particular performer's songs and displays them in a most-recent list along with other relevant links.<p>

<p>For instance, a search for <a href="http://hype.non-standard.net/artist/scissor%20sisters">Scissor Sisters</a> gets you a pop-up player to listen to each song, links to each song on iTunes and Amazon, YouTube videos, and the performer's Eventful and Upcoming events.</p> ]]></description>
<dc:subject>Spotted in the Wild</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2006-09-25T10:24:40-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/08/spotted_in_the_10.html">
<title>Spotted in the Wild: Geowalk</title>
<link>http://labs.eventful.com/archives/2006/08/spotted_in_the_10.html</link>
<description><![CDATA[<p>(Well, not so much <em>spotted</em> as pointed out by Harald Kotte of Visicam.  Thanks, Harald!)  </p>

<p><a href="http://www.geowalk.de">Geowalk</a> is a Google Maps mashup that takes a different approach from the ones we've seen so far.  Rather than fill in the entire map view with a spray of events (or photos, news items, hotels, travel tips...), Geowalk displays a relevant list based on where you click.  That way you can use the map as an overview and get detailed information by clicking around. </p>]]></description>
<dc:subject>Spotted in the Wild</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2006-08-25T14:17:54-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/08/update_javascri.html">
<title>Update: JavaScript API</title>
<link>http://labs.eventful.com/archives/2006/08/update_javascri.html</link>
<description><![CDATA[<p>We released version 0.3 of our <a href="http://api.evdb.com/js/api">JavaScript API library</a> today, introducing a few new fixes. You can read the <a href="http://api.evdb.com/js/api.changes">changes file</a> to see the version history.</p>

<p>Most notably, the library now supports the Opera 9 web browser. We have tested and confirmed proper operation in the latest Mozilla browsers, Internet Explorer 6, Safari 2, and Opera 9. The library is still in a pre-1.0 state, though, so if you use the library and notice any bugs or modern browsers in which it doesn't work, <a href="http://eventful.com/feedback">send us some feedback</a>.</p>

<p>The JavaScript API library has inherent limitations with respect to authentication because the code is publicly exposed, but you can make simple API calls that don't require authentication with ease.</p>

<p>To start using the JavaScript API library, <a href="http://api.evdb.com/js/api">open it up</a> and read the comments in the header.</p>

<p>Share it and enjoy!</p>]]></description>
<dc:subject>API</dc:subject>
<dc:creator>brad</dc:creator>
<dc:date>2006-08-22T17:01:23-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/07/npuc_2006.html">
<title>NPUC 2006</title>
<link>http://labs.eventful.com/archives/2006/07/npuc_2006.html</link>
<description><![CDATA[<p>I'm at <a href="http://eventful.com/events/E0-001-001006046-2" title="New Paradigms in Using Computers">NPUC</a> at the moment showing off a <a href="/source/eventful-demand.pdf">poster session about Eventful Demand</a> (warning: 2MB PDF).  Thanks to the power of the internets, you! are! there!  (If by chance you really are there, feel free to download the poster for later perusal.)</p>

<p>Update: The conference was informative, if a bit surreal.  All five speakers gave great presentations; so far <a href="http://ross.typepad.com/blog/2006/07/new_paradigms_f.html">Ross Mayfield's</a> and <a href="http://www.intertwingly.net/blog/2006/07/25/NPUC-2006">Sam Ruby's</a> have been posted online.  My favorite was a demonstration of <a href="http://groups.csail.mit.edu/uid/chickenfoot/">Chickenfoot</a>, a browser automation tool (and keyword-based language) which could easily be turned into a <a href="http://blog.labnotes.org/2006/03/04/what-exactly-is-a-scrapi/">ScrAPI</a> generator for the everyman.  Or something.</p>

<p>The surreal moments were due in part to the weather; the posters were set up next to a wall of windows, so that part of the room was uncomfortably hot.  Mostly, though, I felt like the only Web 2.0 upstart in a room full of superintelligent computer luminaries.  (Imagine perusing a poster on <abbr title="Human-Computer Interaction">HCI </abbr> and discovering you're standing next to <a href="http://www.jnd.org/">Don Norman</a>.)  Still, it was an eye-opening experience and I'm glad we were invited.  Thanks, <a href="http://www.maximilien.org/">Max</a>!</p>]]></description>
<dc:subject>Events</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2006-07-24T13:30:59-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/07/podbop_version.html">
<title>Podbop version 2</title>
<link>http://labs.eventful.com/archives/2006/07/podbop_version.html</link>
<description><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;"><a href="http://www.flickr.com/photos/gtmcknight/194058109/"><img src="http://static.flickr.com/66/194058109_e030ce78b7_m.jpg"alt="Podbop version 2" style="border: solid 2px #000000;" /></a><br /><span style="font-size: 0.9em; margin-top: 0px;"><a href="http://www.flickr.com/photos/gtmcknight/194058109/">Podbop.org Version Two</a><br />Originally uploaded by <a href="http://www.flickr.com/people/gtmcknight/">gtmcknight</a>.</span></div>

<p><a href="http://podbop.org/">Podbop</a> version 2 <a href="http://blog.podbop.org/archives/2006/07/20/podbop_version_2/">was announced yesterday</a> over at the <a href="http://blog.podbop.org/">Podbop blog</a>.

In addition to the beautiful new design, new features include being able to search within a radius of your city, a <a href="http://podbop.org/artists/">browsable performer database</a>, and the ability to <a href="http://podbop.org/artists/promote/">add performers' events directly from Podbop</a>.

And if you'd like to request any missing features, go ahead on the <a href="http://podbop.reddit.com/">Podbop subreddit</a>.</p>

<p>Congratulations to <a href="http://gtmcknight.com/">Taylor</a>,
<a href="http://grove.ufl.edu/~dwc/">Daniel</a>,
and
<a href="http://blog.podbop.org/editors/">the rest of the Podbop crew</a> for a great new release!</p>

<br clear="all" />]]></description>
<dc:subject>Spotted in the Wild</dc:subject>
<dc:creator>ted</dc:creator>
<dc:date>2006-07-20T13:32:49-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/07/mashup_camp_rep.html">
<title>Mashup Camp report, part 1</title>
<link>http://labs.eventful.com/archives/2006/07/mashup_camp_rep.html</link>
<description><![CDATA[<p>(Oh no, this means I've sunk to writing multi-part posts.  Anything to get this out the door...)</p>

<p><a href="http://www.flickr.com/photos/chris_radcliff/189403487/" title="Mashup Camp 2 on Flickr"><img src="http://static.flickr.com/73/189403487_3d82a2c71d_t.jpg" width="100" height="75" alt="Mashup Camp 2" align="right" /></a></p>

<p>Suffice it to say, <a href="http://mashupcamp.com">Mashup Camp</a> was most excellent.  Bryan and I met some seriously impressive people there, the true leaders in the field.  (In some cases, those leaders are 16 years old.  More on that later.)  It was also good to get updates from some familiar faces.  The hallway conversations were fantastic, with interesting people to talk to from the start of breakfast to the end of dinner.  (We had to sleep sometime.)</p>

<p>I presented a quick demo of <a href="http://photiger.com">PhoTiger</a>, a mashup from <a href="http://mashpit.pbwiki.com/AutoTaggingPhotosByEventAndLocation">Mashpit</a>, and it got a great response from the folks who saw it during speedgeeking sessions.  (Kinda like speed dating, but 4-on-1 and with a laptop.  Or something.)  Despite having some <a href="http://www.christine.net/2006/07/cool_mashup_hac.html">stiff competition</a>, little PhoTiger got enough wooden nickels (votes) to win one of the third-place prizes.  It wasn't the MacBook, but it was still a Major Award!</p>

<p>More to come.  In the interim, <a href="http://flickr.com/photos/tags/mashupcamp2/interesting/">photos of the event</a> are available on Flickr.</p>]]></description>
<dc:subject>Events</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2006-07-20T10:39:00-08:00</dc:date>
</item>
<item rdf:about="http://labs.eventful.com/archives/2006/07/mashup_camp_2_t.html">
<title>Mashup Camp 2 Tomorrow</title>
<link>http://labs.eventful.com/archives/2006/07/mashup_camp_2_t.html</link>
<description><![CDATA[Bryan Monroe and I will be at <a href="http://eventful.com/events/E0-001-000913219-8">Mashup Camp 2</a> on Wednesday and Thursday, so be sure to seek us out if you're attending.  If you're not attending but you're in the Bay Area, check out the <a href="http://eventful.com/events/E0-001-001103094-5" title="Mashup Camp 2 Pre-party">pre-party</a> (courtesy of Dave Nielsen and StrikeIron) the night before.  It's open to anyone. ]]></description>
<dc:subject>Events</dc:subject>
<dc:creator>chris</dc:creator>
<dc:date>2006-07-11T10:26:46-08:00</dc:date>
</item>


</rdf:RDF>