开发者

How should I start to learn JavaScript, jQuery, etc.? My programming knowledge is zero [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_StackOverflow中文版

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 8 years ago.

Improve this question

I'm from a design background. My programming knowledge is zero. After learning XHTML and CSS I want to learn and get good command on JavaScript, jQuery, etc. How should I start?

This will be my first attempt to programming. I can use and edit readymade available jQuery/JavaScript scripts, but I can't make my own and can't do high level editing in readymade scripts.

Is there any other post on Stack Overflow, any link of start-up tutorial, or any book for my needs?

Edit 1:

This book will work best for me, "DOM Scripting: Web Design with JavaScript and the Document Object Model".

How should I start to learn JavaScript, jQuery, etc.? My programming knowledge is zero [closed]

(source: friendsofed.com)

Edit 2:

Will my design background and knowledge of XHTML CSS help me to learn JavaScript quickly?

and is this correct? If I learn only jQuery then I will not be able to work with other JavaScript framework like MooTools, Prototype, etc. But if I learn core JavaScript then I would be able to work with all JavaScript frameworks and anything in JavaScript.


Your chosen book is a good one. Learning jQuery is also a good stepping stone to learning Javascript if you're starting out with only design experience; it's great if you're familiar with CSS.

Also:

  • jQuery for Designers
  • Programming, the real basics by Chris Heilmann
  • All other Javascript articles in the Opera Web Standards Curriculum


I was in the same boat as you in January this year. The book in your post is what I started to use too. I really recommend it. Also "learning jQuery" and "jQuery in action" were both helpful to me.

In my opinion, jQuery is like a shorthand (and easier for a disigner who is used to working visually) version Javascript. You'll see lots of techniques in the DOM Scripting book that take up multiple lines of code that you will be able to do in a line or two of jQuery.

Coming from a design background, I mostly use jQuery to add a little "pop" to my user experience, and leave the hardcore programming to the developers, but eventually I hope to be able to help them out.

Here are some sites that I found useful - good luck!

http://css-tricks.com/ (great entry level tutorials for designers)
http://www.smashingmagazine.com/2008/09/16/jquery-examples-and-best-practices/
http://blog.themeforest.net/category/tutorials/
http://net.tutsplus.com/category/tutorials/


Start by learning some core JavaScript. Move on to the JavaScript DOM API. When you get the fundamentals move on to JavaScript libraries, like jQuery.


It depends if you want to learn JavaScript or if you're satisfied just learning a library. To fully understand a library you should know JavaScript.

I suggest a raw JavaScript: JavaScript From Null


For JavaScript, I would look at the W3Schools tutorial. For JQuery, see the tutorials on the JQuery page itself.


I think there not hundred of ways

  • get yourself a good book
  • take a look at the jquery documentation
  • try it yourself

I think if you are looking only doing jQuery you don't have to learn the whole language, just stick with the basic and leave the class and comple topics, because using jQuery you would almost always write small piece of code with not too complex logic


Well, jQuery is a javascript library, and it's a very easy to learn one, but you should get some base knowledge about javascript first, as you may end up not be able to do / understand some things, specially when you need to build something more complex.

jQuery has a fairly good documentation it its website.

To learn javascript, I recommend this :

http://www.w3schools.com/js/default.asp

Should get you on the way. It has some quizes as well to test your knowledge after that :)

To well know about different behaviour in different browsers, always test, test, test (despite jQuery is quite stable and cross-browser, is never a loss to learn the differences by yourself)


I agree w3schools is the best place to learn javascript

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜