Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Breaking your question down a little bit, i'm able to glean that you require:</p> <ul> <li>Some advice concerning hosting</li> <li>A means of developing a site quickly</li> </ul> <p>Concerning the former, there are a number of cheap VPS hosts out there who offer a really good service and pretty much full control over the server you want to manage. <a href="http://www.slicehost.com" rel="nofollow">Slicehost</a> and <a href="http://www.linode.com" rel="nofollow">Linode</a> being 2 good examples.</p> <p>As for speedy development, you might look at building the site using a CMS or development framework. Since you can't invest much in the server owing to budget constraints, you should look at a light framework or CMS. E.g.</p> <p>CMS</p> <ul> <li><a href="http://wordpress.org" rel="nofollow">Wordpress</a></li> <li><a href="http://expressionengine.com/" rel="nofollow">Expression Engine</a></li> </ul> <p>FRAMEWORK </p> <ul> <li><a href="http://www.codeigniter.com" rel="nofollow">CodeIgniter</a></li> <li><a href="http://kohanaframework.org" rel="nofollow">Kohana</a></li> </ul> <p>All of which require MySQL, so make sure you do try and get a decent server in this respect.</p> <p>Another solution would be <a href="http://drupal.org" rel="nofollow">Drupal</a> used with a host like <a href="http://acquia.com" rel="nofollow">Acquia</a>. In itself it is quite heavy but if you use a third party that take care of the hosting it would be quite convenient.</p> <p>As for design, you can find a number of cheap templates that will sit nicely in the likes of Wordpress and Drupal, which will also cut down some development time. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload