<?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>Sat, 25 May 2013 07:00:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Drive: Building a PHP Ad Tracker: Data Object Design and Coding]]></title>
      <guid>http://www.phpdeveloper.org/news/17518</guid>
      <link>http://www.phpdeveloper.org/news/17518</link>
      <description><![CDATA[<p>
Continuing on from <a href="http://phpdeveloper.org/news/17400">the first part</a> of their tutorial series about creating a simple ad tracker for your web application, Developer Drive is back with <a href="http://www.developerdrive.com/2012/02/php-ad-tracker-part-ii-data-object-design/">part two</a>, a more in-depth look at the actual object design and code.
</p>
<blockquote>
In our last PHP Ad Tracker lesson, we constructed the database tables for our ad banner application. Now we are ready to construct the data object that will hold the variables and functions that will display, add, edit and delete the data in those tables.
</blockquote>
<p>
They cover each of the variables they'll be using with a summary of what they're used for as well as the various functions to be defined and what they'll return. Following this, they get into the actual development - creating an "ads" class and defining the methods to get the current ad count, get the number of clients and pull the actual client/ad data.
</p>]]></description>
      <pubDate>Wed, 08 Feb 2012 12:57:54 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer Drive: Building a PHP Ad Tracker: Creating the Database Tables]]></title>
      <guid>http://www.phpdeveloper.org/news/17400</guid>
      <link>http://www.phpdeveloper.org/news/17400</link>
      <description><![CDATA[<p>
On Developer Drive today there's a new post (the first in a series) from <i>Gerald Hanks</i> about building an ad tracker in PHP. In <a href="http://www.developerdrive.com/2012/01/building-a-php-ad-tracker-creating-the-database-tables/">this first part</a> he sets up some of the background - the database that will hold the tracker information.
</p>
<blockquote>
Banner ads for services related to the web site owner's industry allow customers to view products that tie into the site owner's core business. In exchange, the web site owner can charge the banner ad owner for every impression (banner ad appearance) or click-through (when a user clicks the banner ad). In order to build a banner ad management system, we must first create the database tables that will hold the ad information, the client data and the activity schedule for each ad.
</blockquote>
<p>
He includes the SQL you'll need to create a few tables - the tracking table for the ads themselves (their metadata), the clients table to handle the groups wanting the ads and the activity table to track views and click-throughs.
</p>]]></description>
      <pubDate>Mon, 16 Jan 2012 12:48:30 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Smashing Magazine: 10 Useful RSS-Tricks and Hacks For WordPress]]></title>
      <guid>http://www.phpdeveloper.org/news/11495</guid>
      <link>http://www.phpdeveloper.org/news/11495</link>
      <description><![CDATA[<p>
Smashing Magazine has a few <a href="http://www.smashingmagazine.com/2008/12/02/10-useful-rss-hacks-for-wordpress/">helpful RSS tips and tricks</a> for WordPress users out there:
</p>
<blockquote>
Let's take a look at 10 useful, yet rather unknown RSS-tricks for WordPress. Each section of the article presents a problem, suggests a solution and provides you with an explanation of the solution, so that you can not just solve some of your RSS-related problems but also understand what you are actually doing.
</blockquote>
<p>Here's their list:</p>
<ul>
<li>Control When Your Posts are Available via RSS
<li>Redirecting WordPress Feeds to FeedBurner Feeds
<li>Insert Ads (or Anything Else) in Your RSS Feed
<li>Format Your Images for Feed Readers
<li>Provide Your Readers with a Feed for Each Post
<li>Exclude Categories from Your RSS Feed
<li>Display Any RSS Feed on Your WordPress Blog
<li>Use Category-Specific RSS Feeds
<li>List RSS Feeds by Category
<li>Get Rid of RSS Feeds the Clean Way
</ul>]]></description>
      <pubDate>Wed, 03 Dec 2008 10:28:41 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[ProfitPapers.com: PHPAdsNew and Google Adsense Integration]]></title>
      <guid>http://www.phpdeveloper.org/news/5151</guid>
      <link>http://www.phpdeveloper.org/news/5151</link>
      <description><![CDATA[<p>
Surf around the web for a while and you're sure to notice something similar about a lot of the pages out there - the Google Adsense ads. They've almost become something people expect on a site (well, except for the large commercial ones), and, utilized correctly, they can have a positive effect on your wallet. In <a href="http://www.profitpapers.com/dev/phpadsnew-and-google-adsense-integration.php">this new post</a> from <i>Miles Evans</i>, he lets us in on a secret of how to use phpAdsNew to work with his Google ads.
</p>
<quote>
<i>
Alright this is a powerful concept with very little effort on your part. I went over the open source PHPAdsNew in a previous <a href="http://www.profitpapers.com/reviews/phpadsnew-review.php">review</a> but I didn't really get into some of its slicker features, specifically when it comes to integration with your favorite contextual ad publishing system. In this tutorial I will go over how I use PHPAdsnew to help me create, track, test and dynamically rotate my Google Adsense ads.
</i>
</quote>
<p>
Once you've gotten phpAdsNew installed, you're only <a href="http://www.profitpapers.com/dev/phpadsnew-and-google-adsense-integration.php">nine steps</a> away from reaching a setup just like his. It makes use of the customization allowed of the HTML on the adsense ads to create custom rotating ads.
</p>]]></description>
      <pubDate>Tue, 11 Apr 2006 07:03:27 -0500</pubDate>
    </item>
  </channel>
</rss>
