April 29 2009

Webhosting rating, how do you find honest customer rating?

Choosing a webhosting where your site will be put on is really a crucial matter. Once you did wrong decision on choosing web hosting company, there will be only regret you will get. There are several things to consider on choosing webhosting company, the major thing such as webhosting uptime, solid customer service, and based on your needs, there are options like how many diskspace and bandwith do you really need. As you already know, nowadays most web hosting company offering you unlimited disk space, unlimited bandwith, and optional unlimited domain hosting in one account. This is also important to be considered, compared to the monthly price of the hosting fee and the feature it offers.

webhosting

Webhosting geeks is an independent webhosting rating system which is driven by it’s users. You can start browsing and read on what’s customers says about a webhost. Try to find a webhosting that have a good reputation and good uptime. There will be stellar rating on every webhosting company listed there. You can choose based on many category like Best Budget Hosting, Best Forum Hosting, Best Multiple Domain Hosting and best dedicated server hosting. The user rating for each category will really show you about the quality of the webhosting itself. The user must be already being or have been tried their service so they can make judgement to the service they use, is it recommended, or even if it’s sucks. Just read on the user review.

Anyway, I just want to remind you that there is nothing perfect in this world. Webhosting also the same, there is NO perfect webhost. They are have their own advantages and disadvantages. So be wise and carefully to choose your webhosting company. I suggest you to check the green hosting category for a starter. It’s a list of eco-friendly hosting company which powered by unique technology which will help this earth stay green.

April 28 2009

Best deal for text link ads

link

I wrote this post because sometime I found that many webmasters even on webmaster’s forums still confused on how to get or build quality backlinks to their website quickly but efficiently. Yes there are many ways to start building link popularity, such as by submitting articles to article directory, by putting their links into the forum signatures, commenting on other’s blogpost, and etc. But the most important thing and sometime they are forget about it is about relevancy. It’s very important to get real backlinks with relevancy beside the quality itself. While ‘quality’ matter is really arguable, I mean who does really can decide about the link’s quality, according to what aspect does it scored as quality links, and many other reasons. But about relevancy and quantity, it’s countable am I right? so it would be great for you webmasters to join some text link advertising program to start build your link popularity.

Perhaps there also a hot discussion about buy text link ads and sell text link ads thing isn’t fair and it will bring your site penalized by search engine. But as far as I know it will not. Why? It’s just because that it is the nature of the web itself. Website linking each others that’s the fact. Then the only problem is on how do we play on it, the point is relevancy, as long as your links is relevant, there will be nothing to worry about your site rank in the future.

January 17 2009

Turning off Post-Revision to Save Your Database

wordpress

If you feel your wordpress blog is running slow, especially when you want to post a news, and if your blog is have more than hundred of posts, it might be your wordpress database is too large so that every query called from the admin panel or via your theme/template is slowly executed by the server.

To do some optimization I recommend using WP-DBManager plugin which provides this functionality as well as database backup, this is important for any blog installation. Database tables should be periodically optimized (and repaired if necessary) for optimum performance. Simply install the plugin if you don’t want to optimize it via such tools like phpmyadmin or any others.

WordPress 2.6 added a cool features when post version tracking mechanism was introduced. For example, every time you “Save” a post, a revision is written to the database. If you do not really need this feature you can easily turn it off by adding one line to your wp-config.php file, found in the installation directory of your WordPress site:

define(‘WP_POST_REVISIONS’, false);

If you have run a blog with revisions turned on for a while, chance is you will have a lot of revision posts in your database. if you wish to remove them for good, simply run this query (for example using the mentioned WP-DBManager) plugin.

DELETE FROM wp_posts WHERE post_type = “revision”;

This will remove all “revision” posts from your database, making it smaller in the process.

NOTE: Do this with care. If you are not sure what you are doing, make sure to at least create a backup of the database first or even better, ask a professional to help you.

RSS
CmsHelpers.com

Hello and welcome to the new CMSHelpers.com!
This site offers a collection of website CMS Tools and a list of useful resources which will help you to build your own CMS site, blog, portal, or whatever you want, and also improve your web design skills.


Please feel free to have a look around and thank you for visiting this site!