0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (50)
  • R250 - R500 (157)
  • R500+ (596)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Web design

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.

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.

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.

RxJS in Action (Paperback): Paul Daniels, Luis Atencio RxJS in Action (Paperback)
Paul Daniels, Luis Atencio
R1,124 R1,022 Discovery Miles 10 220 Save R102 (9%) Ships in 9 - 17 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?

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.

Adobe Edge Animate Preview 7 (Paperback): Chris Grover Adobe Edge Animate Preview 7 (Paperback)
Chris Grover
R575 R477 Discovery Miles 4 770 Save R98 (17%) Ships in 10 - 15 working days

Want to use an Adobe tool to design animated web graphics that work on iPhone and iPad? You've come to the right book. Adobe Edge Animate Preview 7: The Missing Manual shows you how to build HTML5 graphics using simple visual tools, just as with familiar programs like Photoshop and Flash. No programming experience? No problem. Adobe Edge Animate writes the underlying code for you. With this eBook, you'll be designing great-looking web elements in no time. Bestselling author Chris Grover has more than 25 years experience in graphic design and electronic media. He excels in making complex technology fun and easy to learn. In Adobe Edge Animate Preview 7: The Missing Manual, he continues the winning formula of Flash CS5.5: The Missing Manual and Google SketchUp: The Missing Manual. Throughout the book, illustrations make it clear what you should be seeing onscreen as you work through step-by-step instructions. You can download example files to work with, or create your own animations right from the start. With the purchase of this book, you'll be able to download updates to the electronic versions, which will be updated to keep up with changes to Adobe Edge.

Learn Adobe Animate CC for Interactive Media - Adobe Certified Associate Exam Preparation (Paperback): Joseph Labrecque, Rob... Learn Adobe Animate CC for Interactive Media - Adobe Certified Associate Exam Preparation (Paperback)
Joseph Labrecque, Rob Schwartz
R1,037 R198 Discovery Miles 1 980 Save R839 (81%) Ships in 9 - 17 working days

Knowing the industry-standard animation and interactivity tool Adobe Animate CC (previously known as "Flash Professional") can help you get a foothold in the exciting web design and mobile app-development world. Learn Animate CC by building cool creative projects that will teach you how to: Design and animate vector artwork Compose an animated greeting card using HTML5 Build a promotional video with text and images animated in 3D Construct a working digital clock using ActionScript Design and code an interactive quiz for mobile devices This study guide uses more than 6 hours of video integrated with text to help you gain real-world skills that will get you started in your career designing and building interactive media using Adobe Animate CC. It lays the foundation for taking the Adobe Certified Associate (ACA) exam in Interactive Media Using Adobe Flash Professional CC (name correct at press time) and helps prepare you for an entry-level position in a competitive job market. Purchasing this book gives you access to valuable online extras. Follow the instructions in the book's "Getting Started" section to unlock access to: The Web Edition containing instructional video embedded in the complete text of the book with interactive review questions along with product updates Downloadable lesson file you need to work through the projects When creating the Adobe Certified Associate examination, Adobe conducted research to identify the foundational skills students need to effectively communicate using digital media tools. Based on feedback from educators, design professionals, businesses, and educational institutions around the world, the objectives cover entry-level skill expectations for each topic. The ACA exams have proved to be highly successful around the world. To create this new product, Peachpit and Adobe Press have joined forces with team of outstanding instructors who have a great track record getting students certified: Rob Schwartz and his colleagues at BrainBuffet.com Joseph Labrecque is a senior interactive software engineer at the University of Denver where he also teaches classes on Adobe Animate CC (formerly Flash Professional), web animation, graphics production, and mobile application design. Joseph is an Adobe Education Leader (AEL) and an Adobe Community Professional. He received the Adobe Education Impact Award in 2010 and currently serves on the AEL Advisory Board. Joseph produces written and video content for Adobe Press, Peachpit, O'Reilly, Lynda.com, and BrainBuffet.com. What you need to use this book: Adobe Animate CC (2015 release) software, for either Windows or Mac OS. (Software not included.)

Designing for XOOPS (Paperback): Sun Ruoyu Designing for XOOPS (Paperback)
Sun Ruoyu
R449 R369 Discovery Miles 3 690 Save R80 (18%) Ships in 10 - 15 working days

Learn how to customize websites with XOOPS, the open source CMS that helps non-developers build dynamic community websites, intranets, and other applications. This concise book shows you how to use XOOPS themes and modules to design everything from simple blogs to large database-driven CMS portals.

Web designers and current XOOPS users will learn how to create a site theme with CSS and jQuery libraries, including techniques for making additional modules conform to the site's look and feel. Although XOOPS uses the PHP-based Smarty templating system, all you need is a bit of XHTML and CSS experience to get started.Learn the workflow for turning an idea into a full-featured website Become familiar with XOOPS' theme-building tools, and set up PHP and MySQL environments Port an existing XHTML template to XOOPS Create themes with the 960 Grid System to save time and reduce code Use jQuery-based UI libraries to achieve complex effects Blend new modules into your theme with the template override function Go beyond traditional block layouts to customize your homepage

Scaling CouchDB (Paperback): Bradley Holt Scaling CouchDB (Paperback)
Bradley Holt
R659 R526 Discovery Miles 5 260 Save R133 (20%) Ships in 10 - 15 working days

This practical guide offers a short course on scaling CouchDB to meet the capacity needs of your distributed application. Through a series of scenario-based examples, this book lets you explore several methods for creating a system that can accommodate growth and meet expected demand. In the process, you learn about several tools that can help you with replication, load balancing, clustering, and load testing and monitoring.Apply performance tips for tuning your database Replicate data, using Futon and CouchDB's RESTful interface Distribute CouchDB's workload through load balancing Learn options for creating a cluster of CouchDB nodes, including BigCouch, Lounge, and Pillow Conduct distributed load testing with Tsung

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.

Designing a Webpage Using HTML Fundamentals (Paperback): Graceanne Capra Designing a Webpage Using HTML Fundamentals (Paperback)
Graceanne Capra
R500 Discovery Miles 5 000 Ships in 18 - 22 working days


Learn HTML quickly!
With this amazing tutorial you will learn how to quickly and easily create your own web pages and be up and running in days!

Colors, Backgrounds and Gradients (Paperback): Eric Meyer Colors, Backgrounds and Gradients (Paperback)
Eric Meyer
R340 R281 Discovery Miles 2 810 Save R59 (17%) Ships in 10 - 15 working days

One advantage of using CSS3 is that you can apply colors and backgrounds to any element in a web document, create your own gradients, and even apply multiple backgrounds to the same element. This practical guide shows you many ways to use colors, backgrounds, and gradients to achieve some pretty awesome effects. 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 Colors, Backgrounds, and Gradients, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Learn how to bring life to your web pages now. Define foreground colors for a border or element with the color property Combine foreground and background colors to create interesting effects Position and repeat one or more images in an element's background Fix an image to a screen's viewing area, rather than to the element that contains it Use color stops to define vertical, horizontal, and diagonal linear gradients Create spotlight effects, circular shadows, and other effects with radial gradients

Programming 3D Applications with HTML5 and WebGL (Paperback): Tony Tony Parisi Programming 3D Applications with HTML5 and WebGL (Paperback)
Tony Tony Parisi
R1,141 R788 Discovery Miles 7 880 Save R353 (31%) Ships in 10 - 15 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

Responsive & Fast (Paperback): Guy Podjamy Responsive & Fast (Paperback)
Guy Podjamy
R332 R271 Discovery Miles 2 710 Save R61 (18%) Ships in 10 - 15 working days

Is Responsive Web Design (RWD) slowing your site down? It doesn't have to. With this concise book, you'll learn practical techniques for improving performance with RWD, including a default set of guidelines you can use as an easy starting point. Web performance researcher and evangelist Guy Podjarny walks you through several existing solutions for dealing with RWD performance problems, and offers advice for choosing optimizations that will be most useful for your needs. RWD performance problems stem from excessive downloads of resources, including images, JavaScript and CSS, and HTML--downloads designed to let your web application adapt to different screen sizes. Podjarny presents a series of increasingly larger-scope solutions to each issue, including client-side techniques and RESS (Responsive + Server Side Components). Address performance issues by starting with Podjarny's default guidelines Use a JavaScript image loader and an image transcoding service to create Responsive Images Reduce JavaScript and CSS downloads with asynchronous scripts, conditional loading, and multi-viewport CSS Prioritize resources to avoid excess content in RWD and defer the load of any content that's not critical Explore server-side Adaptive Delivery and RESS solutions as an alternative to "pure" RWD Guy Podjarny, or Guypo for short, is the Chief Technology Officer (CTO) of Akamai's Web Experience business unit.

Responsive Typography (Paperback): Jason Pamental Responsive Typography (Paperback)
Jason Pamental
R556 R454 Discovery Miles 4 540 Save R102 (18%) Ships in 10 - 15 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

XQuery for Humanists (Paperback): Clifford B. Anderson, Joseph C. Wicentowski XQuery for Humanists (Paperback)
Clifford B. Anderson, Joseph C. Wicentowski
R1,167 R1,070 Discovery Miles 10 700 Save R97 (8%) Ships in 10 - 15 working days

XQuery is the best language for querying, manipulating, and transforming XML and JSON documents. Because XML is in many ways the lingua franca of the digital humanities, learning XQuery empowers humanists to discover and analyze their data in new ways. Until now, though, XQuery has been difficult to learn because there was no textbook designed for non- or beginner programmers. XQuery for Humanists fills this void with an approachable guidebook aimed directly at digital humanists. Clifford B. Anderson and Joseph C. Wicentowski introduce XQuery in terms accessible to humanities scholars and do not presuppose any prior background in programming. It provides an informed, opinionated overview and recommends the best implementations, libraries, and paradigms to empower those who need it most. Emphasizing practical applicability, the authors go beyond the XQuery language to include the basics of underlying standards like XPath, related standards like XQuery Full Text and XQuery Update, and explain the difference between XQuery and languages like Python and R. This book will afford readers the skills they need to build and analyze large-scale documentary corpora in XML. XQuery for Humanists is immeasurably valuable to instructors of digital humanities and library science courses alike and likewise is a ready reference for faculty, graduate students, and librarians who seek to master XQuery for their projects.

Mobile HTML5 (Paperback): Estelle Weyl Mobile HTML5 (Paperback)
Estelle Weyl
R1,031 R792 Discovery Miles 7 920 Save R239 (23%) Ships in 10 - 15 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

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

Adobe Edge Animate (Paperback): Chris Grover Adobe Edge Animate (Paperback)
Chris Grover
R796 R628 Discovery Miles 6 280 Save R168 (21%) Ships in 10 - 15 working days

Want to create animated graphics for iPhone, iPad, and the Web, using familiar Adobe features? You've come to the right guide. Adobe Edge Animate: The Missing Manual shows you how to build HTML5 graphics with Adobe visual tools. No programming experience? No problem. Adobe Edge Animate writes all the code for you. With this book, you'll be designing great-looking web elements in no time. The important stuff you need to know: Get to know the workspace. Learn how Adobe Edge Animate performs its magic. Create and import graphics. Make drawings with Animate's tools, or use art you've designed in other programs. Work with text. Build menus, label buttons, provide instructions, and perform other tasks. Jump into animation. Master Animate's elements, properties, and timeline panels. Make it interactive. Use triggers and actions to give users control over their web experience. Dig into JavaScript. Customize your projects by tweaking your code.

Using Drupal 2e (Paperback, 2nd edition): Angela Byron Using Drupal 2e (Paperback, 2nd edition)
Angela Byron
R1,033 R794 Discovery Miles 7 940 Save R239 (23%) Ships in 10 - 15 working days

With the recipes in this book, you'll take full advantage of the vast collection of community-contributed modules that make the Drupal web framework useful and unique. Learn how to combine modules in interesting ways (with minimal code-wrangling) to develop a variety of community-driven websites. Each chapter describes a case study and outlines specific requirements for one of several projects included in the book -- a wiki, publishing workflow site, photo gallery, product review site, online store, user group site, and more. The second edition of this popular book is one of the few resources to cover Drupal 7, the latest version of the open source content management system. Newcomers will find a thorough introduction to the framework, while experienced Drupal developers will learn best practices for building powerful websites. * Get an overview of Drupal concepts and key modules, with a bird's-eye view of each module's specialty * Explore various solutions that meet the requirements for each project described, with details about which modules are selected and why * Learn how to configure modules, with step-by-step recipes for building the precise functionality the project requires * Get information on additional modules that will make your project even more powerful * Be able to access the modules described in the book, along with other resources

Design and Prototyping for Drupal (Paperback): Dani Nordin Design and Prototyping for Drupal (Paperback)
Dani Nordin
R345 R287 Discovery Miles 2 870 Save R58 (17%) Ships in 10 - 15 working days

Itching to build interesting projects with Drupal, but confused by the way it handles design challenges? This concise guide helps small teams and solo website designers understand how Drupal works by demonstrating the ways it outputs content. You'll learn how to manage Drupal's output, design around it, and then turn your design into a theme.

In the second of three volumes on Drupal design, award-winning designer Dani Nordin takes you beyond basic site planning and teaches you key strategies for working with themes, layouts, and wireframes. Discover how to use Drupal to make your vision a reality, instead of getting distracted by the system's project and code management details. Learn strategies for sketching, wireframing, and designing effective layouts Break down a Drupal layout to understand its basic components Understand Drupal's theme layer, and what to look for in a base theme Work with the 960 grid system to facilitate efficient wireframing and theming Manage Drupal markup, including the code generated by the powerful Views module Use LessCSS to organize CSS and help you theme your site more efficiently

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,369 Discovery Miles 33 690 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.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Practical Empathy
Indi Young Paperback R1,154 Discovery Miles 11 540
Trends, Applications, and Challenges of…
Mohammad Amin Kuhail, Bayan Abu Shawar, … Hardcover R6,683 Discovery Miles 66 830
Learn to Design a Website for Your…
Michael Nelson, David Ezeanaka Hardcover R466 Discovery Miles 4 660
Eye Tracking the User Experience - A…
Aga Bojko Paperback R1,430 Discovery Miles 14 300
SOA and Web Services Interface Design…
James Bean Paperback R1,171 Discovery Miles 11 710
Web Design and Development - Concepts…
Irma Hardcover R21,658 Discovery Miles 216 580
GirlBoss Notebook - Notebook
Michelle Christie Hardcover R646 Discovery Miles 6 460
The Complete Website Planning Guide - A…
Darryl King Hardcover R567 Discovery Miles 5 670
The User Experience Team of One
Leah Buley Paperback R741 Discovery Miles 7 410
$1,000,000 Web Designer Guide - A…
Rob Anthony O'rourke Hardcover R419 Discovery Miles 4 190

 

Partners