Author Archives: Kenny

About Kenny

Kenny is owner of webhostpark and has been working in hosting industry since 2006. We provide unbiased hosting reviews and release the latest promo news. Follow me on Google plus

Why Web Hosting Chat Support is Important

web hosting chat

Congratulations for people who need live guidance in choosing a proper hosting service! In order to give our visitors' direct assistance and improve the reply quality, I just added live chat service on WHP. In case you have any question in choosing web hosting service or request some kind hosting coupon codes, you can now click the chat icon on top right for instant assistance.

How will this live chat help?

Since from the start of our web hosting reviews, I received lots of enquiries in my personal email account and I may have to reply many times for a single question. It's absolutely inefficient communication. Ideally, I would like to reduce email communication and put it on this chat window directly for fast and efficient support.

What kind of support available with this service?

Please note, since I'm not running a web hosting business but just a personal website. What I can offer is general questions in choosing/using a web hosting service. For some technical support you will have to check with your actual hosting provider since they're managing your service and know better about their environment. But I can still provide some basic technical support based on my working experience in hosting company. But if it's beyond my knowledge or access, please bare with it since I'm just a volunteer in offering such service and it's not profitable.

What's the support time?

This web hosting review website is my part time work so the popular 24 x 7 support does not exist on WHP. Generally speaking I will leave the chat window open during regular business time. In case I'm not available there, you can simply leave your contact details and question there. I will update with you quickly when I'm back. So don't worry if you can't get instant response, we'll always keep in touch.


WordPress Gravatar Configuration Tutorials

wordpress gravatar configuration

I have been playing with wordpress for very a long time and doing lots of customization on my site such as this web hositng review one. But I rarely pay attention to one important feature — Gravatar. After a bit research, I would like to share the knowledge I learnt.

What's Gravatar?

Here's the definition from gravatar official site:

"A gravatar, or globally recognized avatar, is quite simply an image that follows you from site to site appearing beside your name when you do things. Avatars help identify your posts on blogs and web forums, so why not on any site?"

For short, it's your head image when commenting on some popular blog systems like wordpress, blogspot etc. Even you're not blogging or commenting, when you visit some blogs you will find many beautiful pictures of commentors. That's because the Gravatar is enabled from wordpress admin panel. If you do not have a personal gravatar, it will pick from the system default settings.

How to get & use Gravatar?

In order to show up our personal gravatar, we have to register from the gravatar official site http://gravatar.com first. Once it's accepted our picture will be saved in gravatar system. But please note, during the registration we need to pick up a correct rating for the picture we uploaded (G, pg, R, X). Once submitted, it will be approved manually by their workers so please make sure to choose the right rating.

When we comment on a blog post and use the same email address from gravatar registration, our head image will be displayed. So the key point is the registration email address, it'll grab the picture from gravatar system directly.

As website admin, we can pick up a head image from system default ones directly. In case we don't like the system defaults and don't want to register with gravatar, we can add the following to functions.php of our wordpress theme.

//Make a new default gravatar available on the dashboard
add_filter( 'avatar_defaults', 'newgravatar' );
function newgravatar ($avatar_defaults) {
$myavatar = get_bloginfo('template_directory') . '/images/newImg.jpg';
$avatar_defaults[$myavatar] = "newImg";
return $avatar_defaults;
}

The '/images/newImg.jpg' is the gravatar you would like to use, we place in the images folder of wordpress theme. Once it's saved, we can login to wordpress > Setting > Discussion, the newly defined gravatar will be available there.

The wordpress gravatar codex documentaion: http://codex.wordpress.org/Using_Gravatars
Excellent wordpress gravatar plugin: http://wordpress.org/extend/plugins/wp-gravatar/
Recommended WordPress hosting provider: www.inmotionhosting.com


Ninefold Review

ninefold review

Cloud hosting has been popularly deployed everywhere on the globe. Although cloud computing technologies can store our data on multiple network/locations on the net, local device is always responding the most fast. In this posting let's check out the top Austrilian cloud hosting provider ninefold. If you're looking for AU based cloud hosting service, it's highly recommended to follow up.

Ninefold introduction

Ninefold was founded in 2010 and being part of Macquarie Telecom – a big hosting company that owns several facilities in the Sydney area. Ninefold is also the first public cloud storage provider in Australia and the local alternative to Amazon S3 and Rackspace Cloud drives. Ninefold is Australian cloud computing and storage with locally stored data, free local support, self service flexibility and low latency. Being one of the top cloud hosting providers, ninefold offers scaling payment terms, you only pay for the resources you use with zero waste.

There're total of 3 virtual server plans provided by ninefold with hourly payment basis. Their virtual servers are based on Xenserver and Vmware Hypervisor for both linux and windows templates support. You can also upload your own system by their design structure.

Ninefold Cloud Hosting Advantages

Since the ninefold is AU based local service provider, the advantage is mostly available to AU business that requires stable and fast online services. Their datacenters and support are 100% AU based, ninefold strives to maintain 100% uptime which is absolutely outstanding among all cloud hosting providers. Regardless of the AU feature, ninefold is actually performing on top of the lorch. Based their leading cloud computing technologies and management, ninefold recently co-operated with Oxygen Cloud to provide an enterprise cloud storage solution called "Business Cloud Drive". It's a new cloud storage service that allows organizations of 100+ users to store, access and share ever-increasing amounts of data while keeping it secure, local and easily accessible.

Who's Oxygen Cloud? California-based Oxygen is secure cloud storage for teams. Oxygen delivers anywhere access to the latest files with complete access control, data encryption, and storage management. Oxygen supports Windows, Mac, iPhone, and iPad. Oxygen also supports public, hybrid, or private cloud storage deployment models. More details available on it's official site www.oxygencloud.com

The pay as you use policy of ninefold is exactly the core feature of real cloud hosting. As we know, the setup of cloud is very costly, for those providers who announce to offer one year's service with several bucks, they're either heavy overselling or use the cloud terms to advertise their traditional services. The price at ninefold is absolutely competitive and clear. See the below price table.

If we apply today, simply fill out the coupon code "REPSYD21" to get $100 AU discount!

ninefold cloud plans

Is there any weakness of ninefold?

The only weakness of ninefold would be their newness. From either online research or industry news report, there's no much info about this company. If they can attract more clients or expand their business outside AU, ninefold will be a famous brand in short time.

How do we think about?

It's expensive to deal with real cloud hosting. But ninefold definitely provided us an affordable solution no matter we're running online storage business or website services. With zero waste of money, Your support network at ninefold is made up of many knowledgeable and helpful staff, they're even available to meet up with you in person or through the phone and internet. From the current hosting business, there's not another company managed doing so. If you're running an AU business and looking for cloud computing support, ninefold is absolutely your best choice.

Go to http://www.ninefold.com for cloud hosting details >>


How to Host Asp.net Application on Linux?

asp.net on linux

From the last posting I wrote about how to use connect mysql via asp.net technology. Because the web development makes everything possible, can we host asp.net applications on linux machine directly? The answer is yes, I would like to make a brief introduction about the general setup and check if it's good idea for production server deployment.

How to host asp.net website on linux server?

The answer is Mono. We can either add mod_mono for Apache web server or use the XSP webserver directly to serve asp.net pages. While Apache is the standard web server for linux, XSP is a "light-weight web server" capable of hosting and serving ASP.NET applications. The setup of XSP is little complex. To shorten the setup process and go with the standard, we highly recommend using apache. The detailed setup available on this apache mono setup page. If you would like to learn more details about the configuration, it's available on this codeproject article

Once you configured the module properly, you can put your asp.net codes to website working directory and it will out put the cool page as expected!

Why Hosting asp.net on linux server?

Just think about the price of windows server products and service fee for hosting. The possibility of hosting asp.net on linux is absolutely a big progress of web hosting industry. From professionals review, the ability to run Asp.net on linux is important to windows developers since low-cost hosting providers will see Mono as an inexpensive way to provide Asp.net hosting to clients. Because Mono also runs on windows we no longer need Linux to test our application for crossplatform compatability.

Is it suggested to host Asp.net site with Linux Hosting?

The mono project has been open for several years but not yet that perfect to serve any kind asp.net project, it's being developed to be fully compatible with windows technologies. However, unless you're doing local development, we never recommend to host your live .net site under linux hosting service. Simply because we can't make full use of the asp.net features as many objects/components are available from windows server only. The mono only be able to serve simple asp.net scripts that does not rely on windows components.

In case we need to introduce into some sophisticated configurations, we have to switch to windows for 100% compatibility. Generally speaking, we can only host some basic asp.net pages on linux server to approve the capability of linux hosting server.

How do we think about?

Because of the above weakness and limitations I think no much people would be interested to host their money-making website under such environment. But it's still a good sign for future low cost web hosting. Because of the development of such technologies we can spend less to put up our applications online. There's not an actual web hosting service with asp.net support on linux yet, but the tech development makes it possible in near future.


How to Host Asp.net With Mysql

asp.net mysql hosting

asp.net is popularly used in web development, at the meanwhile Sql server database is always the golden partner since from the start. But for various reasons, we can't always use this database system. In this article we're going to introduce how to build asp.net project with mysql database.

Best Asp.net Hosting with mysql Support

Logically, every quality asp.net hosting provider should have installed mysql odbc connector on their servers. but it's advised to confirm with your hosting support because the policy is different for each company. Also, we need to make sure mysql support is available with the hosting too. So as you see, it's not so easy to put up a mysql driven asp.net site on hosting server. Based our years' experience in web hosting, Arvixe http://www.arivxe.com is the best recommendation based server performance, overall hosting features and tech support.

Arvixe asp.net hosting plans are full compatible with mysql technologies, their tech team has pre-installed all up to date odbc drivers and necessary components to power your asp.net scripts. List of the core features

  • Unlimited Mysql databases
  • Fully compatible with asp.net scripting
  • Latest windows server platform
  • Friendly and easy to navigate hosting control panel
  • Only $5/mo to start
  • Up to 60 days full money back guarantee

Visit arvixe for asp.net hosting plans http://www.arivxe.com

Why use mysql for asp.net site?

When we use Asp.net + Mysql, it doesn't mean it's better than sql server system. The case mostly happened on web hosting deployment, we always have to upgrade to full version sql server database and pay extra fee. Because when we use VS to build the project on local computer the built in database is sql express, however it's not the best solution on hosting server and not supported by most asp.net hosting. The database and web servers are always separated on hosting. In case we don't want to pay the upgrade fee but still want to use asp.net, we can consider switch to mysql.

What should we pay attention to? Because VS has no built in support for mysql, we have to configure the connections manually. We need to install mysql odbc connector and make sure the hosting server has the same version installed. here're two docs about how to

Is there any disadvantage?

Since sql server is the default database system for asp.net development, using mysql is technically limited in many ways such as sql report, security etc.. Unless there's a special reason, we highly recommend to deal with sql server. Mysql would be good for small and simple website solutions.

Using mysql will reduce your cost for website investment, however unless you're pretty familiar with the operation and maintainance, you should use sql server database instead.

IX Web Hosting Windows Plan Review

ixwebhosting windows hosting plan

ixwebhosting has been a popular hosting provider who can offer lots of web hosting solutions like shared, VPS and Dedicated server hosting. The ix offers low cost hosting services with awsome dedicated ip bonus to every clients. Previously we only know there's windows hosting solution from ixwebhosting but I'm sure only few people knows what exactly being offered there. But now everything is clear! The ix team now configures the windows hosting on separate plan.

Ix Windows Hosting Plan Features

Now let's view the list of the most outstanding features via this hosting solution

  • Unlimited disk /bandwidth /hosted domains
  • Up to 3 free domain names registration
  • asp.net 1.0 ~ 4.0 and MVC support
  • Sql server 2005 database support
  • PHP 5 and unlimited Mysql 5 support
  • Coldfusion mx 7 support
  • 24 x 7 live support via phone/email/ticket
  • 15 free dedicated ips plus 7 days free trial

As we see, there's not another hosting company who can provide above great hosting features for only $9.95/mo. Especially they can proudly offer 7 days free trial service to make sure you'll be satisfied before paying. We still get the chance to get full refund from the first 30 days in case we need longer testing. So basically it's an risk-free service.

Ix windows hosting service is based on windows server 2003 with IIS 6.0 where Coldfusion is supported. If you're coldfusion app developer and looking for affordable hosting solutions, ixwebhosting is probably the best choice today. Especially if you like to host multiple domains on dedicated ips, you can find nowhere else with such price.

ix web hosting windows plan features

Weakness of Ix Windows Hosting Plan?

Regardless the outstanding offers from the ix windows hosting plan, the weakness is pretty clear by reading their description. The most easy to pick out point would be their server OS – Windows server 2003 Standard Edition, a pretty old server system. Till today, over 90% leading windows hosting providers have upgraded to Windows server 2012 on Raid 10 disk. There's great improvement comparing to the old OS that almost unsupported by microsoft group. Although we can configure most up to date softwares on the old system, the performance is downgraded a lot.

Because of their server system limitation, they can only offer sql server 2005 database instead the leatest one. If you developed your sites via new version sql server system, you can not host it with ix service unless you re-compile your application via lower version development tools.

Another weakness of this plan would be the plan structures. They configured two solutions "Unlimited Pro and Business Plus" with the same promotional price. While we can get all the business plus plan features from unlimited pro, why should we sign up the other one? Or maybe they just want to show up the advantages from Pro plan and get more orders? Not sure.

How Do We Think about Ixwebhosting?

Generally speaking, the ixwebhosting team mainly focus on linux. Windows hosting is available but not configured with up to date server technologies and their people did not advertise too much about it. However, based on their tech support and service features, it's absolutely 100%+ worth of the price. If you're ASP or coldfusion developer, windows server 2003 is the best platform for 100% compatibility and success. Windows server 2003 is not bad, it's just little old for hosting server. It's still used widely for development purpose because it's cheap solution comparing to new OS.

Based above points, if you're seeking for the latest MS support, the ix windows hosting plan is not your best choice. But if you're looking for a variety of technologies support with the least cost, ix is absolutely one of the best solution!

Go to ixwebhosting for full plan features http://www.ixwebhosting.com