<?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; Web Development</title>
	<atom:link href="http://www.projectparadox.com/category/web-design/web-development/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>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>
		<item>
		<title>How to Get the Best Deal on Blog Hosting</title>
		<link>http://www.projectparadox.com/web-design/web-development/how-to-get-the-best-deal-on-blog-hosting.php</link>
		<comments>http://www.projectparadox.com/web-design/web-development/how-to-get-the-best-deal-on-blog-hosting.php#comments</comments>
		<pubDate>Tue, 31 Jul 2007 16:54: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/how-to-get-the-best-deal-on-blog-hosting.php</guid>
		<description><![CDATA[If you&#8217;re serious about blogging, you need your own web hosting.  Period.  You can get by on free services like Blogger or Wordpress.com if you want, but, sooner or later, you&#8217;ll suffer from your lack of control.  You site may go down and you&#8217;ll have no recourse but to pick up the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re serious about blogging, you need your own web hosting.  Period.  You can get by on free services like Blogger or Wordpress.com if you want, but, sooner or later, you&#8217;ll suffer from your lack of control.  You site may go down and you&#8217;ll have no recourse but to pick up the pieces and start over somewhere else.</p>
<p>Unfortunately, web hosting is a cut-throat business.  For every halfway decent host, there are a hundred lousy ones that are only interested in ripping you off (trust me, I used to work for one).  Here are a few tips to keep in mind when looking for the best deal.</p>
<ol>
<li><strong>Know your needs.</strong>  If you plan on running a Wordpress blog, for example, you&#8217;ll need a MySQL database and a server that can run PHP.  Other considerations include storage and bandwidth capacity.  Most hosts offer much more than the bare minimum, but it&#8217;s good to know exactly what you need before they try to sell you something you don&#8217;t.<br />&nbsp;</li>
<li><strong>Shop around.</strong>  If you find a hosting package that offers decent value, chances are good that there&#8217;s another one out there that offers more.  Keep looking to get a feel for the market so you can be confident in your final choice.  If they&#8217;re asking more than $7 or $8 a month for general hosting, you can definitely do better.<br />&nbsp;</li>
<li><strong>Check their reputation.</strong>  Any host that&#8217;s been around awhile will have a few negative comments, but you can usually tell the really bad ones by sheer volume.  Type the host&#8217;s name into Google along with &#8220;complaints&#8221; or &#8220;reviews&#8221; and read the first page or two of results.  Pay particular attention to trends.  Do people consistently mention lousy customer support?  Is there a lot of downtime?  If you hear the same complaint from several independent sources, it&#8217;s probably legitimate.<br />&nbsp;</li>
<li><strong>Prepay for a lower rate.</strong>  Much like buying in bulk, you can often pay more up front to pay less in the long run.  Considering that the most successful blogs are several years old, it&#8217;s well worth the investment.<br />&nbsp;</li>
<li><strong>Find specials to get a better deal.</strong>  Ideally, you want to find a good deal without resorting to limited time offers.  Once you&#8217;ve found a good deal, though, there&#8217;s nothing wrong with making it even better with coupons and promo codes.<br />&nbsp;</li>
<li><strong>Bundle your domain name registration.</strong>  This is a popular add-on that can easily save you a few bucks if you don&#8217;t already own your domain.  If a potential host doesn&#8217;t offer free domain registration, be sure to add at least $9/year to their best price for a true comparison.  If they do offer domain registration, make sure that you retain ownership of the domain in case you decide to cancel later.<br />&nbsp;</li>
<li><strong>Don&#8217;t bother with other options unless they&#8217;re free.</strong>  Once you have a domain name, sufficient web space and bandwidth, and the necessary management tools, everything else is gravy.  Only get add-ons to your hosting service if they&#8217;re free or you&#8217;re absolutely sure you need them.  Like impulse buys in line at the grocery store, they&#8217;re mostly there to milk you for more money.</li>
</ol>
<p>It&#8217;s worth noting that I followed this process myself when I had to move my website.  I eventually decided on a two-year prepaid hosting account with free domain registration through <a href="http://www.bluehost.com/track/projecy5/blog-hosting-post">Bluehost</a>.  Altogether, I paid $166.80 ($6.95/month) and have been very pleased with their service thus far.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.projectparadox.com/web-design/web-development/how-to-get-the-best-deal-on-blog-hosting.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
