I am trying to make a website where users can make there own customisable website, a bit like http://www.weebly.com, any idea on programming languages would be a good idear to learn?
feedback
|
closed as not constructive by Mat, Luchian Grigore, Brandon E Taylor, Tim Cooper, leppie Oct 6 '11 at 20:33
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Try learning a back-end programming language with a framework: RoR is quite popular at the moment, PHP with Zend or CakePHP. You'd also need a DB, MySQL is one option. For the client-side, you should definetly know JavaScript, JQuery, AJAX, HTML and CSS. EDIT: When you ask about drag and drop editing... Well I just feel compelled to tell you to learn as much as possible at first and don't worry about the UI at first. Learn a back-end language, learn JavaScript and AJAX, learn how to design and use databases. You can't directly start doing fancy UI stuff without at least knowing the basics. | |||
|
feedback
|
|
Definetly PHP is the most used language in the internet today, but have a lot of others, like Ruby, Perl, ASP.NET (Microsoft), Java and so on.. Actually PHP has a lot of resources, EASY vs FAST to learn, it is a great option, MySQL and Postgres are two great options to databases (both are open source). And finally Java Script is essential if you are going to work with user interfaces (UI). If you want to start straight with ANY Frameworks then a learning curve is expect to. In my opnion, the best way is start with the language, follow the oficial API (If have one) or documentation, and exercise a lot. Try out all examples, ask in forums, go deep in the specification, after that you decide if you want to go to some kind of framework or you want to build up your own, or whatever. The problem about frameworks once you learn to programming in some framework, you get used to it, perheps you need to change your job, and it will be a problem to get start again, if you learn for example Python, then you know Python, not the frameworks that was wrapped in Python, Do you understand? That's all, I wish a good decision to you in choosing your language and database. Observation: Once you get used to some language start to learn other, it is good for you. | |||||||||
feedback
|