<?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>HaggardHosting &#187; Technical Instructions</title>
	<atom:link href="http://www.haggardhosting.com/category/technical-instructions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.haggardhosting.com</link>
	<description>Affordable Website Design</description>
	<lastBuildDate>Sat, 28 Nov 2009 04:02:09 +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>Configuring Gmail to use SMTP and remove &#8220;sent on behalf of&#8221;</title>
		<link>http://www.haggardhosting.com/technical-instructions/configuring-gmail-to-use-smtp-and-remove-sent-on-behalf-of/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=configuring-gmail-to-use-smtp-and-remove-sent-on-behalf-of</link>
		<comments>http://www.haggardhosting.com/technical-instructions/configuring-gmail-to-use-smtp-and-remove-sent-on-behalf-of/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 21:55:07 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Desktop Support]]></category>
		<category><![CDATA[Technical Instructions]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=364</guid>
		<description><![CDATA[This video will explain how to configure Gmail to remove the &#8220;sent on behalf of&#8221; when being read in Microsoft Outlook. When configuring Gmail to send as a different E-mail address you have to use the SMTP option if you want to hide the fact that you are sending from a Gmail account. The SMTP [...]]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7761031&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7761031&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object></p>
<p>This video will explain how to configure Gmail to remove the &#8220;sent on behalf of&#8221; when being read in Microsoft Outlook. When configuring Gmail to send as a different E-mail address you have to use the SMTP option if you want to hide the fact that you are sending from a Gmail account. The SMTP configuration is unique to where your E-mail address is being hosted. Below are a couple of places to find that configuration.</p>
<p><a href="http://help.hover.com/Tutorials/?space_id=365&amp;manual_id=282&amp;lesson_id=3481" target="_blank">Hover</a><br />
<a href="http://mail.google.com/support/bin/answer.py?hl=en&amp;ctx=mail&amp;answer=75726" target="_blank">Google</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.haggardhosting.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/technical-instructions/configuring-gmail-to-use-smtp-and-remove-sent-on-behalf-of/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change MySQL root password</title>
		<link>http://www.haggardhosting.com/technical-instructions/how-to-change-mysql-root-password/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-change-mysql-root-password</link>
		<comments>http://www.haggardhosting.com/technical-instructions/how-to-change-mysql-root-password/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 22:00:27 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Technical Instructions]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=145</guid>
		<description><![CDATA[I read a great blog today about SQL tricks for WordPress and thought I would create an additional SQL blog about an issue a co-worker and I ran into a while ago&#8230;&#8221;How to change MySQL root password&#8221;.  This blog assumes that you have shell access to the server that is running your MySQL database.  If you only have [...]]]></description>
			<content:encoded><![CDATA[<p>I read a great blog today about <a href="http://www.smashingmagazine.com/2008/12/18/8-useful-wordpress-sql-hacks/" target="_blank">SQL tricks for WordPress</a> and thought I would create an additional SQL blog about an issue a co-worker and I ran into a while ago&#8230;&#8221;How to change MySQL root password&#8221;.  This blog assumes that you have shell access to the server that is running your MySQL database.  If you only have C-panel access then you will just have to contact your provider.  Also, it&#8217;s important to understand that the root user for the operating system is not the same as the root user for MySQL.  They are completely separate accounts.</p>
<p>First you must SSH/Telnet to the host that is running MySQL and then type the following command:</p>
<p>$ mysqladmin -u root password NEWPASSWORD</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.haggardhosting.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/technical-instructions/how-to-change-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparison of Windows Server 2003 Editions</title>
		<link>http://www.haggardhosting.com/technical-instructions/comparison-of-windows-server-2003-editions/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=comparison-of-windows-server-2003-editions</link>
		<comments>http://www.haggardhosting.com/technical-instructions/comparison-of-windows-server-2003-editions/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 17:18:56 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Technical Instructions]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=26</guid>
		<description><![CDATA[There are 4 versions of Microsoft Windows Server 2003, Standard Edition, Enterprise Edition, Datacenter Edition, Web Edition. Very useful link that I have found.  It has very detailed information about all the differences between the versions. &#8211;&#62; Link Web Edition: Windows Web Edition is a purpose built version of Windows that is meant to be [...]]]></description>
			<content:encoded><![CDATA[<p>There are 4 versions of Microsoft Windows Server 2003, Standard Edition, Enterprise Edition, Datacenter Edition, Web Edition.</p>
<p>Very useful link that I have found.  It has very detailed information about all the differences between the versions. &#8211;&gt; <a href="http://technet2.microsoft.com/windowsserver/en/library/81999f39-41e9-4388-8d7d-7430ec4cc4221033.mspx?mfr=true" target="_blank">Link</a></p>
<table border="0" cellspacing="3" cellpadding="3" width="80%" align="center">
<tbody>
<tr>
<td width="200">Web Edition:</td>
<td>Windows Web Edition is a purpose built version of Windows that is meant to be more like an appliance.  It&#8217;s meant to be a cheap way to deploy a web server since it doesn&#8217;t need all the additional functionality that Windows offers.  It only supports 2GB of Ram.</td>
</tr>
<tr>
<td>Standard Edition:</td>
<td>This is probably the most common version used as it fits most purposes.  It can fulfill most needs such as: file server, Domain Controller, application server, etc.  It only supports 4GB of RAM.</td>
</tr>
<tr>
<td>Enterprise Edition:</td>
<td>The most important feature that Enterprise Edition offers over Standard and Web is clustering.  This is most important for those mission critical apps like Database or applications that come with their own fault tolerance.</td>
</tr>
<tr>
<td>Datacenter Edition:</td>
<td>This is a unique version because it&#8217;s OEM&#8217;ed with hardware to ensure the highest availability of all the Windows versions.  It also includes all the features of all the previsous versions.</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.haggardhosting.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/technical-instructions/comparison-of-windows-server-2003-editions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is that domain available?</title>
		<link>http://www.haggardhosting.com/technical-instructions/is-that-domain-available/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=is-that-domain-available</link>
		<comments>http://www.haggardhosting.com/technical-instructions/is-that-domain-available/#comments</comments>
		<pubDate>Mon, 26 May 2008 19:57:39 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Technical Instructions]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=18</guid>
		<description><![CDATA[Looking to register a new domain name?  First, see if someone else already has it.  There are many websites that will perform a lookup for you.  You can google domain registration and probably get thousands of hits.  Click here then type in the name that you would like to register without the .com or .net.  [...]]]></description>
			<content:encoded><![CDATA[<p>Looking to register a new domain name?  First, see if someone else already has it.  There are many websites that will perform a lookup for you.  You can google domain registration and probably get thousands of hits.  Click <a href="http://www.hyperwhois.com/cgi-bin/whois.pl?cartid=&#038;basic=1" target=_blank>here</a> then type in the name that you would like to register without the .com or .net.  It will show you the domains that are taken.  It will also show you all the domain extensions that are available (ie. .com, .net, .org, etc) and offer you to purchase one of them for cheap.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.haggardhosting.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/technical-instructions/is-that-domain-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing your internet connection</title>
		<link>http://www.haggardhosting.com/technical-instructions/testing-your-internet-connection/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=testing-your-internet-connection</link>
		<comments>http://www.haggardhosting.com/technical-instructions/testing-your-internet-connection/#comments</comments>
		<pubDate>Mon, 26 May 2008 18:30:17 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Technical Instructions]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=15</guid>
		<description><![CDATA[Is your internet connection slow?  Unreliable? Right-click on the icon below and choose &#8221;save target as&#8221; and choose any location on your computer.  Extract all the files into any folder on your computer. Double-click on the &#8220;MasterPingTest.bat&#8221; file. It will help you determine if the problem is in your house or if it&#8217;s your provider.  The [...]]]></description>
			<content:encoded><![CDATA[<p>Is your internet connection slow?  Unreliable?</p>
<ol>
<li>Right-click on the icon below and choose &#8221;save target as&#8221; and choose any location on your computer. </li>
<li>Extract all the files into any folder on your computer.</li>
<li>Double-click on the &#8220;MasterPingTest.bat&#8221; file.</li>
</ol>
<p>It will help you determine if the problem is in your house or if it&#8217;s your provider.  The log files will be located on your desktop.  Please send the results to <a href="mailto:admin@haggardhosting.com">admin@haggardhosting.com</a>.</p>
<p>Please provide any feedback below.</p>
<p><a href="http://haggardhosting.com/files/scripts/pingtest/PingTest.zip"><img class="alignnone size-thumbnail wp-image-16" title="ms-dos-batch-file-128x128" src="http://www.haggardhosting.com/wp-content/uploads/2008/05/ms-dos-batch-file-128x128.png" alt="" width="94" height="85" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.haggardhosting.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/technical-instructions/testing-your-internet-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
