rss Home » Tag Archive For ‘Ajax’

JavaScript: Visual QuickStart Guide, 8th Edition

JavaScript: Visual QuickStart Guide, 8th Edition

Book Description

This task-based, visual-reference guide has been fully revised and uses step-by-step instructions and plenty of screenshots to give beginning and intermediate scripters what they need to know to keep their skills up-to-date. Readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. In this updated eighth edition, readers will find new information on using frameworks and libraries–such as –and modern coding techniques.

Table of Contents
Introduction
Chapter 1: Getting Acquainted with
Chapter 2: Start Me Up!
Chapter 3: Your First Web App
Chapter 4: Working with Images
Chapter 5: Windows and Frames
Chapter 6: Form Handling
Chapter 7: Forms and Regular Expressions
Chapter 8: Handling Events
Chapter 9: and Cookies
Chapter 10: Objects and the
Chapter 11: Making Your Pages Dynamic Download Now »

Scriptin’ with JavaScript and Ajax

Scriptin with JavaScript and Ajax

Book Description

is the brains of your Web page—it enables you to modify a document’s structure, styling, and content in response to user actions without requesting new pages from the server. Scriptin’ with and teaches you how to master this powerful and elegant language so you can develop intuitive user interactions that take the user experience to new levels of sophistication and responsiveness.

Today’s application-like Web experiences (such as Salesforce.com and Google Maps) and Web 2.0 sites (such as Flickr.com and Twitter) are powered by and . Using the techniques shown in this book, you will be able to start creating similar experiences in the sites you design.

Scriptin’ with JavaScript and Ajax will teach you how to:

  • Start developing with JavaScript fast!
  • Write lightweight but powerful code
  • Modify the Document Object Model
  • “Progressively enhance” your pages with JavaScript to provide the highest levels of accessibility to all users
  • Learn sophisticated techniques for making your pages respond to user actions
  • Use the downloadable Scriptin’ library of helper functions to speed development and ensure cross-browser compatibility
  • Use Ajax scripting techniques to update specific areas of the page with data from the server Download Now »

MooTools 1.3 Cookbook

MooTools 1.3 Cookbook

Book Description

is a framework that abstracts the language. itself, complex in syntax, provides the tools to write a layer of content interaction for each different browser. abstracts those individual, browser-specific layers to allow cross-browser scripting in an easy-to-read and easy-to-remember syntax.

Animation and interaction, once the domain of Flash, are being taken by storm by the framework, which can cause size, shape, color, and opacity to transition smoothly. Discover how to use to bring data to today’s web page users who demand interactivity without clunky page refreshes. When searching for animation and interactivity solutions that work, MooTools 1.3 has individual, reusable code examples that get you running fast!

MooTools 1.3 readies programmers to animate, perform , and attach event listeners in a simple format where each section provides a clear and cross-browser compatible sketch of how to solve a problem, whether reading from beginning to finish or browsing directly to a particular recipe solution.

MooTools 1.3 Cookbook provides instant solutions to MooTools problems – whatever you want to do with MooTools, this book will tell you how to do it.

MooTools 1.3 Cookbook is presented in a progressive order that builds concepts and ideas, while simultaneously being a collection of powerful individual, standalone, recipe solutions.

Download Now »

Pro ASP.NET MVC 3 Framework, 3rd Edition

Pro ASP.NET MVC 3 Framework, 3rd Edition

Book Description

The 3 Framework is the latest evolution of Microsoft’s web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of 4.

In this third edition, the core model-view-controller () architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You’ll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you’ll discover ’s strengths and weaknesses for yourself—and put your best-learned theory into practice.

The book’s authors Steve Sanderson and Adam Freeman have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world’s largest and most ambitious projects. You can be sure you are in safe hands.

What you’ll learn

  • Gain a solid architectural understanding of ASP.NET MVC 3, including basic MVC
  • Explore the entire ASP.NET MVC Framework
  • See how MVC and test-driven development work in action Download Now »

jQuery Mobile First Look

jQuery Mobile First Look

Book Description

The Mobile framework is ’s latest rabbit-out-of-the-hat project. The Mobile framework is open source and is supported by all the big players: iOS, Android, Bada, BlackBerry, Nokia, Ado, and so on. Considering all the names behind the project, it is a truly cross platform framework and porting applications made in mobile will be a snap with this new technology at your hands. Get to grips with everything you need to know to sprint through developing high-end web applications for mobiles.

Mobile First Look will show you the features of the Mobile framework, what they do, and how they can be used. It covers the installation thoroughly on all the machines as it is found with any new technology that the most difficult part is getting people to correctly install the product.

From Installation to specifications and from designing to deployment this book covers all the factors that you need to know before starting your own mobile web application development. Starting with an introduction to jQuery Mobile, the book will give you an overview of the key features of the framework and how they can be used to implement a mobile web application. Development tips and troubleshooting add to the standard information contained in these pages. The topics covered include everything the jQuery Mobile developer needs to know in order to create a full-feature web application for mobile devices. Ranging from a comparison of jQuery mobile with other popular frameworks and its installation on various Operating Systems to theming pages, website layout, and content formatting, the book presents information about buttons, toolbars, dialogs, forms, and list views Download Now »

Object-Oriented JavaScript

Object Oriented JavaScript

Book Description

Once listed in the “nice to have” sections of job postings, these days the knowledge of is a deciding factor when it comes to hiring web developers. And rightly so. Where in the past we used to have the occasional few lines of embedded in a web page, now we have advanced libraries and extensible architectures, powering the “fat-client”, -type rich internet applications.

is the language of the browser, but it’s also heavily employed in many other environments: server-side programming, desktop applications, application extensions and widgets. It’s a pretty good deal: you learn one language and then code all kinds of different applications. While this book has one chapter specifically dedicated to the web browser environment including , events, and tutorials, the rest is applicable to all the other environments too.

This book treats JavaScript as a serious language, showing you how to build robust, maintainable, and powerful libraries and applications. Along the way, we cover many of the recent innovations such as AJAX, , and interesting design and coding patterns. After reading this book, you’ll be prepared to ace your JavaScript job interview and even impress with some bits that the interviewer maybe didn’t know. You should read this book if you want to be able to take your JavaScript skills to a new level of sophistication.

Create scalable and reusable high-quality JavaScript applications and libraries using the concepts of programming Download Now »