<?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>Dream Driven Designs &#187; tmpPost</title>
	<atom:link href="http://www.dreamdrivendesigns.com/tag/tmppost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreamdrivendesigns.com</link>
	<description>Professional Web Design &#38; Wordpress Support</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:37:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Changing The Site URL in WordPress</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/changing-the-site-url-in-wordpress/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/changing-the-site-url-in-wordpress/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:52:35 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Dwayne Myers]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[siteurl]]></category>
		<category><![CDATA[tmpPost]]></category>
		<category><![CDATA[web designer]]></category>
		<category><![CDATA[wordpress home]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=207</guid>
		<description><![CDATA[Changing The Site URL The code will work in the wp-config.php file if you happen to get locked out of the admin. Happens a few times here and there. Just put this is at the starting code of thw wp-config file in your wordpress home directory. define(&#8216;WP_HOME&#8217;,'http://example.com&#8217; http://example.com%27); define(&#8216;WP_SITEURL&#8217;,'http://example.com&#8217; http://example.com%27); &#8211; Dwayne Myers Web Designer/Developer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/wp-content/uploads/url.jpg"><img class="alignright size-thumbnail wp-image-266" title="url" src="http://www.dreamdrivendesigns.com/wp-content/uploads/url-150x150.jpg" alt="" width="150" height="150" /></a> Changing The Site URL</p>
<p>The code will work in the wp-config.php file if you happen to get locked out of the admin.<br />
 Happens a few times here and there. Just put this is at the starting code of thw wp-config file in<br />
 your wordpress home directory.</p>
<p>define(&#8216;WP_HOME&#8217;,'http://example.com&#8217; <a href="http://example.com%27">http://example.com%27</a>);<br />
 define(&#8216;WP_SITEURL&#8217;,'http://example.com&#8217; <a href="http://example.com%27">http://example.com%27</a>);</p>
<p>&#8211;<br />
 Dwayne Myers<br />
 Web Designer/Developer<br />
 386-307-4289<br />
 DreamDrivenDesigns.com</p>
<p><br class="spacer_" /></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2Fchanging-the-site-url-in-wordpress%2F&amp;title=Changing%20The%20Site%20URL%20in%20WordPress" id="wpa2a_2">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/changing-the-site-url-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Tutorial: Php Mail Code</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/110/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/110/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 03:57:33 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html tags]]></category>
		<category><![CDATA[John
Doe]]></category>
		<category><![CDATA[john doe]]></category>
		<category><![CDATA[message headers]]></category>
		<category><![CDATA[tmpPost]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=110</guid>
		<description><![CDATA[Bookmark this category How to send html mail using php. In custom forms etc. &#60;?php $to = &#8220;somebody@example.com, &#60;a href=&#8221;mailto:somebodyelse@example.com&#8221;&#62;somebodyelse@example.com&#8221;; $subject = &#8220;HTML email&#8221;; $message = &#8220; This email contains HTML Tags! Firstname Lastname John Doe &#8220;; // Always set content-type when sending HTML email $headers = &#8220;MIME-Version: 1.0&#8243; . &#8220;rn&#8221;; $headers .= &#8220;Content-type:text/html;charset=iso-8859-1&#8243; . [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a><br />
 How to send html mail using php. In custom forms etc.</p>
<p>&lt;?php<br />
 $to = &#8220;somebody@example.com, &lt;a<br />
 href=&#8221;mailto:somebodyelse@example.com&#8221;&gt;somebodyelse@example.com&#8221;;<br />
 $subject = &#8220;HTML email&#8221;;</p>
<p>$message = &#8220;</p>
<p>This email contains HTML Tags!</p>
<p><br class="spacer_" /></p>
<table border="0">
<tbody>
<tr>
<th>Firstname</th>
<p><br class="spacer_" /></p>
<th>Lastname</th>
<p><br class="spacer_" /></p>
</tr>
<p><br class="spacer_" /></p>
<tr>
<td>John</td>
<p><br class="spacer_" /></p>
<td>Doe</td>
<p><br class="spacer_" /></p>
</tr>
<p><br class="spacer_" /></p>
</tbody>
</table>
<p>&#8220;;</p>
<p>// Always set content-type when sending HTML email<br />
 $headers = &#8220;MIME-Version: 1.0&#8243; . &#8220;rn&#8221;;<br />
 $headers .= &#8220;Content-type:text/html;charset=iso-8859-1&#8243; . &#8220;rn&#8221;;</p>
<p>// More headers<br />
 $headers .= &#8216;From: &#8216; . &#8220;rn&#8221;;<br />
 $headers .= &#8216;Cc: &lt;a<br />
 href=&#8221;mailto:myboss@example.com&#8221;&gt;myboss@example.com&#8217; . &#8220;rn&#8221;;</p>
<p>mail($to,$subject,$message,$headers);<br />
 ?&gt;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2F110%2F&amp;title=Web%20Design%20Tutorial%3A%20Php%20Mail%20Code" id="wpa2a_4">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to re-direct a page</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/how-to-re-direct-a-page/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/how-to-re-direct-a-page/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 01:36:31 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[tmpPost]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=90</guid>
		<description><![CDATA[Bookmark this category Here&#8217;s the code: &#60;meta http-equiv=&#34;REFRESH&#34; content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&#62; Optional page text here. &#60;meta http-equiv=&#34;REFRESH&#34; content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&#62; is the part that actually does the redirecting. The number preceding the url (in this case zero) tells the browser the number of seconds to wait before redirecting to the new url.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a><br />
Here&#8217;s the code:</p>
<p>&lt;meta http-equiv=&quot;REFRESH&quot;<br />
content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&gt;</p>
<p>Optional page text here.</p>
<p>&lt;meta http-equiv=&quot;REFRESH&quot;<br />
content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&gt; is<br />
the part that actually does the redirecting.</p>
<p>The number preceding the url (in this case zero) tells the browser the<br />
number of seconds to wait before redirecting to the new url.</p>
<p></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2Fhow-to-re-direct-a-page%2F&amp;title=How%20to%20re-direct%20a%20page" id="wpa2a_6">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/how-to-re-direct-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Tutorial: Redirect using html</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/89/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/89/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 01:33:38 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[REFRESH]]></category>
		<category><![CDATA[tmpPost]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=89</guid>
		<description><![CDATA[Bookmark this category Here&#8217;s the code: &#60;meta http-equiv=&#8221;REFRESH&#8221; content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&#62; Optional page text here. &#60;meta http-equiv=&#8221;REFRESH&#8221; content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&#62; is the part that actually does the redirecting. The number preceding the url (in this case zero) tells the browser the number of seconds to wait before redirecting to the new url.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a><br />
 Here&#8217;s the code:</p>
<p>&lt;meta http-equiv=&#8221;REFRESH&#8221;<br />
 content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&gt;</p>
<p>Optional page text here.</p>
<p>&lt;meta http-equiv=&#8221;REFRESH&#8221;<br />
 content=&#8221;0;url=http://www.the-domain-you-want-to-redirect-to.com&#8221;&gt; is<br />
 the part that actually does the redirecting.</p>
<p>The number preceding the url (in this case zero) tells the browser the<br />
 number of seconds to wait before redirecting to the new url.</p>
<p><br class="spacer_" /></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2F89%2F&amp;title=Web%20Design%20Tutorial%3A%20Redirect%20using%20html" id="wpa2a_8">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Website url</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/what-is-a-website-url/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/what-is-a-website-url/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:39:03 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Bookmark]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[Dwayne Myers]]></category>
		<category><![CDATA[resource locator]]></category>
		<category><![CDATA[tmpPost]]></category>
		<category><![CDATA[uniform resource]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[web example]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=86</guid>
		<description><![CDATA[Bookmark this category URL (pronounced like the letters &#8220;U,&#8221; &#8220;R,&#8221; &#8220;L,&#8221;) stands for Uniform Resource Locator. A URL is the Internet address of a particular site or document available via the World Wide Web. example www.dreamdrivendesigns.com &#8211; Dwayne Myers (386)307-4289 Http://www.DreamDrivenDesigns.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a><br />
URL (pronounced like the letters &#8220;U,&#8221; &#8220;R,&#8221; &#8220;L,&#8221;) stands for Uniform<br />
Resource Locator. A URL is the Internet address of a particular site or<br />
document available via the World Wide Web.</p>
<p>example <a href="http://www.dreamdrivendesigns.com">www.dreamdrivendesigns.com</a></p>
<p>&#8211;<br />
Dwayne Myers<br />
(386)307-4289<br />
<a href="http://www.DreamDrivenDesigns.com">Http://www.DreamDrivenDesigns.com</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2Fwhat-is-a-website-url%2F&amp;title=What%20is%20a%20Website%20url" id="wpa2a_10">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/what-is-a-website-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Website Domain Name</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/85/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/85/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:37:05 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[domain name system]]></category>
		<category><![CDATA[internet server]]></category>
		<category><![CDATA[internet web servers]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[tmpPost]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=85</guid>
		<description><![CDATA[Bookmark this category Domain Name System, or DNS, is the most recognized system for assigning addresses to Internet web servers (hosts). like an international phone number, the domain name system helps to give every Internet server a easy-to-spell address. Simultaneously, a domain keeps the techinical numbers away from users. eg. www.Dreamdrivendesigns.com or yoursitename.com]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a><br />
Domain Name System, or DNS, is the most recognized system for assigning<br />
addresses to Internet web servers (hosts). like an international phone<br />
number, the domain name system helps to give every Internet server a<br />
easy-to-spell address. Simultaneously, a domain keeps the techinical<br />
numbers away from users.</p>
<p>eg. <a href="http://www.Dreamdrivendesigns.com">www.Dreamdrivendesigns.com</a> or yoursitename.com</p>
<p></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2F85%2F&amp;title=What%20is%20a%20Website%20Domain%20Name" id="wpa2a_12">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Web Hosting</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/what-is-web-hosting/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/what-is-web-hosting/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:30:49 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[internet connectivity]]></category>
		<category><![CDATA[internet hosting service]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tmpPost]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web hosting service]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=84</guid>
		<description><![CDATA[Bookmark this category A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own or lease for use by their clients as well as providing Internet connectivity, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a><br />
A web hosting service is a type of Internet hosting service that allows<br />
individuals and organizations to make their own website accessible via<br />
the World Wide Web. Web hosts are companies that provide space on a<br />
server they own or lease for use by their clients as well as providing<br />
Internet connectivity, typically in a data center.</p>
<p>A number of hosting companies describe their services as virtual<br />
hosting. Virtual hosting usually implies that their services will be<br />
transparent and that each Web site will have its own domain name and set<br />
of e-mail addresses. In most usages, hosting and virtual hosting are<br />
synonyms. Some hosting companies let you have your own virtual server,<br />
the appearance that you are controlling a server that is dedicated<br />
entirely to your site.</p>
<p></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2Fwhat-is-web-hosting%2F&amp;title=What%20is%20Web%20Hosting" id="wpa2a_14">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/what-is-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marc from Bopaintball Testimonial</title>
		<link>http://www.dreamdrivendesigns.com/customer-testimonials/marc-from-bopaintball-com-testimonial/</link>
		<comments>http://www.dreamdrivendesigns.com/customer-testimonials/marc-from-bopaintball-com-testimonial/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 15:55:55 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Customer Testimonials]]></category>
		<category><![CDATA[black ops]]></category>
		<category><![CDATA[couple hours]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[driven web]]></category>
		<category><![CDATA[Dwayne]]></category>
		<category><![CDATA[Dwayne Myers]]></category>
		<category><![CDATA[Marc]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[tmpPost]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=83</guid>
		<description><![CDATA[Marc from www.BoPaintball.com wrote: Searching for a web designer, I came across their site. I sent an email and within a couple hours I was contacted by Dwayne. I gave him an idea on what I wanted and within a week (as promised), I was up and running. I could not beleive it! Dwayne worked [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/"></a><a href="http://www.dreamdrivendesigns.com/wp-content/uploads/2009/12/BoPaintBall.com_.jpg"><img class="alignleft size-thumbnail wp-image-170" title="BoPaintBall.com" src="http://www.dreamdrivendesigns.com/wp-content/uploads/2009/12/BoPaintBall.com_-150x150.jpg" alt="" width="150" height="150" /></a>Marc from <a href="http://www.BoPaintball.com" target="_blank">www.BoPaintball.com</a> wrote:<br />
 Searching for a web designer, I came across their site.  I sent an email and within a couple hours I was contacted by Dwayne. I gave him an idea on what I wanted and within a week (as promised), I was up and running.  I could not beleive it!</p>
<p>Dwayne worked with me on tweaking the site and was very patient with me throughout the process with my many questions.  I did not get this type of professionalism and service with my last designer.</p>
<p>For the money, (trust me, I contacted many other companies) you will not find a better company, service and attention to detail.</p>
<p>Thank you Dream Driven Web Designs.  Marc/Black Ops Paintball</p>
<p>&#8211;<br />
 Dwayne Myers<br />
 (386)307-4289<br />
 <a href="http://www.DreamDrivenDesigns.com">Http://www.DreamDrivenDesigns.com</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fcustomer-testimonials%2Fmarc-from-bopaintball-com-testimonial%2F&amp;title=Marc%20from%20Bopaintball%20Testimonial" id="wpa2a_16">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/customer-testimonials/marc-from-bopaintball-com-testimonial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jonathan&#8217;s Website Testimonal</title>
		<link>http://www.dreamdrivendesigns.com/customer-testimonials/jonathans-website-testimonal/</link>
		<comments>http://www.dreamdrivendesigns.com/customer-testimonials/jonathans-website-testimonal/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:25:59 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Customer Testimonials]]></category>
		<category><![CDATA[Bookmark]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[Dwayne]]></category>
		<category><![CDATA[jonathan]]></category>
		<category><![CDATA[Jonathan Leon]]></category>
		<category><![CDATA[tmpPost]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=79</guid>
		<description><![CDATA[Bookmark this category Jonathan Leon wrote: Hi Dwayne, The website looks great! We&#8217;re placing an Ad in a Trading Magazine today, so that should drive some traffic to the site. You&#8217;ve made it very professional and that&#8217;s just what we wanted.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a><br />
 Jonathan Leon wrote:<br />
Hi Dwayne,<br />
The website looks great! We&#8217;re placing an Ad in a Trading Magazine<br />
 today, so that should drive some traffic to the site. You&#8217;ve made it<br />
very professional and that&#8217;s just what we wanted.</p>
<p><br class="spacer_" /></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fcustomer-testimonials%2Fjonathans-website-testimonal%2F&amp;title=Jonathan%26%238217%3Bs%20Website%20Testimonal" id="wpa2a_18">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/customer-testimonials/jonathans-website-testimonal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Search Engines Work</title>
		<link>http://www.dreamdrivendesigns.com/wordpress-tutorials/how-search-engines-work/</link>
		<comments>http://www.dreamdrivendesigns.com/wordpress-tutorials/how-search-engines-work/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 08:10:27 +0000</pubDate>
		<dc:creator>Dwayne</dc:creator>
				<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[e piece]]></category>
		<category><![CDATA[intelligent creatures]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[span]]></category>
		<category><![CDATA[span class]]></category>
		<category><![CDATA[tmpPost]]></category>

		<guid isPermaLink="false">http://www.dreamdrivendesigns.com/?p=78</guid>
		<description><![CDATA[Bookmark this category How Search Engines Work The first basic truth you need to learn about SEO is that search engines are not humans. While this might be obvious for everybody, the differences between how humans and search engines view web pages aren&#8217;t. Unlike humans, search engines are text-driven. Although technology advances rapidly, search engines [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dreamdrivendesigns.com/category/my-posts/">Bookmark this category</a></p>
<p>
<b>How Search Engines Work<br />
</b></p>
<p>The first basic truth you need to learn about SEO is that search<br />
engines are not humans. While this might be obvious for everybody, the<br />
differences between how humans and search engines view web pages<br />
aren&#8217;t. Unlike humans, search engines are text-driven. Although<br />
technology advances rapidly, search engines are far from intelligent<br />
creatures that can feel the beauty of a cool design or enjoy the sounds<br />
and movement in movies. Instead, search engines crawl the Web, looking<br />
at particular site items (mainly text) to get an idea what a site is<br />
about. This brief explanation is not the most precise because as we<br />
will see next, search engines perform several activities in order to<br />
deliver search results &#8211; <i>&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;/</span>crawling<span class="moz-txt-tag">/</span></i>,<br />
<i><span class="moz-txt-tag">/</span>indexing&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;/</span></i>, <i>&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;/</span>processing<span class="moz-txt-tag">/</span></i>,<br />
<i><span class="moz-txt-tag">/</span>calculating<br />
relevancy<span class="moz-txt-tag">/</span></i>, and &lt;i<br />
class=&#8221;moz-txt-slash&#8221;&gt;<span class="moz-txt-tag">/</span>retrieving&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;/</span></i>.</p>
<p>
First, search engines <b><span class="moz-txt-tag">*</span>crawl&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;*</span></b> the Web to see what is there. This<br />
task is performed by e piece of software, called a &lt;i<br />
class=&#8221;moz-txt-slash&#8221;&gt;<span class="moz-txt-tag">/</span>crawler&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;/</span></i> or a <i>&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;/</span>spider<span class="moz-txt-tag">/</span></i><br />
(or Googlebot, as is the case with Google). Spiders follow links from<br />
one page to another and index everything they find on their way. Having<br />
in mind the number of pages on the Web (over 20 billion), it is<br />
impossible for a spider to visit a site daily just to see if a new page<br />
has appeared or if an existing page has been modified. Sometimes<br />
crawlers will not visit your site for a month or two, so during this<br />
time your SEO efforts will not be rewarded. But there is nothing you<br />
can do about it, so just keep quiet.</p>
<p>
What you can do is to check what a crawler sees from your site. As<br />
already mentioned, crawlers are not humans and they do not see images,<br />
Flash movies, JavaScript, frames, password-protected pages and<br />
directories, so if you have tons of these on your site, you&#8217;d better<br />
run the <b><span class="moz-txt-tag">*</span>Spider<br />
Simulator<span class="moz-txt-tag">*</span></b> below to see if these<br />
goodies are viewable by the spider. If they are not viewable, they will<br />
not be spidered, not indexed, not processed, etc. &#8211; in a word they will<br />
be non-existent for search engines.</p>
<p>
After a page is crawled, the next step is to <b>&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;*</span>index<span class="moz-txt-tag">*</span></b><br />
its content. The indexed page is stored in a giant database, from where<br />
it can later be retrieved. Essentially, the process of indexing is<br />
identifying the words and expressions that best describe the page and<br />
assigning the page to particular keywords. For a human it will not be<br />
possible to process such amounts of information but generally search<br />
engines deal just fine with this task. Sometimes they might not get the<br />
meaning of a page right but if you help them by optimizing it, it will<br />
be easier for them to classify your pages correctly and for you &#8211; to<br />
get higher rankings.</p>
<p>
When a search request comes, the search engine <b>&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;*</span>processes<span class="moz-txt-tag">*</span></b><br />
it &#8211; i.e. it compares the search string in the search request with the<br />
indexed pages in the database. Since it is likely that more than one<br />
pages (practically it is millions of pages) contains the search string,<br />
the search engine starts <b>&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;*</span>calculating the relevancy&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;*</span></b> of each of the pages in its index to<br />
the search string.</p>
<p>
There are various algorithms to calculate relevancy. Each of these<br />
algorithms has different relative weights for common factors like<br />
keyword density, links, or metatags. That is why different search<br />
engines give different search results pages for the same search string.<br />
What is more, it is a known fact that all major search engines, like<br />
Yahoo!, Google, MSN, etc. periodically change their algorithms and if<br />
you want to keep at the top, you also need to adapt your pages to the<br />
latest changes. This is one reason (the other is your competitors) to<br />
devote permanent efforts to SEO, if you&#8217;d like to be at the top.</p>
<p>
The last step in search engines&#8217; activity is <b>&lt;span<br />
class=&#8221;moz-txt-tag&#8221;&gt;*</span>retrieving<span class="moz-txt-tag">*</span></b><br />
the results. Basically, it is nothing more than simply displaying them<br />
in the browser &#8211; i.e. the endless pages of search results that are<br />
sorted from the most relevant to the least relevant sites.</p>
<p></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.dreamdrivendesigns.com%2Fwordpress-tutorials%2Fhow-search-engines-work%2F&amp;title=How%20Search%20Engines%20Work" id="wpa2a_20">Share/Save</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.dreamdrivendesigns.com/wordpress-tutorials/how-search-engines-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

