Head First JQuery

Head First JQuery
Author: Ryan Benedetti
Publisher: "O'Reilly Media, Inc."
Total Pages: 539
Release: 2011-09-21
Genre: Computers
ISBN: 1449393217

Explains how to build complex scripting functionality with minimal coding, providing coverage of functions ranging from incorporating Ajax apps and overcoming the limits of HTML and CSS to building plug-ins and using animation

Head First JavaScript Programming

Head First JavaScript Programming
Author: Eric T. Freeman
Publisher: "O'Reilly Media, Inc."
Total Pages: 1091
Release: 2014-03-26
Genre: Computers
ISBN: 1449343988

What will you learn from this book? This brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model. You won’t just be reading—you’ll be playing games, solving puzzles, pondering mysteries, and interacting with JavaScript in ways you never imagined. And you’ll write real code, lots of it, so you can start building your own web applications. Prepare to open your mind as you learn (and nail) key topics including: The inner details of JavaScript How JavaScript works with the browser The secrets of JavaScript types Using arrays The power of functions How to work with objects Making use of prototypes Understanding closures Writing and testing applications What’s so special about this book? We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First JavaScript Programming uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. This book replaces Head First JavaScript, which is now out of print.

Head First Ajax

Head First Ajax
Author: Rebecca Riordan
Publisher: "O'Reilly Media, Inc."
Total Pages: 527
Release: 2008-08-26
Genre: Computers
ISBN: 0596515782

Provides information on building interactive Web applications using Ajax.

Head First JavaScript

Head First JavaScript
Author: Michael Morrison
Publisher: "O'Reilly Media, Inc."
Total Pages: 650
Release: 2007-12-20
Genre: Computers
ISBN: 0596527748

Provides information on scripting Web applications with JavaScript.

Head First HTML5 Programming

Head First HTML5 Programming
Author: Eric Freeman
Publisher: "O'Reilly Media, Inc."
Total Pages: 611
Release: 2011-10-06
Genre: Computers
ISBN: 1449390544

"Head First HTML5" introduces key features including improved text elements, audio and video tags, geolocation, and the Canvas drawing surface. Concrete examples and exercises are applied to reinforce these concepts.

Head First JQuery

Head First JQuery
Author: Ryan Benedetti
Publisher: "O'Reilly Media, Inc."
Total Pages: 539
Release: 2011-09-14
Genre: Computers
ISBN: 1449317502

Want to add more interactivity and polish to your websites? Discover how jQuery can help you build complex scripting functionality in just a few lines of code. With Head First jQuery, you'll quickly get up to speed on this amazing JavaScript library by learning how to navigate HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be incorporating Ajax apps, working seamlessly with HTML and CSS, and handling data with PHP, MySQL and JSON. If you want to learn—and understand—how to create interactive web pages, unobtrusive script, and cool animations that don't kill your browser, this book is for you. Use jQuery with DOM to overcome the limitations of HTML and CSS Learn how jQuery selectors and actions work together Write functions and wire them to interface elements Use jQuery effects to create actions on the page Make your pages come alive with animation Build interactive web pages with jQuery and Ajax Build forms in web applications

Head First Mobile Web

Head First Mobile Web
Author: Lyza Gardner
Publisher: "O'Reilly Media, Inc."
Total Pages: 481
Release: 2011-12-15
Genre: Computers
ISBN: 1449302661

Looks at how to create an effective mobile Web page, tackling both technical and strategic approaches to mobile web design and including the latest development techniques.

Head First PHP & MySQL

Head First PHP & MySQL
Author: Lynn Beighley
Publisher: "O'Reilly Media, Inc."
Total Pages: 812
Release: 2009
Genre: Computers
ISBN: 0596006306

With this book, Web designers who usually turn out static Websites with HTML and CSS can make the leap to the next level of Web development--full-fledged, dynamic, database-driven Websites using PHP and SQL.

Learning jQuery - Fourth Edition

Learning jQuery - Fourth Edition
Author: Jonathan Chaffer
Publisher: Packt Publishing Ltd
Total Pages: 678
Release: 2013-01-01
Genre: Computers
ISBN: 1782163158

Step through each of the core concepts of the jQuery library, building an overall picture of its capabilities. Once you have thoroughly covered the basics, the book returns to each concept to cover more advanced examples and techniques.This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their web applications. Basic JavaScript programming and knowledge of HTML and CSS is required. No knowledge of jQuery is assumed, nor is experience with any other JavaScript libraries.

jQuery

jQuery
Author: Steven Holzner
Publisher: Peachpit Press
Total Pages: 357
Release: 2009-06-30
Genre: Computers
ISBN: 0321679687

jQuery is a popular JavaScript library that simplifies event handling, animating, and Ajax interactions for rapid web development. Many companies are using jQuery including: Amazon, Google, Twitter, Bank of America, BBC, ESPN, CBS News, Digg, Reuters, IBM, Netflix, Dell, Oracle, Slashdot, Tecnorati, and Intuit. Even casual web designers, who create web pages for fun, want to add the latest cool effects to their sites, and jQuery--the fast, flexible JavaScript library--is a tool of choice. Just as CSS separates "display" characteristics from the HTML structure, jQuery separates the "behavior" characteristics from the HTML structure. From visual effects, special controls, and Ajax made easy, the jQuery Visual QuickStart Guide will teach readers how to make the most of jQuery using the task-based, step-by-step, visual format they love. It's crammed with examples and there's a special section on widgets.