<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 08 Jan 2009 02:34:57 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials: Creating an Online Newsletter with Drupal]]></title>
      <guid>http://www.phpdeveloper.org/news/10598</guid>
      <link>http://www.phpdeveloper.org/news/10598</link>
      <description><![CDATA[<p>
On the Developer Tutorials site today, there's a <a href="http://www.developertutorials.com/tutorials/miscellaneous/creating-an-online-newsletter-with-drupal-8-07-11/page1.html">new article post</a> from <i>Michael Ross</i> walking you through the installation and creation of an online newsletter with the <a href="http://www.drupal.org">Drupal</a> content management system.
</p>
<blockquote>
There is a much better approach [than mass emails], and that is the use of a Web site that houses the newsletter and also limits reader access to paying subscribers. The ideal tool for creating such a site, is a content management system (CMS), such as Drupal, which is what we will be using in this tutorial. Specifically, we will explore how to use a forum for organizing the newsletter contents and allowing subscriber feedback, and also how to use a Drupal module for controlling subscriber access.
</blockquote>
<p>
There's not really much in the way of actually installation help (that's what Drupal's documentation is for anyway), but he does talk about how it's initially set up, the subscription method and how to add an access-protected forum to the site to hold the newsletter information.
</p>]]></description>
      <pubDate>Mon, 14 Jul 2008 12:02:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: What Makes a PHP Web Application?]]></title>
      <guid>http://www.phpdeveloper.org/news/9003</guid>
      <link>http://www.phpdeveloper.org/news/9003</link>
      <description><![CDATA[<p>
In a <a href="http://www.killerphp.com/articles/what-makes-a-php-web-application/">new post</a> to the his blog today, <i>Stefan Mischook</i> takes a look at what some of the most common components of a PHP web application include.
</p>
<blockquote>
Understanding PHP theoretically, is only the beginning of actually truly knowing it. Once you sit down and start writing code, things will seem to magically clear up as you go along.
</blockquote>
<p>
He gives <a href="http://www.killerphp.com/articles/what-makes-a-php-web-application/">examples of web application types</a> and talks a bit about databases, a "key part of most web applications". 
</p>]]></description>
      <pubDate>Thu, 08 Nov 2007 10:25:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Monthly Newsletter - January]]></title>
      <guid>http://www.phpdeveloper.org/news/7204</guid>
      <link>http://www.phpdeveloper.org/news/7204</link>
      <description><![CDATA[<p>
The Zend Developer Zone has posted this month's <a href="http://devzone.zend.com/node/view/id/1638">Zend Newsletter</a> for those wanting to keep up on all things Zend-ish.
</p>
<blockquote>
They have kindly allowed me to republish the most recent issue here for your enjoyment. If you want to read it on a regular basis though you are going to have to subscribe. So take a moment and head over to MyZend, login (or register) and on the preferences panel you'll find the checkbox to subscribe. Go ahead, we'll wait.
</blockquote>
<p>
<a href="http://devzone.zend.com/node/view/id/1638">This edition</a> is just a preview of all of the news that Zend provides each month on its activities, events, product updates, updates to the DevZone, and offers promotions you might want to be aware of.
</p>
<p>
As <i>Cal</i> mentions, though, you'll need to <a href="https://www.zend.com/myzend">sign up</a> to get future releases of the newsletter - they won't be posted over on the Zend Developer Zone.
</p>]]></description>
      <pubDate>Thu, 01 Feb 2007 08:56:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[NorthClick Blog: Tips for creating a small but solid newsletter-system]]></title>
      <guid>http://www.phpdeveloper.org/news/6802</guid>
      <link>http://www.phpdeveloper.org/news/6802</link>
      <description><![CDATA[<p>
On the NorthClick blog today, there's a <a href="http://blog.northclick.de/archives/11">quick little set of hints</a> talking about the creation of a simple ("but solid") newsletter system for your website.
</p>
<p>
He breaks it down into the individual steps you'll need to follow:
<ul>
<li>Use a Framwork
<li>Queue in the database
<li>Use SMTP
<li>Check Headers
<li>Test it
</ul>
In the step involving the database, he <a href="http://blog.northclick.de/archives/11">gives the create script</a> you'll need to get the table set up and working. It's not so much a step-by-step tutorial with all of the needed code as it is a general look at what steps to follow when rolling your own newsletter setup.
</p>]]></description>
      <pubDate>Thu, 30 Nov 2006 15:18:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[eZ systems: Community newsletter 15/09/2006]]></title>
      <guid>http://www.phpdeveloper.org/news/6312</guid>
      <link>http://www.phpdeveloper.org/news/6312</link>
      <description><![CDATA[<p>
The Zend Developer Zone <a href="http://devzone.zend.com/node/view/id/920">quickly points out</a> that the latest eZ Systems <a href="http://ez.no/community/news/community_newsletter_15_09_2006">newsletter</a> has been released and it includes details on version 3.8.4, updated documentation, and a few other things.
</p>
<blockquote>
This week's newsletter brings news about an updated distribution package for eZ publish 3.8.4, new documentation for eZ publish upgrades and new information about eZ platform development. The newsletter also includes the weekly forum watch and an update about the current bug fix status.
</blockquote>
<p>
They <a href="http://ez.no/community/news/community_newsletter_15_09_2006">cover</a> the update to eZ publish, the "Upgrade" section in the documentation, new advancements concerning eZ platform, and some interesting discussions going on over in their forums.
</p>]]></description>
      <pubDate>Tue, 19 Sep 2006 15:33:19 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Security Consortium: SecurityFocus Newsletter #361]]></title>
      <guid>http://www.phpdeveloper.org/news/5968</guid>
      <link>http://www.phpdeveloper.org/news/5968</link>
      <description><![CDATA[<p>
The latest SecurityFocus Summary has been posted on the PHP Security Consortium site today, <a href="http://phpsec.org/projects/vulnerabilities/securityfocus361.html">Issue #361</a>.
</p>
<p>
Included in this issue are vulnerabilities for:
<ul>
<li><a href="http://www.securityfocus.com/bid/19217">SecurityImages Component Multiple Remote File Include Vulnerabilities</a>
<li><a href="http://www.securityfocus.com/bid/19238">Ajax Chat Multiple Remote Vulnerabilities</a>
<li><a href="http://www.securityfocus.com/bid/19232">ATutor Multiple SQL Injection Vulnerabilities</a>
<li><a href="http://www.securityfocus.com/bid/19219">Coppermine Photo Gallery Theme.PHP Remote File Include Vulnerability</a>
<li><a href="http://www.securityfocus.com/bid/19254">PHPAuction PHPAds_Path Variable Remote File Include Vulnerability</a>
<li><a href="http://www.securityfocus.com/bid/19246">myEvent Myevent.PHP Remote File Include Vulnerability</a>
</ul>
</p>
<p>
This is just a sampling of the issues reported, so head over to <a href="http://phpsec.org/projects/vulnerabilities/securityfocus361.html">the full listing</a> for the complete information.
</p>]]></description>
      <pubDate>Mon, 07 Aug 2006 06:37:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Security Consortium: SecurityFocus Newsletter #345]]></title>
      <guid>http://www.phpdeveloper.org/news/5185</guid>
      <link>http://www.phpdeveloper.org/news/5185</link>
      <description><![CDATA[The <a href="http://www.phpsec.org</a>PHP Security Consortium</a> has posted their latest <a href="http://phpsec.org/projects/vulnerabilities/securityfocus.html">SecurityFocus summary</a> on their site today for April 11th, 2006.
<p>
Software mentioned in <a href="http://phpsec.org/projects/vulnerabilities/securityfocus345.html">this edition</a> includes:
<ul>
<li>PHPWebGallery
<li>JetPhoto
<li>PHPList
<li>ShopWeezle
<li>XBrite
<li>PHPKIT
</ul>
<p>
There are several more <a href="http://phpsec.org/projects/vulnerabilities/securityfocus345.html">mentioned</a> besides those above, so be sure to check out the full report to see if any scripts you use are effected.]]></description>
      <pubDate>Mon, 17 Apr 2006 07:05:21 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Site News: New PHPDeveloper.org Weekly Newsletter Offered]]></title>
      <guid>http://www.phpdeveloper.org/news/4714</guid>
      <link>http://www.phpdeveloper.org/news/4714</link>
      <description><![CDATA[Starting this week, PHPDeveloper.org is going to offer a new service to its readers. In conjunction with the daily news posting (and resulting feed), we are now going to proide our readers with a weekly newsletter - a summary of all of the stories that were posted.
<p>
Signup is quick and easy - simply head over to <a href="http://www.phpdeveloper.org/newsletter.php">our signup page</a> and enter your email address and submit the form. That's all it takes to get the latest weekly PHP news delivered to your mailbox.
<p>
And, of course, PHPDeveloper.org never shares any information it gets from its users with outside sources, so you can rest assured that your email address will not be shared or sold off to anyone.
<p>
So, if you'd like to recieve email summaries of all of the great news, views, and community happenings that you see here each week delivered right to your email, <a href="http://www.phpdeveloper.org/newsletter.php">head over and signup now</a>!]]></description>
      <pubDate>Mon, 23 Jan 2006 08:56:18 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Security Consortium: SecurityFocus Newsletters Posted (#328, #327, #320, #319)]]></title>
      <guid>http://www.phpdeveloper.org/news/4553</guid>
      <link>http://www.phpdeveloper.org/news/4553</link>
      <description><![CDATA[The <a href="http://www.phpsec.org">PHP Security Consortium</a> has published more SecurityFocus Newsletters today:
<ul>
<li><a href="http://phpsec.org/projects/vulnerabilities/securityfocus320.html">#320</a> - issues with phpMyAdmin, PHPWebSite, Complete PHP Counter, and Zeroblog
<li><a href="http://phpsec.org/projects/vulnerabilities/securityfocus319.html">#319</a> - issues with PHP-Fusion, MyBloggie, OSCommerce, and Utopia News
<li><a href="http://phpsec.org/projects/vulnerabilities/securityfocus327.html">#327</a> - issues with Drupal, PHPGreetz, PHPWordPress, NiceCoder iDesk, WebCalendar, and PHPAlbum (large list)
<li><a href="http://phpsec.org/projects/vulnerabilities/securityfocus328.html">#328</a> - issues with phpMyAdmin, Web4Future, PHPForumPro, Cars Portal Index, and MyBB
</ul>
<p>
As always, the items mentioned above are only a small taste of the contents of <a href="http://phpsec.org/projects/vulnerabilities/securityfocus.html">the newsletters</a>, so be sure to check them out <a href="http://phpsec.org/projects/vulnerabilities/securityfocus.html">in full</a> to see if one of your applications is listed...]]></description>
      <pubDate>Fri, 23 Dec 2005 07:50:55 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Security Consortium: SecurityFocus Newsletter #325 Posted]]></title>
      <guid>http://www.phpdeveloper.org/news/4391</guid>
      <link>http://www.phpdeveloper.org/news/4391</link>
      <description><![CDATA[The <a href="http://www.phpsec.org">PHP Security Consortium</a> has posted thier latest SecurityFocus summary today - <a href="http://phpsec.org/projects/vulnerabilities/securityfocus325.html">Issue #325</a>.
<p>
PHP Applications covered in <a href="http://phpsec.org/projects/vulnerabilities/securityfocus325.html">this issue</a> include: Horde, PHPNuke, Cyphor Show.PHP, PHPWCMS, Mambo, PHP Easy Download, Interspire ArticleLive NX, PHP-Fusion, and PHPMyFAQ. 
<p>
Of course, there are tons more that aren't listed here, so be sure to <a href="http://phpsec.org/projects/vulnerabilities/securityfocus325.html">head over</a> and check it out to be sure you and your applications are all safe...]]></description>
      <pubDate>Mon, 28 Nov 2005 06:26:42 -0600</pubDate>
    </item>
  </channel>
</rss>
