JavaScript and JQuery

书名:JavaScript and JQueryInteractiveFront-endWebDevelopment
作者:JonDuckett
译者:
ISBN:9781118531648
出版社:Wiley
出版时间:2014-1
格式:epub/mobi/azw3/pdf
页数:640
豆瓣评分: 8.6

书籍简介:

Learn JavaScript and jQuery a nicer way This full-color book adopts a visual approach to teaching JavaScript & jQuery, showing you how to make web pages more interactive and interfaces more intuitive through the use of inspiring code examples, infographics, and photography. The content assumes no previous programming experience, other than knowing how to create a basic web page in HTML & CSS. You'll learn how to achieve techniques seen on many popular websites (such as adding animation, tabbed panels, content sliders, form validation, interactive galleries, and sorting data).. Introduces core programming concepts in JavaScript and jQuery Uses clear descriptions, inspiring examples, and easy-to-follow diagrams Teaches you how to create scripts from scratch, and understand the thousands of JavaScripts, JavaScript APIs, and jQuery plugins that are available on the web Demonstrates the latest practices in progressive enhancement, cross-browser compatibility, and when you may be better off using CSS3 If you're looking to create more enriching web experiences and express your creativity through code, then this is the book for you.

作者简介:

Jon Duckett近十多年来一直从事网站设计和构建工作。Jon曾加盟小公司,也曾供职于跨国集团。Jon迄今已撰写了十多本介绍Web设计、编程、可用性和可访问性的书籍。

书友短评:

@ 牧羊高手汪喵喵 有点太花哨… @ Kelvin Zhang 前面几章讲javascript比较简单,后面jquery尤其是实例部分非常有帮助。另外,要赞一下这本书的设计和排版,非常user friendly。主色调是绿色,看着非常舒服。原因可以参考这个链接:为什么医生做手术时会穿浅绿色的工作服? https://www.zhihu.com/question/19951624 (另外,作者在书里管这个颜色叫做blue,我表示理解不能) @ Ashley 前半部分在我入门javaScript的时候给了非常大的帮助,后半部分暂时也用不到,就先不读了。。。 @ K' -☆ 吐血 写 代码 @ 买个包儿 实用型编程入门图书,书中推崇学了就用。就这设计感就秒杀同行绝大多数。要学语言机制的话,那请换一本。 @ 中年维特不烦恼 Normal.A full-color printed, well-designed book. Client-side javascript book unavoidably resemble a boring reference book. @ Ashley 前半部分在我入门javaScript的时候给了非常大的帮助,后半部分暂时也用不到,就先不读了。。。 @ 牧羊高手汪喵喵 有点太花哨… @ 买个包儿 实用型编程入门图书,书中推崇学了就用。就这设计感就秒杀同行绝大多数。要学语言机制的话,那请换一本。 @ 大概 整体读下来还是很有收获的,连同上一本HTML&CSS,短时间内接受了太多知识点,虽然简单但确实内容太多,以至并不能学以致用,最好的结果也就是要实现什么功能的时候能想起来我好像在哪里遇见过,然后再Google了。最后,做Web还是需要审美和艺术创造力啊,现在做出来的东西实用且丑。

书籍目录

  • <script>var hotel={}hotel.name='Quay';hotel.rooms=40;hotel.booked=25;hotel.checkAvilablity=function(){return this.rooms-this.booked}alert(hotel.name)</script>
    —— 引自第103页
  • <script>var hotel=new Object()hotel.name='Quay';hotel.rooms=40;hotel.booked=25;hotel.checkAvilablity=function(){return this.rooms-this.booked}alert(hotel.name)</script>
    —— 引自第103页
  • 添加微信公众号:好书天下获取

    添加微信公众号:“好书天下”获取书籍好书天下 » JavaScript and JQuery
    分享到: 更多 (0)

    评论 抢沙发

    评论前必须登录!

     

    添加微信公众号:“好书天下”获取书籍

    添加微信公众号:“好书天下”获取书籍添加微信公众号:“好书天下”获取书籍