<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 18:40:31 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Lorna Mitchell's Blog: Fetching Your Talks from the Joind.In API]]></title>
      <guid>http://www.phpdeveloper.org/news/18075</guid>
      <link>http://www.phpdeveloper.org/news/18075</link>
      <description><![CDATA[<p>
If you're a speaker (or even if you're not and just want to play with the API) and have information on <a href="http://joind.in">Joind.in</a>, <i>Lorna Mitchell</i> has a <a href="http://www.lornajane.net/posts/2012/fetching-your-talks-from-the-joind-in-api">quick way</a> you can pull you information from the site into an easy to use format.
</p>
<blockquote>
I've recently been thinking that I should also do a better job of linking through to the various talks I'm giving/have given - and at around the same time I was contacted by the good folk at mojoLive about integrating against joind.in. To cut a long story short, the joind.in API now has the functionality for users to retrieve their list of talks!
</blockquote>
<p>
Her <a href="http://www.lornajane.net/posts/2012/fetching-your-talks-from-the-joind-in-api">example</a> just uses a <a href="http://php.net/file_get_contents">file_get_contents</a> to pull the data from the remote URL in a JSON format. You don't need to be logged in to get to the talk information, though, so you won't need to bother with OAuth for this one. A snippet to loop through the results is also included.
</p>]]></description>
      <pubDate>Mon, 11 Jun 2012 08:31:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: php|tek 2012 Wraps Up]]></title>
      <guid>http://www.phpdeveloper.org/news/18007</guid>
      <link>http://www.phpdeveloper.org/news/18007</link>
      <description><![CDATA[<p>
This year's <a href="http://tek.phparch.com">php|tek 2012</a> conference has just wrapped up - some great sessions were presented, contributions were made at the hackathon and <a href="http://tek12.phparch.com/2012/04/the-gamification-of-tek-introducing-achievement-patches/">patches gathered</a> by all.
</p>
<p>
If you attended this year's event, please be sure to <a href="http://joind.in/event/view/958">give the speakers some feedback</a> (on Joind.in) and, if you weren't able to, check out the <a href="http://joind.in/event/view/958/slides">"Slides"</a> section for the presentations.
</p>
<p>Topics at this year's event included:</p>
<ul>
<li><a href="http://joind.in/talk/view/6500">Easing in to HTML5 and CSS3</a> (<i>Brian Moon</i>)
<li><a href=http://joind.in/talk/view/6521"">Web Security and You</a> (<i>Eli White</i>) 
<li><a href="http://joind.in/talk/view/6481">(Re)discovering the SPL</a> (<i>Joshua Thijssen</i>)
<li><a href="http://joind.in/talk/view/6517">Slim Your PHP, Fatten Your JS</a> (<i>Ed Finkler</i>)
</ul>]]></description>
      <pubDate>Fri, 25 May 2012 16:26:22 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lorna Mitchell's Blog: A Prototype API for Joind.in]]></title>
      <guid>http://www.phpdeveloper.org/news/16347</guid>
      <link>http://www.phpdeveloper.org/news/16347</link>
      <description><![CDATA[<p>
<i>Lorna Mitchell</i> has <a href="http://www.lornajane.net/posts/2011/A-Prototype-API-for-Joind.In">posted about an API release</a> she's made for the <a href="http://joind.in">Joind.in</a> website today - the first stages of a completely reworked version of the site's API.
</p>
<blockquote>
Following the principle of "release early, release often", I put live a very early version of the v2 API for joind.in today (so that I can use it in another project!). I haven't updated the documentation yet but in case anyone was thinking of consuming data from joind.in, this at least gives you an idea of the direction of the project so I thought I'd share.
</blockquote>
<p>
The <a href="http://api.joind.in/">new service</a> is RESTful and has a few working features already including fetching event and talk details, pagination and multiple output formats. You can find samples of the output <a href="http://api.joind.in/v2/events">here</a> and <a href="http://api.joind.in/v2/events/603">here</a>. If you're interested in seeing the source so far, check out <a href="https://github.com/joindin/joind.in/tree/master/src/api">the github account for Joind.in</a> (and maybe even clone a copy).
</p>]]></description>
      <pubDate>Tue, 17 May 2011 12:37:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Dave Gardner's Blog: Applying collective intelligence to PHP UK Conference 2011]]></title>
      <guid>http://www.phpdeveloper.org/news/15986</guid>
      <link>http://www.phpdeveloper.org/news/15986</link>
      <description><![CDATA[<p>
<i>Dave Gardner</i> has put together a post about some work he did with the <a href="http://joind.in">Joind.in</a> API (an event feedback site) to <a href="http://www.davegardner.me.uk/blog/2011/02/27/applying-collective-intelligence-to-php-uk-conference-2011/">apply collective intelligence</a> to the results of the <a href="http://phpconference.co.uk/">PHP UK Conference</a>.
</p>
<blockquote>
The term "<a href="http://en.wikipedia.org/wiki/Collective_intelligence">collective intelligence</a>" refers to intelligence that emerges from the collaboration of a group. In this case, we can leverage the data within joind.in and make "intelligent" recommendations. This post looks at building a simple recommendation engine using the data from joind.in. You can <a href="http://www.davegardner.me.uk/phpuk2011.php.gz">download the entire source code here (gzipped)</a> or view via <a href="http://pastebin.com/6pyFrNyA">PasteBin here</a> and try it out for yourself.
</blockquote>
<p>
His code connects to the Joind.in API and fetches the event's talk information and the comments for each. His "calculatePearson" function then takes in two users and the set of ratings to figure out how similar their preferences are. There's also a bit of code that approaches it from a different angle - providing recommendations for users based on their own comments.
</p>]]></description>
      <pubDate>Wed, 02 Mar 2011 11:08:27 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHPBenelux BugHuntDay 2010 (Zend Framework & Joind.in)]]></title>
      <guid>http://www.phpdeveloper.org/news/15412</guid>
      <link>http://www.phpdeveloper.org/news/15412</link>
      <description><![CDATA[<p>
The PHPBenelux group has <a href="http://www.phpbenelux.eu/en/bughuntday2010">officially announced</a> this month's BugHuntDay they'll be having near the end of November on Saturday the 27th in the offices of <a href="http://www.webclusive.com/">WEBclusive</a>.
</p>
<blockquote>
As has become tradition after 2008 (Zend Framework) and 2009 (symfony), we again organize a PHPBenelux BugHuntDay in November this year. We even decided to make the BugHuntDay a bit bigger. On Saturday November 27th, we will be focusing not on one but on two projects! We will focus on <a href="http://framework.zend.com/">Zend Framework</a> for the framework-heads, and on the <a href="https://github.com/joindin/joind.in">Joind.in codebase</a> for the community-heads.
</blockquote>
<p>
Developers wishing to work on the code base for either project are welcome, whether you're familiar with the frameworks involved or not (<a href="http://joind.in">Joind.in</a> uses <a href="http://codeigniter.com">CodeIgniter</a>). If you're planning on attending, <a href="http://www.phpbenelux.eu/en/node/1450">sign up</a> and mark yourself as attending on <a href="http://joind.in/event/bhd2010">this Joind.in event</a>.
</p>]]></description>
      <pubDate>Wed, 10 Nov 2010 13:04:53 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Looking Back at the Dutch PHP Conference 2009]]></title>
      <guid>http://www.phpdeveloper.org/news/12694</guid>
      <link>http://www.phpdeveloper.org/news/12694</link>
      <description><![CDATA[<p>
The <a href="http://www.phpconference.nl/">Dutch PHP Conference</a> for this year has finished and the wrapups and reviews are already starting to pop up. Here's a listing of several bloggers that have already shared their memories:
</p>
<ul>
<li><a href="http://akrabat.com/2009/06/15/dpc-09/">Rob Allen</a>
<li><a href="http://www.tibobeijen.nl/blog/2009/06/13/dpc09-down-dpc10-to-go/">Tibo Beijen</a>
<li><a href="http://techportal.ibuildings.com/2009/06/16/dpc09-wrapup/">Cal Evans</a> (on the Ibuildings blog)
<li><a href="http://www.lornajane.net/posts/2009/Dutch-PHP-Conference">Lorna Mitchell</a>
<li><a href="http://leftontheweb.com/message/Dutch_PHP_Conference_2009_The_Best_Content_Around">Stefan Koopmanschap</a>
<li><a href="http://feedproxy.google.com/~r/dragonbe/~3/FB8ahtFLyoM/dutch-php-conference-2009-wrapup.html">Michelangelo van Dam</a>
<li><a href="http://devzone.zend.com/article/4760-Dutch-PHP-Conference-2009-Wrap-up">Eli White</a> (on the Zend Developer Zone)
<li><a href="http://techportal.ibuildings.com/2009/06/15/dpc-sessions-and-slides/">Sessions and slides</a> (on the Ibuildings blog)
<li><a href="http://www.flickr.com/search/?q=dpc09&w=all">Flickr images</a> from multiple attendees
<li><a href="http://joind.in/event/dpc09">Joind.in reviews</a> of both the event and speakers
</ul>
<p>
Keep an eye here for more summaries to be added to the list as they're posted.
</p>]]></description>
      <pubDate>Tue, 16 Jun 2009 10:21:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Keith Casey's Blog: php|tek 2009 Unconference]]></title>
      <guid>http://www.phpdeveloper.org/news/12450</guid>
      <link>http://www.phpdeveloper.org/news/12450</link>
      <description><![CDATA[<p>
If you're going to be attending this year's <a href="http://tek.mtacon.com">php|tek</a> (in Chicago) <i>Keith Casey</i> has <a href="http://caseysoftware.com/blog/phptek-2009-unconference">a suggestion</a> for something else you don't want to miss while you're there - the Unconference happening "after hours" every day of the main conference (save the tutorial day).
</p>
<blockquote>
Well, we're just about two weeks from php|tek 2009. While many of the presenters are touching up their slides, brushing up their talks, and thinking of the pizza that's yet to come... I have a different question for you:  What are you doing? As of today, I'm officially collecting ideas for the php|tek unconference.  As I get ideas (I already have quite a few), I'll post them on [...] Joind.in under the <a href="http://joind.in/event/view/41">php|tek Unconference event</a>.  Then all you have to do is register on the site, vote for the session, and feel free to leave feedback.
</blockquote>
<p>
He's looking for a few good talks or even suggestions for talks you might like to hear about. If you have an idea, let Keith know either via email (at keith [at] blueparabola.com) or <a href="http://twitter.com/caseysoftware">on Twitter</a>. He'll add them to the <a href="http://joind.in/event/view/41">Joind.in page</a> for the event for comment, suggestions and votes on which you, the adoring public, might want to hear.
</p>]]></description>
      <pubDate>Mon, 04 May 2009 11:14:31 -0500</pubDate>
    </item>
  </channel>
</rss>
