<?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>NetViper Interactive</title>
	<atom:link href="http://www.netviperinteractive.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netviperinteractive.com</link>
	<description>Web Design, SEO, PPC</description>
	<lastBuildDate>Wed, 23 Nov 2011 14:52:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Google says SEO is not SPAM</title>
		<link>http://www.netviperinteractive.com/google-says-seo-is-not-spam/</link>
		<comments>http://www.netviperinteractive.com/google-says-seo-is-not-spam/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 13:24:38 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Search Engine Optmization]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=703</guid>
		<description><![CDATA[Well, it’s official. Matt Cutts, the head of Google’s Web spam team, says that SEO (Search Engine Optimization) is not spam. This is not a big surprise to many of use that have been in the industry a lot time, &#8230; <a href="http://www.netviperinteractive.com/google-says-seo-is-not-spam/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><iframe width="560" height="315" src="http://www.youtube.com/embed/BS75vhGO-kk" frameborder="0" allowfullscreen></iframe></p>
<p>Well, it’s official. Matt Cutts, the head of Google’s Web spam team, says  that SEO (Search Engine Optimization) is not spam.  This is not a big surprise to many of use that have been in the industry a lot time, but it helps justify what we do to clients who are not really sure if SEO is the right thing to do.</p>
<p>Keep in mind that he is talking about White-hat techniques, quality links and quality content.  This is the strategy NetViper Interactive Inc uses to help rank your website at the top of the search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/google-says-seo-is-not-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-Admin goes blank</title>
		<link>http://www.netviperinteractive.com/wp-admin-goes-blank/</link>
		<comments>http://www.netviperinteractive.com/wp-admin-goes-blank/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 13:21:33 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=701</guid>
		<description><![CDATA[This can be a serious problem and mean one of your plugins has caused a lot of problems with your site. It is a scary experience when you cannot log in to your own site. That being said, try this &#8230; <a href="http://www.netviperinteractive.com/wp-admin-goes-blank/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This can be a serious problem and mean one of your plugins has caused a lot of problems with your site.  It is a scary experience when you cannot log in to your own site.  </p>
<p>That being said, try this first.</p>
<p>Look at your functions.php file and find any empty spaces at the top or bottom.  Remove those spaces and re-upload functions.php.  That may solve your problem and save you a TON of time and grey hair!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/wp-admin-goes-blank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable WordPress Auto Formatting</title>
		<link>http://www.netviperinteractive.com/disable-wordpress-auto-formatting/</link>
		<comments>http://www.netviperinteractive.com/disable-wordpress-auto-formatting/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 13:15:41 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=683</guid>
		<description><![CDATA[Sometimes WordPress can be extremely annoying with the Auto Formatting. Often it will add a or a where you don&#8217;t want one and it will totally mess up the look of your page. Do how do we fix this? There &#8230; <a href="http://www.netviperinteractive.com/disable-wordpress-auto-formatting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes WordPress can be extremely annoying with the Auto Formatting.  Often it will add a
<p> or a <br /> where you don&#8217;t want one and it will totally mess up the look of your page.  Do how do we fix this?</p>
<p>There are a couple of options.</p>
<p>1. You can get a plug-in to disable the auto formatting completely.  Such as this one. <a href="http://wordpress.org/extend/plugins/ps-disable-auto-formatting/" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/extend/plugins/ps-disable-auto-formatting/?referer=');">PS Disable Auto Formatting</a>.  The downside to this plug in is that it kills the auto formatting fro your entire site, which might mess up a lot of page you have already finished with</p>
<p>2. Another option &#8212; and a better option &#8212; is to create a custom field that will allow you to disable the auto formatting only on the pages you want to disable it.</p>
<p>I learned this trick <a href="http://www.stampede-design.com/blog/2010/12/disable-html-auto-formatting-in-wordpress/" onclick="pageTracker._trackPageview('/outgoing/www.stampede-design.com/blog/2010/12/disable-html-auto-formatting-in-wordpress/?referer=');">here</a></p>
<p>So in this method we edit our functions.php to include the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">function WP_auto_formatting($content) {
    global $post;
    if(get_post_meta($post-&gt;ID, 'disable_auto_formatting', true) == 1) {
        remove_filter('the_content', 'wpautop');
    }
    return $content;
}
add_filter( &quot;the_content&quot;, &quot;WP_auto_formatting&quot;, 1 );</pre></td></tr></table></div>

<p>Now we are able to set a custom field of &#8220;disable_auto_formatting&#8221; and give it a value of 1.  This will disable the auto formatting on that page only.  </p>
<p>Very sweet.  WP 3.21 compatible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/disable-wordpress-auto-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test4</title>
		<link>http://www.netviperinteractive.com/test4/</link>
		<comments>http://www.netviperinteractive.com/test4/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 20:05:31 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=695</guid>
		<description><![CDATA[test 4]]></description>
			<content:encoded><![CDATA[<p>test 4 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/test4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test3</title>
		<link>http://www.netviperinteractive.com/test3/</link>
		<comments>http://www.netviperinteractive.com/test3/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 20:03:09 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=693</guid>
		<description><![CDATA[for facebook]]></description>
			<content:encoded><![CDATA[<p>for facebook</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/test3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test for facebook</title>
		<link>http://www.netviperinteractive.com/test-for-facebook/</link>
		<comments>http://www.netviperinteractive.com/test-for-facebook/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 19:50:40 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=691</guid>
		<description><![CDATA[this is a test]]></description>
			<content:encoded><![CDATA[<p>this is a test</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/test-for-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>testing facebook feed</title>
		<link>http://www.netviperinteractive.com/testing-facebook-feed/</link>
		<comments>http://www.netviperinteractive.com/testing-facebook-feed/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 19:31:04 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=688</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/testing-facebook-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site launched</title>
		<link>http://www.netviperinteractive.com/new-site-launched/</link>
		<comments>http://www.netviperinteractive.com/new-site-launched/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 14:32:31 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=644</guid>
		<description><![CDATA[This is the newest version of NetViper Interactive.com. We have removed the Powerpoint services and LeadViper Craigslist program. We will launch a new site for that program on its own. Please send us your feedback for the new site design.]]></description>
			<content:encoded><![CDATA[<p>This is the newest version of NetViper Interactive.com.  We have removed the Powerpoint services and LeadViper Craigslist program.  We will launch a new site for that program on its own.  Please send us your feedback for the new site design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/new-site-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting on Version 4.0 of the&#8230;</title>
		<link>http://www.netviperinteractive.com/starting-on-version-4-0-of-the/</link>
		<comments>http://www.netviperinteractive.com/starting-on-version-4-0-of-the/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 18:08:37 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[sem]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/starting-on-version-4-0-of-the/</guid>
		<description><![CDATA[Starting on Version 4.0 of the website]]></description>
			<content:encoded><![CDATA[<p>Starting on Version 4.0 of the website</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/starting-on-version-4-0-of-the/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing &#8220;Allowed Tags&#8221; on the comment form.</title>
		<link>http://www.netviperinteractive.com/removing-allowed-tags-on-the-comment-form/</link>
		<comments>http://www.netviperinteractive.com/removing-allowed-tags-on-the-comment-form/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 03:21:45 +0000</pubDate>
		<dc:creator>netviper</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.netviperinteractive.com/?p=328</guid>
		<description><![CDATA[This solution is from the wordpress forums from Emsi.  It is not guaranteed to work on all themes, but it did work fine for me on my theme based on twenty ten. Follows these steps: 1. back up your functions.php &#8230; <a href="http://www.netviperinteractive.com/removing-allowed-tags-on-the-comment-form/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This solution is from the wordpress forums from Emsi.  It is not guaranteed to work on all themes, but it did work fine for me on my theme based on twenty ten.</p>
<p>Follows these steps:</p>
<p>1. back up your functions.php file.</p>
<p>2. Add the following to your functions.php file<br />
function my_comment_form_args($user_identity, $post_id, $req) {<br />
	$args = array(<br />
		&#8216;comment_notes_after&#8217; =&gt; &#8221;<br />
	);<br />
	return $args;<br />
}<br />
3. then replace &lt;?php comment_form();?&gt; with &lt;?php comment_form( my_comment_form_args($user_identity, $post-&gt;ID, $req) ); ?&gt; in your comments.php file.  That should be the last line.</p>
<p>Thats it. </p>
<p>To see the full thread, visit <a href="http://wordpress.org/support/topic/solved-allowed-tags-in-comment-form" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/support/topic/solved-allowed-tags-in-comment-form?referer=');">http://wordpress.org/support/topic/solved-allowed-tags-in-comment-form</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netviperinteractive.com/removing-allowed-tags-on-the-comment-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

