I'm a total newbie to web development frameworks. Assuming I know HTML/CSS, a very little bit of experience in PHP/MySQL(basic syntax only), beginning to learn JS, should I focus on diving deep down into the LAMP or learn a new language like Opa?
-
I am interested in making web applications that will solve the everyday simple and complex problems of the world.
-
Answer:
I strongly believe LAMP is a good foundation for you in web development world. You should learn in the following order: 1/ HTML/CSS 2/ Js with Jquery 3/ PHP 4/ PHP with MySQL 5/ Pick a PHP framework and build a simple app you want. It takes time but it's really worth to do.
Tuan Nguyen at Quora Visit the source
Other answers
Like mentioned, i think you should start with node.js. starting with a solution like Opa is the wrong way for a newbie. Opa is relativity new, and not much documentation or help will be available, but consider checking it later on. I would not get into PHP at all, not a first. With pure JavaScript + node.js you can do most of what PHP can do on the server side, implementation maybe very be different, but at least at start you won't find much things you can do with PHP and cannot do with node.js. this way you won't have to learn two languages, it's really confusing for new guys. + you will have the advantage of developing with JavaScript both for server-side (node) and client-side (DOM, browser) Here's some links that will get you started: http://nodejs.org/api/ http://mrjaba.posterous.com/a-gentle-introduction-to-nodejs http://blog.derekperez.com/post/4489069081/debugging-errors-within-nodejs http://www.nodebeginner.org/ Remember, although i said node.js can almost do everything PHP can on the basic level, you should be aware currently node.js provides solutions to specific kind of server side problems. you'll find it can be more complicated to do cretin things with JavaScript then PHP (and other easier), but i promise it's a lot better and easier then using and learning two language at the same time. Later i you wish to learn PHP you can and i recommend, but it can be very different from JavaScript. you should know one thing well first, later move to another. Another advice i can give, since JavaScript have lots of libraries and code available on the web, i would recommend using as little as possible of them (while learning). This for two main reasons: You will not learn much JavaScript when using jQuery, you will learn jQuery. for server side, you need good knowledge in pure JavaScript. Some libraries are created by smart people. Other libraries are created by people who tool lazy to search Google (and find out someone already built one), so they build their own implementation of the same thing, and they usually do this wrong, you will lean only bad things by looking at their code. as new to JavaScript, it will be hard for you to distinguish between the two cases.
Igal Alkon
You should get a node.js book and start reading and practicing. You'll save time by using javascript for both client side and server side code.
Andrei Cristof
If you have very little experiences then , try to increase it ! The real time projects will teach you what market needs and what you have to learn....
Sachin G Kulkarni
Related Q & A:
- How do I do a shot with my web cam?Best solution by answers.yahoo.com
- How do I get a job in IT or Software Development if I have no experience and only a 3rd class degree?Best solution by answers.yahoo.com
- I downloaded a msn that i do not like, can i get my old msn back.Best solution by Yahoo! Answers
- I'm trying to get a meeting with a diplomat to counsel me on a career in international affairs?Best solution by Yahoo! Answers
- Should I take the ACT test and the SAT II Subject test in June if I haven't prepared yet and I'm a Junior?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.