How to develop a web application?
Check our answers to ‘How to develop a web application?’ - we found 33 replies and comments relevant to this matter. The best answers are submitted by users of Stack Overflow, Quora and Yahoo! Answers.
Best solution
-
How to develop a simple web application with server-side Python
I am wondering how to go about implementing a web application with Python. For example, the html pages would link to python code that would give it increased functionality and allow it to write to a database. Kind of like how Reddit does it.
Answer:
You might want to check out mod_wsgi or mod_python. What Is mod_wsgi? The aim of mod_wsgi is to implement...
Other solutions
-
The application will fetch tweets and followers and following people from twitter account. Twitter uses OAuth 2.0, right? How can I fetch the tweets from Twitter using Twitter API with OAuth and how can I develop an application using Python? Do I have...
Answer:
You can use tweepy or python twitter to connect and get your data from twitter . I use python-twitter...
-
Am learning .Net, wish to develop a .Net application, please give the detailed software and tools names like visual studio, sql(not sure about the tool name and where i can get) that i need to develop the application from my home, first of all is that...
Answer:
You can find tutorials on Visual Basic .NET http://www.homeandlearn.co.uk/net/nets1p… You can...
-
How do I design and develop an online examination portal web application using JSP and servlet?
I want to develop an examination portal. Please suggest some good links to go through and design techniques so that I can develop it all alone. I have less than one year of experience in jsp and servlets.
Answer:
I would recommend don't start from scratch, there are frameworks available which you can utilize. Check...
-
What level of investments do I need to develop and launch a social web application?
Now for some more specifics: I am a healthcare professional with a full-time job, and hesitant to leave the well paying job at this time to pursue my startup ambitions (think I have a decent idea, but don't want to 'risk it all' before I see potetial...
Answer:
Have you tried researching existing solutions ( social site templates ) rather than building one from...
-
How can I develop mobile application using existing web application?
Answer:
Try Phonegap!
-
I'm trying to figure out a structure that many customer domains will be pointed to same application, but database will be based on which domain is accessing the application.
Answer:
It is quite possible & useful technique to develop webapp. From client-side, as you require to be...
-
People keep saying that Python/Ruby like dynamic languages allows you develop web applications faster and publish your web application to market as fast as you can but as I saw most of the companies that use dynamic languages eventually switch their...
Answer:
Because premature scaling is injurious to startup health. Eventually you have to re-invent your application...
-
I want to develop an offline web application. How do I do it?
I have some idea on my mind. I want to develope a Web application but that should work on offline version as well including (Database inserting and updating).
Answer:
Since you have posted this in the node.js category, I assume you want to develop in node.js. web-webkit...
-
Should I develop a PHP framework from scratch for my web application?
I want to develop a php framework from scratch and 3 application (for now want to develop more). This 3 applications I will sell in market.I want suggestion from experts.
Answer:
Unless you have a *very* good, specific reason to write your own framework, use an existing framework...