<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Killer Open Source PHP Projects</title>
	<atom:link href="http://www.killerphp.com/articles/killer-php-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killerphp.com/articles/killer-php-projects/</link>
	<description>Dedicated to teaching web designers PHP.</description>
	<pubDate>Sat, 05 Jul 2008 16:45:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Brian</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76820</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 07 Jun 2008 13:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76820</guid>
		<description>to Stefan or Moderator, SORRY, please add corrections to name.

My apologies.

Brian</description>
		<content:encoded><![CDATA[<p>to Stefan or Moderator, SORRY, please add corrections to name.</p>
<p>My apologies.</p>
<p>Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76819</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 07 Jun 2008 13:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76819</guid>
		<description>Just some points:

1. Wordpress (I use it) may have horrible code but it's a global success, and you can't argue with that.

2. @Stefan Mischook - re: Dreamweaver. Stefan, I have just redeveloped a church website, that I originally constructed using Dreamweaver 8. It's only a small site, but I managed to cut the code base from 21,483,176 bytes to 11,939,547 bytes. All the content is the same. I simply employed my own framework and redeveloped using a text editor.

3. Do I detect PHP procedural detractors here, perhaps even turning up the nose? I use both methods, I employ good structure (as much as my ability allows), and it's always well commented. There is nothing wrong with PHP procedural coding, don't forget most websites and user interaction thereof, is done in a procedural fashion, plus, Drupal, particularly v6 is procedural and it's code is clean and organised for the most part.

@Stefan (again) - thanks for a great website.</description>
		<content:encoded><![CDATA[<p>Just some points:</p>
<p>1. Wordpress (I use it) may have horrible code but it&#8217;s a global success, and you can&#8217;t argue with that.</p>
<p>2. @Stefan Mischook - re: Dreamweaver. Stefan, I have just redeveloped a church website, that I originally constructed using Dreamweaver 8. It&#8217;s only a small site, but I managed to cut the code base from 21,483,176 bytes to 11,939,547 bytes. All the content is the same. I simply employed my own framework and redeveloped using a text editor.</p>
<p>3. Do I detect PHP procedural detractors here, perhaps even turning up the nose? I use both methods, I employ good structure (as much as my ability allows), and it&#8217;s always well commented. There is nothing wrong with PHP procedural coding, don&#8217;t forget most websites and user interaction thereof, is done in a procedural fashion, plus, Drupal, particularly v6 is procedural and it&#8217;s code is clean and organised for the most part.</p>
<p>@Stefan (again) - thanks for a great website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76607</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Wed, 21 May 2008 05:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76607</guid>
		<description>Update: 

Drupal 6.2 has been released and it looks to be a really solid upgrade. I wrote a little about it here:

http://www.killersites.com/blog/2008/drupal-6-looks-pretty-cool/

CIAO,

Stefan</description>
		<content:encoded><![CDATA[<p>Update: </p>
<p>Drupal 6.2 has been released and it looks to be a really solid upgrade. I wrote a little about it here:</p>
<p><a href="http://www.killersites.com/blog/2008/drupal-6-looks-pretty-cool/" rel="nofollow">http://www.killersites.com/blog/2008/drupal-6-looks-pretty-cool/</a></p>
<p>CIAO,</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76605</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Wed, 21 May 2008 05:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76605</guid>
		<description>Sorry for the delay with my reply.  Regarding Dreamweaver and PHP: 

Dreamweaver CS3 has a reasonable environment for point-and-click PHP use. Dreamweaver includes a bunch of packaged up php scripts that will allow you to connect to databases, bind database records into HTML tables, create master-detail page sets etc ...

I would NOT try to use the Dreamweaver code generator tools to build complex applications, but for prototyping and smaller projects, it maybe the best solution &lt;strong&gt;for web designers&lt;/strong&gt; wanting to get into dynamic database driven websites. Something I highly recommend.

I should also point out that Dreamweaver CS3 does have a basic code editor (code view) for PHP as well. 

That all said, Dreamweaver CS4 will be coming out soon and I get the feeling it's support for PHP could be stepped up a little.

... I will comment about that when I know.

Stefan</description>
		<content:encoded><![CDATA[<p>Sorry for the delay with my reply.  Regarding Dreamweaver and PHP: </p>
<p>Dreamweaver CS3 has a reasonable environment for point-and-click PHP use. Dreamweaver includes a bunch of packaged up php scripts that will allow you to connect to databases, bind database records into HTML tables, create master-detail page sets etc &#8230;</p>
<p>I would NOT try to use the Dreamweaver code generator tools to build complex applications, but for prototyping and smaller projects, it maybe the best solution <strong>for web designers</strong> wanting to get into dynamic database driven websites. Something I highly recommend.</p>
<p>I should also point out that Dreamweaver CS3 does have a basic code editor (code view) for PHP as well. </p>
<p>That all said, Dreamweaver CS4 will be coming out soon and I get the feeling it&#8217;s support for PHP could be stepped up a little.</p>
<p>&#8230; I will comment about that when I know.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Shuff</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76388</link>
		<dc:creator>Matthew Shuff</dc:creator>
		<pubDate>Fri, 11 Apr 2008 18:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76388</guid>
		<description>Good website so far.  I like how it is for beginners and/or designers.  I used to program ASP and do web design.  Started off doing straight HTML and moved to Dreamweaver (just easier to use).  Got out of it for a while.  Now, I'm looking to get back in and am trying to decide what to learn .NET, PHP, or ???  The only reason I'd consider .NET is that I know ASP, have Visual Studio, and am expert with all Microsoft stuff.  Yet, PHP seems like the definitive choice.

So, I want to learn PHP and have worked with it a little bit and MySQL.  Can anybody recommend a good programming interface to work with...something like Dreamweaver and/or something that lets you do more "visual" building of websites, forms, applications...like a visual toolkit...that sort of thing.  I will never be a great programmer, but I'm good with concepts, interfaces, etc.  I will start looking at the Zend Framework.

A lot of the PHP stuff I have looked at have tons of procedures and includes...serious code for a light coder like myself.  VBScript and ASP seemed pretty straightforward.  PHP not so much.  All the PHP people I know are serious coders.  I just like to get things done.

Seems like a lot of open source stuff is pretty hard to make work at times or needs lots of mods...documentation quality varies.  Don't mind buying software if it is good.  OpenX seems good.  Didn't like Drupal back when I tried it.  A lot of people like Joomla...I don't get it personally.  phpMyAdmin is a killer app.</description>
		<content:encoded><![CDATA[<p>Good website so far.  I like how it is for beginners and/or designers.  I used to program ASP and do web design.  Started off doing straight HTML and moved to Dreamweaver (just easier to use).  Got out of it for a while.  Now, I&#8217;m looking to get back in and am trying to decide what to learn .NET, PHP, or ???  The only reason I&#8217;d consider .NET is that I know ASP, have Visual Studio, and am expert with all Microsoft stuff.  Yet, PHP seems like the definitive choice.</p>
<p>So, I want to learn PHP and have worked with it a little bit and MySQL.  Can anybody recommend a good programming interface to work with&#8230;something like Dreamweaver and/or something that lets you do more &#8220;visual&#8221; building of websites, forms, applications&#8230;like a visual toolkit&#8230;that sort of thing.  I will never be a great programmer, but I&#8217;m good with concepts, interfaces, etc.  I will start looking at the Zend Framework.</p>
<p>A lot of the PHP stuff I have looked at have tons of procedures and includes&#8230;serious code for a light coder like myself.  VBScript and ASP seemed pretty straightforward.  PHP not so much.  All the PHP people I know are serious coders.  I just like to get things done.</p>
<p>Seems like a lot of open source stuff is pretty hard to make work at times or needs lots of mods&#8230;documentation quality varies.  Don&#8217;t mind buying software if it is good.  OpenX seems good.  Didn&#8217;t like Drupal back when I tried it.  A lot of people like Joomla&#8230;I don&#8217;t get it personally.  phpMyAdmin is a killer app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaxTheITpro</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76377</link>
		<dc:creator>MaxTheITpro</dc:creator>
		<pubDate>Sat, 05 Apr 2008 18:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76377</guid>
		<description>Greetings from East Africa everyone! I'd have to nominate phpMyAdmin, OrangeHRM for Human Resources Management, Simple Machines forum, and a host of others not on the tip of my tongue. Although I don't use vBulletin, I've always been very impressed with its functionality.

As for Code Ignitor, I've quickly become a huge fan after reading the site's AMAZING documentation, which was a real pleasure. I kept saying, "Holy shit, it does this? Damn!!"  Or I'd say "Wow, they make doing this feature soooooo damn easy!!"  I haven't used it on a project yet, but I'm ready to roll. What really made me have orgasms with CI was how they implemented Active Record for database queries. Wow!!!! 

All in all, I'm really impressed at where PHP is heading. I sense the community has stepped up to plate in terms of code quality along with a determination to make high quality web apps. The language itself truly is a killer application.</description>
		<content:encoded><![CDATA[<p>Greetings from East Africa everyone! I&#8217;d have to nominate phpMyAdmin, OrangeHRM for Human Resources Management, Simple Machines forum, and a host of others not on the tip of my tongue. Although I don&#8217;t use vBulletin, I&#8217;ve always been very impressed with its functionality.</p>
<p>As for Code Ignitor, I&#8217;ve quickly become a huge fan after reading the site&#8217;s AMAZING documentation, which was a real pleasure. I kept saying, &#8220;Holy shit, it does this? Damn!!&#8221;  Or I&#8217;d say &#8220;Wow, they make doing this feature soooooo damn easy!!&#8221;  I haven&#8217;t used it on a project yet, but I&#8217;m ready to roll. What really made me have orgasms with CI was how they implemented Active Record for database queries. Wow!!!! </p>
<p>All in all, I&#8217;m really impressed at where PHP is heading. I sense the community has stepped up to plate in terms of code quality along with a determination to make high quality web apps. The language itself truly is a killer application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76352</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Mon, 31 Mar 2008 18:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76352</guid>
		<description>@Sufijen,

I'm happy to hear you find the list useful. One of my motivations of this article was to get others to contribute their suggestions (of favorite PHP projects) along with getting feedback about the suggestions I and others have made.

Stefan</description>
		<content:encoded><![CDATA[<p>@Sufijen,</p>
<p>I&#8217;m happy to hear you find the list useful. One of my motivations of this article was to get others to contribute their suggestions (of favorite PHP projects) along with getting feedback about the suggestions I and others have made.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sufijen</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76351</link>
		<dc:creator>Sufijen</dc:creator>
		<pubDate>Mon, 31 Mar 2008 16:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76351</guid>
		<description>Hi,

@Wordpress: Very useful! I use it too. But the code is ugly! I don't want to make code for it...  For luck, nearly every kind of plugin already exists. So what^^
Good Alternative: Serendipity

@Zend Framework: This is very good! Nothing to say.

@Drupal: Current version 6.1. I installed it and tried some plugins, but even the standart plugins are only for version 5.1 (Guestbook for example). I don't know anything about the code.
Good Alternative: Do not know one :( At the moment I'm searching for one.

@PUNBB: Very lightweight Forum. I installed it once, I don't know anything about the code.
Good Alternative: WBBlite i think.

All in all, very useful list. Thanks for this</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>@Wordpress: Very useful! I use it too. But the code is ugly! I don&#8217;t want to make code for it&#8230;  For luck, nearly every kind of plugin already exists. So what^^<br />
Good Alternative: Serendipity</p>
<p>@Zend Framework: This is very good! Nothing to say.</p>
<p>@Drupal: Current version 6.1. I installed it and tried some plugins, but even the standart plugins are only for version 5.1 (Guestbook for example). I don&#8217;t know anything about the code.<br />
Good Alternative: Do not know one <img src='http://www.killerphp.com/articles/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> At the moment I&#8217;m searching for one.</p>
<p>@PUNBB: Very lightweight Forum. I installed it once, I don&#8217;t know anything about the code.<br />
Good Alternative: WBBlite i think.</p>
<p>All in all, very useful list. Thanks for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Shipley</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76349</link>
		<dc:creator>Michael Shipley</dc:creator>
		<pubDate>Mon, 31 Mar 2008 03:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76349</guid>
		<description>I nominate: http://simplepie.org/ as the killer app for rss/atom feed parsing!

$feed = new SimplePie('http://www.killerphp.com/articles/feed/atom/');
foreach($feed-&#62;get_items() as $item)
{
  echo 'Title: '.$item-&#62;get_title().'';
  echo ''.$item-&#62;get_content().'';
}


- Mike</description>
		<content:encoded><![CDATA[<p>I nominate: <a href="http://simplepie.org/" rel="nofollow">http://simplepie.org/</a> as the killer app for rss/atom feed parsing!</p>
<p>$feed = new SimplePie(&#8217;http://www.killerphp.com/articles/feed/atom/&#8217;);<br />
foreach($feed-&gt;get_items() as $item)<br />
{<br />
  echo &#8216;Title: &#8216;.$item-&gt;get_title().&#8221;;<br />
  echo &#8221;.$item-&gt;get_content().&#8221;;<br />
}</p>
<p>- Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Stevens</title>
		<link>http://www.killerphp.com/articles/killer-php-projects/#comment-76344</link>
		<dc:creator>Sam Stevens</dc:creator>
		<pubDate>Sat, 29 Mar 2008 14:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/killer-php-projects/#comment-76344</guid>
		<description>phpAdsNew... I mean OpenAds... Wait, I mean OpenX! Whatever it's called, it's an excellent ad serving solution, a snap to install and upgrade.

I'm also really liking Plogger as a photo gallery application these days.</description>
		<content:encoded><![CDATA[<p>phpAdsNew&#8230; I mean OpenAds&#8230; Wait, I mean OpenX! Whatever it&#8217;s called, it&#8217;s an excellent ad serving solution, a snap to install and upgrade.</p>
<p>I&#8217;m also really liking Plogger as a photo gallery application these days.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
