0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (100)
  • R250 - R500 (493)
  • R500+ (3,170)
  • -
Status
Format
Author / Contributor
Publisher

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

Programming Web Applications with Node, Express and Pug (Paperback, 1st ed.): Joerg Krause Programming Web Applications with Node, Express and Pug (Paperback, 1st ed.)
Joerg Krause
R1,637 Discovery Miles 16 370 Ships in 18 - 22 working days

Learn how to program modern web applications using the full Node.js platform, including Node.js on the server, Express for middleware and routing, and Pug (formerly Jade) to simplify the creation of views. Node.js is the foundation of all full JavaScript apps and plenty of books cover its full usage. This book focuses on how to use it to create server-based, modern web applications. Using Node.js alongside Express and Pug - the brand new version of Jade - you can create modern web applications solely using JavaScript. This book teaches you how to structure and build your app from scratch, and make development easy. What You Will Learn Use NodeJS in general and particularly the features require to create web applications Understand middleware and how to develop using the Express framework Explore the template engine Pug (formerly Jade) and how you can integrate it with Express< Set up a complete development environment on both Linux and Windows Who This Book Is For Developers of web applications who come from Java/J2EE, ASP.NET, PHP, Ruby on Rails and want to explore the capabilities of JavaScript based server apps. It's suitable for beginners that have a basic understanding of JavaScript already.

Active Directory 5e (Paperback, 5th Revised edition): Brian Desmond Active Directory 5e (Paperback, 5th Revised edition)
Brian Desmond; Contributions by Joe Richards, Robbie Allen, Alistair G. Lowe-Norris
R1,696 R1,116 Discovery Miles 11 160 Save R580 (34%) Ships in 10 - 15 working days

Organize your network resources by learning how to design, manage, and maintain Active Directory. Updated to cover Windows Server 2012, the fifth edition of this bestselling book gives you a thorough grounding in Microsoft's network directory service by explaining concepts in an easy-to-understand, narrative style.

You'll negotiate a maze of technologies for deploying a scalable and reliable AD infrastructure, with new chapters on management tools, searching the AD database, authentication and security protocols, and Active Directory Federation Services (ADFS). This book provides real-world scenarios that let you apply what you've learned--ideal whether you're a network administrator for a small business or a multinational enterprise.Upgrade Active Directory to Windows Server 2012Learn the fundamentals, including how AD stores objectsUse the AD Administrative Center and other management toolsLearn to administer AD with Windows PowerShellSearch and gather AD data, using the LDAP query syntaxUnderstand how Group Policy functionsDesign a new Active Directory forestExamine the Kerberos security protocolGet a detailed look at the AD replication process

MySQL for the Internet of Things (Paperback, 1st ed.): Charles Bell MySQL for the Internet of Things (Paperback, 1st ed.)
Charles Bell
R2,112 Discovery Miles 21 120 Ships in 18 - 22 working days

This book introduces the problems facing Internet of Things developers and explores current technologies and techniques to help you manage, mine, and make sense of the data being collected through the use of the world's most popular database on the Internet - MySQL. The IoT is poised to change how we interact with and perceive the world around us, and the possibilities are nearly boundless. As more and more connected devices generate data, we will need to solve the problem of how to collect, store, and make sense of IoT data by leveraging the power of database systems. The book begins with an introduction of the MySQL database system and storage of sensor data. Detailed instructions and examples are provided to show how to add database nodes to IoT solutions including how to leverage MySQL high availability, including examples of how to protect data from node outages using advanced features of MySQL. The book closes with a comparison of raw and transformed data showing how transformed data can improve understandability and help you cut through a clutter of superfluous data toward the goal of mining nuggets of useful knowledge. In this book, you'll learn to: Understand the crisis of vast volumes of data from connected devices Transform data to improve reporting and reduce storage volume Store and aggregate your IoT data across multiple database servers Build localized, low-cost MySQL database servers using small and inexpensive computers Connect Arduino boards and other devices directly to MySQL database servers Build high availability MySQL solutions among low-power computing devices

Introducing Zurb Foundation 6 (Paperback, 1st ed.): Aravind Shenoy Introducing Zurb Foundation 6 (Paperback, 1st ed.)
Aravind Shenoy
R1,422 Discovery Miles 14 220 Ships in 18 - 22 working days

Introducing Zurb Foundation 6 is your easy-to-digest brief introduction to this exciting technology for building responsive and mobile-first websites. Using this book, you'll understand the basics of the latest iteration which comes with new and exciting features. You will understand how to incorporate Foundation into your HTML file and the various options you have, including typography, utility classes, media, forms, buttons and much more.This book will jumpstart your knowledge with an easy-to-follow approach so you can come to grips with the latest version of the framework. A downloadable code bundle is also included for you to play with, and therefore understand, the subtle nuances of the latest version. What You Will Learn *How to download and incorporate Zurb Foundation into your workflow *How to use the new grid system, layout, content, and further features *How to design interfaces and other web elements using built-in CSS and JavaScript components Who This Book Is For This book is aimed at beginners who have a basic understanding of HTML, CSS and JavaScript and want a quick, no-nonsense introduction to working with Zurb Foundation. No prior experience or knowledge of Zurb Foundation 6 or its previous versions is required to understand the concepts in this book.

Beginning Neo4j (Paperback, 1st ed.): Chris Kemper Beginning Neo4j (Paperback, 1st ed.)
Chris Kemper
R2,285 Discovery Miles 22 850 Ships in 18 - 22 working days

Beginning Neo4j is your introduction in the world of graph databases, and the benefits they can bring to your applications. Neo4j is the most established graph database on the market, and it's always improving to bring more of its benefits to you. This book will take you from the installation of Neo4j through to building a full application with Neo4j at its heart, and everything in between. Using this book, you'll get everything up and running, and then learn how to use Neo4j to build up recommendations, relationships, and calculate the shortest route between two locations. With example data models, best practices, and an application putting everything together, this book will give you everything you need to really get started with Neo4j. Neo4j is being used by social media and ecommerce industry giants. You can take advantage of Neo4j's powerful features and benefits - add Beginning Neo4j to your library today.

Real-time Phoenix - Build Highly Scalable Systems with Channels (Paperback): Stephen Bussey Real-time Phoenix - Build Highly Scalable Systems with Channels (Paperback)
Stephen Bussey
R1,207 R916 Discovery Miles 9 160 Save R291 (24%) Ships in 10 - 15 working days

Give users the real-time experience they expect, by using Elixir and Phoenix Channels to build applications that instantly react to changes and reflect the application's true state. Learn how Elixir and Phoenix make it easy and enjoyable to create real-time applications that scale to a large number of users. Apply system design and development best practices to create applications that are easy to maintain. Gain confidence by learning how to break your applications before your users do. Deploy applications with minimized resource use and maximized performance. Real-time applications come with real challenges - persistent connections, multi-server deployment, and strict performance requirements are just a few. Don't try to solve these challenges by yourself - use a framework that handles them for you. Elixir and Phoenix Channels provide a solid foundation on which to build stable and scalable real-time applications. Build applications that thrive for years to come with the best-practices found in this book. Understand the magic of real-time communication by inspecting the WebSocket protocol in action. Avoid performance pitfalls early in the development lifecycle with a catalog of common problems and their solutions. Leverage GenStage to build a data pipeline that improves scalability. Break your application before your users do and confidently deploy them. Build a real-world project using solid application design and testing practices that help make future changes a breeze. Create distributed apps that can scale to many users with tools like Phoenix Tracker. Deploy and monitor your application with confidence and reduce outages. Deliver an exceptional real-time experience to your users, with easy maintenance, reduced operational costs, and maximized performance, using Elixir and Phoenix Channels. What You Need: You'll need Elixir 1.9+ and Erlang/OTP 22+ installed on a Mac OS X, Linux, or Windows machine.

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,449 Discovery Miles 14 490 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.

JSON Quick Syntax Reference (Paperback, 1st ed.): Wallace Jackson JSON Quick Syntax Reference (Paperback, 1st ed.)
Wallace Jackson
R1,793 Discovery Miles 17 930 Ships in 18 - 22 working days

This compact syntax reference covers syntax and parameters central to JSON object definitions. You'll learn the syntax used in the JSON object definition language, logically organized by topical chapters, and getting more advanced as chapters progress, covering structures and file formats which are best for use with HTML5. Furthermore, the JSON Quick Syntax Reference includes the key factors regarding the data footprint optimization work process, the in-lining of CSS and JS files, and why a data footprint optimization work process is important. What You'll Learn * Use the object definition syntax supported in JSON* Define a JSON content production workflow* Gain an understanding of the concepts and principles behind JSON object definitions* Use JSON code snippets and apply them in your web applications* Utilize the NetBeans, Android Studio, and Eclipse IDEs for your JSON coding Who This Book Is For Web developers, Android application developers, and user interface designers.

PHP Persistence - Concepts, Techniques and Practical Solutions with Doctrine (Paperback, 1st ed.): Michael Romer PHP Persistence - Concepts, Techniques and Practical Solutions with Doctrine (Paperback, 1st ed.)
Michael Romer
R1,019 Discovery Miles 10 190 Ships in 18 - 22 working days

Take the pain out of dealing with relational databases in an object-oriented programming world. With this short book, you can save time and money by simply coding less while accomplishing more with the Doctrine persistence framework, a leading persistence solution for PHP programmers and web developers. PHP Persistence teaches you about PHP persistence and how to use it effectively for your database-driven applications. Bestselling author Michael Romer leverages his own vast experience to show you what you need to know about Doctrine 2 and how to use it in your own projects. Along the way you'll learn about powerful persistence techniques, such as object-relational mapping (ORM) in PHP. What You'll Learn Define entities and references between entities Manage entities Master the Doctrine Query Language Use appropriate command-line tools for PHP persistence Program for caching Who This Book Is For Experienced PHP programmers and web developers with some exposure to PHP.

Making Games - With JavaScript (Paperback, 1st ed.): Christopher Pitt Making Games - With JavaScript (Paperback, 1st ed.)
Christopher Pitt
R1,002 Discovery Miles 10 020 Ships in 18 - 22 working days

Develop games using the JavaScript web scripting language. This compact short book will help you learn how to use modern JavaScript to make games for web browsers. They're effortless to use and they work everywhere. If you've ever wanted to make a game, join author Christopher Pitt. You'll start with nothing and build fun games, in no time at all. What You'll Learn Make a game using JavaScript Master the game loop Handle player input, collision detection, gravity, ladders, and stairs Work with camera locking, mobs, and health Manage game inventory Handle mapping and more Who This Book Is For Those who are new to game development with some experience with JavaScript and web development.

Learn API Testing - Norms, Practices, and Guidelines for Building Effective Test Automation (Paperback, 1st ed.): Jagdeep Jain Learn API Testing - Norms, Practices, and Guidelines for Building Effective Test Automation (Paperback, 1st ed.)
Jagdeep Jain
R1,177 R980 Discovery Miles 9 800 Save R197 (17%) Ships in 18 - 22 working days

Explore software web application architecture, API testing, coding practices, and the standards for better API test automation development and management. This book focuses on aspiring software testing engineers currently working in API testing, and those starting their journey in the field of software testing. You'll begin with an introduction to API testing and software web applications involving APIs. The book then moves on to the authentication standards used in the software industry, and the tools, the frameworks, and the libraries used in API testing. As the book progresses, you'll learn about the test pyramid, how to test an API, what makes a good test script, and various coding guidelines. Finally, you get to write your own API test script. Learn API Testing is your pathway to understanding a typical software web application, its requests and responses, and the properties of a good test script. What You'll learn Examine practices, standards, and guidelines for effective test automation Work with different tools like RestAssured, Curl, and Postman Understand API testing paradigm (internal/external APIs, CDCT) Review a case study on the industrial software API testing process Organize a test framework Who This Book Is For API testing aspirants, developers/architects, project managers, and non-technical team members who may want to understand how APIs are being tested.

Building APIs with Node.js (Paperback, 1st ed.): Caio Ribeiro Pereira Building APIs with Node.js (Paperback, 1st ed.)
Caio Ribeiro Pereira
R1,387 Discovery Miles 13 870 Ships in 18 - 22 working days

Learn how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015) with this quick, informative guide. Developing systems for the wide range of devices available in the modern world requires the construction of APIs designed to work only with data in a centralized manner, allowing client-side applications to be developed separately and have a unique interface for the final user. Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language. Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own. What You Will Learn Build scalable APIs using the Node.js platform Use ES6, Express, Passport, ApiDoc, Mocha, Helmet and more Integrate an SQL database through Sequelize.js and build a single page application using Vanilla.js Who This Book Is For Ideal for developers who have a basic understanding of JavaScript and Node.js.

Pro JavaScript Techniques - Second Edition (Paperback, 2nd ed.): John Paxton, John Resig, Russ Ferguson Pro JavaScript Techniques - Second Edition (Paperback, 2nd ed.)
John Paxton, John Resig, Russ Ferguson
R1,698 Discovery Miles 16 980 Ships in 18 - 22 working days

Pro JavaScript Techniques is the ultimate JavaScript book for today's web developer. It provides everything you need to know about modern JavaScript, and teaches you what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, but instead concentrates on fundamental, vital topics-what modern JavaScripting is (and isn't), and pitfalls to be wary of. You will learn about the 'this' keyword, as well as new object tools. You will be able to create reusable code with encapsulation, overloading and inheritance. The most recent techniques for debugging and testing are covered comprehensively, with information on Chrome developer tools, Jasmine, PhantomJS and Protractor. This update finishes with chapters on constructing single-page web applications that dominate the modern web. The book is filled with real-world examples and case studies, as well as numerous reusable functions and classes to save you time in your development. You will learn the practical skills needed to build professional, dynamic web applications. Pro JavaScript Techniques is an indispensable reference for any professional JavaScript web developer-enhance your JavaScript development today.

HTML5 Programmer's Reference (Paperback, 1st ed.): Jonathan Reid HTML5 Programmer's Reference (Paperback, 1st ed.)
Jonathan Reid
R2,994 Discovery Miles 29 940 Ships in 18 - 22 working days

The HTML5 Programmer's Reference aims to provide everything a programmer needs for understanding and using the new HTML5 family of standards. Previous HTML standards were focused on defining tags for marking up documents. The HTML5 family of standards not only includes new semantic tags but also defines exciting new JavaScript APIs that can be used to build rich, interactive web applications for both mobile and desktop platforms. The HTML5 Programmer's Reference focuses on providing real-world non-trivial examples to demonstrate concepts. Chapters include both in-depth discussions and full references for all HTML5 features, as well as extras like how to find the standards, the history of their evolution, and other examples and helpful resources. With this book the reader will learn everything they need to know to build the next generation of web applications.

Securing PHP Apps (Paperback, 1st ed.): Ben Edmunds Securing PHP Apps (Paperback, 1st ed.)
Ben Edmunds
R815 Discovery Miles 8 150 Ships in 18 - 22 working days

Secure your PHP-based web applications with this compact handbook. You'll get clear, practical and actionable details on how to secure various parts of your PHP web application. You'll also find scenarios to handle and improve existing legacy issues. Is your PHP app truly secure? Let's make sure you get home on time and sleep well at night. Learn the security basics that a senior developer usually acquires over years of experience, all condensed down into one quick and easy handbook. Do you ever wonder how vulnerable you are to being hacked? Do you feel confident about storing your users' sensitive information? Imagine feeling confident in the integrity of your software when you store your users' sensitive data. No more fighting fires with lost data, no more late nights, your application is secure. Well, this short book will answer your questions and give you confidence in being able to secure your and other PHP web apps. What You'll Learn Never trust your users - escape all input HTTPS/SSL/BCA/JWH/SHA and other random letters: some of them actually matter How to handle password encryption and storage for everyone What are authentication, access control, and safe file handing and how to implement them What are safe defaults, cross site scripting and other popular hacks Who This Book Is For Experienced PHP coders, programmers, developers.

Typed PHP - Stronger Types For Cleaner Code (Paperback, 1st ed.): Christopher Pitt Typed PHP - Stronger Types For Cleaner Code (Paperback, 1st ed.)
Christopher Pitt
R934 Discovery Miles 9 340 Ships in 18 - 22 working days

Discover how stronger types mean cleaner, more efficient, and optimized PHP applications. This unique book looks at typed PHP: PHP types, strings, regular expressions, and more from PHP 7 as found in standard PHP libraries, user libraries, extensions, and cross-compilers. You'll see how to create a set of reusable tools that unify and ease the scalar types of PHP. PHP has a rich history and a dominant place on the web. It has achieved much despite language inconsistencies and difficulties. Bjarne Stroustrup once said: "There are only two kinds of languages: the ones people complain about and the ones nobody uses". PHP is one of those languages that everybody uses, yet that's often seen as a good reason to ignore the bad parts and just get stuff done. We're all for getting stuff done, and to that end, the author has used Plain Ol' PHP for many years. It's always bugged him how procedural PHP is, in an ecosystem of OOP libraries and frameworks. So he decided to take a deeper look at building a stronger type system on top of PHP. That's the goal of this book. What You'll Learn Discover the fundamentals of PHP strings, regex, underscores, native function inconsistencies, and more Examine the structure of PHP types including boxing, regex, namespace functions, composer autoload, null problem, optional values, and more Work with extensions like vagrant + phansible, provisioning, vagrant commands, SPL types, scalar objects, zephir, and more Design using scalar, SPL, zephir, structure types, resolving types, chaining, combining number types, PHPUnit, packaging, and more Plan for the future using a case study example Who This Book Is For Experienced web developers and PHP programmers.

Vue.js in Action (Paperback): Erik Hanchett, Benjamin Listwon Vue.js in Action (Paperback)
Erik Hanchett, Benjamin Listwon
R1,041 R953 Discovery Miles 9 530 Save R88 (8%) Ships in 9 - 17 working days

Description Vue.js is a front-end framework that builds on many of the reactive UI ideas introduced in React.js. Vue.js in Action teaches readers to build fast, flowing web UI with the Vue.js framework. As they move through the book, readers put their skills to practice by building a complete web store application with product listings, a checkout process, and an administrative interface! Key features * Add View and ViewModel interactivity * Work with components * Extend Vue.js with custom plugins and directives * Learn data modeling and consuming APIs Audience Written for web developers with beginning to intermediate in JavaScript, HTML, and CSS. About the technology As a second-generation reactive UI framework, Vue was designed from the ground up with developer usability in mind. It's far more intuitive than React, featuring a clean event lifecycle, easy two-way data binding, and a common-sense project structure.

Custom SharePoint Solutions with HTML and JavaScript - For SharePoint On-Premises and SharePoint Online (Paperback, 1st ed.):... Custom SharePoint Solutions with HTML and JavaScript - For SharePoint On-Premises and SharePoint Online (Paperback, 1st ed.)
Brandon Atkinson
R2,761 Discovery Miles 27 610 Ships in 18 - 22 working days

The content and screenshots in this book are based on SharePoint 2013. The techniques shown can also be applied to SharePoint 2016. Custom SharePoint Solutions with HTML and JavaScript shows you how to build and customize SharePoint solutions to suit a wide range of business needs. You don't need a background in Microsoft technologies; you'll learn how to rapidly build and customize sites entirely on the front end, starting with out-of-the-box features and extending them with HTML and JavaScript code. The book starts with an introduction to working with SharePoint on the front end, and how this can help you avoid common pitfalls associated with deploying custom code on the server. You'll start by using SharePoint's browser-based tools to place and manipulate out-of-the-box web parts on a page. Then learn to inject some simple HTML and JavaScript to manipulate these web parts, and use JSLink to rapidly style and manipulate data in the List web part. You'll also see examples of how to build your own custom web parts using HTML, JavaScript and CSS. For those who want to dive deeper into JavaScript on SharePoint, chapters cover working directly with built-in JavaScript methods and properties and the JavaScript object model (JSOM), and how to work with the powerful new REST API, which gives you the ultimate flexibility over what you do with your data. Whatever your background, whether it's web development, working with SharePoint on the server side, or if you're a SharePoint user looking to learn new skills, Custom SharePoint Solutions with HTML and JavaScript will show you how to get what you want from SharePoint, quickly and reliably.

Beginning JavaScript, 5e (Paperback, 5th Edition): J McPeak Beginning JavaScript, 5e (Paperback, 5th Edition)
J McPeak
R1,039 R856 Discovery Miles 8 560 Save R183 (18%) Ships in 10 - 15 working days

The bestselling JavaScript guide, updated with current features and best practices Beginning JavaScript 5th Edition shows you how to work effectively with JavaScript frameworks, functions, and modern browsers, and teaches more effective coding practices using HTML5. This new edition has been extensively updated to reflect the way JavaScript is most commonly used today, introducing you to the latest tools and techniques available to JavaScript developers. Coverage includes modern coding practices using HTML5 markup, the JSON data format, DOM APIs, the jQuery framework, and more. Exercises with solutions provide plenty of opportunity to practice, and the companion website offers downloadable code for all examples given in the book. * Learn JavaScript using the most up to date coding style * Understand JSON, functions, events, and feature detection * Utilize the new HTML5 elements and the related API * Explore new features including geolocation, local storage, and more JavaScript has shaped the Web from a passive medium into one that is rich, dynamic, and interactive. No matter the technology on the server side, it's JavaScript that makes it come alive in the browser. To learn JavaScript the way it's used today, Beginning JavaScript, 5th Edition is your concise guide.

Introduction to Computing and Programming in Python, Global Edition (Paperback, 4th edition): Mark Guzdial, Barbara Ericson Introduction to Computing and Programming in Python, Global Edition (Paperback, 4th edition)
Mark Guzdial, Barbara Ericson
R2,513 Discovery Miles 25 130 Ships in 10 - 15 working days

For courses in Computer Programming with Python. Social Computing and Programming with Python Introduction to Computing and Programming in Python is a uniquely researched and up-to-date volume that is widely recognised for its successful introduction to the subject of Media Computation. Emphasising creativity, classroom interaction, and in-class programming examples, Introduction to Computing and Programming in Python takes a bold and unique approach to computation that engages students and applies the subject matter to the relevancy of digital media. The 4th Edition teaches students to program in an effort to communicate via social computing outlets, providing a unique approach that serves the interests of a broad range of students.

Beginning AngularJS (Paperback, 1st ed.): Andrew Grant Beginning AngularJS (Paperback, 1st ed.)
Andrew Grant
R1,294 Discovery Miles 12 940 Ships in 18 - 22 working days

Beginning AngularJS is your step-by-step guide to learning the powerful AngularJS JavaScript framework. AngularJS is one of the most respected and innovative frameworks for building properly structured, easy-to-develop web applications. This book will teach you the absolute essentials, from downloading and installing AngularJS, to using modules, controllers, expressions, filters, and directives. Unlike many other books, you don't need experience with AngularJS or deep JavaScript knowledge to get started here. This book will begin by teaching you the JavaScript you need to know, and then you'll get into the basics of AngularJS. You'll learn powerful AngularJS techniques through clear instructions. With what you learn you'll be able to properly structure your code into manageable modules, understand the MVC design patterns, create expressive and adaptive HTML forms, communicate with servers and use other AngularJS services, use the powerful built-in directives, and learn how to create your own. This might all seem unknown now, but with this book you'll understand it all. AngularJS is a powerful framework, and one which may require you to think a little differently. This book will help you avoid the common pitfalls and get you up to speed, and building solid AngularJS applications, quickly and painlessly.

Swing for Jython - Graphical Jython UI and Scripts Development using Java Swing and WebSphere Application Server (Paperback,... Swing for Jython - Graphical Jython UI and Scripts Development using Java Swing and WebSphere Application Server (Paperback, 1st ed.)
Robert Gibson
R3,110 Discovery Miles 31 100 Ships in 18 - 22 working days

This book shows you how to use Swing to add a GUI to your Jython scripts, with an emphasis on the WebSphere Application Server wsadmin utility. In fact, we're going to teach you Swing using Jython, and we're going to do it in a way that, hopefully, that makes your scripts easier for people to use, more robust, more understandable, and therefore easier to maintain.

Jump Start CSS (Paperback): Louis Lazaris Jump Start CSS (Paperback)
Louis Lazaris
R663 R593 Discovery Miles 5 930 Save R70 (11%) Ships in 18 - 22 working days

This short SitePoint book provides readers with a fun and yet practical introduction to Cascading Style Sheets (CSS), the language used to style and lay out all web pages. This book will quickly get you up to speed with the fundamentals of CSS and give you the confidence to start experimenting on your own. It covers: * Layout techniques * Images, backgrounds, text * Styling forms , navigation, and more * Getting fancy with CSS3 The book is built around a real-life example project: a recipe website design. It's a fun and easily understandable project that is used to demonstrate the concepts outlined in the book in a practical way. This is a clear, approachable and very easy-to-follow book that will get you to to speed with CSS in no time.

Foundation ActionScript 3 (Paperback, 2nd ed.): Paul Milbourne, Darren Richardson Foundation ActionScript 3 (Paperback, 2nd ed.)
Paul Milbourne, Darren Richardson
R1,394 Discovery Miles 13 940 Ships in 18 - 22 working days

ActionScript 3 is a full-fledged programming language, with complete object-oriented capabilities, event handling, sound and video support, drawing capabilities, support for regular expressions, and much more. Whether you are just starting out on the road to computer programming and animation or an experienced developer who wants to learn a new language, you'll find all you need to know in Foundation ActionScript 3. Starting with the fundamentals, you'll learn how to add interactivity to your Flash movies by using ActionScript objects, manipulating sound and video, and harnessing the power of regular expressions and XML. The book concludes with two case studies to consolidate what you've learned and introduce some additional advanced techniques. You'll gain a solid understanding of the exciting world of ActionScript 3 and see how everything fits together, so you'll be able to build your own professional applications. The sensible layout of the book makes it easy to find information about specific techniques. It focuses on the essential skills that will enable you to get up and running quickly. With this book as your guide, you'll be creating killer Flash applications before you know it.

Create Web Charts with jqPlot (Paperback, 1st ed.): Fabio Nelli Create Web Charts with jqPlot (Paperback, 1st ed.)
Fabio Nelli
R1,901 Discovery Miles 19 010 Ships in 18 - 22 working days

Create Web Charts with jqPlotshows how to convert your data into eye-catching, innovative, animated, and highly interactive browser-based charts. This book is suitable for developers of all experience levels and needs: for those who love fast and effective solutions, you can use the jqPlot library to generate charts with amazing effects and animations using only a few lines of code. By the end of the book, you will have a good knowledge of all the elements needed to manage data from every possible source, from high-end scientific instruments to Arduino boards, from simple HTML tables to structured JSON files, and from Matlab calculations to reports in Excel. You will be able to provide cutting-edge charts exploiting the growing power of modern browsers. This book contains content previously published in Beginning JavaScript Charts. Create all kinds of charts using the latest technologies available on browsers Full of step-by-step examples, Create Web Charts with jqPlot introduces you gradually to all aspects of chart development, from the data source to the choice of which solution to apply. This book provides a number of tools that can be the starting point for any project requiring graphical representations of data, whether using commercial libraries or your own

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Cambridge IGCSE and O Level Business…
Karen Borrington, Peter Stimpson Paperback R420 Discovery Miles 4 200
Brouwer meets Husserl - On the…
Mark van Atten Hardcover R4,188 Discovery Miles 41 880
How to Educate Yourself - With or…
George Cary Eggleston Paperback R419 Discovery Miles 4 190
Inductive Logic, Volume 10
Dov M. Gabbay, John Woods Hardcover R5,007 Discovery Miles 50 070
Wonderful Inventions - from the…
John Timbs Paperback R606 Discovery Miles 6 060
Adapted Compressed Sensing for Effective…
Mauro Mangia, Fabio Pareschi, … Hardcover R4,511 R3,441 Discovery Miles 34 410
Visualizing Information Using SVG and…
Vladimir Geroimenko, Chaomei Chen Hardcover R4,056 Discovery Miles 40 560
Biobased Monomers, Polymers, and…
Patrick B. Smith, Richard B. Gross Hardcover R5,477 Discovery Miles 54 770
Hilbert Modular Forms
Eberhard Freitag Hardcover R1,546 Discovery Miles 15 460
Via Afrika Mathematical Literacy Grade…
Mbali, L.R. de Waal, … Paperback R287 Discovery Miles 2 870

 

Partners