<?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>OK&#124;Public Web Hosting &#187; General</title>
	<atom:link href="http://www.okpublic.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.okpublic.com</link>
	<description>Hosting by and for human beings</description>
	<lastBuildDate>Fri, 11 Dec 2009 17:13:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FTP Tutorial for OKPublic Hosting Accounts (Filezilla)</title>
		<link>http://www.okpublic.com/general/ftp-tutorial-for-okpublic-hosting-accounts-filezilla/</link>
		<comments>http://www.okpublic.com/general/ftp-tutorial-for-okpublic-hosting-accounts-filezilla/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 18:36:53 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.okpublic.com/general/ftp-tutorial-for-okpublic-hosting-accounts-filezilla/</guid>
		<description><![CDATA[ Here is a tutorial that explains how to use FTP (File Transfer Protocol) to update your website with OKPublic.

What is FTP? Here is a quick definition from Wikipedia:
&#8220;FTP or File Transfer Protocol is used to connect two computers over the Internet so that the user of one computer can transfer files and perform file [...]]]></description>
			<content:encoded><![CDATA[<p> Here is a tutorial that explains how to use FTP (File Transfer Protocol) to update your website with OKPublic.</p>
<p><span id="more-41"></span><br />
<em>What is FTP?</em> Here is a quick definition <a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol" target="_blank" title="FTP Explained at Wikipedia">from Wikipedia</a>:</p>
<p><strong>&#8220;FTP</strong> or <strong>File Transfer Protocol</strong> is used to connect two computers over the Internet so that the user of one computer can transfer files and perform file commands on the other computer.&#8221;</p>
<p>So in order to use FTP, you first need to obtain an FTP client or software program. We recommend <a href="http://filezilla.sourceforge.net/" target="_blank" title="Filezilla FTP Client">Filezilla</a> as it&#8217;s:</p>
<ul>
<li>Open Source (Free!)</li>
<li>Easy to use</li>
<li>Updated often</li>
</ul>
<p>You can download Filezilla here: <a href="http://sourceforge.net/project/showfiles.php?group_id=21558" target="_blank" title="Download Filezilla">http://sourceforge.net/project/showfiles.php?group_id=21558<br />
</a><span style="font-style: italic">(For our purposes, it&#8217;s best to get the non-Beta version of the program or </span>stable version<span style="font-style: italic">.)</span></p>
<p>Once you download and install the program (the default options that Filezilla specifies during installation will work fine), start it up and you&#8217;ll see an interface that looks similar to the one below. Click on the computer icon as shown below:</p>
<p><img src="http://www.okpublic.com/wp-content/uploads/2007/01/filezilla-1.jpg" class="howtoImage" id="image42" alt="Filezilla - Step 1 " /></p>
<p>The below screen will come up. Click on the &#8220;New Site&#8221; button as shown by the arrow below <em>(click on the</em> <em>image to view the full-size version)</em>:</p>
<p><a href="http://www.okpublic.com/wp-content/uploads/2007/01/filezilla-2.jpg" class="imagelink" title="Filezilla - Step 2"><img src="http://www.okpublic.com/wp-content/uploads/2007/01/filezilla-2.jpg" class="howtoImage" style="width: 234px; height: 219px" id="image43" alt="Filezilla - Step 2" /></a></p>
<p>Now you need to enter in the details for the new FTP site that were contained in the email you should have received that contained the subject line: <span class="st" id="st">&#8220;Domain</span> Account <span class="st" id="st">Activation&#8221;. You need to substitute <em>mydomain.com, myusername, </em>and <em>mypassword </em>with your own information contained in that email.<br />
You can view the image below to determine where that information needs to be placed in Filezilla:<br />
</span></p>
<ul>
<li>Host: ftp.<em>mydomain.com</em> <em>(If the domain name that you are using is for example a .net extension, then it would be ftp.</em>mydomain.net<em>).</em></li>
<li>Servertype: FTP</li>
<li>Logontype: normal</li>
<li>User: <em>myusername</em></li>
<li>Password: <em>mypassword<br />
</em></li>
</ul>
<p><a href="http://www.okpublic.com/wp-content/uploads/2007/01/filezilla-3.jpg" class="imagelink" title="Filezilla - Step 3"><img src="http://www.okpublic.com/wp-content/uploads/2007/01/filezilla-3.jpg" id="image44" alt="Filezilla - Step 3" width="234" /></a></p>
<p>When you&#8217;ve finishing filling in that information, click on the advanced tab as shown above.</p>
<p>The settings in the Advanced window should be:</p>
<ul>
<li>Default local directory: <em>This should be the path to where you store or would like to store the files that you want to put up with your website. Click on the</em></li>
<li>Default remote directory:  public_html/ <em>(This is your directory on the server that is accessible by the web)</em></li>
</ul>
<p>Once you&#8217;re done with that, click on the &#8220;Save and Exit&#8221; button back at the main screen.</p>
<p>That should do it! Now you can connect to your site and upload files from your computer to it.</p>
<p>For more detailed information on how to use Filezilla specifically, you can visit the <a href="http://filezilla.sourceforge.net/documentation/" title="Filezilla Documentation" target="_blank">Filezilla Documentation</a> area. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.okpublic.com/general/ftp-tutorial-for-okpublic-hosting-accounts-filezilla/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We Help Switch Your Hosting</title>
		<link>http://www.okpublic.com/general/help-switch-hosting/</link>
		<comments>http://www.okpublic.com/general/help-switch-hosting/#comments</comments>
		<pubDate>Sat, 09 Dec 2006 18:52:01 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.okpublic.com/services/helping-transfer-your-hosting/</guid>
		<description><![CDATA[ Do you currently host your website with a different company? Would you like to switch your hosting to OK Public but don&#8217;t feel you have the time or know-how to do it?
We would be happy to help!
For a reasonable service fee of between $10 and $30 dollars, OK Public will handle all of the [...]]]></description>
			<content:encoded><![CDATA[<p> <img align="right" alt="Help Transfer Hosting to OK Public" style="padding-left: 10px" id="image31" src="http://www.okpublic.com/wp-content/uploads/2006/12/transfer-hosting.jpg" />Do you currently host your website with a different company? Would you like to switch your hosting to OK Public but don&#8217;t feel you have the time or know-how to do it?</p>
<h3>We would be happy to help!</h3>
<p>For a reasonable service fee of between <strong>$10 and $30 dollars</strong>, OK Public will handle all of the intricacies of making the switch. Your website will experience <strong>no downtime</strong>, and if it does, we will <strong>refund</strong> the cost of the transfer as well as a full month of hosting.</p>
<p>If you have more questions, please read the questions and answers below or <a title="Start The Transfer Process" href="/services/helping-transfer-your-hosting/process/">click here to start the process</a>.</p>
<p><em><strong>Q</strong>: Why is there a range in how much it will cost for you to help transfer my hosting?</em> <strong><br />
A</strong>: There are many variables to consider when transferring a website&#8217;s hosting. Some websites utilize email addresses that would need to be setup on the new hosting account; others require the use of MySQL or PostgreSQL database, which would need to be exported and then reconfigured on OK Public servers. The lower end of the range would include websites that use static HTML pages and require few to no additional services. If the website is more complex, it will take more time to complete the transfer and the service charge will scale up accordingly.</p>
<p><strong><em>Q: </em></strong><em>How long will it take for you to transfer my hosting?</em><br />
<strong>A: </strong>It depends somewhat on what is necessary to complete the trasnsfer (see above), but we are usually able to complete transfers in <strong>between 2 and 5 days</strong> from the time we receive <a title="Information OK Public Needs to Transfer Your Hosting" href="http://www.okpublic.com/wp-admin/page-new.php#requiredinformation">all of the necessary information</a>.<br />
<em><strong>Q</strong>:</em> <em>Can I just transfer the hosting myself?</em><br />
<strong>A</strong>: By all means, you can transfer your hosting yourself. Feel free to reference the guide &#8216;How to Transfer Your Hosting to OK Public&#8217;. And if you have any questions, please don&#8217;t hesitate to <a title="Contact OK Public" href="http://www.okpublic.com/contact-us/">contact us</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.okpublic.com/general/help-switch-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testimonials</title>
		<link>http://www.okpublic.com/general/testimonials/</link>
		<comments>http://www.okpublic.com/general/testimonials/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 20:13:18 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.okpublic.com/testimonials/</guid>
		<description><![CDATA[ Below are some kind words that our thoughtful customers have said about OK Public.
&#8220;I&#8217;m more than satisfied with the OK Public hosting (in fact its the best customer service I&#8217;ve had with any internet work I&#8217;ve done).&#8221;
-David Appleyard, yardapple.com
]]></description>
			<content:encoded><![CDATA[<p> Below are some kind words that our thoughtful customers have said about OK Public.</p>
<blockquote><p><em>&#8220;I&#8217;m more than satisfied with the OK Public hosting (in fact its the best customer service I&#8217;ve had with any internet work I&#8217;ve done).&#8221;</em></p>
<p>-<strong>David Appleyard</strong>, <a target="_blank" title="David Appleyard's Website" href="http://www.yardapple.com">yardapple.com</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.okpublic.com/general/testimonials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Partners</title>
		<link>http://www.okpublic.com/general/partners/</link>
		<comments>http://www.okpublic.com/general/partners/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 02:09:31 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.okpublic.com/coin/index.php/about/partners/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.okpublic.com/general/partners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Level 3</title>
		<link>http://www.okpublic.com/general/level-3/</link>
		<comments>http://www.okpublic.com/general/level-3/#comments</comments>
		<pubDate>Mon, 06 Feb 2006 03:05:23 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://localhost/sites/okpublic/public_html/coin/index.php/services/level-3/</guid>
		<description><![CDATA[ Level 3 plan 
]]></description>
			<content:encoded><![CDATA[<p> Level 3 plan </p>
]]></content:encoded>
			<wfw:commentRss>http://www.okpublic.com/general/level-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Level 2 Plan</title>
		<link>http://www.okpublic.com/general/level-2-plan/</link>
		<comments>http://www.okpublic.com/general/level-2-plan/#comments</comments>
		<pubDate>Mon, 06 Feb 2006 03:05:09 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://localhost/sites/okpublic/public_html/coin/index.php/level-2-plan/</guid>
		<description><![CDATA[ Level 2 
]]></description>
			<content:encoded><![CDATA[<p> Level 2 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.okpublic.com/general/level-2-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Level 1 Plan</title>
		<link>http://www.okpublic.com/general/level-1-plan/</link>
		<comments>http://www.okpublic.com/general/level-1-plan/#comments</comments>
		<pubDate>Mon, 06 Feb 2006 03:03:27 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://localhost/sites/okpublic/public_html/coin/index.php/services/level-1-plan/</guid>
		<description><![CDATA[ Info about the level 1 plan. 
]]></description>
			<content:encoded><![CDATA[<p> Info about the level 1 plan. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.okpublic.com/general/level-1-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home</title>
		<link>http://www.okpublic.com/general/home/</link>
		<comments>http://www.okpublic.com/general/home/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 20:31:02 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">/sites/okpublic/public_html/coin/</guid>
		<description><![CDATA[








Level 1
Level 2
Level 3




$2.95
* 200 mb storage
* 10 gb bandwidth
* 100 e-mail accounts
* 10 FTP accounts
* 10 MySQL databases



$5.95
* 750 mb storage
* 20 gb bandwidth
* 500 e-mail accounts
* 25 FTP accounts
* 20 MySQL databases

$9.95
* 2 GB storage
* 50 gb bandwidth
* Unlimited e-mail accounts
* 50 FTP accounts
* 30 MySQL databases









Ok Public is a web hosting company [...]]]></description>
			<content:encoded><![CDATA[<table width="167" style="height: 337px">
<tr>
<td valign="top"></td>
</tr>
<tr>
<td>
<div class="main_right">
<div id="tabsB">
<ul>
<li><a title="Link 1" onmouseover="expandcontent('sc1', this)" href="http://www.okpublic.com/coin/wp-admin/post.php#">Level 1</a></li>
<li><a title="Link 2" onmouseover="expandcontent('sc2', this)" href="http://www.okpublic.com/coin/wp-admin/post.php#">Level 2</a></li>
<li><a title="Link 3" onmouseover="expandcontent('sc3', this)" href="http://www.okpublic.com/coin/wp-admin/post.php#">Level 3</a></li>
</ul>
</div>
<div id="tabcontentcontainer">
<div id="sc1" class="tabcontent">
<div class="price_large">$2.95</div>
<div id="sc1" class="tabcontent">* 200 mb storage</div>
<div id="sc1" class="tabcontent">* 10 gb bandwidth</div>
<div id="sc1" class="tabcontent">* 100 e-mail accounts</div>
<div id="sc1" class="tabcontent">* 10 FTP accounts</div>
<div id="sc1" class="tabcontent">* 10 MySQL databases</div>
</div>
<div id="sc2" class="tabcontent">
<div class="price_large" />
<div class="price_large">$5.95</div>
<div id="sc1" class="tabcontent">* 750 mb storage</div>
<div id="sc1" class="tabcontent">* 20 gb bandwidth</div>
<div id="sc1" class="tabcontent">* 500 e-mail accounts</div>
<div id="sc1" class="tabcontent">* 25 FTP accounts</div>
<p>* 20 MySQL databases</p></div>
<div id="sc3" class="tabcontent">
<div class="price_large">$9.95</div>
<div id="sc1" class="tabcontent">* 2 GB storage</div>
<div id="sc1" class="tabcontent">* 50 gb bandwidth</div>
<div id="sc1" class="tabcontent">* Unlimited e-mail accounts</div>
<div id="sc1" class="tabcontent">* 50 FTP accounts</div>
<div id="sc1" class="tabcontent">* 30 MySQL databases</div>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td valign="top"></td>
</tr>
</table>
<div style="float: left">Ok Public is a web hosting company built by and for human beings. From basic web hosting, to flexible business plans and a detail-oriented support staff, we are here to provide you with nothing less than a positive experience.</p>
<p>Our dedicated servers are fully managed by the Ok Public staff, and our hosting plans feature the best tools to enable you to work with your data, manage database systems, and work creatively within your website. Our customers represent a piece of the active community that is the the internet.  With a wealth of knowledge of on both sides, we take pride in our one-on-one approach with people.  We are not here to make false promises, or to offer something that only looks like a good deal.  We are the real deal, and we hope that you&#8217;ll join us in helping to grow the community that thrives off of one another.</p>
<p>Please, take a moment to browse our selections.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.okpublic.com/general/home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
