<?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, 23 May 2013 18:33:53 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: PHP Newsletter Announced - PHP Weekly]]></title>
      <guid>http://www.phpdeveloper.org/news/18814</guid>
      <link>http://www.phpdeveloper.org/news/18814</link>
      <description><![CDATA[<p>
<i>Wes Mason</i> has started up another project to provide you with a weekly dose of curated PHP content direct to your mailbox - the <a href="http://phpweekly.info/">PHP Weekly Newsletter</a>:
</p>
<blockquote>
[The newsletter is a] curated weekly injection of hot PHP links for your inbox, including the latest articles of interest, videos from talks and tutorials, new projects and of course the latest news in PHP language and platform development. I promise to try to keep links fresh, comments relevant and the hate out of sight.
</blockquote>
<p>
The first edition of the news letter will be coming out in about a week (on December 6th), so if you'd like to sign up, head over to the <a href="http://phpweekly.info/">main site</a> for the project and enter your address. 
</p>]]></description>
      <pubDate>Wed, 28 Nov 2012 10:34:19 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Use jQuery to Build a Newsletter Subscription Popup with a MySQL/PHP Backend]]></title>
      <guid>http://www.phpdeveloper.org/news/15783</guid>
      <link>http://www.phpdeveloper.org/news/15783</link>
      <description><![CDATA[<p>
On PHPBuilder.com today <i>Jason Gilmore</i> has a new tutorial posted showing how to combine PHP, MySQL and a jQuery interface to <a href="http://www.phpbuilder.com/columns/jquery-newsletter-subscription-popup/Jason_Gilmore01192011.php3">create a newsletter subscription popup</a> for your site that doesn't interfere with the flow of the site.
</p>
<blockquote>
More recently, websites have taken a more aggressive approach in terms of inviting visitors to subscribe to a newsletter or consider some other special offer. The approach involves displaying a popup window the very first time a visitor navigates to the website. The visitor has the option of either responding to the offer or providing his e-mail address by interacting with the popup, or can choose to close the popup at which point it won't reappear for a (hopefully) significant period of time.
</blockquote>
<p>
He uses two jQuery plugins - <a href="http://www.ericmmartin.com/projects/simplemodal/">simplemodal</a> and <a href="https://github.com/carhartl/jquery-cookie">jquery-cookie</a> to do some of the heavy lifting on the frontend. Full HTML, CSS and Javascript code are provided to make the interface work. There's no backend code for the PHP/MySQL integration, but it's a pretty simple form so it shouldn't be overly difficult.
</p>]]></description>
      <pubDate>Fri, 21 Jan 2011 09:17:27 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: CodeIgniter From Scratch: Day 4 - Newsletter Signup]]></title>
      <guid>http://www.phpdeveloper.org/news/13036</guid>
      <link>http://www.phpdeveloper.org/news/13036</link>
      <description><![CDATA[<p>
NETTUTS.com has posted <a href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-4-newsletter-signup/">the next part</a> in their "CodeIgniter From Scratch" series today adding on more functionality to include the ability to signup for a newsletter about updates to the site.
</p>
<blockquote>
Continuing on from <a href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-3/">Day 3</a>, we'll expand our little application into a simple newsletter signup form. This will allow us to taker a closer look at both the email and the form_validation classes. Learn it all in this 30 minute screencast.
</blockquote>
<p>
The tutorial is all in the screencast, but you can <a href="http://nettuts.s3.amazonaws.com/380_ci_one/ci_day4.zip">download the code</a> to keep up on your own as well. There's also links to parts <a href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-1/">one</a>, <a href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-2/">two</a> and <a href="http://net.tutsplus.com/videos/screencasts/codeigniter-from-scratch-day-3/">three</a> to get you caught up.
</p>
]]></description>
      <pubDate>Thu, 13 Aug 2009 07:58:52 -0500</pubDate>
    </item>
    <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>
  </channel>
</rss>
