I want to create a website that would allow users to rate and review/comment on service (Such as book/music etc). What is the beat tool/technology to use for this?
|
||||||
2 comments to What Is The Best Technology To Use For Creating A Rating/review Website? |
||||||
|
Copyright © 2010 NetReviewsOnline.com - All Rights Reserved |
||||||
the best web programming language would be ruby on rails, i don’t know about any graphical user interface tools.
ROR is an easy language to learn, and its used to make blogs and e-commerce websites, and, plus, its flexible, so it should be able to create your website.
In my opinion a PHP mysql database would work pretty well for that sort of thing. PHP is a very easy web programing language and it works well with My Server Query Language (MySQL) which stores information. Both are free, however you will need a PHP server with MySQL installed, which won’t be hard to find. If you know HTML and you know some basic programing (like in C, Java or Python) writing a functional site in PHP will be a breeze, if not, PHP is a great way to start to learn some basic programing and algorithm design. Many businesses and forums use PHP, and there are a lot of free tutorials out there.