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
Related Q & A:
- How can i watch television on my new psp?Best solution by Yahoo! Answers
- How can i make my wall on new facebook private?Best solution by Yahoo! Answers
- How can I switch back from the new yahoo calendar to the old one?Best solution by Yahoo! Answers
- How can I make friends in a new state?Best solution by Yahoo! Answers
- How can I be better at my new job?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.