<?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>Affiliate Marketing Blog &#124; How to Earn Money Online - Earners Blog &#187; Web Development</title>
	<atom:link href="http://www.earnersblog.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.earnersblog.com</link>
	<description></description>
	<lastBuildDate>Sun, 30 Oct 2011 23:48:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>VPS Optimization Guide</title>
		<link>http://www.earnersblog.com/vps-optimization-guide/</link>
		<comments>http://www.earnersblog.com/vps-optimization-guide/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 20:00:05 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.earnersblog.com/?p=599</guid>
		<description><![CDATA[When you get to the level where you start needing VPS&#8217; (Virtual Private Servers) it&#8217;s important to understand how they work &#38; how you can get the most out of them...]]></description>
			<content:encoded><![CDATA[<p>When you get to the level where you start needing VPS&#8217; (Virtual Private Servers) it&#8217;s important to understand how they work &amp; how you can get the most out of them. Poorly set up servers can cause you all sorts of problems like Downtime, Slow MYSQL or not withstanding the <a href="http://www.earnersblog.com/digproof-your-wordpress/">force of something like Digg</a>.</p>
<p>This article will cover everything you need to do to ensure that your VPS is performing as fast as possible, which mostly focuses on optimizing your memory usage. Please ensure you make backups of your existing my.cnf &#038; httpd.conf we will not be held responsible for any problems.</p>
<p>What you will need to action this guide:</p>
<ol>
<li>Your server specs (most importantly Guaranteed RAM &amp; Burst RAM)</li>
<li>Access to your Web Host Support for installation of</li>
<li>Root access to your VPS via SSH</li>
<li>FTP Access to your server</li>
<li>A brief knowledge of an editior (i.e. VI) if not I&#8217;ll provide the commands you need to know</li>
<li>How to restart mysql &amp; apache in your server operating environment</li>
<li>Access to WHM</li>
</ol>
<p><strong>Viewing your PHPinfo</strong></p>
<p>Create a file called phpinfo.php &amp; include the follow in it:</p>
<p>[coolcode]<?php phpinfo();<br />
?>[/coolcode]</p>
<p>Navigate to that file on your server i.e. http://www.yourserver.com/phpinfo.php, you should see something like this:</p>
<p style="text-align: center;"><img class="size-full wp-image-606 aligncenter" title="PHPInfo" src="http://www.earnersblog.com/wp-content/uploads/2008/12/phpinfo.png" alt="PHPInfo" width="420" height="516" /></p>
<p>What you need to ask your host to do:</p>
<ol>
<li>Ensure that you have the <a title="PHP Version" href="http://www.php.net/downloads.php" target="_blank">latest PHP version</a> (currently 5.28)</li>
<li>Make sure that PHP is compiled with the latest version of <a title="Zend Optimizer" href="http://www.zend.com/en/downloads/" target="_blank">Zend Optimizer</a>, <a title="Eaccelerator" href="http://eaccelerator.net/" target="_blank">Eaccelerator</a> &amp; <a title="ioncube Accelerator" href="http://www.php-accelerator.co.uk/" target="_blank">Ioncube Accelerator</a>.</li>
<li>Ensure that you have the <a title="Download Latest Apache Version" href="http://httpd.apache.org/download.cgi" target="_blank">latest apache version</a> (currently 2.0.63)</li>
</ol>
<p><strong>Viewing your current resource usage</strong></p>
<p>Log in via SSH, I normally use the <a title="Putty Client" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">Putty client</a> for this.</p>
<p>Commands:</p>
<p><strong>top</strong>: your current server load &amp; resource usage.<br />
<strong>ps aux</strong>: all your processes &amp; which ones are using the most memory/cpu<br />
<strong>free -m</strong>: allocated memory, usage &amp; free memory</p>
<p style="text-align: center;"><img class="size-full wp-image-607 aligncenter" title="Top Command SSH" src="http://www.earnersblog.com/wp-content/uploads/2008/12/mytop.png" alt="Top Command SSH" width="420" height="209" /></p>
<p>If you use the top command you can get an overview of the load on the server &amp; memory usage. You can see in the screenshot above my VPS has a load of 0.02 during the last 1minute, 5 minutes &amp; 10 minutes.</p>
<p>No-one really knows what the ideal &#8220;load average&#8221; should be but my general rule is that anything over below 1 is good &amp; above 1 is average. Above 3 &amp; you may start to notice performance issues.</p>
<p>With memory usage you should ideally have 100MB or so free (if not more), you really need that buffer for large traffic spikes. If you&#8217;re coming close to your allocated memory usage then any allocated burst ram will kick in. On my server I have no burst ram, just guaranteed which means I don&#8217;t have that buffer, but my system is more stable (as everyone on the VPS can make use of the burst ram).</p>
<p><strong>Removing &amp; Tweaking Unnecessary Services</strong></p>
<p>There&#8217;s a number of services that you can remove or tweak to increase performance. To remove any of these services log into WHM &amp; go to Service Configuration &gt; Service Manager or Cpanel &gt; Plugins in the left menu.</p>
<p><strong>Clamd: </strong>This is a virus scanning service, it uses up a ton of memory do generally I&#8217;ll remove it.</p>
<p><strong>Entropy Chat: </strong>Disable this.</p>
<p><strong>Spamd: </strong>This uses a lot of processes &amp; memory. You shouldn&#8217;t remove this, instead we can tweak it. Go to Cpanel &gt; Plugins &amp; install spamdconf, once done go to the bottom of WHM &amp; click on Setup Spamd Startup Configuration. Change the maximum children to 1 or 2. This will stop spamd spawning too many child processes.</p>
<p><strong>Cpanel Tweak Settings</strong></p>
<p>In WHM under Server Configuration &gt; Tweak Settings:</p>
<ol>
<li>Make sure default catch-all mail address is set to FAIL, this will use the least CPU time.</li>
<li>Untick Mailman, this is a resource hog.</li>
<li>Change the number of minutes between mail server queues to 180</li>
<li>Uncheck Analog Stats, I also usually uncheck Webalizer.</li>
<li>Make sure you tick delete each domains access logs after run, otherwise you&#8217;ll start using heaps of Disk Space.</li>
</ol>
<p><strong>Mysql Optimisation</strong></p>
<p>You can edit your mysql configuration (/etc/my.cnf) by typing vi /etc/my.cnf</p>
<p>In order to add something in vi you need to hit insert, once completed hit esc then :wq to save &amp; quit. If you want to save without quitting type :q!</p>
<p>There&#8217;s a few important variables that we&#8217;re going to tweak:</p>
<ol>
<li>max_connections</li>
<li> wait_timeout</li>
<li> thread_cache_size</li>
<li> table_cache</li>
<li>key_buffer_size</li>
<li>query_cache_size</li>
<li>tmp_table_size</li>
</ol>
<p>Via ssh you can type &#8216;mysqladmin variables&#8217; to see their current values &amp; you can also see a refreshed processlist by using the command &#8216;mysqladmin –i10 processlist extended-status&#8217;.</p>
<p>The settings below should work well for a server with 512MB Guaranteed RAM (also leaving you enough free for traffic spikes), if you have burstable then you can probably look at increasing the number of max_connections to 400 &amp; possibly the key_buffer to 64M:</p>
<p>[coolcode]<br />
[mysqld]<br />
max_connections = 300<br />
key_buffer = 32M<br />
myisam_sort_buffer_size = 32M<br />
join_buffer_size = 1M<br />
read_buffer_size = 1M<br />
sort_buffer_size = 2M<br />
table_cache = 4000<br />
thread_cache_size = 286<br />
interactive_timeout = 25<br />
wait_timeout = 7000<br />
connect_timeout = 10<br />
max_allowed_packet = 16M<br />
max_connect_errors = 10<br />
query_cache_limit = 2M<br />
query_cache_size = 12M<br />
query_cache_type = 1<br />
tmp_table_size = 16M<br />
skip-innodb<br />
[mysqld_safe]<br />
open_files_limit = 8192<br />
[mysqldump]<br />
quick<br />
max_allowed_packet = 16M<br />
[myisamchk]<br />
key_buffer = 64M<br />
sort_buffer = 64M<br />
read_buffer = 16M<br />
write_buffer = 16M<br />
[mysqlhotcopy]<br />
interactive-timeout[/coolcode]</p>
<p><strong>Apache Optimisation</strong></p>
<p>Apache settings are located in httpd.conf, you can use &#8216;locate httpd.conf&#8217; or &#8216;whereis httpd.conf&#8217; to find it.</p>
<p>Optimal settings for apache should look something like this, I like to keep the min &amp; start servers slightly lower to stop too many child processes spawning &amp; using memory:</p>
<p>[coolcode]<br />
KeepAlive On<br />
MaxKeepAliveRequests 100<br />
KeepAliveTimeout 1<br />
MinSpareServers 5<br />
MaxSpareServers 10<br />
StartServers 5<br />
MaxClients 150<br />
MaxRequestsPerChild 1000[/coolcode]</p>
<p><strong>Restarting Mysql &amp; Apache</strong></p>
<p>Once you&#8217;re done you&#8217;ll want to restart mysql &amp; apache. You can do this via the command line or via WHM.</p>
<p>Restart Mysql: /etc/init.d/mysql restart (if mysql doesn&#8217;t restart consider commenting out skip-innodb in my.cnf)<br />
Restart Apache: /etc/init.d/httpd restart</p>
<p>These commands may vary depending on what your server is running.</p>
<p><strong>Monitoring Changes</strong></p>
<p>Use the &#8216;top&#8217; command, &#8216;free &#8211; m&#8217; &amp; &#8216;ps aux&#8217; to get an idea of how the server is responding. Pay attention to how much RAM you have left &amp; also how much CPU Mysql &amp; Apache is using. You may need to leave Mysql running for 24-48 hours to get a true picture here.</p>
<p>Thinking about upgrading to a VPS but not sure who to choose, let us help you with our <a href="http://www.earnersblog.com/hosts/list/vps-hosting/">VPS Web Hosting Reviews</a>, tailored specifically for Affiliate Marketers or check out some <a href="http://storecrowd.com/coupons/vps">VPS Coupons</a> also check out <a href="http://photonvps.couponzor.com/">PhotonVPS</a></p>
<p>[coolcode]top &#8211; 19:56:30 up 27 days,  4:11,  1 user,  load average: 0.04, 0.07, 0.09<br />
Mem:    524288k total,   386432k used,   137856k free,        0k buffers[/coolcode]</p>
<p>---<br />Related Articles at Affiliate Marketing Blog | How to Earn Money Online - Earners Blog:<ul><li><a href="http://www.earnersblog.com/seobook/" rel="bookmark" title="Permanent Link: Seo Book Review, Search Engine Optimization Book">Seo Book Review, Search Engine Optimization Book</a></li><li><a href="http://www.earnersblog.com/digproof-your-wordpress/" rel="bookmark" title="Permanent Link: Diggproof &#038; Speed up Your WordPress Blog">Diggproof &#038; Speed up Your WordPress Blog</a></li><li><a href="http://www.earnersblog.com/ebay-ditches-commission-junction/" rel="bookmark" title="Permanent Link: Ebay ditches Commission Junction">Ebay ditches Commission Junction</a></li><li><a href="http://www.earnersblog.com/seo-blogs-dont-make-money/" rel="bookmark" title="Permanent Link: SEO Blogs Don&#8217;t Make Money">SEO Blogs Don&#8217;t Make Money</a></li><li><a href="http://www.earnersblog.com/yahoo-site-explorer/" rel="bookmark" title="Permanent Link: Link Building Guide Part 1 &#8211; Thank You Mr Yahoo">Link Building Guide Part 1 &#8211; Thank You Mr Yahoo</a></li></ul></p><br /><p>Get <a href="http://storecrowd.com">Coupons</a>, <a href="http://storecrowd.com/deals">Deals</a> &amp; <a href="http://storecrowd.com/reviews">Reviews</a> for your favourite online stores at StoreCrowd</p>]]></content:encoded>
			<wfw:commentRss>http://www.earnersblog.com/vps-optimization-guide/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Hostican = Hotness</title>
		<link>http://www.earnersblog.com/hostican/</link>
		<comments>http://www.earnersblog.com/hostican/#comments</comments>
		<pubDate>Tue, 15 May 2007 04:08:37 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.earnersblog.com/hostican/</guid>
		<description><![CDATA[A question I get asked quite often is which Web Host I recommend...]]></description>
			<content:encoded><![CDATA[<p>A question I get asked quite often is which Web Host I recommend. Normally I&#8217;d recommend Dreamhost since you can use the <a href="http://www.earnersblog.com/dreamhost-promo-97-discount/" title="Dreamhost $97 Promo Coupon" target="_blank">$97 Promo Coupon</a> however I came across a hosting company today that literally <strong>blew me away</strong>.</p>
<p>They&#8217;re called <a href="http://www.earnersblog.com/url/hostican.php"target="_new"rel="nofollow"title="Hostican" >Hostican</a> &amp; they currently offer for $10.95/month:</p>
<ol>
<li>500GB Space</li>
<li>UNLIMITED BANDWIDTH (Handy for <a href="http://www.earnersblog.com/easy-adsense-money/" title="Making Easy Adsense Money" target="_blank">this post</a>)</li>
<li>Free Domain for life</li>
</ol>
<p>Now if that&#8217;s not a good deal for anyone experimenting with Affiliate Marketing or making money online in general I don&#8217;t know what is. Hostican will also buy out your old contract &amp; move all your files.</p>
<p>I&#8217;m planning on moving all my dreamhost domains over to these guys asap as I&#8217;m eating up a tonne of bandwidth.</p>
<p><strong>Affiliate Program</strong></p>
<p>They also have a rad affiliate program that pays out between $70-$90 per verified sale. And with deals like this currently running you should have no problem pushing these guys.</p>
<p align="center"><a href="http://www.earnersblog.com/url/hostican.php" title="Hostican" target="_blank">Sign up Here</a></p>
<p>---<br />Related Articles at Affiliate Marketing Blog | How to Earn Money Online - Earners Blog:<ul><li><a href="http://www.earnersblog.com/personalised-comment-email/" rel="bookmark" title="Permanent Link: Make your Comments more Personal">Make your Comments more Personal</a></li><li><a href="http://www.earnersblog.com/2nd-tier/" rel="bookmark" title="Permanent Link: The Dark Side of Affiliate Marketing: Cashing in on the 2nd Tier">The Dark Side of Affiliate Marketing: Cashing in on the 2nd Tier</a></li><li><a href="http://www.earnersblog.com/starting-affiliate-marketing/" rel="bookmark" title="Permanent Link: Starting your Affiliate Marketing Engine">Starting your Affiliate Marketing Engine</a></li><li><a href="http://www.earnersblog.com/dominate-ebay-affiliate-program/" rel="bookmark" title="Permanent Link: Dominate the Ebay Affiliate Program: $0 &#8211; $155 with 1 Website">Dominate the Ebay Affiliate Program: $0 &#8211; $155 with 1 Website</a></li></ul></p><br /><p>Get <a href="http://storecrowd.com">Coupons</a>, <a href="http://storecrowd.com/deals">Deals</a> &amp; <a href="http://storecrowd.com/reviews">Reviews</a> for your favourite online stores at StoreCrowd</p>]]></content:encoded>
			<wfw:commentRss>http://www.earnersblog.com/hostican/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>Diggproof &amp; Speed up Your WordPress Blog</title>
		<link>http://www.earnersblog.com/digproof-your-wordpress/</link>
		<comments>http://www.earnersblog.com/digproof-your-wordpress/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 04:59:22 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.earnersblog.com/blog-seo/digproof-your-wordpress/</guid>
		<description><![CDATA[With more &#38; more blogs getting exposure on social news sites it&#8217;s not uncommon that you&#8217;ve experienced the wrath of the &#8220;Digg Effect&#8221; or been Slashdotted...]]></description>
			<content:encoded><![CDATA[<p>With more &amp; more blogs getting exposure on social news sites it&#8217;s not uncommon that you&#8217;ve experienced the wrath of the &#8220;Digg Effect&#8221; or been Slashdotted. It&#8217;s not fun, especially if you&#8217;ve got other sites hosted on the same server. So I decided to do a bit of research into the ways you can protect this from happening to your WordPress Blog.</p>
<p>The main problem lies with the WordPress Caching however there are also some simple server tweaks that you can apply to help streamline things even further.</p>
<p>I must admit I&#8217;ve applied a few of these tweaks to this blog but I&#8217;ve always known that my content isn&#8217;t overly &#8220;diggable&#8221; what with it being about SEO &amp; Affiliate Marketing :p But regardless you should see a nice reduction in server load &amp; mysql queries.</p>
<p><a title="Upgrade to WordPress 2.1" href="http://wordpress.org/download/" target="_blank"><strong>Upgrade to WordPress 2.7</strong></a></p>
<p>WordPress 2.1 contains a lot of performance upgrades over previous versions. It contains much more efficient database code as all of the queries were carefully examined by some stop Mysql programmers before the release.</p>
<p><strong>Install the <a title="WP Super Cache" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super Cache Plugin</a></strong></p>
<p>WP-Cache 2.10 will cache a physical copy of each post into a specified folder on your server. Since WordPress usually serves content dynamically it has to query mysql everytime it goes to load a post. If you get dugg you&#8217;ll end up with an insane amount of mysql queries that your server won&#8217;t be able to handle. Since this plugin creates a static copy of the page on the server you&#8217;re not actually loading any content from the database at all therefore the post will:</p>
<ol>
<li>Load Quicker</li>
<li>Put less strain on the server</li>
</ol>
<p>In theory you are able to server literally hundreds more pages per second than you normally would have before.</p>
<p><strong>Choose the right Webhost</strong></p>
<p>Naturally having a dedicated server with a fast processor &amp; heaps of ram is considered the best there are less expensive options that you can consider.</p>
<p>If you have a VPS, please make sure you read my <a title="VPS Optimization Guide" href="http://www.earnersblog.com/vps-optimization-guide/">VPS Optimization Guide</a> which will really give you the lowdown on tuning MYSQL &amp; HTTPD.</p>
<p>The following <a title="Shared Web Hosting" href="http://www.earnersblog.com/hosts/list/shared-hosting/">Shared Hosts</a> have been tested to be Digg Proof but it all depends on how many users are on your node &amp; also how big the strain is on your server:</p>
<ol>
<li><a title="Media Temple" href="http://www.mediatemple.net/" target="_blank">MediaTemple</a></li>
<li><a href="http://www.earnersblog.com/url/dreamhost.php" target="_blank">Dreamhost</a></li>
<li><a title="Go Daddy" href="http://www.godaddy.com" target="_blank">GoDaddy</a></li>
<li><a title="A 2 Hosting" href="http://www.a2hosting.com" target="_blank">A2Hosting</a></li>
<li><a title="A Small Orange" href="http://www.asmallorange.com" target="_blank">A Small Orange</a></li>
<li><a title="Web Faction" href="http://www.webfaction.com" target="_blank">Webfaction</a></li>
</ol>
<p><strong>Mysql Query Cache</strong></p>
<p>Since pages are served dynamically every page load in WordPress results in a Mysql Query, as stated before the WP-Cache plugin helps to reduce these queries but it&#8217;s also important to make sure you have the Query Cache optimised for maximum performance.</p>
<p>To activate the Mysql Query Cache:</p>
<ol>
<li>Find your mysql configuration file my.cnf</li>
<li>Find the setting <strong>query-cache-type</strong> &amp; change the value to 1</li>
<li>Find the <strong>query-cache-size</strong> &amp; change the value to 20M</li>
<li>Find the <strong>query-cache-limit</strong> &amp; change the value to 2M</li>
</ol>
<p>You will need to make sure your host allows root access to the server in order to do this tweak.</p>
<p><strong>PHP Compiler Cache</strong></p>
<p>The PHP Compiler cache saves scripts in their compiled format on the server so that they&#8217;re not getting recompiled every time you call them from WordPress.</p>
<p>It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimises scripts to speed up their execution. It typically reduces server load and increases the speed of your PHP code by 1-10 times.</p>
<p>Two popular Compiler Caches are <a title="APC" href="http://pecl.php.net/package/APC" target="_blank">APC</a> &amp; <a href="http://eaccelerator.net/">eAccelerator</a> however I&#8217;m not going to go into any details about installing or configuring them.</p>
<p><strong>Disable Unused Plugins</strong></p>
<p>Disable any plugins that you currently don&#8217;t utilise in the plugins section of wordpress. It&#8217;s easy to leave 30-50 plugins active even when you&#8217;re not using them simply because most webmasters will try out so many different versions of a particular plugin.</p>
<p><strong>Configuring Apache for Maximum Performance</strong></p>
<p>Check out the complete guide to <a title="Configuring Apache" href="http://www.howtoforge.com/configuring_apache_for_maximum_performance" target="_blank">configuring apache for maximum performance</a> this will help you make those fine tweaks to your httpd.conf. You&#8217;ll need root access to do this.</p>
<p><strong>Optimising your Mysql Database</strong></p>
<p>Optimising your Mysql Database can have a huge performance on your load times &amp; load on the server, especially if you have a big database. Check out <a title="Weblogtoolscollection" href="http://www.connectedinternet.co.uk/wp-content/photos/webtools.png" target="_blank">this picture</a> of the effect it had on Weblogtools collection cpu usage.</p>
<p>Optimising your Mysql database is pretty easy:</p>
<ol>
<li>Log into PHPMyAdmin</li>
<li>Locate your WordPress DatabaseTables</li>
<li>Make a Backup First</li>
<li>Check all the tables in the Check Boxes</li>
<li>Select the Optimise Tables Option</li>
<li>That&#8217;s it!</li>
</ol>
<p>I&#8217;ve also heard rumours that switching to InnoDB instead of <span>MyIsam can have an effect on performance although I&#8217;ve not tested that myself, in fact I&#8217;m not even sure if it&#8217;s possible without causing errors. </span></p>
<p>---<br />Related Articles at Affiliate Marketing Blog | How to Earn Money Online - Earners Blog:<ul><li><a href="http://www.earnersblog.com/popular-seo-blogs-hacked/" rel="bookmark" title="Permanent Link: Popular SEO Blogs Hacked: WordPress 2.0.7 Upgrade Available">Popular SEO Blogs Hacked: WordPress 2.0.7 Upgrade Available</a></li><li><a href="http://www.earnersblog.com/sponsoring-wordpress-themes/" rel="bookmark" title="Permanent Link: Sponsoring WordPress Themes for Backlinks">Sponsoring WordPress Themes for Backlinks</a></li><li><a href="http://www.earnersblog.com/top-wordpress-adsense-plugins/" rel="bookmark" title="Permanent Link: Top WordPress Adsense Plugins">Top WordPress Adsense Plugins</a></li><li><a href="http://www.earnersblog.com/wordpress-remv-hack/" rel="bookmark" title="Permanent Link: Hack Alert (remv.php) &#8211; Upgrade to WordPress 2.7">Hack Alert (remv.php) &#8211; Upgrade to WordPress 2.7</a></li><li><a href="http://www.earnersblog.com/wordpress-translation-increase-traffic/" rel="bookmark" title="Permanent Link: Make your Blog Multilingual &#038; Increase Traffic by 200%">Make your Blog Multilingual &#038; Increase Traffic by 200%</a></li></ul></p><br /><p>Get <a href="http://storecrowd.com">Coupons</a>, <a href="http://storecrowd.com/deals">Deals</a> &amp; <a href="http://storecrowd.com/reviews">Reviews</a> for your favourite online stores at StoreCrowd</p>]]></content:encoded>
			<wfw:commentRss>http://www.earnersblog.com/digproof-your-wordpress/feed/</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>Starting Your First Website, The Idea</title>
		<link>http://www.earnersblog.com/starting-your-first-website-the-idea/</link>
		<comments>http://www.earnersblog.com/starting-your-first-website-the-idea/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 11:12:36 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.earnersblog.com/web-development/starting-your-first-website-the-idea/</guid>
		<description><![CDATA[Now that we know about the various types of Affiliate Marketing we need to figure out the best way to implement each type...]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><a href="http://www.flickr.com/photos/nycarthur/46980308/" style="background-color: #000000" target="_blank" rel="nofollow" title="Building Your First Website"><img src="http://static.flickr.com/33/46980308_bbc5132655_m.jpg" alt="Building Your First Website" title="Building Your First Website" align="right" border="0" /></a>Now that we know about the various types of Affiliate Marketing we need to figure out the best way to implement each type. Doing this depends on the type of product, service or site that you want to create.</p>
<p class="MsoNormal">Usually the best way to get started is to create a website about something that you love or enjoy. The advantages of undertaking this first project can teach you the basics before you jump feet first into serious, product focused, Affiliate Marketing.</p>
<p class="MsoNormal">So, let&#8217;s say that you&#8217;re crazy about surfing in a particular spot on the Southern Coast of Australia. Why not create a nice informative site about the spot, with related information. Or maybe you enjoy Beach Volleyball, make a small site about that&#8230;</p>
<p class="MsoNormal"><strong>But how can doing something like this help me?</strong></p>
<p class="MsoNormal">Jumping in at the deep end can be VERY frustrating. If you know nothing about how the internet works, how website promotion works &amp; how affiliate marketing works it&#8217;s unlikely that you will be able to create a website that can compete with the hundreds of other competitors out there.</p>
<p class="MsoNormal"><!--adsensestart--></p>
<p class="MsoNormal">This was definitely one of the first mistakes I made. I tried to create an ecommerce site &amp; failed miserably getting little or no traffic everyday. It made me want to quit the internet altogether. So I said, ok I&#8217;ll create a site about something that I love. That way, I&#8217;ll put more passion into the site, there will probably be less competition &amp; It&#8217;ll help me get a feel for things.</p>
<p class="MsoNormal"><em>I aim on this blog to try &amp; give you as much of this information as I can, but at the same time much of the information is a journey of self discovery &amp; experimentation, much like writing this is too.</em></p>
<p class="MsoNormal"><a href="http://www.flickr.com/photos/from-a_atsuko/254210344/" style="background-color: #000000" target="_blank" rel="nofollow" title="Building Your First Website"></a></p>
<p><a href="http://www.flickr.com/photos/from-a_atsuko/254210344/" style="background-color: #000000" target="_blank" rel="nofollow" title="Building Your First Website"> </a></p>
<p style="text-align: center"><a href="http://www.flickr.com/photos/from-a_atsuko/254210344/" style="background-color: #000000" target="_blank" rel="nofollow" title="Building Your First Website"><img src="http://static.flickr.com/93/254210344_e4cbee84e1_m.jpg" alt="Building Your First Website" title="Building Your First Website" border="0" /></a></p>
<p class="MsoNormal">So, it worked. I created a small site about a hobby I&#8217;m interested in. It ranked quickly in Google &amp; I started getting some traffic. Much more traffic than I was getting trying to put together my Ecommerce Site. This was encouraging, it made me think: &#8220;Hey, you don&#8217;t NEED to write about mainstream stuff to get visitors &amp; make money, the money is in the Niche markets.&#8221;</p>
<ol>
<li>You&#8217;re      creating a site with little competition, you&#8217;ll find it easier to rank in      the search engines therefore it&#8217;ll teach you the basics of how search      engines work &amp; treat your site.</li>
<li>Once      you start getting visitors you can learn how they find your site, what      they&#8217;re looking for &amp; how to analyze the data.</li>
<li>You      can also learn to monetize the website by advertising services &amp; using      Affiliate Marketing on it.</li>
<li>You      can experiment with placement of Advertising.</li>
<li>You      can do research on Affiliate Marketing, product Research &amp; Competitor      Research.</li>
</ol>
<p>The main beauty is that you know your subject. But at the same time it can help you learn all the little things that you need to know about getting your site off the ground.</p>
<p>---<br />Related Articles at Affiliate Marketing Blog | How to Earn Money Online - Earners Blog:<ul><li><a href="http://www.earnersblog.com/twitter-me-timbers-5-ways-to-profit-from-twitter/" rel="bookmark" title="Permanent Link: Twitter me Timbers: 5 Ways to Profit from Twitter">Twitter me Timbers: 5 Ways to Profit from Twitter</a></li><li><a href="http://www.earnersblog.com/optimised-press-release/" rel="bookmark" title="Permanent Link: 11 Tips for the Perfect Online Press Release">11 Tips for the Perfect Online Press Release</a></li><li><a href="http://www.earnersblog.com/choosing-the-topic-of-your-website-based-on-keywords/" rel="bookmark" title="Permanent Link: Choosing the Topic of your Website based on Keywords">Choosing the Topic of your Website based on Keywords</a></li><li><a href="http://www.earnersblog.com/trustrank/" rel="bookmark" title="Permanent Link: Deconstructing Google&#8217;s Trustrank Algorithm">Deconstructing Google&#8217;s Trustrank Algorithm</a></li><li><a href="http://www.earnersblog.com/textlinkads/" rel="bookmark" title="Permanent Link: Textlinkads, Buy Text Links">Textlinkads, Buy Text Links</a></li></ul></p><br /><p>Get <a href="http://storecrowd.com">Coupons</a>, <a href="http://storecrowd.com/deals">Deals</a> &amp; <a href="http://storecrowd.com/reviews">Reviews</a> for your favourite online stores at StoreCrowd</p>]]></content:encoded>
			<wfw:commentRss>http://www.earnersblog.com/starting-your-first-website-the-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesson #2: Choosing the Right Web Host</title>
		<link>http://www.earnersblog.com/choosing-the-right-webhost/</link>
		<comments>http://www.earnersblog.com/choosing-the-right-webhost/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 07:08:33 +0000</pubDate>
		<dc:creator>Stuart</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.earnersblog.com/lessons/choosing-the-right-webhost/</guid>
		<description><![CDATA[Now that we&#8217;re making some progress lets take some time out for another Lesson. Eventually, you&#8217;re going to need to invest in one of the most important purchases of your online career...]]></description>
			<content:encoded><![CDATA[<p><a style="background-color: #000000" title="Web Hosting" rel="nofollow" href="http://www.flickr.com/photos/sam4605/219744390/" target="_blank"><img title="Web Hosting" src="http://static.flickr.com/63/219744390_b01d9274b2_m.jpg" border="0" alt="Web Hosting" align="right" /></a>Now that we&#8217;re making some progress lets take some time out for another Lesson. Eventually, you&#8217;re going to need to invest in one of the most important purchases of your online career. Webhosting.</p>
<p>Webhosting comes in various different forms &amp; in general can be quite confusing for someone who doesn&#8217;t know that they&#8217;re looking for. I&#8217;m going to give you a quick run down of what I personally feel is important for you to have with a webhost, recommend a few hosts I&#8217;ve had experience with &amp; at least then you will be a bit more knowledgable when the time comes to  make the leap.</p>
<p><strong>What do you need Webhosting for?</strong></p>
<p>Webhosting allows you to create websites, pages, forums, shops, newsletters &amp; much more. It allows you to market your products however you see fit, it allows you to set up a personal blog, communicate with people who visit it or even receieve email to your personal address (yourname@yourwebsite.com).</p>
<p>It is vitally important if you want to try &amp; earn money online that you have a good reliable webhost, one thing also to remember is that expensive often doesn&#8217;t mean reliable. I&#8217;ve used about 6 webhosts over the past 5 years &amp; it&#8217;s amazing how much things have changed, especially things that people now take for granted.</p>
<p><!--adsensestart--> <strong>So what do I need to look out for with a Webhost?</strong></p>
<p><strong>Cost</strong>: Cost is important to me, I like to shop around, compare companies &amp; find the best deal. So should you, don&#8217;t be implusive about buying Webhosting because it can bite you in the ass later. At this stage you really shouldn&#8217;t need to spend more than $10-15/month on Hosting. Also avoid hosts with huge setup fees.</p>
<p><strong>Server Space</strong>: This is the amount of space that you get on your Webhost&#8217;s Server. It&#8217;s basically hard drive space like on your own computer. Webhost&#8217;s range from 1GB anywhere up to 1000GB+. So lets be realistic, you want enough space to do what you need, but you also want enough space to grow incase you build up a hefty portfolio of websites.</p>
<p><strong>Bandwidth</strong>: This is the amount of data that you can send to &amp; from the host in a calendar month. Anything from 10GB+ should be great for what you need it for, unless you&#8217;re streaming video or have a very Image intensive site. Again it&#8217;s important to plan for growth.</p>
<p><strong>Unlimited Domain Names</strong>: Once you have a hosting package you can just buy domain names &amp; add them in. This means that when you want to create a new site it only costs you $5 or whatever the domain name costs to buy. Some Webhost&#8217;s only allow you a limited number of domains that you can host, I personally would avoid this at all costs &amp; go with a host that will allow you to host as many domains &amp; subdomains as you need.</p>
<p><strong>Unlimited Databases</strong>: Software such as this blogging platform that I&#8217;m using, uses Databases. It&#8217;s a much easier way of storing information on your Web Server without having to create bulky pages. So if you can get a hosts that gives you lots, or unlimited databases that&#8217;s awesome.</p>
<p><strong>Good Support &amp; Customer Service</strong>: If you have a problem you want quick help, if your tech knowledge is limited ideally you want somewhere that has 24/7 telephone support, if not then email support. Many hosts now run blogs that give you up to the minute details on outages, problems &amp; other news.</p>
<p><strong>Do your Research</strong>: If you find a good webhost that you like, do some research. Search Google about them, read forums, read other peoples experiences then make up your mind <img src='http://www.earnersblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>What Webhost do you Reccommend?</strong></p>
<p>I Personally have used Dreamhost for about 1 year now. I moved over from IX Hosting &amp; haven&#8217;t looked back. Here&#8217;s a brief rundown of what I get.</p>
<p>I pay $7.95/month (although I paid upfront for 2 years), so there was no setup fee.</p>
<ul>
<li>20GB Server Space (Which increases by 160MB per Week)</li>
<li>1000GB Bandwidth (Which increases by 8GB per Week)</li>
<li>Unlimited Domains &amp; Subdomains</li>
<li>Unlimited Databases</li>
<li>97 Day Money Back if you&#8217;re not Happy</li>
</ul>
<p>One of the main reasons that I chose Dreamhost was the increasing bandwidth &amp; diskspace always gave me room for growth &amp; the plan was one third of the price of any other host I looked at. I&#8217;ve had no problems so far, maybe 3 outages in the past 6 months for a few hours or so. You can also visit this site for <a title="Web Hosting Reviews" href="http://www.webhostbuzz.com.au/">Web Hosting Reviews</a></p>
<p>If you want to give Dreamhost a go I&#8217;ve organised a special discount voucher for all readers of this blog. It&#8217;ll give you $97 off the yearly or two year hosting plan. That&#8217;s the maximum discount. Enjoy <img src='http://www.earnersblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a title="Dreamhost Coupon" href="http://storecrowd.com/coupons/dreamhost.com" target="_blank"> Dreamhost Discount Coupon</a> Code: <a title="Dreamhost Discount Coupon Code" href="http://www.dreamhost.com/r.cgi?177641" target="_blank">EARNER97</a></p>
<p>Recommended Resources:</p>
<ul>
<li>Dreamhost</li>
</ul>
<p>---<br />Related Articles at Affiliate Marketing Blog | How to Earn Money Online - Earners Blog:<ul><li><a href="http://www.earnersblog.com/15-reasons-failing-affiliate-marketing/" rel="bookmark" title="Permanent Link: 15 Reasons why most people fail at Affiliate Marketing: Mini Series">15 Reasons why most people fail at Affiliate Marketing: Mini Series</a></li><li><a href="http://www.earnersblog.com/not-choosing-right-affiliate-programs/" rel="bookmark" title="Permanent Link: Not choosing the right Affiliate Programs">Not choosing the right Affiliate Programs</a></li><li><a href="http://www.earnersblog.com/choosing-the-topic-of-your-website-based-on-keywords/" rel="bookmark" title="Permanent Link: Choosing the Topic of your Website based on Keywords">Choosing the Topic of your Website based on Keywords</a></li><li><a href="http://www.earnersblog.com/step-by-step-guides/" rel="bookmark" title="Permanent Link: Step by Step Affiliate Marketing Guides">Step by Step Affiliate Marketing Guides</a></li><li><a href="http://www.earnersblog.com/difference-between-broad-phrase-exact-matching/" rel="bookmark" title="Permanent Link: Learning the Difference between Broad, Phrase &#038; Exact Match Bidding">Learning the Difference between Broad, Phrase &#038; Exact Match Bidding</a></li></ul></p><br /><p>Get <a href="http://storecrowd.com">Coupons</a>, <a href="http://storecrowd.com/deals">Deals</a> &amp; <a href="http://storecrowd.com/reviews">Reviews</a> for your favourite online stores at StoreCrowd</p>]]></content:encoded>
			<wfw:commentRss>http://www.earnersblog.com/choosing-the-right-webhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

