Head First Ajax

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

Download Head First Ajax Book in PDF, Epub and Kindle

Provides information on building interactive Web applications using Ajax.

Head Rush Ajax

Head Rush Ajax
Author: Brett McLaughlin
Publsiher: "O'Reilly Media, Inc."
Total Pages: 446
Release: 2006-03-28
Genre: Computers
ISBN: 9780596102258

Download Head Rush Ajax Book in PDF, Epub and Kindle

Provides information on using Ajax in building Web applications.

Head First JQuery

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

Download Head First JQuery Book in PDF, Epub and Kindle

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. Original.

Head First JavaScript

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

Download Head First JavaScript Book in PDF, Epub and Kindle

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.

Head First Rails

Head First Rails
Author: David Griffiths
Publsiher: "O'Reilly Media, Inc."
Total Pages: 462
Release: 2013-05-23
Genre: Computers
ISBN: 9781449371647

Download Head First Rails Book in PDF, Epub and Kindle

Ready to transport your web applications into the Web 2.0 era? Head First Rails takes your programming -- and productivity -- to the max. You'll learn everything from the fundamentals of Rails scaffolding to building customized interactive web apps using Rails' rich set of tools and the MVC framework. By the time you're finished, you'll have learned more than just another web framework. You'll master database interactions, integration with Ajax and XML, rich content, and even dynamic graphing of your data -- all in a fraction of the time it takes to build the same apps with Java, PHP, ASP.NET, or Perl. You'll even get comfortable and familiar with Ruby, the language that underpins Rails. But you'll do it in the context of web programming, and not through boring exercises such as "Hello, World!" Your time is way 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 Rails uses a visually rich format designed to take advantage of the way your brain really works.

Head First HTML and CSS

Head First HTML and CSS
Author: Elisabeth Robson,Eric Freeman
Publsiher: O'Reilly Media, Inc.
Total Pages: 765
Release: 2012-08-16
Genre: Computers
ISBN: 9781449324490

Download Head First HTML and CSS Book in PDF, Epub and Kindle

Tired of reading HTML books that only make sense after you're an expert? Then it's about time you picked up Head First HTML and really learned HTML. You want to learn HTML so you can finally create those web pages you've always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your web pages over time so they work in all browsers and mobile devices. Oh, and if you've never heard of CSS, that's okay--we won't tell anyone you're still partying like it's 1999--but if you're going to create web pages in the 21st century then you'll want to know and understand CSS. Learn the real secrets of creating web pages, and why everything your boss told you about HTML tables is probably wrong (and what to do instead). Most importantly, hold your own with your co-worker (and impress cocktail party guests) when he casually mentions how his HTML is now strict, and his CSS is in an external style sheet. With Head First HTML, you'll avoid the embarrassment of thinking web-safe colors still matter, and the foolishness of slipping a font tag into your pages. Best of all, you'll learn HTML and CSS in a way that won't put you to sleep. If you've read a Head First book, you know what to expect: a visually-rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, this book will load HTML and CSS into your brain in a way that sticks. So what are you waiting for? Leave those other dusty books behind and come join us in Webville. Your tour is about to begin.

Head First Servlets and JSP

Head First Servlets and JSP
Author: Bryan Basham,Kathy Sierra,Bert Bates
Publsiher: "O'Reilly Media, Inc."
Total Pages: 913
Release: 2008
Genre: Computers
ISBN: 9780596522261

Download Head First Servlets and JSP Book in PDF, Epub and Kindle

Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam? This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're over the legal limit for caffeine. You can't waste your time with a book that makes sense only AFTER you're an expert (or worse, one that puts you to sleep). Learn how to write servlets and JSPs, what makes a web container tick (and what ticks it off), how to use JSP's Expression Language (EL for short), and how to write deployment descriptors for your web applications. Master the c: out tag, and get a handle on exactly what's changed since the older J2EE 1.4 exam. You don't just pass the new J2EE 1.5 SCWCD exam, you'll understand this stuff and put it to work immediately. Head First Servlets and JSP doesn't just give you a bunch of facts to memorize; it drives knowledge straight into your brain. You'll interact with servlets and JSPs in ways that help you learn quickly and deeply. And when you're through with the book, you can take a brand-new mock exam, created specifically to simulate the real test-taking experience.

Head First HTML5 Programming

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

Download Head First HTML5 Programming Book in PDF, Epub and Kindle

"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.