I was asked to create a fairly simple site for a friend. In fact, the user will register, fill out a set of information and send it. Then this data should be written to the database (and read / presented in the future).
I am not a web developer (I usually use Java / C ++), but about 3 years ago I worked on a project where we created a site using WAMP (Windows, Apache, MySQL and PHP), with a little JavaScript / AJAX thrown away for a good measure. I was going to use WAMP again, but I am worried that there may now be better tools.
So, is the WAMP approach suitable for a simple site?
If so, what tools would you recommend for developing PHP / Javascript?
Finally, I saw in one of my blog posts that Qaru uses jQuery. Would it be wise to use these libraries?
source
share