<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Web Marketing HowTo</title>
	<link>http://webmarketinghowto.com</link>
	<description>HowTo Use WordPress and Web Marketing Tools For Your Website</description>
	<pubDate>Sat, 05 Apr 2008 07:26:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Virtual MultiBlog for WordPress</title>
		<link>http://webmarketinghowto.com/2008/01/03/virtual-multiblog-for-wordpress/</link>
		<comments>http://webmarketinghowto.com/2008/01/03/virtual-multiblog-for-wordpress/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 11:31:27 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[Site Updates]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[virtual multiblog]]></category>

		<category><![CDATA[Virtual MultiBlog for WordPress]]></category>

		<category><![CDATA[WordPress multiblog]]></category>

		<category><![CDATA[WordPress multiblog plugin]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2008/01/03/virtual-multiblog-for-wordpress/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
Virtual MultiBlog for WordPress
Have too many blogs?  Do you spend too much time upgrading WordPress installs, updating plugins, and changing themes?  Your hosting provider may not be happy with you installing WordPressMU, but Stephen Rider has released a modification for WordPress that allows you to run multiple blogs off [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2008/01/03/virtual-multiblog-for-wordpress/">Virtual MultiBlog for WordPress</a></p>
<p>Have too many blogs?  Do you spend too much time upgrading WordPress installs, updating plugins, and changing themes?  Your hosting provider may not be happy with you installing WordPressMU, but Stephen Rider has released a modification for WordPress that allows you to run multiple blogs off of a single WordPress installation.</p>
<h3>How Does <a href="http://striderweb.com/nerdaphernalia/features/virtual-multiblog/" title="Virtual MultiBlog for WordPress" onclick="javascript:pageTracker._trackPageview ('/outbound/striderweb.com');">Virtual MultiBlog for WordPress</a> work?</h3>
<p>Stephen made some improvements on a system originally created by Allan Mertner.  Per Nerdaphernalia:</p>
<blockquote><p>WordPress holds all of its data in a MySQL database, and there is a single file called wp-config.php that holds the database login information. Allen looked at this and realized that if you can change that one file, you can completely replace the blog. With this key realization he came up with a cunningly straightforward multi-blog system:</p>
<p>1. Replace the standard wp-config.php file with a new version that calls a different configuration set depending on what directory it’s in.<br />
2. Set up symbolic links that serve as “virtual directories” that all point to the WordPress directory.</p>
<p>Using the example of this site, I have an install of WordPress in my /blog/ directory, and a symbolic link called “nerdaphernalia” (that’s right, you’re soaking in it!) that points to /blog/. The modified wp-config file points to either the blog or nerdaphernalia config file, depending on which of those two directories it thinks it’s in.</p>
<p>&#8230;</p>
<p>So first off, I tucked all the files, except for the one modified wp-config.php, into a folder in a safe place. Next, I greatly streamlined the install process. At a minimum, the user only need edit a single configuration file, autoconfig.php. If desired, the various blogs can each have individual config files, but it’s no longer necessary.</p></blockquote>
<h3>What Are The Benefits?</h3>
<p>Instead of uploading and installing a new copy of WordPress, your theme(s) of choice, and all 30 of your favorite plugins every time you get a new blogging idea, you can use Virtual MultiBlog for WordPress and all you need do is update a configuration file, set up a symlink, and you can get started.  If you&#8217;re running up against a limited number of databases from your provider, you can also use the database prefix scheme and run the blogs out of a single database, too.  (Note that this is a WordPress feature that you can already do without Virtual MultiBlog.)</p>
<p>When it&#8217;s time to upgrade anything, be it WordPress itself, plugins, or themes, you need only do it once and cover your entire blogging empire.  Trust me, move beyond a couple blogs and you will drool over this!  It also cuts down on necessary FTP navigation when doing updates, since everything is in a single directory structure.</p>
<p>Securing your WordPress is even easier &#8212; you don&#8217;t have to remember to go through a list of changes for each new blog, and security is able to be applied for all at once.</p>
<h3>Potential Downsides</h3>
<p>You&#8217;ll have to be careful about using domain-specific changes to your .htaccess files.  The default WordPress .htaccess rules pose no problems, however, as they are fairly generic.</p>
<p>If you&#8217;re doing site-specific modifications to your themes, then you may need to make multiple copies of your themes and use them in different folders.  This is something to be aware of, but wouldn&#8217;t be more work and hassle than it would be with them in different WordPress directories, and will require less navigation to get in and out of.</p>
<p>While not a downside, you will need to note that most of your configuration options are in the database itself, so these will still need to be manually updated.  You can disable or enable plugins individually on each blog, set different themes for each blog, set up widgets, etc. without conflicts.  They will be completely separate WordPress installs with reduced file maintenance requirements.</p>
<p>I&#8217;ve started doing some work with <a href="http://striderweb.com/nerdaphernalia/features/virtual-multiblog/" title="Virtual MultiBlog for WordPress" onclick="javascript:pageTracker._trackPageview ('/outbound/striderweb.com');">Virtual MultiBlog for WordPress</a> and it&#8217;s gone well so far.  I&#8217;m quite happy about the simplicity it brings.  Sure, you still have to administer each blog separately, but it saves you all sorts of time with updating files.</p>

	Tags: <a href="http://webmarketinghowto.com/tag/virtual-multiblog/" title="virtual multiblog" rel="tag">virtual multiblog</a>, <a href="http://webmarketinghowto.com/tag/virtual-multiblog-for-wordpress/" title="Virtual MultiBlog for WordPress" rel="tag">Virtual MultiBlog for WordPress</a>, <a href="http://webmarketinghowto.com/tag/wordpress/" title="WordPress" rel="tag">WordPress</a>, <a href="http://webmarketinghowto.com/tag/wordpress-multiblog/" title="WordPress multiblog" rel="tag">WordPress multiblog</a>, <a href="http://webmarketinghowto.com/tag/wordpress-multiblog-plugin/" title="WordPress multiblog plugin" rel="tag">WordPress multiblog plugin</a>, <a href="http://webmarketinghowto.com/tag/wordpress-plugins/" title="WordPress Plugins" rel="tag">WordPress Plugins</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/" title="WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats (December 19, 2007)">WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats</a> (2)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/14/why-i-use-wordpress/" title="Why I Use WordPress (December 14, 2007)">Why I Use WordPress</a> (1)</li>
	<li><a href="http://webmarketinghowto.com/plugins/" title="Plugins (December 14, 2007)">Plugins</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/21/howto-use-permalinks-with-wordpress/" title="HowTo Use Permalinks With WordPress (December 21, 2007)">HowTo Use Permalinks With WordPress</a> (4)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/17/16-wordpress-plugins-you-must-have/" title="16 WordPress Plugins You Must Have (December 17, 2007)">16 WordPress Plugins You Must Have</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2008/01/03/virtual-multiblog-for-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.3.2 Out</title>
		<link>http://webmarketinghowto.com/2007/12/31/wordpress-232-out/</link>
		<comments>http://webmarketinghowto.com/2007/12/31/wordpress-232-out/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 14:52:52 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2007/12/31/wordpress-232-out/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
WordPress 2.3.2 Out
WordPress 2.3.2 has been released.  It is an urgent security fix for a bug that can expose your draft posts and also suppresses database error messages that can reveal critical information about your installation.  This release also allows you to define a custom database error page.  See the list [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2007/12/31/wordpress-232-out/">WordPress 2.3.2 Out</a></p>
<p>WordPress 2.3.2 has been released.  It is an urgent security fix for a <a href="http://trac.wordpress.org/ticket/5487" title="WP Bug that can expose draft posts" onclick="javascript:pageTracker._trackPageview ('/outbound/trac.wordpress.org');">bug that can expose your draft posts</a> and also <a href="http://trac.wordpress.org/ticket/5473" title="Suppresses DB Error messages" onclick="javascript:pageTracker._trackPageview ('/outbound/trac.wordpress.org');">suppresses database error messages</a> that can reveal critical information about your installation.  This release also allows you to define a custom database error page.  See the <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.3.2&amp;resolution=fixed&amp;order=priority" title="List of bugs fixed in WP 2.3.2" onclick="javascript:pageTracker._trackPageview ('/outbound/trac.wordpress.org');">list of bugs fixed in WordPress 2.3.2</a> and the <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.3.1&amp;old=6528&amp;new_path=tags%2F2.3.2&amp;new=6528" title="WP changes from 2.3.1 to 2.3.2" onclick="javascript:pageTracker._trackPageview ('/outbound/trac.wordpress.org');">changelist from 2.3.1 to 2.3.2</a> for specific details.</p>
<p><a href="http://wordpress.org/download/" title="Download WordPress 2.3.2 here" onclick="javascript:pageTracker._trackPageview ('/outbound/wordpress.org');">Download WordPress 2.3.2 here. </a></p>

	Tags: <a href="http://webmarketinghowto.com/tag/wordpress/" title="WordPress" rel="tag">WordPress</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/" title="WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats (December 19, 2007)">WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats</a> (2)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/14/why-i-use-wordpress/" title="Why I Use WordPress (December 14, 2007)">Why I Use WordPress</a> (1)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/13/welcome-to-web-marketing-howto/" title="Welcome to Web Marketing HowTo! (December 13, 2007)">Welcome to Web Marketing HowTo!</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/2008/01/03/virtual-multiblog-for-wordpress/" title="Virtual MultiBlog for WordPress (January 3, 2008)">Virtual MultiBlog for WordPress</a> (6)</li>
	<li><a href="http://webmarketinghowto.com/plugins/" title="Plugins (December 14, 2007)">Plugins</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2007/12/31/wordpress-232-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Is Your Blog Selling – You, or Advertising?</title>
		<link>http://webmarketinghowto.com/2007/12/29/what-is-your-blog-selling-%e2%80%93-you-or-advertising/</link>
		<comments>http://webmarketinghowto.com/2007/12/29/what-is-your-blog-selling-%e2%80%93-you-or-advertising/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 15:05:50 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[Monetization]]></category>

		<category><![CDATA[advertising]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2007/12/29/what-is-your-blog-selling-%e2%80%93-you-or-advertising/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
What Is Your Blog Selling – You, or Advertising?
Blogs aren&#8217;t good at selling two completely different types of things at once.  You may not realize it, but if you&#8217;re trying to make money off of your blog, you have to sell something.Social networking is the big thing right now, where [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2007/12/29/what-is-your-blog-selling-%e2%80%93-you-or-advertising/">What Is Your Blog Selling – You, or Advertising?</a></p>
<p>Blogs aren&#8217;t good at selling two completely different types of things at once.  You may not realize it, but if you&#8217;re trying to make money off of your blog, you have to sell something.Social networking is the big thing right now, where people are focused on building communities and throngs of loyal readers.  You want to bring readers in, inform them on the topics they&#8217;re interested in, and have them clicking throughout your blog and all that wonderful content you&#8217;ve got.  You&#8217;re building an online network of people with similar interests.  Now, how do you convert that network to cash?  Everyone likes to think they could take their blogging hobby and do it full time, if only&#8230;</p>
<p>Do you sell ads?  Not very effectively, no.  Most of the crowd joining social networks is going to be more experienced online.  Many will use Firefox, which comes with ad-blocking software built right into it - they&#8217;ll never even see those ads.  Internet Explorer is further behind, but catching up.  This site focuses on a more technically involved crowd, with 90% Firefox users and only 8% Internet Explorer.  However, if we look at a couple of my other sites with a different focus, I see that 70% IE and 20% Firefox might be more average.  Sometimes I disable Adblock and have a look at what I&#8217;m &#8220;missing&#8221; and it sure can be a disappointing experience.</p>
<p>Do you sell reviews and paid links?  Google is starting to take a harsh stance on these, since people are gaming the system by attempting to pass on page rank.  You&#8217;re going to see big changes in these in the future, and I&#8217;d be careful about these before Google slaps you down for them.</p>
<p>So what do you sell?  Yourself, of course.  You&#8217;re selling your knowledge or name.  Ads aren&#8217;t going to do it.  Take John Chow, for example.  What is his number one product?  His dignity.  If you pay him, he&#8217;ll hawk any old product you want.  Even better, he&#8217;ll sell whatever you want, AND himself at the same time.  Well, it&#8217;s better for him at least.  The vast majority of bloggers will never make it to that level anyway.</p>
<p>If you can&#8217;t quite bring yourself to that, you still have options, never fear!  If you bring something of value to the table, then people will pay you for that knowledge.  You can sell custom themes, web design, consulting, etc.  What is it that you do that someone would actually pay for?  That&#8217;s where you&#8217;ll make your money.  It will still take time.  You won&#8217;t see success here until you&#8217;ve got a body of work that people want and need.</p>
<p>I don&#8217;t know if this blog will lead to any kind of commercial success, but I feel good about how I plan to get there.  I won&#8217;t lie to you, I won&#8217;t distract you, and I won&#8217;t beg for donations.  I know that if I bombard you with ads and hawk the &#8220;get rich quick&#8221; method of the month, you won&#8217;t stick around.  Beyond that, well, we&#8217;ll see how it shakes out, won&#8217;t we? <img src='http://webmarketinghowto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>

	Tags: <a href="http://webmarketinghowto.com/tag/advertising/" title="advertising" rel="tag">advertising</a>, <a href="http://webmarketinghowto.com/tag/monetization/" title="Monetization" rel="tag">Monetization</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/about/" title="About (December 13, 2007)">About</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2007/12/29/what-is-your-blog-selling-%e2%80%93-you-or-advertising/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pay-Per-Play:  What&#8217;s Their Agenda?</title>
		<link>http://webmarketinghowto.com/2007/12/27/pay-per-play-whats-their-agenda/</link>
		<comments>http://webmarketinghowto.com/2007/12/27/pay-per-play-whats-their-agenda/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 13:09:07 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[Affiliate Programs]]></category>

		<category><![CDATA[NetAudioAds]]></category>

		<category><![CDATA[Pay-Per-Play]]></category>

		<category><![CDATA[PayPerPlay]]></category>

		<category><![CDATA[voice2page]]></category>

		<category><![CDATA[voice2page and payperplay abuses]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2007/12/27/pay-per-play-whats-their-agenda/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
Pay-Per-Play:  What&#8217;s Their Agenda?
This new marketing scheme is really burnin&#8217; up the net these days.  People are falling over themselves to promote it, but will it last?
What Is Pay-Per-Play?
In a nutshell, when a visitor arrives at your website, a 5 second audio clip will start playing automatically.  You [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2007/12/27/pay-per-play-whats-their-agenda/">Pay-Per-Play:  What&#8217;s Their Agenda?</a></p>
<p>This new marketing scheme is really burnin&#8217; up the net these days.  People are falling over themselves to promote it, but will it last?</p>
<h3>What Is Pay-Per-Play?</h3>
<p>In a nutshell, when a visitor arrives at your website, a 5 second audio clip will start playing automatically.  You get paid on 100% of the page views that have the NetAudioAds javascript loaded.  Their search engine will crawl your site and make sure that you are only getting contextually-relevant ads.</p>
<h3>What&#8217;s the Catch?</h3>
<p>First off, it&#8217;s self playing audio.  Audio that starts playing automatically when you enter a site can be startling if you don&#8217;t expect it.  It&#8217;s annoying to the users in most cases, just like popups and blinking banner ads.  Speaking of that, per their FAQ: (http://www.sellingppp.com/faq.html)</p>
<blockquote><p>QUESTION: Since website owners are PAID PER PLAY, will there ever come a time (like pop-ups or spam) that this too will be overwhelmed and overexposed and end up having more than one play per page (since more plays = more $)?</p>
<p>ANSWER: Only one audio ad can be played per page, per visitor, If someone wants to display a pop-up that plays another audio ad then <strong>they will need to understand that annoying their visitors will drive them away</strong>.</p></blockquote>
<p>I agree 100%.  When I get to a site that&#8217;s going to play it&#8217;s own audio or music, I close that tab / browser window.  I am suddenly not interested in what that site has to offer.</p>
<p>The major issue I see with the whole program is that it&#8217;s designed to irritate and intrude into the user&#8217;s web experience.  I&#8217;m not sure how you turn that into a strength.  To quote the sellingppp.com website itself:  <strong>&#8220;The truth is, people hate commercials.&#8221;</strong></p>
<p>Another issue I have is the whole &#8220;selling technique&#8221;, not to mention the necessity of having one.  The sellingppp.com website is a simple 1-column sales pitch that reminds me of a bad &#8220;get rich quick&#8221; scheme, using all the same techniques.  They claim &#8220;no hype intended or implied!&#8221; but that&#8217;s EXACTLY what they&#8217;re doing:</p>
<ul>
<li>money to be paid to you!</li>
<li>&#8220;backed by one of the top 5 major search engines&#8221;  But who exactly, well, that&#8217;s still secret.  Are there search engines other than Google?   I don&#8217;t know. <img src='http://webmarketinghowto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<blockquote><p>&#8220;Due to a “strategic” confidentiality agreement we cannot reveal who the search engine partner is yet. It doesn’t matter anyways, what matters is the fact that this partnership will  allow NetAudioAds™ to increase their audio ad impressions from mere millions to billions on a monthly basis.&#8221;</p></blockquote>
<p>So, it&#8217;s both a big deal worthy of promotion, AND at the same time irrelevant.  That&#8217;s interesting.</li>
<li>&#8220;no clicks necessary!&#8221; and other sales phrases bolded so you can see just how easy it is.</li>
</ul>
<p>The NetAudioAds PPP network has supposedly been running already for 2 1/2 years with 66,000 advertisers and over 550,000 websites serving their ads.  This leads, according to the website, to up to 43 million ad impressions per month.</p>
<p>They have gone with a tiered system of affiliates to help expand.  You can get paid 25% of ad income generated by your site, 5% of what the advertisor spent to have the ad played on your referrals&#8217; websites, and 5% off the people signed up under them.  Now I don&#8217;t know about you, but whenever I hear about these tiered arrangements, I think MLM scam.  Call me skeptical by nature.</p>
<p>The sales technique continues, telling you it&#8217;s such a limited opportunity and you need to do this NOW NOW NOW before they close the doors.  The whole technique to me is such a turn off, as they wind up sounding like the same old snake-oil salesmen and AMWAY marketers we&#8217;ve all heard before.</p>
<h3>The Agenda?</h3>
<p>I think the new hosting offer for affiliates they came out with just underlines my low opinion of this operation.  For $59.95 they&#8217;ll register a domain, and create pages for you to hide your affiliate links with, so you can promote your &#8220;business&#8221;.  Tsk tsk&#8230;you&#8217;re not in business with them, you ARE their business.  They&#8217;re making money off of your desire to make money, offering hosting for those who don&#8217;t understand it at rates easily beatable, while still retaining control.   It&#8217;s an old story.  I&#8217;m not going to link it, but the page is here: http://www.sellingppp.com/hosting.html</p>
<p>I notice also that their blog has a link where you can go sign up for training.  Any bets that there&#8217;s a free package and an upgraded package of training that will help you be more successful, for just a few dollars more?</p>
<p>Well, it&#8217;s not just me that&#8217;s unimpressed or concerned &#8212; take a look at some other links from folks:</p>
<p><a href="http://bloggingexperiment.com/archives/i-wont-be-paidperplay.php" title="I Won't Be PaidPerPlay by Ben Cook over at The Blogging Experiment" onclick="javascript:pageTracker._trackPageview ('/outbound/bloggingexperiment.com');">I Won&#8217;t Be PaidPerPlay</a> by Ben Cook over at The Blogging Experiment</p>
<p><a href="http://blog.affiliatetip.com/archives/pay-per-play-advertising-for-affiliates/" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.affiliatetip.com');">Pay-Per-Play Advertising for Affiliates</a> By Shawn Collins</p>
<p><a href="http://kevinlam.name/archives/55" title="Net Audio Ads - PayPerPlay" onclick="javascript:pageTracker._trackPageview ('/outbound/kevinlam.name');">Net Audio Ads - PayPerPlay</a> by Kevin Lam</p>
<p><a href="http://imscamalert.com/2007/12/14/payperplay-the-next-generation-of-intrusive-internet-marketing/lead-story" title="http://imscamalert.com/2007/12/14/payperplay-the-next-generation-of-intrusive-internet-marketing/lead-story" onclick="javascript:pageTracker._trackPageview ('/outbound/imscamalert.com');">PayPerPlay: The Next Generation of Intrusive Internet Marketing</a> on IMScamAlert.com</p>
<p>These next two sites may be this same gentleman as above, who may be a bit disgruntled.  I&#8217;m always the skeptic, and always looking for the angle, but the information seems sound.</p>
<p><a href="http://netaudioads-lies.blogspot.com/" title=" NetAudioAds Voice2Page and Pay Per Play Affiliate Abuses" onclick="javascript:pageTracker._trackPageview ('/outbound/netaudioads-lies.blogspot.com');">                   NetAudioAds Voice2Page and Pay Per Play Affiliate Abuses</a> and <a href="http://pay-per-play-spam.blogspot.com/" title="Pay Per Play a Spammers Delight" onclick="javascript:pageTracker._trackPageview ('/outbound/pay-per-play-spam.blogspot.com');">Pay Per Play a Spammers Delight</a></p>
<p>What are your thoughts?  Does it seem on the level to you?  Have you signed up, with or without doubts?</p>

	Tags: <a href="http://webmarketinghowto.com/tag/affiliate-programs/" title="Affiliate Programs" rel="tag">Affiliate Programs</a>, <a href="http://webmarketinghowto.com/tag/netaudioads/" title="NetAudioAds" rel="tag">NetAudioAds</a>, <a href="http://webmarketinghowto.com/tag/pay-per-play/" title="Pay-Per-Play" rel="tag">Pay-Per-Play</a>, <a href="http://webmarketinghowto.com/tag/payperplay/" title="PayPerPlay" rel="tag">PayPerPlay</a>, <a href="http://webmarketinghowto.com/tag/voice2page/" title="voice2page" rel="tag">voice2page</a>, <a href="http://webmarketinghowto.com/tag/voice2page-and-payperplay-abuses/" title="voice2page and payperplay abuses" rel="tag">voice2page and payperplay abuses</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/2007/12/18/web-marketing-for-dummies-i-got-scammed-37-times/" title="Web Marketing for Dummies: I Got Scammed 37 Times! (December 18, 2007)">Web Marketing for Dummies: I Got Scammed 37 Times!</a> (2)</li>
	<li><a href="http://webmarketinghowto.com/about/" title="About (December 13, 2007)">About</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2007/12/27/pay-per-play-whats-their-agenda/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Akismet False Positive Problem Resolved</title>
		<link>http://webmarketinghowto.com/2007/12/24/akismet-false-positive-problem-resolved/</link>
		<comments>http://webmarketinghowto.com/2007/12/24/akismet-false-positive-problem-resolved/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 11:19:23 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[Site Updates]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[Akismet]]></category>

		<category><![CDATA[false positive]]></category>

		<category><![CDATA[resolved]]></category>

		<category><![CDATA[WordPress.com]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2007/12/24/akismet-false-positive-problem-resolved/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
Akismet False Positive Problem Resolved
You may be aware of the issue I was having with Akismet generating a false positive for spam on my comments, as detailed in my post HowTo Deal With Akismet False Positives.   As detailed in the post, I got in touch with a blogger or [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2007/12/24/akismet-false-positive-problem-resolved/">Akismet False Positive Problem Resolved</a></p>
<p>You may be aware of the issue I was having with Akismet generating a false positive for spam on my comments, as detailed in my post <a href="http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/" title="HowTo Deal With Akismet False Positives">HowTo Deal With Akismet False Positives</a>.   As detailed in the post, I got in touch with a blogger or two who agreed I was not in fact a spammer and marked my post accordingly, submitted <a href="http://akismet.com/contact/" title="Akismet's contact form" onclick="javascript:pageTracker._trackPageview ('/outbound/akismet.com');">Akismet&#8217;s contact form</a> and of course made a post detailing the whole thing.  I did also post a comment on the Akismet blog using my other domain as the submitted URL.  Later I found Matt Mullenweg&#8217;s contact form on his site and bugged him about it, too.</p>
<p>I always expected the problem to be resolved, but it came even quicker than I figured.  It&#8217;s Christmas time so you&#8217;d figure it&#8217;s going to take a few extra days.   That&#8217;d be no surprise.  What was a surprise is that just a few hours later, The Matt himself fixed it.  A couple hours later, Mark from WordPress.com support sent me an email asking me to do a test post, as he&#8217;d seen my posting on the Akismet blog.  2 good quick responses &#8212; that&#8217;s pretty hard to beat!</p>
<p>Thanks again to Matt and the WordPress / Akismet team!  While I find it super difficult to actually <em>type</em> the name correctly (starts off Akist, then I correct to Akisment, then I get it right&#8230;EVERY time!) even though I can spell it just fine, it is easy to use and the support certainly has been helpful.</p>

	Tags: <a href="http://webmarketinghowto.com/tag/akismet/" title="Akismet" rel="tag">Akismet</a>, <a href="http://webmarketinghowto.com/tag/false-positive/" title="false positive" rel="tag">false positive</a>, <a href="http://webmarketinghowto.com/tag/resolved/" title="resolved" rel="tag">resolved</a>, <a href="http://webmarketinghowto.com/tag/wordpress-plugins/" title="WordPress Plugins" rel="tag">WordPress Plugins</a>, <a href="http://webmarketinghowto.com/tag/wordpresscom/" title="WordPress.com" rel="tag">WordPress.com</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/" title="WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats (December 19, 2007)">WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats</a> (2)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/" title="HowTo Deal With Akismet False Positives (December 23, 2007)">HowTo Deal With Akismet False Positives</a> (23)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/17/16-wordpress-plugins-you-must-have/" title="16 WordPress Plugins You Must Have (December 17, 2007)">16 WordPress Plugins You Must Have</a> (2)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/14/why-i-use-wordpress/" title="Why I Use WordPress (December 14, 2007)">Why I Use WordPress</a> (1)</li>
	<li><a href="http://webmarketinghowto.com/2008/01/03/virtual-multiblog-for-wordpress/" title="Virtual MultiBlog for WordPress (January 3, 2008)">Virtual MultiBlog for WordPress</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2007/12/24/akismet-false-positive-problem-resolved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HowTo Deal With Akismet False Positives</title>
		<link>http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/</link>
		<comments>http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 13:14:38 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[Akismet]]></category>

		<category><![CDATA[akismet false positive]]></category>

		<category><![CDATA[akismet problem]]></category>

		<category><![CDATA[akismet problems]]></category>

		<category><![CDATA[false positive]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
HowTo Deal With Akismet False Positives
In WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats I talked about Akismet, which is Automattic&#8217;s spam-fighting plugin / service.  I&#8217;ve been quite happy with how well it worked.  In a year or so of use over at my other site, only 1 or [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/">HowTo Deal With Akismet False Positives</a></p>
<p>In <a href="http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/" title="WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats">WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats</a> I talked about Akismet, which is Automattic&#8217;s spam-fighting plugin / service.  I&#8217;ve been quite happy with how well it worked.  In a year or so of use over at my other site, only 1 or 2 spam comments ever made it through.  I didn&#8217;t have a huge volume and read all comments, so they stood out and were easily marked spam and got rid of.  Akismet made things easy and to date stopped almost 1300 spams with virtually no effort on my part.  Go team!</p>
<p>So there was no doubt in my mind that Akismet would be a vital part of this site.  Little did I know that it could also be a big problem, too.</p>
<p>I noticed that none of my comments on other sites were showing up.  I figured that maybe they were set to moderate all first posts by a user name and email combo, and no one had gotten around to approving them yet.  It went on longer, and I wondered if maybe my sometimes flaky connection was causing me problems.  I checked with <a href="http://www.michaelmartine.com/" title="Michael Martine at Remarkablogger" onclick="javascript:pageTracker._trackPageview ('/outbound/www.michaelmartine.com');">Michael Martine over at Remarkablogger</a> who had a disclaimer message about moderated comments.  He told me that he found my comment in the spam queue instead.  Whaaaa?</p>
<p>He very kindly marked me &#8220;Not Spam&#8221; but as of yet, I&#8217;m still on the bad boy list.  I did some testing, and it looks like using my name and email with my older domain goes right through as a normal comment, but if I list webmarketinghowto.com as my URL then Akismet will mark it spam.  I&#8217;ve done this from the same IP, so that&#8217;s not it.  Maybe someone who previously owned this domain was A Bad Guy?</p>
<h3>What Does It Mean To Be Marked A Spammer By Akismet?</h3>
<p>While Akismet is great at protecting blogs from spam comments, it&#8217;s very success can cause you huge problems if you wind up on the spammer list, because you will now be prevented from commenting at 99% of the blogs running WordPress out there (I just made that figure up, by the way <img src='http://webmarketinghowto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) or any other platform that Akismet has developed a plugin for.  Since WordPress is one of the most popular blogging platforms out there, you can see how this can hurt you pretty badly.  Blogs are all about presenting information and discussion, so you will be locked out of that aspect.  Now I could not use my URL, but that won&#8217;t help the community aspect much.  If I post something interesting (hey, it&#8217;s a possibility!) it would be more difficult for people to find other content from me that could be useful or informative.</p>
<p>Not only that, but if I do comment somewhere and the blog admin doesn&#8217;t examine his Akismet queue looking for mistakenly-marked legitimate comments, then that will confirm the mistaken judgment, further exacerbating and extending the problem.  Spammers certainly are getting more and more creative all the time, and some of their comments are relatively subtle, though I don&#8217;t think I&#8217;ve posted anything that would be confused for one of these new tricky comments a la &#8220;Hello…Man i love reading your blog, interesting posts ! it was a great Sunday&#8221; with a link to a celebrity blog or something like that.  This was an actual example of a spam currently in my queue over at my other site.</p>
<p>This will also mark your trackbacks and pingbacks as spam, too, so there will be little way to interact with the community outside of forums and email.</p>
<h3>HowTo Resolve The Akismet False Positive Problem?</h3>
<p>There a couple of things you can do, and hopefully it will not take too long. <img src='http://webmarketinghowto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>First, contact blog owners where you&#8217;ve posted and have them check their Akismet queues.  They can find your post, look at it, and check the &#8220;Not Spam&#8221; box.  From there, hitting the &#8220;De-spam marked comments&#8221; will submit this to Akismet so it can learn from it&#8217;s mistakes.  So far, it&#8217;s been a couple-three days with no change.  I have no idea how long it takes or how many examples, but I hope it isn&#8217;t too many or too long. <img src='http://webmarketinghowto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Another option is to use <a href="http://akismet.com/contact/" title="Akismet's contact form" onclick="javascript:pageTracker._trackPageview ('/outbound/akismet.com');">Akismet&#8217;s contact form</a> in order to ask them to look into the situation.  This page uses a basic math question instead of Akismet just for this very reason:</p>
<blockquote><p><strong>*</strong> Note about this question. You might wonder, if these guys are so good at spam blocking why would they put a stupid question like this on their contact form to keep spam out? Well, Akismet is great at protecting contact forms, we use it on all our other sites, but on Akismet.com sometimes people use the contact form to tell us they&#8217;re being blocked by Akismet.</p>
<p>If you think about that, blocking people when they&#8217;re trying to tell us they&#8217;re wrongly blocked would probably frustrate them, hence the math question.</p></blockquote>
<p>There is yet a third option that may help.  You might create a post dealing with that very problem, and hoping that they might see it somehow, come to your rescue, thus enabling you to write a fawning &#8220;thank you!&#8221; post later.  I&#8217;ll let you know either way.</p>
<p>Has anyone else run into this problem?  Did you find other avenues of support?</p>

	Tags: <a href="http://webmarketinghowto.com/tag/akismet/" title="Akismet" rel="tag">Akismet</a>, <a href="http://webmarketinghowto.com/tag/akismet-false-positive/" title="akismet false positive" rel="tag">akismet false positive</a>, <a href="http://webmarketinghowto.com/tag/akismet-problem/" title="akismet problem" rel="tag">akismet problem</a>, <a href="http://webmarketinghowto.com/tag/akismet-problems/" title="akismet problems" rel="tag">akismet problems</a>, <a href="http://webmarketinghowto.com/tag/false-positive/" title="false positive" rel="tag">false positive</a>, <a href="http://webmarketinghowto.com/tag/how-to/" title="How To" rel="tag">How To</a>, <a href="http://webmarketinghowto.com/tag/howto/" title="HowTo" rel="tag">HowTo</a>, <a href="http://webmarketinghowto.com/tag/wordpress-plugins/" title="WordPress Plugins" rel="tag">WordPress Plugins</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/" title="WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats (December 19, 2007)">WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats</a> (2)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/21/howto-use-permalinks-with-wordpress/" title="HowTo Use Permalinks With WordPress (December 21, 2007)">HowTo Use Permalinks With WordPress</a> (4)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/24/akismet-false-positive-problem-resolved/" title="Akismet False Positive Problem Resolved (December 24, 2007)">Akismet False Positive Problem Resolved</a> (4)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/13/welcome-to-web-marketing-howto/" title="Welcome to Web Marketing HowTo! (December 13, 2007)">Welcome to Web Marketing HowTo!</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/15/howto-install-wordpress/" title="HowTo Install WordPress (December 15, 2007)">HowTo Install WordPress</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HowTo Increase Your Traffic</title>
		<link>http://webmarketinghowto.com/2007/12/21/howto-increase-your-traffic/</link>
		<comments>http://webmarketinghowto.com/2007/12/21/howto-increase-your-traffic/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 11:26:09 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Increasing Traffic]]></category>

		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2007/12/21/howto-increase-your-traffic/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
HowTo Increase Your Traffic
Increasing traffic can have some pretty different meanings.  On the road, it&#8217;s another sign of frustration to follow.  On the web, it&#8217;s more people coming to visit your site and see if you&#8217;ve got anything useful to say.  One good way to increase your traffic [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2007/12/21/howto-increase-your-traffic/">HowTo Increase Your Traffic</a></p>
<p>Increasing traffic can have some pretty different meanings.  On the road, it&#8217;s another sign of frustration to follow.  On the web, it&#8217;s more people coming to visit your site and see if you&#8217;ve got anything useful to say.  One good way to increase your traffic can come from your fellow bloggers.  <a href="http://www.michaelmartine.com/2007/12/20/submit-blog-for-boost/" title="Just Started a Blog? Submit Your Blog Here for a Boost!" onclick="javascript:pageTracker._trackPageview ('/outbound/www.michaelmartine.com');">Michael Martine decided to experiment in boosting blog traffic.</a>  Think about it &#8212; this can provide multiple benefits.</p>
<ol>
<li>It drives traffic to his site.  While you&#8217;re there, you might find other Related Posts of interest, and decide to check them out, too.  I did.  I am a voracious reader.</li>
<li>You can drive traffic to your site by commenting and have other people checking out your website in return.  How much traffic will that end up being?  Who knows, but it&#8217;s all worth a shot and creates back links.  It all depends on the participants, amount of traffic on the various sites, etc.</li>
<li>It can expose you to other blogs worth reading.  Of the 4 people who first commented, I had an outside interest in several of them.  One specializes in <a href="http://joesbunker.net/blog/" title="The Bunker II - Loss Prevention Is Not Sales Prevention" onclick="javascript:pageTracker._trackPageview ('/outbound/joesbunker.net');">Loss Prevention</a> and I passed that link along to <a href="http://www.blakeassociates.com/" title="Blake And Associates, Inc." onclick="javascript:pageTracker._trackPageview ('/outbound/www.blakeassociates.com');">my dad, who is also in the security field</a>.  We&#8217;re also using the same theme.  <img src='http://webmarketinghowto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Maybe he would like to read it, though it is not a subject I am directly interested in.  Another <a href="http://www.sandbarstosunsets.com/" title="Sandbars To Sunsets - Specializing in the Bluest Backyards" onclick="javascript:pageTracker._trackPageview ('/outbound/www.sandbarstosunsets.com');">specializes in real estate in Tampa, Florida</a>.  This interests me because I&#8217;m thinking idly about where we should live next, and I see information on diving too, which is another interest.  I also have another friend who is in real estate in Tampa, so he should be aware of the competition and I&#8217;m going to pass it on.  <a href="http://commonculinarian.com/" title="The Common Culinarian - Food Inspiration for the Everyday Cook" onclick="javascript:pageTracker._trackPageview ('/outbound/commonculinarian.com');">The Common Culinarian</a> was interesting, but I had to leave the site before I got too hungry!</li>
<li>And before you know it, you&#8217;ve bashed out a quick but useful post illustrated with examples.  How cool is that?  It&#8217;s not even like work!</li>
</ol>
<p>Just further proof that there&#8217;s all sorts of good information out there on the net, and you can find it in the most interesting and unusual ways.  What ways have you used to drive traffic to your site?</p>

	Tags: <a href="http://webmarketinghowto.com/tag/how-to/" title="How To" rel="tag">How To</a>, <a href="http://webmarketinghowto.com/tag/howto/" title="HowTo" rel="tag">HowTo</a>, <a href="http://webmarketinghowto.com/tag/increasing-traffic/" title="Increasing Traffic" rel="tag">Increasing Traffic</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/" title="WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats (December 19, 2007)">WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats</a> (2)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/13/welcome-to-web-marketing-howto/" title="Welcome to Web Marketing HowTo! (December 13, 2007)">Welcome to Web Marketing HowTo!</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/21/howto-use-permalinks-with-wordpress/" title="HowTo Use Permalinks With WordPress (December 21, 2007)">HowTo Use Permalinks With WordPress</a> (4)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/15/howto-install-wordpress/" title="HowTo Install WordPress (December 15, 2007)">HowTo Install WordPress</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/" title="HowTo Deal With Akismet False Positives (December 23, 2007)">HowTo Deal With Akismet False Positives</a> (23)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2007/12/21/howto-increase-your-traffic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HowTo Use Permalinks With WordPress</title>
		<link>http://webmarketinghowto.com/2007/12/21/howto-use-permalinks-with-wordpress/</link>
		<comments>http://webmarketinghowto.com/2007/12/21/howto-use-permalinks-with-wordpress/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 08:56:07 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[How To]]></category>

		<category><![CDATA[mod_rewrite]]></category>

		<category><![CDATA[pathinfo]]></category>

		<category><![CDATA[permalink]]></category>

		<category><![CDATA[Permalinks]]></category>

		<category><![CDATA[redirection]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2007/12/21/howto-use-permalinks-with-wordpress/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
HowTo Use Permalinks With WordPress
What&#8217;s a Permalink?
A permalink is nothing more than the URL to your posts and pages.  It&#8217;s called a permalink because it&#8217;s something that shouldn&#8217;t change, otherwise you&#8217;ll break other people&#8217;s links to you.  I&#8217;ll break them down into 2 different types:
Not Useful, AKA default:
http://domain.com/?p=123
It works [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2007/12/21/howto-use-permalinks-with-wordpress/">HowTo Use Permalinks With WordPress</a></p>
<h3>What&#8217;s a Permalink?</h3>
<p>A permalink is nothing more than the URL to your posts and pages.  It&#8217;s called a permalink because it&#8217;s something that shouldn&#8217;t change, otherwise you&#8217;ll break other people&#8217;s links to you.  I&#8217;ll break them down into 2 different types:</p>
<h3>Not Useful, AKA default:</h3>
<blockquote><p>http://domain.com/?p=123</p></blockquote>
<p>It works for any server environment, but offers you nothing by which to identify the post, unless you&#8217;re a savant who just remembers those sorts of things.  It&#8217;s not useful, despite it&#8217;s relative simplicity.  It doesn&#8217;t tell a human or a search anything about the contents of the URL.</p>
<h3>Useful, AKA mod_rewrite / PATHINFO:</h3>
<blockquote><p>http://domain.com/year/month/day/post-name<br />
http://domain.com/category/post-name</p></blockquote>
<p>See how much better it looks and how more useful it is?  There are a variety of ways to build the structure beyond the name.  The /year/month/day/post-name is default, but you can use a variety of other descriptors, such as author and category as well.   You can even use hours, minutes, and seconds, but I think it&#8217;s easy to agree that it&#8217;s too granular and would be distracting in most conceivable uses.</p>
<p>The only difference between the mod_rewrite and PATHINFO variants is that mod_rewrite requires use of the Apache webserver with the mod_rewrite module activated and small changes to the .htaccess file.  PATHINFO permalinks will look the same, but require the element index.php between your domain name and the rest of the permalink.</p>
<p>Your Options | Permalinks page will allow you to choose which method you prefer:</p>
<p>The debate rages over whether you should or should not include dates in your permalink structure.  I&#8217;m not going to re-hash that here, but I use them as it&#8217;s an easy way to distinguish posts from each other and let you know when it was made.  It works for me but opinions differ, and you are free to choose your own structure.</p>
<h3>I Want To Change My Permalink Structure, What Do I Do?</h3>
<p>If you&#8217;ve already set up your permalinks, or accepted the default style, but would now like to change to a different format, all is not lost.   Plugins exists to issue a &#8220;301 Redirect&#8221; so that browsers and search engines are redirected to the correct permalink so that you will not lose search engine rankings and traffic.</p>
<p>Scott Yang&#8217;s <a href="http://scott.yang.id.au/code/permalink-redirect/" title="Permalink Redirect WordPress Plugin" onclick="javascript:pageTracker._trackPageview ('/outbound/scott.yang.id.au');">Permalink Redirect WordPress Plugin</a> and Dean Lee&#8217;s <a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/" title="Permalinks Migration Plugin" onclick="javascript:pageTracker._trackPageview ('/outbound/www.deanlee.cn');">Permalinks Migration Plugin</a> will assist you with updating your permalink structure while still retaining your readership, existing links, and search engine position.  The <a href="http://scott.yang.id.au/code/permalink-redirect/" title="Permalink Redirect WordPress Plugin" onclick="javascript:pageTracker._trackPageview ('/outbound/scott.yang.id.au');">Permalink Redirect WordPress Plugin</a> also will prevent you from having duplicate links for the same content.  It can redirect your domain.com to www.domain.com (and vice versa) and prevent duplicate entries from traffic coming to your directories with or without the trailing slash at the end, so it has additional value that you may find useful.</p>
<p>So which permalink structure do you use, and why?  Do you prefer dates or no dates?</p>

	Tags: <a href="http://webmarketinghowto.com/tag/how-to/" title="How To" rel="tag">How To</a>, <a href="http://webmarketinghowto.com/tag/howto/" title="HowTo" rel="tag">HowTo</a>, <a href="http://webmarketinghowto.com/tag/mod_rewrite/" title="mod_rewrite" rel="tag">mod_rewrite</a>, <a href="http://webmarketinghowto.com/tag/pathinfo/" title="pathinfo" rel="tag">pathinfo</a>, <a href="http://webmarketinghowto.com/tag/permalink/" title="permalink" rel="tag">permalink</a>, <a href="http://webmarketinghowto.com/tag/permalinks/" title="Permalinks" rel="tag">Permalinks</a>, <a href="http://webmarketinghowto.com/tag/redirection/" title="redirection" rel="tag">redirection</a>, <a href="http://webmarketinghowto.com/tag/wordpress/" title="WordPress" rel="tag">WordPress</a>, <a href="http://webmarketinghowto.com/tag/wordpress-plugins/" title="WordPress Plugins" rel="tag">WordPress Plugins</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/" title="WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats (December 19, 2007)">WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats</a> (2)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/13/welcome-to-web-marketing-howto/" title="Welcome to Web Marketing HowTo! (December 13, 2007)">Welcome to Web Marketing HowTo!</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/15/howto-install-wordpress/" title="HowTo Install WordPress (December 15, 2007)">HowTo Install WordPress</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/" title="HowTo Deal With Akismet False Positives (December 23, 2007)">HowTo Deal With Akismet False Positives</a> (23)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/14/why-i-use-wordpress/" title="Why I Use WordPress (December 14, 2007)">Why I Use WordPress</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2007/12/21/howto-use-permalinks-with-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats</title>
		<link>http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/</link>
		<comments>http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 11:40:42 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[Building The Site]]></category>

		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<category><![CDATA[Akismet]]></category>

		<category><![CDATA[akismet wordpress configuration]]></category>

		<category><![CDATA[get akismet stats]]></category>

		<category><![CDATA[Google Analytics]]></category>

		<category><![CDATA[How To]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[statistics]]></category>

		<category><![CDATA[WordPress.com]]></category>

		<category><![CDATA[WordPress.com API Key]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats
WordPress.com API Keys
WordPress.com has an additional offering of their &#8220;API keys&#8221; that enable you to leverage features of the WordPress.com platform.  Free for personal use, and cheap for businesses, this is a simple, no brainer investment in your WordPress blog.  You needn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/">WordPress.com APIs: HowTo Use Akismet and WordPress.com Stats</a></p>
<h3>WordPress.com API Keys</h3>
<p>WordPress.com has an additional offering of their &#8220;API keys&#8221; that enable you to leverage features of the WordPress.com platform.  Free for personal use, and cheap for businesses, this is a simple, no brainer investment in your WordPress blog.  You needn&#8217;t have a blog hosted at WordPress.com, since you can just <a href="http://wordpress.com/signup/" title="Sign Up at WordPress.com" onclick="javascript:pageTracker._trackPageview ('/outbound/wordpress.com');">sign up and create a login</a> without creating a blog there.  Instead of the default choice &#8220;Gimme a blog!&#8221;, just select &#8220;Just a username, please&#8221; instead.</p>
<p>You will get an email shortly thereafter with your username and login information, but the main item we are looking for here is your WordPress.com API key.  You will need this to activate Akismet and WordPress.com stats.</p>
<h3>Akismet</h3>
<p><a href="http://akismet.com" title="Akismet" onclick="javascript:pageTracker._trackPageview ('/outbound/akismet.com');">Akismet</a> is the anti-spam service created by Automattic, WordPress&#8217; parent company.   According to the blurb at the top of their website, 92% of all comments are spam.  Instead of spending all your timing pruning spam, Akismet makes the process easy for you.</p>
<p>After you <a href="http://akismet.com/download/" title="Download Akismet" onclick="javascript:pageTracker._trackPageview ('/outbound/akismet.com');">download Akismet</a>, upload it to your site, and activate the plugin, on the Plugins / Akismet Configuration page you simply paste in your WordPress.com API key and you&#8217;re done!  I find the option to automatically discard spam comments on posts older than a month is also a good option to check, since spammers like to dig deep and hope to escape your notice.  This way you don&#8217;t have to bother with approving / disapproving any old comments, since they are doubly likely to be spam.  Your Akismet Spam admin page is linked right off of the main dashboard page for your blog.  From there it&#8217;s simple to delete them all at once and mark the rare miscategorized comment as &#8220;Not Spam&#8221;.  I don&#8217;t think I&#8217;ve ever actually run into one mistakenly marked as spam yet, for what it&#8217;s worth.   I usually give a quick glance over and hit my friend, the &#8220;Delete All&#8221; button.</p>
<h3>WordPress.com Stats</h3>
<p>There are many ways to get stats on your blog but <a href="http://wordpress.org/extend/plugins/stats/" title="WordPress.com Stats" onclick="javascript:pageTracker._trackPageview ('/outbound/wordpress.org');">WordPress.com Stats</a> provides an easily integrated, simple overview that&#8217;s easy to understand.   Since you&#8217;re going to want to get an API key you may as well give the stats a shot at the same time, since it also needs the API key entered into its configuration.  I recommend using these in conjunction with a full featured stats solution like Google Analytics, but using the WordPress.com Stats to examine the ordinary traffic while using Analytics to delve more deeply into a much wider breadth of information.</p>
<p>What stats to you get out of WordPress.com?</p>
<ul>
<li>Total views on a daily, weekly, or monthly basis</li>
<li>Referrers for today and yesterday, with number of views</li>
<li> Search Engine Terms used to find your blog &#8212; this can be quite entertaining, actually.  The <em>things</em> people search for!</li>
<li>Top Posts and Pages for today and yesterday, with number of views</li>
<li>Clicks on links in your blog for today and yesterday</li>
<li>Blog Stats - Total Views, Best Day Ever, and Views Today</li>
</ul>
<p>While your at a glance view only gives you two days of information, it gives you a good idea what&#8217;s happening with your blog and is easy to use and read.   You can click on each section heading for a 7 day summary of that particular statistic, and for specific pages get a viewcount graph going back even further.  Incidentally, if you have multiple blogs tracking stats on the same API key, you can switch back and forth between them without having to open up the other blog&#8217;s Dashboard first.</p>
<p>Simple, quick, easy, and well integrated &#8212; that&#8217;s what I call a pretty good deal!</p>

	Tags: <a href="http://webmarketinghowto.com/tag/akismet/" title="Akismet" rel="tag">Akismet</a>, <a href="http://webmarketinghowto.com/tag/akismet-wordpress-configuration/" title="akismet wordpress configuration" rel="tag">akismet wordpress configuration</a>, <a href="http://webmarketinghowto.com/tag/get-akismet-stats/" title="get akismet stats" rel="tag">get akismet stats</a>, <a href="http://webmarketinghowto.com/tag/google-analytics/" title="Google Analytics" rel="tag">Google Analytics</a>, <a href="http://webmarketinghowto.com/tag/how-to/" title="How To" rel="tag">How To</a>, <a href="http://webmarketinghowto.com/tag/howto/" title="HowTo" rel="tag">HowTo</a>, <a href="http://webmarketinghowto.com/tag/plugins/" title="plugins" rel="tag">plugins</a>, <a href="http://webmarketinghowto.com/tag/statistics/" title="statistics" rel="tag">statistics</a>, <a href="http://webmarketinghowto.com/tag/wordpress/" title="WordPress" rel="tag">WordPress</a>, <a href="http://webmarketinghowto.com/tag/wordpress-plugins/" title="WordPress Plugins" rel="tag">WordPress Plugins</a>, <a href="http://webmarketinghowto.com/tag/wordpresscom/" title="WordPress.com" rel="tag">WordPress.com</a>, <a href="http://webmarketinghowto.com/tag/wordpresscom-api-key/" title="WordPress.com API Key" rel="tag">WordPress.com API Key</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/2007/12/17/16-wordpress-plugins-you-must-have/" title="16 WordPress Plugins You Must Have (December 17, 2007)">16 WordPress Plugins You Must Have</a> (2)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/21/howto-use-permalinks-with-wordpress/" title="HowTo Use Permalinks With WordPress (December 21, 2007)">HowTo Use Permalinks With WordPress</a> (4)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/23/howto-deal-with-akismet-false-positives/" title="HowTo Deal With Akismet False Positives (December 23, 2007)">HowTo Deal With Akismet False Positives</a> (23)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/13/welcome-to-web-marketing-howto/" title="Welcome to Web Marketing HowTo! (December 13, 2007)">Welcome to Web Marketing HowTo!</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/plugins/" title="Plugins (December 14, 2007)">Plugins</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2007/12/19/wordpresscom-apis-howto-use-akismet-and-wordpresscom-stats/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Marketing for Dummies: I Got Scammed 37 Times!</title>
		<link>http://webmarketinghowto.com/2007/12/18/web-marketing-for-dummies-i-got-scammed-37-times/</link>
		<comments>http://webmarketinghowto.com/2007/12/18/web-marketing-for-dummies-i-got-scammed-37-times/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 11:20:41 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
		
		<category><![CDATA[Affiliate Programs]]></category>

		<category><![CDATA[HowNotTo]]></category>

		<category><![CDATA[I Got Scammed]]></category>

		<category><![CDATA[scams]]></category>

		<category><![CDATA[web marketing]]></category>

		<category><![CDATA[Web Marketing for Dummies]]></category>

		<guid isPermaLink="false">http://webmarketinghowto.com/2007/12/18/web-marketing-for-dummies-i-got-scammed-37-times/</guid>
		<description><![CDATA[Post from: Web Marketing HowTo
Web Marketing for Dummies: I Got Scammed 37 Times!
Or, more properly Web Marketing By Dummies!
You may have seen the Google Adsense ads:
I Was Scammed 37 Times!
These sites are absolute scams!  I will show
the ones that work!
I Got Scammed 27 Times
Avoid Work at Home Online Scames!  I will show
You the [...]]]></description>
			<content:encoded><![CDATA[<p>Post from: <a href="http://webmarketinghowto.com">Web Marketing HowTo</a></p>
<p><a href="http://webmarketinghowto.com/2007/12/18/web-marketing-for-dummies-i-got-scammed-37-times/">Web Marketing for Dummies: I Got Scammed 37 Times!</a></p>
<p>Or, more properly Web Marketing By Dummies!</p>
<p>You may have seen the Google Adsense ads:</p>
<blockquote><p>I Was Scammed 37 Times!<br />
These sites are absolute scams!  I will show<br />
the ones that work!</p>
<p>I Got Scammed 27 Times<br />
Avoid Work at Home Online Scames!  I will show<br />
You the Ones That Work.</p>
<p>Stop Getting Scammed<br />
Do you want a real business.  OK.  I  was amazed.<br />
Testimonials</p></blockquote>
<p>Now, I&#8217;m no genius, but I have to figure someone who&#8217;s been scammed an awful lot of times IS NOT the person to warn you about them.  I&#8217;m more of the old &#8220;fool me once, shame on you; fool me twice, shame on me&#8221; school.  That scale doesn&#8217;t even go up to 37.  It only establishes the credibility of the fool, however there are still an awful lot of people who fall for these kinds of things, because they are desperate for the easy way out.</p>
<p>These types of scam review sites have sprung up everywhere, typically clones of each with minor differences, if at all.  They have their sad sack story about how they hit a rough spot in life (just like you could, brother!), tried several different money making programs (haven&#8217;t you too, friend?), and got scammed almost all the time (woe is me!).  But at the end, they discovered a light at the end of the tunnel (and there is hope for you, too!) and now just want to share it with the world.</p>
<p>What you are seeing then is a website designed to market and pimp out affiliate programs, or get rich quick schemes that primarily involve you marketing to other people with an affiliate link that pays them a percentage off of the &#8220;programs&#8221; that you order.   There is no shortage of these types of affiliate programs out there on the net, and some of them are even legitimate.  How do you spot the fakes?</p>
<ul>
<li><strong>Unrealistic income claims</strong> - They tell you that you&#8217;ll make an unbelievable amount of money, knowing that the dollar signs will flash before your eyes and reduce your IQ sharply.</li>
<li><strong>Short time frames</strong> - You&#8217;ll be making money immediately!  Yeah, right.</li>
<li><strong>Little or no effort involved</strong> - As much as we&#8217;d all like that to be true, it simply doesn&#8217;t work that way.</li>
<li><strong>Products you have to buy</strong> - That makes someone else money.  It <em>costs</em> you money.  Not a good sign.</li>
<li><strong>Hype hype hype</strong> - There&#8217;s lots of information on how great the product is, but nothing on <em>what</em> it is.  Hype is the thing that they are selling you.  What can you do with that?</li>
<li><strong>Testimonials</strong> - A paid actor standing next to a day-rented sports car in front of someone else&#8217;s mansion doesn&#8217;t take long to photograph.  If they don&#8217;t give full names and contact info, that person probably doesn&#8217;t exist.  If they do, they&#8217;re in on it.</li>
<li><strong>Limited time offers</strong> - Hurry!  Buy now before you think about it too long and realize it&#8217;s a scam!</li>
<li><strong>Limited memberships</strong> - The program is only open to xx number of members, join now before it&#8217;s too late!</li>
</ul>
<p>There are certainly legitimate programs out there.  They&#8217;ll tell you it takes work and time.  Any program that goes on and on about how simple and easy it is will just be preying on you.  They&#8217;re making money on you in a way that you haven&#8217;t picked up on yet, either by you buying a useless product from them designed simply to sell you another product and so on, by affiliate links such that the scammer makes money by selling you web hosting so you can be an affiliate pushing the product that he sold you, using software you buy from them, etc.  Ever seen an offer that includes a web site &#8220;that only works with SoandSo Hosting&#8221;?  Think about it.</p>
<p>Want to make money online?  Come up with something people want - a widget (fictional or WordPress!), a book, hula doll bobbleheads from Hawaii,  consulting on some some subject you&#8217;re an expert it, etc. and put the work into it same as you would for any other real world business, but with a larger potential customer base.</p>
<p>* Disclaimer - I&#8217;ve got an affiliate link to my long-time hosting provider, but I&#8217;m not trying to sell you anything nor convince you to do anything, so it&#8217;s ok. <img src='http://webmarketinghowto.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>

	Tags: <a href="http://webmarketinghowto.com/tag/affiliate-programs/" title="Affiliate Programs" rel="tag">Affiliate Programs</a>, <a href="http://webmarketinghowto.com/tag/hownotto/" title="HowNotTo" rel="tag">HowNotTo</a>, <a href="http://webmarketinghowto.com/tag/i-got-scammed/" title="I Got Scammed" rel="tag">I Got Scammed</a>, <a href="http://webmarketinghowto.com/tag/scams/" title="scams" rel="tag">scams</a>, <a href="http://webmarketinghowto.com/tag/web-marketing/" title="web marketing" rel="tag">web marketing</a>, <a href="http://webmarketinghowto.com/tag/web-marketing-for-dummies/" title="Web Marketing for Dummies" rel="tag">Web Marketing for Dummies</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://webmarketinghowto.com/about/" title="About (December 13, 2007)">About</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/13/welcome-to-web-marketing-howto/" title="Welcome to Web Marketing HowTo! (December 13, 2007)">Welcome to Web Marketing HowTo!</a> (0)</li>
	<li><a href="http://webmarketinghowto.com/2007/12/27/pay-per-play-whats-their-agenda/" title="Pay-Per-Play:  What&#8217;s Their Agenda? (December 27, 2007)">Pay-Per-Play:  What&#8217;s Their Agenda?</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://webmarketinghowto.com/2007/12/18/web-marketing-for-dummies-i-got-scammed-37-times/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
