<?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>Thu, 23 May 2013 09:27:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ben Ramsey: Writing an Effective Talk Proposal]]></title>
      <guid>http://www.phpdeveloper.org/news/18831</guid>
      <link>http://www.phpdeveloper.org/news/18831</link>
      <description><![CDATA[<p>
if you've ever considered contributing to a PHP (or any other technology conference) but weren't sure about how to even get started writing up a proposal for a session, you should check out <a href="http://benramsey.com/blog/2012/11/writing-an-effective-talk-proposal/">this recent post</a> from <i>Ben Ramsey</i> with a good guide (and some advice experienced speakers could use too).
</p>
<blockquote>
Earlier today, I was asked "Any tips on how to write a proposal for a major conf?" I've never shared tips on this, and since the calls for proposals for <a href="http://sunshinephp.com/">Sunshine PHP</a> and <a href="http://www.midwestphp.com/">Midwest PHP</a> both end tomorrow, I thought it would be a good idea to share my approach to writing conference proposals. Remember those <a href="http://en.wikipedia.org/wiki/Five_paragraph_essay">standard, five-paragraph essays</a> you used to write in high school? Remember how you thought they sucked and wouldn't provide any practical benefit to your life? Well, it turns out they do have some redeeming qualities.
</blockquote>
<p>
He suggests that this "five paragraph essay" format helps you not only come up with a more fleshed out, full idea but also can provide you with the abstract to submit to the conference (possibly the first paragraph). He mentions the need for a "hook" and finishing off with an opinion that's the basis of the talk. He also has a reminder of a few things - don't talk down, don't use negative language and try not to use absolutes.
</p>]]></description>
      <pubDate>Mon, 03 Dec 2012 10:25:32 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Reddit.com: Suggestions for a University Talk Covering a PHP Introduction]]></title>
      <guid>http://www.phpdeveloper.org/news/18425</guid>
      <link>http://www.phpdeveloper.org/news/18425</link>
      <description><![CDATA[<p>
In <a href="http://www.reddit.com/r/PHP/comments/yz3ac/ive_been_asked_to_give_a_15hour_talk_to/">this new post</a> to Reddit, the author asks the community for suggestions for a talk they're giving at a university to cover the PHP language and some of its major features.
</p>
<blockquote>
I've been asked to give a 1.5-hour talk to university students about PHP. What helpful information should I not miss to impart? Little help please. I plan to name the talk "Why PHP?" to give an introduction of the language and give reasons why it's a good/bad career path. I'm also asked to show a short demo and show some past projects. [...] What would be really helpful facts, tips, etc that I can impart to the students?
</blockquote>
<p>Suggestions in the comments include:</p>
<ul>
<li>PHP performance
<li>The accessibility of the language
<li>Popular sites that currently use it
<li>The wide community
<li>Corporate usage
</ul>
<p>
Have any other thoughts? <a href="http://www.reddit.com/r/PHP/comments/yz3ac/ive_been_asked_to_give_a_15hour_talk_to/">Share them here!</a>
</p>]]></description>
      <pubDate>Thu, 30 Aug 2012 12:09:04 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lorna Mitchell: Skills Allied to PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/18371</guid>
      <link>http://www.phpdeveloper.org/news/18371</link>
      <description><![CDATA[<p>
In <a href="http://www.lornajane.net/posts/2012/skills-allied-to-php">this new post</a> to her site, <i>Lorna Mitchell</i> shares some other skills/technologies that are "allied to PHP" and can make you a more effective (and better) developer for knowing them.
</p>
<blockquote>
In web development, our biggest challenges are not writing code, we can do that. But getting the code safely from one place to another, with many people's work preserved, having our platform(s) correctly configured and understanding how to use them, making use of the tools in the ecosystem which will help us improve the quality of our code; these are the big challenges we face, and that's why I proposed this workshop and why I think all these topics are important.
</blockquote>
<p>
Among the things she'll be talking about are useful things to know like effective use of version control, using a static analysis tool to evaluate your code and performance profiling. If you'd like to attend the talk and hear it all first-hand, you can find out more about <a href="http://conference.phpnw.org.uk/phpnw12">PHPNW 2012</a> from their site.
</p>]]></description>
      <pubDate>Fri, 17 Aug 2012 08:35:59 -0500</pubDate>
    </item>
    <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[Ibuildings techPortal: DPC Radio: Advanced OO Patterns]]></title>
      <guid>http://www.phpdeveloper.org/news/17409</guid>
      <link>http://www.phpdeveloper.org/news/17409</link>
      <description><![CDATA[<p>
On the Ibuildings techPortal today they've posted the latest episode in their DPC Radio series as recorded at the last <a href="http://phpconference.nl">Dutch PHP Conference</a>. In <a href="http://techportal.ibuildings.com/2012/01/17/dpc-radio-advanced-oo-patterns/">this new episode</a> they share a session from <i>Tobias Schlitt</i> called "Advanced OO Patterns".
</p>
<blockquote>
You already know Singleton, Signal/Observer, Factory and friends. But, which object oriented patterns are en vogue in the PHP world and how can you seize their power? This talk gives you an overview on Dependency Injection, Data Mapper and more OO patterns the PHP world talks about right know, using practical code examples.
</blockquote>
<p>
You can listen to this latest episode either via the <a href="http://techportal.ibuildings.com/2012/01/17/dpc-radio-advanced-oo-patterns/">in-page player</a> or by <a href="http://dpcradio.s3.amazonaws.com/2011_001.mp3">downloading the mp3</a> directly. You can follow along with the talk in <a href="http://qafoo.com/presentations.html">his slides</a> over on the qafoo.com site.
</p>]]></description>
      <pubDate>Wed, 18 Jan 2012 08:42:54 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Joe Devon's Blog: How to get your talk accepted, experiences on the advisory board of Semtech & Zend]]></title>
      <guid>http://www.phpdeveloper.org/news/16831</guid>
      <link>http://www.phpdeveloper.org/news/16831</link>
      <description><![CDATA[<p>
As a result of the <a href="http://zendcon.com">ZendCon</a> advisory board for this year's event, <i>Joe Devon</i> has <a href="http://mysqltalk.wordpress.com/2011/09/07/how-to-get-your-talk-accepted-experiences-of-being-on-the-advisory-board-of-semtech-zendcon/">posted a guide</a> that wants to help you get your talks accepted to conferences in the future (both PHP-related and not).
</p>
<blockquote>
For those who don't know what an advisory board is, conference organizers get loads of proposals and need help deciding who should speak. So they ask others in the industry to provide some feedback. It was quite a learning experience.
</blockquote>
<p>
He talks some about the "speaker backlash" that comes from being rejected, a lack of professionalism in some submittors and some basic (common sense) recommendations like:
</p>
<ul>
<li>fill out the form completely, even if you don't think it's all useful
<li>start locally and then move up. A major conference isn't the place to try out your speaking first-shot
<li>whet the board's appetite - make them want to hear more about the topic or come up with something new
<li>share your unique experience with the technology
<li>use sites like <a href="http://joind.in">Joind.in</a>, <a href="http://meetup.com">Meetup</a> and <a href="http://slideshare.com">SlideShare</a> to your advantage
</ul>]]></description>
      <pubDate>Thu, 08 Sep 2011 08:56:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[TEK X Blog: Getting accepted]]></title>
      <guid>http://www.phpdeveloper.org/news/13558</guid>
      <link>http://www.phpdeveloper.org/news/13558</link>
      <description><![CDATA[<p>
With the deadline for the Call for Papers for the <a href="http://tek.phparch.com">TEK X</a> conference quickly approaching (November 23rd!) <i>Cal Evans</i> has <a href="http://tek.phparch.com/2009/11/getting-accepted/">posted some last-minute tips</a> to help improve your submission for a better chance at acceptance.
</p> 
<blockquote>
As the Call for Papers progresses for TEKX, it dawns on me that I have the distinct privilege of having participated in the Call and Acceptance process of all three of the major PHP conferences, ZendCon, the Dutch PHP Conference, and now TEK. Thinking back, this gives me a unique perspective on the process. Since I get a lot of questions about "how do I get my talk accepted," I thought I would share some of what I have learned. Here are a few basic rules I have discerned.
</blockquote>
<p>
<i>Cal</i> gives some suggestions on becoming known for knowing the topic well (blog it out), tailoring the abstract to the conference's focus, thinking about the experts that already exist, being interesting and being respectful of the Call for Papers rules.
</p>
<p>
If you'd like to get your submission in, head over to <a href="http://tek.phparch.com/cfp/submit">the submission form</a> on the TEK X website!
</p>]]></description>
      <pubDate>Wed, 18 Nov 2009 14:39:35 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: The ZendCon Sessions Episode 15: Getting Started with Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/12288</guid>
      <link>http://www.phpdeveloper.org/news/12288</link>
      <description><![CDATA[<p>
The Zend Developer Zone has posted a relaunch of the ZendCon Sessions podcast today with <a href="http://devzone.zend.com/article/4422-The-ZendCon-Sessions-Episode-15-Getting-Started-with-Zend-Framework">this fifteenth episode</a>, a talk given by <i>Matthew Weier O'Phinney</i> at the 2008 Zend/PHP Conference & Expo - "Getting Started with Zend Framework".
</p>
<blockquote>
In this series we will be releasing regular sessions from ZendCon 2008 as we lead up to this year's ZendCon. This episode of The ZendCon Sessions was recorded live at ZendCon 2008 in Santa Clara, CA ... and is Matthew Weier O'Phinney giving his presentation: "Getting Started with Zend Framework"
</blockquote>
<p>
You can both <A href="http://www.slideshare.net/weierophinney/getting-started-with-zend-framework-presentation">check out the slides</a> or listen to the talk either through the <a href="http://devzone.zend.com/article/4422-The-ZendCon-Sessions-Episode-15-Getting-Started-with-Zend-Framework">in-page player</a> or by <a href="http://devzone.zend.com/content/audio/zendcon_sessions/zendcon_sessions_podcast_015.mp3">downloading the mp3</a>. You can also <a href="http://feeds.feedburner.com/zendcon_sessions?format=xml">subscribe to the feed</a> to get future episodes automatically.
</p>]]></description>
      <pubDate>Tue, 07 Apr 2009 08:43:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Call for Papers for php|tek Conference]]></title>
      <guid>http://www.phpdeveloper.org/news/4420</guid>
      <link>http://www.phpdeveloper.org/news/4420</link>
      <description><![CDATA[With a reminder from <a href="http://www.phparch.com">php|architect</a> today, they've posted their <a href="http://www.phparch.com/tek/tek_cfp.php">Call for Papers</a> for the upcoming <a href="http://www.phparch.com/tek/index.php">php|tek</a> conference.
<p>
<quote>
<i>
php|tek aims to be the conference of reference for PHP enthusiasts and professionals. As such, it features technical talks on topics that range from programming paradigms to internals development, all aimed at an audience comprised of beginners and professionals alike.
<p>
This year's theme is "$build->deploy->scale();"'"a nod to PHP's growing role in the rapid development of Internet applications of all sizes, from small to massive, covering a wide array of PHP-related topics. Regardless of the subject, we are partial to talks that tackle a specific issue in a thorough way, with a very pragmatic slant. Remember, attendees will come to the conference with the intent of learning something that they can take home and use in their daily lives'"they are not necessarily interested in why things work, but they are definitely interested in how they work.
</i>
</quote>
<p>
Speakers get free access to the conference, some travel assistance (not completely paid for), and compensation for each of the talks given. Instead of havaing specific tracks of talks, they're opting for a "tag-based" approach, applying as many tags that fit to the talk.
<p>
To submit your talk ideas, send them off to <a href="mailto:proposals@phparch.com">proposals@phparch.com</a> and include the usual contact info as well as a title, synopsis, audience level, talk type, and topics included in the presentation. 
<p>
Remember, the deadline is December 21, 2005 - so <a href="http://www.phparch.com/tek/tek_cfp.php">get those proposals in today</a>!]]></description>
      <pubDate>Tue, 02 Dec 2008 00:00:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Paul Reinheimer's Blog: 20/20 6:40 (or Pecha Kucha)]]></title>
      <guid>http://www.phpdeveloper.org/news/11359</guid>
      <link>http://www.phpdeveloper.org/news/11359</link>
      <description><![CDATA[<p>
<i>Paul Reinheimer</i> has <a href="http://blog.preinheimer.com/index.php?/archives/285-2020-640.html">a new post</a> to his blog today talking about a special event happening at this year's <a href="http://phpworks.mtacon.com/">php|works</a> conference - Pecha Kucha.
</p>
<blockquote>
The format is a little bit different than a talk (thank god) and hopefully a lot more fun. Basically the presenter gets up there with twenty slides, each are going to be shown for exactly 20 seconds, for a total of six minutes forty seconds. No take backs, no do-overs, no boring slides full of code.
</blockquote>
<p>
He tosses in a few FAQs for those interested (who can do it, what can it cover, etc) and who to contact to get yourself signed up - drop <i>Elizabeth Naramore</i> <a href="mailto:elizabeth at phparch dot com">an email</a> and let her know you're interested.
</p>]]></description>
      <pubDate>Thu, 06 Nov 2008 11:15:17 -0600</pubDate>
    </item>
  </channel>
</rss>
