Want to make the leap from writing HTML and CSS web pages and create dynamic web applications? Want to take your web skills to the next level? It sounds like you're ready to learn the Web's hottest programming language: JavaScript. Head First JavaScript is your ticket to going beyond copying and pasting the code from someone else's web site, and writing your own interactive web...
Want to make the leap from writing HTML and CSS web pages and create dynamic web applications? Want to take your web skills to the next level? It sounds like you're ready to learn the Web's hottest programming language: JavaScript. Head First JavaScript is your ticket to going beyond copying and pasting the code from someone else's web site, and writing your own interactive web pages.
So you're ready to make the leap from writing HTML and CSS web pages to creating dynamic web applications. You want to take your web skills to the next level. And you're finally ready to add "programmer" to the resume. It sounds like you're ready to learn the Web's hottest programming language: JavaScript. Head First JavaScript is your ticket to going beyond copying and pasting the code from someone else's web site, and writing your own interactive web pages.
With Head First JavaScript, you learn:
The basics of programming, from variables to types to looping
How the web browser runs your code, and how you can talk to the browser with your code
Why you'll never have to worry about casting, overloading, or polymorphism when you're writing JavaScript code
How to use the Document Object Model to change your web pages without making your users click buttons
If you've ever read a Head First book, you know what to expect -- a visually rich format designed for the way your brain works. Head First JavaScript is no exception. It starts where HTML and CSS leave off, and takes you through your first program into more complex programming concepts -- like working directly with the web browser's object model and writing code that works on all modern browsers.
Don't be intimidated if you've never written a line of code before! In typical Head First style, Head First JavaScript doesn't skip steps, and we're not interested in having you cut and paste code. You'll learn JavaScript, understand it, and have a blast along the way. So get ready... dynamic and exciting web pages are just pages away.
作者简介
· · · · · ·
Michael Morrison is a writer, developer, toy inventor, and author of a variety of books covering topics such as Java, Web scripting, game development, and mobile devices. Some of Micheal's notable writing projects include JavaScript Bible, 6th Edition (Wiley, 2006),Teach Yourself HTML and CSS in 24 Hours, 7th Edition (Sams Publishing, 2005), Beginning Mobile Phone Game Programm...
Michael Morrison is a writer, developer, toy inventor, and author of a variety of books covering topics such as Java, Web scripting, game development, and mobile devices. Some of Micheal's notable writing projects include JavaScript Bible, 6th Edition (Wiley, 2006),Teach Yourself HTML and CSS in 24 Hours, 7th Edition (Sams Publishing, 2005), Beginning Mobile Phone Game Programming (Sams Publishing, 2004) and Java Unleashed (Sams Publishing, 1997). Michael is the intructor of several Web-based courses, including DigitalThink's Introduction to Java 2 series, JavaBeans for Programmers series, and Win32 Programming series (www.digitalthink.com).
In addition to his primary profession as a writer and technical consultant, Michael is the founder of Stalefish Labs (www.stalefishlabs.com), an entertainment company specializing in games, toys, and interactive media. When not glued to his computer, skateboarding, playing hockey, or watching movies with his wife, Masheed, Michael enjoys hanging out by his koi pond.
The trick to solving big problems is to break them down into smaller, more manageable problems. And if those problems are still too big, then break them down again. (查看原文)
Head First(共18册),
这套丛书还有
《Head First SQL》《Head First Java (2nd Edition)》《Head First HTML with CSS & XHTML》《Head First Java, 2nd Edition》《Head First Java》
等
。
Head First系列的书总让人读起来兴趣盎然,600多页的书,读起来一点也不觉得沉重,花了2天大致扫完了.书中大量的插图,宽松的排版对于初学者来说再好不过了.书中各个面都有点到,而且难度不大,但是缺乏深入的探讨.毕竟是入门书籍嘛,不能指望看完此书就掌握javascript. 就我看来,此书...
(展开)
0 有用 Tars 2015-11-13 14:35:08
几个小时吧 挺简单的
0 有用 爱在 2022-10-10 23:25:32 美国
不错的JavaScript入门书籍,就是信息量低了点 @2022-10-10 23:25:32
0 有用 九月 2011-12-17 18:39:05
相比html、css的那本,逊色很多~
0 有用 whoCare 2010-11-29 00:00:35
适合新人
6 有用 爱读书的小柳柳 2017-05-30 19:32:30
虽然一共598页……不过讲的内容很少,适合没有编程基础(不过要有HTML和CSS的基础)的人看~特点是把OOP讲的很具体清楚~1到7章是基础语法,第8章是DOM(这章很赞!讲的清晰…),9、10两章具体讲解了对象、实例等等,11章是一些编程中常见错误,最后一章讲的AJAX有意思~ //有其他语言编程基础的大概14个小时就能看完吧~