<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92">
<channel>
	<title>An Expert Marketer</title>
	<link>http://expert-marketer.com</link>
	<description>&#34;Web Site Marketing Firm in Mesa/Phoenix&#34;</description>
	<lastBuildDate>Tue, 01 Sep 2009 19:25:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to Delete WordPress Revisions</title>
		<description><![CDATA[You can Delete WordPress Revisions easily by using a SQL statement:


DELETE a,b,c
FROM wp_posts a
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
WHERE a.post_type = 'revision'


Tested on WordPress 2.8.4
]]></description>
		<link>http://expert-marketer.com/wordpress-how-to/how-to-delete-wordpress-revisions.html</link>
			</item>
	<item>
		<title>Google Contact Number</title>
		<description><![CDATA[How NOT to contact Google..
So &#8211; I received a call today from a woman who was upset about google charging her checking account.
She said she found me by going to the Arizona yellow pages online and typing in &#8216;Google&#8217;.  She said I was number 1.  I looked and couldn&#8217;t find what term she [...]]]></description>
		<link>http://expert-marketer.com/search-engine-tricks/google-contact-number.html</link>
			</item>
	<item>
		<title>Remove Meta Generator for Wordpress</title>
		<description><![CDATA[In the core functions.php file of your theme, add this right before the last ?&#62;
remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;);
This will remove the wp version header information that hackers can use to determine what weaknesses you have.   By adding that line, the fingerprint they search for is not present in your wordpress install.
]]></description>
		<link>http://expert-marketer.com/wordpress-how-to/remove-meta-generator-for-wordpress.html</link>
			</item>
	<item>
		<title>List of Websites that Promote YOUR Website</title>
		<description><![CDATA[Submit your website, service or web applcation to the following sites.  You&#8217;ll get backlinks, and traffic.


MOMB  Museum of Modern Betas is a web site for listing web-based apps in beta status.
DemoGirl  Molly McDonald is the editor-in-chief of this VPOP Technologies Inc. blog. If she thinks your service is good enough, she&#8217;ll create [...]]]></description>
		<link>http://expert-marketer.com/link-building/list-of-websites-that-promote-your-website.html</link>
			</item>
	<item>
		<title>How to Find Google Supplemental Index Pages</title>
		<description><![CDATA[What is the Supplemental Index?
The Google Supplemental index is like a black hole.   If your site is listed in it &#8211; you won&#8217;t be getting traffic.  Google had originally intended this to help reduce spam, but we are seeing many good pages get dropped.   The SI (Supplemental Index) tag seems [...]]]></description>
		<link>http://expert-marketer.com/search-engine-tricks/how-to-find-google-supplemental-index-pages.html</link>
			</item>
</channel>
</rss>
