Is there a web framework for creating a review/rating website? [closed] - web-frameworks

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am looking for creating something like mouthshut.com where users can rate products and services. Thanks.

You can create a review/rating website with any web framework available over there...
The important thing is what programming language do you like to build it.
For Example:
Python: Web2py, Django
Java/Scala: Play2,
PHP: YII
A good place to begin: http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

Related

iOS Token Field [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Any way of doing the described in this question in iOS?
NSTokenField with mixed token/string input, possible?
As you probably know there are no equivalent Classes for iOS, anyway there are a couple of project around that do this pretty well, for example TITokenField. You can use the control as it is or grab just the logic behind.

What's the best iOS software design flow? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm iOS beginner, I feel so difficult to start a project.
What's the best iOS Software Design Flow?
How many steps? How to write a good specification document? How to shorten design time?...
Please guide!Thank you!
Watch Paul Hegarty's lessons on iTunes. https://itunes.apple.com/us/itunes-u/ipad-iphone-application-development/id473757255

Bike routing suggestions in iOS maps - which API? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Which is the best solution for getting bike routes for iOS application?
Google maps offers bike routes in many cities. I think it is a really good option.

How to create a price compare app? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
What is the best solution to scrape many prices from many different websites?
Is it possible to scrape prices realtime? If yes how?
I don't know if it is still being maintained, but I've found scRUBYt to be very useful when it comes to scraping. http://scrubyt.rubyforge.org

source code for search engine [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i want to implement a search engine.Is there any source code available for it in python etc...
i know there are tools for it like spinx etc. but i would like to have my own code running. may i know if there is any source code for it.
Maybe something like PyLucene?
You can use Apache Nutch , which is Web Crawler and search engine integrated with Apache Solr.
It also supports Hadoop, Distributed Crawling.

Resources