《深入浅出JavaScript(影印版)》带你游历令人兴奋的交互式网页创建过程。你将从《深入浅出JavaScript(影印版)》学到什么?这么说你准备从写HTML和CSS的静态网页跃进到编写动态网络应用程序脚本了?这里就是起点。为了启发你的思考,《深入浅出JavaScript(影印版)》覆盖了所有的JavaScript基本知识,从基本网络编程技巧,如变量、函数和循环语句,到高级一些的专题,如表单验证、DOM操作、客户端对象、脚本程序调试——甚至Ajax!赶快做好准备快速响应的网站离你只有几页书那么远。使用JavaScript帮助人们与iRock交互理解如何用模式匹配来验证表单数据
使用为你定制的调试终端来调试代码
解决需要兼顾面向对象和数据驱动的博客网站困境
使用DOM操作你的网页
并在一次网上历险中追踪你所作决策的历史
为什么《深入浅出JavaScript(影印版)》看起来如此不同?
我们认为你的时间如此宝贵以至于不应该花费在为新概念伤脑筋上面。《深入浅出JavaScript(影印版)》用最新的认知科学和学习理论打造多感官的学习体验,它运用丰富的视觉样式激发你的大脑工作,而不是密密麻麻的文字让你看了昏昏欲睡。
......(更多)
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.
......(更多)
......(更多)
while loops let you repeat code while a certain condition is true.
......(更多)