0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (44)
  • R250 - R500 (137)
  • R500+ (598)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Web design

Beginning Ajax with PHP - From Novice to Professional (Paperback, 1st ed.): Lee Babin Beginning Ajax with PHP - From Novice to Professional (Paperback, 1st ed.)
Lee Babin
R798 R702 Discovery Miles 7 020 Save R96 (12%) Ships in 18 - 22 working days

This is the first book to show how PHP and Javascript technologies can work together to create next generation applications. Covering many of the most commonplace topics developers encounter in daily web application development tasks, The author guides readers through topics like enhanced forms validation, data display and manipulation, JavaScript debugging, and security considerations. The result is a book that not only discusses how two of the world's most talked about technologies can come together to create amazing applications, but is also based upon a real-world context, enabling developers to immediately begin applying what they've learned to their own situation.

Pro Ajax and the .NET 2.0 Platform (Paperback, 1st ed.): Daniel Woolston Pro Ajax and the .NET 2.0 Platform (Paperback, 1st ed.)
Daniel Woolston
R1,169 R998 Discovery Miles 9 980 Save R171 (15%) Ships in 18 - 22 working days

This book follows on from the extremely successful Foundations of Ajax title. It takes the reader on a detailed journey through the Ajax technology and shows them how to integrate Ajax with Microsoft's popular .NET 2.0 Framework to produce their own implementations of the functionality they're beginning to see on the web. The keystone of the book is practicality. We show people how to put theory into practice and bring Ajax to their web applications in a professional manner.

Using Google App Engine (Paperback): Charles Severance Using Google App Engine (Paperback)
Charles Severance
R672 R601 Discovery Miles 6 010 Save R71 (11%) Ships in 18 - 22 working days

With this book, you can build exciting, scalable web applications quickly and confidently, using Google App Engine - even if you have little or no experience in programming or web development. App Engine is one of the most exciting web technologies to appear in the last year, providing a simple, easy-to-use application framework with basic web tools. While Google's own tutorial assumes significant development experience, "Using Google App Engine" is for anyone who wants to get started with this platform. By the end of the book, you'll know how to build complete, interactive applications and deploy them to 'the cloud,' using the same servers that power Google applications. You will: get an overview of all the technologies necessary to use Google App Engine; learn how to use Python, HTML, Cascading Style Sheets (CSS), HTTP, and DataStore, App Engine's database; grasp the technical aspects necessary to create sophisticated, dynamic web applications; and, understand what's required to deploy your applications to Google servers. In addition to being a foundational resource for beginning programmers, "Using Google App Engine" is also an excellent book for experienced programmers who want to acquire working knowledge of web technologies. Building web applications used to be for experts only, but with Google App Engine - and this book - anyone can create a dynamic web presence.

Cloud Application Architectures - Building Applictions and Infrastructures in the Cloud (Paperback): George Reese Cloud Application Architectures - Building Applictions and Infrastructures in the Cloud (Paperback)
George Reese
R675 R604 Discovery Miles 6 040 Save R71 (11%) Ships in 18 - 22 working days

If you're involved in planning IT infrastructure as a network or system architect, system administrator, or developer, this book will help you adapt your skills to work with these highly scalable, highly redundant infrastructure services. While analysts hotly debate the advantages and risks of cloud computing, IT staff and programmers are left to determine whether and how to put their applications into these virtualized services. Cloud Application Architectures provides answers -- and critical guidance -- on issues of cost, availability, performance, scaling, privacy, and security. With Cloud Application Architectures, you will:

Understand the differences between traditional deployment and cloud computing Determine whether moving existing applications to the cloud makes technical and business sense Analyze and compare the long-term costs of cloud services, traditional hosting, and owning dedicated servers Learn how to build a transactional web application for the cloud or migrate one to it Understand how the cloud helps you better prepare for disaster recovery Change your perspective on application scaling

To provide realistic examples of the book's principles in action, the author delves into some of the choices and operations available on Amazon Web Services, and includes high-level summaries of several of the other services available on the market today. Cloud Application Architectures provides best practices that apply to every available cloud service. Learn how to make the transition to the cloud and prepare your web applications to succeed.

Validating Product Ideas - Through Lean User Research (Paperback): Tomer Sharon Validating Product Ideas - Through Lean User Research (Paperback)
Tomer Sharon
R1,299 Discovery Miles 12 990 Ships in 18 - 22 working days
Even Faster Web Sites (Paperback): Steve Souders Even Faster Web Sites (Paperback)
Steve Souders
R770 R673 Discovery Miles 6 730 Save R97 (13%) Ships in 18 - 22 working days

Performance is critical to the success of any web site, and yet today's web applications push browsers to their limits with increasing amounts of rich content and heavy use of Ajax. In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo , provides valuable techniques to help you optimize your site's performance.

Souders' previous book, the bestselling "High Performance Web Sites," shocked the web development world by revealing that 80% of the time it takes for a web page to load is on the client side. In Even Faster Web Sites, Souders and eight expert contributors provide best practices and pragmatic advice for improving your site's performance in three critical categories: JavaScript--Get advice for understanding Ajax performance, writing efficient JavaScript, creating responsive applications, loading scripts without blocking other components, and more.Network--Learn to share resources across multiple domains, reduce image size without loss of quality, and use chunked encoding to render pages faster.Browser--Discover alternatives to iframes, how to simplify CSS selectors, and other techniques.

Speed is essential for today's rich media web sites and Web 2.0 applications. With this book, you'll learn how to shave precious seconds off your sites' load times and make them respond even faster.

This book contains six guest chapters contributed by Dion Almaer, Doug Crockford, Ben Galbraith, Tony Gentilcore, Dylan Schiemann, Stoyan Stefanov, Nicole Sullivan, and Nicholas C. Zakas.

RxJS in Action (Paperback): Paul Daniels, Luis Atencio RxJS in Action (Paperback)
Paul Daniels, Luis Atencio
R1,058 Discovery Miles 10 580 Ships in 10 - 15 working days

DESCRIPTION A growing flood of data is aimed at JavaScript applications, and they need be ready for it. As more and more data is received, applications must scale to stay operational. There's also the problem of latency when data has to be fetched from remote locations. RxJS, or Reactive Extensions for JavaScript, is a library for transforming, composing, and consuming streams of data. RxJS combines reactive and functional programming to give an extensible, asynchronous event handling system for JavaScript. RxJS in Action gives readers the development skills they need to create reactive applications with RxJS. This book is full of theory and practical examples that build on each other and help readers begin thinking in a reactive manner. The book begins by teaching the fundamentals of functional programming, and dives in to the basics of RxJS and what it means to be reactive. Next, it teaches how to build real-world applications with RxJS. The last part of the book tackles the advanced topics to take the reader's reactive programming skills to the next level, as they will learn how to deal with error handling, unit testing, and the role of RxJS when combined with frameworks such as Angular.js or Cycle.js. Examples in the book use RxJS 5, the latest version of RxJS built with an eye on performance and simplicity. KEY FEATURES * Full of practical examples using real-world applications * Creating readable, easy-to-understand event processing pipelines * Introduces the fundamentals of functional and reactive programming * Transforms bulky, untestable code into modular, testable expressions * Uses the latest version of RxJS AUDIENCE This book is for readers who are comfortable writing and building applications in JavaScript. ABOUT THE TECHNOLOGY RxJS combines reactive and functional programming to give programmers an extensible, asynchronous event handling system for JavaScript. RxJS is ideal for applications with features that have continuous data flows that have to fetch and combine multiple pieces of remote data, auto-complete text boxes, drag and drop, process user input, and more.

Getting StartED Building Websites (Paperback, 1st ed.): Alexander Dawson Getting StartED Building Websites (Paperback, 1st ed.)
Alexander Dawson
R734 R688 Discovery Miles 6 880 Save R46 (6%) Ships in 18 - 22 working days

Website design and development can be a minefield for beginners. Where do you start? What languages should you learn? What techniques should you use to produce your site? What should you put on your site? How do you make it look appealing? How do you update it? This book takes into account the most frequently asked website design and development questions and gives you straightforward answers. No experience required in this step-by-step guide to website design and development Presents the important techniques you need to learn in easy-to-follow examples Takes the confusion out of languages, technologies, and all the important elements of the development process What you'll learn How to start making a website that takes into account important practices such as accessibility and usability A simple and effective step-by-step process you can master to work at your own pace and fuel your own learning process The importance of taking the time to understand and learn your craft while being able to dive straight into the creative process What languages, products, and resources are available to allow you to extend your learning beyond this book to maintain an active skill set The different fields that exist within the web design industry and how each of these areas helps bring a website together How to troubleshoot and resolve problems and advice on courses of action you can take for general problems that occur during the process Who this book is for

If you want to build a website but don't know where to start, this is the book for you. Table of Contents What Kind of Website Should I Make? How Do I Write Good Content? How Should I Start Coding My Site? What About Web Hosting? How Can I Style My Website? How Can I Use Images and Media? What If Something Goes Wrong? How Can I Add Interactivity? How Can My Website Be Improved? How Can I Get More Visitors?

Developing with PDF (Paperback): Leonard Rosenthol Developing with PDF (Paperback)
Leonard Rosenthol
R678 R591 Discovery Miles 5 910 Save R87 (13%) Ships in 9 - 17 working days

As PDF continues to become the mandated standard for digital documents around the world, developers are frequently looking to build new tools (or improve existing ones) for creating or consuming these documents. This book will provide those developers with a deeper understanding of many aspects of the PDF file format while introducing best practices for producing, manipulating and consuming documents that comply with the international standard.

Flash CS3 (Paperback): Chris Glover Flash CS3 (Paperback)
Chris Glover
R858 R761 Discovery Miles 7 610 Save R97 (11%) Ships in 18 - 22 working days

Flash CS3, the latest version of the premier tool for creating web animations and interactive web sites, can be intimidating to learn. This entertaining reference tutorial provides a reader-friendly animation primer and a guided tour of all the program's tools and capabilities. Beginners will learn to use the software in no time, and experienced users will quickly take their skills to the next level. The book gives Flash users of all levels hands-on instructions to help them master: Special effects Morphing Adding audio and video Introducing interactivity And much more With Flash CS3: The Missing Manual you'll be able to turn an idea into a Flash animation, tutorial, or movie. This book will help you create online tutorials, training materials and full-blown presentations. It also teaches design principles throughout and helps you avoid elements that can distract or annoy an audience. This is the first new release of Flash since Adobe bought Macromedia, which means that it's the first version that will integrate easily with other Adobe products. It's a whole new ballgame when it comes to Flash, and Flash CS3: The Missing Manual offers you complete and objective coverage. It's the perfect companion to this powerful software.

Professional PHP4 (Paperback, Softcover reprint of the original 1st ed.): Luis Argerich Professional PHP4 (Paperback, Softcover reprint of the original 1st ed.)
Luis Argerich
R1,346 R1,174 Discovery Miles 11 740 Save R172 (13%) Ships in 18 - 22 working days

PHP is an open source, server-side, HTML-embedded web-scripting language for creating dynamic web pages. Not only browser-independent, PHP offers simple cross-platform solutions for e-commerce, and web and database-driven applications.

Enter "Professional PHP4." This book will show you exactly how to create fantastic web applications that scale well, utilize databases optimally, and connect to a back-end network using a multi-tiered approach. This book also teaches PHP by coding FTP and e-mail clients, advanced data structures, session management, and secure programming.

Working with Static Sites (Paperback): Raymond Camden, Brian Rinaldi Working with Static Sites (Paperback)
Raymond Camden, Brian Rinaldi
R999 Discovery Miles 9 990 Ships in 18 - 22 working days

For years now, web developers have used powerful application servers like PHP and Node that could create our web apps. But recently there's been a shift between how much we can do on an application server versus how much we can do on the browser itself-as well as what we can do on a mobile app. This practical book shows readers how static site generators provide a powerful middle ground between a full app server deployment and a simple collection of static files. Written by two leading developers in the JavaScript community, this book teaches front-end designers, front-end developers, web developers, and web designers how static site generators work, the benefits you can expect, and what options are available. You'll learn how to deliver static site files to the end user exactly as they are on the server, without using a server-side language or a database, using HTML, CSS, and JavaScript. Static websites today are just like vinyl LPs: they're coming back. With this book, you'll discover just how these websites still fulfill a vital need for bloggers as well as people who just want to disseminate information.

Adobe Dreamweaver CC Classroom in a Book (Paperback, New): Adobe Creative Team Adobe Dreamweaver CC Classroom in a Book (Paperback, New)
Adobe Creative Team
R492 Discovery Miles 4 920 Ships in 4 - 6 working days

Creative professionals seeking the fastest, easiest, most comprehensive way to learn Adobe Dreamweaver CC choose "Adobe Dreamweaver CC: Classroom in a Book" from the Adobe Creative Team at Adobe Press. The 15 project-based lessons in this book show you step by step everything you need to know to work in Dreamweaver. You'll learn to create a professional website without having to write code by hand. This completely revised Creative Cloud edition also covers HTML5, CSS3, and media queries for responsive web design. The book also shows how to create HTML-based headings, paragraphs, lists, and tables; insert graphics and Photoshop Smart Objects; add links to text and images; apply cascading styles sheets; and customize the Dreamweaver workspace. You'll also learn to add interactive elements to your sites, such as HTML5-compatible video and animation, get guidance for working with code, and finally publish a finished site to the Web. The online companion files include all lesson files so you can work along with the book. "The Classroom in a Book series is by far the best training material on the market. Everything you need to master the software is included: clear explanations of each lesson, step-by-step instructions, and the project files for the students." -Barbara Binder, Adobe Certified Instructor, Rocky Mountain Training
Classroom in a Book(R), the best-selling series of hands-on software training workbooks, helps you learn the features of Adobe software quickly and easily. Classroom in a Book offers what no other book or training program does-an official training series from Adobe Systems Incorporated, developed with the support of Adobe product experts.

Web Design - Introductory, International Edition (Paperback, 4th edition): Jennifer Campbell, Gary B. Shelly Web Design - Introductory, International Edition (Paperback, 4th edition)
Jennifer Campbell, Gary B. Shelly
R195 Discovery Miles 1 950 Ships in 4 - 6 working days

WEB DESIGN: INTRODUCTORY, International Edition explains the connection between a detailed design plan that considers audience expectations, sound design principles and various technical considerations to create successful Web sites.

React Quickly (Paperback): Azat Mardan React Quickly (Paperback)
Azat Mardan
R1,078 Discovery Miles 10 780 Ships in 10 - 15 working days

React is a JavaScript library developed for one main reason-to build reusable UI components that present ever-changing data. The React philosophy is to focus solely on the user interface. In model-viewcontroller (MVC) terminology, React is the view. Because it has to work with models and other libraries, it's designed to play nicely with pretty much any other framework, router, style, and model library. And it's well supported-React emerged from Instagram and is now used by Facebook, Asana, Khan Academy, and Atom among many more. React Quickly is for anyone who wants to learn React.js fast. This handson book teaches needed concepts by using lots of examples, tutorials, and a large main project that gets built throughout. It starts with the basics, including how React fits into applications, JSX, and handling states, and events. Next, it explores core topics like components, forms, and data. Finally, the book dives into React integration topics, like unit testing and isomorphic JavaScript with Express.js, and Gulp. Key Features: * Uses videos to supplement learning * Chock full of examples * Gets readers using React quickly This book is for web developers who have some JavaScript experience. About the Technology: React is a JavaScript library developed for one main reason-to build reusable UI components that present ever-changing data. React emerged from Instagram and is now used by Facebook, Asana, Khan Academy, and Atom among many more.

Getting Started with OAuth 2.0 (Paperback): Ryan Boyd Getting Started with OAuth 2.0 (Paperback)
Ryan Boyd
R512 R460 Discovery Miles 4 600 Save R52 (10%) Ships in 9 - 17 working days

Whether you develop web applications or mobile apps, the OAuth 2.0 protocol will save a lot of headaches. This concise introduction shows you how OAuth provides a single authorization technology across numerous APIs on the Web, so you can securely access users' data--such as user profiles, photos, videos, and contact lists--to improve their experience of your application.

Through code examples, step-by-step instructions, and use-case examples, you'll learn how to apply OAuth 2.0 to your server-side web application, client-side app, or mobile app. Find out what it takes to access social graphs, store data in a user's online filesystem, and perform many other tasks.Understand OAuth 2.0's role in authentication and authorizationLearn how OAuth's Authorization Code flow helps you integrate data from different business applicationsDiscover why native mobile apps use OAuth differently than mobile web appsUse OpenID Connect and eliminate the need to build your own authentication system

User Experience Design - A Practical Introduction (Paperback, 2nd edition): Gavin Allanwood, Peter Beare User Experience Design - A Practical Introduction (Paperback, 2nd edition)
Gavin Allanwood, Peter Beare
R702 Discovery Miles 7 020 Ships in 9 - 17 working days

Applicable to a wide spectrum of design activity, this book offers an ideal first step, clearly explaining fundamental concepts and methods to apply when designing for the user experience. Covering essential topics from user research and experience design to aesthetics, standards and prototyping, User Experience Design explains why user-centered methods are now essential to ensuring the success of a wide range of design projects. This second edition includes important new topics including; digital service standards, onboarding and scenario mapping. There are now 12 hands-on activities designed to help you start exploring basic UX tasks such as visualising the user journey and recognising user interface patterns. Filled with straightforward explanations and examples from around the world, this book is an essential primer for students and non-designers needing an introduction to contemporary UX thinking and common approaches. Designed specifically for newcomers to UX Design, the companion website offers extra material for hands-on activities, templates, industry interviews, contributor notes and sources of guidance for those seeking to start a career in the industry.

Programming 3D Applications with HTML5 and WebGL (Paperback): Tony Tony Parisi Programming 3D Applications with HTML5 and WebGL (Paperback)
Tony Tony Parisi
R1,177 Discovery Miles 11 770 Ships in 18 - 22 working days

Create high-performance, visually stunning 3D applications for the Web, using HTML5 and related technologies such as CSS3 and WebGL--the emerging web graphics standard. With this book, you'll learn how to use the tools, frameworks, and libraries for building 3D models and animations, mind-blowing visual effects, and advanced user interaction in both desktop and mobile browsers.

In two parts--Foundations and Application Development Techniques--author Tony Parisi provides a thorough grounding in theory and practice for designing everything from a simple 3D product viewer to immersive games and interactive training systems. Ideal for developers with Javascript and HTML experience.Explore HTML5 APIs and related technologies for creating 3D web graphics, including WebGL, Canvas, and CSSWork with the popular JavaScript 3D rendering and animation libraries Three.js and Tween.jsDelve into the 3D content creation pipeline, and the modeling and animation tools for creating killer 3D contentLook into several game engines and frameworks for building 3D applications, including the author's Vizi frameworkCreate 3D environments with multiple objects and complex interaction, using examples and supporting codeExamine the issues involved in building WebGL-based 3D applications for mobile browsers

Researching UX: User Research (Paperback): James Lang, Emma Howell Researching UX: User Research (Paperback)
James Lang, Emma Howell
R848 Discovery Miles 8 480 Ships in 18 - 22 working days

How well do you really know your users? With properly conducted user research, you can discover what really makes your audience tick. This practical guide will show you, step-by-step, how to gain proper insight about your users so that you can base design decisions on solid evidence. You'll not only learn the different methodologies that you can employ in user research, but also gain insight into important set-up activities, such as recruiting users and equipping your lab, and acquire analysis skills so that you can make the most of the data you've gathered. And finally, you'll learn how to communicate findings and deploy evidence, to boost your design rationale and persuade skeptical colleagues. Design your research Cost justify user research Recruit and incentivise users Discover how to run your research sessions Analyze your results Reporting on results and acting in your findings

Responsive Typography (Paperback): Jason Pamental Responsive Typography (Paperback)
Jason Pamental
R652 Discovery Miles 6 520 Ships in 18 - 22 working days

Responsive web design helps your site maintain its design integrity on a variety of screen sizes, but how does it affect your typography? With this practical book, graphic designers, web designers, and front-end developers alike will learn the nuts and bolts of implementing web fonts well, especially how to get the best appearance from type without sacrificing performance on any device. After examining typography fundamentals and the evolution of type on the Web, author Jason Pamental provides useful approaches, real examples, code, and advice for making your type performant, progressive, proportional, and polished - the primary ingredients of responsive typography. Understand how type plays a vital role in content-first web design Weigh the tradeoffs between self-hosting and using a font service to get the best performance for your site Get your type on the screen fast by designing for Progressive Enhancement Use a responsive relative scale to adjust proportions between typographic elements for any device or resolution Polish your type with ligatures, kerning, and other techniques to create rich, textured reading experiences

Mobile HTML5 (Paperback): Estelle Weyl Mobile HTML5 (Paperback)
Estelle Weyl
R1,049 R903 Discovery Miles 9 030 Save R146 (14%) Ships in 18 - 22 working days

Build kickass websites and applications for all mobile (and non-mobile) platforms by adding HTML5 and CSS3 to your web development toolkit. With this hands-on book, you'll learn how to develop web apps that not only work on iOS, Android, Blackberry, and Windows Phone, but also perform well and provide good user experience. With lots of code and markup examples, you'll learn best practices for using HTML5 features, including new web forms, SVG, Canvas, localStorage, and related APIs. You'll also get an in-depth look at CSS3, and discover how to design apps for large monitors and tiny screens alike. Learn HTML5's elements, syntax, and semantics Build forms that provide enhanced usability with less JavaScript Explore HTML5 media APIs for graphics, video, and audio Enable your applications to work offline, using AppCache, localStorage, and other APIs Learn what you need to know about CSS3 selectors and syntax Dive into CSS3 features such as multiple backgrounds, gradients, border-images, transitions, transforms, and animations Make your web applications usable, responsive, and accessible. Design for performance, user experience, and reliability on all platforms

CSS Fonts (Paperback): Eric A Meyer CSS Fonts (Paperback)
Eric A Meyer
R235 Discovery Miles 2 350 Ships in 18 - 22 working days

From custom fonts to ad-hoc font families you assemble out of a variety of individual faces, CSS 3 gives you more typographic options than ever before. This concise guide shows you how to use CSS properties to gain a fine-grained and wide-ranging influence over how you display fonts on the Web. Short and sweet, this book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of Fonts, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Learn how to choose and manipulate fonts right away. Specify font families and their generic alternatives Use @font-face to specify customized downloadable fonts Size your fonts with absolute or relative scales, percentages, or length units Understand the difference between italic and oblique styles Learn how to specify or suppress a font's kerning data and other font features Synthesize your own variants for fonts that lack bold or italic text

Web Cartography - Map Design for Interactive and Mobile Devices (Hardcover): Ian Muehlenhaus Web Cartography - Map Design for Interactive and Mobile Devices (Hardcover)
Ian Muehlenhaus
R3,651 Discovery Miles 36 510 Ships in 10 - 15 working days

Web mapping technologies continue to evolve at an incredible pace. Technology is but one facet of web map creation, however. Map design, aesthetics, and user-interactivity are equally important for effective map communication. From interactivity to graphical user interface design, from symbolization choices to animation, and from layout to typeface and color selection, Web Cartography offers the first comprehensive overview and guide for designing beautiful and effective web maps for a variety of devices. Written for those with a basic understanding of mapmaking, but who may not have an in-depth knowledge of web design, this book explains how to create effective interaction, animation, and layouts for maps in online and mobile platforms. Concept-driven, this reference emphasizes cartographic principles for web and mobile map design over specific software techniques. It focuses on key design concepts that will remain true regardless of software technologies used. The book is supplemented with a website providing links to stellar web maps, video tutorials and lectures, do-it-yourself labs, map critique exercises, and links to others' tutorials. Approachable, clear, and concise, the book provides a nontechnical, approachable guide to map design for the web. It provides best practices for map communication, based on spatial data visualization and graphic design theory. By carefully avoiding overly technical jargon, it provides a solid launching pad from which students, practitioners, and innovators can begin to design aesthetically pleasing and intuitive web maps.

Web Design in easy steps (Paperback, 6th edition): Sean McManus Web Design in easy steps (Paperback, 6th edition)
Sean McManus
R380 Discovery Miles 3 800 Ships in 10 - 15 working days

This title guides the reader through the process of creating a website from planning to search engine promotion, explaining everything in plain English.

Web Audio API (Paperback): Boris Smus Web Audio API (Paperback)
Boris Smus
R469 Discovery Miles 4 690 Ships in 18 - 22 working days

Go beyond HTML5's Audio tag and boost the audio capabilities of your web application with the Web Audio API. Packed with lots of code examples, crisp descriptions, and useful illustrations, this concise guide shows you how to use this JavaScript API to make the sounds and music of your games and interactive applications come alive. You need little or no digital audio expertise to get started. Author Boris Smus introduces you to digital audio concepts, then shows you how the Web Audio API solves specific application audio problems. You'll not only learn how to synthesize and process digital audio, you'll also explore audio analysis and visualization with this API. Learn Web Audio API, including audio graphs and the audio nodes Provide quick feedback to user actions by scheduling sounds with the API's precise timing model Control gain, volume, and loudness, and dive into clipping and crossfading Understand pitch and frequency: use tools to manipulate soundforms directly with JavaScript Generate synthetic sound effects and learn how to spatialize sound in 3D space Use Web Audio API with the Audio tag, getUserMedia, and the Page Visibility API

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Changemakers - How Leaders Can Design…
Maria Giudice, Christopher Ireland Paperback R836 Discovery Miles 8 360
Trends, Applications, and Challenges of…
Mohammad Amin Kuhail, Bayan Abu Shawar, … Hardcover R6,683 Discovery Miles 66 830
Photoshop - Real life Project Examples…
John Slavio Hardcover R727 Discovery Miles 7 270
Make It So - Interaction Design Lessons…
Nathan Shedroff, Christopher Noessel Paperback R1,423 Discovery Miles 14 230
SOA and Web Services Interface Design…
James Bean Paperback R1,171 Discovery Miles 11 710
Fundamentals of Service Systems
Jorge Cardoso, Hansjoerg Fromm, … Hardcover R3,008 Discovery Miles 30 080
Conversations with Things - UX Design…
Diana Deibel, Rebecca Evanhoe Paperback R1,072 Discovery Miles 10 720
The Complete Website Planning Guide - A…
Darryl King Hardcover R567 Discovery Miles 5 670
Website Visibility - The Theory and…
Melius Weideman Paperback R1,559 Discovery Miles 15 590
Handbook of Research on Multimedia…
Sumit Kumar Mahana, Rajesh Kumar Aggarwal, … Hardcover R5,638 Discovery Miles 56 380

 

Partners