Budget HostingDedicated/CloudVirtual Private
Shared HostingUnix HostingASP Hosting
Reseller HostingEcommerceCold Fusion
Co-locationFrontpageManaged Hosting

Welcome to Hosting Fanatic

Hosting Fanatic is a directory of web hosting providers and plans arranged in categories. We've tried to arrange the information in a way that is easy to access. If you have been with a web host for at least a few months please feel free to post a recommendation or send one in via the contact form. We will publish well thought out recommendations...possibly with a link to your web site.

Most Viewed Hosting Plans

These hosting plans have received the most views lately.


GoDaddy Economy Hosting
Type
Shared
Platform
Choice
Storage
10GB
Bandwidth
Unlimited

GoDaddy Economy Hosting

$4.99/Month. [Visit this host] Get the Economy hosting plan for $1.99 a month for 3 months. The Godaddy economy hosting plan comes in both Windows and Linux flavors. You can switch this through the control panel if you need to later on. This is a gre...
Godaddy Ultimate Hosting
Type
Shared
Platform
Choice
Storage
Unlimited
Bandwidth
Unlimited

Godaddy Ultimate Hosting

$8.49/Month. [Visit this host] Godaddy Ultimate hosting is the chief among Godaddy's budget, shared hosting line-up. The next step up from here would be VPS. This plan features unlimited bandwidth, disk space and hosting domains. It also includes 1000...
Godaddy Deluxe Hosting
Type
Shared
Platform
Choice
Storage
150GB
Bandwidth
Unlimited

Godaddy Deluxe Hosting

$5.94/Month. [Visit this host] Godaddy deluxe hosting is the next step up from the economy hosting plan. This plan ratchets the disk space up to 150GB...15 times the amount of it's economy counterpart. The deluxe hosting plan also allows you to host u...

Recent Articles Posted

These are the 5 most recently posted articles on Hostingfanatic.com.


PHP Quotation Marks in String

There are a couple of different ways to include quotation marks within a string in PHP without causing errors. The below code demonstrates them and then I will explain each. <?php var $mystring="\"hello\"<br />"; echo $mystring;var $mystring="&quot;hello&quot;<br />"; echo $mystring;var $mystring='"hello"<br />'; echo $mystrin[...]

Building a WordPress Website

WordPress is one of the most powerful and flexible content management systems there is. It can be used to run a huge network of hosted blogs like WordPress.com or it can be set up to run a single blog. It can be set up as a classifieds site, forum, directory, store or a normal site without the blogging features. The best part about it is the ease by which you can main[...]

Add Google Analytics to WordPress

Adding Google Analytics to your WordPress site is quick and easy. If you're familiar with using an FTP client like FileZilla you could copy/paste the code into your theme's footer.php file just above the </body> tag. If you're not familiar with FTP, WordPress gives you an easy to use them editor that will work in a pinch.In wp-admin and while logged in as an[...]

WordPress: Excluding yourself from Google Analytics reports

I hate it when I'm working hard on a site, going from page to page, and my clicks and such distort the Google Analytics reports. The clicks and page views themselves don't do a whole lot but when you look at average time on site and average page views per visitor it will be completely out of whack. We need to exclude ourselves from the reports and we'll use WordPress [...]

WordPress Plugin Does Not Have a Valid Header

Ran into a problem with installing a plugin today that returned a "Plugin does not have a valid header" message in WordPress. I guessed the problem almost instantly but I figured I would share the solution for anyone that might be searching for it.Apparently there have been problems in at least one version of WordPress where an automatic update caused this error but[...]