<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>KILLERPHP.COM</title>
	<link>http://www.killerphp.com/articles</link>
	<description>Dedicated to teaching web designers PHP.</description>
	<pubDate>Mon, 12 May 2008 18:12:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Aprenda Programacion Orientada a Objetos en PHP</title>
		<link>http://www.killerphp.com/articles/aprenda-programacion-orientada-a-objetos-en-php/</link>
		<comments>http://www.killerphp.com/articles/aprenda-programacion-orientada-a-objetos-en-php/#comments</comments>
		<pubDate>Mon, 12 May 2008 18:12:40 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[Object Oriented PHP]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/aprenda-programacion-orientada-a-objetos-en-php/</guid>
		<description><![CDATA[Hi,
I&#8217;ve released my tutorial on Object Oriented PHP in Spanish.

You can download the PDF:
Aprenda Programacion Orientada a Objetos en PHP.pdf
Many thanks to Javier W. Barbieri from Iquitos Peru.
PS: I have new PHP tutorials coming out soon.
Stefan Mischook
www.killerphp.com
]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve released my tutorial on Object Oriented PHP in Spanish.</p>
<p><img src='http://www.killerphp.com/articles/wp-content/uploads/2007/07/php-med-trans-light.gif' alt='php logo' style="float: right; margin: 15px;" /></p>
<p>You can download the PDF:</p>
<p><a href="http://www.killerphp.com/pdf/Objetos-en-php.pdf">Aprenda Programacion Orientada a Objetos en PHP.pdf</a></p>
<p>Many thanks to Javier W. Barbieri from Iquitos Peru.</p>
<p>PS: I have new PHP tutorials coming out soon.</p>
<p>Stefan Mischook</p>
<p>www.killerphp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/aprenda-programacion-orientada-a-objetos-en-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Managing Clients - draw the line and hold your ground.</title>
		<link>http://www.killerphp.com/articles/managing-clients-draw-the-line-and-hold-your-ground/</link>
		<comments>http://www.killerphp.com/articles/managing-clients-draw-the-line-and-hold-your-ground/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 14:40:49 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[Editorial]]></category>

		<category><![CDATA[project management]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/managing-clients-draw-the-line-and-hold-your-ground/</guid>
		<description><![CDATA[One of the most frustrating aspects of being a web application developer (a Web nerd) is found in the dynamics of dealing with clients. 

I&#8217;ve been known to say: &#8220;I love everything about programming &#8230; except for the clients!&#8221;
This aspect of the web business (managing clients,) falls under the umbrella of project management - something [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most frustrating aspects of being a web application developer (a Web nerd) is found in the dynamics of dealing with clients. </p>
<blockquote><p>
I&#8217;ve been known to say: &#8220;I love everything about programming &#8230; except for the clients!&#8221;</p></blockquote>
<p>This aspect of the web business (managing clients,) falls under the umbrella of <strong>project management</strong> - something every web developer, must learn at least a little bit about.</p>
<p> <a href="http://www.killerphp.com/articles/managing-clients-draw-the-line-and-hold-your-ground/#more-136" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/managing-clients-draw-the-line-and-hold-your-ground/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Connecting PHP to MYSQL Video Tutorial</title>
		<link>http://www.killerphp.com/articles/connecting-php-to-mysql-video-tutorial/</link>
		<comments>http://www.killerphp.com/articles/connecting-php-to-mysql-video-tutorial/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 06:03:23 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[PHP Videos]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/connecting-php-to-mysql-video-tutorial/</guid>
		<description><![CDATA[Hi,
I was just looking over killerphp.com and noticed that I hadn&#8217;t posted any new content for a little while - it&#8217;s been about two weeks!
&#8230; That can happen when your busy removing your teeth. 
  
Anyway, I&#8217;ve gotten around to releasing a new set of beginners video tutorials on PHP. This time around, I [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I was just looking over killerphp.com and noticed that I hadn&#8217;t posted any new content for a little while - it&#8217;s been about two weeks!</p>
<p>&#8230; That can happen when your busy removing your teeth. </p>
<p> <img src='http://www.killerphp.com/articles/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, I&#8217;ve gotten around to releasing a new set of beginners video tutorials on PHP. This time around, I have a four part video on how to get <a href="http://www.killerphp.com/videos/connecting-mysql-php/">PHP to talk to MySQL</a>.</p>
<p><img src='http://www.killerphp.com/articles/wp-content/uploads/2006/11/video-frog-icon.gif' alt='PHP Video Tutorial'  style="float: right; margin: 24px;"/></p>
<p>Besides actually walking through the code of connecting PHP to MySQL, we learn a few other things along the way:</p>
<ul>
<li>We learn about the multiple ways that PHP provides for us, in terms of being able to work with MySQL.</li>
<li>We learn about the importance of understanding error messages in programming in general. We look at a couple of specific errors that you can run across when working with MySQL.</li>
<li>We learn about the die() function and how it can be used when working with MySQL.</li>
</ul>
<p>As with all my beginners videos, beyond teaching the task at hand (meaning the main point of the video) I also try to introduce other things along the way - things like new functions and good programming practices.</p>
<p>The videos have a total running time of about 27 minutes and are presented in a new format. Let me know what you think.</p>
<p>Thanks,</p>
<p>Stefan Mischook</p>
<p>www.killerphp.com<br />
www.killersites.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/connecting-php-to-mysql-video-tutorial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NEW BASIC SQL TUTORIALS</title>
		<link>http://www.killerphp.com/articles/new-basic-sql-tutorials/</link>
		<comments>http://www.killerphp.com/articles/new-basic-sql-tutorials/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 18:38:26 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[Beginners PHP Articles]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/new-basic-sql-tutorials/</guid>
		<description><![CDATA[Hi,
I&#8217;ve managed to upload new video tutorials on SQL basics. At this point, I&#8217;ve covered the four big SQL statments:

INSERT
SELECT
UPDATE
DELETE

You can view the videos here: Basic SQL Statements Video Tutorials.
Now that we have that covered, my next videos will be on using PHP to connect to and work with MySQL.
Thanks,
Stefan Mischook
www.killerphp.com
]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve managed to upload new video tutorials on SQL basics. At this point, I&#8217;ve covered the four big SQL statments:</p>
<ol>
<li>INSERT</li>
<li>SELECT</li>
<li>UPDATE</li>
<li>DELETE</li>
</ol>
<p>You can view the videos here: <a href="http://www.killerphp.com/mysql/basic-sql-tutorial.php">Basic SQL Statements Video Tutorials</a>.</p>
<p>Now that we have that covered, my next videos will be on using PHP to connect to and work with MySQL.</p>
<p>Thanks,</p>
<p>Stefan Mischook</p>
<p>www.killerphp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/new-basic-sql-tutorials/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BASIC SQL TUTORIAL</title>
		<link>http://www.killerphp.com/articles/basic-sql-tutorial/</link>
		<comments>http://www.killerphp.com/articles/basic-sql-tutorial/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 02:05:50 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[Beginners PHP Articles]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/basic-sql-tutorial/</guid>
		<description><![CDATA[Hi,

I&#8217;ve just put up a new sub-section on SQL - the language of relational databases.
This is beginners stuff, so if you&#8217;re a know-it-all nerd, you can ignore this. On the otherhand, if you&#8217;re new to the database thing (mySQL for example) then these first couple of videos should help you get started.
Videos out so far:
- [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p><img src='http://www.killerphp.com/articles/wp-content/uploads/2008/03/mysql-logo.png' alt='mysql-logo' style="float: right; margin: 15px;" /></p>
<p>I&#8217;ve just put up a new sub-section on <a href="http://www.killerphp.com/mysql/basic-sql-tutorial.php">SQL</a> - the language of relational databases.</p>
<p>This is beginners stuff, so if you&#8217;re a know-it-all nerd, you can ignore this. On the otherhand, if you&#8217;re new to the database thing (mySQL for example) then these first couple of videos should help you get started.</p>
<p><strong>Videos out so far:</strong></p>
<p>- <a href="http://www.killerphp.com/mysql/videos/sql-introduction.php">Introduction to SQL</a><br />
- <a href="http://www.killerphp.com/mysql/videos/sql-basics-insert-statement.php">Introduction to the SQL &#8216;insert&#8217; statement</a>.</p>
<p>I plan on having a bunch of new videos out soon that cover:</p>
<ul>
<li>The big four SQL statements.</li>
<li>The basics of database design.</li>
<li>The cardinal rules of database design.</li>
</ul>
<p>My goal is to not turn you guys into database gurus, rather, I want to just give you enough so we can get you going with PHP and mySQL.</p>
<p>Thanks,</p>
<p>Stefan Mischook</p>
<p>www.killerphp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/basic-sql-tutorial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Killer Open Source PHP Projects</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/</link>
		<comments>http://www.killerphp.com/articles/killer-php-projects/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 15:07:56 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[Editorial]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/</guid>
		<description><![CDATA[Part of PHP&#8217;s power is actually found in the variety of open source (free to use) PHP based applications. I&#8217;m talking about things like blogs, web frameworks, forums, cms&#8217; etc &#8230;
&#8230; I was just thinking, that a list of &#8216;killer&#8217; PHP open source projects would be useful &#8230; for a few reasons:

Once upon a time, [...]]]></description>
			<content:encoded><![CDATA[<p>Part of PHP&#8217;s power is actually found in the variety of open source (free to use) PHP based applications. I&#8217;m talking about things like blogs, web frameworks, forums, cms&#8217; etc &#8230;</p>
<p>&#8230; I was just thinking, that a list of &#8216;killer&#8217; PHP open source projects would be useful &#8230; for a few reasons:</p>
<ol>
<li>Once upon a time, a master programmer I know gave me a great piece of advice:<br />
<blockquote><p>&#8220;Grasshopper, it is always a much better idea to use proven code (that means good open source projects) than to start from scratch.&#8221;</p></blockquote>
</li>
<li>Checking out examples of quality code, is a great way to learn how to become a better programmer.</li>
<li>Who doesn&#8217;t need a list of &#8216;best of breed&#8217; projects?</li>
</ol>
<p>I&#8217;ve been snooping about the PHP world for a while now, and I&#8217;ve come across some crappy PHP projects (I will not name names) but I&#8217;ve also come across many great PHP projects. </p>
<p>To be totally honest about it, we&#8217;ve seen much of the good stuff coming out of the PHP world, in the last few years.</p>
<p>&#8230; PHP developers are leap-frogging ahead with regards to their level of skill and the quality of code they produce.  </p>
<p>That all said, the following are my favorite &#8216;killer&#8217; PHP open source projects:</p>
<p> <a href="http://www.killerphp.com/articles/killer-php-projects/#more-125" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/killer-php-projects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting up an MVC structure with the Zend Framework - part 2</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-2/</link>
		<comments>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-2/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 17:53:28 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[PHP Videos]]></category>

		<category><![CDATA[Zend-Framework]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-2/</guid>
		<description><![CDATA[Hi,
I&#8217;ve released our second video (part 2 of 2) on setting up an  MVC structure with the Zend Framework. 

This Zend Framework video is from our resident Zend-nerd: Jon Lebensold.
Again, let us know what you think and should you have any suggestions or request, please feel free to comment.
Running time: 19+ minutes
Part 2 of [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve released our second video (part 2 of 2) on setting up an  <a href="http://www.killerphp.com/zend-framework/videos/mvc-zend-part-2.php">MVC structure with the Zend Framework</a>. </p>
<p><a href="http://www.killerphp.com/zend-framework/videos/mvc-zend-part-1.php"><img id="image100" src="http://www.killerphp.com/articles/wp-content/uploads/2007/11/picture-1.png" alt="zend framework logo" /></a></p>
<p>This Zend Framework video is from our resident Zend-nerd: <a href="http://jon.lebensold.ca/">Jon Lebensold</a>.</p>
<p>Again, let us know what you think and should you have any suggestions or request, please feel free to comment.</p>
<p>Running time: 19+ minutes<br />
Part 2 of 2</p>
<p>Thanks,</p>
<p>Stefan Mischook</p>
<p>www.killerphp.com<br />
www.killersites.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting up an MVC structure with the Zend Framework - part 1</title>
		<link>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/</link>
		<comments>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 19:21:12 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[Object Oriented PHP]]></category>

		<category><![CDATA[PHP Videos]]></category>

		<category><![CDATA[Zend-Framework]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/</guid>
		<description><![CDATA[Hi,
I just released a new video on setting up an MVC structure with the Zend Framework. This video is a little more basic than the previous Zend videos &#8230; I had to twist Jon&#8217;s arm a little.

Anyway, let us know what you think and should you have any suggestions or request, please feel free to [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I just released a new video on setting up an <a href="http://www.killerphp.com/zend-framework/videos/mvc-zend-part-1.php">MVC structure with the Zend Framework</a>. This video is a little more basic than the previous Zend videos &#8230; I had to twist <a href="http://jon.lebensold.ca/">Jon&#8217;s</a> arm a little.</p>
<p><a href="http://www.killerphp.com/zend-framework/videos/mvc-zend-part-1.php"><img id="image100" src="http://www.killerphp.com/articles/wp-content/uploads/2007/11/picture-1.png" alt="zend framework logo" /></a></p>
<p>Anyway, let us know what you think and should you have any suggestions or request, please feel free to comment.</p>
<p>Running time: 12+ minutes<br />
Part 1 of 2.</p>
<p>Thanks,</p>
<p>Stefan Mischook</p>
<p>www.killerphp.com<br />
www.killersites.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/setting-up-an-mvc-structure-with-the-zend-framework-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MYSQL Video Tutorials</title>
		<link>http://www.killerphp.com/articles/mysql-video-tutorials/</link>
		<comments>http://www.killerphp.com/articles/mysql-video-tutorials/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 05:37:28 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/mysql-video-tutorials/</guid>
		<description><![CDATA[Hi,

I finally got around to creating a new section dedicated to teaching basic MySQL.
At this time, I only have a few videos on basic database theory and phpMyAdmin &#8230; the most commonly used administrative program for MySQL. 
But I have several others in the works.
Thanks,
Stefan Mischook
www.killerphp.com
]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p><img border="0" id="image122" src="http://www.killerphp.com/articles/wp-content/uploads/2008/03/mysql-logo.png" alt="mysql-logo" style="float: right; margin: 15px;" /></p>
<p>I finally got around to creating a new section dedicated to <a href="http://www.killerphp.com/mysql/">teaching basic MySQL</a>.</p>
<p>At this time, I only have a few videos on basic database theory and phpMyAdmin &#8230; the most commonly used administrative program for MySQL. </p>
<p>But I have several others in the works.</p>
<p>Thanks,</p>
<p>Stefan Mischook</p>
<p>www.killerphp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/mysql-video-tutorials/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Object Oriented Video Tutorials for your Ipod</title>
		<link>http://www.killerphp.com/articles/object-oriented-video-tutorials-for-your-ipod/</link>
		<comments>http://www.killerphp.com/articles/object-oriented-video-tutorials-for-your-ipod/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 23:01:52 +0000</pubDate>
		<dc:creator>Stefan Mischook</dc:creator>
		
		<category><![CDATA[Object Oriented PHP]]></category>

		<category><![CDATA[PHP Videos]]></category>

		<guid isPermaLink="false">http://www.killerphp.com/articles/object-oriented-video-tutorials-for-your-ipod/</guid>
		<description><![CDATA[Hi,
I just released my beginners object oriented php video tutorials in iPod format.

These videos target total beginners to object oriented programing. Though I talk about PHP, the principles are universal and so they apply to all OO (object oriented) languages including:

Java
Actionscript
C#
Ruby

.. and others. So if you are struggling to understand OOP concepts while trying to [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I just released my beginners <a href="http://www.killerphp.com/podcast/object-oriented-podcast.php">object oriented php video tutorials</a> in iPod format.</p>
<p><img id="image115" src="http://www.killerphp.com/articles/wp-content/uploads/2008/02/ipod-icon-arrow.png" alt="ipod-php-video-icon" style="float: right; margin: 10px; margin-top: 0px; margin-left: 15px;" /></p>
<p>These videos target total beginners to object oriented programing. Though I talk about PHP, the principles are universal and so they apply to all OO (object oriented) languages including:</p>
<ul>
<li>Java</li>
<li>Actionscript</li>
<li>C#</li>
<li>Ruby</li>
</ul>
<p>.. and others. So if you are struggling to understand OOP concepts while trying to learn another language, these should help you along.</p>
<p>That said, I strongly believe that PHP is the best choice for web designers today. </p>
<p>Thanks,</p>
<p>Stefan Mischook</p>
<p>www.killerphp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.killerphp.com/articles/object-oriented-video-tutorials-for-your-ipod/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
