<?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>RootsRevival Media &#187; RootsRevival Media</title>
	<atom:link href="http://rootsrevival.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://rootsrevival.net</link>
	<description></description>
	<lastBuildDate>Mon, 12 Mar 2012 19:32:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>That Cake Place</title>
		<link>http://rootsrevival.net/cake-place/</link>
		<comments>http://rootsrevival.net/cake-place/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 19:32:20 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=395</guid>
		<description><![CDATA[That Cake Place is a cake company out of Oklahoma that services both east Oklahoma and north west Arkansas. They approached us with a logo need. We were able to work with them on color and inspiration resulting in this beautiful logo.  ]]></description>
			<content:encoded><![CDATA[<p>That Cake Place is a cake company out of Oklahoma that services both east Oklahoma and north west Arkansas. They approached us with a logo need. We were able to work with them on color and inspiration resulting in this beautiful logo.</p>
<div> <a href="http://rootsrevival.net/wp-content/uploads/2012/03/Cakeplacebigsmall.png" rel="lightbox[395]"><img class="alignright size-medium wp-image-394 colorbox-395" title="That Cake Place Photo" src="http://rootsrevival.net/wp-content/uploads/2012/03/Cakeplacebigsmall-300x300.png" alt="That Cake Place" width="300" height="300" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/cake-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cortt Chavis</title>
		<link>http://rootsrevival.net/cortt-chavis/</link>
		<comments>http://rootsrevival.net/cortt-chavis/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 21:38:51 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=386</guid>
		<description><![CDATA[Evangelist Cortt Chavis came to us to redesign corttchavis.com. The new site design includes an estore as well as a full mp3 player and a blog. Keep an eye out for the new design.]]></description>
			<content:encoded><![CDATA[<p>Evangelist Cortt Chavis came to us to redesign corttchavis.com. The new site design includes an estore as well as a full mp3 player and a blog. Keep an eye out for the new design.</p>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/cortt-chavis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So You Want A Faster WordPress Site?</title>
		<link>http://rootsrevival.net/4-simple-ways-speed-wordpress/</link>
		<comments>http://rootsrevival.net/4-simple-ways-speed-wordpress/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 03:13:43 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[The Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress plugins]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=371</guid>
		<description><![CDATA[Some self-hosted WordPress sites tend to run slow, especially when you receive tons of heavy traffic every day. This may be a result of the amount of large files your site needs to load or inefficient coding. But there’s nothing worst than a slow site, so here are some quick tips on how to speed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-372 alignleft colorbox-371" title="So You Want A Faster WordPress Site? Photo" src="http://rootsrevival.net/wp-content/uploads/2012/01/wordpress.png" alt="So You Want A Faster WordPress Site?" width="130" height="130" />Some self-hosted WordPress sites tend to run slow, especially when you receive tons of heavy traffic every day. This may be a result of the amount of large files your site needs to load or inefficient coding. But there’s nothing worst than a slow site, so here are some quick tips on how to speed up your self-hosted WordPress site. These tips mostly apply to self-hosted WordPress site because if you’re site is hosted on WordPress.com, you’re already being taken care of.</p>
<p>&nbsp;</p>
<p><strong>1. Staying up to date with releases</strong></p>
<p>Staying up to date with the latest version of WordPress is critical. In every update, there are usually a lot of performance enhancements. The developers at WordPress don’t release updates just for fun, but because they’ve upgrades or made something about WordPress better.</p>
<p>Same situation with WordPress plugins, stay up to date with the latest versions. It’s as important, and for the same reasons. WordPress plugin developers release new versions because they’ve modified the code in some way to make the plugin better. So keep up with the releases!</p>
<p><strong>2. Disable or delete unused plugins</strong></p>
<p>This is probably one of the biggest issues that causes WordPress sites to slow down. Depending on the plugin, they can have tons of scripts and code. So if you’re not using a plugin disable it and maybe even delete it. Decide which plugins are necessary for your site to run and then do-away with the ones that aren’t needed. It’s as simple as that.</p>
<p><strong>3. Clean up your code</strong></p>
<p>Since your code is what runs your site behind the scenes, optimizing it can do wonders for your load time. Below are some easy ways you clean up your code to load faster.</p>
<ul>
<li><strong>Decreasing Whitespace</strong>Whitespace refers to the spaces used in your code. Some coders, like myself, like to use a lot of whitespace (indented tabs, line breaks, etc.) for better readability and organization. But, decreasing whitespace will speed up your site’s load time by shaving off some extra bytes off the total size.An example of using some whitespace:<code>.test {<br />
font-family: Georgia, Times, serif;<br />
font-size: 12px;<br />
color: #000000;<br />
}</code></p>
<p>An example of minimized whitespace:</p>
<p><code>.test {font-family: Georgia, serif; font-size: 12px; color: #000000;}</code></li>
<li><strong>Using external scripts</strong>Instead of placing tons of code in your header.php file, use external scripts. This allows the browser to cache the script so it won’t have to read it for every other page.An example of using external scripts:<code>&lt;script type="text/javascript" src="example.js"&gt;&lt;/script&gt;</code></li>
<li><strong>Using shorthand CSS</strong>Using shorthand CSS is great for everyone. It’s great for you, your browser, and your site visitors. It allows for your CSS to be more concise, and it loads faster too!An example of using <s>long ass</s> regular CSS:<code>.test {margin-top: 7px; margin-right: 1px; margin-bottom: 5px; margin-left: 3px;}</code>
<p>An example of using shorthand CSS:</p>
<p><code>.test {margin: 7px 1px 5px 3px;}</code></li>
</ul>
<p><strong>4. Minimize PHP and database queries</strong></p>
<p>And most important of all, cutting down on PHP and database queries. Each time a page on your site loads, if your browser has to execute any PHP queries, it adds to the load time. If you replace the PHP queries with static HTML, every time a page loads, your browser just reads the HTML.</p>
<p>An example of lots of queries &amp; requests:</p>
<p><code>&lt;title&gt;<strong>&lt;?php bloginfo(’name’); ?&gt;</strong><strong>&lt;?php bloginfo('description'); ?&gt;</strong>&lt;/title&gt;</code></p>
<p><code>&lt;meta http-equiv="Content-Type" content="<strong>&lt;?php bloginfo('html_type'); ?&gt;</strong>; charset=<strong>&lt;?php bloginfo('charset'); ?&gt;</strong>" /&gt;</code></p>
<p><code>&lt;meta name="generator" content="WordPress <strong>&lt;?php bloginfo('version'); ?&gt;</strong>" /&gt;</code></p>
<p><code>&lt;link rel="stylesheet" href="<strong>&lt;?php bloginfo('stylesheet_url'); ?&gt;</strong>" type="text/css" media="screen" /&gt;</code></p>
<p><code>&lt;link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<strong>&lt;?php bloginfo('rss2_url'); ?&gt;</strong>" /&gt;</code></p>
<p><code>&lt;script type="text/javascript" src="<strong>&lt;?php bloginfo('template_url'); ?&gt;/mootools.js"&gt;</strong>&lt;/script&gt;</code></p>
<p>An example of minimized queries &amp; requests:</p>
<p><code>&lt;title&gt;WPCandy - The Best of WordPress&lt;/title&gt;</code></p>
<p><code>&lt;meta http-equiv="Content-Type" content="<strong>text/html</strong>; charset=<strong>UTF-8</strong>" /&gt;</code></p>
<p><code>&lt;meta name="generator" content="<strong>WordPress 2.3</strong>" /&gt;</code></p>
<p><code>&lt;link rel="stylesheet" href="<strong>http://wpcandy.com/wp-content/themes/wpcandy/files/style.css</strong>" type="text/css" media="screen" /&gt;</code></p>
<p>&nbsp;</p>
<p><code>&lt;link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<strong>http://feeds.feedburner.com/wpcandy</strong>" /&gt;</code></p>
<p><code>&lt;script type="text/javascript" src="<strong>http://wpcandy.com/wp-content/themes/wpcandy/files/mootools.js</strong>"&gt;&lt;/script&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/4-simple-ways-speed-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TWO BEST WORDPRESS SEO PLUGINS</title>
		<link>http://rootsrevival.net/best-seo/</link>
		<comments>http://rootsrevival.net/best-seo/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 03:06:59 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[The Blog]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=367</guid>
		<description><![CDATA[There are more WordPress SEO plugins out there than you can poke a stick at; or ever use. I’ve seen at least twenty SEO plugins for WordPress and I wonder who the heck has time to use even a fraction of them? You can learn the bulk of the SEO game by understanding the simple [...]]]></description>
			<content:encoded><![CDATA[<p>There are more WordPress SEO plugins out there than you can poke a stick at; or ever use. I’ve seen at least twenty SEO plugins for WordPress and I wonder who the heck has time to use even a fraction of them? You can learn the bulk of the SEO game by understanding the simple words of StomperNet’s Brad Fallon … “Use your keywords early, and often”.</p>
<p>There you go, you’re on your way to being an SEO guru! OK seriously, there is a LOT to know about SEO however you can have Google give you a ton of love by doing some really fast and basic optimization. All you need are Brad’s words in your mind, and two plugins to let you optimize your WordPress content quickly and easily.</p>
<h3>Before you publish</h3>
<p>First up, do your keyword research with <a href="http://freekeywords.wordtracker.com/">free keyword tool</a> at Wordtracker (or similar tool). Find the keywords you are looking to optimize any given post or page for. When you’ve got that down, you can publish your post and optimize that post with the following two essential SEO plugins for WordPress.</p>
<h3>Two Essential SEO plugins for WordPress</h3>
<p><strong>All In One SEO</strong><br />
The grand daddy of them all: <a href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/">All In One SEO</a>.</p>
<p><strong>Sitemap Generator</strong><br />
Dagon Design has been giving and getting a lot of love from the WordPress community. Here is their <a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/">sitemap generator</a> plugin.</p>
<p>Those are the two I can’t live without. What about you … got a favorite SEO plugin you just have to use?</p>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/best-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seven reasons why you need a website</title>
		<link>http://rootsrevival.net/reasons-website/</link>
		<comments>http://rootsrevival.net/reasons-website/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 01:17:23 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[The Blog]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=354</guid>
		<description><![CDATA[ Your Competition Has A Website. If you are in direct competition with another business that has a website,, they have a clear advantage &#8211; especially if they are adequately marketing their website. &#160; Your Open 24/7. Imagine being open for business 24 hours a day, seven days a week with out having to go in [...]]]></description>
			<content:encoded><![CDATA[<h1> <strong>Your Competition Has A Website.</strong></h1>
<p>If you are in direct competition with another business that has a website,,</p>
<p>they have a clear advantage &#8211; especially if they are adequately marketing</p>
<p>their website.</p>
<p>&nbsp;</p>
<h2><strong>Your Open 24/7.</strong></h2>
<p>Imagine being open for business 24 hours a day, seven days a week with</p>
<p>out having to go in or even pay an extra light bill. A website will allow you</p>
<p>to do just that. Many people surf the web in the evening when most places</p>
<p>of business are closed. If you have a website they can find, you are just as</p>
<p>good as open. Is your competition open 24 hours a day, 7 days a week?</p>
<p>&nbsp;</p>
<h2><strong>Deliver Significant Information.</strong></h2>
<p>More than ever before, people are turning away from traditional means of</p>
<p>finding information and looking online. Yellow pages, directories, and</p>
<p>printed material are being used less.</p>
<p>&nbsp;</p>
<h2><strong>Improve Customer Confidence &amp; Corporate Image.</strong></h2>
<p>With a professional website, your business will instill customer confidence</p>
<p>and will greatly improve your overall image.</p>
<p>&nbsp;</p>
<h2><strong>Small Businesses Have Higher Revenue.</strong></h2>
<p>Well that got your ears perked. According to the SBA, small businesses</p>
<p>that have websites are averaging $1.07 million per year in sales more</p>
<p>than the small businesses who are not online. That is 39% higher revenue!</p>
<p>&nbsp;</p>
<h2><strong>Establish More Customers.</strong></h2>
<p>According to the SBA, 50% of internet sales are from new customers.</p>
<p>Having a website will significantly improve your customer reach no matter</p>
<p>what services or products you are offering. Want new customers? Get a</p>
<p>website!</p>
<p>&nbsp;</p>
<h2><strong>Not Just Local &#8211; Global.</strong></h2>
<p>Most small businesses are only able to market to their town and</p>
<p>surrounding communities. With a website, you can take your goods and</p>
<p>services accross America and around the world, if you choose.</p>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/reasons-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThumbTack</title>
		<link>http://rootsrevival.net/thumbtack/</link>
		<comments>http://rootsrevival.net/thumbtack/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 04:19:46 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[The Blog]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=323</guid>
		<description><![CDATA[Are you looking for affordable web design. Do you not want to sacrifice quality because of your budget restrictions? Find us online to get Affordable yet Premium Web Design.]]></description>
			<content:encoded><![CDATA[<p>Are you looking for affordable web design. Do you not want to sacrifice quality because of your budget restrictions? Find us online to get <a href="http://www.thumbtack.com/Affordable-yet-Premium-Web-Design-Richlands-NC/service/337493">Affordable yet Premium Web Design</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/thumbtack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>D!Light Appworks and Support Site</title>
		<link>http://rootsrevival.net/dlight/</link>
		<comments>http://rootsrevival.net/dlight/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 17:47:05 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=311</guid>
		<description><![CDATA[D!Light is a startup Iphone app company that came to us for a logo design, a website and a custom support site. &#160; Check them out: http://www.dlightappworks.com http://support.dlightappworks.com &#160;]]></description>
			<content:encoded><![CDATA[<p>D!Light is a startup Iphone app company that came to us for a logo design, a website and a custom support site.</p>
<p><span id="more-311"></span></p>
<p>&nbsp;</p>
<p>Check them out:</p>
<p><a href="http://www.dlightappworks.com" target="_blank">http://www.dlightappworks.com</a><br />
<a href="http://support.dlightappworks.com" target="_blank">http://support.dlightappworks.com</a></p>
<p><a href='http://rootsrevival.net/dlight/dlight/' title='d!light Appworks'><img width="150" height="150" src="http://rootsrevival.net/wp-content/uploads/2011/12/dlight-150x150.png" class="attachment-thumbnail colorbox-311" alt="D!Light Appworks and Support Site" title="D!Light Appworks and Support Site Photo"  /></a><br />
<a href='http://rootsrevival.net/dlight/dlightlogo/' title='dlightlogo'><img width="150" height="42" src="http://rootsrevival.net/wp-content/uploads/2011/12/dlightlogo-150x42.png" class="attachment-thumbnail colorbox-311" alt="D!Light Appworks and Support Site" title="D!Light Appworks and Support Site Photo"  /></a><br />
<a href='http://rootsrevival.net/dlight/dlightsupport/' title='dlightsupport'><img width="150" height="150" src="http://rootsrevival.net/wp-content/uploads/2011/12/dlightsupport-150x150.png" class="attachment-thumbnail colorbox-311" alt="D!Light Appworks and Support Site" title="D!Light Appworks and Support Site Photo"  /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/dlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agua Viva Iglesia Pentecostal Unida</title>
		<link>http://rootsrevival.net/agua-viva-iglesia-pentecostal-unida/</link>
		<comments>http://rootsrevival.net/agua-viva-iglesia-pentecostal-unida/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 21:15:36 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=220</guid>
		<description><![CDATA[Living Water United Pentecostal Church in New Bern, NC. Pastor Javier Moreno approached us to create a vibrant active website for his predominantly Spanish church. &#160;]]></description>
			<content:encoded><![CDATA[<p>Living Water United Pentecostal Church in New Bern, NC.</p>
<p>Pastor Javier Moreno approached us to create a vibrant active website for his predominantly Spanish church.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/agua-viva-iglesia-pentecostal-unida/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shred Knowledge Community</title>
		<link>http://rootsrevival.net/shred-knowledge-community/</link>
		<comments>http://rootsrevival.net/shred-knowledge-community/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 21:09:38 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=214</guid>
		<description><![CDATA[Shred Knowledge is a site dedicated to free guitar lessons as well as a free community for shredders. Shred Knowledge approached us for a complete redesign on the Joomla 1.5 framework. This site includes a forum and the ability for guest teachers to post lessons.]]></description>
			<content:encoded><![CDATA[<p>Shred Knowledge is a site dedicated to free guitar lessons as well as a free community for shredders.</p>
<p>Shred Knowledge approached us for a complete redesign on the Joomla 1.5 framework. This site includes a forum and the ability for guest teachers to post lessons.</p>
<p><a href='http://rootsrevival.net/shred-knowledge-community/sk/' title='sk'><img width="150" height="150" src="http://rootsrevival.net/wp-content/uploads/2011/12/sk-150x150.png" class="attachment-thumbnail colorbox-214" alt="Shred Knowledge Community" title="Shred Knowledge Community Photo"  /></a><br />
<a href='http://rootsrevival.net/shred-knowledge-community/sk2/' title='sk2'><img width="150" height="150" src="http://rootsrevival.net/wp-content/uploads/2011/12/sk2-150x150.png" class="attachment-thumbnail colorbox-214" alt="Shred Knowledge Community" title="Shred Knowledge Community Photo"  /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/shred-knowledge-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>theUPC Jacksonville, NC</title>
		<link>http://rootsrevival.net/theupc-jacksonville-nc/</link>
		<comments>http://rootsrevival.net/theupc-jacksonville-nc/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 18:06:07 +0000</pubDate>
		<dc:creator>Tony Shaw</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://rootsrevival.net/?p=195</guid>
		<description><![CDATA[theUPC.com is the official website of the First Uninvited Pentecostal Church of Jacksonville, NC. We were contacted to create a website that entails news, a blog and a place to host live mp3 sermons.]]></description>
			<content:encoded><![CDATA[<p>theUPC.com is the official website of the First Uninvited Pentecostal Church of Jacksonville, NC.</p>
<p>We were contacted to create a website that entails news, a blog and a place to host live mp3 sermons.</p>
<p><a href="http://rootsrevival.net/wp-content/uploads/2011/12/theupchome.png" rel="lightbox[195]"><img class="alignnone size-thumbnail wp-image-196 colorbox-195" title="theUPC Jacksonville, NC Photo" src="http://rootsrevival.net/wp-content/uploads/2011/12/theupchome-150x150.png" alt="theUPC Jacksonville, NC" width="150" height="150" /></a><a href="http://rootsrevival.net/wp-content/uploads/2011/12/theupchg.png" rel="lightbox[195]"><img class="alignnone size-thumbnail wp-image-197 colorbox-195" title="theUPC Jacksonville, NC Photo" src="http://rootsrevival.net/wp-content/uploads/2011/12/theupchg-150x150.png" alt="theUPC Jacksonville, NC" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rootsrevival.net/theupc-jacksonville-nc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.329 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-03-12 19:57:13 -->

