0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (90)
  • R250 - R500 (505)
  • R500+ (3,209)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

Table Layout in CSS (Paperback): Eric Meyer Table Layout in CSS (Paperback)
Eric Meyer
R195 R160 Discovery Miles 1 600 Save R35 (18%) Ships in 12 - 19 working days

Isn't table layout something web designers want to avoid? Yes, but rather than use tables for layout, this book is about the ways that tables themselves are laid out by CSS, a process more complicated than it appears. This concise guide takes you on a deep dive into the concepts necessary for understanding CSS and tables in your web layout, including table formatting, cell alignment, and table width. Short and deep, 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 Table Layout in CSS, you'll receive a discount on the entire Definitive Guide once it's released. Why wait? Make your web pages come alive today. You'll explore: Formatting-learn how elements such as display values, anonymous objects, and table layers relate to each other when you assemble CSS tables Cell border appearance-understand two distinct approaches (the separated model and the collapsed model) that govern how (or if) borders merge Table sizing-determine table width by using either a fixed- or automatic-width layout, and learn how heights are calculated

Learning Node 2e (Paperback, 2nd Revised edition): Shelley Powers Learning Node 2e (Paperback, 2nd Revised edition)
Shelley Powers
R959 R736 Discovery Miles 7 360 Save R223 (23%) Ships in 12 - 19 working days

Take your web development skills from browser to server with Node-and learn how to write fast, highly scalable network applications on this JavaScript-based platform. Updated for the latest Node Long Term Support (LTS) and Node Current (6.0) releases, this hands-on edition helps you master Node's core fundamentals and gain experience with several built-in and contributed modules. Get up to speed on Node's event-driven, asynchronous I/O model for developing data-intensive applications that are frequently accessed but computationally simple. If you're comfortable working with JavaScript, this book provides many programming and deployment examples to help you take advantage of server-side development with Node. Explore the frameworks and functionality for full-stack Node development Dive into Node's module system and package management support Test your application or module code on the fly with Node's REPL console Use core Node modules to build web applications and an HTTP server Learn Node's support for networks, security, and sockets Access operating system functionality with child processes Learn tools and techniques for Node development and production Use Node in microcontrollers, microcomputers, and the Internet of Things

Pandas for Everyone - Python Data Analysis (Paperback): Daniel Chen Pandas for Everyone - Python Data Analysis (Paperback)
Daniel Chen
R1,092 R928 Discovery Miles 9 280 Save R164 (15%) Ships in 12 - 19 working days

The Hands-On, Example-Rich Introduction to Pandas Data Analysis in Python Today, analysts must manage data characterized by extraordinary variety, velocity, and volume. Using the open source Pandas library, you can use Python to rapidly automate and perform virtually any data analysis task, no matter how large or complex. Pandas can help you ensure the veracity of your data, visualize it for effective decision-making, and reliably reproduce analyses across multiple datasets. Pandas for Everyone brings together practical knowledge and insight for solving real problems with Pandas, even if you're new to Python data analysis. Daniel Y. Chen introduces key concepts through simple but practical examples, incrementally building on them to solve more difficult, real-world problems. Chen gives you a jumpstart on using Pandas with a realistic dataset and covers combining datasets, handling missing data, and structuring datasets for easier analysis and visualization. He demonstrates powerful data cleaning techniques, from basic string manipulation to applying functions simultaneously across dataframes. Once your data is ready, Chen guides you through fitting models for prediction, clustering, inference, and exploration. He provides tips on performance and scalability, and introduces you to the wider Python data analysis ecosystem. Work with DataFrames and Series, and import or export data Create plots with matplotlib, seaborn, and pandas Combine datasets and handle missing data Reshape, tidy, and clean datasets so they're easier to work with Convert data types and manipulate text strings Apply functions to scale data manipulations Aggregate, transform, and filter large datasets with groupby Leverage Pandas' advanced date and time capabilities Fit linear models using statsmodels and scikit-learn libraries Use generalized linear modeling to fit models with different response variables Compare multiple models to select the "best" Regularize to overcome overfitting and improve performance Use clustering in unsupervised machine learning

Pro CSS3 Layout Techniques (Paperback, 1st ed.): Sam Hampton-Smith Pro CSS3 Layout Techniques (Paperback, 1st ed.)
Sam Hampton-Smith
R2,574 Discovery Miles 25 740 Ships in 10 - 15 working days

Discover the freshest cutting-edge layout tools found within CSS3 and hone the skills you'll need to create advanced design patterns for websites and apps. The book uses a tutorial-led approach to demonstrate real-world examples of new techniques, while providing an accessible reference guide for subsequent referral. Pro CSS3 Layout Techniques teaches you how to make the most of CSS3's existing specification, including those parts of the specification already widely implemented, as well as the upcoming modules that are still being developed by the W3C. After reading this book you'll be able to confidently develop sophisticated, flexible layouts that aren't possible with CSS2.1. CSS1 allowed designers to separate content from presentation for the first time and CSS2 cemented support for advanced typographical control, but neither specification provided more than rudimentary layout control. CSS3's latest additions allow designers to craft fully responsive, sophisticated layouts without the need for complex scripts or smoke-and-mirror workarounds. CSS3 is still in active development, with browser vendors racing against each other to implement the latest recommendations from the W3C. Pro CSS3 Layout Techniques will help you cut through the waffle and get straight to the heart of what works now, while showing you how to be ready for the future of CSS! What You'll Learn Review major CSS3 layout modules including multi-column, regions, and grid Speed up your workflow with CSS libraries and frameworks Use libraries, frameworks, and polyfills Overcome layout challenges of the web Who This Book Is For Web designers and developers

Using WebPageTest (Paperback): Rick Viscomi, Andy Davies, Marcel Duran Using WebPageTest (Paperback)
Rick Viscomi, Andy Davies, Marcel Duran
R720 R574 Discovery Miles 5 740 Save R146 (20%) Ships in 12 - 19 working days

Learn basic and advanced uses of WebPagetest, the performance measurement tool for optimizing websites. This practical guide shows users new to this tool how run tests and interpret results, and helps experienced users gain a better and more thorough understanding of hidden features in WebPagetest that make testing easier.

Written by WebPagetest power users and performance experts, this book will help web developers and frontend engineers solve the problem of slow sites. Topics include: Basic test setup--shows beginners how to get meaningful resultsAdvanced test setup--provides another level of technical depth by explaining features not thoroughly documented at webpagetest.orgAnalysis of results--helps you understand of how to interpret test resultsPrivate instance setup--teaches power users the intricacies of the webpagetest private instance and how it worksAPI and external tools--provides a detailed reference for the API and demonstrates tools already using the API to extend WebPagetest

Thoughtful Machine Learning with Python (Paperback): Matthew Kirk Thoughtful Machine Learning with Python (Paperback)
Matthew Kirk
R1,022 R776 Discovery Miles 7 760 Save R246 (24%) Ships in 12 - 19 working days

Gain the confidence you need to apply machine learning in your daily work. With this practical guide, author Matthew Kirk shows you how to integrate and test machine learning algorithms in your code, without the academic subtext. Featuring graphs and highlighted code examples throughout, the book features tests with Python's Numpy, Pandas, Scikit-Learn, and SciPy data science libraries. If you're a software engineer or business analyst interested in data science, this book will help you: Reference real-world examples to test each algorithm through engaging, hands-on exercises Apply test-driven development (TDD) to write and run tests before you start coding Explore techniques for improving your machine-learning models with data extraction and feature development Watch out for the risks of machine learning, such as underfitting or overfitting data Work with K-Nearest Neighbors, neural networks, clustering, and other algorithms

Programming Google App Engine with Java (Paperback): Dan Sanderson Programming Google App Engine with Java (Paperback)
Dan Sanderson
R1,095 R835 Discovery Miles 8 350 Save R260 (24%) Ships in 12 - 19 working days

This practical guide shows intermediate and advanced web and mobile app developers how to build highly scalable Java applications in the cloud with Google App Engine. The flagship of Google's Cloud Platform, App Engine hosts your app on infrastructure that grows automatically with your traffic, minimizing up-front costs and accommodating unexpected visitors. You'll learn hands-on how to perform common development tasks with App Engine services and development tools, including deployment and maintenance. For Java applications, App Engine provides a J2EE standard servlet container with a complete Java 7 JVM and standard library. Because App Engine supports common Java API standards, your code stays clean and portable. Get a hands-on introduction to App Engine's tools and features, using an example application Simulate App Engine on your development machine directly from Eclipse Structure your app into individually addressable modules, each with its own scaling configuration Exploit the power of the scalable Cloud Datastore, using queries, transactions, and data modeling with JPA Use Cloud SQL for standard relational databases with App Engine applications Learn how to deploy, manage, and inspect your application on Google infrastructure

Programming Computer Vision with Python (Paperback): Jan Erik Solem Programming Computer Vision with Python (Paperback)
Jan Erik Solem
R1,416 R1,043 Discovery Miles 10 430 Save R373 (26%) Ships in 12 - 19 working days

If you want a basic understanding of computer vision's underlying theory and algorithms, this hands-on introduction is the ideal place to start. You'll learn techniques for object recognition, 3D reconstruction, stereo imaging, augmented reality, and other computer vision applications as you follow clear examples written in Python.

"Programming Computer Vision with Python" explains computer vision in broad terms that won't bog you down in theory. You get complete code samples with explanations on how to reproduce and build upon each example, along with exercises to help you apply what you've learned. This book is ideal for students, researchers, and enthusiasts with basic programming and standard mathematical skills.Learn techniques used in robot navigation, medical image analysis, and other computer vision applicationsWork with image mappings and transforms, such as texture warping and panorama creationCompute 3D reconstructions from several images of the same sceneOrganize images based on similarity or content, using clustering methodsBuild efficient image retrieval techniques to search for images based on visual contentUse algorithms to classify image content and recognize objectsAccess the popular OpenCV library through a Python interface

JAVA/J2EE - Interview Questions (CD-ROM): Shiv Prasad Koirala JAVA/J2EE - Interview Questions (CD-ROM)
Shiv Prasad Koirala
R150 Discovery Miles 1 500 Ships in 12 - 19 working days
Service-Oriented Architecture - Analysis and Design for Services and Microservices (Hardcover, 2nd edition): Thomas Erl Service-Oriented Architecture - Analysis and Design for Services and Microservices (Hardcover, 2nd edition)
Thomas Erl
R1,257 R1,050 Discovery Miles 10 500 Save R207 (16%) Ships in 12 - 19 working days

The Top-Selling, De Facto Guide to SOA--Now Updated with New Content and Coverage of Microservices! For more than a decade, Thomas Erl's best-selling Service-Oriented Architecture: Concepts, Technology, and Design has been the definitive end-to-end tutorial on SOA, service-orientation, and service technologies. Now, Erl has thoroughly updated the industry's de facto guide to SOA to reflect new practices, technologies, and strategies that have emerged through hard-won experience and creative innovation. This Second Edition officially introduces microservices and micro task abstraction as part of service-oriented architecture and its associated service layers. Updated case study examples and illustrations further explain and position the microservice model alongside and in relation to more traditional types of services. Coverage includes: * Easy-to-understand, plain English explanations of SOA and service-orientation fundamentals (as compiled from series titles) * Microservices, micro task abstraction, and containerization * Service delivery lifecycle and associated phases * Analysis and conceptualization of services and microservices * Service API design with REST services, web services, and microservices * Modern service API and contract versioning techniques for web services and REST services * Up-to-date appendices with service-orientation principles, REST constraints, and SOA patterns (including three new patterns) Service-Oriented Architecture: Analysis and Design for Services and Microservices, Second Edition, will be indispensable to application architects, enterprise architects, software developers, and any IT professionals interested in learning about or responsible for designing or implementing modern-day, service-oriented solutions. Chapter 1: Introduction Chapter 2: Case Study Backgrounds Part I: Fundamentals Chapter 3: Understanding Service-Orientation Chapter 4: Understanding SOA Chapter 5: Understanding Layers with Services and Microservices Part II: Service-Oriented Analysis and Design Chapter 6: Analysis and Modeling with Web Services and Microservices Chapter 7: Analysis and Modeling with REST Services and Microservices Chapter 8: Service API and Contract Design with Web Services Chapter 9: Service API and Contract Design with REST Services and Microservices Chapter 10: Service API and Contract Versioning with Web Services and REST Services Part III: Appendices Appendix A: Service-Orientation Principles Reference Appendix B: REST Constraints Reference Appendix C: SOA Design Patterns Reference Appendix D: The Annotated SOA Manifesto

Java Threads (Paperback, 3Rev ed): Scott Oaks, Henry Wong Java Threads (Paperback, 3Rev ed)
Scott Oaks, Henry Wong
R966 R744 Discovery Miles 7 440 Save R222 (23%) Ships in 12 - 19 working days

Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic "Java Threads" shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming.

Java's threading system is simple relative to other threading systems. In earlier versions of Java, this simplicity came with tradeoffs: some of the advanced features in other threading systems were not available in Java. J2SE 5.0 changes all that: it provides a large number of new thread-related classes that make the task of writing multithreaded programs that much easier.

You'll learn where to use threads to increase efficiency, how to use them effectively, and how to avoid common mistakes. This book discusses problems like deadlock, race conditions, and starvation in detail, helping you to write code without hidden bugs.

"Java Threads," Third Edition, has been thoroughly expanded and revised. It incorporates the concurrency utilities from java.util.concurrent throughout. New chapters cover thread performance, using threads with Swing, threads and Collection classes, thread pools, and threads and I/O (traditional, new, and interrupted). Developers who cannot yet deploy J2SE 5.0 can use thread utilities provided in the Appendix to achieve similar functionality with earlier versions of Java.

Topics include:

Lock starvation and deadlock detection

Atomic classes and minimal synchronization (J2SE 5.0)

Interaction of Java threads with Swing, I/O, and Collection classes

Programmatically controlled locks and condition variables (J2SE 5.0)

Thread performance and security

Thread pools (J2SE 5.0)

Thread groups

Platform-specific thread scheduling

Task schedulers (J2SE 5.0)

Parallelizing loops for multiprocessor machines

In short, this new edition of "Java Threads" covers everything you need to know about threads, from the simplest animation program to the most complex applications. If you plan to do any serious work in Java, you will find this book invaluable.

Scott Oaks is a senior software engineer for the Java Performance Engineering group at Sun Microsystems and the author of four books in the O'Reilly Java series.

Formerly a senior systems engineer at Sun Microsystems, Henry Wong is an independent consultant working on various Java related projects.

Programming 3D Applications with HTML5 and WebGL (Paperback): Tony Tony Parisi Programming 3D Applications with HTML5 and WebGL (Paperback)
Tony Tony Parisi
R1,214 R833 Discovery Miles 8 330 Save R381 (31%) Ships in 12 - 19 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

Learning Ratpack (Paperback): Dan Woods Learning Ratpack (Paperback)
Dan Woods
R1,365 Discovery Miles 13 650 Ships in 10 - 15 working days

Build robust, highly scalable reactive web applications with Ratpack, the lightweight JVM framework. With this practical guide, you'll discover how asynchronous applications differ from more traditional thread-per-request systems-and how you can reap the benefits of complex non-blocking through an API that makes the effort easy to understand and adopt. Author Dan Woods-a member of the Ratpack core team-provides a progressively in-depth tour of Ratpack and its capabilities, from basic concepts to tools and strategies to help you construct fast, test-driven applications in a semantic and expressive way. Ideal for Java web developers familiar with Grails or Spring, this book is applicable to all versions of Ratpack 1.x. Configure your applications and servers to accommodate the cloud Use Ratpack testing structures on both new and legacy applications Add advanced capabilities, such as component binding, with modules Explore Ratpack's static content generation and serving mechanisms Provide a guaranteed execution order to asynchronous processing Model data and the data access layer to build high-performance, data-driven applications Work with reactive and functional programming strategies Use distribution techniques that support continuous delivery and other deployment tactics

Responsive & Fast (Paperback): Guy Podjamy Responsive & Fast (Paperback)
Guy Podjamy
R353 R288 Discovery Miles 2 880 Save R65 (18%) Ships in 12 - 19 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.

Developing Web Applications with Backbone.js (Paperback): Patrick Mulder Developing Web Applications with Backbone.js (Paperback)
Patrick Mulder
R716 R569 Discovery Miles 5 690 Save R147 (21%) Ships in 12 - 19 working days

Learn how to build a full-stack application with Backbone.js by taking advantage of JavaScript modules, workflow automation, and Backbone's interface building blocks. With this practical guide, author Patrick Mulder takes experienced backend developers and JavaScript programmers through the steps necessary to create a fully functional single-page application.

Backbone's rich ecosystem of plugins makes applications easier to design and scale, but knowing which tools to use for your project can be tricky. How do you combine views and the data layer with Backbone, or serve and deploy JavaScript assets? You'll not only learn the answers to these and many other questions; you'll also discover Backbone's vast number of use cases.Get started quickly by using a Backbone.js and BrowserifyTrack state and organize data with Backbone models and collectionsCapture events from users by using views and manipulating the DOMCombine Backbone views with advanced HTML templatesUse Backbone to browse remote data sources from an APIAuthenticate and authorize client-side interactionsBuild a backend API with Node.js and RestifySet up workflow automation with Bower, Grunt, Yeoman, and RequireJS

Easy micro - bit Projects (Paperback): Eric Hagan Easy micro - bit Projects (Paperback)
Eric Hagan
R239 R197 Discovery Miles 1 970 Save R42 (18%) Ships in 12 - 19 working days

Learn the basics of using the micro: bit, an open source hardware ARM-based embedded system used to teach computer programming, to build a series of 10 different gadgets from scratch! You'll use the micro: bit to make: a scrolling name tag, animated LED displays a high-tech compass. a handheld tilting game with a buzzer and saved high score a carnival-like strength tester a powered cooling fan helmet an electronic musical instrument a security system that sends alerts to your computer when someone enters the room. a wheeled robot an alert to water your plants You will learn how simple electrical devices like speakers, motors, buzzers and fans work. You'll understand electronic components like resistors, force resistors, photoresistors, LEDs, and Op Amps, as well as Infrared distance sensors and soil moisture sensors. You'll also get a beginner's look at micropython, one of the fastest-growing computer languages. In this book you will combine multiple disciplines -- electronics, programming, and engineering -- to build a series of successful gadgets. Everything is explained with lots and lots of full-color line drawings. No prior experience is necessary. You'll have fun while you learn a ton!

Web Enabled Commercial Application Development Using HTML, DHTML, JavaScript, Perl Cgi (Paperback): Ivan Bayross Web Enabled Commercial Application Development Using HTML, DHTML, JavaScript, Perl Cgi (Paperback)
Ivan Bayross
R463 Discovery Miles 4 630 Ships in 12 - 19 working days
Jump Start Foundation (Paperback): Syed Fazle Rahman, Joe Hewitson Jump Start Foundation (Paperback)
Syed Fazle Rahman, Joe Hewitson
R702 R618 Discovery Miles 6 180 Save R84 (12%) Ships in 10 - 15 working days

Get a Jump Start on building applications with Foundation today! Developed by Zurb, Foundation is a hugely popular CSS framework that's making the once-arduous process of crafting responsive web designs a breeze! Foundation was the first open-source front-end framework to be responsive, the first to be semantic, as well as the first to take a mobile-first approach. Read this book and discover why Foundation is fast becoming a favorite tool of top web designers. In just one weekend with this hands-on tutorial, you'll learn how to: Integrate Foundation into your projects Understand the basic Foundation template Utilize Foundation's impressive array of built-in components Work with Foundation's grid Customize Foundation to work with any project And much more!

Mobile HTML5 (Paperback): Estelle Weyl Mobile HTML5 (Paperback)
Estelle Weyl
R1,097 R837 Discovery Miles 8 370 Save R260 (24%) Ships in 12 - 19 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

High Performance Drupal (Paperback): Jeff Sheltren High Performance Drupal (Paperback)
Jeff Sheltren; Contributions by Narayan Newton, Nathaniel Catchpole
R1,086 R736 Discovery Miles 7 360 Save R350 (32%) Ships in 12 - 19 working days

High Performance Drupal is an essential, comprehensive guide to designing Drupal's supporting infrastructure and scalability, as well as a handbook for improving Drupal website performance. Drupal beginners will quickly learn a set of best practices in how to deploy a growable site which will withstand traffic surges. Intermediate and expert users will find this book to be the ultimate go-to reference source during initial planning for a site deployment or when implementing specific technologies such as Varnish, memcache, or Solr.

D3.js in Action (Paperback): Elijah Meeks D3.js in Action (Paperback)
Elijah Meeks
R1,023 Discovery Miles 10 230 Ships in 12 - 19 working days

Crisp, clear graphics are a requirement for any application that presents and interprets data. D3.js is an amazing JavaScript framework that empowers users to create scalable, data-driven graphics ranging from simple charts to fantastic interactive visualizations. Based on the SVG standard, D3 takes the built-in programmability of vector graphics to the extreme. Developers can start with a structure, dataset, or algorithm and programmatically generate static, interactive, or animated images that responsively scale to any screen or web environment. D3.js in Action, a practical tutorial for creating interactive graphics and data driven applications using D3.js, prepares readers to integrate D3.js into their web development process and transform any site into a more engaging and sophisticated user experience. It starts with in-depth explanations of D3's out-of-the-box layouts, along with dozens of practical use cases that align with different types of visualizations. Then, it explores practical techniques for content creation, animation, and representing dynamic data, including interactive graphics and data streamed live over the web. Finally, it shows how to use D3's rich interaction model as the foundation for a complete web application. RETAIL SELLING POINTS Dozens of practical use cases In-depth explanations of D3's out-of-the-box layouts Simplifies choosing the right metrics for the job AUDIENCE Readers will need basic HTML, CSS, and JavaScript skills. No experience with D3 or SVG required. ABOUT THE TECHNOLOGY D3.js is a javascript information visualization library used to create data visualization in the form of traditional charts (scatterplots, histograms, graphs) as well as network diagrams and geographic maps. It's used by such organizations as the New York Times for its interactive graphics, as well as in industry for real-time dashboards, and in the scholarly community for publication of research in interactive and dynamic form.

Building Hybrid Android Applications with Java and JavaScript (Paperback): Nizamettin Gok Building Hybrid Android Applications with Java and JavaScript (Paperback)
Nizamettin Gok; Contributions by Nitin Khanna
R482 R397 Discovery Miles 3 970 Save R85 (18%) Ships in 12 - 19 working days

Build HTML5-based hybrid applications for Android with a mix of native Java and JavaScript components, without using third-party libraries and wrappers such as PhoneGap or Titanium. This concise, hands-on book takes you through the entire process, from setting up your development environment to deploying your product to an app store. Learn how to create apps that have access to native APIs, such as location, vibrator, sensors, and the camera, using a JavaScript/Java bridge - and choose the language that gives you better performance for each task. If you have experience with HTML5 and JavaScript, you'll quickly discover why hybrid app development is the wave of the future. Set up a development environment with HTML, CSS, and JavaScript tools Create your first hybrid Android project, using Eclipse IDE Use the WebView control to host your hybrid application Explore hybrid application architecture, including JavaScript/Java communication Build single-page applications, using JavaScript libraries such as Backbone and Underscore Get optimization tips and useful snippets for CSS, DOM, and JavaScript Distribute your application to Google Play and the Amazon Appstore

Developing Web Applications with Haskell and Yesod 2e (Paperback, 2 Revised Edition): Michael Snoyman Developing Web Applications with Haskell and Yesod 2e (Paperback, 2 Revised Edition)
Michael Snoyman
R859 R674 Discovery Miles 6 740 Save R185 (22%) Ships in 12 - 19 working days

This fast-moving guide introduces web application development with Haskell and Yesod, a potent language/framework combination that supports high-performing applications that are modular, type-safe, and concise. Fully updated for Yesod 1.4, this second edition shows you how Yesod handles widgets, forms, persistence, and RESTful content. Author Michael Snoyman also introduces various Haskell tools to supplement your basic knowledge of the language. By the time you finish this book, you'll create a production-quality web application with Yesod's ready-to-use scaffolding. You'll also examine several real-world examples, including a blog, a wiki, a JSON web service, and a Sphinx search server. Build a simple application to learn Yesod's foundation datatype and Web Application Interface (WAI) Output HTML, CSS, and Javascript with Shakespearean template languages Get an indepth look at Yesod's core monads for producing cleaner, more modular code Probe Yesod's internal workings: learn the request handling process for a typical application Build forms on top of widgets by implementing the yesod-form declarative API Learn how Yesod and Haskell handle persistence and session data Serve an HTML page and a machine-friendly JSON page from the same URL

Lift Cookbook (Paperback): Richard Dallaway Lift Cookbook (Paperback)
Richard Dallaway
R609 R500 Discovery Miles 5 000 Save R109 (18%) Ships in 12 - 19 working days

If you need help building web applications with the Lift framework, this cookbook provides scores of concise, ready-to-use code solutions. You'll find recipes for everything from setting up a coding environment to creating REST web services and deploying your application to production. Built on top of the Scala JVM programming language, Lift takes a different - yet ultimately easier - approach to development than MVC frameworks such as Rails. Each recipe in this book includes a discussion of how and why each solution works, not only to help you complete the task at hand, but also to illustrate how Lift works. Set up an environment and run your first Lift application Generate HTML, using Lift's View First approach Submit forms and work with form elements Build REST web services with the framework's RestHelper trait Take advantage of Lift's support for Ajax and Comet Get examples for modifying Lift's request pipeline Convert Scala classes into tables, rows, and columns in a relational database Send email, call URLs, and schedule tasks from your application Package and deploy your application to various hosted services

Reactive Applications with Akka.NET (Paperback): Anthony Brown Reactive Applications with Akka.NET (Paperback)
Anthony Brown
R1,017 Discovery Miles 10 170 Ships in 12 - 19 working days

Developing applications in a reactive style ensures that the experience is always responsive. Akka.NET is a framework for building distributed, message-driven applications which are able to stay responsive for the user even in the face of failure or when faced with more users. It makes it easy for .NET developers to write applications which are able to react to changes in their environment. Reactive Applications with Akka.NET begins with an overview of reactive and a sample application written in the reactive style. Readers will learn concepts of the actor model and what these mean in a realworld reactive context. This hands-on book builds on fundamental concepts that teach how to create reliable and resilient applications. It also teaches useful Akka.NET features for building real-world applications. By the end of the book, readers will be able to look at a problem domain and understand how to create applications which are able to withstand modern demands. Key features: * Hands-on examples that build on fundamental concepts * Building real-world applications with Akka.NET * Designing an Internet of Things architecture with reactive in mind * How to create applications that can withstand modern demands AUDIENCE Readers should be comfortable with C# or F# and the .NET framework. No previous reactive experience needed. ABOUT THE TECHNOLOGY Developing applications in a reactive style ensures that the experience is always responsive. Akka.NET is a framework for building distributed, message-driven applications which are able to stay responsive for the user even in the face of failure or when faced with more users.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
An Historical Account of the Ancient…
Edmund Gillingwater Hardcover R1,108 Discovery Miles 11 080
St Barnabas Pimlico - Ritual and Riots
Malcolm Johnson, Alan Taylor Hardcover R1,152 Discovery Miles 11 520
The Journal of the British…
British Archaeological Association Paperback R715 Discovery Miles 7 150
Iter Britanniarum; or That Part of the…
Augustus Antoninus Hardcover R1,110 Discovery Miles 11 100
A Compleat History of the Empire of…
Louis Le Comte Hardcover R1,113 Discovery Miles 11 130
Patronymica Cornu-Britannica - Or, the…
Richard Stephen Charnock Paperback R447 Discovery Miles 4 470
The Battle of Bosworth-Field, Between…
William Hutton Hardcover R931 Discovery Miles 9 310
The Biographical History of Sir William…
Sylvester Douglas Glenbervie Hardcover R1,077 Discovery Miles 10 770
A Register and Chronicle Ecclesiastical…
White Kennett Hardcover R1,399 Discovery Miles 13 990
A Display of Heraldry. By John Guillim…
John Guillim Hardcover R1,394 Discovery Miles 13 940

 

Partners