<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>HaggardHosting</title>
	
	<link>http://www.haggardhosting.com</link>
	<description>Affordable Website Design</description>
	<lastBuildDate>Sun, 17 May 2009 03:33:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Haggardhosting" type="application/rss+xml" /><item>
		<title>Easiest way to create Favicon</title>
		<link>http://www.haggardhosting.com/website-design/easiest-way-to-create-favicon/</link>
		<comments>http://www.haggardhosting.com/website-design/easiest-way-to-create-favicon/#comments</comments>
		<pubDate>Sun, 17 May 2009 03:32:24 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=260</guid>
		<description><![CDATA[Also known as favorite icon, website icon, shortcut icon, url icon, bookmark icon.

The power of marketing is amazing.&#160; Humans get accustomed to seeing certain things (like logos) and immediately recognize and have a sense of comfort with that household product.&#160; The favicon is an excellent branding tool.&#160; Not only does it show up next to [...]]]></description>
			<content:encoded><![CDATA[<p>Also known as favorite icon, website icon, shortcut icon, url icon, bookmark icon.</p>
<p><img alt="Favicon browser" src="http://haggardhosting.com/wp-content/files/faviconview2.jpg" /></p>
<p>The power of marketing is amazing.&nbsp; Humans get accustomed to seeing certain things (like logos) and immediately recognize and have a sense of comfort with that household product.&nbsp; The favicon is an excellent branding tool.&nbsp; Not only does it show up next to the address bar in your browser, but it also is displayed on each tab (assuming you are using a browser that supports tabs), and also in your favorites.&nbsp; The human eye will focus on the icon as soon as it&#8217;s recognized and disregard the text.</p>
<p>To create a favicon you must first have an image that will be your logo.&nbsp; The image has to be in either 16&#215;16px or 32&#215;32px size and either 8-bit or 24-bit color.&nbsp; Once your image is selected to easiest way to get it to the proper size/format is to use a website the creates it for you.&nbsp; Google for the word &quot;favicon&quot; and you will get many hits that will allow you to just upload your image and then you can download the finished result.&nbsp; Here are a couple of examples:</p>
<p><a href="http://www.favicon.cc/">http://www.favicon.cc/</a><br />
<a href="http://www.html-kit.com/favicon/">http://www.html-kit.com/favicon/</a></p>
<p>Once you have your image upload it to your webserver.&nbsp; Then, modify the your code between the <strong>&lt;head&gt;</strong> and <strong>&lt;/head&gt;</strong> of your website with the following text:</p>
<div class="codesnip">
<p>&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; &gt;<br />
or<br />
&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://www.yourdomain.com/favicon.ico&quot; &gt;</p>
</div>
<p>If you are using Wordpress this will be in the header.php file within your theme.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/website-design/easiest-way-to-create-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to test your website with a different browser</title>
		<link>http://www.haggardhosting.com/website-design/how-to-test-your-website-with-a-different-browser/</link>
		<comments>http://www.haggardhosting.com/website-design/how-to-test-your-website-with-a-different-browser/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 14:00:40 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=240</guid>
		<description><![CDATA[Who&#8217;s running Ineternet Explorer 6 anymore?  Or even Windows XP?  Well, I guess some people are.  So, if you&#8217;re developing a website and you need to know how your website looks using different browsers on different operating systems, you&#8217;ve got a challenge.  You could load a virtual machine and then install the version of browser [...]]]></description>
			<content:encoded><![CDATA[<p>Who&#8217;s running Ineternet Explorer 6 anymore?  Or even Windows XP?  Well, I guess some people are.  So, if you&#8217;re developing a website and you need to know how your website looks using different browsers on different operating systems, you&#8217;ve got a challenge.  You could load a virtual machine and then install the version of browser that you want to test, but there are so many different combinations.  That&#8217;s a lot of work!</p>
<p>I found a free tool that will save you so much time. </p>
<p><a href="http://www.crossbrowsertesting.com/">http://www.crossbrowsertesting.com/</a></p>
<p>This website offers several different browser/operating system combinations.  I used this to find out that Internet Explorer 6 doesn&#8217;t support transparent background in PNG files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/website-design/how-to-test-your-website-with-a-different-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing IMG (image) border using CSS</title>
		<link>http://www.haggardhosting.com/website-design/removing-img-image-border-using-css/</link>
		<comments>http://www.haggardhosting.com/website-design/removing-img-image-border-using-css/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 14:00:38 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=234</guid>
		<description><![CDATA[Most people use an editor when creating blogging or creating their website.&#160; Adding an image to the website and/or blog entry is simple because most editors have a button that prompts for the source of the image and then creates the code with the proper alignment.&#160; For example:

&#60;p&#62;&#60;img alt=&#34;&#34; src=http://www.yourdomain.com/your-image /&#62;&#60;/p&#62;

Well, if you want your [...]]]></description>
			<content:encoded><![CDATA[<p>Most people use an editor when creating blogging or creating their website.&nbsp; Adding an image to the website and/or blog entry is simple because most editors have a button that prompts for the source of the image and then creates the code with the proper alignment.&nbsp; For example:</p>
<div class="codesnip">
<p>&lt;p&gt;&lt;img alt=&quot;&quot; src=http://www.yourdomain.com/your-image /&gt;&lt;/p&gt;</p>
</div>
<p>Well, if you want your users to be able to click that image as a link to open another website or document it might put a blue hyperlink border around the image.&nbsp; Most website images are designed that most people understand that it&#8217;s a link without the link border.&nbsp; In fact, most people would consider it a bit old fashioned to see a link border around an image.&nbsp; You might be using a theme for a CMS like Wordpress or Jumla that has already taken this into consideration.&nbsp; If not, there are a couple of ways to remove it.</p>
<p>First, you can modify the HTML code directly.&nbsp; Using the previous example it would look like this:</p>
<div class="codesnip">
<p>&lt;p&gt;&lt;img alt=&quot;&quot; <span id="KonaBody"><tt>style=&quot;border-style: none&quot; </tt></span>src=http://www.yourdomain.com/your-image.jpg /&gt;&lt;/p&gt;</p>
</div>
<p>&nbsp;Second, you can modify the CSS (Content Style Sheet) which is a much more efficient way.&nbsp; Using an external CSS&nbsp;allows for all pages to be updated at once.&nbsp; To use an external CSS you must call it out in the &lt;HEAD&gt; of your HTML.&nbsp; If you&#8217;re using wordpress this is most likely located in the header.php file of your theme.&nbsp; An example would be:</p>
<div class="codesnip">
<strong>In Wordpress header.php:</strong><br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;&lt;?php bloginfo(&#8217;stylesheet_url&#8217;); ?&gt;&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;</p>
<p><strong>In HTML website:</strong><br />
&lt;linkrel=&quot;stylesheet&quot; href=&quot;http://www.haggardhosting.com/wp-content/themes/coolmist/style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;</div>
<p>Then, once you have an external style sheet just add the following as a new line:</p>
<div class="codesnip">
<p>img a border:0;</p>
</div>
<p>Refresh your website and the border around all images should be gone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/website-design/removing-img-image-border-using-css/feed/</wfw:commentRss>
		<slash:comments>0</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/</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>
]]></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>Wordpress 2.7 is released</title>
		<link>http://www.haggardhosting.com/wordpress/wordpress-27-is-released/</link>
		<comments>http://www.haggardhosting.com/wordpress/wordpress-27-is-released/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 21:52:09 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=186</guid>
		<description><![CDATA[The long anticipated Wordpress 2.7 was released.  It has a great new design to it&#8217;s admin page and lot of great new features which you can read about here.  Also, below is a video that you can watch that illustrates some of the new benefits.

]]></description>
			<content:encoded><![CDATA[<p>The long anticipated Wordpress 2.7 was released.  It has a great new design to it&#8217;s admin page and lot of great new features which you can read about <a href="http://wordpress.org/development/2008/12/coltrane/" target="_blank">here</a>.  Also, below is a video that you can watch that illustrates some of the new benefits.</p>
<p><object width="640" height="360" data="http://v.wordpress.com/hFr8Nyar" type="application/x-shockwave-flash"><param name="src" value="http://v.wordpress.com/hFr8Nyar" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/wordpress/wordpress-27-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 easy steps to create a Web 2.0 icon using Gimp</title>
		<link>http://www.haggardhosting.com/gimp/5-easy-steps-to-create-a-web-20-icon-using-gimp/</link>
		<comments>http://www.haggardhosting.com/gimp/5-easy-steps-to-create-a-web-20-icon-using-gimp/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 11:00:04 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Gimp]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=141</guid>
		<description><![CDATA[This blog will teach you how to create a button for your website that has a nice look and feel to it.  The contents of this post were created using Gimp version 2.6.2. So, the screens might look a little different than your version.  You can get the latest version and documentation from the Gimp [...]]]></description>
			<content:encoded><![CDATA[<p style="TEXT-ALIGN: left">This blog will teach you how to create a button for your website that has a nice look and feel to it.  The contents of this post were created using Gimp version 2.6.2. So, the screens might look a little different than your version.  You can get the latest version and documentation from the <a href="http://www.gimp.org/" target="_blank">Gimp</a> website.  Please leave a message with your feedback about this blog, I&#8217;m curious to get others opinions.</p>
<h2>Step 1 &#8211; create the canvas to work with</h2>
<p>Create a new image that is the size of the button that you wish to create by clicking on File from the drop-down menu and then select New.  For this example I&#8217;ve chosen 200px by 100px.  I recommend a tranparent background so that your button with seamlessly integrate with whatever color website you place it on.  To set the backgroug transparent click on the &#8220;Advanced Options&#8221; and choose <strong>transparent</strong> from the &#8220;Fill with&#8221; field.  The default &#8220;Fill with&#8221; is background color (white) which will make your button have a white background even if you put it on a website that has a different color.</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-156 aligncenter" title="create1" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/create1.jpg" alt="create1" width="388" height="442" /></p>
<h2 style="TEXT-ALIGN: left">Step 2 &#8211; create the shell of the button</h2>
<p style="TEXT-ALIGN: left">Before we get started with the button you need to create a new transparent layer and call it &#8220;Button&#8221;. From the drop-down menu <strong>Layer</strong> select &#8220;New Layer&#8221; and change the name to Button.</p>
<p style="TEXT-ALIGN: center"><img class="aligncenter size-full wp-image-174" title="layers1" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/layers1.jpg" alt="layers1" width="189" height="75" /></p>
<p style="TEXT-ALIGN: left">This will be for applying a shadow later.  Without this first additional layer the shadow affect will apply to the full canvas instead of just your button.  Now using the rectangle tool (<img class="alignnone size-full wp-image-151" title="rectangletool" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/rectangletool.jpg" alt="rectangletool" width="32" height="32" />) create a rectangle.  Then, select the rounded corners option <img class="alignnone size-full wp-image-155" title="roundedcorner1" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/roundedcorner1.jpg" alt="roundedcorner1" width="140" height="47" />.  The higher the radius the larger the rounded corners will be.  You can move the slide bar left and right and watch the results on the canvas.  Now pick a color to fill your button with.  For this example I chose the color <span style="color: #fcaf3e;">#FCAF3E</span> which is the color of the banner of <a href="http://www.gimp.org" target="_blank">Gimp&#8217;s home page</a>.  Choose the fill tool (<img class="alignnone size-full wp-image-158" title="filltool" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/filltool.jpg" alt="filltool" width="32" height="32" />) and then click on the foreground (<img class="size-full wp-image-159 alignnone" title="colorselector" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/colorselector.jpg" alt="colorselector" width="65" height="50" />) and set the color that you want by either pasting the HTML code or just picking from the color palet.  Now, just click in the center of your rectangle and it should look like this:</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-168 aligncenter" title="buttonbody1" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/buttonbody1.jpg" alt="buttonbody1" width="527" height="308" /></p>
<h2 style="TEXT-ALIGN: left">Step 3 &#8211; create glossy affect</h2>
<p style="TEXT-ALIGN: left">Select the rectagle tool again and this time create a rectangle inside the rectangle that you already have.  Make the bottom of this new rectangle start around the middle of the existing rectangle and draw upwards leaving a little bit of room at the top like this:</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-169 aligncenter" title="buttonbody21" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/buttonbody21.jpg" alt="buttonbody21" width="527" height="308" /></p>
<p style="TEXT-ALIGN: left">Now select the gradient tool (<img class="alignnone size-full wp-image-162" title="gradienttool" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/gradienttool.jpg" alt="gradienttool" width="32" height="32" />) and draw a line from the bottom of this new rectangle to the top.  This will create a fading affect from the colors that are in your foreground/background (<img class="size-full wp-image-159 alignnone" title="colorselector" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/colorselector.jpg" alt="colorselector" width="65" height="50" />). It will fade from the foreground (orange in my case) to white (in my case).  Now your image should look like this:</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-170 aligncenter" title="buttonbody31" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/buttonbody31.jpg" alt="buttonbody31" width="527" height="308" /></p>
<h2 style="TEXT-ALIGN: left">Step 4 &#8211; Add some text</h2>
<p style="TEXT-ALIGN: left">Select the text tool (<img class="alignnone size-full wp-image-164" title="texttool" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/texttool.jpg" alt="texttool" width="32" height="32" />) and draw a rectangle where you want your text.  This should be centered vertically and horizontally.  Don&#8217;t worry worry if you draw it wrong, it can be moved.  Now, type the text you want in your button.  There are several text options on the left panel that I&#8217;m not going to go into.  They are your typical MS word-like tools (font, colors, size, bold, italics, etc.) that allow you to put some pizaz in the text.  Now your button should look like this:</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-172 aligncenter" title="buttonbody42" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/buttonbody42.jpg" alt="buttonbody42" width="527" height="308" /></p>
<h2 style="TEXT-ALIGN: left">Step 5 &#8211; add shadow</h2>
<p style="TEXT-ALIGN: left">Select the layer that you created in the beginning called &#8220;Button&#8221;.  From the filters drop-down menu select &#8220;Light and Shadow&#8221;, then &#8220;Drop shadow&#8230;&#8221;.</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-166 aligncenter" title="shadow" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/shadow.jpg" alt="shadow" width="390" height="324" /></p>
<p style="TEXT-ALIGN: left">Now your button should look like this:</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-175 aligncenter" title="buttonbody5" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/buttonbody5.jpg" alt="buttonbody5" width="527" height="308" /></p>
<p style="TEXT-ALIGN: left">Here is an example of the button after saving as PNG and putting it to use on a website <img class="alignnone size-full wp-image-183" title="mybutton" src="http://www.haggardhosting.com/wp-content/uploads/2008/12/mybutton.png" alt="mybutton" width="200" height="100" />.</p>
<p style="TEXT-ALIGN: left">Here is a copy of <a href="http://haggardhosting.com/files/blog/createbutton/MyButton.xcf" target="_blank">my XCF file</a> that I used to create this button.  You can download it and manipulate it within Gimp if you wish.</p>
<p style="TEXT-ALIGN: left"> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/gimp/5-easy-steps-to-create-a-web-20-icon-using-gimp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Wordpress</title>
		<link>http://www.haggardhosting.com/wordpress/how-to-install-wordpress/</link>
		<comments>http://www.haggardhosting.com/wordpress/how-to-install-wordpress/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 08:00:43 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=123</guid>
		<description><![CDATA[I have seen many people asking for help on the internet on how to install Wordpress so I thought that I would create a post that would hopefully be a good enough explanation for first timers.  This blog assumes that you already have hosting and a domain name setup.  If you don&#8217;t, we can help [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen many people asking for help on the internet on how to install Wordpress so I thought that I would create a post that would hopefully be a good enough explanation for first timers.  This blog assumes that you already have hosting and a domain name setup.  If you don&#8217;t, we can help with that.  Just send us a <a href="http://www.haggardhosting.com/sign-up/">request</a> for hosting and/or domain name and we can set one up for you.  Before we get started there are a few tools that you need.</p>
<ul>
<li><strong>FTP client</strong> &#8211; I recommend <a href="http://filezilla-project.org/" target="_blank">FileZilla</a>.  It&#8217;s best feature is how easy it is to use.  It works on multiple platforms (Windows, Linux, BSD, Mac OS X).  Also, it&#8217;s FREE!!!</li>
<li><strong>Text editor</strong> &#8211; I recommend <a href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a> for this.  It understands many programming languages and can help with syntax highlighting.  Also, it&#8217;s FREE!!!</li>
<li><strong>Zip extractor</strong> &#8211; I recommend <a href="http://www.7-zip.org/" target="_blank">7-Zip</a>.  Also, it&#8217;s FREE!!!</li>
</ul>
<p>There are 3 main steps to setting up your Wordpress site:</p>
<h2>Step 1 &#8211; Create a database</h2>
<p>Login to the control panel of you hosting provider and select the option to create a new MySQL database.  Setup a userid to have full access to this new database.  Depending on the provider your web server may be able to access the database by the host name of &#8220;localhost&#8221; or it may have to use the full name like &#8220;mysql123.hostingcompany.com&#8221; (this will be important during the next step).  Make sure to take note of the Database Name, username that you gave full access to, password of the DB user, and the hostname of the DB server because this information will be used in step 2.</p>
<h2>Step 2 &#8211; Upload the Wordpress code</h2>
<p>You can get a copy of the latest version of Wordpress <a href="http://wordpress.org/download/" target="_blank">here</a>.  You will need to download this to your local computer and then unzip the contents to it&#8217;s own folder using 7-Zip mentioned above.  Once 7-Zip is installed you can just right-click on the zip file and there will be a new 7-Zip option, then choose &#8216;extract here&#8217;.</p>
<p>Next, find the <strong>wp-config-sample.php</strong> file and rename it to <strong>wp-config.php</strong>.  Edit this file with Notepad++ mentioned above and modify the following lines:</p>
<p>define(&#8217;DB_NAME&#8217;, &#8216;dbname‘); // The name of the database<br />
define(’DB_USER’, ‘dbusername‘); // Your MySQL username<br />
define(’DB_PASSWORD’, ‘dbpassword‘); // …and password<br />
define(’DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value</p>
<p>Replace the variables &#8216;dbname‘ with the name of the database, ‘dbusername‘ with the username that you gave full access to the database, ‘dbpassword‘ with the password of the DB userid you created, and ‘localhost’ only if your web server needs to access the database remotely (you might have to ask your provider).  Note: do not replace the tics &#8216; marks on either side of the variable.</p>
<p>Now your ready to upload the files, but where you put them depends on whether you are planning on using Wordpress for your entire website (http://www.example.com) or install Wordpress as a subsection (http://www.example.com/wordpress).  Most people just use Wordpress for their entire site, which I also recommend.  If you want Wordpress to be your main site just upload the content to the root of your domain.  So, the directories in your root should be wp-admin, wp-content, wp-includes, along with other numerous files and any other files/folders that were provided by default by your hosting provider.</p>
<h2>Step 3 &#8211; Finish the install</h2>
<p>Hang in there, you&#8217;re almost done.  Now, you need to open the browser of your choice (Internet Explorer, Firefox, Safari, Chrome) and go to http://www.yourdomain.com/wp-admin/install.php.  Of course, replace &#8220;yourdomain.com&#8221; with the name of the domain where you are installing Wordpress.  It&#8217;s amazing, but that&#8217;s all there is to the install.  <span style="color: #ff0000;">Make sure that you write down the password that presented at the end of the install so because that&#8217;s the only id/password to manage the install</span>.  If, for some reason, you didn&#8217;t write it down or lose it later you can always go into the MySQL database and change the password.  I wrote a blog <a href="http://www.haggardhosting.com/wordpress/how-to-recover-lost-wordpress-admin-password-or-e-mail/">How to recover lost Wordpress Admin password or E-mail</a>.</p>
<h2>Post setup steps</h2>
<p>I have written a few blogs about some additional steps that most installations will need after the first login.  I will list some of them below.  I will also be adding more to the list over time.</p>
<ul>
<li><a href="http://www.haggardhosting.com/wordpress/using-permalinks-to-make-your-posts-seo-friendly/">Using permalinks to make your posts SEO friendly</a></li>
<li><a href="http://www.haggardhosting.com/wordpress/how-to-change-posted-by-admin-in-your-wordpress-theme/">How to change “posted by admin” in your Wordpress theme</a></li>
<li><a href="http://www.haggardhosting.com/wordpress/how-to-widgetize-your-wordpress-theme/">How to widgetize your Wordpress theme</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/wordpress/how-to-install-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add PHP code to a Wordpress widget</title>
		<link>http://www.haggardhosting.com/wordpress/how-to-add-php-code-to-a-wordpress-widget/</link>
		<comments>http://www.haggardhosting.com/wordpress/how-to-add-php-code-to-a-wordpress-widget/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 03:41:00 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=50</guid>
		<description><![CDATA[It wasn&#8217;t until recently that I have ever had a need to put PHP code into a Wordpress widget.  This was due to a plugin that I downloaded called Flashfader.  This plugin provides the ability to put a Flash on your Wordpress blog that will rotate pictures.  The only way to use this is with [...]]]></description>
			<content:encoded><![CDATA[<p>It wasn&#8217;t until recently that I have ever had a need to put PHP code into a Wordpress widget.  This was due to a plugin that I downloaded called <a href="http://www.lynk.de/wordpress/flashfader/" target="_blank">Flashfader</a>.  This plugin provides the ability to put a Flash on your Wordpress blog that will rotate pictures.  The only way to use this is with PHP code which doesn&#8217;t work in a Wordpress widget by default.  In order to use PHP code in a widget you need the <a href="http://wordpress.org/extend/plugins/php-code-widget/" target="_blank">Executable PHP Widget</a>.</p>
<h2>How Executable PHP Widget works</h2>
<p>This is a very simple plugin and installs just like any other plugin.</p>
<ol>
<li>Download the zip file and unzip.</li>
<li>Upload the folder that it creates to the <strong>&lt;webroot&gt;/wp-content/plugins</strong> folder</li>
<li>Login your Wordpress admin panel and enable the plugin</li>
<li>Click Design, Widget, and drag the <strong>PHP Code:</strong> widget to your sidebar</li>
<li>Insert the code into this widget and you&#8217;re done</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/wordpress/how-to-add-php-code-to-a-wordpress-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easiest way to backup your desktop</title>
		<link>http://www.haggardhosting.com/desktopsupport/easiest-way-to-backup-your-desktop/</link>
		<comments>http://www.haggardhosting.com/desktopsupport/easiest-way-to-backup-your-desktop/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 04:49:19 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Desktop Support]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=74</guid>
		<description><![CDATA[Have you ever stopped to think about what might happen if you lost your all the data on your hard drive?  All of those E-mails, music you&#8217;ve downloaded, pictures of the kids, documents that you&#8217;ve written, school work you&#8217;ve created, etc.  How much time and money would be lost?
Depending on the scenario, sometimes  data can [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever stopped to think about what might happen if you lost your all the data on your hard drive?  All of those E-mails, music you&#8217;ve downloaded, pictures of the kids, documents that you&#8217;ve written, school work you&#8217;ve created, etc.  How much time and money would be lost?</p>
<p>Depending on the scenario, sometimes  data can be recovered by taking your hard drive to a specialist (ie. <a href="http://www.sectorlogics.com/index.php" target="_blank">Sector Logics</a>, <a href="http://www.fields-data-recovery.com/" target="_blank">Fields Data Recovery</a>, etc.) and they can take the platters from inside your hard drive and re-mount them which enables them to bypass the problem if it was a hardware failure.  This scenario is relatively expensive compared to backing up your data proactively and having a readily available restore handy.</p>
<p>To accomplish this most people are purchasing external USB hard drives that you can find at Best Buy, Office Max, Walmart, etc.  These usually start around $80 and can go all the way to $1,000 depending on the size of disk that you want and/or need.  This requires a little bit of technical knowlege to get it setup.</p>
<p>I found <a href="http://www.carbonite.com/" target="_blank">Carbonite.com</a> and it has saved my life!  This program is easy to install and the only configuration that you have to give it is what to backup.  That&#8217;s it!  No more info than that!  It&#8217;s realy that easy.  It has several great features above the rest:</p>
<ol>
<li><strong>Unlimited storage</strong> &#8211; no matter how many mp3&#8217;s or iTunes music you download, no matter how many E-mails you have, no matter how many pictures you&#8217;ve taken, it&#8217;s all the same price.</li>
<li><strong>Completely automated</strong> &#8211; it starts backing up files that are created or changed as soon as a file is created (assuming that it&#8217;s in a folder that you told Carbonite to backup).</li>
<li><strong>Files are encrypted</strong> &#8211; As Carbonite backs up your files they are encrypted.</li>
<li><strong>Easy restore</strong> &#8211; Carbonite offers a very user friendly interface for restores</li>
<li><strong>Off-site backups</strong> &#8211; all of your files are backed up over the internet.  This provides for protection against natural disasters like tornados, hurricanes, floods, etc.</li>
</ol>
<p>This has saved me several times when my wife has accidentally deleted files.  Within minutes I was able to restore the data.  All of this for only $<span style="color: #ff0000;">49.95/yr</span>.</p>
<p>Please let me know if you have any experience with this product?  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/desktopsupport/easiest-way-to-backup-your-desktop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using permalinks to make your posts SEO friendly</title>
		<link>http://www.haggardhosting.com/wordpress/using-permalinks-to-make-your-posts-seo-friendly/</link>
		<comments>http://www.haggardhosting.com/wordpress/using-permalinks-to-make-your-posts-seo-friendly/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:53:14 +0000</pubDate>
		<dc:creator>Glenn Haggard</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.haggardhosting.com/?p=79</guid>
		<description><![CDATA[Have you ever looked at your Wordpress URL and wondered, &#8220;who came up with that?&#8221;  I would like to introduce you to Permalinks.  Wordpress  permalinks give you the flexibility to have a clear, easy to read, consistent look and feel to your URL&#8217;s.
The default permalink settings for Wordpress is &#8220;domain.com/?p=123&#8220;, who wants that?  How would [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever looked at your Wordpress URL and wondered, &#8220;who came up with that?&#8221;  I would like to introduce you to Permalinks.  Wordpress  permalinks give you the flexibility to have a clear, easy to read, consistent look and feel to your URL&#8217;s.</p>
<p>The default permalink settings for Wordpress is &#8220;domain.com/<code>?p=123</code>&#8220;, who wants that?  How would you like to try to explain that URL to someone.  It&#8217;s definately not Search Engine friendly.</p>
<p>I&#8217;m one of those people that doesn&#8217;t read the owners manual for something new.  I typically fumble around pushing buttons to figure out what it can do.  It&#8217;s usually only when I get stuck that I resort to the owners manual.</p>
<p>Well, with permalinks I had to break out the manual.  There are 4 default settings available from Wordpress on the admin page: Default (example above), Day and Name, Month and Name, or Numeric.  I didn&#8217;t want any of these choices and found out that there really aren&#8217;t a lot of options, but I found one that I liked better than the default offerings.  If you don&#8217;t like the default 4 that are offered you can choose the custom structure and put any combination of the 10 variables available.  I&#8217;m currently using <strong>/%category%/%postname%/</strong>.</p>
<p>Below are the 10 variables from <a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Wordpress</a>:</p>
<p><strong>%year% </strong><br />
The year of the post, four digits, for example 2004<br />
<strong>%monthnum% </strong><br />
Month of the year, for example 05<br />
<strong>%day% </strong><br />
Day of the month, for example 28<br />
<strong>%hour% </strong><br />
Hour of the day, for example 15<br />
<strong>%minute% </strong><br />
Minute of the hour, for example 43<br />
<strong>%second% </strong><br />
Second of the minute, for example 33<br />
<strong>%postname% </strong><br />
A sanitized version of the title of the post (post slug field on Edit Post/Page panel). So “This Is A Great Post!” becomes this-is-a-great-post in the URI (see Using only %postname%)<br />
<strong>%post_id% </strong><br />
The unique ID # of the post, for example 423<br />
<strong>%category% </strong><br />
A sanitized version of the category name (category slug field on New/Edit Category panel). Nested sub-categories appear as nested directories in the URI.<br />
<strong>%author% </strong><br />
A sanitized version of the author name.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haggardhosting.com/wordpress/using-permalinks-to-make-your-posts-seo-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.360 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-07-11 01:59:20 -->
