0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (101)
  • R250 - R500 (541)
  • R500+ (3,368)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

Learning React - Modern Patterns for Developing React Apps (Paperback, 2nd edition): Eve Porcello, Alex Banks Learning React - Modern Patterns for Developing React Apps (Paperback, 2nd edition)
Eve Porcello, Alex Banks
R1,281 R1,124 Discovery Miles 11 240 Save R157 (12%) Ships in 12 - 17 working days

If you want to learn how to build efficient React applications, this is your book. Ideal for web developers and software engineers who understand how JavaScript, CSS, and HTML work in the browser, this updated edition provides best practices and patterns for writing modern React code. No prior knowledge of React or functional programming is necessary. Authors Alex Banks and Eve Porcello show you how to create UIs that can deftly display changes without page reloads on large-scale data-driven websites. You'll also discover how to work with functional programming and the latest ECMAScript features. Once you learn how to build React components with this hands-on guide, you'll understand just how useful React can be in your organization. Understand key functional programming concepts with JavaScript Look under the hood to learn how React runs in the browser Create application presentation layers with React components Manage data and reduce the time you spend debugging applications Explore React's component lifecycle to improve UI performance Use a routing solution for single-page application features Learn how to structure React applications with servers in mind

A Numerical Library in Java for Scientists and Engineers (Hardcover, New): Hang T. Lau A Numerical Library in Java for Scientists and Engineers (Hardcover, New)
Hang T. Lau
R5,616 Discovery Miles 56 160 Ships in 12 - 17 working days

At last researchers have an inexpensive library of Java-based numeric procedures for use in scientific computation. The first and only book of its kind, A Numeric Library in Java for Scientists and Engineers is a translation into Java of the library NUMAL (NUMerical procedures in Algol 60).

This groundbreaking text presents procedural descriptions for linear algebra, ordinary and partial differential equations, optimization, parameter estimation, mathematical physics, and other tools that are indispensable to any dynamic research group.

The book offers test programs that allow researchers to execute the examples provided; users are free to construct their own tests and apply the numeric procedures to them in order to observe a successful computation or simulate failure. The entry for each procedure is logically presented, with name, usage parameters, and Java code included.

This handbook serves as a powerful research tool, enabling the performance of critical computations in Java. It stands as a cost-efficient alternative to expensive commercial software package of procedural components.

Creating Components - Object Oriented, Concurrent, and Distributed Computing in Java (Paperback): Charles W. Kann Creating Components - Object Oriented, Concurrent, and Distributed Computing in Java (Paperback)
Charles W. Kann
R2,966 Discovery Miles 29 660 Ships in 12 - 17 working days

Concurrency is a powerful technique for developing efficient and lightning- fast software. For instance, concurrency can be used in common applications such as online order processing to speed processing and ensure transaction reliability. However, mastering concurrency is one of the greatest challenges for both new and veteran programmers. Software developers with all levels of experience can refer to Creating Components: Object Oriented, Concurrent, and Distributed Computing in Java to better understand how concurrency works, more effectively deploy it in program components, and reuse these components to improve program design, quality, and performance.

This text introduces concurrent and component programming to students, engineers, and programmers who are familiar with Java and procedural and GUI programming. It helps them to understand and apply concurrency in Java component programming, while exploring distributed program implementation, Java threads, objects, interfaces, exceptions, component reuse, and system design and management.

By providing the fundamental concepts of object-oriented components and offering templates for distributed program components, this valuable resource reveals how programmers can apply concurrency and components to solve complex problems.

Murachs HTML5 & CSS3 (Paperback, 3 New Edition): Zak Ruvalcaba Murachs HTML5 & CSS3 (Paperback, 3 New Edition)
Zak Ruvalcaba
R1,636 R1,368 Discovery Miles 13 680 Save R268 (16%) Ships in 12 - 17 working days

"Until now, my websites looked great but have been coded with what seems like 'duct-tape and bubble-gum' methods, just for appearances and not for professionalism nor compliance. This book taught me all [that is] possible with simple HTML5 and CSS3 coding...What a game changer!" That's what one web designer posted about the previous edition of Murach's HTML5 and CSS3. Now, this 3rd Edition adds professional coverage of Responsive Web Design-a must for all web developers-while it updates and improves all the content in the previous edition. So whether you're a web designer, a JavaScript programmer, a server-side programmer, or a rookie, this book delivers the HTML/CSS coding skills you need today. It begins with an 8-chapter hands-on course that teaches you HTML5 and CSS3 from scratch, showing you how you can't use one without the other nowadays. This quick-start course ends with a chapter that teaches you how to use Responsive Web Design (RWD) so your pages will look good and work right on any screen, from phone to tablet to desktop and beyond. In fact, you'll learn more about RWD in this one chapter than you can in many full books on the subject! After that, you can go on to any other chapter in the book to learn new skills whenever you need them. For example, you can learn how to enhance a site with audio and video clips, forms with HTML5 data validation, or CSS3 transitions and animations. You can see how to use JavaScript and jQuery to add features like accordions, tabs, and slide shows to a page, or to create a mobile site when a responsive site is impractical. You can learn the principles of web design, as well as how to deploy your finished sites. And no matter what, you can use the book as a time-saving reference whenever you have a question about HTML and CSS.

Vue.js in Action (Paperback): Erik Hanchett, Benjamin Listwon Vue.js in Action (Paperback)
Erik Hanchett, Benjamin Listwon
R1,247 R997 Discovery Miles 9 970 Save R250 (20%) Ships in 12 - 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.

Principles of Program Design - Problem-Solving with JavaScript, International Edition (Paperback, International edition): Paul... Principles of Program Design - Problem-Solving with JavaScript, International Edition (Paperback, International edition)
Paul Addison
R1,270 R1,138 Discovery Miles 11 380 Save R132 (10%) Ships in 10 - 15 working days

From the respected instructor and author Paul Addison, PRINCIPLES OF PROGRAM DESIGN: PROBLEM SOLVING WITH JAVASCRIPT, International Edition presents the fundamental concepts of good program design, illustrated and reinforced by hands-on examples using JavaScript. Why JavaScript? It simply illustrates the programming concepts explained in the book, requires no special editor or compiler, and runs in any browser. Little or no experience is needed because the emphasis is on learning by doing. There are examples of coding exercises throughout every chapter, varying in length and representing simple to complex problems. This book encourages you to think in terms of the logical steps needed to solve a problem, and you can take these skills with you to any programming language in the future. To help reinforce concepts, each chapter has a chapter summary, review questions, hand-on activities, and a case study hat you build on in each chapter.

Dreamweaver in a Nutshell (Paperback): Heather Williamson Dreamweaver in a Nutshell (Paperback)
Heather Williamson
R752 R560 Discovery Miles 5 600 Save R192 (26%) Out of stock

Dreamweaver in a Nutshell is a quick desktop reference for both new and experienced Dreamweaver developers. It covers everything from the basics to advanced topics, including navigation bars, image maps, modifications with XML, style sheets, positioning elements, HTML cleanup tools, and ways to extend Dreamweaver functions and functionality. The book's quick style and compact format make it indispensable for web site professionals who use Dreamweaver daily.

Begin to Code with JavaScript (Paperback): Rob Miles Begin to Code with JavaScript (Paperback)
Rob Miles
R903 Discovery Miles 9 030 Ships in 12 - 17 working days

Become a JavaScript programmer and have fun doing it! Start writing software that solves real problems, even if you have absolutely no programming experience! This friendly, easy, full-color book puts you in total control of your own learning, empowering you to build unique and useful programs. Microsoft has completely reinvented the beginning programmer's tutorial, reflecting deep research into how today's beginners learn, and why other books fall short. Begin to Code with JavaScript is packed with innovations, from its JavaScript code samples you can interact with straight from your browser to its "Make Something Happen" projects. Whether you're a total beginner or you've tried before, this guide will put the power, excitement, and fun of programming where it belongs: in your hands! Easy, friendly, and you're in control! Learn how to... Get and use the powerful free Visual Studio Code tool for JavaScript programming Explore the JavaScript environment and see what happens when programs run Learn key concepts from example programs, and use them to jumpstart your own Create web pages containing JavaScript programs using HTML and CSS Write complete JavaScript programs that run inside browsers Master JavaScript features for storing and processing data Break large programs into small, flexible components Use software objects to create custom data types to solve specific problems Design more attractive and usable applications Make your programs more secure and reliable Use libraries and frameworks to create powerful software more quickly Get started with the essentials of interactive game development About This Book For absolute beginners who've never written a line of code For anyone who's been frustrated with other beginning programming books or courses For people who've started out with other languages and now want to learn JavaScript

World Wide Web - How to design and Construct Web Pages (Paperback, 2nd ed): Phil Bradley World Wide Web - How to design and Construct Web Pages (Paperback, 2nd ed)
Phil Bradley
R830 Discovery Miles 8 300 Ships in 12 - 17 working days

A practical introduction to the creation of Web pages, this title has been fully revised and expanded to include the most recent developments in HTML. As well as covering the design issues surrounding Web pages, it also includes sample HTML that can be incorporated into your pages, with worked examples. This second edition covers areas such as frames and tables, Java, and CGI scripts. Includes: 1. What is the Internet, and where does the Web fit into it? 2. Using the World Wide Web as a Web author 3. First steps in designing your Web page 4. Working with the search engines 5. Writing Web pages 6. Forms 7. Tables 8. Colour on your pages 9. Frames 10. JavaScript and CGI 11. Meta tags 12. Publishing your pages 13. Authoring tools 14. Adding multimedia to a page 15. Further Resources Glossary

PHP Cookbook (Paperback, 3rd Revised edition): David Sklar PHP Cookbook (Paperback, 3rd Revised edition)
David Sklar
R1,514 R1,047 Discovery Miles 10 470 Save R467 (31%) Out of stock

Want to understand a certain PHP programming technique? Or learn how to accomplish a particular task? This cookbook is the first place to look. With more than 350 code-rich recipes revised for PHP 5.4 and 5.5, this third edition provides updated solutions for generating dynamic web content - everything from using basic data types to querying databases, and from calling RESTful APIs to testing and securing your site. Each recipe includes code solutions that you can freely use, along with a discussion of how and why they work. Whether you're an experienced PHP programmer or coming to PHP from another language, this book is an ideal on-the-job resource. You'll find recipes to help you with: Basic data types: strings, numbers, arrays, and dates and times Program building blocks: variables, functions, classes, and objects Web programming: cookies, forms, sessions, and authentication Database access using PDO, SQLite, and other extensions RESTful API clients and servers, including HTTP, XML, and OAuth Key concepts: email, regular expressions, and graphics creation Designing robust applications: security and encryption, error handling, debugging and testing, and performance tuning Files, directories, and PHP's Command Line Interface Libraries and package managers such as Composer and PECL

Pro ASP.NET Core 6 - Develop Cloud-Ready Web Applications Using MVC, Blazor, and Razor Pages (Paperback, 9th ed.): Adam Freeman Pro ASP.NET Core 6 - Develop Cloud-Ready Web Applications Using MVC, Blazor, and Razor Pages (Paperback, 9th ed.)
Adam Freeman
R1,561 Discovery Miles 15 610 Ships in 12 - 17 working days

Professional developers will produce leaner applications for the ASP.NET Core platform using the guidance in this best-selling book, now in its 9th edition and updated for ASP.NET Core for .NET 6. It contains detailed explanations of the ASP.NET Core platform and the application frameworks it supports. This cornerstone guide puts ASP.NET Core for .NET 6 into context and dives deep into the tools and techniques required to build modern, extensible web applications. New features and capabilities such as MVC, Razor Pages, Blazor Server, and Blazor WebAssembly are covered, along with demonstrations of how they are applied. ASP.NET Core for .NET 6 is the latest evolution of Microsoft's ASP.NET web platform and provides a "host-agnostic" framework and a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility. Author Adam Freeman has thoroughly revised this market-leading book and explains how to get the most from ASP.NET Core for .NET 6. He starts with the nuts-and-bolts topics, teaching you about middleware components, built-in services, request model binding, and more. As you gain knowledge and confidence, he introduces increasingly more complex topics and advanced features, including endpoint routing and dependency injection. He goes in depth to give you the knowledge you need. This book follows the same format and style as the popular previous editions but brings everything up to date for the new ASP.NET Core for .NET 6 release and broadens the focus to include all of the ASP.NET Core platform. You will appreciate the fully worked case study of a functioning ASP.NET Core application that you can use as a template for your own projects. Source code for this book can be found at https://github.com/Apress/pro-asp.net-core-6. What You Will Learn Explore the entire ASP.NET Core platform Apply the new ASP.NET Core for .NET 6 features in your developer environment See how to create RESTful web services, web applications, and client-side applications Build on your existing knowledge to get up and running with new programming models quickly and effectively Who This Book Is For Web developers with a basic knowledge of web development and C# who want to incorporate the latest improvements and functionality in ASP.NET Core for .NET 6 into their own projects.

React Cookbook - Recipes for Mastering the React Framework (Paperback): David Griffiths, Dawn Griffiths React Cookbook - Recipes for Mastering the React Framework (Paperback)
David Griffiths, Dawn Griffiths
R1,309 R1,151 Discovery Miles 11 510 Save R158 (12%) Ships in 12 - 17 working days

React helps you create and work on an app in just a few minutes. But learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast. Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems. This easy-to-use cookbook includes the example code developers need to unravel the most common problems when using React, categorized by topic area and problem. You'll learn how to: Build a single-page application in React using a rich UI Create progressive web applications that users can install and work with offline Integrate with backend services such as REST and GraphQL Automatically test for accessibility problems in your application Secure applications with fingerprints and security tokens using WebAuthn Deal with bugs and avoid common functional and performance problems

Ruby on Rails Tutorial - Learn Web Development with Rails (Paperback, 7th edition): Michael Hartl Ruby on Rails Tutorial - Learn Web Development with Rails (Paperback, 7th edition)
Michael Hartl
R1,079 Discovery Miles 10 790 Ships in 12 - 17 working days

Used by sites as varied as Hulu, GitHub, Shopify, and Airbnb, Ruby on Rails is one of the most popular frameworks for developing web applications, but it can be challenging to learn and use. Whether you're new to web development or new only to Rails, Ruby on Rails (TM) Tutorial, Seventh Edition, is the solution. Best-selling author and leading Rails developer Michael Hartl teaches Rails by guiding you through the development of three example applications of increasing sophistication. The tutorial's examples focus on the general principles of web development needed for virtually any kind of website. The updates to this edition include full compatibility with Rails 7. This indispensable guide provides integrated tutorials not only for Rails, but also for the essential Ruby, HTML, CSS, and SQL skills you need when developing web applications. Hartl explains how each new technique solves a real-world problem, and then he demonstrates it with bite-sized code that's simple enough to understand while still being useful. Whatever your previous web-development experience, this book will guide you to true Rails mastery. This book will help you Set up your Rails development environment Record version changes with Git and create a secure remote repository at GitHub Deploy your applications early and often with Heroku Go beyond generated code to truly understand how to build Rails applications from scratch Learn testing and test-driven development (TDD) Effectively use the model-view-controller (MVC) pattern Structure applications using the REST architecture Build static pages and transform them into dynamic ones Master the Ruby programming skills all Rails developers need Create high-quality site layouts and data models Implement registration and authentication systems, including validation and secure passwords Update, display, and delete users Upload and display images using Active Storage and Amazon S3 Implement account activation and password reset, including sending email with Rails Integrate JavaScript with Rails using Importmap Add social features and microblogging, including an introduction to Hotwire and Turbo "Ruby on Rails (TM) Tutorial by Michael Hartl has become a must-read for developers learning how to build Rails apps." --Peter Cooper, Editor of Ruby Inside Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

HTML & CSS fur Dummies (German, Paperback): F. Maurice HTML & CSS fur Dummies (German, Paperback)
F. Maurice
R744 R696 Discovery Miles 6 960 Save R48 (6%) Out of stock

Auch heute noch ist HTML & CSS die Basis aller Webseiten: Wer mehr mAchte, als nur einen fertigen Websitebaukasten zu nutzen, kommt an HTML & CSS schwer vorbei. Egal, ob eine Webseite komplett neu aufgebaut werden soll oder, ob beim Einsatz eines Content Managementsystems individuelle Anpassungen vorgenommen werden sollen;ohne HTML & CSS ist dies nicht mAglich. Florence Maurice erklArt Ihnen mit vielen Beispielen und Schritt fA1/4r Schritt alle wichtigen Grundlagen, wie HTML funktioniert, wofA1/4r Sie CSS benAtigen und wie Sie am Ende all dieses Wissen anwenden.

HTML5 in easy steps (Paperback, 2nd edition): Mike McGrath HTML5 in easy steps (Paperback, 2nd edition)
Mike McGrath 1
R364 R320 Discovery Miles 3 200 Save R44 (12%) Ships in 12 - 17 working days
Learning Java - An Introduction to Real-World Programming with Java (Paperback, 5th edition): Marc Loy, Patrick Niemeyer,... Learning Java - An Introduction to Real-World Programming with Java (Paperback, 5th edition)
Marc Loy, Patrick Niemeyer, Daniel Leuck
R1,740 R1,246 Discovery Miles 12 460 Save R494 (28%) Out of stock

If you're new to Java-or new to programming-this best-selling book will guide you through the language features and APIs of Java 11. With fun, compelling, and realistic examples, authors Marc Loy, Patrick Niemeyer, and Daniel Leuck introduce you to Java fundamentals-including its class libraries, programming techniques, and idioms-with an eye toward building real applications. You'll learn powerful new ways to manage resources and exceptions in your applications-along with core language features included in recent Java versions. Develop with Java, using the compiler, interpreter, and other tools Explore Java's built-in thread facilities and concurrency package Learn text processing and the powerful regular expressions API Write advanced networked or web-based applications and services

OCA / OCP Java SE 8 Programmer Practice Tests (Paperback): S Selikoff OCA / OCP Java SE 8 Programmer Practice Tests (Paperback)
S Selikoff
R1,121 R782 Discovery Miles 7 820 Save R339 (30%) Ships in 12 - 17 working days

Test your knowledge and prepare for the OCA/OCP exams OCA/OCP Java SE 8 Programmer Practice Tests complements the Sybex OCA: Oracle Certified Associate Java SE 8 Programmer I Certification Study Guide and the OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide for exams 1Z0-808 and 1ZO-809 by providing last minute review of 100% of exam objectives. Get the advantage of over 1,000 expert crafted questions that not only provide the answer, but also give detailed explanations. You will have access to unique practice questions that cover all 21 objective domains in the OCA/OCP exams in the format you desire--test questions can also be accessed via the Sybex interactive learning environment. Two additional practice exams will ensure that you are ready for exam day. Whether you have studied with Sybex study guides for your OCA/OCP or have used another brand, this is your chance to test your skills. * Access to all practice questions online with the Sybex interactive learning environment * Over 1,000 unique practice questions and 2 practice exams include expert explanations * Covers 100% of all 21 OCA/OCP objective domains for Exams 1Z0-809 and 1Z0-809 Studying the objectives are one thing, but diving deeper and uncovering areas where further attention is needed can increase your chance of exam day success. Full coverage of all domains shows you what to expect on exam day, and accompanying explanations help you pinpoint which objectives deserve another look.

Professional JavaScript for Web Developers 4th Edition (Paperback, 4th Edition): M Frisbie Professional JavaScript for Web Developers 4th Edition (Paperback, 4th Edition)
M Frisbie
R1,241 R920 Discovery Miles 9 200 Save R321 (26%) Ships in 12 - 17 working days

Update your skill set for ES 6 and 7 with the ultimate JavaScript guide for pros Professional JavaScript for Web Developers is the essential guide to next-level JavaScript development. Written for intermediate-to-advanced programmers, this book jumps right into the technical details to help you clean up your code and become a more sophisticated JavaScript developer. From JavaScript-specific object-oriented programming and inheritance, to combining JavaScript with HTML and other markup languages, expert instruction walks you through the fundamentals and beyond. This new fourth edition has been updated to cover ECMAScript 6 and 7 (also known as ES2015 and ES2016) and the major re-imagination and departure from ES 5.1; new frameworks and libraries, new techniques, new testing tools, and more are explained in detail for the professional developer, with a practical focus that helps you put your new skills to work on real-world projects. The latest and most dramatic ES release is already being incorporated into JavaScript engines in major browsers; this, coupled with the rise in mobile web traffic increasing demand for responsive, dynamic web design, means that all web developers need to update their skills and this book is your ideal resource for quick, relevant guidance. * Get up to date with ECMAScript 6 and 7, new frameworks, and new libraries * Delve into web animation, emerging APIs, and build systems * Test more effectively with mocks, unit tests, functional tests, and other tools * Plan your builds for future ES releases Even if you think you know JavaScript, new ES releases bring big changes that will affect the way you work. For a professional-level update that doesn't waste time on coding fundamentals, Professional JavaScript for Web Developers is the ultimate resource to bring you up to speed.

Landing Page Optimization - The Definitive Guide to Testing and Tuning for Conversions 2e (Paperback, 2nd Edition): Tash Landing Page Optimization - The Definitive Guide to Testing and Tuning for Conversions 2e (Paperback, 2nd Edition)
Tash 1
R789 R635 Discovery Miles 6 350 Save R154 (20%) Ships in 12 - 17 working days

A fully updated guide to making your landing pages profitable

Effective Internet marketing requires that you test and optimize your landing pages to maximize exposure and conversion rate. This second edition of a bestselling guide to landing page optimization includes case studies with before-and-after results as well as new information on web site usability. It covers how to prepare all types of content for testing, how to interpret results, recognize the seven common design mistakes, and much more. Included is a gift card for Google AdWords.Features fully updated information and case studies on landing page optimizationShows how to use Google's Website Optimizer tool, what to test and how to prepare your site for testing, the pros and cons of different test strategies, how to interpret results, and common site design mistakesProvides a step-by-step implementation plan and advice on getting support and resources

"Landing Page Optimization, Second Edition" is a comprehensive guide to increasing conversions and improving profits.

HTML5 Pocket Reference 5ed (Paperback, 5th ed.): Jennifer Nieder Robbins HTML5 Pocket Reference 5ed (Paperback, 5th ed.)
Jennifer Nieder Robbins
R481 R436 Discovery Miles 4 360 Save R45 (9%) Ships in 12 - 17 working days

Need help finding the right HTML5 element or attribute for your web page or application? HTML5 Pocket Reference is the classic reference that web designers and developers have been keeping close at hand for more than thirteen years. This fifth edition has been updated to reflect the current state of HTML5, including the HTML5 Candidate Recommendation, the emerging HTML5.1 Working Draft, and the living WHATWG standard. Features include: An alphabetical listing of every element and attribute in HTML5, HTML5.1, and the WHATWG living standard Descriptions, markup examples, content categories, content models, and start- and end-tag requirements for every element At-a-glance notes indicating the differences between the HTML5 specifications and HTML 4.01 Useful charts of special characters An overview of HTML5 APIs If you're an experienced web designer or developer who needs a quick resource for working with established web standards, this handy book is indispensable.

Beginning JavaScript, 5e (Paperback, 5th Edition): J McPeak Beginning JavaScript, 5e (Paperback, 5th Edition)
J McPeak
R1,127 R884 Discovery Miles 8 840 Save R243 (22%) Ships in 12 - 17 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.

Core Java - Advanced Features, Volume 2 (Paperback, 12th edition): Cay Horstmann Core Java - Advanced Features, Volume 2 (Paperback, 12th edition)
Cay Horstmann
R1,422 Discovery Miles 14 220 Ships in 9 - 15 working days

The Classic Guide to Advanced Java Programming: Fully Updated for Java 17 "This is the definitive reference and instructional work for Java and the Java ecosystem." --Andrew Binstock, Java Magazine Core Java is the leading no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications. Now, Core Java, Volume II: Advanced Features, Twelfth Edition, has been revised to cover the new features and enhancements in the Java 17 long-term support release. As always, all chapters have been completely updated, outdated material has been removed, and the new APIs are covered in detail. This volume focuses on the advanced topics that a programmer needs to know for professional software development and includes authoritative coverage of enterprise programming, networking, databases, security, modularization, internationalization, code processing, and native methods, as well as complete chapters on the Streams, XML, and Date and Time APIs. In addition, the chapter on Advanced Swing and Graphics covers techniques that are applicable to both client-side user interfaces and server-side generation of graphics and images. Cay S. Horstmann clearly explains sophisticated new features with depth and completeness and demonstrates how to use them to build professional-quality applications. Horstmann's thoroughly tested sample code reflects modern Java style and best practices. The examples are carefully crafted for easy understanding and maximum practical value, so you can rely on them to jump-start your own programs. Master advanced techniques, idioms, and best practices for writing reliable Java code Make the most of enhanced Java I/O APIs, object serialization, and regular expressions Efficiently connect to network services, implement servers and the new HTTP/2 client, and harvest web data Process code via the Scripting and Compiler APIs, and use annotations to generate code and files Deepen your understanding of the Java Platform Module System, including recent refinements Leverage the Java security model, user authentication, and the security librarys cryptographic functions Preview powerful new APIs for accessing "foreign" functions and memory See Core Java, Volume I: Fundamentals, Twelfth Edition, for expert coverage of Java programming fundamentals, including objects, generics, collections, lambda expressions, concurrency, and functional programming. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Beginning XML 5E (Paperback, 5th Edition): J. Fawcett Beginning XML 5E (Paperback, 5th Edition)
J. Fawcett
R1,026 R799 Discovery Miles 7 990 Save R227 (22%) Ships in 12 - 17 working days

A complete update covering the many advances to the XML language

The XML language has become the standard for writing documents on the Internet and is constantly improving and evolving. This new edition covers all the many new XML-based technologies that have appeared since the previous edition four years ago, providing you with an up-to-date introductory guide and reference. Packed with real-world code examples, best practices, and in-depth coverage of the most important and relevant topics, this authoritative resource explores both the advantages and disadvantages of XML and addresses the most current standards and uses of XML. Features the most updated content built on audience feedback from the previous edition as well as the vast knowledge from XML developer teams Boasts new chapters on RELAX NG and Schematron, XML functionality in databases, LINQ to XML, Jabber and XMLPP, XHTML, HTML5, and more Offers in-depth coverage on extracting data from XML and updated material on Web Services

"Beginning XML, Fifth Edition" delivers the most important aspects of XML in regard to what it is, how it works, what technologies surround it, and how it can best be used in a variety of situations.

Sams Teach Yourself ASP.NET Core 1.0 in 24 Hours (Paperback): Jeffrey Fritz Sams Teach Yourself ASP.NET Core 1.0 in 24 Hours (Paperback)
Jeffrey Fritz
R913 R172 Discovery Miles 1 720 Save R741 (81%) Ships in 9 - 15 working days

Microsoft has made the important decision to re-write ASP.NET from the ground up utilizing modern web framework techniques in order to modernize ASP.NET for today's servers. This re-invented ASP.NET is breaking out of its Windows constraints and will be capable of running on Windows, Mac and Linux servers. In just 24 sessions of one hour or less, you'll learn how to build complete, professional-quality web solutions with ASP.NET Core 1.0. Using this book's straightforward, step-by-step approach, you'll master the entire process, from site design through data collection, user management through debugging and deployment. In just 24 lessons of one hour or less, learn to create ASP.NET web sites that interact with user input and online databases:

* Using a straightforward, step by step approach, each lesson builds upon the previous one, allowing you to learn the essentials of the new ASP.NET Core from the ground up

* Lessons, tips, and tricks that show you how to get the most of the new ASP.NET Core on Windows, Mac, and Linux with and without the aide of Microsoft Visual Studio.

* Get started with any personal computer and build your first web application with ASP.N ET Core

* Q and As, quizzes, and exercises at the end of each chapter help you test your knowledge

* Notes and tips point out shortcuts and solutions

* Covers the major new features of ASP.NET Core

JavaScript For Kids For Dummies (Paperback): C Minnick JavaScript For Kids For Dummies (Paperback)
C Minnick 1
R697 R501 Discovery Miles 5 010 Save R196 (28%) Ships in 9 - 15 working days

Have big dreams? Kick start them with JavaScript! If we've learned one thing from the Millennial generation, it's that no one is too young to make history online. JavaScript For Kids For Dummies introduces pre-teens and early teens alike to the world of JavaScript, which is an integral programming language that drives the functionality of websites and apps. This informative, yet engaging text guides you through the basics of coding with JavaScript, and is an essential resource if you want to expand your technology skills while following easy, step-by-step instructions. Through small, goal-oriented projects, you learn key coding concepts, while actually creating apps, games, and more. This hands-on experience, coupled with the presentation of ideas in a simple style, allows you to both learn and retain JavaScript fundamentals. JavaScript has been heralded as 'the programming language of the web,' and many kids are interested in learning how to use it; however, most schools don't offer coding classes at this level, and most families can't afford the high cost of coding classes through a summer camp. But this can't stop you from developing your JavaScript coding skills! This fun text is all you need to get started on your JavaScript journey. * Explore the basics of JavaScript through the creation of a calculator app * Deepen your understanding of HTML, arrays, and variables by building a grocery shopping app * Learn conditional logic through the development of a choose your own adventure game * Discover loops and strings by creating a lemonade stand app and MadLibs-style game JavaScript For Kids For Dummies brings pre-teens and early teens into the world of coding by teaching them one of the key Web design languages.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
NGINX Cookbook - Advanced Recipes for…
Derek Dejonghe Paperback R769 Discovery Miles 7 690
OCP Oracle Certified Professional Java…
J Boyarsky Paperback R1,593 Discovery Miles 15 930
JavaScript for Web Warriors
Patrick Carey, Sasha Vodnik Paperback R1,336 R1,199 Discovery Miles 11 990
AWS Certified Solutions Architect Study…
B Piper Paperback R1,425 R1,010 Discovery Miles 10 100
HTML5 and CSS - Complete, International…
Denise Woods Paperback R1,008 R918 Discovery Miles 9 180
Java How to Program, Late Objects…
Paul Deitel, Harvey Deitel Paperback R900 R750 Discovery Miles 7 500
Beginning ReactJS Foundations Building…
C Minnick Paperback R889 Discovery Miles 8 890
JavaScript in easy steps
Mike McGrath Paperback R337 Discovery Miles 3 370
Java in a Nutshell - A Desktop Quick…
Benjamin J. Evans, Jason Clark, … Paperback R1,289 R1,131 Discovery Miles 11 310
Managing Chaos - Digital Governance by…
Lisa Welchman Paperback R976 Discovery Miles 9 760

 

Partners