<?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</title>
	<atom:link href="http://www.jackborn.com/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>Mon, 09 Jan 2012 20:10:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</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>23</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>14</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>38</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>53</slash:comments>
		</item>
		<item>
		<title>GoDaddy Promo Codes Not Required for Discount</title>
		<link>http://www.jackborn.com/marketing/godaddy-promo-codes-not-required-for-discount/</link>
		<comments>http://www.jackborn.com/marketing/godaddy-promo-codes-not-required-for-discount/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 15:47:29 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/marketing/godaddy-promo-codes-not-required-for-discount/</guid>
		<description><![CDATA[I&#8217;ll share a quick tip on how to cut your costs on GoDaddy by $2 to $3 every single time. I&#8217;ve been using this for a while and it saves me a ton of money. This is just one of 5 videos I&#8217;ve recently uploaded. Here&#8217;s where you can get the 5 video tutorials. Get [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ll share a quick tip on how to cut your costs on GoDaddy by $2 to $3 every single time. I&#8217;ve been using this for a while and it saves me a ton of money.</p>
<p>This is just one of 5 videos I&#8217;ve recently uploaded. Here&#8217;s where you can <a href="http://www.jackborn.com/5-free-videos/">get the 5 video tutorials.<br />
</a></p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/70IVJ_4Rotw"></param><embed src="http://www.youtube.com/v/70IVJ_4Rotw" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
<p><a href="http://www.jackborn.com/5-free-videos/">Get the rest of the website video tutorials</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/marketing/godaddy-promo-codes-not-required-for-discount/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 Sneak Peek Video</title>
		<link>http://www.jackborn.com/wordpress/wordpress-25-sneak-peek-video/</link>
		<comments>http://www.jackborn.com/wordpress/wordpress-25-sneak-peek-video/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 15:53:56 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/wordpress/wordpress-25-sneak-peek-video/</guid>
		<description><![CDATA[I&#8217;m looking forward to using the new multiple image upload feature that you can see in this sneak peek video for WordPress 2.5 Even though the release was promised a few days back it looks like it will be worth the wait. I&#8217;ve been reading up on a few of the new features and it [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m looking forward to using the new multiple image upload feature that you can see in this <a href="http://wordpress.org/development/2008/03/wordpress-25-rc2/trackback/">sneak peek video for WordPress 2.5</a></p>
<p>Even though the release was promised a few days back it looks like it will be worth the wait.</p>
<p>I&#8217;ve been reading up on a few of the new features and it sounds like a mixed bag.</p>
<p>Pros:</p>
<p>Less clutter<br />
Blogroll now named &#8216;Links&#8217; (WP moving towards a cms app)<br />
Media Manager<br />
Easier to see how many comments in moderation waiting to be approved</p>
<p>Cons:</p>
<p>New navigation will take some getting used to<br />
Widgets no longer drag and drop<br />
Lots of scrolling required in page and post editing to change options<br />
User management a bit more cumbersome</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/wordpress/wordpress-25-sneak-peek-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Marketing: Beyond Double Opt In Subscriber Lists</title>
		<link>http://www.jackborn.com/resources/email-marketing-beyond-double-opt-in-subscriber-lists/</link>
		<comments>http://www.jackborn.com/resources/email-marketing-beyond-double-opt-in-subscriber-lists/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 16:26:16 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/resources/email-marketing-beyond-double-opt-in-subscriber-lists/</guid>
		<description><![CDATA[I&#8217;m running through my checklist of things to do before taking my affiliate program live. I&#8217;ve set up my news and announcement list with Aweber and chose to make it double opt in. But I know from experience that getting a subscriber to double opt in is no guarantee that they&#8217;ll get to see my [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m running through my checklist of things to do before taking my affiliate program live. I&#8217;ve set up my news and announcement list with <a href="http://newaccounts.aweber.com/">Aweber </a>and chose to make it double opt in.</p>
<p>But I know from experience that getting a subscriber to double opt in is no guarantee that they&#8217;ll get to see my email messages. Aggressive anti spam filters often give off false positives and automatically junk emails that should be considered safe.<br />
<span id="more-27"></span><br />
There&#8217;s no silver bullet, but what I&#8217;ll do is provide my subscribers with instructions on how to &#8220;whitelist&#8221; my address so they&#8217;ll be more likely to receive my messages. I found a resource on the web that I want to share.</p>
<p><a href="http://www.cleanmymailbox.com/whitelist.html">http://www.cleanmymailbox.com/whitelist.html</a></p>
<p>This simple tool makes it very easy to create instructions for some very popular email services and spam screeners.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/resources/email-marketing-beyond-double-opt-in-subscriber-lists/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization Tweak in 30 Seconds</title>
		<link>http://www.jackborn.com/tools/the-30-second-search-engine-optimization-tweak/</link>
		<comments>http://www.jackborn.com/tools/the-30-second-search-engine-optimization-tweak/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 13:30:50 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/tools/the-30-second-search-engine-optimization-tweak/</guid>
		<description><![CDATA[Looking at my blog today, I realized that yesterday&#8217;s post about my Canonical Url Tool has a pretty lame headline and the only folks that will find it via Google will be uber nerds, like me, that know what a canonical url is already. So, this short post is to put it in proper perspective, [...]]]></description>
				<content:encoded><![CDATA[<p>Looking at my blog today, I realized that yesterday&#8217;s post about my <a href="http://www.jackborn.com/tools/canonical-url-tool/">Canonical Url Tool</a> has a pretty lame headline and the only folks that will find it via Google will be uber nerds, like me, that know what a canonical url is already.</p>
<p>So, this short post is to put it in proper perspective, slap a more effective headline on the topic,  and hopefully generate additional interest.</p>
<h3>The Problem</h3>
<p>Like any good blogger/webmaster you&#8217;ve been building up your backlinks. You&#8217;ve examined your internal linking. But looking at your server logs, you notice something odd:</p>
<p>Not all your backlinks are pointing to the same version of your home page.</p>
<p>For example:</p>
<ul>
<li>http://yoursite.com/</li>
<li>http://www.yoursite.com/</li>
<li>http://www.yoursite.com/index.php</li>
<li>http://yoursite.com/index.php</li>
</ul>
<p>You&#8217;re looking for every possible edge when it comes to <strong>search engine optimization</strong> and you&#8217;ve read that stupid Mr. Googlebot gets confused and doesn&#8217;t give you as much credit for those backlinks as if they all pointed to the exact same url.<br />
<span id="more-24"></span></p>
<h3>The 30 Second Search Engine Optimization Tweak</h3>
<p>Go over to my <a href="http://www.jackborn.com/tools/canonical-urls.php">Canoncial URL Tool</a></p>
<p>Type in the url of your website (http://www.yoursite.com)</p>
<p>You&#8217;ll get some &#8220;mod_rewrite&#8221; code that you copy and paste into a file in your root directory called .htaccess</p>
<p>Before you do, make sure you back up your .htaccess file or your whole site if you haven&#8217;t done so in a while</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/tools/the-30-second-search-engine-optimization-tweak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Canonical URL Tool</title>
		<link>http://www.jackborn.com/tools/canonical-url-tool/</link>
		<comments>http://www.jackborn.com/tools/canonical-url-tool/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 18:55:02 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.jackborn.com/tools/canonical-url-tool/</guid>
		<description><![CDATA[When I create a new website, one of the very first things I do is a simple trick with mod rewrite that let&#8217;s me tweak the site for better search engine optimization. This tool I&#8217;ve created makes it easy to set it up so that Your website url will always have &#8220;www&#8221; in front of [...]]]></description>
				<content:encoded><![CDATA[<p>When I create a new website, one of the very first things I do is a simple trick with mod rewrite that let&#8217;s me tweak the site for better search engine optimization.</p>
<p>This tool I&#8217;ve created makes it easy to set it up so that</p>
<ol>
<li>Your website url will always have &#8220;www&#8221; in front of it</li>
<li>Links with index.php or index.html will be rewritten so that the index is removed and the trailing slash is used</li>
</ol>
<p><span id="more-23"></span><br />
Some SEO gurus believe that this gives yours site an extra little bump by not being penalized for duplicate content. In short, you want all of your incoming links to a certain page on your site to appear to all target the same page.</p>
<p>There&#8217;s evidence to indicate that Google sees the following urls differently:</p>
<ul>
<li>http://yoursite.com</li>
<li>http://www.yoursite.com</li>
<li>http://www.yoursite.com/index.php</li>
</ul>
<p>This tool requires you to have a web server running Apache and access to mod_rewrite.</p>
<p>All you do is enter your domain, hit the button, and you get some code you can copy and paste into your .htaccess directory (at the end) and you&#8217;re good to go.</p>
<p>As with any changes to your .htaccess file, make sure you do a backup before you upload the changes.</p>
<p><a href="http://www.jackborn.com/tools/canonical-urls.php">Canonical URL Tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jackborn.com/tools/canonical-url-tool/feed/</wfw:commentRss>
		<slash:comments>4</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>2</slash:comments>
		</item>
	</channel>
</rss>
