<?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>Web Hosting Show &#187; help</title>
	<atom:link href="http://www.webhostingshow.com/tag/help/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webhostingshow.com</link>
	<description>podcast about web hosts and web hosting topics</description>
	<lastBuildDate>Tue, 17 Jan 2012 12:22:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>More HTML Formatting Help</title>
		<link>http://www.webhostingshow.com/2012/01/17/more-html-formatting-help/</link>
		<comments>http://www.webhostingshow.com/2012/01/17/more-html-formatting-help/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 12:22:50 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[lists]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web-hosting]]></category>
		<category><![CDATA[web-hosts]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/?p=3960</guid>
		<description><![CDATA[We have already covered some basic HTML tags you will use when writing your web page code. Here are a few more that you might find come in handy, when designing your own web page. Image Tags In HTML, when you want to call upon an image to be displayed on your web page, you [...]]]></description>
			<content:encoded><![CDATA[<p>We have already covered some <a href="http://www.webhostingshow.com/2012/01/09/basic-html-formatting-help/" target="_blank">basic HTML tags</a> you will use when writing your web page code. Here are a few more that you might find come in handy, when designing your own web page. </p>
<p><span id="more-3960"></span>
<p><a name="Image_Tags"></a>
<p><strong>Image Tags </strong></p>
<p>In HTML, when you want to call upon an image to be displayed on your web page, you need to use the img tag. This tag tells the browser and web server that you are going to put an image here, and then what follows src= is the direct path to the image in question.
<p><b>Code:</b> &lt;img src=&#8221;http://www.yourdomain.com/yourimage.jpg&#8221; /&gt;
<p><a name="Horizontal_Rule_Tags"></a>
<p><strong>Horizontal Rule Tags </strong></p>
<p>The horizontal rule is for making a nice separator between sections of your web page. It acts as a single solid line that can be placed anywhere on your web page. It looks like this:
<p><b>Code:</b> &lt;hr /&gt;
<p><a name="List_Tags"></a>
<p><strong>List Tags </strong></p>
<p>If you want to format a list of topics on a single page, then the list tags will come in handy. You would start a list with the &lt;ul&gt; tag and end it with the &lt;/ul&gt; tag. For each item on the list, you will want to wrap it in the &lt;li&gt; and &lt;/li&gt; tags.
<p><b>Code:</b> &lt;ul&gt; &lt;li&gt;item #1&lt;/li&gt; &lt;li&gt;item #2&lt;/li&gt; &lt;/ul&gt;
<p><a name="Ordered_List_Tags"></a>
<p><strong>Ordered List Tags </strong></p>
<p>If you want to format a list of topics on a single page, and have them numbered, the ordered list tags should be used. You would start a list with the &lt;ol&gt; tag and end it with the &lt;/ol&gt; tag. For each item on the list, you will want to wrap it in the &lt;li&gt; and &lt;/li&gt; tags.
<p><b>Code:</b> &lt;ol&gt; &lt;li&gt;item #1&lt;/li&gt; &lt;li&gt;item #2&lt;/li&gt; &lt;/ol&gt;
<p><a name="Link_Tags"></a>
<p><strong>Link Tags </strong></p>
<p>Links are used to help users go from one page to the next page. The basic link is started with the &lt;a href=&#8221;"&gt; tag with the page&#8217;s path you want to link to inside the quotation marks. Then you type in the text of the link, and close it out with the &lt;/a&gt; tag.
<p><b>Code:</b> &lt;a href=&#8221;http://www.somedomain.com/pageiamlinkingto.html&#8221;&gt;This Text is a Link&lt;/a&gt; </p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2012/01/17/more-html-formatting-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic HTML Formatting Help</title>
		<link>http://www.webhostingshow.com/2012/01/09/basic-html-formatting-help/</link>
		<comments>http://www.webhostingshow.com/2012/01/09/basic-html-formatting-help/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 12:34:43 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web-hosting]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/?p=3957</guid>
		<description><![CDATA[When it comes to formatting a web page using HTML code, you can think of it (kind of) in the same way you would look at formatting a document formatted by a word processor. You have your headlines to show you where one section starts and stops. You have your paragraphs to break up blocks [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to formatting a web page using HTML code, you can think of it (kind of) in the same way you would look at formatting a document formatted by a word processor. You have your headlines to show you where one section starts and stops. You have your paragraphs to break up blocks of text, and you have line breaks to show where there should be a new line started. Now I am going to show you how to get some of these things done using HTML. </p>
<p><span id="more-3957"></span>
<p><a name="Headline_Tags"></a>
<p><strong>Headline Tags </strong></p>
<p>The main purpose of the headline tags are make the titles stand out on the page, and also tell the browser and visitors where the titles are. You can use &lt;h1&gt;&lt;/h1&gt; for the main title, then (if needed) &lt;h2&gt;&lt;/h2&gt; for a secondary title. The bigger the number gets, the smaller or less important the title becomes. Remember to use the headline tags for headings only. It is not a good idea to use them to make text bigger or bolder. Also, search engines look at how your headline tags are used to help index the structure of the content on your web pages.
<p><b>Code:</b> &lt;h1&gt;This Is My Title&lt;/h1&gt;
<p><a name="Paragraph_Tags"></a>
<p><strong>Paragraph Tags </strong></p>
<p>The paragraph tags are important because they show the start (
<p>) and then end
<p>of where a paragraph should be on your web page. Having a long page with nothing but unformatted text is going to be very hard for the reader to navigate through. You want to break up the web page with the paragraph tags to make the web page your working on more scan-able for the end user.
<p><b>Code:</b> &lt;p&gt;This will be shown as it&#8217;s own paragraph on my web page.&lt;/p&gt;
<p><a name="Line_Break_Tags"></a>
<p><strong>Line Break Tags </strong></p>
<p>What if you don&#8217;t want to go to a new paragraph, and instead only want to break of one line and move to the line right under it? That is what the <br />or <br />tags are for. You might see either used, however it might be best to start using <br />to future-proof your web page for browsers in the future (just in case support for <br />was ever dropped.
<p><b>Code:</b> I can put this at the end of a line to show where I want it to stop. &lt;br /&gt;
<p><a name="Blockquote_Tags"></a>
<p><strong>Blockquote Tags </strong></p>
<p>When text has been blockquoted, it is often indented a little &#8211; in comparison with the other paragraphs around it. So you get white space to the left, and the margins around the text are enlarged a little &#8216;bit to seperate it from the rest of the text.
<p><b>Code:</b> &lt;blockquote&gt;This text will be shown as indented on my web page.&lt;/blockquote&gt; </p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2012/01/09/basic-html-formatting-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modify the HTML Body Tag</title>
		<link>http://www.webhostingshow.com/2011/12/12/modify-the-html-body-tag/</link>
		<comments>http://www.webhostingshow.com/2011/12/12/modify-the-html-body-tag/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 12:32:38 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web-hosting]]></category>
		<category><![CDATA[web-hosts]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/2011/12/12/modify-the-html-body-tag/</guid>
		<description><![CDATA[There are several HTML tags that can act as modifiers to how the web page looks visually. First, let us re-visit the body tags. The body tags are there to tell the browser what part of the document is going to be visible to the end user when viewing the web page. This is marked [...]]]></description>
			<content:encoded><![CDATA[<p>There are several HTML tags that can act as modifiers to how the web page looks visually.
<p>First, let us re-visit the body tags. The body tags are there to tell the browser what part of the document is going to be visible to the end user when viewing the web page. This is marked up in your HTML code by putting a &lt;body&gt; where your web page&#8217;s content begins and a &lt;/body&gt; tags where it ends. </p>
<p><span id="more-3952"></span>
<p><a name="How_to_Modify_the_Body_Tag"></a>
<p><strong><u>How to Modify the Body Tag</u></strong> </p>
<p>So, any time you modify the body tags, you will be changing the way the web site is seen. There are several body tag modifiers you can use.
<p><a name="Change_the_Web_Page.27s_Background_Color"></a>
<p>Change the Web Page&#8217;s Background Color </p>
<p>You can add bgcolor=&#8221;VALUE&#8221; (replacing VALUE with the name of the color or the HEX number) to change the background color for a web page.
<dl>
<dd><b>Code:</b> &lt;body bgcolor=&#8221;white&#8221;&gt; <i>(this would make the background all white)</i></dd>
</dl>
<p><a name="Change_the_Web_Page.27s_Text_Color"></a>
<p><strong><u>Change the Web Page&#8217;s Text Color</u></strong> </p>
<p>You can add text=&#8221;VALUE&#8221; (replacing VALUE with the name of the color or the HEX number) to change the background color for a web page.
<dl>
<dd><b>Code:</b> &lt;body text=&#8221;black&#8221;&gt; <i>(this would make the text all black)</i></dd>
</dl>
<p><a name="Change_the_Web_Page.27s_Link_Color"></a>
<p><strong><u>Change the Web Page&#8217;s Link Color</u></strong> </p>
<p>You can add link=&#8221;VALUE&#8221; (replacing VALUE with the name of the color or the HEX number) to change the color of links on a web page.
<dl>
<dd><b>Code:</b> &lt;body link=&#8221;blue&#8221;&gt; <i>(this would make the links all blue)</i></dd>
</dl>
<p><a name="Change_the_Web_Page.27s_Visited_Link_Color"></a>
<p><strong><u>Change the Web Page&#8217;s Visited Link Color</u></strong> </p>
<p>You can add vlink=&#8221;VALUE&#8221; (replacing VALUE with the name of the color or the HEX number) to change the color of link that have already been visited on a web page.
<dl>
<dd><b>Code:</b> &lt;body vlink=&#8221;red&#8221;&gt; <i>(this would make the visited links red)</i></dd>
</dl>
<p><a name="Change_the_Web_Page.27s_Active_Link_Color"></a>
<p><strong><u>Change the Web Page&#8217;s Active Link Color</u></strong> </p>
<p>You can add alink=&#8221;VALUE&#8221; (replacing VALUE with the name of the color or the HEX number) to change the color of an active link.
<dl>
<dd><b>Code:</b> &lt;body alink=&#8221;purple&#8221;&gt; <i>(this would make the active link purple)</i></dd>
</dl>
<p><a name="More_Helpful_Body_Tag_Tips"></a>
<p><strong><u>More Helpful Body Tag Tips</u></strong> </p>
<p><b>You can use more than one of these at a time.</b> If you wanted to, you could use more than one of these body modifiers at a time. you would just need to remember to put a space in between each body modifier. For example:
<pre>&lt;body bgcolor="black" color="white"&gt;
</pre>
<p>This is how you would link more than one together, this would tell the browser to make the background of the web page black and the text on the web page white. There is no limit to the number of these modifiers you can use on the body tag, as long as everything is formatted correctly, the web page should come out the way you want it to. </p>
<p><b>Only add these modifiers to the opening body tag.</b> It is important to note that you only add these modifiers to the opening tag &lt;body&gt; and not the closing tag &lt;/body&gt;. </p>
<p><b>Where can I find the HTML color or HEX values?</b> You can find these many places. One of the best examples, is on w3school.com&#8217;s HTML colors page here: </p>
<ul>
<li><a href="http://www.w3schools.com/Html/html_colors.asp">http://www.w3schools.com/Html/html_colors.asp</a></li>
</ul>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2011/12/12/modify-the-html-body-tag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML Basics</title>
		<link>http://www.webhostingshow.com/2011/12/06/html-basics/</link>
		<comments>http://www.webhostingshow.com/2011/12/06/html-basics/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 12:21:29 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/2011/12/06/html-basics/</guid>
		<description><![CDATA[Hyper Text Markup Language, or as you know it HTML, is the markup language for most web pages on the Internet. Now, it is not exactly a language like English or Spanish, which we communicate with verbally. A markup language is a system for editing text in a way that changes how the text looks [...]]]></description>
			<content:encoded><![CDATA[<p>Hyper Text Markup Language, or as you know it HTML, is the markup language for most web pages on the Internet.
<p>Now, it is not exactly a language like English or Spanish, which we communicate with verbally. A markup language is a system for editing text in a way that changes how the text looks or how you interact with it. Where you use funny looking code to make one section of text look different than the other, the code in question is not seen by the end user. The server the web page is coming from, and the user&#8217;s browser come together to help mesh it together as something that is seen as visually appealing to the end user. </p>
<p><span id="more-3949"></span>
<p><a name="A_Simple_HTML_Example"></a>
<p><strong>A Simple HTML Example </strong></p>
<p>Here is an example of a web site written in HTML code:
<pre>&lt;html&gt;
&lt;body&gt;
&lt;p&gt;This is my first web site.  I hope you enjoy it!&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p><b>Breaking Down the HTML Code</b></p>
<p>As you can see from the text above, this is a pretty simple example. You have the basic text of the web site, &#8220;This is my first web site. I hope you enjoy it!&#8221; with several HTML tags wrapped around it. The HTML tags are what give the text commands on how it should be interpreted by the browser. </p>
<ul>
<li>The &lt;html&gt; and &lt;/html&gt; tags wrapped around the text tells you this is an HTML document.
<li>The &lt;body&gt; and &lt;/body&gt; tags wrapped around the text tells you this is the &#8220;body&#8221; of the web page, where the content you want displayed in the browser goes.
<li>The &lt;p&gt; and &lt;/p&gt; tags wrapped around the text tells you this should be formatted as a paragraph. </li>
</ul>
<p>Here are some frequently asked questions somebody might have at this point. </p>
<p><b>How do you create an HTML file like this one?</b> Best thing to use would be a plain text editor, such as Notepad. The reason for this, is you want the files in question to be saved with no extra markup information included. </p>
<p><b>How do I save the file as a HTML web page?</b> You will want to save the file with a .html extension at the end. This will tell the web browser that this page is an HTML coded page, and should be read like one. As an example, I saved this file as &#8220;test.html&#8221;. The &#8220;test&#8221; name does not matter at this point, it could be anything. We will dive deeper into how to name your HTML files in a later tutorial.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2011/12/06/html-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pros and Cons for VPS Hosting</title>
		<link>http://www.webhostingshow.com/2011/03/15/pros-and-cons-for-vps-hosting/</link>
		<comments>http://www.webhostingshow.com/2011/03/15/pros-and-cons-for-vps-hosting/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 11:26:34 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Shopping Advice]]></category>
		<category><![CDATA[con]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[negatives]]></category>
		<category><![CDATA[positives]]></category>
		<category><![CDATA[pro]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web-hosting]]></category>
		<category><![CDATA[web-hosts]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/2011/03/15/pros-and-cons-for-vps-hosting/</guid>
		<description><![CDATA[Anybody who has been in web hosting long enough to at least know the tiers knows that when you move from a shared hosting server to a VPS hosting server, your entire website experience will be better.&#160; However, there are misconceptions about how much bang for your buck you will get with VPS hosting too.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px 0px 5px 5px; padding-left: 0px; padding-right: 0px; display: inline; float: right; border-top: 0px; border-right: 0px; padding-top: 0px" title="VPS Hosting" border="0" alt="VPS Hosting" align="right" src="http://www.webhostingshow.com/wp-content/uploads/2011/03/vps-hosting.jpg" width="168" height="206" />Anybody who has been in web hosting long enough to at least know the tiers knows that when you move from a shared hosting server to a VPS hosting server, your entire website experience will be better.&#160; However, there are misconceptions about how much bang for your buck you will get with VPS hosting too.&#160; With that said, I thought it might be a good ideas of looking at some of the pros and cons of switching from your standard shared web hosting plan to a Virtual Private Server.</p>
<p><span id="more-3888"></span>
<p><strong>The Pros for Switching to VPS</strong></p>
<p>The number one thing you get when you switch to VPS hosting is more CPU power and RAM access.&#160; These server side resources are as good as gold to a website using a content management system that has overgrown a shared hosting setup.&#160; If you get a fully managed VPS hosting plan, then the web host will take care of the server side of things &#8211; just as if you were on a shared hosting plan.&#160; If you are looking at VPS technology, I would say go with a Xen server-based setup. With it, you can be sure that your resources are limited to your account and your website will be less likely to come crashing down because of something your server neighbor is going through.</p>
<p><strong>The Cons for Switching to VPS</strong></p>
<p>The biggest bad thing about switching to VPS hosting might still be the price.&#160; While it is significantly lower than dedicated hosting, VPS hosting can still take a big chunk out of your wallet.&#160; You might also have misconceptions when it comes to how big of a VPS you need.&#160; I know when I first switched, I thought 756 MB of RAM would be plenty for my four websites &#8211; and I was wrong. To run my websites successfully and to have a little elbow room to grow, I had to end up going with 2GB of RAM, 100GB of disk space, 1.25 TB of bandwidth.</p>
<p>Overall, once your website or network of websites becomes too popular, you will have to come to the realization that it is time for a change.&#160; Many people are turning towards VPS hosting these days because it is easier to both deploy and manage than dedicated server hosting. Setting up VPS nodes for a web hosting perspective is just a lot easier than ordering X number of servers for dedicated hosting customers.&#160; The advantages also get passed back down to the consumer too &#8211; as VPS hosting is getting cheaper and cheaper these days.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2011/03/15/pros-and-cons-for-vps-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Setup FileZilla</title>
		<link>http://www.webhostingshow.com/2010/12/20/how-to-setup-filezilla/</link>
		<comments>http://www.webhostingshow.com/2010/12/20/how-to-setup-filezilla/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 15:43:46 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Hosting Videos]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[web-hosting]]></category>
		<category><![CDATA[web-hosts]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/?p=3767</guid>
		<description><![CDATA[New to FileZilla? Today, I have for you a tutorial to help get started using it. This fantastic FTP program might be my favorite FTP client &#8211; mainly because it is so simple to use. Hope you enjoyed that tutorial and let me know in the comments if you would like to see more! Facebook [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webhostingshow.com/wp-content/uploads/2010/12/380px-FileZilla_logo.svg_.png" alt="FileZilla Tutorial" title="FileZilla Help" width="95" height="95" class="alignleft size-full wp-image-3778" />New to FileZilla? Today, I have for you a tutorial to help get started using it. This fantastic FTP program might be my favorite FTP client &#8211; mainly because it is so simple to use. </p>
<p><iframe src="http://player.vimeo.com/video/18010390?color=6d9965" width="520" height="293" frameborder="0"></iframe></p>
<p>Hope you enjoyed that tutorial and let me know in the comments if you would like to see more!</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2010/12/20/how-to-setup-filezilla/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Host That &#8211; Podcast 216</title>
		<link>http://www.webhostingshow.com/2010/12/13/cant-host-that-podcast-216/</link>
		<comments>http://www.webhostingshow.com/2010/12/13/cant-host-that-podcast-216/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 10:00:34 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Hosting Podcasts]]></category>
		<category><![CDATA[can't host]]></category>
		<category><![CDATA[carbonite]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[personal backups]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[web-hosting]]></category>
		<category><![CDATA[web-hosts]]></category>
		<category><![CDATA[whsp]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/?p=3745</guid>
		<description><![CDATA[Believe it or not, there are files you probably should not upload to the server you host your website from.  Not only could you get in trouble with your web host by doing so, but you could also be putting your own security at risk.  On today&#8217;s podcast we will go over some of the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 0px auto; display: block; float: none;" title="Can't Host That - Podcast 216" src="http://www.webhostingshow.com/wp-content/uploads/2010/12/whs216.png" alt="Podcast 216 - Can't Host That" width="610" height="200" /></p>
<p>Believe it or not, there are files you probably should not upload to the server you host your website from.  Not only could you get in trouble with your web host by doing so, but you could also be putting your own security at risk.  On today&#8217;s podcast we will go over some of the files you should not host and my favorite way to back up personal files remotely and securely.  The Web Hosting Show is on the air.</p>
<p><span id="more-3745"></span></p>
<div class="woo-sc-box download   "><strong><a href="http://www.webhostingshow.com/showarchives/WebHostingShow216.mp3">Download the Web Hosting Show, Episode 216!</a></strong><br />
<strong>Running Time: </strong>8 minutes | <strong>File Size:</strong> 3.30 MB</div>
<p>There are a lot of unsaid rules that you must learn when it comes to mastering the world of web hosting.  Knowing what files you should or should not host is one of them. While it might sound like common sense to some &#8211; sometimes it is the things that go unsaid that get you in trouble, so let me save us all a lot of trouble and let you in on this.</p>
<p>Here is what we have in store for you on today&#8217;s show:</p>
<p><a href="http://www.webhostingshow.com/2010/12/15/files-you-should-not-host/"><strong>Files You Should Not Host</strong></a></p>
<p>Having a web hosting account is handy at times.  It allows you to practically upload anything you want to share with friends, or to store online.  This is a blessing and also a curse when it comes to the web hosting business though.  While it is handy to be able to upload anything to a web hosting account, it is not always practical.  Sometimes, it might even be against the rules.<a href="http://www.webhostingshow.com/2010/12/17/better-off-site-backups-with-carbonite/"><strong></strong></a></p>
<p><a href="http://www.webhostingshow.com/2010/12/17/better-off-site-backups-with-carbonite/"><strong>Better Off Site Backups with Carbonite</strong></a></p>
<p>I have been a big fan off keeping files backup off site for a while now and the best tool I have found to get that job done is Carbonite.  Out of all the other solutions, Carbonite does the best job at making backing up automated so I don&#8217;t have to worry about it.  For the webmasters out there, it is also a great way to store your website backups too.</p>
<p>Hope you enjoyed this edition of the Web Hosting Show podcast.  Feel free to share your own thoughts about hosting in the comments.  I would love to see them!</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2010/12/13/cant-host-that-podcast-216/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.webhostingshow.com/showarchives/WebHostingShow216.mp3" length="3470440" type="audio/mpeg" />
		</item>
		<item>
		<title>Gallery Hosting Tools &#8211; Podcast 215</title>
		<link>http://www.webhostingshow.com/2010/11/01/gallery-hosting-tools-podcast-115/</link>
		<comments>http://www.webhostingshow.com/2010/11/01/gallery-hosting-tools-podcast-115/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 10:00:03 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Hosting Podcasts]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gallery hosting]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[image hosting]]></category>
		<category><![CDATA[photo hosting]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web-hosting]]></category>
		<category><![CDATA[web-hosts]]></category>
		<category><![CDATA[whsp]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/?p=3703</guid>
		<description><![CDATA[If a picture is worth a thousand words, then this podcast has to be worth at least eight minutes or so of your time.  On this edition of the Web Hosting Show we will be taking a look at both online photo gallery hosting services and three different types of photo gallery scripts you can [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-3704" title="Podcast 215" src="http://www.webhostingshow.com/wp-content/uploads/2010/10/whs215-big.png" alt="Image Gallery Hosting" width="610" height="200" /></p>
<p>If a picture is worth a thousand words, then this podcast has to be worth at least eight minutes or so of your time.  On this edition of the Web Hosting Show we will be taking a look at both online photo gallery hosting services and three different types of photo gallery scripts you can install on your own web hosting account.</p>
<div class="woo-sc-box download   "><strong><a href="http://www.webhostingshow.com/showarchives/WebHostingShow215.mp3">Download  the Web Hosting Show, Episode 215!</a></strong><br />
<strong>Running Time: </strong>8 minutes | <strong>File Size:</strong> 3.27 MB</div>
<p>There are hundreds if not thousands of great ways to showcase your artwork, your photography or any other type of images you have created and share them with the world.  I have done my best to check them all out &#8211; so you can finally know which ones are the best of the best.</p>
<p><span id="more-3703"></span></p>
<p>Here is what we have in store for you on today&#8217;s show:</p>
<p><a href="http://www.webhostingshow.com/2010/11/03/3-best-image-gallery-services/"><strong>3 Best Image Gallery Services</strong></a></p>
<p>There are thousands of free image host out there, but not many that  focus on providing you a cheap or free place to host an online gallery  for your photography, images or artwork.  If you do not want to upload a  script and run it from day to day, you might try one of these three  free image gallery hosting services to get your own portfolio hosted  online.</p>
<p><a href="http://www.webhostingshow.com/2010/11/05/3-free-photo-gallery-tools-for-any-occasion/"><strong>3 Free Photo Gallery Tools for Any Occasion</strong></a></p>
<p>It might be easy to find a free photo gallery script you can get up and  running on your website.  However, not all scripts are created equal.   Sometimes you might want a simple page dedicated to photos, and other  times you might need an entire domain dedicated to the idea of  showcasing your images.  I have searched the Web high and low to bring  you the best free image gallery tools for big projects, medium sized  projects and lightweight projects.</p>
<p>Also, I would love to hear your experiences with the best gallery hosting services online or the best album scripts on the web.  If you have any other great resources worth sharing, be sure to leave a comment and share it with the rest of us.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2010/11/01/gallery-hosting-tools-podcast-115/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.webhostingshow.com/showarchives/WebHostingShow215.mp3" length="3891534" type="audio/mpeg" />
		</item>
		<item>
		<title>cPanel &#8211; Fresh, Bold and Fun Control Panel</title>
		<link>http://www.webhostingshow.com/2010/08/25/cpanel/</link>
		<comments>http://www.webhostingshow.com/2010/08/25/cpanel/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 10:00:11 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[Web Hosting Tutorials]]></category>
		<category><![CDATA[control-panel]]></category>
		<category><![CDATA[CPanel]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[podcasts]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[web-hosting]]></category>
		<category><![CDATA[web-hosts]]></category>
		<category><![CDATA[webinars]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/?p=3537</guid>
		<description><![CDATA[If you ask just about anybody what control panel their web hosting account is using, nine times out of ten you are going to get cPanel as the response.  While cPanel has always seemed to be the proverbial, &#8220;big daddy&#8221; when it comes to controlling hosting accounts &#8211; I do have to say the company [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="cPanel Website" src="http://www.webhostingshow.com/wp-content/uploads/2010/08/image.png" alt="cPanel Website" width="500" height="304" border="0" /></p>
<p>If you ask just about anybody what control panel their web hosting account is using, nine times out of ten you are going to get <strong>cPanel</strong> as the response.  While cPanel has always seemed to be the proverbial, &#8220;big daddy&#8221; when it comes to controlling hosting accounts &#8211; I do have to say the company has done a great job at sort of remaking its image to seem more up to date and awesome.</p>
<p><span id="more-3537"></span></p>
<p>It was not too long ago that people picked cPanel because it was pretty much the standard when it comes to web hosting control panels.  It might not have been the prettiest or the best, but it got the job done.  For Pete&#8217;s sake, it has been around since 1997 &#8211; so I would be willing to bet it is one of the oldest control panels out there too.</p>
<p><strong>What is New with cPanel?</strong></p>
<p>Over the past couple of years though, cPanel has gone beyond being the ugly old reliable control panel we have to use to the flexible and pretty control panel we want to use.  The cPanel website also offers much more when it comes to teaching you more about the company and the product.  Here are just a few of the more recent innovations you might not have seen yet:</p>
<ul>
<li><a href="http://cpanel.net/webinars">Webinars </a><br />
Join the technical marketing team and learn about product roadmaps, new features and topics you suggest. Hosted by David Grega and Mario Rodriguez</li>
<li><a href="http://cpanel.net/blog/integration/">Dev Blog </a><br />
Are you integrating your application with cPanel? Read tips, discussions, and how to&#8217;s related to integration, API&#8217;s, and tools by cPanel developers!</li>
<li><a href="http://cpanel.net/news.html">News </a><br />
Catch the latest happening at cPanel ranging from software updates, press releases and general talk about the industry in the news section.</li>
<li><a href="http://cpanel.net/podcast">Podcast </a><br />
Listen to cPanel technical writer Lindsey White as she discusses web hosting and interviews industry superstars.</li>
<li><a href="http://cpanel.net/press/social-media.html">Social Media </a><br />
Follow cPanel on Facebook, Twitter, LinkedIn or the forums and become part of the 1000&#8242;s of followers that engage in these communities.</li>
<li><a href="http://cpanel.net/events">Events </a><br />
Find out where the cPanel team will be at next. This include various conventions, events and seminars across the globe.</li>
</ul>
<p>So if you haven&#8217;t spent some time on the <a href="http://www.cpanel.net" target="_blank">cPanel website</a> in a while, I recommend you go check it out today.  Both the &#8220;Interact&#8221; and &#8220;Support&#8221; areas are well worth your time.</p>
<p>What is your favorite memory of cPanel? Leave your thoughts in the comments!</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2010/08/25/cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grand Theft Website &#8211; Podcast 210</title>
		<link>http://www.webhostingshow.com/2010/07/19/grand-theft-website-podcast-210/</link>
		<comments>http://www.webhostingshow.com/2010/07/19/grand-theft-website-podcast-210/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 10:00:17 +0000</pubDate>
		<dc:creator>Mitch</dc:creator>
				<category><![CDATA[Web Hosting Podcasts]]></category>
		<category><![CDATA[DMCA]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[takedown notice]]></category>
		<category><![CDATA[theft]]></category>
		<category><![CDATA[web-hosting]]></category>
		<category><![CDATA[web-hosts]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[whsp]]></category>

		<guid isPermaLink="false">http://www.webhostingshow.com/?p=3473</guid>
		<description><![CDATA[It is a big bad scary world when it comes to the Digital Millennium Copyright Act and website hosting.  On today&#8217;s podcast I will be discussing with you in detail what the DMCA is, what it means for web hosts out there, and what you should do if your own content has been ripped from [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-3669" title="Grand Theft Website - Podcast 210" src="http://www.webhostingshow.com/wp-content/uploads/2010/07/whs210-big.png" alt="Podcast 210 - Grand Theft Website" width="610" height="200" /></p>
<p>It is a big bad scary world when it comes to the Digital Millennium Copyright Act and website hosting.  On today&#8217;s podcast I will be discussing with you in detail what the DMCA is, what it means for web hosts out there, and what you should do if your own content has been ripped from your website.  The Web Hosting Show is on the air.</p>
<div class="woo-sc-box download   "><strong><a href="http://www.webhostingshow.com/showarchives/WebHostingShow210.mp3">Download the Web Hosting Show, Episode 210!</a></strong><br />
<strong>Running Time: </strong>8 minutes | <strong>File Size:</strong> 3.50 MB</div>
<p>So how does web hosting, the DMCA and copyright protection all mash up and what do you need to know?  I am glad you asked.</p>
<p><span id="more-3473"></span></p>
<p>Here is a summary of the topics we are covering this week:</p>
<p><a href="http://www.webhostingshow.com/2010/07/21/web-hosts-and-the-dmca/"><strong>Web Hosts and the DMCA</strong></a></p>
<p>What is the DMCA and how does it pertain to web hosts?  I will go into detail about how parts of this law do have to do with web hosting, and how that might effect us all.  Also, learn what each web hosts needs to ask for before a DMCA claim will even be looked into.</p>
<p><a href="http://www.webhostingshow.com/2010/07/23/website-content-theft/"><strong>How to Handle Website Content Theft</strong></a></p>
<p>So, you have somebody stealing your articles, photos, artwork or something else.  How can you use the DMCA and the US copyright laws to your advantage?  I will let you know.  Also, learn how and what you should do when your confronting those who have stolen your content for the best results.</p>
<p>Hope this week&#8217;s podcast comes in handy in your own copyright battles, or to help you better understand how the DMCA, copyright theft and website hosting all meshes together.</p>
<p><em><img class="alignright" title="Win an Apple TV!" src="http://www.webhostingshow.com/wp-content/uploads/2010/06/apple_tv.jpg" border="0" alt="Win an Apple TV!" width="132" height="132" align="left" /> <strong>Apple TV Giveaway Contest!</strong></em></p>
<p><em>Ping! Zine and the Web Hosting Show have teamed up to offer you a chance to win your very own Apple TV.  Where is the catch?  There isn&#8217;t one.  All you have to do is subscribe, for free, to Ping! Zine.  For more details on this fantastic contest be sure to check out </em><a href="http://www.webhostingshow.com/pingzine/"><em>webhostingshow.com/pingzine</em></a><em>.</em></p>
<p>Feel free to leave your comments, thoughts and suggestions for future show topics or your own feelings about the DMCA and copyright theft in the comments.  This podcast is here to help anybody, from big web hosts to small web developers &#8211; so I want to hear back from each and every one of you.</p>
                                                                                <strong>Facebook Fan Page</strong>  Come join the fun on the Web Hosting Show <a href="http://www.facebook.com/MitchProjects">Facebook Fan Page</a>!</a><br />
<br />
&copy; <a href="http://www.mitchkeeler.com">Mitch Keeler</a> 2011 | Check out my <a href="http://www.firefoxfacts.com">firefox help site</a> and my <a href="http://www.mitchelaneous.com">tech blog</a> too!</a>    <br />
<br>&nbsp;                                                               ]]></content:encoded>
			<wfw:commentRss>http://www.webhostingshow.com/2010/07/19/grand-theft-website-podcast-210/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.webhostingshow.com/showarchives/WebHostingShow210.mp3" length="3678377" type="audio/mpeg" />
		</item>
	</channel>
</rss>

