0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (112)
  • R250 - R500 (540)
  • R500+ (3,228)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

Pro PHP XML and Web Services (Paperback, Softcover reprint of the original 1st ed.): Robert Richards Pro PHP XML and Web Services (Paperback, Softcover reprint of the original 1st ed.)
Robert Richards
R2,137 Discovery Miles 21 370 Ships in 10 - 15 working days

Author Rob Richards is a major contributor to the PHP XML codebase and is considered a leading expert on the topic in the PHP community Covers the most leading-edge branch of PHP-currently 5.1 Practical, real-world examples with the Amazon, eBay, Yahoo, and Google web services APIs

Learn CakePHP - With Unit Testing (Paperback, 2nd ed.): Radharadhya Dasa Learn CakePHP - With Unit Testing (Paperback, 2nd ed.)
Radharadhya Dasa
R1,127 Discovery Miles 11 270 Ships in 10 - 15 working days

Accelerate your development of PHP applications using the popular CakePHP web application development framework and unit testing. This short book shows you how to carry out test-driven development with fixtures, model tests, controller tests, mocks, and test suites. Learn CakePHP contains all you need to get started with the CakePHP framework to build faster, better PHP-based web applications. You'll learn about unit testing and how to implement it in CakePHP. This approach to coding leads to better code, better applications, and better programming habits. With this knowledge your PHP skills will go from strength to strength allowing you to write more and improved code. What you'll learn What is unit testing and CakePHP and how to put the two together What is clean coding What is TDD and the development cycle using this approach How to work with fixtures, model tests, text callbacks, controller tests, and more How to do mocks, test suites, testing from the command line and more How to work with code coverage, fixtures data, and private methods Who this book is for This book is for experienced PHP programmers and web developers who have little or no experience using CakePHP and/or unit testing.

Flash Memory Integration - Performance and Energy Issues (Hardcover): Jalil Boukhobza, Pierre Olivier Flash Memory Integration - Performance and Energy Issues (Hardcover)
Jalil Boukhobza, Pierre Olivier
R2,001 R1,844 Discovery Miles 18 440 Save R157 (8%) Ships in 12 - 17 working days

4 zettabytes (4 billion terabytes) of data generated in 2013, 44 zettabytes predicted for 2020 and 185 zettabytes for 2025. These figures are staggering and perfectly illustrate this new era of data deluge. Data has become a major economic and social challenge. The speed of processing of these data is the weakest link in a computer system: the storage system. It is therefore crucial to optimize this operation. During the last decade, storage systems have experienced a major revolution: the advent of flash memory. Flash Memory Integration: Performance and Energy Issues contributes to a better understanding of these revolutions. The authors offer us an insight into the integration of flash memory in computer systems, their behavior in performance and in power consumption compared to traditional storage systems. The book also presents, in their entirety, various methods for measuring the performance and energy consumption of storage systems for embedded as well as desktop/server computer systems. We are invited on a journey to the memories of the future.

Typed PHP - Stronger Types For Cleaner Code (Paperback, 1st ed.): Christopher Pitt Typed PHP - Stronger Types For Cleaner Code (Paperback, 1st ed.)
Christopher Pitt
R997 Discovery Miles 9 970 Ships in 10 - 15 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.

Securing PHP Apps (Paperback, 1st ed.): Ben Edmunds Securing PHP Apps (Paperback, 1st ed.)
Ben Edmunds
R865 Discovery Miles 8 650 Ships in 10 - 15 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.

Building APIs with Node.js (Paperback, 1st ed.): Caio Ribeiro Pereira Building APIs with Node.js (Paperback, 1st ed.)
Caio Ribeiro Pereira
R1,494 Discovery Miles 14 940 Ships in 10 - 15 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.

Material Design Implementation with AngularJS - UI Component Framework (Paperback, 1st ed.): V. Keerti Kotaru Material Design Implementation with AngularJS - UI Component Framework (Paperback, 1st ed.)
V. Keerti Kotaru
R1,473 Discovery Miles 14 730 Ships in 10 - 15 working days

Build high-quality web and mobile user interfaces (UI) that are interactive, fluid, and provide a consistent experience across devices from desktops to tablets to smartphones. Use a Material Design approach to position elements and create animations along with principles of the sophisticated AngularJS JavaScript framework. Take advantage of Angular Material, a UI component framework that works out of the box to design web pages that adapt to various screen sizes and adhere to Material Design specifications. What You Will Learn: Develop a UI that adheres to Material Design principles using Angular Material, a UI component framework Use various Angular Material elements, directives, and services in conjunction with CSS3 Flexbox for layout management Use best practice design techniques to develop a responsive UI to fit multiple devices and screen sizes from desktop to tablet to mobile phone Develop web apps for both mobile and desktop form factors and screen sizes using HTML, CSS, and JavaScript Who This Book Is For: Web and mobile app developers with a basic understanding of JavaScript, HTML, and CSS

On the Way to the Web - The Secret History of the Internet and Its Founders (Paperback, Softcover reprint of the original 1st... On the Way to the Web - The Secret History of the Internet and Its Founders (Paperback, Softcover reprint of the original 1st ed.)
Michael Banks
R608 R516 Discovery Miles 5 160 Save R92 (15%) Ships in 10 - 15 working days

On the Way to the Web: The Secret History of the Internet and Its Founders is an absorbing chronicle of the inventive, individualistic, and often cantankerous individuals who set the Internet free. Michael A. Banks describes how the online population created a new culture and turned a new frontier into their vision of the future. This book will introduce you to the innovators who laid the foundation for the Internet and the World Wide Web, the man who invented online chat, and the people who invented the products all of us use online every day. Learn where, when, how and why the Internet came into being, and exactly what hundreds of thousands of people were doing online before the Web. See who was behind it all, and what inspired them.

Foundation Flash Applications for Mobile Devices (Paperback, Softcover reprint of the original 1st ed.): Richard Leggett,... Foundation Flash Applications for Mobile Devices (Paperback, Softcover reprint of the original 1st ed.)
Richard Leggett, Weyert De Boer, Scott Janousek
R1,743 Discovery Miles 17 430 Ships in 10 - 15 working days

* This is the only up-to-date book on the market that covers Flash mobile application development. * Evidence of demand - large companies such as Nokia and Samsung are Flash-enabling their phones. * The book will support the new FlashLite version available with the next version of Flash, released later on this year.

HTML5 Quick Markup Reference (Paperback, 1st ed.): Wallace Jackson HTML5 Quick Markup Reference (Paperback, 1st ed.)
Wallace Jackson
R1,883 Discovery Miles 18 830 Ships in 10 - 15 working days

This book is a condensed reference for HTML5 markup. It presents the essential HTML5 elements and attributes in a well-organized format that can be used as a handy reference. HTML5 Quick Markup Reference is an HTML5 reference title covering tags and parameters central to HTML5 markup using the NetBeans 8.1 IDE. The book covers the tags used in HTML5, logically organized by topical chapters. It gets more advanced as chapters progress, covering the new media tags and file formats that are best for use with HTML5, as well as key factors regarding the data footprint optimization work process, in-lining .CSS and .JS files, and why data footprint optimization is important. What You Will Learn: The tags supported in HTML5 What comprises an HTML5 content production workflow Concepts and principles behind HTML5 content production How to install and utilize Inkscape for Windows, Mac OS X and Linux Concepts behind spline curves, strokes, fills, patterns, and rendering Digital illustration data formats and data footprint optimization Who This Book Is For: Website developers, Flash developers, user interface designers, HTML5 game designers, teachers, and educators.

Learn Quantum Computing with Python and Q# - A hands-on approach (Paperback): Sarah Kaiser, Chris Granade Learn Quantum Computing with Python and Q# - A hands-on approach (Paperback)
Sarah Kaiser, Chris Granade
R1,407 R1,298 Discovery Miles 12 980 Save R109 (8%) Ships in 9 - 15 working days

Learn Quantum Computing with Python and Q# demystifies quantum computing. Using Python and the new quantum programming language Q#, you'll learn QC fundamentals as you apply quantum programming techniques to real-world examples including cryptography and chemical analysis. Learn Quantum Computing with Python and Q# builds your understanding of quantum computers, using Microsoft's Quantum Development Kit to abstract away the mathematical complexities. You'll learn QC basics as you create your own quantum simulator in Python, then move on to using the QDK and the new Q# language for writing and running algorithms very different to those found in classical computing. Key Features * The underlying mechanics of how quantum computers work * How to simulate qubits in Python * Q# and the Microsoft Quantum Developer Kit * How to apply quantum algorithms to real-world examples For readers with basic programming skills and some experience of linear algebra, calculus and complex numbers. About the technology Quantum computing is the next step in computing power and scalability, with the potential to impact everything from data science to information security. Using qubits, the fundamental unit of quantum information, quantum computers can solve problems beyond the scale of classical computing. Software packages like Microsoft's Quantum Development Kit and the Q# language are now emerging to give programmers a quick path to exploring quantum development for the first time. Christopher Granade completed his PhD in physics (quantum information) at the University of Waterloo's Institute for Quantum Computing, and now works in the Quantum Architectures and Computation (QuArC) group at Microsoft. He works in developing the standard libraries for Q# and is an expert in the statistical characterization of quantum devices from classical data. Previously, Christopher helped Scott Aaronson prepare lectures into his recent book, Quantum Computing Since Democritus. Sarah Kaiser completed her PhD in physics (quantum information) at the University of Waterloo's Institute for Quantum Computing. She has spent much of her career developing new quantum hardware in the lab, from satellites to hacking quantum cryptography hardware. Communicating what is so exciting about quantum is her passion, and she loves finding new demos and tools to help enable the quantum community to grow. When not at the keyboard, she loves kayaking and writing books about engineering for kids.

Creating Google Chrome Extensions (Paperback, 1st ed.): Prateek Mehta Creating Google Chrome Extensions (Paperback, 1st ed.)
Prateek Mehta
R2,007 Discovery Miles 20 070 Ships in 10 - 15 working days

Transform your existing web applications into Google Chrome browser extensions and create brand new extensions that improve your own browsing experience and that of your users. This book shows you how Google Chrome browser extensions are extremely useful tools for enhancing the functionality of the Google Chrome web browser. For example, you can create extensions to summarize the current page you are reading, or to save all of the images in the page you are browsing. They have access to almost all of the features provided by the Google Chrome browser, and they can encapsulate such features in the form of a bundled application providing targeted functionality to users. Extensions also run in a sandboxed environment, making them secure - which is a huge plus in the modern web! The APIs provided by the Chrome Extensions framework help you empower web applications by coupling them with amazing features provided by the Google Chrome web browser, such as bookmarks, history, tabs, actions, storage, notifications, search, and a lot more - facilitating increased productivity on the Google Chrome web browser. What You Will Learn: Transform your web application ideas into Google Chrome Extensions. Choose the recommended components for creating your kind of extension. Leverage the power of a Google Chrome browser by making use of the extensions API. Showcase your existing web-development skills in a modern way by creating useful extensions. Who This Book is For Existing web developers, experienced in creating simple web pages (using HTML, CSS, and JavaScript), to help them create browser extensions for Google Chrome. After understanding the examples and lessons in this book, you will be able to transform your existing web applications into Google Chrome browser extensions, as well as create brand new extensions.

PHP and MySQL Recipes - A Problem-Solution Approach (Paperback, 2nd ed.): Frank M. Kromann PHP and MySQL Recipes - A Problem-Solution Approach (Paperback, 2nd ed.)
Frank M. Kromann
R2,856 R2,555 Discovery Miles 25 550 Save R301 (11%) Ships in 10 - 15 working days

Gain instant solutions, including countless pieces of useful code that you can copy and paste into your own applications, giving you answers fast and saving you hours of coding time. You can also use this book as a reference to the most important aspects of the latest PHP scripting language, including the vital functions you know and love from previous versions of PHP, as well as the functions introduced in PHP 7. PHP and MySQL Recipes: A Problem-Solution Approach supplies you with complete code for all of the common coding problems you are likely to face when using PHP and MySQL together in your day-to-day web application development. This invaluable guide includes over 200 recipes and covers numerous topics. What you hold in your hands is the answer to all your PHP 7 needs. Furthermore, this book explains the PHP functionality in detail, including the vastly improved object-oriented capabilities and the new MySQL database extension. PHP and MySQL Recipes will be a useful and welcome companion throughout your career as a web developer, keeping you on the cutting edge of PHP development, ahead of the competition, and giving you all the answers you need, when you need them. What You'll Learn Work with arrays, dates and times, strings, files and directories, and dynamic imaging Write regular expressions in PHP Use the variables and functions found in PHP Who This Book Is For Experienced PHP and MySQL programmers and web developers who have at least some PHP and MySQL programming experience.

Creating Blogs with Jekyll (Paperback, 1st ed.): Vikram Dhillon Creating Blogs with Jekyll (Paperback, 1st ed.)
Vikram Dhillon
R2,453 Discovery Miles 24 530 Ships in 10 - 15 working days

Learn to create your own blog using the Jekyll static site generator. You'll start with a simple template, add new features to it, automate any maintenance, attach social sharing, and begin writing. By the end of Creating Blogs with Jekyll, you will be able to create custom blogs with Jekyll, update the content with ease, and reach out to your readers with minimal effort. Because you've built your blog yourself, you'll know exactly how each component works, and you won't be dependent on an admin panel to maintain it. Creating Blogs with Jekyll equips you with the knowledge to create an elegantly designed blog and scale it to capture more readers. Recapture the magic of writing by creating great content and use an easy workflow in Jekyll to maintain it for blogging. Do new things and write about them in style with Jekyll. Takes you through building a fully functional blog from scratch using Jekyll Provides a fun way to work on a side-project and integrate cutting edge web technologies Teaches you how to update and maintain your awesome blog Jekyll is a simple, secure and very low maintenance blog engine that converts naturally written content in markdown into a beautiful and minimal blog. It allows you to focus on content creation and expressing yourself instead of spending all your time updating the plugins and maintaining the database. Jekyll does not rely on a database as a backend so your blog will be far more secure and reliable than any traditional blogging engines such as WordPress. We live in a day and age where short attention spans make it very difficult to expose a reader to interesting content. What better way to capture a reader's attention and retain viewers by captivating them by your own unique style and taste? Jekyll allows the content to shine with minimal distractions and a greater focus on the content and easy sharing of the content. What You'll Learn Choose a base theme appropriate for your style and development Integrate various web technologies that will work well together and enhance your blog Automate social sharing components and comments workflow Make adjustments to themes, views and styles of blog posts Update any of the modular components of the blog and integrate new technologies Implement Jekyll and deploying static websites for future projects Who This Book Is For The developer who is ready to move beyond the complexities of maintaining a content management system by creating their own unique blog in their own style. It's for the project manager tired of spending all their time editing their blog on the admin panel and updating the content management system. Creating Blogs with Jekyll is an excellent choice for new developers to start blogging because of the simplicity of Jekyll's theming layer and writing workflow. It's an excellent choice for the web developer wanting to build their blog from scratch and expand their knowledge of higher level web technologies.

Introducing SEO - Your quick-start guide to effective SEO practices (Paperback, 1st ed.): Aravind Shenoy, Anirudh Prabhu Introducing SEO - Your quick-start guide to effective SEO practices (Paperback, 1st ed.)
Aravind Shenoy, Anirudh Prabhu
R1,350 R1,182 Discovery Miles 11 820 Save R168 (12%) Ships in 10 - 15 working days

Use this easy-to-digest brief introduction to leverage search engine optimization (SEO) - an imperative methodology used to improve the visibility of websites using different strategies and techniques. Using a calculative and practical approach, this book teaches you the techniques, practical implementations, and concepts of SEO that will enable you to get to grips with the fundamental aspects of search engine optimization. Introducing SEO jumpstarts your knowledge using an easy-to-follow approach - add it to your library today. What You'll Learn Incorporate effective SEO into your workflow Use keywords, link building, and online social media marketing Implement SEO-specific plans and strategies Employ strategies that will result in better website visibility Who This Book Is For Beginners who want a quick, no-nonsense introduction to SEO. No prior experience or knowledge of SEO is required to understand the concepts in this book.

PHP Development Tool Essentials (Paperback, 1st ed.): Chad Russell PHP Development Tool Essentials (Paperback, 1st ed.)
Chad Russell
R976 R886 Discovery Miles 8 860 Save R90 (9%) Ships in 10 - 15 working days

Learn PHP development best practices, such as version control, development environment virtualization, and coding standards. You'll also discover the most useful PHP web frameworks, including the new Laravel, symfony2, and micro-frameworks. As you do so, you'll learn how to use them to write the most productive PHP code possible. PHP Development Tool Essentials complements Jason Gilmore's best-selling Beginning PHP and MySQL. This book will further expose you to the many different methodologies, tools, and concepts that professional web developers are using more and more each day. What You'll Learn Use version control with PHP Set up virtualized development environments Maintain PHP coding standards Manage dependencies Leverage the best PHP frameworks Who This Book Is For Intermediate to advanced PHP developers looking to advance their skills with new tools, concepts, and approaches.

Introducing Regular Expressions - JavaScript and TypeScript (Paperback, 1st ed.): Joerg Krause Introducing Regular Expressions - JavaScript and TypeScript (Paperback, 1st ed.)
Joerg Krause
R903 Discovery Miles 9 030 Ships in 10 - 15 working days

This book is your easy-to-digest and concise guide to regular expressions in JavaScript, this book teaches you the very basics and can be used in the browser or on the server. Explore and understand how to use regular expressions in all JavaScript environments. Presented in four key concept sections, Introducing Regular Expressions shows how to create and use regular expressions to accelerate your JavaScript development. What You'll Learn What regular expressions are and why you should use them Use useful expressions (including examples) Reference features and functions Use regular expressions in all JavaScript environments Who This Book Is For Developers of web applications who want to explore the capabilities of JavaScript based apps on both, client and server. It's suitable for beginners that have a basic understanding of JavaScript already.

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,091 Discovery Miles 10 910 Ships in 10 - 15 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.

JSON Quick Syntax Reference (Paperback, 1st ed.): Wallace Jackson JSON Quick Syntax Reference (Paperback, 1st ed.)
Wallace Jackson
R1,936 Discovery Miles 19 360 Ships in 10 - 15 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 Hacks - Tips and Tools for Creating Dynamic Websites (Paperback): Jack D. Herrington PHP Hacks - Tips and Tools for Creating Dynamic Websites (Paperback)
Jack D. Herrington
R727 R544 Discovery Miles 5 440 Save R183 (25%) Ships in 12 - 17 working days

Programmers love its flexibility and speed; designers love its accessibility and convenience. When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million web sites, surpassing Microsoft's ASP .NET technology in popularity. Not surprisingly, this surge in usage has resulted in a number of PHP books hitting the market. Only one, though, takes the language beyond traditional Web programming and into mapping, graphing, multimedia, and beyond: PHP Hacks. In PHP Hacks, author Jack Herrington wrings out his 20 years of code generation experience to deliver hands-on tools ranging from basic PHP and PEAR installation and scripting to advanced multimedia and database optimizing tricks. On the practical side of things, PHP Hacks helps you develop more robust PHP applications by explaining how to improve your database design, automate application testing, and employ design patterns in your PHP scripts and classes. In the category of "cool," Herrington explains how to upgrade your Web interface through the creation of tabs, stickies, popups, and calendars. He even examines how to leverage maps and graphics in PHP. There's also a bounty of image and application hacks, including those that show you how to: * Integrate web sites with Google maps and satellite imaging * Dynamically display iPhoto libraries online * Add IRC, SMS, and Instant Messaging capabilities to your Web applications * Drop the latest Wikipedia dictionary onto your Sony PSP * Render graphics and user interfaces with SVG, DHTML, and Ajax Whether you're a newcomer or an expert, you'll find great value in PHP Hacks, the only PHP guide that offers something useful and fun for everyone.

Starting Out with Java - Early Objects (Paperback, 6th edition): Tony Gaddis Starting Out with Java - Early Objects (Paperback, 6th edition)
Tony Gaddis
R4,469 Discovery Miles 44 690 Ships in 12 - 17 working days

For courses in Java programming A clear and student-friendly way to teach the fundamentals of Java Starting Out with Java: Early Objects, 6th Edition features Tony Gaddis's accessible, step-by-step presentation which helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and the Java programming language by presenting all the details needed to understand the "how" and the "why"-but never losing sight of the fact that most beginners struggle with this material. His approach is gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs. In Starting Out with Java: Early Objects, Gaddis looks at objects-the fundamentals of classes and methods-before covering procedural programming. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real world examples, and an abundance of exercises appear in every chapter. Updates to the 6th Edition include revised, improved problems throughout and three new chapters on JavaFX. Also Available with MyLab Programming. MyLab (TM) Programming is an online learning system designed to engage students and improve results. MyLab Programming consists of programming exercises correlated to the concepts and objectives in this book. Through practice exercises and immediate, personalized feedback, MyLab Programming improves the programming competence of beginning students who often struggle with the basic concepts of programming languages. Note: You are purchasing a standalone product; MyLab (TM) Programming does not come packaged with this content. Students, if interested in purchasing this title with MyLab (TM) Programming, ask your instructor for the correct package ISBN and Course ID. Instructors, contact your Pearson representative for more information. If you would like to purchase both the physical text and MyLab (TM) Programming, search for: 0134543653 / 9780134543659 Starting Out with Java: Early Objects Plus MyProgrammingLab with Pearson eText -- Access Card Package, 6/e Package consists of: 0134447174 / 9780134447179 MyProgrammingLab with Pearson eText -- Access Card -- for Starting Out with Java: Early Objects 0134462017 / 9780134462011 Starting Out with Java: Early Objects Students can use the URL and phone number below to help answer their questions: http://247pearsoned.custhelp.com/app/home 800-677-6337

Introducing Zurb Foundation 6 (Paperback, 1st ed.): Aravind Shenoy Introducing Zurb Foundation 6 (Paperback, 1st ed.)
Aravind Shenoy
R1,531 Discovery Miles 15 310 Ships in 10 - 15 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.

Windows 10 Development Recipes - A Problem-Solution Approach in HTML and JavaScript (Paperback, 1st ed.): Senthil Kumar, Lohith... Windows 10 Development Recipes - A Problem-Solution Approach in HTML and JavaScript (Paperback, 1st ed.)
Senthil Kumar, Lohith Goudagere Nagaraj, Pathik Rawal, Pryank Rohilla
R2,954 Discovery Miles 29 540 Ships in 10 - 15 working days

This book is a practical guide to solving the everyday problems encountered when building apps for Windows 10 devices, including desktops, laptops, tablets, and phones, using HTML5, CSS3 and JavaScript. Each recipe includes a concise statement of the problem and the approach you should take in order to solve it. A full code solution is also given, along with an in-depth explanation, so you can build on your development knowledge while you work on your application. The majority of recipes can be used with the Universal Windows app template, designed to help you build one consistent user experience across devices. These are supplemented with recipes for adapting your app to different devices, screen sizes and sensor availability. You'll also find out how to deploy and publish your apps in the Windows Store. Learn how to: Make use of the latest Universal Windows app features, alongside customizations for specific platforms and screen sizes. Bring your apps to life with live tiles, notifications, and sharing. Prepare your app to adapt to your users' different cultural and business environments using globalization and localization APIs and best practices. Understand the certification process and publish your app to the Windows Store, with the option to pay once, install anywhere. This book is suitable for anyone developing for Windows and Windows Mobile. Readers should be comfortable working with HTML and JavaScript. No previous experience with Microsoft technologies or languages is needed in order to use this book.

MySQL for the Internet of Things (Paperback, 1st ed.): Charles Bell MySQL for the Internet of Things (Paperback, 1st ed.)
Charles Bell
R2,301 Discovery Miles 23 010 Ships in 10 - 15 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

Beginning Neo4j (Paperback, 1st ed.): Chris Kemper Beginning Neo4j (Paperback, 1st ed.)
Chris Kemper
R2,475 Discovery Miles 24 750 Ships in 10 - 15 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.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
An Introduction to XML and Web…
Anders Moller, Michael Schwartzbach Paperback R2,471 Discovery Miles 24 710
Coding for Kids Ages 9-15 - Simple HTML…
Bob Mather Hardcover R891 Discovery Miles 8 910
CSS For Beginners - The Best CSS Guide…
Ethan Hall Hardcover R997 R817 Discovery Miles 8 170
Java - Java Programming for beginners…
Adam Dodson Hardcover R611 R507 Discovery Miles 5 070
DelphiMVCFramework - the official guide…
Daniele Teti Hardcover R1,368 Discovery Miles 13 680
Starting Out with Python, Global Edition
Tony Gaddis Paperback R2,164 Discovery Miles 21 640
Introduction Coding - Learn Python With…
Python Accademy Hardcover R776 R643 Discovery Miles 6 430
CSS and HTML for beginners - A Beginners…
Ethan Hall Hardcover R907 Discovery Miles 9 070
Intro to Python for Computer Science and…
Paul Deitel Paperback R2,077 Discovery Miles 20 770
C# - 2 books in 1 - The Ultimate…
Ryan Turner Hardcover R1,156 R940 Discovery Miles 9 400

 

Partners