views:

96

answers:

3

Are there any good video to learn programming basics which are required to learn JavaScript, then jQuery later. for the person who is already having good command over xhtml and css ? future aim is not to learn any server-side language, php, asp.net, ruby ,etc. just pure and advanced javascript/jQuery.

Video for absolute programming beginner, who does not know what 'string', variable, function etc... are

Please only give links of videos.

+1  A: 

These might help you:

http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/

UPDATE

This article links to a few videos of a class on learning JavaScript:

http://www.catonmat.net/blog/learning-javascript-programming-language-through-video-lectures/

However, to be frank, it sounds like what you made need is a class or a book specifically designed to teach programming. If you are lacking understanding of such fundamentals as strings and functions, a simple video tutorial is unlikely to be sufficient.

Ender
I've seen those. those are not for beginners.
metal-gear-solid
@metal-gear-solid - perhaps you need to defined "beginner" better...
Oded
@Oded - beginner who don't know what is the mean of "string" and variable, function etc.
metal-gear-solid
@metal-gear-solid - how about updating your question then, adding the detail of "absolute programming beginner, who does not know what 'string', variable, function etc... are".
Oded
@Oded -Done -Thanks for advice.
metal-gear-solid
@Ender - Thanks for second link. I'm already about that also. but that are also not for absolute beginner.
metal-gear-solid
I agree those aren't for absolute (programming) beginners, but they helped me. Thank you.
Lee Reeves
+4  A: 

For the absolute basics, I've always enjoyed the Karel the Robot series put out by Stanford University. It's a series of lectures from an introductory programming course. The language used in the class is Java, but the ideas presented are universal. If one really is an absolute beginner, it's a great tool.

Edit: The question changed after I posted this answer, so it's not really relevant to the new question, but helpful nonetheless =)

AndyPerfect
@AndyPerfect - Listening to this video, it actually sounds like this might be exactly what metal-gear-solid is looking for.
Ender
+1 Thanks. This link is good
metal-gear-solid
@AndyPerfect - Thanks for the link! This is the whole CS106A Stanford class. There are more classes they have available on youtube as well. This should certainly be the accepted answer. The Karel the Robot method of teaching programming concepts is genius. It provides a limited scope of things to learn, so you can just focus on basic programming principles while still learning about functions, loops, etc.
Bryan Downing
A: 

Douglas Crockford gave a series of speeches to Yahoo employees. Check this, and the related videos for a great foundation:

http://video.yahoo.com/watch/111585/1027823

Mike Robinson
they are too advanced for beginner.
metal-gear-solid