<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Website tutorials and tools &#187; Affiliate Marketing</title>
	<atom:link href="http://www.jackborn.com/category/affiliate-marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jackborn.com</link>
	<description>Jack Born&#039;s website for website marketing tutorials and tools</description>
	<lastBuildDate>Fri, 27 Feb 2009 15:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Post Affiliate Pro Cookie Problem</title>
		<link>http://www.jackborn.com/affiliate-marketing/post-affiliate-pro-cookie-problem/</link>
		<comments>http://www.jackborn.com/affiliate-marketing/post-affiliate-pro-cookie-problem/#comments</comments>
		<pubDate>Thu, 15 May 2008 18:42:12 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/affiliate-marketing/post-affiliate-pro-cookie-problem/</guid>
		<description><![CDATA[Earlier this year I was doing a very involved project integrating Post Affiliate Pro and Modern Bill when I came across a problem&#8230; Cookies were disappearing. And if affiliates aren&#8217;t making sales&#8230; they&#8217;re going to move on to a competitor that has the services and the tracking systems in place to monetize that traffic. Luckily, [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.jackborn.com/wpress/wp-content/uploads/2008/05/cookie_problem-sm.gif' alt='Post Affiliate Pro Cookie Problem' /></p>
<p>Earlier this year I was doing a very involved project integrating <a href="http://www.jackborn.com/recommends/postaffiliatepro.php">Post Affiliate Pro</a> and Modern Bill when I came across a problem&#8230;</p>
<p>Cookies were disappearing.</p>
<p>And if affiliates aren&#8217;t making sales&#8230; they&#8217;re going to move on to a competitor that has the services and the tracking systems in place to monetize that traffic.</p>
<p>Luckily, I&#8217;d come across this before when writing my own PHP apps. You see, if you don&#8217;t know what you&#8217;re doing when you&#8217;re setting a cookie, chances are that you&#8217;re not going to get your desired end result.<span id="more-61"></span></p>
<p>Unless you take necessary steps&#8230; most cookies will not work across these three kinds of urls:</p>
<ul>
<li>http://yoursite.com</li>
<li>http://www.yoursite.com</li>
<li>http://subdomain.yoursite.com</li>
</ul>
<p>Here&#8217;s a 6 minute video that explains this phenomenon and shows you a quick demonstration.</p>
<p><a href='http://www.jackborn.com/movies/pap_cookie_mov.php' target="_blank"><img src='http://www.jackborn.com/wpress/wp-content/uploads/2008/05/cookie_problem_movie.gif' alt='Post Affiliate Pro Cookie Problem movie' /></a></p>
<p>My client was using a subdomain for promotion and their root domain for taking the orders via Modern Bill.</p>
<p>I had to go into the <a href="http://www.jackborn.com/recommends/postaffiliatepro.php">Post Affiliate Pro</a> code, find where the cookie was being set, and rewrite some of the code.</p>
<h3>How I Solve This for My Own Post Affiliate Pro Installs</h3>
<p>I like to keep things as easy and simple as possible. Hacking the internal code of Post Affiliate Pro has a major drawback in that updating a server with a newer version will overwrite the change&#8230; and then you&#8217;re back in the same spot, often without realizing what you&#8217;ve undone.</p>
<p>So what I like to do is to force the server to serve up only web pages with www in the url. This means I don&#8217;t have to tamper with the cookies&#8230; they&#8217;ll always be set for the correct domain&#8230; the only one that&#8217;s possible.</p>
<p>It&#8217;s very rare that one of my clients sets up their install on a subdomain. So this technique is really handy.</p>
<p>But it requires that your web hosting company run Linux on the server with mod_rewrite turned on. I&#8217;ve created a push button tool and step by step video in my members only section for folks that purchase Post Affiliate Pro through my affiliate link:</p>
<p><a href="http://www.qualityunit.com/postaffiliatepro/?a_aid=fcf486da">Affiliate Link for Bonuses</a></p>
<p>But let me go ahead and show you how to do this. Here&#8217;s what you need to add to your .htaccess file:</p>
<p><code><br />
# force www.<br />
RewriteEngine on<br />
RewriteCond %{HTTP_HOST} !^www.yoursite.com$<br />
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301]<br />
</code></p>
<p>Just replace yoursite.com with your actual domain.</p>
<p>A word of warning&#8230; backup your site and your existing .htaccess file if you have one. Tinkering with .htaccess is a bit like doing brain surgery on your website. One little goof can have far reaching effects.</p>
<h3>That&#8217;s A Lot More About Post Affiliate Pro</h3>
<p>It seems like more and more I&#8217;m doing custom installs for clients that would rather pay me to do it &#8220;right&#8221; than give them 2 hours worth of information on how I do it.</p>
<p>But if you&#8217;re keeping costs down, here&#8217;s something you should see.</p>
<p><a href='http://www.jackborn.com/wpress/wp-content/uploads/2008/05/papvideolist-may-2008.gif' title='Post Affiliate Pro Bonuses' target="_blank"><img src='http://www.jackborn.com/wpress/wp-content/uploads/2008/05/papvideolist-may-2008.thumbnail.gif' alt='Post Affiliate Pro Bonuses' /></a></p>
<p>Click the picture graphic above and you&#8217;ll get a larger image of my Post Affiliate Pro members only section where I have over 2 hours of video, 8 downloads, and more.</p>
<p>If you decide to purchase Post Affiliate Pro, you should strongly consider buying through my link:</p>
<p><a href="http://www.qualityunit.com/postaffiliatepro/?a_aid=fcf486da">Use this link to get the bonuses</a></p>
<p>And then you can send your purchase information to me here:</p>
<p><a href="http://www.jackborn.com/pap/bonuses.php">Post Affiliate Pro Bonuses</a></p>
<p>After I verify the order you get an email from me with your own login for the members only section where you&#8217;ll find the movies tutorials and downloads.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/affiliate-marketing/post-affiliate-pro-cookie-problem/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Confusion Over Affiliate Software</title>
		<link>http://www.jackborn.com/affiliate-marketing/confusion-over-affiliate-software/</link>
		<comments>http://www.jackborn.com/affiliate-marketing/confusion-over-affiliate-software/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 13:32:40 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/affiliate-marketing/confusion-over-affiliate-software/</guid>
		<description><![CDATA[Over the past week or so I&#8217;ve received plenty of emails wondering if I&#8217;m changing my mind all of a sudden and now recommending Idev Affiliate. [the post that sparked the emails is here] The answer is no. I haven&#8217;t done the review yet. I haven&#8217;t even installed the software. My plan is to install [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.jackborn.com/wpress/wp-content/uploads/2008/04/switchingtoidev.jpg' alt='Idev Affiliate' /></p>
<p>Over the past week or so I&#8217;ve received plenty of emails wondering if I&#8217;m changing my mind all of a sudden and now recommending <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a>.</p>
<p>[the post that sparked the emails is <a href="http://www.jackborn.com/affiliate-marketing/idev-affiliate-gets-a-second-look/">here</a>]</p>
<p>The answer is no.</p>
<p>I haven&#8217;t done the review yet. I haven&#8217;t even installed the software.</p>
<p>My plan is to install the software, take notes, make slides, record videos and give my analysis as I move through the process&#8230; and then sum it all up at the end.</p>
<p>Here&#8217;s what I expect to find:<span id="more-59"></span></p>
<ol>
<li>For some marketers, <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a> is the way to go</li>
<li>For others it will be <a href="http://www.jackborn.com/recommends/postaffiliatepro.php">Post Affiliate Pro</a></li>
</ol>
<p>If you&#8217;re looking for a <em>clear road map</em> to make the decision easy&#8230; to help you decide which solution is <strong>right for you</strong>&#8230; then stay tuned. </p>
<p>That&#8217;s what you&#8217;re going to get.</p>
<p>For example, I already know from my discussion with Jim, the maker of Idev Affiliate, that there are some features that <a href="http://www.jackborn.com/recommends/postaffiliatepro.php">Post Affiliate Pro</a> has that Idev doesn&#8217;t&#8230; and probably never will. Jim doesn&#8217;t want to go that route.</p>
<p>And I respect that.</p>
<p>But Jim and his team aren&#8217;t selling broken glass in a paper bag&#8230; <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a> is mature and it&#8217;s well supported.</p>
<p>So once I install the software and go through my notes, I&#8217;ll distill it all down and take the guesswork out of making your decision.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/affiliate-marketing/confusion-over-affiliate-software/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Idev Affiliate Gets a Second Look</title>
		<link>http://www.jackborn.com/affiliate-marketing/idev-affiliate-gets-a-second-look/</link>
		<comments>http://www.jackborn.com/affiliate-marketing/idev-affiliate-gets-a-second-look/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 20:35:30 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/affiliate-marketing/idev-affiliate-gets-a-second-look/</guid>
		<description><![CDATA[A few months back I got a voice mail message from the creator of Idev Affiliate, Jim Webster. He believed that some of my comments about Post Affiliate Pro versus Idev Affiliate didn&#8217;t add up and he wanted to know where I got some of my information. [here's my review of Post Affiliate Pro] So [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jackborn.com/recommends/idevaffiliate.php"><img src='http://www.jackborn.com/wpress/wp-content/uploads/2008/04/idevaffiliate_image_sm.jpg' alt='Idev Affiliate' /></a></p>
<p>A few months back I got a voice mail message from the creator of <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a>, Jim Webster. He believed that some of my comments about Post Affiliate Pro versus <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a> didn&#8217;t add up and he wanted to know where I got some of my information.</p>
<p>[here's my review of <a href="http://www.jackborn.com/my-review-of-post-affiliate-pro/">Post Affiliate Pro</a>]</p>
<p>So we played phone tag and email tag for a bit until we could finally talk on the phone for an hour or two. And I learned a lot&#8230; </p>
<p><span id="more-56"></span><br />
<h3>Did I get it wrong?</h3>
<p>The simple fact of the matter is that when I first decided to set up an affiliate system many years ago, the first company that stood out in my research was <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a>. I did my research, and purchased the software.</p>
<p>But at the time I had a specific need that even Jim himself told me (by support ticket) that Idev couldn&#8217;t fulfill.</p>
<p>At that point I then purchased <a href="http://www.jackborn.com/recommends/postaffiliatepro.php">Post Affiliate Pro</a> and haven&#8217;t looked back&#8230;</p>
<p>Until now.</p>
<p>Jim gave me a clear picture of who his target merchant is and where his product shines. And honestly, I think <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a> is the most well known name in the category for two reasons:</p>
<ol>
<li>His product was the first (or one of the first)</li>
<li>It&#8217;s high quality</li>
</ol>
<h3>Flip Flop?</h3>
<p>Before you call me John &#8220;Flip Flop&#8221; Kerry, let me say that I asked Jim some very specific questions and there are some key places where <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a> does not shine. And from what Jim tells me, he&#8217;s okay with that. His product is for a certain type of vendor&#8230; and I may not be one of them.</p>
<p>But there are some very high profile merchants using <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a> so it&#8217;s worth a second look. Plus, I&#8217;ve come across some things about Post Affiliate Pro that I don&#8217;t like, and I think it&#8217;s time to give them both a fresh look.</p>
<p>During the phone we agreed that I&#8217;d take a look at the very latest and greatest version of Idev Affiliate and see where things stand&#8230; and that I&#8217;d update my site with my revised thoughts on Idev vs. Post Affiliate Pro.</p>
<p>That&#8217;s <em>exactly </em>what I&#8217;m going to do.</p>
<h3>Why You Should Pay Attention</h3>
<p>If you&#8217;re a merchant then the thought of only paying for successful sales (and paying 30 days after you bank the money) has always been attractive. But with click costs of Adwords, Yahoo and MSN going up with no end in sight, it&#8217;s getting more attractive as traffic costs rise.</p>
<p>You have basically three choices:</p>
<ol>
<li>Do nothing and look for other ways to grow your profits</li>
<li>Join a third party network (CJ, Clickbank, Linkshare, etc)</li>
<li>Get your own affiliate network</li>
</ol>
<p>Option 1 is not for you if you want to grow your business and keep a handle on costs.</p>
<p>Option 2 has limitations and problems, especially the high price of CJ and other high profile networks.</p>
<p>If you go with option 3, as I did, then you&#8217;ll likely realize that there are two main players: <a href="http://www.jackborn.com/recommends/idevaffiliate.php">Idev Affiliate</a> and <a href="http://www.jackborn.com/recommends/postaffiliatepro.php">Post Affiliate Pro</a>.</p>
<p>At the end of this, I probably won&#8217;t be able to say there&#8217;s one clear winner for everyone. It&#8217;s probably going to depend on your business model and what you value most (service, ease of use, etc).</p>
<p>Update: I&#8217;m launching a new site in 2nd quarter of 2009 dedicated to answering questions for online merchants looking for guidance on a spectrum of topics, including &#8220;What affiliate software is best for me.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/affiliate-marketing/idev-affiliate-gets-a-second-look/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Post Affiliate Pro Tutorials</title>
		<link>http://www.jackborn.com/affiliate-marketing/post-affiliate-pro-tutorials/</link>
		<comments>http://www.jackborn.com/affiliate-marketing/post-affiliate-pro-tutorials/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:18:28 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/marketing/post-affiliate-pro-tutorials/</guid>
		<description><![CDATA[I&#8217;ve just updated a ton of new videos and resources for Post Affiliate Pro. I&#8217;m finalizing the password protected section of my site and uploading the videos to my server. Over the past several months I&#8217;ve discovered even better ways to install Post Affiliate Pro to make it easier to attract your own affiliates. Here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated a ton of new videos and resources for <a href="http://www.jackborn.com/recommends/postaffiliatepro.php?p=wpp" target="_blank">Post Affiliate Pro</a>.  </p>
<p>I&#8217;m finalizing the password protected section of my site and uploading the videos to my server. Over the past several months I&#8217;ve discovered even better ways to install <a href="http://www.jackborn.com/recommends/postaffiliatepro.php?p=wpp">Post Affiliate Pro</a> to make it easier to attract your own affiliates.</p>
<p>Here&#8217;s a very small taste of what my clients get when they purchase <a href="http://www.jackborn.com/recommends/postaffiliatepro.php?p=wpp" target="_blank">Post Affiliate Pro</a> through my affiliate link:</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/GJtlHcHh2Eg"></param> <embed src="http://www.youtube.com/v/GJtlHcHh2Eg" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
<p>More videos will be coming soon. I&#8217;ll upload the short clips to YouTube and then post longer ones here. </p>
<p>Right now I offer</p>
<ul>
<li>20 online videos each about 6 minutes long</li>
<li>Custom PHP code as shown in the videos</li>
<li>Custom HTML templates I created (two of them)</li>
<li>Custom email templates for use with <a href="http://www.jackborn.com/recommends/postaffiliatepro.php?p=wpp">Post Affiliate Pro</a></li>
<li>Full PDF of my slide presentation seen in the videos</li>
<li>Discount off my video review of your website (optional, separate service costs extra)</li>
</ul>
<p>It doesn&#8217;t cost anything extra&#8230; </p>
<h3>Post Affiliate Pro Bonuses</h3>
<p>Step 1: <a href="http://www.jackborn.com/recommends/postaffiliatepro.php?p=wpp">Click this link</a></p>
<p>Step 2: Buy Post Affiliate Pro</p>
<p>Step 3: <a href="http://www.jackborn.com/pap/bonuses.php">Send me your information here</a> and once I verify your order I&#8217;ll give you a login for all the good stuff</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/affiliate-marketing/post-affiliate-pro-tutorials/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>1Shopping Cart Affiliate Program Problems</title>
		<link>http://www.jackborn.com/affiliate-marketing/1shopping-cart-affiliate-program-problems/</link>
		<comments>http://www.jackborn.com/affiliate-marketing/1shopping-cart-affiliate-program-problems/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 16:06:28 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/affiliate-marketing/1shopping-cart-affiliate-program-problems/</guid>
		<description><![CDATA[I&#8217;ve seen numerous posts and articles lately about affiliate tracking issues in the hosted ecommerce and affiliate service 1shoppingcart.com and I have a solution. Basically, the problem was/is that the new affiliate tracking system 1shoppingcart.com switched to is losing track of some of the affiliate information, and as a result, affiliates are losing money they [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen numerous posts and articles lately about <a href="http://www.entrepreneurs-journey.com/tag/1shoppingcart-problems/">affiliate</a> <a href="http://moneyclicking.net/index.php/archives/2007/03/15/problem-with-1shoppingcartcom-affiliate-tracking/">tracking</a> <a href="http://www.imnewswatch.com/archives/2007/03/problem_with_1s.html?visitFrom=1">issues</a> in the hosted ecommerce and affiliate service <a href="http://1shoppingcart.com" onclick="window.location='/goto.php?prod=1shop';return false;">1shoppingcart.com</a> and I have a solution.</p>
<p>Basically, the problem was/is that the new affiliate tracking system <a href="http://1shoppingcart.com" onclick="window.location='/goto.php?prod=1shop';return false;">1shoppingcart.com</a> switched to is losing track of some of the affiliate information, and as a result, affiliates are losing money they should be entitled to.</p>
<p>Nothing angers an affiliate marketer more than pulling off a successful promotion only to have problems getting credit for the sales.</p>
<p>If you use <a href="http://1shoppingcart.com" onclick="window.location='/goto.php?prod=1shop';return false;">1shoppingcart.com</a>, you&#8217;re not going to like my solution, but here it is:<br />
<span id="more-22"></span></p>
<ol>
<li>Research several commercially available software packages</li>
<li>Pick the best one</li>
<li>Install it on your own server
</li>
<li>Configure it to work across multiple websites, for multiple products
</li>
<li>That&#8217;s it.
</li>
</ol>
<p>As simple as I made that sound, it&#8217;s actually much more difficult &#8211; but the rewards can be huge.</p>
<p>The difficult part about the process is:</p>
<ul>
<li>Researching the products takes time</li>
<li>Most software available to run your affiliate system will limit your options, not increase them</li>
<li>Most software won&#8217;t work for multiple products across multiple websites</li>
<li>Configuring the software correctly can be confusing</li>
</ul>
<p>I&#8217;ve put together a video program that will soon be available on DVD that shortcuts the entire process, eliminates the time consuming research, makes installation a breeze, and shows you exactly how to configure the software to work across multiple domains and products.</p>
<p>I&#8217;m currently compiling the avi&#8217;s so I can create the DVD&#8217;s.  Once I get the first DVD printed and I review it, I&#8217;ll run a 48 hour sale. Right now, I&#8217;m thinking $10 or so plus shipping. That could change, but it&#8217;s going to be a steep discount off the full price.</p>
<p>If you want to be on the notification list, subscribe to my RSS feed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/affiliate-marketing/1shopping-cart-affiliate-program-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Affiliate Software Review</title>
		<link>http://www.jackborn.com/affiliate-marketing/affiliate-software-review/</link>
		<comments>http://www.jackborn.com/affiliate-marketing/affiliate-software-review/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 20:43:52 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/marketing/affiliate-software-review/</guid>
		<description><![CDATA[With one of my products, Ultimate Form Mail, going gang busters, I have decided to finally launch an affiliate program. This affiliate program is going to be very generous, and I&#8217;m going to put a lot of time into developing tools and tutorials to help my affiliates succeed. A few things occurred to me as [...]]]></description>
			<content:encoded><![CDATA[<p>With one of my products, <a href="http://www.ultimateformmail.com">Ultimate Form Mail</a>, going gang busters, I have decided to finally launch an affiliate program. This affiliate program is going to be very generous, and I&#8217;m going to put a lot of time into developing tools and tutorials to help my affiliates succeed.</p>
<p>A few things occurred to me as I was planning the install:</p>
<ol>
<li>I&#8217;ve done a lot of research on different affiliate software and systems</li>
<li>Installing any of these software products isn&#8217;t easy</li>
<li>I have a lot of technical programming tips and tricks that anyone setting up an affiliate system to promote products would want to know</li>
</ol>
<p>So, in a future post I&#8217;ll be announcing a 48 hour sale on the product I&#8217;ve created that&#8217;s a brain dump of everything I can show you about creating your own affiliate system (using commercially available software, and which one to use) so you don&#8217;t have to pay monthly fees to someone else (like <a href="http://1shoppingcart.com" onclick="window.location='/goto.php?prod=1shop';return false;">1shoppingcart.com</a>).</p>
<p>Part of the package is a collection of templates, html, and programming code that I created for my own system. I&#8217;ll give these to you so you can plug them into your own system, or modify them to meet your needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/affiliate-marketing/affiliate-software-review/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
