![]() |
Welcome to Loot.co.za!
Sign in / Register |Wishlists & Gift Vouchers |Help | Advanced search
|
Your cart is empty |
||
|
Books > Computing & IT > Internet > Web design
WordPress is much more than a blogging platform. If you have basic PHP, HTML, CSS, and JavaScript experience you can use WordPress to develop fast, scalable, secure, and highly customized web apps, mobile apps, web services, and multisite networks of websites. Along with core WordPress functions and database schema, you'll learn how to build custom plugins, themes, and services for just about any kind of web or mobile application. In this updated second edition, Brian Messenlehner and Jason Coleman cover new features and functionality added to WordPress up to version 5.4. All code examples in the book are available on GitHub. Compare WordPress with traditional app development frameworks Use themes for views and plugins for backend functionality Get suggestions for choosing or building WordPress plugins Register custom post types (CPTs) and taxonomies Manage user accounts and roles, and access user data Build asynchronous behaviors with jQuery Use WordPress to develop mobile apps for iOS and Android Integrate PHP libraries, external APIs, and web service plugins Collect payments through ecommerce and membership plugins Learn how to speed up and scale your WordPress app Extend the WordPress REST API and create custom endpoints Learn about WordPress Gutenberg blocks development
The approach will be to give visual aid (illustrated) and written reference to young designers who are either launching their careers or taking their first stab at designing letterforms for a logo, lettermark, signage, advertising or an alphabet. The book will focus on the roots of each letterform and give the designers the knowledge of why weight variations (stress) exist and how to correctly apply them to their designs. Key Features A how-to resource for designers to referencee while designing letterforms. The designer will be left with a clear understanding of why letterforms look the way they do, and the moethod and order of letterform development, enabling the designer to draw on history when developing their glyphs. How-to illustrations will highlight the process and downloadable vectors will give the designer templates to begin their project. This book gives designers a solid footing when designing a series of characters without developing a complete alphabet. Custom typography is a growing trend and every newly minted designer should have a practical knowledge of the origins of letters and the method of building letterforms.
Build dynamic web applications with Express, a key component of the Node/JavaScript development stack. In this updated edition, author Ethan Brown teaches you Express fundamentals by walking you through the development of an example application. This hands-on guide covers everything from server-side rendering to API development suitable for use in single-page apps (SPAs). Express strikes a balance between a robust framework and no framework at all, allowing you a free hand in your architecture choices. Frontend and backend engineers familiar with JavaScript will also learn best practices for building multipage and hybrid web apps with Express. Pick up this book and discover new ways to look at web development. Create a templating system for rendering dynamic data Dive into request and response objects, middleware, and URL routing Simulate a production environment for testing Persist data in document databases with MongoDB and relational databases with PostgreSQL Make your resources available to other programs with APIs Build secure apps with authentication, authorization, and HTTPS Integrate with social media, geolocation, and more Implement a plan for launching and maintaining your app Learn critical debugging skills
Interaction Design explores common pitfalls, effective workflows and innovative development techniques in contemporary interaction design by tracking projects from initial idea to the critical and commercial reception of the finished project. The book is divided into six chapters, each focusing on different aspects of the interaction design industry. Exploring design projects from around the world, the authors include examples of the processes and creative decisions behind: - Apps, games and websites - Responsive branding - Complex, large-scale services - Interactive museum installations - Targeted promotions - Digital products which influence real-world situations Each case study includes behind-the-scenes development design work, interviews with key creatives and workshop projects to help you start implementing the techniques and working practices discussed in your own interaction design projects. From immersive tourist experiences, to apps which make day-to-day life easier, the detailed coverage of the design process shows how strategists, creatives and technologists are working with interactive technologies to create the engaging projects of the future.
UX Style Frameworks is a practical guide for the hands-on creation of a Style Framework. This new and collaborative documentation format combines different departments' standards and style guides into a single, unified, and accessible source for all employees. Marti Gold defines Style Frameworks for web and user experience designers, showing what and how much information goes into a style framework. As UX designers and creative directors are charged with ensuring a business's web and mobile output are in line with branding standards, the unification of style guides, code libraries, and pattern libraries is an important aspect to dissolving "design siloes" and creating a unified brand. Each section in the book will identify the current pain points and common internal practices that result in standards documents being ignored and eventually becoming obsolete. UX Style Frameworks provides solutions on creating Style Frameworks that evolve to keep standards current, ultimately resulting in more cohesive brand and product designs. Key features: Offers a fully functional companion website with a complete Style Framework, showing all examples featured in the book and available for download so that users can start their own Style Framework. Each section includes information about addressing company politics and policies to help readers navigate those murky waters to ensure buy-in and establishment of Style Frameworks. Includes case studies that showcase success stories where Style Frameworks were implemented and not-so-successful stories where Style Frameworks were needed, giving readers examples of different ways Style Frameworks can be incorporated into existing workflows.
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
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
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
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
Get a Jump Start on the up and coming power tool on the design scene, Sketch! Sketch is fast becoming a favorite tool of modern web designers. With a simple, clean UI, and a raft of powerful features, such as intuitive grids, unlimited artboards, and granular export, Sketch is a great tool for web design; it's easy to see why so many top designers are adding it to their toolbox. This book provides a rapid and practical introduction to using Sketch for web design. If you're currently a Photoshop user, you'll quickly understand how Sketch can supercharge your design process. See how Sketch compares to Photoshop, and when to use one over the other Get to grips with Sketch's UI Use Sketch's built-in layout grid Add plugins to Sketch to boost functionality Export your designs into ready-to-use HTML and CSS And much more!
Learn Dreamweaver CS6 at your own speed with this complete training package Dreamweaver is the industry standard software for professional website design, with more than 90 percent of the market. In this book-and-DVD package, expert instructors provide a complete course in basic Dreamweaver that you can access at your own speed. Step-by-step instructions in the book are supported by lesson files and video tutorials on the DVD, presenting the newest version of Dreamweaver in 16 self-paced lessons. You'll learn to use style sheets, dynamic HTML, multimedia, databases, and much more to design, develop, and maintain your website.Newcomers to website development will learn to design and maintain fully functioning sites using the newest version of Dreamweaver with this book-and-DVD packageThe self-paced lessons cover applying style sheets, using dynamic HTML, adding style with images and multimedia, publishing and maintaining a website, and using databases to create dynamic websitesShows how to use hyperlinks to navigate throughout a website or link to other sites on the Internet and how to format web pages and formsCreated by a team of Adobe experts who have developed training programs for Adobe Systems "Dreamweaver CS6 Digital Classroom" is the next best thing to having a personal tutor teach you this award-winning software. Note: DVD and other supplementary materials are not included as part of the e-book file, but are available for download after purchase.
Build beautiful interactive maps on your Drupal website, and tell engaging visual stories with your data. This concise guide shows you how to create custom geographical maps from top to bottom, using Drupal 7 tools and out-of-the-box modules. You'll learn how mapping works in Drupal, with examples on how to use intuitive interfaces to map local events, businesses, groups, and other custom data. Although building maps with Drupal can be tricky, this book helps you navigate the system's complexities for creating sophisticated maps that match your site design. Get the knowledge and tools you need to build useful maps with Drupal today. Get up to speed on map projections, the ethics of making maps, and the challenges of building them online Learn how spatial data is stored, input by users, manipulated, and queried Use the OpenLayers or GMap modules to display maps with lists, tables, and data feeds Create rich, custom interactions by applying geolocation Customize your map's look and feel with personalized markers, map tiles, and map popups Build modules that add imaginative and engaging interactions
"Net Work "provides a detailed study of the work of web designers. It draws on empirical research carried out from the birth of web design as an area of work in the 1990s to its professionalization in the twenty-first century and addresses the politics of building an inclusive WWW for people of diverse abilities.
Ten minibooks in one The perfect reference for beginning web builders This hefty, 800+ page book is your start-to-finish roadmap for building a web site for personal or professional use. Even if you're completely new to the process, this book is packed with everything you need to know to build an attractive, usable, and working site. In addition to being a thorough reference on the basics, this updated new edition also covers the very latest trends and tools, such as HTML5, mobile site planning for smartphones and tablets, connecting with social media, and more. Packs ten minibooks into one hefty reference: Preparation, Site Design, Site Construction, Web Graphics, Multimedia, Interactive Elements, Form Management, Social Media Integration, Site Management, and Case Studies Covers the newest trends and tools, including HTML5, the new Adobe Create Suite, and connecting with social mediaOffers in-depth reviews and case studies of existing sites created for a variety of purposes and audiences, such as blog sites and non-profit sites Walks you through essential technologies, including Dreamweaver, HTML, CSS, JavaScript, PHP, and more Plan, build, and maintain a site that does exactly what you need, with "Building Web Sites All-In-One For Dummies, 3rd Edition."
A companion to Jeffrey Zeldman's Designing with Web Standards, this book approaches standards from a more tactical and instructional point of view. Today's web designers and developers need to update their skills and knowledge and get away from out-of-date table and font-based approaches. In Developing with Web Standards, they will learn current best practices in standards-based development. The topics covered are based on the author's extensive experience from the professional development trenches and will give readers a thorough grounding in contemporary web development technologies and techniques with a focus on relevant emerging aspects of HTML, CSS, and other web standards.
Remember when an optimized website was one that merely didn't take all day to appear? Times have changed. Today, website optimization can spell the difference between enterprise success and failure, and it takes a lot more know-how to achieve. This book is a comprehensive guide to the tips, techniques, standards, and methods of website optimization. From increasing site traffic to maximizing leads, from revving up responsiveness to increasing navigability, from prospect retention to closing more sales, the world of 21st century website optimization is explored, exemplified and explained. "Website Optimization" combines the disciplines of online marketing and site performance tuning to attain the competitive advantage necessary on today's Web. You'll learn how to improve your online marketing with effective paid and natural search engine visibility strategies, strengthened lead creation and conversion to sales methods, and gold-standard ad copywriting guidelines. Plus, your increased site speed, reduced download footprint, improved reliability, and improved navigability will work synergistically with those marketing methods to optimize your site's total effectiveness. In this book for business and IT managers, author Andrew King, president of Website Optimization, LLC, has assembled experts in several key specialties to teach you: search engine optimization - addressing best (and worst) practices to improve search engine visibility, including step-by-step keyword optimization guidelines, category and tag cloud creation, and guerilla PR techniques to boost inbound links and improve rankings; pay-per-click optimization - including ad copywriting guidelines, setting profit-driven goals, calculating and optimizing bids, landing page optimization, and campaign management tips; and, optimizing conversion rates - increasing leads with site landing page guidelines, such as benefit-oriented copy, credibility-based design, value hierarchies, and tips on creating unique selling propositions and slogans.In this book for business and IT managers, author Andrew King, president of Website Optimization, LLC, has assembled experts in several key specialties to also teach you: web performance tuning - optimizing ways to use (X)HTML, CSS, and Ajax to increase speed, reduce your download footprint, and increase reliability; advanced tuning - including client-side techniques, such as on-demand content, progressive enhancement, and inline images to save HTTP requests (plus server-side tips include improving parallelism, using cache control, browser sniffing, HTTP compression, and URL rewriting to remap links and preserve traffic); and, web metrics - illustrating the best metrics and tools to gather details about visitors and measure web conversion and success rates. Covering both search marketing metrics and web performance measures, including Pathloss and waterfall graphs, "Website Optimization" not only provides you with a strategy for success, it also offers specific techniques for you and your staff to follow. A profitable website needs to be well designed, current, highly responsive, and optimally persuasive if you're to attract prospects, convert them to buyers, and get them to come back for more. This book describes precisely what you need to accomplish to achieve all of those goals.
Beginning Visual Basic 2008 Databases teaches you everything you need to know about relational databases, SQL, and ADO.NET 2.0, giving you a sound start in developing console and Windows database applications. The book also includes chapters on the new SQL Server XML data type and the forthcoming LINQ enhancements to the next version of Visual Basic. In addition to teaching you database basics like using SQL to communicate with databases, this book provides you with detailed, code-practical techniques to access data in VB 2008 across a range of coding situations. Code-heavy and full of practical detail, this book has been fully revised and upgraded for .NET 2.0 and offers you the best contemporary practice in this core programming area, so that you'll find yourself using it in nearly all your .NET projects. Provides step-by-step instructions on how to install and configure necessary tools Presents all essential SQL query and update concepts and syntax, so you don't need prior familiarity with relational databases or SQL Describes how to use ADO.NET transactions, exceptions, and events Covers ADO.NET features for handling XML, text, and binary data within a VB 2005 context Explains all concepts through straightforward code examples What you'll learn How relational databases work and how to use them How VB uses ADO.NET to access databases How to write stored procedures in T-SQL and call them from VB programs How to use XML in database applications How to use LINQ to simplify VB database programming How to install SQL Server 2005 Express and use it to teach yourself databases by doing databases Who is this book for? Beginning VB 2008 Databases is for every VB programmer. Databaseprogramming requires relatively little knowledge of VB but a lot of knowledge about relational database concepts and the database language SQL. This book assumes no prior database experience and teaches you, always through hands-on examples, how to create and use relational databases with SQL and how to access them with VB. Almost every application needs to access a database, and this book teaches all the fundamentals you may ever need to develop professional database applications. About the Apress Beginning Series The Beginning series from Apress is the right choice to get the information you need to land that crucial entry-level job. These books will teach you a standard and important technology from the ground up because they are explicitly designed to take you from novice to professional. You'll start your journey by seeing what you need to know--but without needless theory and filler. You'll build your skill set by learning how to put together real-world projects step by step. So whether your goal is your next career challenge or a new learning opportunity, the Beginning series from Apress will take you there--it is your trusted guide through unfamiliar territory Related Titles Pro T-SQL 2005 Programmer's Guide Foundations of LINQ in C#
The all-inclusive guide--from theory to practice--for print and Web design Any well-conceived print or Web design features the dynamic interplay between visual artistry and technical skill. It becomes important, therefore, for the designer to cultivate an aesthetic eye as well as develop a high degree of computer savvy. By combining basic theory with hands-on technique, "Digital Design for Print and Web" takes the unique approach of uniting two subjects traditionally approached separately into one complete volume. As a result, you will gain a clearer understanding of the entire creative process, from project management to working with graphics to designing for print and, ultimately, the Web. In this book, you'll find: Full-color text and illustrated, step-by-step instruction supported by more than 75 video tutorials Coverage of professional software including the Adobe Creative Suite A wide variety of inspirational images from well-known designers Online full-length project assignments from entry level to advanced An ideal resource for design students or practitioners, "Digital Design for Print and Web" will show you to how to create more effectively and guide you on the path toward digital design mastery.
Slow websites infuriate users. Lots of people can visit your web site or use your web application - but you have to be prepared for those visitors, or they won't come back. Your sites need to be built to withstand the problems success creates. "Building Scalable Web Sites" looks at a variety of techniques for creating sites which can keep users cheerful even when there are thousands or millions of them. Flickr.com developer, Cal Henderson, explains how to build sites so that large numbers of visitors can enjoy them. Henderson examines techniques that go beyond sheer speed, exploring how to coordinate developers, support international users, and integrate with other services from email to SOAP to RSS to the APIs exposed by many Ajax-based web applications. This book uncovers the secrets that you need to know for back-end scaling, architecture and failover so your websites can handle countless requests. You'll learn how to take the "poor man's web technologies" - Linux, Apache, MySQL and PHP or other scripting languages - and scale them to compete with established "store bought" enterprise web technologies. Toward the end of the book, you'll discover techniques for keeping web applications running with event monitoring and long-term statistical tracking for capacity planning. If you're about to build your first dynamic website, then "Building Scalable Web Sites" isn't for you. But if you're an advanced developer who's ready to realize the cost and performance benefits of a comprehensive approach to scalable applications, then let your fingers do the walking through this convenient guide.
Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response. Taking complete advantage of Ajax, however, requires something more than your typical "how-to" book. What it calls for is "Ajax Hacks" from O'Reilly. This valuable guide provides direct, hands-on solutions that take the mystery out of Ajax's many capabilities. Each hack represents a clever way to accomplish a specific task, saving you countless hours of searching for the right answer. A smart collection of 80 insider tips and tricks, "Ajax Hacks" covers all of the technology's finer points. Want to build next-generation web applications today? This book can show you how. Among the multitude of topics addressed, it shows you techniques for: Using Ajax with Google Maps and Yahoo Maps Displaying Weather.com data Scraping stock quotes Fetching postal codes Building web forms with auto-complete functionality "Ajax Hacks" also features a number of advanced hacks for accelerated web developers. Discover how to create huge, maintainable bookmarklets, how to use client-side storage for Ajax applications, and how to call a built-in Java object from JavaScript using Ajax. The book even addresses best practices for testing Ajax applications and improving maintenance, performance, and reliability for JavaScript code. The latest in O"Reilly's celebrated Hacks series, "Ajax Hacks" smartlycomplements other O'Reilly titles such as "Head Rush Ajax" and "JavaScript: The Definitive Guide,"
How do you find your way in an age of information overload? How can you filter streams of complex information to pull out only what you want? Why does it matter how information is structured when Google seems to magically bring up the right answer to your questions? What does it mean to be 'findable' in this day and age? This eye-opening new book examines the convergence of information and connectivity. Written by Peter Morville, author of the groundbreaking "Information Architecture for the World Wide Web", the book defines our current age as a state of unlimited findability. In other words, anyone can find anything at any time. Complete navigability. Morville discusses the Internet, GIS, and other network technologies that are coming together to make unlimited findability possible. He explores how the melding of these innovations impacts society, since Web access is now a standard requirement for successful people and businesses. But before he does that, Morville looks back at the history of way finding and human evolution, suggesting that our fear of being lost has driven us to create maps, charts, and now, the mobile Internet. The book's central thesis is that information literacy, information architecture, and usability are all critical components of this new world order. Hand in hand with that is the contention that only by planning and designing the best possible software, devices, and Internet, will we be able to maintain this connectivity in the future. Morville's book is highlighted with full color illustrations and rich examples that bring his prose to life. "Ambient Findability" doesn't preach or pretend to know all the answers. Instead, it presents research, stories, and examples in support of its novel ideas. Are we truly at a critical point in our evolution where the quality of our digital networks will dictate how we behave as a species? Is findability indeed the primary key to a successful global marketplace in the 21st century and beyond? Peter Morville takes you on a thought-provoking tour of these themes and more - ideas that will not only fascinate but will stir your creativity in practical ways that you can apply to your work immediately.
The shift towards digital modes of production has fundamentally changed both cartography and graphic design. The omni-present computer, the interactive possibilities of digital media and the direct exchange of visual information through networks have blurred the distinction between designers and users of visual information. Blind Maps and Blue Dots is the first work to explore the disappearing boundaries between producers and users of maps. Using three mapmaking practices as examples - the Blue Dot, the location function in Google Maps; the Strava Global Heatmap, a world map showing the activities of a fitness app; and the "Situation in Syria" maps, a regularly updated map of the Syrian conflict made by an Amsterdam teenager - renowned designer Joost Grootens shows the blurring of the binary distinction between producing and using, ultimately offering a whole new approach to graphic design.
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.
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
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 |
You may like...
Conversations with Things - UX Design…
Diana Deibel, Rebecca Evanhoe
Paperback
R1,072
Discovery Miles 10 720
Handbook of Research on Multimedia…
Sumit Kumar Mahana, Rajesh Kumar Aggarwal, …
Hardcover
R6,235
Discovery Miles 62 350
Changemakers - How Leaders Can Design…
Maria Giudice, Christopher Ireland
Paperback
R836
Discovery Miles 8 360
|