<?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>American Discount Web Hosting</title>
	<atom:link href="http://www.adwh.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adwh.com</link>
	<description>One Internet Nation Under God!</description>
	<lastBuildDate>Fri, 13 Aug 2010 12:56:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress User Roles</title>
		<link>http://www.adwh.com/2010/08/wordpress-user-roles/</link>
		<comments>http://www.adwh.com/2010/08/wordpress-user-roles/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 21:50:23 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=552</guid>
		<description><![CDATA[Ever wonder what the different roles meant for WordPress users?  Here are some handy definitions: Administrator &#8211; Somebody who has access to all the administration features Editor &#8211; Somebody who can publish and manage posts and pages as well as manage other users&#8217; posts, etc. Author &#8211; Somebody who can publish and manage their own <a href='http://www.adwh.com/2010/08/wordpress-user-roles/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F08%2Fwordpress-user-roles%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F08%2Fwordpress-user-roles%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Ever wonder what the different roles meant for WordPress users?  Here are some handy definitions:</p>
<p>Administrator &#8211; Somebody who has access to all the administration features<br />
Editor &#8211; Somebody who can publish and manage posts and pages as well as manage other users&#8217; posts, etc.<br />
Author &#8211; Somebody who can publish and manage their own posts<br />
Contributor &#8211; Somebody who can write and manage their posts but not publish them<br />
Subscriber &#8211; Somebody who can only manage their profile
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/08/wordpress-user-roles/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/08/wordpress-user-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Site and Database Backups</title>
		<link>http://www.adwh.com/2010/07/automated-site-and-database-backups/</link>
		<comments>http://www.adwh.com/2010/07/automated-site-and-database-backups/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 13:04:05 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=542</guid>
		<description><![CDATA[Want to automate the backup of you site and it&#8217;s database?  Here are the instructions for you: To make the cron job work, create a file called backup.sh and place the following code inside of it :: #!/bin/sh mysqldump -h DB_HOST -u DB_USER -p'DB_PASSWORD' DB_NAME &#62; YOUR_WEB_ROOT/db_backup.sql gzip -f YOUR_WEB_ROOT/db_backup.sql tar czf YOUR_WEB_ROOT/web_backup.tgz YOUR_WEB_ROOT/web/content/ In the <a href='http://www.adwh.com/2010/07/automated-site-and-database-backups/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F07%2Fautomated-site-and-database-backups%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F07%2Fautomated-site-and-database-backups%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Want to automate the backup of you site and it&#8217;s database?  Here are the instructions for you:</p>
<p><!-- start content -->To make the cron job work, create a file called backup.sh and place the following code inside of it ::</p>
<pre> #!/bin/sh
mysqldump -h DB_HOST -u DB_USER -p'DB_PASSWORD' DB_NAME &gt; YOUR_WEB_ROOT/db_backup.sql

 gzip -f YOUR_WEB_ROOT/db_backup.sql

 tar czf YOUR_WEB_ROOT/web_backup.tgz YOUR_WEB_ROOT/web/content/
</pre>
<p>In the above script, you will need to replace the portions in ALL CAPS with your actual information as follows :</p>
<p><strong>YOUR_WEB_ROOT</strong> &#8211; This is the absolute path to your files. You can  find this path by Going to your hosting control panel, click the site you want to work with, the click Features, and  scroll down. This will be the &#8220;Linux Path&#8221; listed there. An example  would be: /mnt/target02/123456/www.domain.com  (Note, the /web/content  is not included in that path)</p>
<p><strong>DB_HOST</strong> &#8211; Database Host an example would be mysql5-9.wc1 or mysql50-78.wc1.dfw1.stabletransit.com</p>
<p><strong>DB_PASSWORD</strong> &#8211; the password on this database (note the single quotes and that there is no space between the -p and the single quote)</p>
<p><strong>DB_USER</strong> &#8211; the database username (e.g.:  12345_username)</p>
<p><strong>DB_NAME</strong> &#8211; the name of the database you are backing up  (e.g.: 12345_database_name).  Note that there is no parameter for this  option unlike the previous examples (-h -p and -u respectively).<br />
Place this file in your web root and create a cron job.</p>
<p>To create the cron job:</p>
<ol>
<li>Go to your hosting control panel.</li>
<li>Select the website you want to work with.</li>
<li>Click the Features tab.</li>
<li>Scroll down to the Scheduled Tasks (Cron Jobs) area.</li>
<li>Click on Add New Task. Put the name of the file, which, in our example is backup.sh in  the &#8220;Command To Run Field&#8221;.</li>
<li>Select Perl as the Command Language and then  select the interval in which you wish to run your backup script.</li>
</ol>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/07/automated-site-and-database-backups/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/07/automated-site-and-database-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going Mobile?</title>
		<link>http://www.adwh.com/2010/07/going-mobile/</link>
		<comments>http://www.adwh.com/2010/07/going-mobile/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 15:35:51 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=538</guid>
		<description><![CDATA[Taking your WordPress site mobile means that you can publish from your cell phone or other mobile device and anyone using a mobile device can see your site very easily.   The idea first came to me when I saw my 25 year old son surfing away on his new Droid.  Then I talked to my <a href='http://www.adwh.com/2010/07/going-mobile/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F07%2Fgoing-mobile%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F07%2Fgoing-mobile%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Taking your WordPress site mobile means that you can publish from your cell phone or other mobile device and anyone using a mobile device can see your site very easily.   The idea first came to me when I saw my 25 year old son surfing away on his new Droid.  Then I talked to my 19 year old and he told me that most of his friends had mobile devices that they use for surfing the web constantly.  So I have been experimenting with the WordPress Mobile Pack with great results.</p>
<p>Of course I would never recommend doing anything to your site without following these steps FIRST:</p>
<ol>
<li><a title="Backup Database" href="../2010/06/backing-up-your-database/">Backup Your Database</a></li>
<li><a title="Backup Your Site" href="../2010/06/to-backup-your-site/">Backup Your Site</a></li>
</ol>
<address>Happy blogging Y&#8217;all,</address>
<address>Dawn<br />
</address>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/07/going-mobile/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/07/going-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Upload Site Files</title>
		<link>http://www.adwh.com/2010/07/how-to-upload-site-files/</link>
		<comments>http://www.adwh.com/2010/07/how-to-upload-site-files/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 17:36:49 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=515</guid>
		<description><![CDATA[In this example we use Filezilla as our FTP client. However, you will use the same settings (in bold red font) for a web editor such as Web Expressions or Coffee Cup&#8217;s Visual editor. First open your FTP client. We use Filezilla for this example. Click on File. Click on Site Manager Click on New <a href='http://www.adwh.com/2010/07/how-to-upload-site-files/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F07%2Fhow-to-upload-site-files%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F07%2Fhow-to-upload-site-files%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>In this example we use Filezilla as our FTP client. However, you will use the same settings (in <span style="color: #ff0000;"><strong>bold red font</strong></span>) for a web editor such as Web Expressions or Coffee Cup&#8217;s Visual editor.</p>
<ol>
<li>First open your FTP client. We use Filezilla for this example.</li>
<li>Click on File.</li>
<li>Click on Site Manager</li>
<li>Click on New Site</li>
<li>Name the site for your website.</li>
<li>Fill in the Host field like so (replace yoursitename.com with the name of your domain):
<ol>
<li><span style="color: #ff0000;"><strong>ftp.yoursitename.com</strong></span></li>
</ol>
</li>
<li>The Logon Type is Normal</li>
<li>Fill in your user name. This will be the FTP user name you can find in your hosting control panel.</li>
<li>Fill in your FTP password.</li>
<li>Click on the advanced tab.</li>
<li>Browse to a folder on your local computer where you want upload the files from.</li>
<li>In the Default remote directory field your entry should look like this (replace yoursitename.com with the name of your domain):
<ol>
<li><span style="color: #ff0000;"><strong>/www.yoursitename.com/web/content </strong><span style="color: #000000;">- it is very important to make sure to upload to this folder. Otherwise your site will not show up on the internet.</span><strong><br />
</strong></span></li>
</ol>
</li>
<li>Click Connect<br />
In one window you will see the files in the folder on your local computer. In the other you will see the files on the server.</li>
<li>Right click on the file or folder you want to upload and click upload. Repeat this step until you have all your files and folders uploaded.</li>
<li>Once you have uploaded all the files and folders you need for your site, go to your website to check that everything is showing as it should. If not, check to make sure you uploaded to the correct directory as indicated in step 12.a</li>
</ol>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/07/how-to-upload-site-files/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/07/how-to-upload-site-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Tips</title>
		<link>http://www.adwh.com/2010/07/email-tips/</link>
		<comments>http://www.adwh.com/2010/07/email-tips/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 17:15:29 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=482</guid>
		<description><![CDATA[To set up an email forward for one of your email accounts: 1. Log in to your control panel. 2. Click the &#8220;Websites &#38; Email&#8221; section link in the left navigation bar. 3. Click the &#8220;Email accounts&#8221; tab. 4. Select the email account from the list. 5. Enter the email you want to forward to <a href='http://www.adwh.com/2010/07/email-tips/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F07%2Femail-tips%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F07%2Femail-tips%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>To set up an email forward for one of your email accounts:</strong></p>
<p>1. Log in to your control panel.</p>
<p>2. Click the &#8220;Websites &amp; Email&#8221; section link in the left navigation bar.</p>
<p>3. Click the &#8220;Email accounts&#8221; tab.</p>
<p>4. Select the email account from the list.</p>
<p>5. Enter the email you want to forward to in the &#8220;Forwarding Address&#8221; text box.</p>
<p>6. Click &#8220;Save.&#8221;</p>
<p><strong>To have the mail server retain a copy of the message:</strong></p>
<p>1. Log in to webmail for the email address that has the forwarding addresses added to it.</p>
<p>2. Click on the &#8220;Settings&#8221; link in the top right corner.</p>
<p>3. Click on the &#8220;Incoming Email&#8221; link on the left menu.</p>
<p>4. Click the “Forwarding” Tab.</p>
<p>4. Check the box &#8220;Save a copy of forwarded email.&#8221;</p>
<p>5. Click &#8220;Save.&#8221;</p>
<p><strong>It takes a few minutes for the emails to start saving in you inbox.</strong>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/07/email-tips/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/07/email-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Affiliate Memberships Available!</title>
		<link>http://www.adwh.com/2010/06/affiliate-memberships-available/</link>
		<comments>http://www.adwh.com/2010/06/affiliate-memberships-available/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 20:26:50 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=477</guid>
		<description><![CDATA[ADWH is proud to offer our current customers a chance to earn money just for referring new customers to us!  You will get 10% of any new purchases of hosting from people you refer to us!  Simply log in to your client account, click Affiliates, and activate your affiliate account. You will then see a <a href='http://www.adwh.com/2010/06/affiliate-memberships-available/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Faffiliate-memberships-available%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Faffiliate-memberships-available%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>ADWH is proud to offer our current customers a chance to earn money just for referring new customers to us!  You will get 10% of any new purchases of hosting from people you refer to us!  Simply log in to your client account, click Affiliates, and activate your affiliate account. You will then see a unique referral link that you can give to people whom you refer.  You can also copy the HTML link code you will see at the bottom of the page and paste it into your website so if someone buys from us after clicking the link on your site, you will get the credit.  It&#8217;s that simple!
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/06/affiliate-memberships-available/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/06/affiliate-memberships-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ensure the Security of your WordPress Install</title>
		<link>http://www.adwh.com/2010/06/ensure-security-wordpress/</link>
		<comments>http://www.adwh.com/2010/06/ensure-security-wordpress/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 15:27:32 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=464</guid>
		<description><![CDATA[If you run WordPress we recommend you take the following actions for each WordPress site in your account to help ensure the security of your data: Before performing any updates or other major changes, Please follow the backup procedures outlined in the following articles: Backup Your Database Backup Your Site Ensure that each of the <a href='http://www.adwh.com/2010/06/ensure-security-wordpress/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Fensure-security-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Fensure-security-wordpress%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>If you run WordPress we recommend you take the following actions for each WordPress site in your account to help ensure the security of your data:</p>
<ol>
<li>Before performing any updates or other major changes, Please follow the backup procedures outlined in the following articles:
<ol>
<li><a title="Backup Database" href="http://www.adwh.com/2010/06/backing-up-your-database/">Backup Your Database</a></li>
<li><a title="Backup Your Site" href="http://www.adwh.com/2010/06/to-backup-your-site/">Backup Your Site</a></li>
</ol>
</li>
<li>Ensure that each of the WordPress sites in your account is running the <a title="WordPress.org" href="http://wordpress.org/" target="_blank">current version</a> of WordPress.</li>
<li>Ensure that the WordPress config file (wp-config.php) for each WordPress site in your account does not have the  “other” or &#8220;Public&#8221; read and write permission bits turned on. The “other” read and write permissions are not necessary for WordPress sites to function. You can use an FTP client to manage this permission. The numerical value for this file&#8217;s permissions should be 670.</li>
<li>Inspect your WordPress “users” panel for all users that have &#8220;Administrator&#8221; listed as their role. Change the password for all of the WordPress users with the &#8220;Administrator&#8221; role in the WordPress &#8220;users&#8221; panel.  Any unfamiliar users with the &#8220;Administrator&#8221; role should be deleted.  This can be accomplished from the WordPress Administration Panel (/wp-admin).</li>
<li>Change the WordPress database password (the password that the WordPress application uses to connect to the database server) and update the wp-config.php file with the new password. You can reset the database password through the hosting Control Panel at <a title="Hosting Control Panel" href="https://www.websitesettings.com" target="_blank">https://www.websitesettings.com</a>. Click on the features tab and then click the database you want to work with. You will see the database user name near the bottom of the page. click on it to manage the password.</li>
</ol>
<p>As usual, if you are uncomfortable with doing this yourself, please <a title="Contact ADWH" href="http://www.adwh.com/contact-adwh/">contact us</a>. We are happy to help.
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/06/ensure-security-wordpress/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/06/ensure-security-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SEO</title>
		<link>http://www.adwh.com/2010/06/free-seo/</link>
		<comments>http://www.adwh.com/2010/06/free-seo/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 19:01:21 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=458</guid>
		<description><![CDATA[Here is a list of actions you can make that costs nothing to help improve your site&#8217;s ranking on the Internet. I have developed this list over the last couple of years, but I am sure it is not complete. Please register so that you can add to the list. Promote your web business locally <a href='http://www.adwh.com/2010/06/free-seo/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Ffree-seo%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Ffree-seo%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Here is a list of actions you can make that costs nothing to help improve your site&#8217;s ranking on the Internet. I have developed this list over the last couple of years, but I am sure it is not complete. Please <a title="Register with ADWH" href="http://www.adwh.com/wp-login.php?action=register" target="_self">register</a> so that you can add to the list.</p>
<h1>Promote your web business locally</h1>
<p>These are just a few suggestions I have found to promote your website at no cost.</p>
<h3>Optimize your website for local search</h3>
<ul>
<li>Name your city and      state/province in the &lt;title&gt; element, preferably near the      beginning. You want to do well on the SERP for these terms along with your      service keywords.</li>
<li>Have your full address on your      Contact page, including country and zip or postal code. Having this      information easily accessible will make it easier for local search engines      and directories to add your site without you’re even asking them to.</li>
<li>Include your city,      state/province, and country elsewhere in the text, perhaps on you’re About      page. (It&#8217;s useful information for non-locals too. People tend to feel      better about doing business with a company that has a named location.)</li>
</ul>
<h3>List your company in local directories</h3>
<ul>
<li><a title="http://maps.google.com/maps?hl=en" href="http://maps.google.com/maps?hl=en">Google Local (Google Maps)</a>:      create your listing at <a title="https://www.google.com/local/add/login" href="https://www.google.com/local/add/login">Google&#8217;s Local Business      Center</a> (Google account needed)</li>
<li><a title="http://maps.live.com/" href="http://maps.live.com/">MSN Live Search</a>:      click on the Help link to get to the form to add your listing</li>
<li><a title="http://local.yahoo.com/" href="http://local.yahoo.com/">Yahoo!      Local</a>: go to their <a title="http://listings.local.yahoo.com/csubmit/index.php" href="http://listings.local.yahoo.com/csubmit/index.php">Add a New      Business</a> page (Yahoo account needed) (Currently only for the US)</li>
<li><a title="http://city.ask.com/city" href="http://city.ask.com/city">Ask      Business Search</a>: email their <a title="http://about.ask.com/en/docs/about/askcity_help.shtml#16" href="http://about.ask.com/en/docs/about/askcity_help.shtml#16">customer      service department</a> to have your business added to the listings      (Currently only for the US)</li>
<li><a title="http://www.local.com/" href="http://www.local.com/">Local.com</a>:      add your listing via their <a title="http://register.local.com/free/update.aspx" href="http://register.local.com/free/update.aspx">submission form</a> (currently only for the US and the UK)</li>
<li><a title="http://www.truelocal.com/" href="http://www.truelocal.com/">TrueLocal</a>:      go to their <a title="http://www.truelocal.com/listabusiness.aspx" href="http://www.truelocal.com/listabusiness.aspx">List Your Business</a> page (in English, Spanish, and French)</li>
<li><a href="http://www.yellowbook.com/">YellowBook.com</a> and <a href="http://www.yellowpages.com/">YellowPages.com</a> both have free      listing options.</li>
</ul>
<p>Also search for directories specific to your city and country.</p>
<h3>Display your domain with your company name locally</h3>
<p>Some of the people you&#8217;re in contact with locally may be looking for a web host or know someone who is. Provide your domain wherever your company name appears, and interested people will go to your site for more information.</p>
<ul>
<li>In Yellow Pages ads</li>
<li>In local newspaper and other      local print ads</li>
<li>On your vehicle</li>
<li>On company letterhead and      business cards</li>
<li>On giveaways</li>
</ul>
<h3>Attend local networking events</h3>
<ul>
<li>Your local Chamber of      Commerce</li>
<li>Local trade shows</li>
<li><a title="http://www.meetup.com/" href="http://www.meetup.com/">Meetup.com</a> meetings for <a title="http://entrepreneur.meetup.com/" href="http://entrepreneur.meetup.com/">entrepreneurs</a></li>
</ul>
<p>And last but not least:</p>
<ul>
<li><a href="http://www.facebook.com/home.php">Facebook</a></li>
<li><a href="http://www.facebook.com/home.php">Twitter</a></li>
<li><a href="http://dallas.craigslist.org/">Craigslist</a></li>
<li><a href="http://www.linkedin.com/">linkedIn</a></li>
<li>any other social networking sites you can find</li>
<li>create a blog or forum site (or join a forum) where you and others can discuss your business.</li>
</ul>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/06/free-seo/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/06/free-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing Up Your Database</title>
		<link>http://www.adwh.com/2010/06/backing-up-your-database/</link>
		<comments>http://www.adwh.com/2010/06/backing-up-your-database/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 17:56:22 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=449</guid>
		<description><![CDATA[In order to do a proper back up of a website, many people will need to backup the database it runs on. If you use WordPress or Joomla, a Forum or a shopping cart, you most likely have a database so these instructions are for you. First login to your hosting control panel at https://www.websitesettings.com <a href='http://www.adwh.com/2010/06/backing-up-your-database/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Fbacking-up-your-database%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Fbacking-up-your-database%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>In order to do a proper back up of a website, many people will need to backup the database it runs on. If you use WordPress or Joomla, a Forum or a shopping cart, you most likely have a database so these instructions are for you.</p>
<ol>
<li> First login to your hosting control panel at <a title="Database Manager" href="https://www.websitesettings.com" target="_blank">https://www.websitesettings.com</a></li>
<li>Click on your domain name.</li>
<li>Click on the Features tab.</li>
<li> Click on the database you wish to work with.</li>
<li> In the next screen you will need to know the information you see.</li>
<li> Click on the Online Manager link. This will open a new window with a database manager screen.</li>
<li> Go back to the screen with your database information in it.</li>
<li>Highlight the username and copy it.</li>
<li> Go back to the window with the database management screen.</li>
<li> Paste your username in the Username box.</li>
<li>Type your password for the database in thePassword box.</li>
<li> Go back to the screen with your database information in it.</li>
<li> Look at the Hostname. It will look something like this:<strong> mysql50-<span style="color: #ff0000;">46</span>.wc2.dfw1.stabletransit.com</strong> &#8211; The number in red is what you need to know. It will be different for every database most likely.</li>
<li> Go back to the window with the database management screen.</li>
<li>Click on the down arrow by Server Choice.</li>
<li> Click on the server with the same number as you found in step 13 behind the &#8220;<strong>mysql50-</strong>&#8220;.</li>
<li>Click Go.</li>
<li> Once you are logged in, click the name of your database located on the upper left side of the screen.</li>
<li>Click on the Export tab.</li>
<li> On the next screen in the Export box click Select All.</li>
<li>Scroll down and check the Save as file box.</li>
<li> Type a name for the download in the Filename template box.</li>
<li>Click go.</li>
<li> If prompted, click save and choose a location on your computer to save the file to.</li>
</ol>
<p>Once this is saved to your computer, you have created a backup of your database.
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/06/backing-up-your-database/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/06/backing-up-your-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To Backup Your Site</title>
		<link>http://www.adwh.com/2010/06/to-backup-your-site/</link>
		<comments>http://www.adwh.com/2010/06/to-backup-your-site/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:47:53 +0000</pubDate>
		<dc:creator>Dawn McCarroll</dc:creator>
				<category><![CDATA[ADWH Articles]]></category>

		<guid isPermaLink="false">http://www.adwh.com/?p=437</guid>
		<description><![CDATA[First open your FTP client. In this example we use Filezilla. Click on File. Click on Site Manager Click on New Site Name the site for your website. Fill in the Host field like so (replace yoursitename.com with the name of your domain): ftp.yoursitename.com The Logon Type is Normal Fill in your user name. This <a href='http://www.adwh.com/2010/06/to-backup-your-site/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Fto-backup-your-site%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.adwh.com%2F2010%2F06%2Fto-backup-your-site%2F&amp;source=adwhdotcom&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<ol>
<li>First open your FTP client. In this example we use Filezilla.</li>
<li>Click on File.</li>
<li>Click on Site Manager</li>
<li>Click on New Site</li>
<li>Name the site for your website.</li>
<li>Fill in the Host field like so (replace yoursitename.com with the name of your domain):
<ol>
<li><span style="color: #ff0000;"><strong>ftp.yoursitename.com</strong></span></li>
</ol>
</li>
<li>The Logon Type is Normal</li>
<li>Fill in your user name. This will be the FTP user name you can find in your hosting control panel.</li>
<li>Fill in your FTP password.</li>
<li>Click on the advanced tab.</li>
<li>Browse to a folder on your local computer where you want to store the files.</li>
<li>In the Default remote directory field your entry should look like this (replace yoursitename.com with the name of your domain):
<ol>
<li><span style="color: #ff0000;"><strong>/www.yoursitename.com/web/content</strong></span></li>
</ol>
</li>
<li>Click Connect<br />
In one window you will see the files in the folder on your local computer. In the other you will see the files on the server.</li>
<li>Click on the first folder or file in the list for the files on the server.  Hold the shift key down and scroll to the bottom of the list.</li>
<li>Click on the last file or folder in the list.  This should highlight every file and folder in the server list.</li>
<li>Right click on these highlighted files and folders.</li>
<li>Click Download.  This will start the download process. Once it has downloaded all the files and folders on the list you have created a backup of your site.</li>
</ol>
<div><!-- Wordbooker created FB tags --> <fb:like layout="button_count" show_faces="false" action="recommend" font="arial" colorscheme="light"  href="http://www.adwh.com/2010/06/to-backup-your-site/" width="250"></fb:like>
<div style="float:right;"><!-- Wordbooker created FB tags --> <fb:share-button class="meta" type="button" > </fb:share-button></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.adwh.com/2010/06/to-backup-your-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
