<?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>KC PUG</title>
	<atom:link href="http://kcpug.org/feed" rel="self" type="application/rss+xml" />
	<link>http://kcpug.org</link>
	<description>Kansas City&#039;s PHP Developer Community</description>
	<lastBuildDate>Sun, 19 Feb 2012 01:28:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Review of Facebook Application Development with Graph API Cookbook</title>
		<link>http://kcpug.org/posts/2012/review-of-facebook-application-development-with-graph-api-cookbook</link>
		<comments>http://kcpug.org/posts/2012/review-of-facebook-application-development-with-graph-api-cookbook#comments</comments>
		<pubDate>Sat, 18 Feb 2012 19:57:45 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[facebook php]]></category>

		<guid isPermaLink="false">http://kcpug.org/?p=336</guid>
		<description><![CDATA[Packt Publishing, 2011 by Shashwat Srivastava, Apeksha Singh http://www.packtpub.com/facebook-application-development-with-graph-api-cookbook/book Review by Dan Holmes, 18-Feb-2012 What is this book about? Starting with just a Facebook account, a PHP host, and an SSL key this book will help you begin to understand &#8230; <a href="http://kcpug.org/posts/2012/review-of-facebook-application-development-with-graph-api-cookbook">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Packt Publishing, 2011</p>
<p>by Shashwat Srivastava, Apeksha Singh</p>
<p><a href="http://www.packtpub.com/facebook-application-development-with-graph-api-cookbook/book">http://www.packtpub.com/facebook-application-development-with-graph-api-cookbook/book</a></p>
<p style="text-align: right;">Review by Dan Holmes, 18-Feb-2012</p>
<h2 dir="ltr"></h2>
<h2 dir="ltr">What is this book about?</h2>
<p>Starting with just a Facebook account, a PHP host, and an SSL key this book will help you begin to understand what goes into developing applications for Facebook almost right away.  It assumes no previous knowledge of Facebook, so it will start small: app setup, authentication, getting simple metrics, etc.</p>
<p><em>Be aware, that some of the basic details regarding authentication and using the Facebook SDK&#8217;s have changed.  You will need to reference the Facebook developer documentation to fill in the new details.</em></p>
<p>But, by the end of the first two chapters, you will have everything you need to build a basic Facebook application complete with getting user information, creating posts, adding friends and uploading pictures into albums.</p>
<p>From there, you will also learn about how to use Facebook’s Social plug-ins&#8211;if you are just wanting to add feeds, like buttons, and other information to an existing web site.  From there, you will learn about how to add meta data to your own website to register it with Facebook’s Social Graph.</p>
<p>By the time you get to Chapter 10, the authors build a handful of standalone applications from the ground up.  This can be very helpful, so you can see all the pieces working together. The applications may also serve as inspiration for your own new ideas.  Don’t just start here though, it really assumes you have read the previous chapters. <img src='http://kcpug.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The final chapter prepares you to work with Facebook’s Open Graph Beta &#8211; allowing your application to interact with Facebook and user’s Timelines in new and exciting ways.</p>
<p>Be aware, I’m really just scratching the surface.  If you have been looking for a nice go-to reference for ways to take advantage of what Facebook offers definitely look at the Index.  I think most developers will have more than one “oooh” or “ahhh” moment.</p>
<h2 dir="ltr">Is this book for you?</h2>
<p>Beyond what you can see from the index, this book provides a solid reference for any budding Facebook application developer.  For beginners and developer enthusiasts, the cookbook format will help you see practical, useful, living examples of what you can do with the Facebook SDK.  For more seasoned developers, it will provide a go-to reference when you are needing to do something new and just need a practical example to see how the pieces fit.</p>
<p>If you have an idea for a new facebook application and you know even a little PHP you are ready for this book.  The book does assume you have web development experience, so it won’t teach you HTML or Javascript.  But, if you are a web developer from some other language and don’t wish to write your application in PHP, you will still get what you need from the code examples and screenshots.  Many of the examples are in Facebook’s Javascript SDK with maybe a little jQuery thrown in so much of the book will apply to you directly anyway.</p>
<h2 dir="ltr">How long will it stay relevant?</h2>
<p>Facebook is still a maturing platform and as such it is constantly changing their API and requirements.  Therefore, it’s difficult to predict how long ALL of these examples will remain current.</p>
<p>For example, the examples for authentication and setting up the API&#8217;s will need a bit of updating to actually work.  Facebook did update their authentication API&#8217;s in the past months, so many of the examples won&#8217;t work as shipped.  There is very little discussion towards using HTTPS connections in your application, but at the moment it’s mandatory for canvas applications.  Also, the examples use the getSession() method which has been replaced getAccessToken().  So, be sure to check the offical documentation.</p>
<p>That being said, it is a large collection of examples which still maintain a lot of relevance and usefulness.  It should provide an excellent companion to the official Facebook documentation.</p>
<h2 dir="ltr">Language and Accuracy</h2>
<p>As an American reader, I would occasionally find a word that seemed a little out of place but this is rare and far between.  As a developer the actual discussions, source code and walk throughs are very clear and concise.  Each recipe tells you what you are about to learn, what you need to have, what you need to do and what you should expect.  The format makes for an easy and understandable read but is also very useful when accessed randomly as needed.</p>
<h2 dir="ltr">Complete Source Code, eBooks</h2>
<p>Even in Chapter 10, when you are building complete, standalone applications you won’t find pages and pages of unannotated source code.  At most, you may get 5 or 10 lines in a row, usually just 1 or 2.  That said, Packt offers the complete, source code for all of their examples neatly organized by chapter.  So, if you are reading and want to pull back a bit and see the examples in context, you certainly can.</p>
<p>This is my first development e-Book, and I was a little concerned how the format would turn out.  The book is available in .pdf, mobi and epub formats&#8230;and the format worked very well, even on smaller devices.</p>
<h2 dir="ltr">It’s all about the SDKs</h2>
<p>One of the good things about this book is that all of the examples are in vanilla PHP, with only the Facebook PHP-SDK, HTML, Javascript and maybe a little jQuery.  You can read them, they tell you exactly what is going on, and it’s understandable.</p>
<p>It isn’t about using the latest PHP and JS micro frameworks, using MVC or any of that&#8211;none of that is this book’s job.  Remember, this is PHP&#8211;a language that seems to have at least one more framework or library than it has developers who use it.  That being said, the cookbook format and the the concise examples give you the concepts you need to fold them into your own framework or micro-framework.</p>
<p>If you are looking for a reference that walks you through a large number of ways for your software to interact with Facebook, be sure to check out this book.  Be aware that authentication requirements have changed since those areas of the book were written.  So, if you run into issues, be sure to reference the official Facebook documentation to understand what needs to be changed.</p>
<h2 dir="ltr">About me and my perspective</h2>
<p><em>I’m a professional PHP Application developer with 10+ years in PHP as well as other languages and environments.  I am a ZCE in PHP 5 and 5.3 and help organize a PHP User Group in the Kansas City Metro area.  While I would not call myself a Facebook developer, I had started building one Facebook application before reading this book and wish I knew about it earlier.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2012/review-of-facebook-application-development-with-graph-api-cookbook/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>January 2012</title>
		<link>http://kcpug.org/posts/2012/january-2012</link>
		<comments>http://kcpug.org/posts/2012/january-2012#comments</comments>
		<pubDate>Sat, 21 Jan 2012 22:14:35 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Meeting Notes]]></category>

		<guid isPermaLink="false">http://kcpug.org/?p=323</guid>
		<description><![CDATA[Wow!  What a great turnout!  It was so nice to see all the familiar faces, and some new faces too! We kicked off with a great impromptu talk on &#8220;free code reviews&#8221;  &#8211; and why we don&#8217;t do them. After &#8230; <a href="http://kcpug.org/posts/2012/january-2012">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wow!  What a great turnout!  It was so nice to see all the familiar faces, and some new faces too!</p>
<p>We kicked off with a great impromptu talk on &#8220;free code reviews&#8221;  &#8211; and why we don&#8217;t do them.</p>
<p>After introductions, we began discussing consuming SOAP services.  We discussed options for generating classes to map the wsdl&#8217;s, or use existing php libraries for talking with the services.</p>
<p>Other discussions:</p>
<ul>
<li>Installing/using binary extensions like the db2, oci, compiling your own php, etc.</li>
<li>What options would a developer have in ZendFramework to implement ACL down in the model (despite it being not the best idea)</li>
<li>How does Symfony2 use the Reflection class to read annotations</li>
<li>For security audits, how important is it to upgrade to the latest PHP version?</li>
<li>How do you inspire the younger generation to become developers?  Maker Culture? Gaming? <a href="http://www.codecademy.com/courses" target="_blank">CodeAcademy</a>?  How to find that thing that is exciting to kids (with a walk down memory lane as to what inspired us)?</li>
<li>Michael O&#8217;Connell came to tell us that Digital Evolution Group is looking for PHP developers.  You can apply online at <a href="http://bit.ly/zPf8s1" rel="nofollow">http://bit.ly/zPf8s1</a></li>
</ul>
<p>Lots of great discussions!!  Hope to see you all next month!</p>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2012/january-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New year, new site, happy Dan</title>
		<link>http://kcpug.org/posts/2012/new-year-new-site</link>
		<comments>http://kcpug.org/posts/2012/new-year-new-site#comments</comments>
		<pubDate>Wed, 04 Jan 2012 19:00:10 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://kcpug.dev/?p=309</guid>
		<description><![CDATA[Welcome back&#8230;again. KCPug.org has been around since 2001 (I think) and I am pleased to release the fourth major iteration of our site. We have many plans for new tools, pages, and information&#8211;but for now, I focused mainly on data &#8230; <a href="http://kcpug.org/posts/2012/new-year-new-site">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Welcome back&#8230;again.</p>
<p>KCPug.org has been around since 2001 (I think) and I am pleased to release the fourth major iteration of our site. We have many plans for new tools, pages, and information&#8211;but for now, I focused mainly on data migration.  You will find some placeholders looking for feedback, etc.  You may even spot a custom widget or two.</p>
<p>What you will find is any active user accounts, stories and story comments (sorry, no forums).</p>
<p>I still plan to post how I did the migration&#8230;there isn&#8217;t much in-depth xoops to wordpress migration information out there and when you see my ugly sql of doom, you will probably see why.</p>
<p>I&#8217;m fairly new to WordPress, so if you have any tips, ideas, or ah-ha moments, please let me know.  I certainly look forward to seeing you all again in this wonderful new year.</p>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2012/new-year-new-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meeting at BlackDog Coffeehouse</title>
		<link>http://kcpug.org/posts/2012/meeting-at-blackdog-coffeehouse</link>
		<comments>http://kcpug.org/posts/2012/meeting-at-blackdog-coffeehouse#comments</comments>
		<pubDate>Wed, 04 Jan 2012 10:59:51 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kcpug.dev/?p=310</guid>
		<description><![CDATA[For those of you who joined us in December, this isn&#8217;t much of a surprise.  But, for the rest of you, we will be meeting at Black Dog coffeehouse, on 87th street, west of I-35. Visit our meeting page for &#8230; <a href="http://kcpug.org/posts/2012/meeting-at-blackdog-coffeehouse">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For those of you who joined us in December, this isn&#8217;t much of a surprise.  But, for the rest of you, we will be meeting at <a href="http://bdcoffeehouse.com/">Black Dog coffeehouse</a>, on 87th street, west of I-35.</p>
<p>Visit our <a href="/meeting-location">meeting page</a> for directions or to provide ideas for our new permanent home.</p>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2012/meeting-at-blackdog-coffeehouse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>November meeting location</title>
		<link>http://kcpug.org/posts/2011/305</link>
		<comments>http://kcpug.org/posts/2011/305#comments</comments>
		<pubDate>Wed, 16 Nov 2011 13:26:35 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Meeting Notes]]></category>

		<guid isPermaLink="false">http://kcpug.dev/?p=305</guid>
		<description><![CDATA[I just got the official word that our usual location has changed it's business hours and will no longer work for our 2:30pm gathering area.
[img align=right]http://www.kcpug.org/site/uploads/img4ec40e2ea2cbb.jpg[/img]
Instead, the fine folks at The Commons - a local Co-working space in Overland Park has offered to host us this weekend.  HUGE thanks to Andrew of The Commons for sharing their space!!

So, come on down, see their new digs and let's talk some PHP (as well as discuss options for our new future home).  

More about this weekend's place:

http://thekccommons.com/

Saturday, November 19th at 2:30 pm

7932 Santa Fe Dr.
Overland Park, KS 66204
Find on [url=http://bit.ly/urIdII]Google Maps[/url]


Even If you aren't able to make it, feel free to suggest some great ideas for our future spot.

Things I have heard we are looking for:
* Easier access from Downtown, Lawrence, and Johnson County
* Quiet enough for discussions, but not "too dead"
* Good variety - Coffee, beer, tea, maybe snacks
* Projector would be nice for sure
* More "hangout" less "classroom" <a href="http://kcpug.org/posts/2011/305">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>I just got the official word that our usual location has changed it&#8217;s business hours and will no longer work for our 2:30pm gathering area.<br />
<img src="http://www.kcpug.org/site/uploads/img4ec40e2ea2cbb.jpg" align="right" alt="" /><br />
Instead, the fine folks at The Commons &#8211; a local Co-working space in Overland Park has offered to host us this weekend.  HUGE thanks to Andrew of The Commons for sharing their space!!</p>
<p>So, come on down, see their new digs and let&#8217;s talk some PHP (as well as discuss options for our new future home).  </p>
<p>More about this weekend&#8217;s place:</p>
<p>http://thekccommons.com/</p>
<p>Saturday, November 19th at 2:30 pm</p>
<p>7932 Santa Fe Dr.<br />
Overland Park, KS 66204<br />
Find on <a href="http://bit.ly/urIdII" target="_blank">Google Maps</a></p>
<p>Even If you aren&#8217;t able to make it, feel free to suggest some great ideas for our future spot.</p>
<p>Things I have heard we are looking for:<br />
* Easier access from Downtown, Lawrence, and Johnson County<br />
* Quiet enough for discussions, but not &#8220;too dead&#8221;<br />
* Good variety &#8211; Coffee, beer, tea, maybe snacks<br />
* Projector would be nice for sure<br />
* More &#8220;hangout&#8221; less &#8220;classroom&#8221;</p></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2011/305/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Woah, sorry about your RSS feed. :-)</title>
		<link>http://kcpug.org/posts/2011/304</link>
		<comments>http://kcpug.org/posts/2011/304#comments</comments>
		<pubDate>Mon, 10 Oct 2011 08:39:39 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Affiliates]]></category>

		<guid isPermaLink="false">http://kcpug.dev/?p=304</guid>
		<description><![CDATA[Well, the good news is--I've actually started (actively) working on the site migration to WordPress!  But, if you subscribe to this site from our RSS link, you may have gotten a little flooded this weekend.

I was looking into ways to migrate the content.  While I didn't go the RSS route, I did tweak our current feed.  And, let it ALL out I think.

Anyway, I have a procedure for migrating users who have posted anything, ever as well as the posts.  I'm most likely going to move comments over-just not yet sure about our forums though.

My plan is to get the base system up with a modestly simple theme.  Then, as a group we can shape it's direction and watch it grow.  Hopefully I'll have more to update at this weekend's meeting!

Dan

 <a href="http://kcpug.org/posts/2011/304">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>Well, the good news is&#8211;I&#8217;ve actually started (actively) working on the site migration to WordPress!  But, if you subscribe to this site from our RSS link, you may have gotten a little flooded this weekend.</p>
<p>I was looking into ways to migrate the content.  While I didn&#8217;t go the RSS route, I did tweak our current feed.  And, let it ALL out I think.</p>
<p>Anyway, I have a procedure for migrating users who have posted anything, ever as well as the posts.  I&#8217;m most likely going to move comments over-just not yet sure about our forums though.</p>
<p>My plan is to get the base system up with a modestly simple theme.  Then, as a group we can shape it&#8217;s direction and watch it grow.  Hopefully I&#8217;ll have more to update at this weekend&#8217;s meeting!</p>
<p>Dan</p>
</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2011/304/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>September, 2011</title>
		<link>http://kcpug.org/posts/2011/303</link>
		<comments>http://kcpug.org/posts/2011/303#comments</comments>
		<pubDate>Mon, 19 Sep 2011 08:59:11 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Meeting Notes]]></category>

		<guid isPermaLink="false">http://kcpug.dev/?p=303</guid>
		<description><![CDATA[I hadn't been able to get to my laptop since our meeting this weekend, so please fill in details below that I miss.

But, here is an update from our User Group meeting this weekend:

<h3>Book Recommendations</h3>Bryan and John recommended some top notch books on Development and OO
[url=http://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670]Code Complete[/url]
[url=http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882]CleanCode[/url]
[url=http://www.amazon.com/Pragmatic-Programmer-Journeyman-Master/dp/020161622X]Pragmatic Programmer[/url]

<h3>Remote / Freelance / CoWorking styles</h3>We had some great discussions on enjoying the workday free of the cubicle.  We talked briefly about some co-working options and Noah suggested Dan look into the Enterprise Center of Johnson County at 87th and I 35.  

<h3>Tools of the Trade - Windows edition</h3>We have noticed a possible surge in windows-laptop-based development again.  Dan mentioned two tools that have come to save his sanity recently:
[url=http://smtp4dev.codeplex.com/]SMTP4Dev[/url] - A local-only smtp server / email mail viewer
[url=http://code.google.com/p/mdesktop/]mdesktop[/url] - fast, clean and light virtual desktops

<h3>John Kary - Building a first-class API with Symfony2 and Doctrine's Behavioral Extensions</h3>[url=http://twitter.com/#!/johnkary]John Kary[/url] walked us through an application he is building for managing links.  The project is centered around building a first class API to get, put, post and delete the links as needed by whatever front end client.

He walked us through the tools he was using to test the API (I think he said JAX-RS), but also drilled into his code.

The system used Symfony2 as well as the [url=http://www.doctrine-project.org/blog/doctrine2-behavioral-extensions]Doctrine2 Behavioral Extensions[/url].

It was not only fantastic to see how behaviors were being leveraged to make cleaner, more easily testable code--but also to see some PHP 5.3 in real life! :-)

Thanks John for the excellent talk!

<h3>Daycamp4Developers Giveaway</h3>Congratulations to Our newest member--Andrew! Andrew "Won" our DC4D#3 giveaway.  Enjoy the presentations, Andrew!!


There was much more, so if I missed a topic that was near and dear to you--PLEASE add as a comment below!

See you next month!
 <a href="http://kcpug.org/posts/2011/303">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>I hadn&#8217;t been able to get to my laptop since our meeting this weekend, so please fill in details below that I miss.</p>
<p>But, here is an update from our User Group meeting this weekend:</p>
<h3>Book Recommendations</h3>
<p>Bryan and John recommended some top notch books on Development and OO<br />
<a href="http://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670" target="_blank">Code Complete</a><br />
<a href="http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882" target="_blank">CleanCode</a><br />
<a href="http://www.amazon.com/Pragmatic-Programmer-Journeyman-Master/dp/020161622X" target="_blank">Pragmatic Programmer</a></p>
<h3>Remote / Freelance / CoWorking styles</h3>
<p>We had some great discussions on enjoying the workday free of the cubicle.  We talked briefly about some co-working options and Noah suggested Dan look into the Enterprise Center of Johnson County at 87th and I 35.  </p>
<h3>Tools of the Trade &#8211; Windows edition</h3>
<p>We have noticed a possible surge in windows-laptop-based development again.  Dan mentioned two tools that have come to save his sanity recently:<br />
<a href="http://smtp4dev.codeplex.com/" target="_blank">SMTP4Dev</a> &#8211; A local-only smtp server / email mail viewer<br />
<a href="http://code.google.com/p/mdesktop/" target="_blank">mdesktop</a> &#8211; fast, clean and light virtual desktops</p>
<h3>John Kary &#8211; Building a first-class API with Symfony2 and Doctrine&#8217;s Behavioral Extensions</h3>
<p><a href="http://twitter.com/#!/johnkary" target="_blank">John Kary</a> walked us through an application he is building for managing links.  The project is centered around building a first class API to get, put, post and delete the links as needed by whatever front end client.</p>
<p>He walked us through the tools he was using to test the API (I think he said JAX-RS), but also drilled into his code.</p>
<p>The system used Symfony2 as well as the <a href="http://www.doctrine-project.org/blog/doctrine2-behavioral-extensions" target="_blank">Doctrine2 Behavioral Extensions</a>.</p>
<p>It was not only fantastic to see how behaviors were being leveraged to make cleaner, more easily testable code&#8211;but also to see some PHP 5.3 in real life! <img src='http://kcpug.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks John for the excellent talk!</p>
<h3>Daycamp4Developers Giveaway</h3>
<p>Congratulations to Our newest member&#8211;Andrew! Andrew &#8220;Won&#8221; our DC4D#3 giveaway.  Enjoy the presentations, Andrew!!</p>
<p>There was much more, so if I missed a topic that was near and dear to you&#8211;PLEASE add as a comment below!</p>
<p>See you next month!
</p></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2011/303/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Come Today to win a ticket for this year&#8217;s DC4D!</title>
		<link>http://kcpug.org/posts/2011/302</link>
		<comments>http://kcpug.org/posts/2011/302#comments</comments>
		<pubDate>Sat, 17 Sep 2011 12:21:14 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Affiliates]]></category>

		<guid isPermaLink="false">http://kcpug.dev/?p=302</guid>
		<description><![CDATA[Hey there Kansas City!

We are giving away a free online registration to this year's [url=http://daycamp4developers.com/]daycamp4developers[/url] generously provided by Elizabeth Naramore!

Come on by, talk PHP, share your opinions, and enter to win! <a href="http://kcpug.org/posts/2011/302">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>Hey there Kansas City!</p>
<p>We are giving away a free online registration to this year&#8217;s <a href="http://daycamp4developers.com/" target="_blank">daycamp4developers</a> generously provided by Elizabeth Naramore!</p>
<p>Come on by, talk PHP, share your opinions, and enter to win!</p></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2011/302/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP&#124;Arch opens its library to new subscribers Aug 29 &#8211; Sep 3rd 2011</title>
		<link>http://kcpug.org/posts/2011/301</link>
		<comments>http://kcpug.org/posts/2011/301#comments</comments>
		<pubDate>Wed, 31 Aug 2011 08:11:58 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Affiliates]]></category>

		<guid isPermaLink="false">http://kcpug.dev/?p=301</guid>
		<description><![CDATA[I saw this in a tweet from [url=http://twitter.com/#!/Remi_Woler]@Remi_Woler[/url] this morning, and am probably going to get a subscription tonight:
http://www.phparch.com/2011/08/this-week-only-subscribe-and-get-every-phpa-ever-published/

$44 / yr alone is a great price--their issues always have a few stories I want to read.  Now that they are throwing in their entire digital library of back issues--that just makes it even more enticing.

I know I don't seem to have the time to read either, but it's certainly cheaper than dragging my backside to ZendCon this year.

Happy reading! <a href="http://kcpug.org/posts/2011/301">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>I saw this in a tweet from <a href="http://twitter.com/#!/Remi_Woler" target="_blank">@Remi_Woler</a> this morning, and am probably going to get a subscription tonight:</p>
<p>http://www.phparch.com/2011/08/this-week-only-subscribe-and-get-every-phpa-ever-published/</p>
<p>$44 / yr alone is a great price&#8211;their issues always have a few stories I want to read.  Now that they are throwing in their entire digital library of back issues&#8211;that just makes it even more enticing.</p>
<p>I know I don&#8217;t seem to have the time to read either, but it&#8217;s certainly cheaper than dragging my backside to ZendCon this year.</p>
<p>Happy reading!</p></div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2011/301/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KCITP Summer Happy Hour</title>
		<link>http://kcpug.org/posts/2011/270</link>
		<comments>http://kcpug.org/posts/2011/270#comments</comments>
		<pubDate>Thu, 28 Jul 2011 09:12:54 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Affiliates]]></category>

		<guid isPermaLink="false">http://kcpug.dev/?p=270</guid>
		<description><![CDATA[[size=large]Help KCITP celebrate their 3 year anniversary![/size]

Just a note to share word about this KCITP happy hour event I'll be going to.  Join us from 5:30 – 7:30pm on Wednesday, August 3rd @ [url=http://www.waldowell.com/]The Waldo Well[/url].

From their site:
[quote]In addition to helping to celebrate this milestone, our happy hours are a great way to come connect with your fellow geeks and talk about the latest in technology trends.

Find a mentor! Meet a business partner to help you execute on that startup idea you’ve always dreamed of!

Build new connections!
[/quote]

More information and registration / RSVP info on their site:
http://www.kcitp.com/2011/07/19/kcitp-summer-happy-hour-help-us-celebrate-our-3-year-anniversary/
 <a href="http://kcpug.org/posts/2011/270">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div><span style="font-size: large;">Help KCITP celebrate their 3 year anniversary!</span>Just a note to share word about this KCITP happy hour event I&#8217;ll be going to. Join us from 5:30 – 7:30pm on Wednesday, August 3rd @ <a href="http://www.waldowell.com/" target="_blank">The Waldo Well</a>.</p>
<p>From their site:<br />
_QUOTEC<div class="xoopsQuote"><blockquote>In addition to helping to celebrate this milestone, our happy hours are a great way to come connect with your fellow geeks and talk about the latest in technology trends.</p>
<p>Find a mentor! Meet a business partner to help you execute on that startup idea you’ve always dreamed of!</p>
<p>Build new connections!<br />
</blockquote></div></p>
<p>More information and registration / RSVP info on their site:</p>
<p>http://www.kcitp.com/2011/07/19/kcitp-summer-happy-hour-help-us-celebrate-our-3-year-anniversary/</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kcpug.org/posts/2011/270/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

