<?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>Project Paradox &#187; Building a Better Website</title>
	<atom:link href="http://www.projectparadox.com/category/web-design/feed" rel="self" type="application/rss+xml" />
	<link>http://www.projectparadox.com</link>
	<description></description>
	<lastBuildDate>Fri, 04 Sep 2009 04:00:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web Development Article on Read/Write Web</title>
		<link>http://www.projectparadox.com/web-design/web-development/web-development-article-on-readwrite-web.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/web-development-article-on-readwrite-web.php#comments</comments>
		<pubDate>Mon, 17 Dec 2007 11:30:23 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/web-development-article-on-readwrite-web.php</guid>
		<description><![CDATA[For those who don&#8217;t know, in addition to writing for this blog, I also blog professionally elsewhere.  One of my most recent articles on the 10 Most Marketable Web Development Skills actually appeared on Read/Write Web, a popular web technology blog with over 150,000 subscribers.
Of course, with so many eyes, criticisms were to be [...]]]></description>
			<content:encoded><![CDATA[<p>For those who don&#8217;t know, in addition to writing for this blog, I also blog professionally elsewhere.  One of my most recent articles on the <a href="http://www.readwriteweb.com/archives/10_most_marketable_web_development_skills.php" target="_blank">10 Most Marketable Web Development Skills</a> actually appeared on Read/Write Web, a popular web technology blog with over 150,000 subscribers.</p>
<p>Of course, with so many eyes, criticisms were to be expected.  First and foremost, the article shouldn&#8217;t have been numbered; many of the readers interpreted it as an attempt to rank the web development skills against one another, when in fact they were listed in alphabetical order.  Thankfully, I got the editor to correct this and note the ordering.</p>
<p>As for the list itself, surprisingly few people disagreed.  This came as a bit of a shock, considering the list was about 25% research and 75% professional experience.  The only noteworthy exception was that many felt ASP should have been replaced by ColdFusion.  If I could go back and make that change now, I would, but I&#8217;m not about to compromise the integrity of the article after it&#8217;s already been published, discussed, and Dugg.</p>
<p>All in all, I&#8217;m happy with how the article faired.  It&#8217;s definitely earned a prominent place in my writing portfolio.  If you haven&#8217;t read it yet, you can catch it over on <a href="http://www.readwriteweb.com/archives/10_most_marketable_web_development_skills.php" target="_blank">Read/Write Web</a>.  It stands as a pretty good guide to marketable web development skills.  Just substitute ASP for ColdFusion and you&#8217;ll be on the right track. <img src='http://www.projectparadox.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/web-development-article-on-readwrite-web.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple PHP Math Captcha</title>
		<link>http://www.projectparadox.com/web-design/web-development/simple-php-math-captcha.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/simple-php-math-captcha.php#comments</comments>
		<pubDate>Fri, 07 Dec 2007 11:30:11 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/simple-php-math-captcha.php</guid>
		<description><![CDATA[I can&#8217;t profess much expertise with cryptography, but I hate form spammers as much as the next guy.  That&#8217;s why I designed this simple math captcha in PHP.  Just include the input code in your form and the output code in your form processor.  A new form field will appear asking submitters [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t profess much expertise with cryptography, but I hate form spammers as much as the next guy.  That&#8217;s why I designed this <a href="http://www.projectparadox.com/wp-content/uploads/2007/11/math-captcha.zip">simple math captcha</a> in PHP.  Just include the input code in your form and the output code in your form processor.  A new form field will appear asking submitters to solve an easy text-based math problem (e.g., &#8220;Two plus seven?&#8221; or &#8220;Sixteen divided by eight?&#8221;).  If that problem is answered incorrectly, or the form is more than an hour old, the submission will be denied as invalid.</p>
<p><center><!--adsense--></center></p>
<p>Note that this script is designed to block simple spambots.  A dedicated human spammer or a more sophisticated bot will still be able to bypass it.  If you&#8217;re looking for something more robust, I recommend giving <a href="http://recaptcha.net/" target="_blank">reCAPTCHA</a> a try.  Of course, I&#8217;m also happy to improve the script for anyone who cares to offer constructive feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/simple-php-math-captcha.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Photo Editing with Picnik</title>
		<link>http://www.projectparadox.com/web-design/web-development/online-photo-editing-with-picnik.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/online-photo-editing-with-picnik.php#comments</comments>
		<pubDate>Tue, 27 Nov 2007 11:30:29 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/online-photo-editing-with-picnik.php</guid>
		<description><![CDATA[I&#8217;ll admit it; I still use the old installation of PhotoShop that I got from my webmaster job in college.  To be honest, it&#8217;s hard not to.  Unless you&#8217;re stuck in the dark ages of text- or graphic-only websites, good web design requires photo editing from time to time.

Of course, there&#8217;s no way [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll admit it; I still use the old installation of PhotoShop that I got from my webmaster job in college.  To be honest, it&#8217;s hard not to.  Unless you&#8217;re stuck in the dark ages of text- or graphic-only websites, good web design requires photo editing from time to time.</p>
<p><center><!--adsense--></center></p>
<p>Of course, there&#8217;s no way for me to get PhotoShop from my old computer to my new one short of swapping hard drives (or shelling out the money for a new version).  I won&#8217;t be mourning the loss of it, though.  Thanks to this whole &#8220;Web 2.0&#8243; thing people keep talking about, there are plenty of free, online photo editing alternatives that can get the job done just as effectively.</p>
<p>Take <a href="http://www.picnik.com/" target="_blank">Picnik</a>, for example.  Instead of a software suite that costs $100s and gives you a ton of functionality that you&#8217;ll never use, Picnik is a free, browser-based program that offers the short selection of features that most of us actually care about.  You can crop, resize, rotate, adjust brightness and contrast, etc.  No, it&#8217;s not PhotoShop, but without installation or a price tag, I know I&#8217;m sold. <img src='http://www.projectparadox.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/online-photo-editing-with-picnik.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Pre-Parse a PHP Include</title>
		<link>http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php#comments</comments>
		<pubDate>Sat, 17 Nov 2007 11:30:33 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php</guid>
		<description><![CDATA[I&#8217;ve been coding in PHP for more than five years now and I&#8217;m still learning new tricks.  A novel problem the other day led me to learn how to pre-parse a PHP file prior to inclusion.

Here was my problem.  My friend Adam asked me to write some code to include recent post lists [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been coding in PHP for more than five years now and I&#8217;m still learning new tricks.  A novel problem the other day led me to learn how to pre-parse a PHP file prior to inclusion.</p>
<p><center><!--adsense--></center></p>
<p>Here was my problem.  My friend <a href="http://www.adamschultz.com/">Adam</a> asked me to write some code to include recent post lists outside of WordPress on a client&#8217;s site.  For those who know a thing or two about WordPress, this wouldn&#8217;t normally be an issue; just use the following two lines of code and you&#8217;re all set to make use of built-in WordPress functions:</p>
<pre>&lt;?php
define('WP_USE_THEMES', false);
require_once('/path/to/wp-blog-header.php');
?&gt;</pre>
<p>Unfortunately, the site he wanted me to do this on used Smarty templates.  Now, I&#8217;ve heard good things about Smarty, but I know less than jack about using it.  After spinning my wheels for awhile, I finally discovered that I couldn&#8217;t include WordPress in Smarty templates without generating fatal errors.</p>
<p>As you might have guessed from the title of this post, my solution to this was to separate the WordPress code into an external PHP file and include it as pre-parsed output.  To do this, simply set allow&#095;url&#095;fopen to true (either in php.ini or through the ini_set() function).  Then, include the output file using its http path rather than its file path.  Here&#8217;s the code I used:</p>
<pre>&lt;?php
ini_set('allow_url_fopen', 1);
echo file_get_contents('http://www.domain.com/path/to/file.php');
?&gt;</pre>
<p>The result is that you get the raw output of the file without the code, completely separating it from the normal flow of execution.  It becomes more like reading a text file.  In my case, it allowed me to create dynamic WordPress post lists from within an active Smarty template file.  I don&#8217;t know about you, but I&#8217;ll be filing that one under &#8220;handy tricks&#8221; in my PHP handbook. <img src='http://www.projectparadox.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/how-to-pre-parse-a-php-include.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Most Web Professionals Blog</title>
		<link>http://www.projectparadox.com/web-design/web-development/most-web-professionals-blog.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/most-web-professionals-blog.php#comments</comments>
		<pubDate>Wed, 07 Nov 2007 11:30:57 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/most-web-professionals-blog.php</guid>
		<description><![CDATA[If you work on the web, chances are good that you have a blog or personal website, that it&#8217;s been around for awhile, and that it hasn&#8217;t done much for your career.  A recent survey of nearly 33,000 web professionals over at A List Apart (via Daniel) yielded these interesting statistics:

Overall, almost three out [...]]]></description>
			<content:encoded><![CDATA[<p>If you work on the web, chances are good that you have a blog or personal website, that it&#8217;s been around for awhile, and that it hasn&#8217;t done much for your career.  A recent survey of nearly 33,000 web professionals over at <a href="http://www.alistapart.com/articles/2007surveyresults">A List Apart</a> (via <a href="http://www.dailyblogtips.com/reader-tips-21-october-2007/">Daniel</a>) yielded these interesting statistics:</p>
<ul>
<li>Overall, almost three out of four (72.7%) web professionals reported having a blog.</li>
<li>Almost half (49.6%) have had a blog for three years or more.</li>
<li>Surprisingly, the number of web professionals with blogs showed little or no variation between different genders and salary ranges.</li>
<li>Web professionals younger than 40 were slightly more likely to blog than those over 40.</li>
<li>Web professionals in creative fields (e.g., writing and design) were slightly more likely to blog than those in technical fields (e.g., development and project management).</li>
</ul>
<p>Perhaps the most interesting finding was the lack of difference in blogging between web professionals of different salaries.  This implies that a personal blog or website is not necessary for professional success, and may in fact do little to help advance your career.  Of course, this flies in the face of what most of us web pros hope our blogs might accomplish.  Considering the lack of causality, I&#8217;d say further research is needed to determine whether or not blogging is a useful career advancement strategy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/most-web-professionals-blog.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve Your Resume in One Simple Step</title>
		<link>http://www.projectparadox.com/web-design/web-development/improve-your-resume-in-one-simple-step.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/improve-your-resume-in-one-simple-step.php#comments</comments>
		<pubDate>Sun, 28 Oct 2007 11:30:49 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/improve-your-resume-in-one-simple-step.php</guid>
		<description><![CDATA[We&#8217;ve been in hiring mode at work, lately, looking for CSS developers, content managers, and so forth.  Interestingly enough, the same problem keeps cropping up with almost every resume, one that makes the difference between the call list and the circular filing bin next to my desk.

No matter what profession you&#8217;re in, a resume [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been in hiring mode at work, lately, looking for CSS developers, content managers, and so forth.  Interestingly enough, the same problem keeps cropping up with almost every resume, one that makes the difference between the call list and the circular filing bin next to my desk.</p>
<p><center><!--adsense--></center></p>
<p>No matter what profession you&#8217;re in, a resume accomplishes the same thing:  It says what you can do.  That&#8217;s it.  From a hiring perspective, however, that really isn&#8217;t enough.  You can say what you&#8217;re capable of, but a potential employer will never know until they&#8217;ve seen it for themselves.</p>
<p><strong>You have to show them what you can do.</strong>  If you&#8217;re applying to be a copywriter, include some samples of your writing.  If you&#8217;re applying for a developer position, attach samples of your code.  If you&#8217;re interested in design work, show me your portfolio.</p>
<p>This tip actually comes from my experience on both sides of the fence.  I never got so many compliments from interviewers and employers as I did when I started including six pages of code with my resume.  In retrospect, that simple action played a major role in landing me my last two jobs.  If only the applications we received had something to that effect, it would make choosing candidates infinitely simpler.</p>
<p>Just put yourself in the shoes of Human Resources and you&#8217;ll understand why.  Resumes can be fraudulent.  People often joke about &#8220;creative exaggerations&#8221; and outright lies on resumes.  As they say, talk is cheap.  On the other hand, a solid example of your work is much easier to trust.</p>
<p>So remember, when you&#8217;re a web professional looking for work, don&#8217;t just tell potential employers that you&#8217;re the right person for the job; prove it by showing them what you can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/improve-your-resume-in-one-simple-step.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ride the Wave</title>
		<link>http://www.projectparadox.com/web-design/web-development/ride-the-wave.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/ride-the-wave.php#comments</comments>
		<pubDate>Thu, 18 Oct 2007 11:30:05 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/ride-the-wave.php</guid>
		<description><![CDATA[Very few bloggers have a perfectly consistent writing schedule.  For most, writing may be easy one day and difficult the next.  Considering the importance of posting frequency, however, good bloggers don&#8217;t just write enough when they&#8217;re in the zone; they ride the wave.

It&#8217;s not difficult to tell when you&#8217;re &#8220;on a wave.&#8221;  [...]]]></description>
			<content:encoded><![CDATA[<p>Very few bloggers have a perfectly consistent writing schedule.  For most, writing may be easy one day and difficult the next.  Considering the importance of posting frequency, however, good bloggers don&#8217;t just write enough when they&#8217;re in the zone; they ride the wave.</p>
<p><center><!--adsense--></center></p>
<p>It&#8217;s not difficult to tell when you&#8217;re &#8220;on a wave.&#8221;  Writing one post will take you little or no effort, and you&#8217;ll often feel inspired to write more.  When this happens, the important thing is that you <strong>don&#8217;t fight it</strong>.  Keep writing as long as the feeling lasts.  Here are a few ways to keep going after you&#8217;ve filled your normal quota.</p>
<ul>
<li><strong>Build a cushion of emergency posts.</strong>  It&#8217;s possible to develop a &#8220;cushion&#8221; by writing several time-independent posts in case of a blogging emergency.  That way, your blog is protected from occasional periods of inactivity.<br />&nbsp;</li>
<li><strong>Post ahead of schedule.</strong>  With advance posting, you can get ahead of your normal posting schedule.  Similar to a cushion, this allows your posting frequency to remain consistent despite delays.  The only difference is that, instead saving the posts for a rainy day, you set them up to post automatically so your blog can fly on auto-pilot for a few days.  Ideally, you can use this time to write even more posts and stay well ahead of schedule.<br />&nbsp;</li>
<li><strong>Compose a series.</strong>  Many of the best series posts are written all in one sitting, so a wave is the perfect opportunity to write one.  You can write one long post and break it up afterward, or write the whole series in sections.  By doing it all at once, your series will flow very well from one post to the next.</li>
</ul>
<p>Exactly how you ride the wave doesn&#8217;t matter as much as riding it in the first place.  By taking advantage of these upswings, you can maintain a consistent post frequency in spite of occasional downturns.  Done correctly, your audience won&#8217;t even be able to tell the difference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/ride-the-wave.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Review of Google AdSense, Pros and Cons</title>
		<link>http://www.projectparadox.com/web-design/web-development/my-review-of-google-adsense-pros-and-cons.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/my-review-of-google-adsense-pros-and-cons.php#comments</comments>
		<pubDate>Sat, 01 Sep 2007 11:30:50 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/my-review-of-google-adsense-pros-and-cons.php</guid>
		<description><![CDATA[I&#8217;ve been running Google AdSense on my site for a few years now.  In that time, I&#8217;ve managed to earn almost $800.  I wouldn&#8217;t describe the system as ideal, but I&#8217;d say I&#8217;m happy with the results so far.  Here is my review of AdSense as a whole for those who are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been running Google AdSense on my site for a few years now.  In that time, I&#8217;ve managed to earn almost $800.  I wouldn&#8217;t describe the system as ideal, but I&#8217;d say I&#8217;m happy with the results so far.  Here is my review of AdSense as a whole for those who are considering it for their websites.</p>
<h2>Pros of Google AdSense</h2>
<ul>
<li><b>Reputation.</b>  AdSense is often listed among the best ways to monetize a website.  Google is a well-known and trustworthy brand, so there&#8217;s no need to be concerned over offensive ads, network outages, or missed payoffs.  It&#8217;s also because of its reputation that Google has an extensive advertiser network, so they can serve up well-targetted ads for almost any subject.<br />&nbsp;</li>
<li><b>Contextual targetting.</b>  Other advertising programs like Chitika or Commission Junction require you to hand-pick your ads.  The AdSense system customizes ads to your page automatically.  This is a real convenience that frees up your time for other website activities.<br />&nbsp;</li>
<li><b>Customizability.</b>  AdSense can be tailored to almost any website.  You can create ads in multiple sizes and tailor the colors to match your site as you see fit.<br />&nbsp;</li>
<li><b>Tracking.</b>  AdSense provides extensive click tracking for its affiliates.  You can also set up custom channels to track ads by individual type or site.  For the performance optimizing gurus out there, AdSense sets the bar.<br />&nbsp;</li>
</ul>
<h2>Cons of Google AdSense</h2>
<ul>
<li><b>Contextual targetting.</b>  You may have noticed that this is listed as a pro as well.  It&#8217;s also a con because it&#8217;s driven by an algorithm and can often fail to produce well-targetted ads.  For example, I&#8217;ve made several posts over on the <a href="http://projectparadox.f2o.org/gaming/world-of-warcraft">World of Warcraft section</a> of Project Paradox concerning <a href="http://projectparadox.f2o.org/gaming/world-of-warcraft/warlock-spells.php">spells for the game&#8217;s warlock class</a>, to which AdSense has repeatedly served up psychic adviser and new age occultism ads.  Any human being who read the article would know that these ads are inappropriate, but AdSense has difficulty telling the difference.  It&#8217;s possible to curb this to a certain extent by filtering out specific ads, but it gets tedious very quickly.<br />&nbsp;</li>
<li><b>High minimum payoff.</b>  If you do some shopping around, you&#8217;ll notice that the minimum payoff of most advertising programs is $25 or perhaps $50 at the most.  AdSense&#8217;s minimum payoff is $100.  For a small website owner, it can take months to earn that much.  Case in point, it took Project Paradox a year and a half to achieve its first payoff.<br />&nbsp;</li>
<li><b>Protracted payoff schedule.</b>  This is somewhat related to the minimum payoff problem.  Whenever you get a payoff, it takes about a month and a half for the check to reach your hand.  This isn&#8217;t a big problem if you&#8217;re earning more than $100 every month, but it&#8217;s just an added wait for those who don&#8217;t.<br />&nbsp;</li>
<li><b>Ad whoring.</b>  An old coworker once said that putting AdSense on my site made me look like an &#8220;advertising whore.&#8221;  There really isn&#8217;t any avoiding this, since you have to place ads in obvious locations if users are ever going to click on them.  This may turn some users off to your site.  It&#8217;s just the price you have to pay for monetization.<br />&nbsp;</li>
<li><b>Unpredictable topic worth.</b>  Unless you&#8217;re very clever, there&#8217;s no simple way of determining how much advertisements for a particular topic will be worth.  And while the industry has some general guidelines for high-paying topics, there are lots of variables that Google keeps hidden.  When using AdSense, you can expect your returns to be unpredictable on a page-by-page basis.<br />&nbsp;</li>
</ul>
<p>There are certainly other pros and cons of AdSense, but those are the big ones.  Despite a few hitches, I&#8217;d highly recommend it for anyone looking to make a few bucks off their website.  If you&#8217;re interested, you can use the link below to learn more and sign up.</p>
<p><center><!--adsense#AdSense_Referral--></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/my-review-of-google-adsense-pros-and-cons.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Affiliates Are Leeches</title>
		<link>http://www.projectparadox.com/web-design/website-promotion/affiliates-are-leeches.php</link>
		<comments>http://www.projectparadox.com/web-design/website-promotion/affiliates-are-leeches.php#comments</comments>
		<pubDate>Wed, 22 Aug 2007 11:30:09 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Website Promotion]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/website-promotion/affiliates-are-leeches.php</guid>
		<description><![CDATA[With the help of my friend Adam, my company has been starting a lot of new marketing initiatives.  I won&#8217;t go into details, but a lot of it involves affiliate marketing.  The whole ordeal has given me a grim understanding of how the affiliate mind works and why the field has such a [...]]]></description>
			<content:encoded><![CDATA[<p>With the help of my friend <a href="http://www.adamschultz.com/" target="_blank">Adam</a>, my company has been starting a lot of new marketing initiatives.  I won&#8217;t go into details, but a lot of it involves affiliate marketing.  The whole ordeal has given me a grim understanding of how the affiliate mind works and why the field has such a bad reputation.</p>
<p><center><!--adsense--></center></p>
<p>Here is my epiphany: <strong>Affiliates are leeches</strong>.  In any affiliate relationship, you should always assume that the other party is trying to cheat you, period.  This is the only way to be safe and keep your costs from inflating.</p>
<p>What do I mean by &#8220;leeches&#8221;?  Quite simply, affiliates will try everything to draw more money out of you than you should actually be paying them.  If they get paid for impressions, they&#8217;ll inflate their numbers with bots.  If they get paid for clicks, they&#8217;ll send fraudulent traffic.  If they get paid for actions, they&#8217;ll submit spam.  In any instance, they&#8217;ll try to deliver valueless marketing to increase your payout.</p>
<p>Like leeches, of course, you&#8217;ll never notice they&#8217;re doing it unless you&#8217;re vigilant.  The only way to avoid the problem is to double- and triple-check what they&#8217;re doing.  I often find myself saying, &#8220;90% of marketing is tracking,&#8221; and it&#8217;s especially true of affiliate marketing.  Trust nothing an affiliate sends you until its value is confirmed.  If given the choice, only pay out for marketing that produces results.  Any affiliate that seems too good to be true probably is, so trust no one.</p>
<p>Granted, there are legitimate affiliates out there.  Heck, I&#8217;m one of them.  I look forward to a long and profitable relationship with Google AdSense and Text Link Ads because I don&#8217;t try to cheat them.  Bear in mind, though, that I&#8217;m in the minority; I wouldn&#8217;t advise anyone to count on more than 5% of their affiliates being honest.</p>
<p>The advice bears repeating.  If you&#8217;re using affiliate marketing to promote your website, be it through paid search like Google AdWords, third party affiliates like Commission Junction, in-house affiliate contracts, or whatever, beware.  You&#8217;re swimming with leeches, and if you don&#8217;t check what they&#8217;re doing, they&#8217;ll suck you dry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/website-promotion/affiliates-are-leeches.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Domain Name Research Tool</title>
		<link>http://www.projectparadox.com/web-design/web-development/domain-name-research-tool.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/domain-name-research-tool.php#comments</comments>
		<pubDate>Sun, 12 Aug 2007 11:30:33 +0000</pubDate>
		<dc:creator>Stephen Ward</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.projectparadox.com/web-design/web-development/domain-name-research-tool.php</guid>
		<description><![CDATA[Building a website involves a lot of preliminary work.  Before you begin, you need a goal, a strategy for how the website will achieve that goal, and an understanding of the hurtles it will need to jump to get there.  Choosing the right domain name is important to each of these steps.  [...]]]></description>
			<content:encoded><![CDATA[<p>Building a website involves a lot of preliminary work.  Before you begin, you need a goal, a strategy for how the website will achieve that goal, and an understanding of the hurtles it will need to jump to get there.  Choosing the right domain name is important to each of these steps.  Will the site need to rank well in organic search?  Will users need to remember the domain name?  Will they need to type it in?  Is your domain name of choice already taken by potential competitors?  These are just a few questions to consider when performing domain name research.</p>
<p><center><!--adsense--></center></p>
<p>Of course, brainstorming domain names and performing manual whois lookups can be frustrating and eat up valuable time.  Instead of doing everything by hand, just head over to <a href="http://www.bustaname.com/" target="_blank">Bust a Name</a> and plug in the keywords you&#8217;re considering for your domain.  The tool will automatically combine keywords with root-level domains and check their availability.  It&#8217;s a great way to save your time for other important activities, like design and deployment. <img src='http://www.projectparadox.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/domain-name-research-tool.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
