0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (94)
  • R250 - R500 (504)
  • R500+ (3,207)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

Modern CSS - Master the Key Concepts of CSS for Modern Web Development (Paperback, 1st ed.): Joe Attardi Modern CSS - Master the Key Concepts of CSS for Modern Web Development (Paperback, 1st ed.)
Joe Attardi
R1,101 R935 Discovery Miles 9 350 Save R166 (15%) Ships in 10 - 15 working days

Come on a tour of "modern" CSS in 2020. This example-driven book demonstrates the concepts by showing code examples, screenshots, and diagrams to help clearly communicate the information. You'll start with the very basics of CSS: box model, colors, selectors and combinators, and specificity. Then gradually move through more intermediate topics - styling text, positioning, Z-index and stacking contexts, gradients, borders, and then to more advanced topics such as transforms, transitions, animations, flexbox, and CSS grid. Some features are only available in modern browsers (Chrome, Edge, Safari, and Firefox), but information about IE11 compatibility is included where possible. There is a lot of discussion about how hard CSS is, and how intimidated some people are by it, but it doesn't have to be this way. Modern CSS uses a logical and understandable approach to break down and clearly explain the ins and outs of CSS. What You'll Learn Work with the syntax of CSS selectors and calculate specificity Use styling techniques, fonts and text styling Review custom properties (variables) Explore the different ways an element can be transformed Use animating elements with CSS transitions Position elements using Flexbox layout Understand the basics of responsive design Who This Book Is For Anyone who has some experience with HTML, and some CSS, but might not be familiar with some of the newer concepts like flexbox or grid. Also, those looking for a refresher in those areas.

Ultra-Fast ASP.NET 4.5 (Paperback, 2nd ed.): Rick Kiessig Ultra-Fast ASP.NET 4.5 (Paperback, 2nd ed.)
Rick Kiessig
R1,479 Discovery Miles 14 790 Ships in 10 - 15 working days

Ultra-Fast ASP.NET 4.5 presents a practical approach to building fast and scalable web sites using ASP.NET and SQL Server. In addition to a wealth of tips, tricks and secrets, you'll find advice and code examples for all tiers of your application, including the client, caching, IIS 7.5, ASP.NET 4.5, threads, session state, SQL Server 2012 (otherwise known as Denali), Analysis Services, infrastructure and operations. By applying author Rick Kiessig's ultra-fast approach to your projects, you'll squeeze every last ounce of performance out of your code and infrastructuregiving your site unrivaled speed. Rather than drowning you in options, Ultra-Fast ASP.NET 4.5 presents and explains specific high-impact recommendations and demonstrates them with detailed examples. Using this knowledge, you will soon be building high-performance web sites that scale easily as your site grows. Apply the key principles that will help you build Ultra-Fast and Ultra-Scalable web sites. Identify performance traps (such as with session state) and learn how to avoid them. Put into practice an end-to-end systems-based approach to web site performance and scalability, which includes everything from the browser and the network to caching, back-end operations, hardware infrastructure, and your software development process. What you'll learn A way of thinking about performance issues that will help you obtain real results. How to apply key principles that will help you build ultra-fast and ultra-scalable web sites. How to use the ultra-fast approach to be fast in multiple dimensions. You'll have not only fast pages but also fast changes, fast fixes, fast deployments and more. Techniques that are being used by some of the world's largest web sites. How to structure your HTML and CSS to create pages that load ultra-fast. Tips for using Ajax and IIS 7.5 to improve the performance of your site. How to use comprehensive caching at all tiers to deliver content faster. Why you should avoid traditional session state and how to make the best use of cookies. Tips and tricks for optimizing your ASP.NET and SQL Server code for performance and scalability. How to use Analysis Services to offload your relational database. Why many sites that serve individual pages quickly are not scalable. How to avoid common pitfalls that can have an adverse impact on your site's performance, both now and as it grows. How to apply an end-to-end systems-based approach to web site performance and scalability, which includes everything from the browser and the network to caching, back-end operations, hardware infrastructure, and your software development process. Who this book is for

This book will be useful for intermediate to advanced developers and architects who want to improve the performance of their ASP.NET-based web sites. Some knowledge of ASP.NET, SQL Server, and IIS is assumed. Example code is provided in C#. Experienced web developers who have recently moved from Java or PHP to .NET will find lots of valuable and interesting information. This book will also be useful for non-developers who have a technical interest in what makes a web site fast. In particular, if you're involved with web site operations, testing, or management, you will discover many of the principals and issues that your development teams should be addressing, along with demonstrations that help drive the points home. Table of Contents Principles and Method Client Performance Caching IIS 7.5 ASP.NET 4.5 Threads and Sessions Using ASP.NET to Implement and Manage Optimization Techniques Managing ASP.NET Application Policies SQL Server Relational Database SQL Server Analysis Services Infrastructure and Operations Putting It All Together Glossary

Practical JSF in Java EE 8 - Web Applications  in Java for the Enterprise (Paperback, 1st ed.): Michael Muller Practical JSF in Java EE 8 - Web Applications in Java for the Enterprise (Paperback, 1st ed.)
Michael Muller
R2,264 Discovery Miles 22 640 Ships in 9 - 17 working days

Master the Java EE 8 and JSF (JavaServer Faces) APIs and web framework with this practical, projects-driven guide to web development. This book combines theoretical background with a practical approach by building four real-world applications. By developing these JSF web applications, you'll take a tour through the other Java EE technologies such as JPA, CDI, Security, WebSockets, and more. In Practical JSF in Java EE 8, you will learn to use the JavaServer Faces web framework in Java EE 8 to easily construct a web-based user interface from a set of reusable components. Next, you add JSF event handling and then link to a database, persist data, and add security and the other bells and whistles that the Java EE 8 platform has to offer. After reading this book you will have a good foundation in Java-based web development and will have increased your proficiency in sophisticated Java EE 8 web development using the JSF framework. What You Will Learn Use the Java EE 8 and the JavaServer Faces APIs to build Java-based web applications through four practical real-world case studies Process user input with JSF and the expression language by building a calculator application Persist data using JSF templating and Java Persistence to manage an inventory of books Create and manage an alumni database using JSF, Ajax, web services and Java EE 8's security features. Who This Book Is For Those new to Java EE 8 and JSF. Some prior experience with Java is recommended.

Webpack for Beginners - Your Step-by-Step Guide to Learning Webpack 4 (Paperback, 1st ed.): Mohamed Bouzid Webpack for Beginners - Your Step-by-Step Guide to Learning Webpack 4 (Paperback, 1st ed.)
Mohamed Bouzid
R1,291 R1,071 Discovery Miles 10 710 Save R220 (17%) Ships in 10 - 15 working days

Learn how to use Webpack from installation to configuration without the hassle of complex examples. Webpack has become one of the most popular module bundlers in recent years; it's widely used by developers, companies, and organizations of all sizes, and many web frameworks use it for the management of their assets. If you are serious about web development these days then you must learn and understand Webpack. You will begin by installing and configuring Webpack, and learn how to write modular code. You'll then move onto understanding the usage of loaders and plugins with practical use cases, how to make aliases and resolve folders, cache busting, and installing third-party libraries such as jQuery, Bootstrap, QuillJS, and more. By the end of this book you will feel confident and ready to start using Webpack in your projects. Free from complex examples and intended to be as easy-to-follow as possible, this book is ideal for anyone who knows basic HTML, JavaScript, and how to work on the command line. Upgrade your developer skillset using Webpack for Beginners today. What You Will Learn Install and configure Webpack beyond the default settings Efficiently work with plugins and loaders Optimize Webpack for production Use instant refreshing with the Webpack dev server and hot module replacement Explore how to install some common JavaScript libraries Who This Book Is For This book is conceived for beginners and newcomers to Webpack, and assumes you have some very basic knowledge in JavaScript, HTML and working on the command line. This step-by-step guide will help you understand and clarify everything you need to know to bundle your JavaScript hassle-free.

High Performance Mobile Web (Paperback): Maximiliano Firtman High Performance Mobile Web (Paperback)
Maximiliano Firtman
R1,119 R742 Discovery Miles 7 420 Save R377 (34%) Ships in 12 - 19 working days

Optimize the performance of your mobile websites and webapps to the extreme. With this hands-on book, veteran mobile and web developer Maximiliano Firtman demonstrates which aspects of your site or app slow down the user's experience, and what you can do to achieve lightning-fast performance. There's much at stake: if you want to boost your app's conversion rate, then tackling performance issues is the best way to start. Learn tools and techniques for working with responsive web design, images, the network layer, and many other ingredients-plus the metrics to check your progress. Ideal for web developers and web designers with HTML, CSS, JavaScript, and HTTP experience, this is your guide to superior mobile web performance. You'll dive into: Emulators, simulators, and other tools for measuring performance Basic web performance concepts, including metrics, charts, and goals How to get real data from mobile browsers on your real networks APIs and specs for measuring, tracking and improving web performance Insights and tricks for optimizing the first view experience Ways to optimize post-loading experiences and future visits Responsive web design and its performance challenges Tips for extreme performance to achieve best conversion rates How to work with web views inside native apps

Joy of JavaScript, The (Paperback): Luis Atencio Joy of JavaScript, The (Paperback)
Luis Atencio
R889 Discovery Miles 8 890 Ships in 12 - 19 working days

Whether for building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there's never been a more exciting time to be a JavaScript developer. In The Joy of JavaScript, author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code. Key features * JavaScript's objects and module system * Working with higher order functions * Driving application business logic with functional programming principles * Dynamically hooking into data with Proxy and Reflect APIs * Static type-checking with Flow * Taming complex asynchronous behavior using reactive programming Audience Perfect for intermediate JavaScript developers with basic familiarity with HTTP, HTML/CSS, and Git/CLI. About the technology JavaScript is multi-paradigm, supporting object-oriented, functional, reactive, and event-driven styles of programming. And transpilers like Babel make it possible to compile code written in other languages into JavaScript. Luis Atencio is a software engineer for Citrix Systems, where he develops and architects web applications leveraging Java, PHP, and JavaScript platforms. He blogs about software engineering at http://luisatencio.net, has spoken in many dev conferences, and has written articles for PHPArch magazine and DZone Refcardz. Luis is the author of Manning's Functional Programming in JavaScript and the co-author of Manning's RxJS in Action.

Ruby Cookbook 2e (Paperback, 2nd Revised edition): Lucas Carlson Ruby Cookbook 2e (Paperback, 2nd Revised edition)
Lucas Carlson; Contributions by Leonard Richardson
R1,277 R979 Discovery Miles 9 790 Save R298 (23%) Ships in 12 - 19 working days

Push Ruby to its limits. "Ruby Cookbook" is the most comprehensive problem-solving guide to this popular language, with hundreds of solutions to real-world problems. Each detailed recipe provides code that you can use in your own projects right away, as well as a discussion on why the solution works.

Updated to include Ruby 1.9 and 2.0, the second edition includes recipes for the Rails framework and other projects involving Ruby. From data structures and algorithms to integration with cutting-edge technologies, "Ruby Cookbook" covers a wide range of programming topics for beginners and advanced Rubyists alike.

CSS Framework Alternatives - Explore Five Lightweight Alternatives to Bootstrap and Foundation with Project Examples... CSS Framework Alternatives - Explore Five Lightweight Alternatives to Bootstrap and Foundation with Project Examples (Paperback, 1st ed.)
Aravind Shenoy, Anirudh Prabhu
R645 Discovery Miles 6 450 Ships in 9 - 17 working days

Learn how to use lightweight CSS framework alternatives to build intuitive websites. This book presents five project examples that use Skeleton, Miligram, UI Kit, Material Design Lite and Susy. This no-nonsense introduction will help you understand the concept of designing interactive websites using these frameworks with ease. Each framework is demonstrated through a practical project in an easy-to-understand manner. Web design is streamlined nowadays thanks to CSS frameworks and, although Bootstrap and Foundation rule the roost with web design, you don't need an exhaustive framework like these for smaller websites.You'll get a glimpse into additional front-end frameworks which basically are pre-prepared packages containing structure of files and folders of HTML and CSS documents (some with JavaScript functions) that help designers and developers build interactive and immersive websites. What You'll Learn Delve deeper into the world of CSS designs Create interactive and immersive webpages with UI Kit, Material Design Life, and Susy Build a landing webpage with Skeleton Design a product page for a Secure VPN product with Milligram Who This Book Is For Readers who are familiar with basic knowledge of HTML, CSS, and JavaScript, and experienced web designers who aren't familiar with frameworks other than Bootstrap or Foundation.

PHP Web Services 2e (Paperback, 2nd Revised edition): Lorna Jane Mitchell PHP Web Services 2e (Paperback, 2nd Revised edition)
Lorna Jane Mitchell
R715 R568 Discovery Miles 5 680 Save R147 (21%) Ships in 12 - 19 working days

Whether you're sharing data between two internal systems or building an API so that users can access their data, this practical guide has everything you need to build APIs with PHP. Author Lorna Jane Mitchell provides lots of hands-on code samples, real-world examples, and advice based on her extensive experience to guide you through the process-from the underlying theory to methods for making your service robust.You'll learn how to use this language to work with JSON, XML, and other web service technologies. This updated second edition includes new tools and features that reflect PHP updates and changes on the Web.Explore HTTP, from the request/response cycle to its verbs, headers, and cookiesWork with and publish webhooks-user-defined HTTP callbacksDetermine whether JSON or XML is the best data format for your applicationGet advice for working with RPC, SOAP, and RESTful servicesUse several tools and techniques for debugging HTTP web servicesChoose the service that works best for your application, and learn how to make it robustDocument your API-and learn how to design it to handle errors

Modern Front-end Architecture - Optimize Your Front-end Development with Components, Storybook, and Mise en Place Philosophy... Modern Front-end Architecture - Optimize Your Front-end Development with Components, Storybook, and Mise en Place Philosophy (Paperback, 1st ed.)
Ryan Lanciaux
R920 R792 Discovery Miles 7 920 Save R128 (14%) Ships in 10 - 15 working days

Learn how to build front-end applications that can help you ship applications faster with fewer defects. Many software projects fail because they are not planned well, or lack organization. Applying strategies from other industries can help you create better software. This book explores the "mise en place" technique from cooking and reveals how you can apply it to the art of creating software. In many professional kitchens, the work of preparing a meal is divided and performed in workstations to help create the whole. You'll review the philosophy behind this and see how to leverage this approach in your code. You'll also learn to visualize your applications as a series of components and build parts of your application in isolation - just like a professional chef crafting each part of the meal. The book describes to how to structure your code base for reuse, and how to communicate the code's intent to other developers. You'll develop your components in isolation and test these building blocks for quality at a granular level. Then compose these components as building blocks in increasingly complicated features. Finally, you'll apply some strategies not directly related to code to ensure maximum quality and efficiency. With Modern Front-end Architecture, developers of all levels will learn strategies that they and their teams can leverage to be more productive. What You'll Learn Structure an application as a series of components Build a component library that others in an organization can leverage Ensure quality and accessibility at a component level rather than a page or app level Test code in a way that gives the maximum amount of confidence while providing an excellent developer experience Automate repeatable tasks Who This Book Is For Front end developers looking to maximize their code for reuse, quality, and shipping features quickly. Experienced developers will pick up new techniques that they can apply to their code base. Less experienced developers will be able to start applications off on the right foot.

Introducing Deno - A First Look at the Newest JavaScript Runtime (Paperback, 1st ed.): Fernando Doglio Introducing Deno - A First Look at the Newest JavaScript Runtime (Paperback, 1st ed.)
Fernando Doglio
R1,073 R907 Discovery Miles 9 070 Save R166 (15%) Ships in 10 - 15 working days

Learn everything there is to know about the new secure runtime for JavaScript: Deno. A proposed replacement for Node.js envisioned and created by the same developer who wrote the first version of Node, Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. This book will cover everything from its inception to the currently available version. You'll see how to take advantage of the security layer in order to avoid unwanted security holes, and how to use TypeScript to develop your applications without having to manually set up a build process. You'll also learn how to create and use modules without having to depend on a package manager, and much more. Armed with these newly learned concepts, by the time you finish this book, you'll be ready to build and test your own Deno applications. Whether you're a brand new developer to the back end with a JavaScript background or a seasoned Node.js developer looking to understand this competing technology, Introducing Deno will put you on the right path. What You'll Learn Learn why Deno was created and why it is different from Node Build real applications using Deno and related technologies Create backend applications with Typescript Resolve how to live without npm and package.json Set permissions and default behavior Who This Book Is For Anyone with knowledge of back-end development looking to learn a new way of doing things and those with a basic understanding of JavaScript and Node.js core concepts.

Electronics Projects with the ESP8266 and ESP32 - Building Web Pages, Applications, and WiFi Enabled Devices (Paperback, 1st... Electronics Projects with the ESP8266 and ESP32 - Building Web Pages, Applications, and WiFi Enabled Devices (Paperback, 1st ed.)
Neil Cameron
R1,414 R1,194 Discovery Miles 11 940 Save R220 (16%) Ships in 10 - 15 working days

Discover the powerful ESP8266 and ESP32 microcontrollers and their Wi-Fi communication. The ESP32 microcontroller features Bluetooth and BLE communication in addition to Wi-Fi. The book emphasizes practical projects and readers are guided through Wi-Fi and Bluetooth communication, mobile app design and build, ESP-NOW and LoRa communication, and signal generation. Projects throughout the book utilize the Wi-Fi functionality and processing power of the ESP microcontrollers. Projects are built in the Arduino IDE, so you don't need to download other programming software. Mobile apps are now ubiquitous, making the app build projects of the book very relevant, as are the web page design projects. In Electronics Projects with the ESP8266 and ESP32, you'll see how easy and practical it is to access information over the internet, develop web pages, build mobile apps to remotely control devices with speech recognition or incorporate Google Maps in a GPS route tracking app. You will * Build practical electronics projects with an ESP8266 or ESP32 microcontroller with Wi-Fi communication * Use the Wi-Fi function of the ESP8266 and ESP32 to update web pages * Communicate with your mobile phone or smart watch by Bluetooth Low Energy * Transmit and receive information to control remote devices over the internet * Understand the design and build of mobile apps for internet based applications * Apply your computer programming skills in C++, JavaScript, AJAX and JSON * Use WebSocket, MQTT brokers and IFTTT for fast two-way communication with webpages Who This Book Is For The target audience is for Makers and Tinkerers who want to build internet/intranet based applications with more powerful microcontrollers, such as the ESP8266 or ESP32. A level of C++ programming expertise with the Arduino IDE is assumed, although all sketches are fully described and comprehensively commented.

Pro jQuery Mobile (Paperback, 1st ed.): Brad Broulik Pro jQuery Mobile (Paperback, 1st ed.)
Brad Broulik
R1,281 Discovery Miles 12 810 Ships in 10 - 15 working days

You need to build an app, and you need it to run everywhere. And you need it now jQuery Mobile gives you the ability to write once and run everywhere using jQuery and jQuery UI. Pro jQuery Mobile will teach you how to create themable, responsive, native-looking applications for iOS, Android, Windows Phone, Blackberry, and more. * Discover what sets jQuery Mobile apart from other mobile web development platforms * Walk through practical examples of jQuery Mobile features, including design elements and event handling * Dig into the jQuery API, integrate web services, and learn how to publish to app stores with Phone Gap jQuery Mobile is a framework for delivering cross-platform mobile web applications with a unified interface. jQuery Mobile combines responsive layouts with progressive enhancement to render the best possible user experience from a single code base. With Pro jQuery Mobile, you'll be creating amazing mobile apps in no time.What you'll learn * Unique features of jQuery Mobile * jQuery Mobile core features, including page structure, navigation, and form elements * The entire jQuery Mobile API, including data attributes, methods, and events * How to apply jQuery Mobile to specific cases, including iOS and Android apps * How to publish your apps to app stores via PhoneGap * Integrating web services and Google Maps into your jQuery Mobile apps Who this book is for Mobile developers who want to master jQuery Mobile and build cross-platform mobile web applications from a single code base. Table of Contents * Why jQuery Mobile? * Getting Started with jQuery Mobile * Navigating with Toolbars * Form Elements and Buttons * Presenting Lists of Information * Formatting Content with Grids and CSS * Creating Themable Designs * jQuery Mobile API * Working Effectively with Services * Distributing jQuery Mobile Natively with PhoneGap * Finding Your Way with Google Maps

Introducing the HTML5 Web Speech API - Your Practical Introduction to Adding Browser-Based Speech Capabilities to your Websites... Introducing the HTML5 Web Speech API - Your Practical Introduction to Adding Browser-Based Speech Capabilities to your Websites and Online Applications (Paperback, 1st ed.)
Alex Libby
R940 R813 Discovery Miles 8 130 Save R127 (14%) Ships in 10 - 15 working days

Leverage the power of HTML5 Web Speech API to quickly add voice capabilities to your websites. This project-oriented book simplifies the process of setting up and manipulating the API in the browser using little more than a text editor or free software. You'll be presented with a starting toolset that you can use to develop future projects, incorporate into your existing workflow and allow you to take your websites to the next level, reducing the reliance on entering choices through a keyboard and making the overall experience easier for customers. This excellent resource is perfect for getting acquainted with creating and manipulating browser-based APIs. You don't have to convert your whole work process immediately; you can incorporate as little or as much as you want of the API, and build on this as your skills develop. We live in an age where speed and simplicity are of the essence - this book provides a perfect way to add speech capabilities to our websites, directly in the browser and with the minimum of fuss. Introducing the HTML5 Web Speech API is the right choice for developers who want to focus on simplicity to produce properly optimized content in modern browsers using tools already in their possession. What You'll Learn Implement the Web Speech API in a project Explore some of the options for personalizing them for a project Gain an appreciation of pointers around user experience and how this affects the API Understand how to manage issues and security when using the API Work through some example projects, from standalone demos to implementing with other tools or libraries Who This Book Is For Website developers who are already familiar with JavaScript, and are keen to learn how to leverage the Web Speech API to quickly add voice-enabled capabilities to a website, using little more than a text editor. It's ideal for those in agile development teams, where time is of the essence, and the pressure is on to deliver results quickly.

SVG Essentials 2e (Paperback, 2nd Revised edition): J.David Eisenberg SVG Essentials 2e (Paperback, 2nd Revised edition)
J.David Eisenberg; Contributions by Amelia Bellamy-Royds
R970 R747 Discovery Miles 7 470 Save R223 (23%) Ships in 12 - 19 working days

Learn the essentials of Scalable Vector Graphics, the mark-up language used by most vector drawing programs and interactive web graphics tools. SVG Essentials takes you through SVG's capabilities, beginning with simple line drawings and moving through complicated features such as filters, transformations, gradients, and patterns. This thoroughly updated edition includes expanded coverage of animation, interactive graphics, and scripting SVG. Interactive examples online make it easy for you to experiment with SVG features in your web browser. Geared toward experienced designers, this book also includes appendices that explain basic concepts such as XML markup and CSS styling, so even if you have no web design experience, you can start learning SVG.Create and style graphics to match your web design in a way that looks great when printed or displayed on high-resolution screens Make your charts and decorative headings accessible to search engines and assistive technologies Add artistic effects to your graphics, text, and photographs using SVG masks, filters, and transformations Animate graphics with SVG markup, or add interactivity with CSS and JavaScript Create SVG from existing vector data or XML data, using programming languages and XSLT

Beginning Ballerina Programming - From Novice to Professional (Paperback, 1st ed.): Anjana Fernando, Lakmal Warusawithana Beginning Ballerina Programming - From Novice to Professional (Paperback, 1st ed.)
Anjana Fernando, Lakmal Warusawithana
R1,226 R1,033 Discovery Miles 10 330 Save R193 (16%) Ships in 10 - 15 working days

Discover the Ballerina programming language for next-generation microservices and cloud-native application development. This book shows you that Ballerina is a cutting-edge programming language which incorporates many of the latest technological advancements in programming language theory. You'll learn variables and types, modules and functions, flow control, error handling, concurrency, I/O, cloud/network programming, persistence and data access, security and more. Additionally, Beginning Ballerina Programming introduces many foundation computer science topics along the way and doesn't assume much prior knowledge. For example, when introducing transport-level security, you will get a brief introduction to public-key cryptography, how it is different from private-key cryptography, and why it is needed. This provides an added bonus for you to learn something new and general in computer science. After reading and using this book, you'll be proficient with Ballerina and cloud-first programming and be able to apply these concepts and techniques to your next cloud application developments. What You'll Learn * Start programming with Ballerina * Gain the basics of network communication and programming * Obtain a solid understanding of services/API development * Effective use of concurrency in programming * Learn the basics of information security and its applications * Persistent data storage and access Who This Book Is For Absolute beginners in computer programming: No prior experience with computer programming is expected. This can also be a reference book for experienced developers in other languages, who want to learn a modern programming language.

Introduction to Programming in Java - An Interdisciplinary Approach (Paperback, 2nd edition): Robert Sedgewick, kevin wayne Introduction to Programming in Java - An Interdisciplinary Approach (Paperback, 2nd edition)
Robert Sedgewick, kevin wayne
R2,199 Discovery Miles 21 990 Ships in 12 - 19 working days

Programming skills are indispensable in today's world, not just for computer science students, but also for anyone in any scientific or technical discipline. An Introduction to Programming in Java, Second Edition, by Robert Sedgewick and Kevin Wayne is an accessible, interdisciplinary treatment that emphasizes important and engaging applications, not toy problems. The authors supply the tools needed for students and professionals to learn that programming is a natural, satisfying, and creative experience, and to become conversant with one of the world's most widely used languages. This example-driven guide focuses on Java's most useful features and brings programming to life for every student in the sciences, engineering, and computer science. Coverage includes Basic elements of programming: variables, assignment statements, built-in data types, conditionals, loops, arrays, and I/O, including graphics and sound Functions, modules, and libraries: organizing programs into components that can be independently debugged, maintained, and reused Algorithms and data structures: sort/search algorithms, stacks, queues, and symbol tables Applications from applied math, physics, chemistry, biology, and computer science Drawing on their extensive classroom experience, the authors provide Q&As, exercises, and opportunities for creative engagement with the material throughout. Together with the companion materials, this book empowers people pursue a modern approach to teaching and learning programming. Companion web site contains Chapter summaries Supplementary exercises, some with solutions Detailed instructions for installing a Java programming environment Program code and test data suitable for easy download Detailed creative exercises, projects, and other supplementary mat And companion studio-produced online videos provide students and professionals with the opportunity to engage with the material at their own pace and instructors the opportunity to spend their time with students helping them to succeed on assignments and exams.

Foundation Flash Catalyst (Paperback, 1st ed.): Greg Goralski, Lord Alex Leon Foundation Flash Catalyst (Paperback, 1st ed.)
Greg Goralski, Lord Alex Leon
R972 R833 Discovery Miles 8 330 Save R139 (14%) Ships in 10 - 15 working days

This book offers an introduction to Flash Catalyst for designers with intermediate to advanced skills. It discusses where Catalyst sits within the production process and how it communicates with other programs. It covers all of the features of the Flash Catalyst workspace, teaching you how to create designs from scratch, how to build application designs and add functionality, and how to master the Catalyst/Flex workflow.Introduces Flash Catalyst Focuses on production process Covers the interrelation between Flash Catalyst and Photoshop/Illustrator/Flex/Flash What you'll learn

Starting from scratch, you'll learn the basic concepts and interface functionality of Flash Catalyst, and get practical experience by working on carefully crafted real-life projects throughout the book. You'll learn every stage of the process, from the first design sketches to the Flex Developer hand over, and how you can make design changes to assets while the developers work on the code. You'll also learn how to make your designs functional by adding simple buttons and scroll bars, and how to make sure that developers can precisely interpret your vision.Converting Photoshop/Illustrator artwork to interactive designs Sketching designs with interactivity Sketching designs with transitions Working with the FXG format Designing with fluid layouts in Catalyst Who this book is for

This book is for designers experienced with Photoshop, Illustrator, and Fireworks who want to include Flash Catalyst in their workflows. It's also for the general audience looking to design rich Internet applications using Catalyst. Table of Contents Catalyst Interface Your First Flash Catalyst Project Wireframing in Catalyst Animation in Catalyst Interactions Organizing Artwork and Best Practices Data Lists and Design-Time Data SWFs, Video, and Audio Custom Components and Library Packages Catalyst to Flex Builder

Reactive Programming with Angular and ngrx - Learn to Harness the Power of Reactive Programming with RxJS and ngrx Extensions... Reactive Programming with Angular and ngrx - Learn to Harness the Power of Reactive Programming with RxJS and ngrx Extensions (Paperback, 1st ed.)
Oren Farhi
R1,742 Discovery Miles 17 420 Ships in 9 - 17 working days

Manage your Angular development using Reactive programming. Growing in popularity and now an essential part of any professional web developer's toolkit, Reactive programming can enrich your development and make your code more efficient. Featuring a core application to explore and build yourself, this book shows you how to utilize ngrx/store as a state management with Redux pattern, and how to utilize ngrx/effects to define a better and more robust application architecture. Through working code examples, you will understand every aspect of Reactive programming with Angular so that you'll be able to develop maintainable, readable code. Reactive Programming with Angular and ngrx is ideal for developers already familiar with JavaScript, Angular, or other languages, and who are looking for more insight into their Angular projects. Use this book to start mastering Reactive programming today. What You'll Learn Construct components efficiently Utilize ngrx extensions and RxJS Organize state management with reducers, actions and side effects Who This Book Is For Developers who are already familiar with JavaScript and Angular and want to move onto more advanced development.

Jump Start Git, 2e (Paperback): Shaumik Daityari Jump Start Git, 2e (Paperback)
Shaumik Daityari
R721 R637 Discovery Miles 6 370 Save R84 (12%) Ships in 10 - 15 working days

Get a Jump Start on version control with Git today! If you've worked on a web development project of any size, you've probably used Git, the most broadly adopted distributed version control system available. It enables you to store different versions of project files and directories, so you can roll back to an earlier one if something goes wrong. And since it's distributed, it smoothes the path for dev team collaboration. This short, practical book will help you to: Understand Git's core philosophy. Get started with Git: install it, learn the basic commands, and set up your first project. Work with Git as part of a collaborative team. Use Git's debugging tools for maximum debug efficiency. Master Git workflow Take control with Git's advanced features: reflog, rebase, stash, and more. Use Git with cloud-based Git repository host services like Github and Bitbucket. See how Git's used effectively on large open-source projects. Whether you're a Git newbie or you've been using it for some time but only really scratching the surface of its capabilities, this book will help you to gain a deep understanding of how Git works, and how to use it to streamline your workflow.

Pro Linux System Administration - Learn to Build Systems for Your Business Using Free and Open Source Software (Paperback, 2nd... Pro Linux System Administration - Learn to Build Systems for Your Business Using Free and Open Source Software (Paperback, 2nd ed.)
Dennis Matotek, James Turnbull, Peter Lieverdink
R2,299 R1,465 Discovery Miles 14 650 Save R834 (36%) Ships in 9 - 17 working days

Implement a SOHO or SMB Linux infrastructure to expand your business and associated IT capabilities. Backed by the expertise and experienced guidance of the authors, this book provides everything you need to move your business forward. Pro Linux System Administration makes it easy for small- to medium-sized businesses to enter the world of zero-cost software running on Linux and covers all the distros you might want to use, including Red Hat, Ubuntu, Debian, and CentOS. Pro Linux System Administration takes a layered, component-based approach to open source business systems, while training system administrators as the builders of business infrastructure. Completely updated for this second edition, Dennis Matotek takes you through an infrastructure-as-code approach, seamlessly taking you through steps along the journey of Linux administration with all you need to master complex systems. This edition now includes Jenkins, Ansible, Logstash and more. What You'll Learn: Understand Linux architecture Build, back up, and recover Linux servers Create basic networks and network services with Linux Build and implement Linux infrastructure and services including mail, web, databases, and file and print Implement Linux security Resolve Linux performance and capacity planning issues Who This Book Is For: Small to medium-sized business owners looking to run their own IT, system administrators considering migrating to Linux, and IT systems integrators looking for an extensible Linux infrastructure management approach.

JavaFX Special Effects - Taking Java (TM) RIA to the Extreme with Animation, Multimedia, and Game Elements (Paperback, 1st... JavaFX Special Effects - Taking Java (TM) RIA to the Extreme with Animation, Multimedia, and Game Elements (Paperback, 1st ed.)
Lucas Jordan
R981 R843 Discovery Miles 8 430 Save R138 (14%) Ships in 10 - 15 working days

Enough about learning the fundamentals of the intriguing JavaFX platform; it's now time to start implementing visually stunning and dynamic Java-based rich Internet applications (RIAs) for your desktop or mobile front end. This book will show you what the JavaFX platform can really do for Java desktop and mobile front ends. It presents a number of excellent visual effects and techniques that will make any JavaFX application stand outwhether it's animation, multimedia, or a game. The techniques shown in this book are invaluable for competing in today's market, and they'll help set your RIAs apart from your competitor's.Create visual effects that perform well. Add subtle animations to bring any application to life. Use the graphical power of the JavaFX platform. What you'll learn Create and customize a particle system. Learn tricks for creating compelling transitions. Take advantage of animated lighting. Create impressive animations with quintic Bezier interpolators. Add realistic physics to animations. Combine effects to create compelling visual content. Who this book is for

This book is for all JavaFX developers and aspiring developers. Anyone with basic programming experience can get started in minutes. Table of Contents JavaFX Design Considerations Effect: Particle Systems Effect: Visual Transitions Effect: Animated Lighting Effect: Advanced Interpolators Effect: Physics Effect: Animated Image Sequences Effect: Animated Gradients Effect: Audio Visualizer Effects: Physics and Particles Pulling It All Together: Clown Cannon

Head First HTML5 Programming (Paperback): Eric Freeman Head First HTML5 Programming (Paperback)
Eric Freeman; Contributions by Elisabeth Robson
R1,406 R1,096 Discovery Miles 10 960 Save R310 (22%) Ships in 12 - 19 working days

HTML has been on a wild ride. Sure, HTML started as a mere markup language, but more recently HTML's put on some major muscle. Now we've got a language tuned for building web applications with Web storage, 2D drawing, offline support, sockets and threads, and more. And to speak this language you've got to go beyond HTML5 markup and into the world of the DOM, events, and JavaScript APIs.Now you probably already know all about HTML markup (otherwise known as structure) and you know all aboutCSS style (presentation), but what you've been missing is JavaScript (behavior). If all you know about are structure and presentation, you can create some great looking pages, but they're still just pages. When you add behavior with JavaScript, you can create an interactive experience; even better, you can create full blown web applications."Head First HTML5 Programming" is your ultimate tour guide to creating web applications with HTML5 and JavaScript, and we give you everything you need to know to build them, including: how to add interactivity to your pages, how to communicate with the world of Web services, and how to use the great new APIs being developed for HTML5.Here are just some of the things you'll learn in "Head First HTML5 Programing" Learn how to make your pages truly interactive by using the power of the DOM.Finally understand how JavaScript works and take yourself from novice to well-informed in just a few chapters.Learn how JavaScript APIs fit into the HTML5 ecosystem, and how to use any API in your web pages.Use the Geolocation API to know where your users are.Bring out your inner artist with Canvas, HTML5's new 2D drawing surface.Go beyond just plugging a video into your pages, and create custom video experiences.Learn the secret to grabbing five megabytes of storage in every user's browser.Improve your page's responsiveness and performance with Web workers.And much more.

Programming ASP.NET Core (Paperback): Dino Esposito Programming ASP.NET Core (Paperback)
Dino Esposito
R1,120 R898 Discovery Miles 8 980 Save R222 (20%) Ships in 12 - 19 working days

The complete, pragmatic guide to building high-value solutions with ASP.NET Core Programming ASP.NET Core is the definitive guide to practical web-based application development with Microsoft's new ASP.NET Core framework. Microsoft MVP Dino Esposito introduces proven techniques and well-crafted example code for solving real problems with ASP.NET Core. Step by step, he guides you through using all key ASP.NET Core technologies, including MVC for HTML generation, .NET Core, EF Core, ASP.NET Identity, dependency injection, and much more. Esposito thoroughly covers ASP.NET Core's cross-platform capabilities and what's changed from older ASP.NET versions, but he doesn't stop there: he offers a complete learning path for every developer who wants to build production solutions, including mobile-specific solutions. Microsoft MVP Dino Esposito shows how to: * Create new projects and understand their structure * Set up and use the familiar MVC application model in ASP.NET Core * Write controller class code to govern all stages of request processing * Serve HTML from controllers, or directly via Razor Pages * Master the Razor language for quickly defining the layout of HTML views * Manage cross-cutting concerns such as global configuration data, error and exception handling, controller class design, and dependency injection * Secure applications with user authentication and ASP.NET Core's policy-based user authorization API * Design for efficient data access, and choose the right option for reading and writing data * Build ASP.NET Core Web APIs that return JSON, XML, or other data * Use data binding to programmatically update visual components with fresh information * Build device-friendly web views for iOS and Android * Explore the radically new ASP.NET Core runtime environment and Dependency Injection (DI) infrastructure

Getting StartED with CSS (Paperback, 1st ed.): David Powers Getting StartED with CSS (Paperback, 1st ed.)
David Powers
R755 R699 Discovery Miles 6 990 Save R56 (7%) Ships in 10 - 15 working days

Knowledge of Cascading Style Sheets (CSS) is essential for developing modern, attractive websites, but many beginners are put off by the need to learn about unfamiliar concepts, such as selectors, properties, and classes, before they can achieve anything. Getting StartED with CSS takes a practical approach by showing you how to use CSS in simple stages, starting by changing the default appearance of HTML tags to improve the look of text and links. It assumes no prior knowledge of CSS and avoids bombarding you with unnecessary technical details. At the same time, it explains all the main points and acts as a reference that you can come back to when you need to refresh your memory. More advanced concepts are introduced gradually, so that by the end of the book you'll have a solid understanding of all the main aspects of CSS. Particular attention is paid to avoiding the common pitfalls of beginners, enabling you to create websites that not only look good, but also are easy to maintain.Requires no previous knowledge of CSS Instant resultsstarts off by showing how improve the look of a website stage by stage Doesn't bombard you with endless rules and jargon What you'll learn How to immediately improve the look of your entire website by controlling fonts and colors with just a few lines of code. How to control the layout of elements on the page without resorting to complex tables. How to add background images that appear exactly where you want them. How to create effective style sheets that are easy to maintain by avoiding common mistakes such as over-reliance on classes ("classitis"). How browsers display page elements and master CSS positioning. How to experiment with advanced CSS selectors. Who this book is for

This book is aimed at anybody who wants to learn how to style websites using CSS. The primary readership is likely to be independent web developers and serious hobbyists, but knowledge of CSS is essential to anyone planning a career in web development, so it should also find a place in the curriculum of academic courses in media studies. Table of Contents What Is CSS, and Why Should I Learn It? How Do I Improve the Look of Text and Links? How Can I Improve the Layout of My Text? How Can I Flow Text Around Images? How Do I Add Backgrounds and Borders to Improve the Look of My Page? How Do I Solve the Mysteries of Width and Height? How Do I Create Differently Styled Sections? How Do I Style Lists and Navigation Menus? How Do I Style Tables? How Do I Position Elements Precisely on the Page? Are There Any Guidelines for Basic Page Layout? How Do I Create Styles for Printing?

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Newton on Mathematics and Spiritual…
A. Leshem Hardcover R3,510 Discovery Miles 35 100
Reading Planet - The Singing Garden…
Lou Kuenzler Paperback R218 Discovery Miles 2 180
Artificial Intelligence Technologies for…
Ranjeet Kumar Rout, Saiyed Umer, … Hardcover R3,745 Discovery Miles 37 450
The Handbook Of Nature Study in Color…
Anna B Comstock Hardcover R787 Discovery Miles 7 870
Substance Use Disorders - Assessment and…
Charles E. Dodgen, W.Michael Shea Hardcover R2,581 R1,785 Discovery Miles 17 850
The Curious World of Fluorinated…
Konrad Seppelt Paperback R5,265 Discovery Miles 52 650
Prevention Specialist Exam Study Guide
Nicole M. Augustine Hardcover R4,171 Discovery Miles 41 710
Hip Pain - Treating Hip Pain: Preventing…
Ace McCloud Hardcover R544 R503 Discovery Miles 5 030
An Introduction to RF Stealth
David L. Lynch Hardcover R4,422 R3,969 Discovery Miles 39 690
Welcome to Biscuit Land - A Year in the…
Jessica Thom Paperback R369 R331 Discovery Miles 3 310

 

Partners