Pick the right web host from web hosting choice

Thursday, March 26, 2009

Recently I stumbled upon another good web hosting review website, it is rightly named web hosting choice as the website has lots of web hosting options. A convenient thing is they are categorized in an elegant way for you to find the host for your desired purpose.

The web hosts are categorized in the left menu as ASP hosting, blog hosting, budged hosting, PHP hosting to name some. This will help you find a web host for the particular nature of your website. If I want to host my blog then the blog hosting page can show me web hosts that are good for hosting blogs.

In addition to it, the full review rates each host on factors like price, reliability, features, technical support etc on a scale of 1-5. The review also mentions the features, price and other things in a well organized, easy to view tabular format. A thing I would like to comment is the review just seems to point out the good things in that host, it will be better if they provide balanced reviews of web hosts.
The in depth comparison page compares the top 5 hosts on all factors, which is good page to check out. A striking feature of web hosting choice is the advanced search page. Advanced search will search for the host you are looking for. There are lots of criteria to narrow down you search from price and bandwidth to even payment options. Advanced search is a must see if you want to explore and make you investment worthy.

All in all, this web host review website is well designed, easy to navigate and has very good information (like the FAQ page). If you seek to get a good web host for your website, blog or any other web application then hunt for your choices at web hosting choice and pick the correct web host for you.

Labels: , ,

A video Every Drupalista should watch at least once

Tuesday, March 10, 2009

In this video Dries goes through the history to the modern day Drupal and its Future Drupal 7.

The video is too long more than an hour long but worth watching.



If you want to just listen to the Key note its here:



It was a treat watching this video. Seemed I was there at Drupal Con :-).

Drupal Rocks.

Labels: ,

Apply multiple Drupal themes for sections in a single Drupal website

Sunday, March 1, 2009

Think of a way by which you could select one Drupal theme for your blog section, one for your forum and one for the other pages/nodes. So this is possible how you do it what you are going to get in this blog post. I am doing it on a Drupal 6 website, it can also be done for a Drupal 5 website.

Modules You will need

A Drupal theme for a section say blog or forum is possible with use of the Sections module which you can get here. You can sort things by using the Path Auto module, you can download the Path Auto module here, PathAuto depends on Token get it here. Now lets see how to get started:

Steps to Do it

  1. Download, install and activate Path Auto and Sections module as below at Administer>>Site Building>>Modules . (links in above paragraph)

  2. Configure your URL for the content type/node type you want the different section with a theme for. In this example I am having a different theme for blogs.
    So my blog URL should be consistent like below done with PathAuto settings done at Adminster>>Site Building>> URL Aliases>>Automated Alias Settings which is http://yoursiteurl/admin/build/path/pathauto [you must have permission to do it :-) ]
    (You can use other replacement patters but make sure all blogs fall under /blog )
  3. Create a section from Administer>>Site Building>>Sections>>Add Section as below:

  4. Make Sure your section is enabled as below.

  5. Add a blog and enjoy the new theme for that segment of you website going to the URL http://yoursiteurl/blog like below:

  6. Enjoy the different them but after some configuration defined in things to consider below.

Things to Consider

You must have two or more themes active at Administer>>Site Building>>Themes and have the respective blocks placed on respective theme regions for the block to appear as you want on the themes when activated. Block can be placed aptly for themes at Adminster>>Site Building>>Blocks.

Live Demo

Live Demo of this tutorial can be witnessed at http://www.geshanmanandhar.com , the main site has Acquia Marina theme.

The blog section at http://www.geshanmanandhar.com/blog has Color Paper Theme. The blog section is just for testing now :-).

Conclusion

This is a very useful feature in Drupal you can even have multiple themes as per pages if you create sections for each page but it will be best utilized when used for sections like blogs, forums, news etc.

Multiple themes in same Drupal site if fun, useful and applicable.

Labels: ,