<?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>Aubrey Phelps, Author at Colocation America</title>
	<atom:link href="https://www.colocationamerica.com/blog/author/aubrey-phelps/feed" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Dedicated Servers and Colocation Services &#124; Colocation America</description>
	<lastBuildDate>Tue, 22 Oct 2024 20:50:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Top 10 Troubleshooting Tips for Webmasters</title>
		<link>https://www.colocationamerica.com/blog/10-troubleshooting-tips-for-webmasters</link>
					<comments>https://www.colocationamerica.com/blog/10-troubleshooting-tips-for-webmasters#respond</comments>
		
		<dc:creator><![CDATA[Aubrey Phelps]]></dc:creator>
		<pubDate>Tue, 02 Apr 2013 21:16:00 +0000</pubDate>
				<category><![CDATA[Hosting News]]></category>
		<guid isPermaLink="false">http://cawp/?p=805</guid>

					<description><![CDATA[<p>Here are the top 10 troubleshooting tips you can use to diagnose a problem before calling your hosting provider. The responsibility of maintaining a website and ensuring its uptime falls to you as a webmaster. Below are 10 troubleshooting tips<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://www.colocationamerica.com/blog/10-troubleshooting-tips-for-webmasters">Top 10 Troubleshooting Tips for Webmasters</a> appeared first on <a href="https://www.colocationamerica.com">Colocation America</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Here are the top 10 troubleshooting tips you can use to diagnose a problem before calling your hosting provider.</p>
<p class="p1"><a style="text-align: -webkit-center;" href="/blog/10-troubleshooting-tips-for-webmasters"><img fetchpriority="high" decoding="async" class="alignnone" style="margin-bottom: 10px; margin-left: 10px;" title="webmaster troubleshooting" src="https://www.colocationamerica.com/wp-content/uploads/2014/07/webmaster-troubleshooting.jpg" alt="webmaster troubleshooting" width="375" height="227" align="right" border="0" /></a>The responsibility of maintaining a website and ensuring its uptime falls to you as a webmaster. Below are 10 troubleshooting tips you can use to diagnose a problem before calling your hosting provider.</p>
<h2 style="color: #336699; font-size: medium;">Check for Error Codes</h2>
<p class="p2">1) If your website is down, there&#8217;s a good chance you&#8217;ll find error messages and codes. Look up any errors when viewing the pages of your website. Also check any error logs that you have access to. T</p>
<p style="color: #336699; font-size: medium;"><strong>Ensure Your Host Really is Down</strong></p>
<p class="p2">2) In some cases your own connection to the Internet can hinder you from accessing your website.<br />
Ensure that your Internet connection is working by visiting a major website like Google. You can then use a free service that allows you to see if a website is up or down to see if your website can be reached by the rest of the Internet.<br />
You can also use the tracert application available natively to most operating systems to see if there is a connection problem between your computer and your website&#8217;s host.</p>
<p style="color: #336699; font-size: medium;"><strong>Revert Recent changes</strong></p>
<p class="p2">3) Newly installed scripts, modified programs and altered resources can all be sources of problems. If you noticed that your website started to perform oddly before you made any changes to files, then try reverting those changes back to versions that you know worked.</p>
<p style="color: #336699; font-size: medium;"><strong>Validate Your Website with the W3C Validator</strong></p>
<p class="p2">4) A good portion of errors that affect how your website appears can be related to how valid your HTML and JavaScript code is. Run your website through the W3C markup validation service and see if fixing any errors or warnings fixes your website.</p>
<p style="color: #336699; font-size: medium;"><a href="/blog/10-troubleshooting-tips-for-webmasters"><img decoding="async" class="alignnone" style="margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" src="https://www.colocationamerica.com/picts/blog/webmaster-tools.jpg" alt="webmaster tools" width="375" height="282" align="right" border="0" /></a><strong>Remove Unnecessary Clutter</strong></p>
<p class="p2">5) The performance of your website can be affected by the number of files you have sitting on your server. If you have an abundance of image files, documents or any other type of file that you aren&#8217;t using, then it may be time to do some file cleaning. By doing so, you can fix everything from long load times to high resource usage.</p>
<p style="color: #336699; font-size: medium;"><strong>Can You Reach Your Website by the IP Address?</strong></p>
<p class="p2">6) The DNS system that handles your domain can experience difficulties. This can cause inaccessibility to your website by domain name alone. If you know the IP of your website try entering that into your browser.</p>
<p style="color: #336699; font-size: medium;"><strong>Check That Your Web Server Software is Running</strong></p>
<p class="p2">7) Your server may be up but it may not be serving pages up to visitors. Use an application that can read HTTP headers. If you end up losing a connection to your web server instead of receiving an error, then there&#8217;s likely something wrong with the server configuration.</p>
<p style="color: #336699; font-size: medium;"><strong>Check the Server Resources</strong></p>
<p class="p2">8) Your web server, like any other machine, works with a limited amount of resources. Depending on your hosting situation, those resources may run out faster than you expected. If you have the ability to login to an administration panel such as cPanel, then check to see if you&#8217;re the cause for your website running out of resources. Most hosts will allow you to see the CPU and memory usage of each individual process on your server</p>
<p style="color: #336699; font-size: medium;"><strong>Disable Unnecessary Features and Buggy Scripts</strong></p>
<p class="p2">9) Programs that rely upon resource-intensive functions, such as the multitude of string replacement functions in PHP or the cURL library, can cause entire servers to stop functioning if used improperly. If you have a script running that is using these functions, try disabling them.</p>
<p style="color: #336699; font-size: medium;"><strong>Is CloudFlare Creating Problems?</strong></p>
<p class="p2">10) If you use CloudFlare on your website, there&#8217;s a chance that issues restricting you from accessing your website may be caused by it. If you get a CloudFlare error or you&#8217;re unable to load your website, try waiting for at least ten minutes before trying to reload your web page. Most problems with CloudFlare&#8217;s data centers are solved in that amount of time.</p>
<p class="p3">Not every problem can be solved by yourself, but many of them can. If you&#8217;re still having issues with your website then call your web host. Even if you can&#8217;t solve your problem yourself, you can work with your web host to prevent downtime in the future.</p>
<p class="p5"><strong>About the author</strong>: Aubrey Phelps is a writer for <a title="" href="http://www.fiber.net/" target="_blank" rel="nofollow noopener noreferrer">FiberNet</a>. In her spare time she studios SEO and loves to spend time with her nieces.</p>
<p>The post <a href="https://www.colocationamerica.com/blog/10-troubleshooting-tips-for-webmasters">Top 10 Troubleshooting Tips for Webmasters</a> appeared first on <a href="https://www.colocationamerica.com">Colocation America</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.colocationamerica.com/blog/10-troubleshooting-tips-for-webmasters/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Web Development Tools: How To Use FTP Correctly</title>
		<link>https://www.colocationamerica.com/blog/web-development-tools-how-to-use-ftp</link>
					<comments>https://www.colocationamerica.com/blog/web-development-tools-how-to-use-ftp#respond</comments>
		
		<dc:creator><![CDATA[Aubrey Phelps]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 18:32:00 +0000</pubDate>
				<category><![CDATA[Hosting News]]></category>
		<guid isPermaLink="false">http://cawp/?p=788</guid>

					<description><![CDATA[<p>FTP, or File Transfer Protocol, is a web development tool you will need to learn how to use if you wish to build a website&#8230; If you are looking to build a website, you will have to learn how to<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://www.colocationamerica.com/blog/web-development-tools-how-to-use-ftp">Web Development Tools: How To Use FTP Correctly</a> appeared first on <a href="https://www.colocationamerica.com">Colocation America</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>FTP, or File Transfer Protocol, is a web development tool you will need to learn how to use if you wish to build a website&#8230;</p>
<p class="p1"><a style="text-align: -webkit-center;" href="/blog/web-development-tools-how-to-use-ftp"><img decoding="async" class="alignnone" style="margin-bottom: 10px; margin-left: 10px;" title="how to use ftp" src="https://www.colocationamerica.com/picts/blog/ftp.jpg" alt="ftp" width="350" height="233" align="right" border="0" /></a></p>
<p class="p1">If you are looking to build a website, <a href="https://www.colocationamerica.com/blog/how-does-ftp-work">you will have to learn</a> how to use FTP. FTP or file transfer protocol, is basically a client that allows you to transfer files from one location to another.</p>
<p class="p1">In website context, you’ll be using FTP to transfer files on your computer to files on the server that your site is being hosted on. FTP clients have many options, but the following are five things you need to know to get started.</p>
<h2 style="color: #336699; font-size: medium;">FTP Account</h2>
<p class="p3">The first step of using your FTP client is setting up an account. In order to make an FTP client work with your hosting, you’ll have to login to your hosting account. Find the link in the hosting control panel where you can control the FTP options, and create a username and password. Make sure that you write down the hosting server address.</p>
<h2 style="color: #336699; font-size: medium;">Adding Sites to Your FTP Client</h2>
<p class="p2">Once you’ve set up the information on your hosting control panel, you can start adding your site or sites to your FTP client. Go to the site manager and create a site profile. You’ll have to put in your username, password and hosting server address to complete the profile. Now your FTP client will be connected to your hosting account. Just make sure you click connect.</p>
<h2 style="color: #336699; font-size: medium;">Changing File or Directory Permissions and Attributes</h2>
<p class="p2">Permissions and attributes are important for security measures as well as installing scripts. You can make changes by right clicking a file or folder and clicking properties. A window box will open up showing you the directory value, which is shown as 3 numeric numbers (usually 755). It will also show you read, write and executable options. The default settings are usually set up so that users cannot edit the file or folders.</p>
<h2 style="color: #336699; font-size: medium;">Making Edits to Files</h2>
<p class="p2">If you are working with an HTML or PHP file, you’ll frequently find yourself making edits to the code. Rather than editing on your desktop and rewriting the previous file, you can actually edit the file on the server. All you have to do is make sure that the admin has read and write privileges, and click edit to make the changes.</p>
<p class="p2"><a href="/blog/web-development-tools-how-to-use-ftp"><img decoding="async" class="alignnone" style="margin-top: 10px; margin-bottom: 10px; margin-left: 10px;" title="use file transfer protocol" src="https://www.colocationamerica.com/picts/blog/file-transfer-protocol.jpg" alt="file transfer protocol" width="300" height="271" align="right" border="0" /></a></p>
<h2 style="color: #336699; font-size: medium;">Creating New Folders and Batching File Downloads/Uploads</h2>
<p class="p2">To create a new folder, all you have to do is to click the “add new folder” option in your client and name it. You can also download and upload multiple files at a time rather than doing one file at a time. Simply hold shift and click on the files you want to move. This will highlight the files. Then, transfer the files where you want them to go or drag and drop the highlighted files if the FTP client allows that option.</p>
<p class="p3">Batching allows you to do something else while you wait for files to be downloaded or uploaded. However, trying to move a whole folder can create problems with many FTP clients. When you want to transfer a whole folder, it’s a good idea to create a separate folder name and transfer all the individual files into that folder name. This will reduce download/upload time, reduce crashes, and make it easier to continue where you left off if something happens.</p>
<p class="p5">Aubrey Phelps is a writer for <a title="" href="http://www.nethosting.com" target="_blank" rel="nofollow noopener noreferrer">Nethosting</a>. In her spare time she loves to spend time with her husband and two dogs.</p>
<p>The post <a href="https://www.colocationamerica.com/blog/web-development-tools-how-to-use-ftp">Web Development Tools: How To Use FTP Correctly</a> appeared first on <a href="https://www.colocationamerica.com">Colocation America</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.colocationamerica.com/blog/web-development-tools-how-to-use-ftp/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 36/61 objects using Redis
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk

Served from: colocationamerica.com @ 2026-04-04 14:54:33 by W3 Total Cache
-->