<?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>An Expert Marketer &#187; Code Library</title>
	<atom:link href="http://expert-marketer.com/category/code-library/feed" rel="self" type="application/rss+xml" />
	<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>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Block Page &amp; Category Spidering in Wordpress</title>
		<link>http://expert-marketer.com/code-library/block-page-category-spider-crawl-wordpress.html</link>
		<comments>http://expert-marketer.com/code-library/block-page-category-spider-crawl-wordpress.html#comments</comments>
		<pubDate>Thu, 25 Jun 2009 13:31:45 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Code Library]]></category>

		<guid isPermaLink="false">http://expert-marketer.com/?p=404</guid>
		<description><![CDATA[To block page and category spidering by polite search engines, you use the following code in your header.php template:


if((is_home() &#038;&#038; ($paged < 2 )) &#124;&#124; is_single() &#124;&#124; is_page() &#124;&#124; is_category()){
echo '&#60;meta name="robots" content="index,follow" /&#62;';
} else {
echo '&#60;meta name="robots" content="noindex,follow" /&#62;';}

The point of this is to prevent duplicate content in wordpress.
If you would like An Expert [...]]]></description>
		<wfw:commentRss>http://expert-marketer.com/code-library/block-page-category-spider-crawl-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Frame Breakout in Google Image Search</title>
		<link>http://expert-marketer.com/code-library/javascript-frame-breakout-google-image-search.html</link>
		<comments>http://expert-marketer.com/code-library/javascript-frame-breakout-google-image-search.html#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:30:45 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Code Library]]></category>

		<guid isPermaLink="false">http://expert-marketer.com/?p=380</guid>
		<description><![CDATA[Google Image search results can be used to your marketing advantage.   Here is how:


Someone searches for a popular phrase in the Google Images Search Engine
They find your optimized image and click it
Instead of a framed image, you remove the frame and force them to search the page instead of just steal it easily
Breaking [...]]]></description>
		<wfw:commentRss>http://expert-marketer.com/code-library/javascript-frame-breakout-google-image-search.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Copyright Date Update With JavaScript</title>
		<link>http://expert-marketer.com/code-library/automatic-copyright-date-update-with-javascript.html</link>
		<comments>http://expert-marketer.com/code-library/automatic-copyright-date-update-with-javascript.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 17:44:11 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Code Library]]></category>

		<guid isPermaLink="false">http://expert-marketer.com/?p=271</guid>
		<description><![CDATA[Need something that auto updates your copyright date?
the code:


Copyright &#38;copy; 2001
&#60;script type="text/javascript"&#62;
&#60;!-- Begin Date Script
copyright=new Date();
update=copyright.getFullYear();
document.write("-" + update);
//  End --&#62;
&#60;/script&#62;
 All rights reserved.

Paste this into the bottom of your page in a footer, and you&#8217;ll never have to update your copyright information again.   Notice how I have worded the beginning date.  This [...]]]></description>
		<wfw:commentRss>http://expert-marketer.com/code-library/automatic-copyright-date-update-with-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
