How To Learn English Fluently For Free?

How can we develope Memrise - Learn something new everyday or Learn Spanish, French, German, Portuguese, Italian and English for free alike web sites?

  • Please describe about language. Which language/technology is better to build such site with advantages and disadvantages?

  • Answer:

    I don't see anything beyond basic interaction on the web pages. Any web 2.0 enabled languages / frameworks could be used. Thus I assume the original poster is in need to a broad introduction in developing a modern website. Back-end side, where all the server logic and database interactions are: Ruby / RoR: building sites is what they do.˘ Python has been a good choice, for it's wide choice of frameworks and server middleware. Flask, Django are all good choices of web frameworks in Python to build any site like that. PHP is a popular choice for the last decade. Very easy to learn, simple to get pages out. Language isn't usually considered clean and is much tuned towards web 1.0 era but if you can model your page with AJAX service calls properly, PHP isn't a bad choice. Front-end is much more important because it's what you see in the end. HTML. If unfamiliar, find a tutorial with <!doctype html> not anything more complex. CSS - start with Bootstrap of similar frameworks is usually a good idea. JavaScript - Memrise didn't seems to have rich in-page interactions, which is good. Get familiar with jQuery and some plugins to get basic effects and AJAX calls working properly. If adding much more interactions later, an MVC framework could come to help. This is a very generic list of web technologies because I didn't see anything technically superior from a 5 minutes look at Memrise site. The front-end world is emerging quickly but basic ideas are always HTML / CSS(3) and JavaScript. Backend technologies are usually interchangeable in the early stage and you will know which to choose at the time you are encountering the limitation of framework and / or language. If there is anything specifically interesting that I missed out please comment. If anyone knows php, ajax, jQuery, HTML, CSS etc, how can He/She can start? My suggestion is usually: start do it right away. Get a rough list of pages. Write some static page prototypes using HTML and Bootstrap. Look at the page, think about which part are going to change during the interaction Extract the change part of page, build template using jQuery and JSON mock-up data Write PHP scripts to generate JSON data from Database Embed jQuery into the HTML pages, $.ajax call the JSON interfaces built in last step, render the interactive parts inside the HTML. Even missing a bunch of server logic (user login, etc), one now has a prototype that demonstrates the key part of the product already. It won't be hard to then add rest of the server logic by following tutorials online (a quick Google search turned out 4M+ pages for "php user login tutorial").

Anonymous at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.