<?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>KILLERPHP.COM</title>
	<atom:link href="http://www.killerphp.com/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killerphp.com/articles</link>
	<description>Dedicated to teaching web designers PHP.</description>
	<lastBuildDate>Wed, 25 Apr 2012 14:57:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why did I Drop Java for PHP?</title>
		<link>http://www.killerphp.com/articles/why-did-i-drop-java-for-php/</link>
		<comments>http://www.killerphp.com/articles/why-did-i-drop-java-for-php/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 14:55:28 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
				<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1520</guid>
		<description><![CDATA[
Hi,
I got a pretty good question today, something I may have never talked about before: why did I drop Java?
Short answer:
Speed.
&#8230; It is just so much faster to develop in PHP vs Java. Same can be said for Ruby, and in fact, many of those in the Ruby ranks, are disaffected Java programmers. 
Also, Java [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.killerphp.com/articles/wp-content/uploads/2010/11/java_logo.png" alt="" title="java_logo" width="150" height="278" class="alignright size-full wp-image-1078" /></p>
<p>Hi,</p>
<p>I got a pretty good question today, something I may have never talked about before: <strong>why did I drop Java?</strong></p>
<p>Short answer:</p>
<p>Speed.</p>
<p>&#8230; It is just so much faster to develop in PHP vs Java. Same can be said for Ruby, and in fact, many of those in the Ruby ranks, are disaffected Java programmers. </p>
<p>Also, Java web hosting on a shared server can be problematic because the JVM requires a lot of server resources and so if you are creating Java web apps, it is best to have a dedicated server to deploy too. </p>
<p><strong>So does that mean Java is useless?</strong></p>
<p>No. But it is something that you DON&#8217;T use for small and even medium size web application development. Best to use Java for larger systems and Android programming.</p>
<p>I did love Java once, but like a fat old girlfriend, you just have to give em&#8217; the boot if they get too fat and too old.</p>
<p> <img src='http://www.killerphp.com/articles/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Stefan Mischook<br />
www.killerphp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/why-did-i-drop-java-for-php/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HTML5 and the Rise of Pragmatism</title>
		<link>http://www.killerphp.com/articles/html5-and-the-rise-of-pragmatism/</link>
		<comments>http://www.killerphp.com/articles/html5-and-the-rise-of-pragmatism/#comments</comments>
		<pubDate>Sat, 21 Apr 2012 15:24:17 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Editorial]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1516</guid>
		<description><![CDATA[
Hey,
Anyone who has read anything I&#8217;ve written (or watched my video blogs,) knows I can&#8217;t stand academics. I was particularly vocal against the early 2000&#8217;s Web Standards movement&#8217;s zealotry, wherein reality was pushed aside in favor of code purity. 
These nerds would ignore reality &#8211; for example:

They would ignore how the most popular browsers where [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.killersites.com/blog/wp-content/uploads/2012/04/html5.jpg" alt="" title="html5" width="225" height="225" style="float: right; margin: 10px;" /></p>
<p>Hey,</p>
<p>Anyone who has read anything I&#8217;ve written (or watched my video blogs,) knows I can&#8217;t stand academics. I was particularly vocal against the early 2000&#8217;s Web Standards movement&#8217;s zealotry, wherein reality was pushed aside in favor of code purity. </p>
<p>These nerds would ignore reality &#8211; for example:</p>
<ul>
<li>They would ignore how the most popular browsers where interpreting code &#8211; often times in a method contrary to their nerd wet-dreams. And they would come up with harebrained hacks to jam in their &#8216;compliant&#8217; code. Hacks that eventually broke in many cases, defeating the supposed original purpose of the Web Standards movement!</li>
<li>They would obfuscate what the actual browser use was in terms of real people surfing the Web. They would come out with numbers that did not reflect the reality they were desperately trying to ignore: that the vast majority of people surfing the Web were using web browsers (Internet Explorer) that did not play nice with their ideas of how a web browser should read code.</li>
</ul>
<p><a href="http://www.killersites.com/blog/2012/html5-and-academic-shills/">Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/html5-and-the-rise-of-pragmatism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build A CMS Training Video Part 44 &#8211; Change Password Form</title>
		<link>http://www.killerphp.com/articles/build-a-cms-training-video-part-44-change-password-form/</link>
		<comments>http://www.killerphp.com/articles/build-a-cms-training-video-part-44-change-password-form/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 10:00:18 +0000</pubDate>
		<dc:creator>Jody</dc:creator>
				<category><![CDATA[CMS Videos]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1484</guid>
		<description><![CDATA[This is part 1 of a 3 part video tutorial where we teach you how to build out a password form, which will also give you the foundation to build other CMS forms. From our Build a CMS Course!

To find more courses on PHP Programming, check out our Killersites Video Tutorial Library!
Note that all of [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 1 of a 3 part video tutorial where we teach you how to build out a password form, which will also give you the foundation to build other CMS forms. From our <a href="http://www.killervideostore.com/video-courses/build-a-cms.php">Build a CMS Course!</a></p>
<p><object width="550" height="350"><param name="movie" value="http://www.youtube.com/v/q21F34FEvMk?version=3&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/q21F34FEvMk?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="550" height="350" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>To find more courses on <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php">PHP Programming</a>, check out our <a href="http://www.killersites.com/university/">Killersites Video Tutorial Library!</a></p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p>Thanks,</p>
<p>Jody<br />
killersites.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/build-a-cms-training-video-part-44-change-password-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build A CMS Training Video Part 41 &#8211; CMS Option Changes</title>
		<link>http://www.killerphp.com/articles/build-a-cms-training-video-part-41-cms-option-changes/</link>
		<comments>http://www.killerphp.com/articles/build-a-cms-training-video-part-41-cms-option-changes/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 10:00:26 +0000</pubDate>
		<dc:creator>Jody</dc:creator>
				<category><![CDATA[CMS Videos]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1482</guid>
		<description><![CDATA[This is part 2 of a 4 part video tutorial on CMS option changes, where we start building up the files that the links link to. From our Build a CMS Course!

To find more courses on PHP Programming, check out our Killersites Video Tutorial Library!
Note that all of our videos are in a higher quality [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 2 of a 4 part video tutorial on CMS option changes, where we start building up the files that the links link to. From our <a href="http://www.killervideostore.com/video-courses/build-a-cms.php">Build a CMS Course!</a></p>
<p><object width="550" height="350"><param name="movie" value="http://www.youtube.com/v/ONI1Gmk4lAg?version=3&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ONI1Gmk4lAg?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="550" height="350" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>To find more courses on <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php">PHP Programming</a>, check out our <a href="http://www.killersites.com/university/">Killersites Video Tutorial Library!</a></p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p>Thanks,</p>
<p>Jody<br />
killersites.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/build-a-cms-training-video-part-41-cms-option-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build A CMS Training Video Part 40 &#8211; CMS Option Changes</title>
		<link>http://www.killerphp.com/articles/build-a-cms-training-video-part-40-cms-option-changes/</link>
		<comments>http://www.killerphp.com/articles/build-a-cms-training-video-part-40-cms-option-changes/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 10:00:15 +0000</pubDate>
		<dc:creator>Jody</dc:creator>
				<category><![CDATA[CMS Videos]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1480</guid>
		<description><![CDATA[This is part 1 of a 4 part video tutorial where we expand on our course and teach you about CMS option changes. From our Build a CMS Course!

To find more courses on PHP Programming, check out our Killersites Video Tutorial Library!
Note that all of our videos are in a higher quality when purchased from [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 1 of a 4 part video tutorial where we expand on our course and teach you about CMS option changes. From our <a href="http://www.killervideostore.com/video-courses/build-a-cms.php">Build a CMS Course!</a></p>
<p><object width="550" height="350"><param name="movie" value="http://www.youtube.com/v/LOT16YuLHYI?version=3&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LOT16YuLHYI?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="550" height="350" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>To find more courses on <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php">PHP Programming</a>, check out our <a href="http://www.killersites.com/university/">Killersites Video Tutorial Library!</a></p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p>Thanks,</p>
<p>Jody<br />
killersites.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/build-a-cms-training-video-part-40-cms-option-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows is quickly getting replaced by iOS and Android on the Web</title>
		<link>http://www.killerphp.com/articles/windows-is-quickly-getting-replaced-by-ios-and-android-on-the-web/</link>
		<comments>http://www.killerphp.com/articles/windows-is-quickly-getting-replaced-by-ios-and-android-on-the-web/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 07:53:24 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
				<category><![CDATA[Advanced PHP]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP Jobs]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML 3]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1467</guid>
		<description><![CDATA[
As a web developer or web designer, you have to mindful of who your audience is when you are putting up a new web site or web application. 
Back in the 1990&#8217;s when I started, you had to consider which web browser but you were pretty safe to assume that people would be visiting your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.killerphp.com/articles/wp-content/uploads/2011/12/Samsung-GALAXY-S-II_5-300x225.jpg" alt="" title="Samsung-GALAXY-S-II_5" width="300" height="225" class="alignright size-medium wp-image-1474" /></p>
<p>As a web developer or web designer, you have to mindful of who your audience is when you are putting up a new web site or web application. </p>
<p>Back in the 1990&#8217;s when I started, you had to consider which web browser but you were pretty safe to assume that people would be visiting your website on a desktop computer and 95% of the time, it was Windows. </p>
<p>&#8230; Things have changed and will continue to change. </p>
<p>Check out what a well known hedge fund analyst is saying &#8211; Roger McNamee of Elevation Partners told CNBC:</p>
<blockquote><p>The explosion of mobile platforms, particularly iOS and Android, means that Windows will account for less than 50% of all Internet-connected devices in 2011.</p></blockquote>
<p><img src="http://www.killerphp.com/articles/wp-content/uploads/2011/02/android-logo.png" alt="" title="android-logo" width="203" height="199" class="alignright size-full wp-image-1199" /></p>
<p>Now that doesn&#8217;t mean 50% of the people visiting your site will be using iOS or Android &#8230; at least not yet. But it does speak of a powerful trend that will not stop. That trend is toward smartphones, tablets and the death of the desktop. Since Windows on the smartphone and tablet is a non-starter, I think as a web application developers, we have to see Android and iOS as being the future. </p>
<p>What does that mean for PHP developers?</p>
<p>I think PHP programmers are going to have understand the new front end &#8230; the mobile device. As such, PHP&#8217;rs are really going to have to get into the client-side technologies because they have an impact how we write PHP code. I&#8217;m thinking:</p>
<p>- HTML 5<br />
- CSS 3<br />
- Javascript<br />
- JSON<br />
- Jquery</p>
<p>&#8230; You better understand how these technologies work with PHP if you want a job (or contracts) as a PHP programmer.</p>
<p>Stefan Mischook<br />
www.killersites.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/windows-is-quickly-getting-replaced-by-ios-and-android-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Market Share Doubles, iOS Drops In Q3</title>
		<link>http://www.killerphp.com/articles/android-market-share-doubles-ios-drops-in-q3/</link>
		<comments>http://www.killerphp.com/articles/android-market-share-doubles-ios-drops-in-q3/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 15:56:53 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1463</guid>
		<description><![CDATA[
Hey Nerds!
This just out: Android Market Share Doubles, iOS Drops In Q3

Android&#8217;s share of the worldwide smartphone market was 52.3% for Q3, double what it was a year ago, according to fresh data from Gartner. Apple&#8217;s iOS dropped on a year over year basis to 15% market share for Q3.
The culprit for Apple&#8217;s drop? The [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.killersites.com/blog/wp-content/uploads/2010/05/Screen-shot-2010-05-12-at-12.03.41-AM.png" alt="Google Android logo" title="android logo" width="203" height="199" class="alignright size-full wp-image-1835" /></p>
<p>Hey Nerds!</p>
<p>This just out: Android Market Share Doubles, iOS Drops In Q3</p>
<blockquote><p>
Android&#8217;s share of the worldwide smartphone market was 52.3% for Q3, double what it was a year ago, according to fresh data from Gartner. Apple&#8217;s iOS dropped on a year over year basis to 15% market share for Q3.</p>
<p>The culprit for Apple&#8217;s drop? The iPhone 4, of course. People were waiting for the iPhone 5, or as it turned out, the iPhone 4S.
</p></blockquote>
<p>Read more: http://www.businessinsider.com/android-market-share-2011-11#ixzz1dmzpfS6Y</p>
<p>I&#8217;m no Android fan-boy and I happen to like Apple products a lot &#8211; I think the the Mac Air is the greatest computer ever made. But as a practical web designer and web programmer, you have to be mindful of what&#8217;s going on in the real world. It is clear that Android is and will be the dominate player.  </p>
<p>So web designers and developers (programmers) have to learn <a href="http://www.killervideostore.com/video-courses/html5css3.php">HTML 5 and CSS 3</a> since they both run fine on Android and iOS. </p>
<p>Stefan Mischook<br />
www.killersites.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/android-market-share-doubles-ios-drops-in-q3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tip: Keep your Code Clean!</title>
		<link>http://www.killerphp.com/articles/php-tip-keep-your-code-clean/</link>
		<comments>http://www.killerphp.com/articles/php-tip-keep-your-code-clean/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 14:15:01 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
				<category><![CDATA[PHP Podcast]]></category>
		<category><![CDATA[PHP Tips and Tricks]]></category>
		<category><![CDATA[PHP Videos]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1458</guid>
		<description><![CDATA[In this not so concise somewhat blathering video I talk about keeping code clean. Applies to not only PHP and HTML, but to all languages like Javascript, Java and your bedroom too.

Stefan Mischook
www.killerphp.com
]]></description>
			<content:encoded><![CDATA[<p>In this not so concise somewhat blathering video I talk about keeping code clean. Applies to not only PHP and HTML, but to all languages like Javascript, Java and your bedroom too.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/vKJylzrFafc" frameborder="0" allowfullscreen></iframe></p>
<p>Stefan Mischook<br />
www.killerphp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/php-tip-keep-your-code-clean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steve Jobs has Died</title>
		<link>http://www.killerphp.com/articles/steve-jobs-has-died/</link>
		<comments>http://www.killerphp.com/articles/steve-jobs-has-died/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 00:13:27 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1452</guid>
		<description><![CDATA[Statement from Apple:
We are deeply saddened to announce that Steve Jobs passed away today.
    Steve’s brilliance, passion and energy were the source of countless innovations that enrich and improve all of our lives. The world is immeasurably better because of Steve.
    His greatest love was for his wife, Laurene, [...]]]></description>
			<content:encoded><![CDATA[<p>Statement from Apple:</p>
<blockquote><p>We are deeply saddened to announce that Steve Jobs passed away today.</p>
<p>    Steve’s brilliance, passion and energy were the source of countless innovations that enrich and improve all of our lives. The world is immeasurably better because of Steve.</p>
<p>    His greatest love was for his wife, Laurene, and his family. Our hearts go out to them and to all who were touched by his extraordinary gifts.
</p></blockquote>
<p><a href="http://www.killersites.com/blog/2011/steve-jobs-has-died/">More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/steve-jobs-has-died/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build A CMS Training Video &#8211; Conclusion</title>
		<link>http://www.killerphp.com/articles/build-a-cms-training-video-conclusion/</link>
		<comments>http://www.killerphp.com/articles/build-a-cms-training-video-conclusion/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 10:00:15 +0000</pubDate>
		<dc:creator>Jody</dc:creator>
				<category><![CDATA[CMS Videos]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[training video]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/?p=1388</guid>
		<description><![CDATA[In this video tutorial from our Build a CMS Course, we go over some final touches on our CMS and bring things to a close.

To find more courses on PHP Programming, check out our Killersites Video Tutorial Library!
Note that all of our videos are in a higher quality when purchased from our Killer Video Store [...]]]></description>
			<content:encoded><![CDATA[<p>In this video tutorial from our <a href="http://www.killervideostore.com/video-courses/build-a-cms.php">Build a CMS Course</a>, we go over some final touches on our CMS and bring things to a close.</p>
<p><object width="550" height="350"><param name="movie" value="http://www.youtube.com/v/BE0vWx8HAJk?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/BE0vWx8HAJk?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="550" height="350" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>To find more courses on <a href="http://www.killervideostore.com/video-courses/complete-web-programmer.php">PHP Programming</a>, check out our <a href="http://www.killersites.com/university/">Killersites Video Tutorial Library!</a></p>
<p>Note that all of our videos are in a higher quality when purchased from our <a href="http://www.killervideostore.com/">Killer Video Store</a> or by subscription to our Video Tutorial Library!</p>
<p>Thanks,</p>
<p>Jody<br />
killersites.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/build-a-cms-training-video-conclusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

