0
Your cart

Your cart is empty

Browse All Departments
Price
  • R0 - R50 (2)
  • R100 - R250 (105)
  • R250 - R500 (500)
  • R500+ (3,233)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages > General

Python Recipes Handbook - A Problem-Solution Approach (Paperback, 1st ed.): Joey Bernard Python Recipes Handbook - A Problem-Solution Approach (Paperback, 1st ed.)
Joey Bernard
R1,586 Discovery Miles 15 860 Ships in 10 - 15 working days

Learn the code to write algorithms, numerical computations, data analysis and much more using the Python language: look up and re-use the recipes for your own Python coding. This book is your handy code cookbook reference. Whether you're a maker, game developer, cloud computing programmer and more, this is a must-have reference for your library. Python Recipes Handbook gives you the most common and contemporary code snippets, using pandas (Python Data Analysis Library), NumPy, and other numerical Python packages. What You'll Learn Code with the pandas (Python Data Analysis Library) Work with the various Python algorithms useful for today's big data analytics and cloud applications Use NumPy and other numerical Python packages and code for doing various kinds of analysis Discover Python's new popular modules, packages, extensions and templates library Who This Book Is For This handy reference is for those with some experience with Python.

Pro PHP Application Performance - Tuning PHP Web Projects for Maximum Performance (Paperback, 1st ed.): Armando Padilla, Duptim... Pro PHP Application Performance - Tuning PHP Web Projects for Maximum Performance (Paperback, 1st ed.)
Armando Padilla, Duptim Hawkins
R1,139 R960 Discovery Miles 9 600 Save R179 (16%) Ships in 10 - 15 working days

This book contains tips, tricks, and techniques to make new and existing PHP applications much faster and less resource-hungry. Author Armando Padilla looks at all major sections of the PHP application stack from server hardware to database and web server performance. PHP program application performance is the center of this book, and Padilla shows you how to improve performance by best practices, proper design, and best-of-breed tools. Padilla starts out by establishing performance testing and benchmarking methodology using common open source and browser-based testing tools. He then discusses best practices for PHP development, and also explains refactoring existing code, both with performance in mind. In addition to best coding practices, this book will teach you how to use and tweak Opcode caches such as APC, XCache, and eAccelerator. Padilla then highlights how to support the efficient running of PHP applications, tweaks and settings by taking advantage of the GNU/Linux and Microsoft Windows operating systems to improve hosting performance and reliability. Additional tips on web server improvements and database administration help round out the picture.Finally, Padilla presents some hardware example configurations tuned for high performance. What you ll learn * How to improve the performance of existing PHP applications * How to maximize the performance of existing operating systems and databases * How to refactor existing PHP code for better performance * How to identify and rectify bottlenecks in PHP code * How to take advantage of variable caching to increase performance * Strategies for selecting server hardware for best performance Who this book is for This book will appeal to established PHP developers who wish to write new, complex applications or want to rearchitect existing ones. Developers of other languages such as Ruby, Python, and VB.NET will also have an interest in the techniques for tuning the performance of web servers, databases, and operating systems.

Practical D3.js (Paperback, 1st ed.): Tarek Amr, Rayna Stamboliyska Practical D3.js (Paperback, 1st ed.)
Tarek Amr, Rayna Stamboliyska
R1,739 Discovery Miles 17 390 Ships in 10 - 15 working days

Your indispensable guide to mastering the efficient use of D3.js in professional-standard data visualization projects. You will learn what data visualization is, how to work with it, and how to think like a D3.js expert, both practically and theoretically. Practical D3.js does not just show you how to use D3.js, it teaches you how to think like a data scientist and work with the data in the real world. In Part One, you will learn about theories behind data visualization. In Part Two, you will learn how to use D3.js to create the best charts and layouts. Uniquely, this book intertwines the technical details of D3.js with practical topics such as data journalism and the use of open government data. Written by leading data scientists Tarek Amr and Rayna Stamboliyska, this book is your guide to using D3.js in the real world - add it to your library today. You Will Learn: How to think like a data scientist and present data in the best way What structure and design strategies you can use for compelling data visualization How to use data binding, animations and events, scales, and color pickers How to use shapes, path generators, arcs and polygons Who This Book is For: This book is for anyone who wants to learn to master the use of D3.js in a practical manner, while still learning the important theoretical aspects needed to enable them to work with their data in the best possible way.

PHP CLI - Create Command Line Interface Scripts with PHP (Paperback, 1st ed.): Rob Aley PHP CLI - Create Command Line Interface Scripts with PHP (Paperback, 1st ed.)
Rob Aley
R956 Discovery Miles 9 560 Ships in 10 - 15 working days

This concise book shows you how to create PHP command line interface (CLI) scripts, including user interaction and scripts to automate and assist your workflow. Learn to quickly create useful and effective command line software and scripts using the world's most popular web scripting language, PHP. Enjoy the benefits of writing CLI scripts in PHP: save money by redeploying existing skills, not learning new ones. Save time and increase productivity by using a high-level language. Make money by providing your clients with a full-stack service. What You'll Learn Learn about the PHP CLI SAPI Find out how to use it to run PHP scripts off-line Easily deal with user input and console output Work with helper libraries and software Find out the differences between programming for the web and for the CLI Who This Book Is For Experienced PHP programmers and web developers.

Beginning Functional JavaScript - Uncover the Concepts of Functional Programming with EcmaScript 8 (Paperback, 2nd ed.): Anto... Beginning Functional JavaScript - Uncover the Concepts of Functional Programming with EcmaScript 8 (Paperback, 2nd ed.)
Anto Aravinth, Srikanth Machiraju
R1,606 Discovery Miles 16 060 Ships in 9 - 17 working days

Understand functional programming concepts and the functional nature of the JavaScript language. Starting with an introduction to functional programming concepts, you will learn the key differences between imperative and functional programming. Diving straight into JavaScript functions, you will learn to write them with ES8. Followed by this you will move to higher order functions and learn how 'Function as Data' opens up a world of possibilities. You will then build higher order functions with closures. Arrays will then be introduced, followed by a set of APIs you can use with them. You will learn how to transform one function to another using currying and partial application. The compose function will be discussed in detail, followed by functors and monads. After having an in-depth look at applicative functors, you will learn the new features offered in ES8. The concluding chapters of Beginning Functional JavaScript will show you how to use a functional toolkit to build a small library that allows you to develop web applications, followed by tips on testing your functional code. What You Will Learn Discover functional programming concepts such as string padding and async functions Identify how functions are treated in JavaScript Create a functional library that mimics Underscore.JS Deep dive into ES8 functional features such as spread operators and generators Create a library that works like the react-redux pattern by following the functional paradigm Who This Book Is For Novice JavaScript developers.

Pro Python Best Practices - Debugging, Testing and Maintenance (Paperback, 1st ed.): Kristian Rother Pro Python Best Practices - Debugging, Testing and Maintenance (Paperback, 1st ed.)
Kristian Rother
R1,849 R1,756 Discovery Miles 17 560 Save R93 (5%) Ships in 10 - 15 working days

Learn software engineering and coding best practices to write Python code right and error free. In this book you'll see how to properly debug, organize, test, and maintain your code, all of which leads to better, more efficient coding. Software engineering is difficult. Programs of any substantial length are inherently prone to errors of all kinds. The development cycle is full of traps unknown to the apprentice developer. Yet, in Python textbooks little attention is paid to this aspect of getting your code to run. At most, there is a chapter on debugging or unit testing in your average basic Python book. However, the proportion of time spent on getting your code to run is much higher in the real world. Pro Python Best Practices aims to solve this problem. What You'll Learn Learn common debugging techniques that help you find and eliminate errors Gain techniques to detect bugs more easily Who This Book Is For Experienced Python coders from web development, big data, and more.

Refactoring JavaScript (Paperback): Evan Burchard Refactoring JavaScript (Paperback)
Evan Burchard
R1,404 R929 Discovery Miles 9 290 Save R475 (34%) Ships in 12 - 19 working days

How often do you hear people say things like this? "Our JavaScript is a mess, but we're thinking about using [framework of the month]." Like it or not, JavaScript is not going away. No matter what framework or "compiles-to-js" language or library you use, bugs and performance concerns will always be an issue if the underlying quality of your JavaScript is poor. Rewrites, including porting to the framework of the month, are terribly expensive and unpredictable. The bugs won't magically go away, and can happily reproduce themselves in a new context. To complicate things further, features will get dropped, at least temporarily. The other popular method of fixing your JS is playing "JavaScript Jenga," where each developer slowly and carefully takes their best guess at how the out-of-control system can be altered to allow for new features, hoping that this doesn't bring the whole stack of blocks down. This book provides clear guidance on how best to avoid these pathological approaches to writing JavaScript: Recognize you have a problem with your JavaScript quality. Forgive the code you have now, and the developers who made it. Learn repeatable, memorable, and time-saving refactoring techniques. Apply these techniques as you work, fixing things along the way. Internalize these techniques, and avoid writing as much problematic code to begin with. Bad code doesn't have to stay that way. And making it better doesn't have to be intimidating or unreasonably expensive.

XSLT 1.0 Pocket Reference (Paperback): Evan Lenz XSLT 1.0 Pocket Reference (Paperback)
Evan Lenz
R248 R205 Discovery Miles 2 050 Save R43 (17%) Ships in 12 - 19 working days

XSLT is an essential tool for converting XML into other kinds of documents: HTML, PDF file, and many others. It's a critical technology for XML-based platforms such as Microsoft .NET, Sun Microsystems' Sun One, as well as for most web browsers and authoring tools. As useful as XSLT is, however, most people have a difficult time getting used to its peculiar characteristics. The ability to use advanced techniques depends on a clear and exact understanding of how XSLT templates work and interact.

The "XSLT 1.0 Pocket Reference" from O'Reilly wants to make sure you achieve that level of understanding. With its concise approach, this handy pocket guide quickly gets you up to speed on XSLT 1.0 so you can covert XML like a seasoned pro. In addition to covering the basics of stylesheet structure, it also explains how to:

use template rules

create a result tree

apply conditional processing

transform multiple source documents

employ number formatting

Thanks to their convenient, quick-reference format, O'Reilly's Pocket References spare you from having to hunt through larger books for answers. They deliver just what you need to get the job done in a timely fashion. And the "XSLT 1.0 Pocket Reference" is no different--it's the ideal companion to have at your desk when you need an answer fast.

HTML5 Canvas 2e (Paperback, 2nd Revised edition): Steve Fulton HTML5 Canvas 2e (Paperback, 2nd Revised edition)
Steve Fulton; Contributions by Jeff Fulton
R1,159 R893 Discovery Miles 8 930 Save R266 (23%) Ships in 12 - 19 working days

Flash is fading fast, and Canvas continues to rise. The second edition of this popular book shows you how to get started with the HTML5 Canvas element, and provides in-depth coverage of ways to build interactive multimedia applications. You'll learn how to use Canvas to draw, render text, manipulate images, and create animation - all in the course of building an interactive web game throughout the book. Updated for the latest implementations of Canvas and related HTML5 technologies, this edition helps you quickly pick up the basics - whether you currently use Flash, Silverlight, or just HTML and JavaScript. You'll learn how to create various entertainment applications with Canvas, using clear and reusable code examples. Discover why leading application developers rave about HTML5 as the future of truly innovative web development.Create and modify 2D drawings, text, and bitmap images Incorporate and manipulate video, and add audio Build a basic framework for creating a variety of games on Canvas Use bitmaps and tile sheets to develop animated game graphics Go mobile: port Canvas applications to iPhone with PhoneGap Explore ways to use Canvas for 3D and multiplayer game applications

Java Web Services (Paperback): David A. Chappell & Tyler Jewell Java Web Services (Paperback)
David A. Chappell & Tyler Jewell
R975 R747 Discovery Miles 7 470 Save R228 (23%) Ships in 12 - 19 working days

Java Web Services shows you how to use SOAP to perform remote method calls and message passing; how to use WSDL to describe the interface to a web service or understand the interface of someone else's service; and how to use UDDI to advertise (publish) and look up services in each local or global registry. Java Web Services also discusses security issues, interoperability issues, integration with other Java enterprise technologies like EJB; the work being done on the JAXM and JAX-RPC packages, and integration with Microsoft's .NET services.

Working with Static Sites (Paperback): Raymond Camden, Brian Rinaldi Working with Static Sites (Paperback)
Raymond Camden, Brian Rinaldi
R966 R738 Discovery Miles 7 380 Save R228 (24%) Ships in 12 - 19 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.

AdvancED CSS (Paperback, 1st ed.): Joe Lewis, Meitar Moscovitz AdvancED CSS (Paperback, 1st ed.)
Joe Lewis, Meitar Moscovitz
R1,183 R1,004 Discovery Miles 10 040 Save R179 (15%) Ships in 10 - 15 working days

So you think you know CSS? Take your CSS skills to the next level and learn to write organized and optimized CSS that will improve the maintainability, performance, and appearance of your work.

You'll learn how document flow and CSS positioning schemes will help you make your documents more accessible. You'll discover the great styling possibilities of CSS paired with semantic structures like Microformats and RDFa, while enriching the self-describing semantics of XHTML content. Learn how to group logically related declarations, minify style sheets, and prevent performance bottle necks such as reflows and repaints. With support for CSS enjoying unprecedented ubiquity, you can finally use such features as generated content, complex selector chains, and CSS3's visual properties, like box-shadow, in your projects. What you'll learn Discover how to make use of CSS 2.1 alongside CSS3Use CSS generated content to automatically number arbitrary elements and expose attribute metadataLearn how to use CSS for print and mobile devices, as well as for presenting XML dataUncover the techniques used to organize, manage, and apply CSS to large-scale projectsLearn how to optimize your CSS for better site performance Who this book is for

If you're feeling confident with CSS, AdvancED CSS will stretch your CSS skill set even furtherand you'll do more with CSS than you thought was ever possible Table of Contents Markup Underpins CSS CSS Fundamentals for Advanced Use CSS-Generated Content Optimizing for Print Developing for Small Screens and the Mobile Web Managing and Organizing Style Sheets Semantic Patterns for Styling Common Design Components Using a Style Sheet Library Styling XML with CSS Optimizing CSS for Performance Exploring the Emergence of CSS3 The Future of CSS and the Web

HTML5 and JavaScript Projects - Build on your Basic Knowledge of HTML5 and JavaScript to Create Substantial HTML5 Applications... HTML5 and JavaScript Projects - Build on your Basic Knowledge of HTML5 and JavaScript to Create Substantial HTML5 Applications (Paperback, 2nd ed.)
Jeanine Meyer
R2,015 R1,635 Discovery Miles 16 350 Save R380 (19%) Ships in 10 - 15 working days

Build on your basic knowledge of HTML5 and JavaScript to create substantial HTML5 applications. Through the many interesting projects you can create in this book, you'll develop HTML5 skills for future projects, and extend the core skills you may have learned with its companion book, The Essential Guide to HTML5. HTML5 and JavaScript Projects is fully updated as a second edition and covers important programming techniques and HTML, CSS, and JavaScript features to help you build projects with images, animation, video, audio and line drawings. You'll learn how to build games, quizzes and other interactive projects; incorporate the use of the Google Maps API and localStorage; and address the challenges of Responsive Design and Accessibility. Each project starts out with a description of the example's operation, often with full-color illustrations. You'll then review the HTML5 and JavaScript concepts that relate to the project followed by a step-by-step explanation of the programming used. Tables are used to show the relationship of functions and provide comments for each line of code so that you can easily apply the techniques to your own HTML5 projects. What You'll Learn Enhance your HTML5 and JavaScript programming skills. Poduce applications combining Canvas drawings, photos, and videos Incorporate Google Maps and geolocation into your projects Build applications requiring persistent data, storing the information locally or on a database on the server Who This Book Is ForDevelopers who have some knowledge of programming and want to build more substantial applications by combining basic features and combining JavaScript with other technologies.

Semantic Web for the Working Ontologist - Effective Modeling for Linked Data, RDFS, and OWL (Paperback, 3rd Revised edition):... Semantic Web for the Working Ontologist - Effective Modeling for Linked Data, RDFS, and OWL (Paperback, 3rd Revised edition)
James Hendler, Fabien Gandon, Dean Allemang
R1,813 Discovery Miles 18 130 Ships in 10 - 15 working days

Enterprises have made amazing advances by taking advantage of data about their business to provide predictions and understanding of their customers, markets, and products. But as the world of business becomes more interconnected and global, enterprise data is no long a monolith; it is just a part of a vast web of data. Managing data on a world-wide scale is a key capability for any business today. The Semantic Web treats data as a distributed resource on the scale of the World Wide Web, and incorporates features to address the challenges of massive data distribution as part of its basic design. The aim of the first two editions was to motivate the Semantic Web technology stack from end-to-end; to describe not only what the Semantic Web standards are and how they work, but also what their goals are and why they were designed as they are. It tells a coherent story from beginning to end of how the standards work to manage a world-wide distributed web of knowledge in a meaningful way. The third edition builds on this foundation to bring Semantic Web practice to enterprise. Fabien Gandon joins Dean Allemang and Jim Hendler, bringing with him years of experience in global linked data, to open up the story to a modern view of global linked data. While the overall story is the same, the examples have been brought up to date and applied in a modern setting, where enterprise and global data come together as a living, linked network of data. Also included with the third edition, all of the data sets and queries are available online for study and experimentation at data.world/swwo.

CSS Mastery (Paperback, 3rd ed.): Andy Budd, Emil Bjoerklund CSS Mastery (Paperback, 3rd ed.)
Andy Budd, Emil Bjoerklund
R3,294 R2,971 Discovery Miles 29 710 Save R323 (10%) Ships in 10 - 15 working days

CSS3 Mastery: Advanced Web Standards Solutions is your indispensable guide to cutting-edge CSS3 development--all you need to work your way up to becoming a CSS3 professional. While CSS3 is a relatively simple technology to learn, it is a difficult one to master. When you first start developing sites using CSS3, you will come across all kinds of infuriating browser bugs and inconsistencies. It sometimes feels like there are a million and one different techniques to master, spread across a bewildering array of websites. The range of possibilities seems endless and makes for a steep and daunting learning curve. By bringing all of the latest tips, tricks, and techniques together in one handy reference, this book demystifies the secrets of CSS3 and makes the journey to CSS3 mastery as simple and painless as possible. While most books concentrate on basic skills, this one is different, assuming that you already know the basics and why you should be using CSS3 in your work, and concentrating mainly on advanced techniques.This new edition covers all of the CSS3 fundamentals such as the importance of meaningful markup, how to structure and maintain your code, and how the CSS3 layout model really works. With the basics out of the way, the book dives into the more advanced aspects of CSS-based design, such as responsive design, modular CSS, and CSS typography. Through a series of easy-to-follow tutorials, you will learn practical CSS techniques you can immediately start using in your daily work. This new edition contains: * New examples and updated browser support information * Full coverage of modular CSS and responsive design * Essential information on CSS typography and layout control What you'll learn * The best practice concepts in CSS design. * The most important (and tricky) parts of CSS * Identify and fix the most common CSS problems * How to deal with the most common bugs * Completely up to date browser support information * The latest information on CSS3 features and support. Who this book is for CSS3 Mastery is aimed at intermediate and advanced web designers and developers.It offers a quick recap of the main points of CSS, while dispelling some common myths, but then moves forward to delve into the higher-level aspects of CSS. It contains fully up-to-date information throughout, and acts as a one-stop-shop for current CSS best practices.

The XML Companion (Paperback, 3rd edition): Neil Bradley The XML Companion (Paperback, 3rd edition)
Neil Bradley
R1,154 R295 Discovery Miles 2 950 Save R859 (74%) Ships in 9 - 17 working days

Web Engineering - 16th International Conference, ICWE 2016, Lugano, Switzerland, June 6-9, 2016. Proceedings (Paperback, 1st... Web Engineering - 16th International Conference, ICWE 2016, Lugano, Switzerland, June 6-9, 2016. Proceedings (Paperback, 1st ed. 2016)
Alessandro Bozzon, Philippe Cudre-Mauroux, Cesare Pautasso
R3,513 Discovery Miles 35 130 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the 16th International Conference on Web Engineering, ICWE 2016, held in Lugano, Switzerland, in June 2016. The 19 full research papers, 13 short papers, 3 vision papers, 11 demonstrations, 5 posters, 6 PhD Symposium and 4 tutorials presented were carefully reviewed and selected from 120 submissions. The 16th edition of ICWE accepted contributions related to different research areas revolving around Web engineering, including: Web application modelling and engineering, Human computation and crowdsourcing, Web applications composition and mashups, SocialWeb applications, SemanticWeb, and, for the first time, also the Web of Things.

The Art of Capacity Planning 2e - Scaling Web Resources in the Cloud (Paperback, 2nd New edition): Arun Kejariwal, John Allspaw The Art of Capacity Planning 2e - Scaling Web Resources in the Cloud (Paperback, 2nd New edition)
Arun Kejariwal, John Allspaw
R1,237 R1,029 Discovery Miles 10 290 Save R208 (17%) Ships in 10 - 15 working days

In their early days, Twitter, Flickr, Etsy, and many other companies experienced sudden spikes in activity that took their web services down in minutes. Today, determining how much capacity you need for handling traffic surges is still a common frustration of operations engineers and software developers. This hands-on guide provides the knowledge and tools you need to measure, deploy, and manage your web application infrastructure before you experience explosive growth. In this thoroughly updated edition, authors Arun Kejariwal (MZ) and John Allspaw provide a systematic, robust, and practical approach to capacity planning-rather than theoretical models-based on their own experiences and those of many colleagues in the industry. They address the vast sea change in web operations, especially cloud computing. Understand issues that arise on heavily trafficked websites or mobile apps Explore how capacity fits into web/mobile app availability and performance Use tools for measuring and monitoring computer performance and usage Turn measurement data into robust forecasts and learn how trending fits into the planning process Examine related deployment concepts: installation, configuration, and management automation Learn how cloud autoscaling enables you to scale your app's capacity up or down

Building web applications with Vue.js - MVVM patterns for conventional and single-page websites (Paperback, 1st ed. 2022):... Building web applications with Vue.js - MVVM patterns for conventional and single-page websites (Paperback, 1st ed. 2022)
Ralph Steyer
R1,409 Discovery Miles 14 090 Ships in 12 - 19 working days

Get started with Vue.js quickly and easily with this book This book provides a compact and practical introduction to the popular Vue.js. Use the MVVC concept for applications on the web on the basis of MVC design patterns and create single-page web applications easily. You will use one of the powerful frameworks based only on elementary WWW standard technologies. With Vue.js you will understand and apply data binding, components, directives and modularity. With this book, you will not only learn the most important basics of Vue.js. You will also learn how to create and maintain web applications with this JavaScript web framework. The focus of this comprehensive work is on the following aspects: - HTML/CSS/JavaScript and the Web: The Vue.js environment - Basis of JavaScript (above all JSON) - Working with the Vue instance - templates - Double Curly Syntax and Data Binding With its strong application focus, this book on Vue.js is an ideal companion for self-study or relevant courses. In terms of content, it is aimed at: (a) creators of websites (b) programmers c) Web designer Dive even deeper into the matter Ralph Steyer shows which prerequisites you should have to work with this book. Then you will learn more about the framework and the special features of Vue.js. In the further course, the author covers these partial aspects, among others: - First examples - just test Vue.js once - How and why does Vue.js work? - Conditional Rendering: The v-if directive - making decisions - Dynamic layouts with data binding - making stylesheets dynamic - Forms and form data binding - interaction with the user - Transitions and animations - Moving things If you want to learn even more about the application, this book gives you an outlook on further possible uses and functions of Vue.js in the final chapter. To make it easier for you to get started, you will find program codes and illustrations in each chapter that illustrate complex processes.

Practical Google Analytics and Google Tag Manager for Developers (Paperback, 1st ed.): Jonathan Weber Practical Google Analytics and Google Tag Manager for Developers (Paperback, 1st ed.)
Jonathan Weber
R3,309 Discovery Miles 33 090 Ships in 10 - 15 working days

Whether you're a marketer with development skills or a full-on web developer/analyst, Practical Google Analytics and Google Tag Manager for Developers shows you how to implement Google Analytics using Google Tag Manager to jumpstart your web analytics measurement. There's a reason that so many organizations use Google Analytics. Effective collection of data with Google Analytics can reduce customer acquisition costs, provide priceless feedback on new product initiatives, and offer insights that will grow a customer or client base. So where does Google Tag Manager fit in? Google Tag Manager allows for unprecedented collaboration between marketing and technical teams, lightning fast updates to your site, and standardization of the most common tags for on-site tracking an d marketing efforts. To achieve the rich data you're really after to better serve your users' needs, you'll need the tools Google Tag Manager provides for a best-in-class implementation of Google Analytics measurement on your site. Written by data evangelist and Google Analytics expert Jonathan Weber and the team at LunaMetrics, this book offers foundational knowledge, a collection of practical Google Tag Manager recipes, well-tested best practices, and troubleshooting tips to get your implementation in tip-top condition. It covers topics including: * Google Analytics implementation via Google Tag Manager * How to customize Google Analytics for your unique situation * Using Google Tag Manager to track and analyze interactions across multiple devices and touch points * How to extract data from Google Analytics and use Google BigQuery to analyze Big Data questions What You'll Learn Implementation approaches for Google Analytics, including common pitfalls and troubleshooting strategies. How to use tools like Google Tag Manager and jQuery to jumpstart your Google Analytics implementation. How to track metrics beyond page views to other critical user interactions, such as clicks on outbound links or downloads, scrolling and page engagement, usage of AJAX forms, and much more. How to incorporate additional, customized data into Google Analytics to track individual users or enrich data about their behavior. Who This Book Is For Web developers, data analysts, and marketers with a basic familiarity with Google Analytics from an end-user perspective, as well as some knowledge of HTML and JavaScript.

Current Trends in Web Engineering - 15th International Conference, ICWE 2015 Workshops, NLPIT, PEWET, SoWEMine, Rotterdam, The... Current Trends in Web Engineering - 15th International Conference, ICWE 2015 Workshops, NLPIT, PEWET, SoWEMine, Rotterdam, The Netherlands, June 23-26, 2015. Revised Selected Papers (Paperback, 1st ed. 2015)
Florian Daniel, Oscar Diaz
R2,195 Discovery Miles 21 950 Ships in 10 - 15 working days

This book constitutes the thoroughly refereed post-conference proceedings of Current Trends in Web Engineering, ICWE Workshops 2015 which was held in June 2015 in Rotterdam, The Netherlands. The 16 revised full papers were selected form 23 submissions and cover topics on natural language processing for informal text, pervasive Web technologies, trends and challenges, and mining in the social Web.

Speaking JavaScript (Paperback): Axel Rauschmayer Speaking JavaScript (Paperback)
Axel Rauschmayer
R1,406 R931 Discovery Miles 9 310 Save R475 (34%) Ships in 12 - 19 working days

Like it or not, JavaScript is everywhere these days--from browser to server to mobile--and now you, too, need to learn the language or dive deeper than you have. This concise book guides you into and through JavaScript, written by a veteran programmer who once found himself in the same position.

"Speaking JavaScript" helps you approach the language with four standalone sections. First, a quick-start guide teaches you just enough of the language to help you be productive right away. More experienced JavaScript programmers will find a complete and easy-to-read reference that covers each language feature in depth. Complete contents include: JavaScript quick start: Familiar with object-oriented programming? This part helps you learn JavaScript quickly and properly.JavaScript in depth: Learn details of ECMAScript 5, from syntax, variables, functions, and object-oriented programming to regular expressions and JSON with lots of examples. Pick a topic and jump in.Background: Understand JavaScript's history and its relationship with other programming languages.Tips, tools, and libraries: Survey existing style guides, best practices, advanced techniques, module systems, package managers, build tools, and learning resources.

Decoupled Django - Understand and Build Decoupled Django Architectures for JavaScript Front-ends (Paperback, 1st ed.):... Decoupled Django - Understand and Build Decoupled Django Architectures for JavaScript Front-ends (Paperback, 1st ed.)
Valentino Gagliardi
R1,471 Discovery Miles 14 710 Ships in 9 - 17 working days

Apply decoupling patterns, properly test a decoupled project, and integrate a Django API with React, and Vue.js. This book covers decoupled architectures in Django, with Django REST framework and GraphQL. With practical and simple examples, you'll see firsthand how, why, and when to decouple a Django project. Starting with an introduction to decoupled architectures versus monoliths, with a strong focus on the modern JavaScript scene, you'll implement REST and GraphQL APIs with Django, add authentication to a decoupled project, and test the backend. You'll then review functional testing for JavaScript frontends with Cypress. You will also learn how to integrate GraphQL in a Django project, with a focus on the benefits and drawbacks of this new query language. By the end of this book, you will be able to discern and apply all the different decoupling strategies to any Django project, regardless of its size. What You'll Learn Choose the right approach for decoupling a Django project Build REST APIs with Django and a Django REST framework Integrate Vue.js and GraphQL in a Django project Consume a Django REST API with Next.js Test decoupled Django projects Who This Book Is For Software developers with basic Django skills keen to learn decoupled architectures with Django. JavaScript developers interested in learning full-stack development and decoupled architectures with Django.

Engineering the Web in the Big Data Era - 15th International Conference, ICWE 2015, Rotterdam, The Netherlands, June 23-26,... Engineering the Web in the Big Data Era - 15th International Conference, ICWE 2015, Rotterdam, The Netherlands, June 23-26, 2015, Proceedings (Paperback, 2015 ed.)
Philipp Cimiano, Flavius Frasincar, Geert-Jan Houben, Daniel Schwabe
R1,741 Discovery Miles 17 410 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the 15th International Conference on Web Engineering, ICWE 2015, held in Rotterdam, The Netherlands, in June 2015. The 26 full research papers, 11 short papers, 7 industry papers, 11 demonstrations, 6 posters and 4 contributions to the PhD symposium presented were carefully reviewed and selected from 100 submissions. Moreover 2 tutorials are presented. The papers focus on eight tracks, namely Web application modeling and engineering; mobile Web applications; social Web applications; semantic Web applications; quality and accessibility aspects of Web applications; Web applications composition and mashups; Web user interfaces; security and privacy in Web applications.

e-Infrastructure and e-Services for Developing Countries - 6th International Conference, AFRICOMM 2014, Kampala, Uganda,... e-Infrastructure and e-Services for Developing Countries - 6th International Conference, AFRICOMM 2014, Kampala, Uganda, November 24-25, 2014, Revised Selected Papers (Paperback, 2015 ed.)
Amos Nungu, Bjorn Pehrson, Julianne Sansa-Otim
R2,509 Discovery Miles 25 090 Ships in 10 - 15 working days

This book constitutes the thoroughly refereed proceedings of the 6th International Conference on e-Infrastructure and e-Services for Developing Countries, AFRICOMM 2014, held in Kampala, Uganda, November 24-25, 2014. The 31 revised full papers were carefully selected from 57 submissions and cover topics such as communication infrastructure, health, IoT, cloud computing and TVWS, ICT4D applications, access to information, and ICT4D miscellaneous.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Troubleshooting iOS - Solving iPhone and…
Paul McFedries Paperback R1,264 R1,183 Discovery Miles 11 830
Chaos and Complex Systems - Proceedings…
Stavros G. Stavrinides, Mehmet Ozer Hardcover R5,867 Discovery Miles 58 670
Beginning iPad Development for iPhone…
Jack Nutting, David Mark, … Paperback R1,037 R887 Discovery Miles 8 870
Mathematical Modeling Through…
Stathis Antoniou Hardcover R3,538 Discovery Miles 35 380
Research Handbook on Brand Co-Creation…
Stefan Markovic, Richard Gyrd-Jones, … Hardcover R6,399 Discovery Miles 63 990
Beginning Xcode: Swift Edition
Matthew Knott Paperback R1,131 R981 Discovery Miles 9 810
Artificial Intelligence for Fashion…
Sebastien Thomassey, Xianyi Zeng Hardcover R5,900 Discovery Miles 59 000
.NET Developer's Guide to Augmented…
Lee Englestone Paperback R1,727 Discovery Miles 17 270
Introduction to Analysis - Pearson New…
William Wade Paperback R2,591 Discovery Miles 25 910
Theology - Explained and Defended…
Timothy Dwight Hardcover R1,356 R1,206 Discovery Miles 12 060

 

Partners