0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (3)
  • R100 - R250 (106)
  • R250 - R500 (508)
  • R500+ (3,104)
  • -
Status
Format
Author / Contributor
Publisher

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

Programming Web Services with Perl (Paperback, Illustrated Ed): Randy J. Ray Programming Web Services with Perl (Paperback, Illustrated Ed)
Randy J. Ray
R1,151 R979 Discovery Miles 9 790 Save R172 (15%) Ships in 18 - 22 working days

Programming Web Services with Perl is written for Perl programmers who have no prior knowledge of web services. No understanding of XML-RPC or SOAP is necessary to be able to apply these technologies easily, through the use of publicly available Perl modules detailed in the book. If you're interested in applying XML-RPC and SOAP technologies to distributed programming applications, then Programming Web Services with Perl is a book you'll want to have.

Computer Science & Perl Programming - Best of the Perl Journal (Paperback, Edited by Jon Orwant November 2002): Jon Orwant Computer Science & Perl Programming - Best of the Perl Journal (Paperback, Edited by Jon Orwant November 2002)
Jon Orwant
R1,224 R1,053 Discovery Miles 10 530 Save R171 (14%) Ships in 18 - 22 working days

The first of three volumes from the archives of The Perl Journal that O'Reilly has exclusive rights to distribute, this book is a compilation of the best from TPJ: 71 articles providing a comprehensive tour of how experts implement computer science concepts in the real world, with code walkthroughs, case studies, and explanations of difficult techniques that can't be found in any other book.

Isomorphic Web Applications - Universal Development with React (Paperback): Elyse Kolker Gordon Isomorphic Web Applications - Universal Development with React (Paperback)
Elyse Kolker Gordon
R904 R380 Discovery Miles 3 800 Save R524 (58%) Ships in 9 - 17 working days

You used to have two options for web app architecture: backend server-rendered in response to requests, or frontend browser-rendered, single page applications. Now you have a new choice: isomorphic apps, which let you take advantage of the best of both worlds. Isomorphic Development with JavaScript teaches web developers to build isomorphic web applications using JavaScript, NodeJS, and React. By the end, they'll be able to build a high performance content site that will support their users' needs and their SEO goals. KEY FEATURES Hands-on examples Teaches isomorphic app basics Easy-to-follow ABOUT THE TECHNOLOGY An isomorphic app is a web app that blends a server-rendered web app with a single-page application. AUTHOR BIO Elyse Kolker Gordon has been building web applications for five years and is a Technical Lead at Vevo, where she solves challenges with isomorphic apps every day. She writes technical articles and speaks about JavaScript at meetups and conferences. In her free time, she plays the drums and travels.

Java NIO (Paperback, 1st ed): Ron Hitchens Java NIO (Paperback, 1st ed)
Ron Hitchens
R892 R771 Discovery Miles 7 710 Save R121 (14%) Ships in 18 - 22 working days

Java NIO explores the new I/O capabilities of version 1.4 in detail and shows you how to put these features to work to greatly improve the efficiency of the Java code you write. This compact volume examines the typical challenges that Java programmers face with I/O and shows you how to take advantage of the capabilities of the new I/O features. You'll learn how to put these tools to work using examples of common, real-world I/O problems and see how the new features have a direct impact on responsiveness, scalability, and reliability.

Because the NIO APIs supplement the I/O features of version 1.3, rather than replace them, you'll also learn when to use new APIs and when the older 1.3 I/O APIs are better suited to your particular application.

XML Schema (Paperback): Eric Van Der Vlist XML Schema (Paperback)
Eric Van Der Vlist
R933 R812 Discovery Miles 8 120 Save R121 (13%) Ships in 18 - 22 working days

The W3C's XML Schema offers a powerful set of tools for defining acceptable XML document structures and content. While schemas are powerful, that power comes with substantial complexity. This book explains XML Schema foundations, a variety of different styles for writing schemas, simple and complex types, datatypes and facets, keys, extensibility, documentation, design choices, best practices, and limitations. Complete with references, a glossary, and examples throughout.

Java & XML Data Binding (Paperback): Brett McLaughlin Java & XML Data Binding (Paperback)
Brett McLaughlin
R767 R671 Discovery Miles 6 710 Save R96 (13%) Ships in 18 - 22 working days

This new title provides an in-depth technical look at XML Data Binding. The book offers complete documentation of all features in both the Sun Microsystems JAXB API and popular open source alternative implementations (Enhydra Zeus, Exolabs Castor and Quick). It also gets into significant detail about when data binding is appropriate to use, and provides numerous practical examples of using data binding in applications.

Java & SOAP (Paperback, 1st ed): Robert Englander Java & SOAP (Paperback, 1st ed)
Robert Englander
R1,136 Discovery Miles 11 360 Ships in 18 - 22 working days

Java and SOAP provides Java developers with an in-depth look at SOAP (the Simple Object Access Protocol). Of course, it covers the basics: what SOAP is, why it's soared to a spot on the Buzzwords' Top Ten list, and what its features and capabilities are. And it shows you how to work with some of the more common Java APIs in the SOAP world: Apache SOAP and GLUE.

Java and SOAP also discusses interoperability between the major SOAP platforms, including Microsoft's .NET, SOAP messaging, SOAP attachments, message routing, and a preview of the forthcoming AXIS APIs and server. If you're a Java developer who would like to start working with SOAP, this is the book you need to get going.

Programming Jabber (Paperback, December 2001): D.J. Adams Programming Jabber (Paperback, December 2001)
D.J. Adams
R1,143 R972 Discovery Miles 9 720 Save R171 (15%) Ships in 18 - 22 working days

Programming Jabber offers developers a chance to learn and understand the Jabber technology and protocol from an implementer's point of view. Detailed information of each part of the Jabber protocol is introduced, explained, and discussed in the form of mini-projects, or simple and extended examples in Perl, Python, and Java. This book provides the foundation and framework for developers to hit the ground running, and is the essential book on Jabber.

Python & XML (Paperback, 1st ed): Christopher A Jones Python & XML (Paperback, 1st ed)
Christopher A Jones
R925 R805 Discovery Miles 8 050 Save R120 (13%) Ships in 18 - 22 working days

Python is an ideal language for manipulating XML, and this new volume gives you a solid foundation for using these two languages together. Complete with practical examples that highlight common application tasks, the book starts with the basics then quickly progresses to complex topics, like transforming XML with XSLT and querying XML with XPath. It also explores more advanced subjects, such as SOAP and distributed web services.

Programming Web Services with XML-RPC (Paperback, Foreword by Dave Winer June 2001): Simon St. Laurent Programming Web Services with XML-RPC (Paperback, Foreword by Dave Winer June 2001)
Simon St. Laurent
R777 R682 Discovery Miles 6 820 Save R95 (12%) Ships in 18 - 22 working days

XML-RPC, a simple yet powerful system built on XML and HTTP, lets developers connect programs running on different computers with a minimum of fuss. Java programs can talk to Perl scripts, which can talk to ASP applications, and so on. With XML-RPC, developers can provide access to functionality without having to worry about the system on the other end, so it's easy to create web services.

Java RMI (Paperback): William Grosso Java RMI (Paperback)
William Grosso
R1,405 Discovery Miles 14 050 Ships in 18 - 22 working days

With Java RMI, you'll learn tips and tricks for making your RMI code excel. The book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuable RMI knowledge packed into one book.

Java 2 (German, Hardcover, 2nd 2., Uberarb. Aufl. Reprint 201 ed.): Ernst-Wolfgang Dieterich Java 2 (German, Hardcover, 2nd 2., Uberarb. Aufl. Reprint 201 ed.)
Ernst-Wolfgang Dieterich
R3,062 R2,417 Discovery Miles 24 170 Save R645 (21%) Ships in 18 - 22 working days

Dieses Buch fuhrt von Grund auf in das objektorientierte Programmieren in Java 2 ein. Alle Sprachkonstruktionen von Java 2 werden genau beschrieben und an pragnanten Beispielen veranschaulicht."

Java Servlet Programming 2e (Paperback, 2nd Revised edition): Jason Hunter Java Servlet Programming 2e (Paperback, 2nd Revised edition)
Jason Hunter
R1,405 Discovery Miles 14 050 Ships in 18 - 22 working days

The second edition of this popular book has been completely updated to add the new features of the Java Servlet API Version 2.2, and new chapters on servlet security and advanced communication. In addition to complete coverage of the 2.2 specification, we have included bonus material on the new 2.3 version of the specification.

Java Programming - What Do You Want To Do? (Paperback): Steven P Warr Java Programming - What Do You Want To Do? (Paperback)
Steven P Warr
R581 R536 Discovery Miles 5 360 Save R45 (8%) Ships in 18 - 22 working days

Learning a programming language on you own can be daunting.

Programming books can be confusing and incomplete.

Program listings often do not work until you have mucked around using trial and error.

I like to use books as reference after I have read them. Invariably, none of the books have the particular information that I want, nor do they have references to other information sources.

"Java Programming -- What Do You Want To Do?" changes all that. Inside there are clear instructions on how to do what you want to do -- Basic structures, graphics programming with AWT and NetBeans, Advanced structures, test preparation, networking, cell phone programming and much more.

Programming the Perl DBI (Paperback): Alligator Descartes Programming the Perl DBI (Paperback)
Alligator Descartes
R914 R793 Discovery Miles 7 930 Save R121 (13%) Ships in 18 - 22 working days

The primary interface for database programming in Perl is DBI. Programming the Perl DBI is coauthored by Alligator Descartes, one of the most active members of the DBI community, and by Tim Bunce, the inventor of DBI. The book explains the architecture of DBI, shows you how to write DBI-based programs, and reveals both DBI's nuances and the peculiarities of each individual DBD. This is the definitive book for database programming in Perl.

JavaScript Application Cookbook (Paperback): Jerry Bradenbaugh JavaScript Application Cookbook (Paperback)
Jerry Bradenbaugh
R1,394 Discovery Miles 13 940 Ships in 18 - 22 working days

JavaScript Application Cookbook literally hands the Webmaster a set of ready-to-go, client-side JavaScript applications with thorough documentation to help them understand and extend the applications. By providing such a set of applications, JavaScript Application Cookbook allows Webmasters to immediately add extra functionality to their Web sites.

Practical Web Design for Absolute Beginners (Paperback, 1st ed.): Adrian W. West Practical Web Design for Absolute Beginners (Paperback, 1st ed.)
Adrian W. West
R3,161 Discovery Miles 31 610 Ships in 18 - 22 working days

Learn the fundamentals of modern web design, rather than relying on CMS programs, such as WordPress or Joomla!. You will be introduced to the essentials of good design and how to optimize for search engines. You will discover how to register a domain name and migrate a website to a remote host. Because you will have built the web pages yourself, you will know exactly how HTML and CSS work. You have will complete control over your websites and their maintenance. Practical Website Design for Absolute Beginners centers around introducing small amounts of new code in short practical chapters and provides many website templates that can be easily adapted for your own websites. Each chapter builds on the templates created in the previous chapter. You are provided with a practical project to complete in most chapters, and taught to produce practical web pages right from the start. In the first chapter you will install and configure a free text editor, then you will produce the structure for your first web page. You will then gradually learn to create more sophisticated and increasingly practical web pages and websites. In this book you will be encouraged by means of a series of achievable goals, and you will be rewarded by the knowledge that you are learning something valuable and really worthwhile. You will not have to plow through daunting chapters of disembodied code theory because the code is described and explained in context within each project. Because each project is fully illustrated, you will see clearly what you are expected to achieve as you create each web page. What You'll Learn Provides instructions for installing a text editor for producing HTML and CSS Shows you step-by-step how to build and test web pages and websites Teaches you how to ensure that your websites are attractive and useful Describes how to make the most effective use of color and images Teaches you the essential features of search engine optimization Shows you how to migrate your website to a remote host Who This Book Is For Practical Website Design for Absolute Beginners is for people who want to begin designing their own websites. It uses a highly motivational, easily assimilated step-by-step approach where you will start learning practical skills from the very first chapter. The book is an excellent choice for people who have computer skills but would also like to learn HTML and CSS. For readers who have little or no knowledge of HTML and CSS, the book will teach enough to complete all the projects in the book.

PHP Beyond the Web (Paperback, 1st ed.): Rob Aley PHP Beyond the Web (Paperback, 1st ed.)
Rob Aley
R1,777 Discovery Miles 17 770 Ships in 18 - 22 working days

Use your existing web-based PHP skills to write all types of software: CLI scripts, desktop software, network servers, and more. This book gives you the tools, techniques, and background necessary to write just about any type of software you can think of, using the PHP you know. PHP Beyond the Web shows you how to take your knowledge of PHP development for the web and utilise it with a much wider range of software systems. Enjoy the benefits of PHP after reading this book: save money by redeploying existing skills, not learning new ones; save time and increase productivity by using a high-level language; and make money by providing your clients a full-stack service (not just websites). PHP is no longer just a great scripting language for websites, it's now a powerful general-purpose programming language. Expand your use of PHP into your back-end systems, server software, data processing services, desktop interfaces, and more. What You'll Learn Write interactive shell scripts Work with system daemons Write desktop software Build network servers Interface with electronics using PHP and the Raspberry Pi Manage performance, deployment, licensing, and system interaction Discover the software tools for development and get other great sources of technical information and help Who This Book Is For Experienced PHP programmers or experienced programmers interested in leveraging PHP outside the web development context.

Programming Python (Paperback, 4th edition): Mark Lutz Programming Python (Paperback, 4th edition)
Mark Lutz
R1,919 R1,622 Discovery Miles 16 220 Save R297 (15%) Ships in 18 - 22 working days

If you've mastered Python's fundamentals, you're ready to start using it to get real work done. "Programming Python" will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly used tools and libraries to give you a comprehensive understanding of Python's many roles in practical, real-world programming.

You'll learn language syntax and programming techniques in a clear and concise manner, with lots of examples that illustrate both correct usage and common idioms. Completely updated for version 3.x, "Programming Python" also delves into the language as a software development tool, with many code examples scaled specifically for that purpose.

Topics include: Quick Python tour: Build a simple demo that includes data representation, object-oriented programming, object persistence, GUIs, and website basicsSystem programming: Explore system interface tools and techniques for command-line scripting, processing files and folders, running programs in parallel, and moreGUI programming: Learn to use Python's tkinter widget libraryInternet programming: Access client-side network protocols and email tools, use CGI scripts, and learn website implementation techniquesMore ways to apply Python: Implement data structures, parse text-based information, interface with databases, and extend and embed Python

Learning Node 2e (Paperback, 2nd Revised edition): Shelley Powers Learning Node 2e (Paperback, 2nd Revised edition)
Shelley Powers
R901 R697 Discovery Miles 6 970 Save R204 (23%) Ships in 10 - 15 working days

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

Introducing JavaScript Game Development - Build a 2D Game from the Ground Up (Paperback, 1st ed.): Graeme Stuart Introducing JavaScript Game Development - Build a 2D Game from the Ground Up (Paperback, 1st ed.)
Graeme Stuart
R991 R845 Discovery Miles 8 450 Save R146 (15%) Ships in 18 - 22 working days

Learn to build a fully-functional 2D game inspired by the 1979 Atari classic, Asteroids, using just HTML5, CSS and JavaScript. Developing games has never been easier than it is now. New web technology allows even beginner developers to turn their hand to game development. Developed from an undergraduate course module, Introducing JavaScript Game Development teaches each new technology as it is introduced so can be followed by enthusiastic beginners as well as intermediate coders. You will learn how to work with HTML5 and the canvas element, how to understand paths, how to draw to a design and create your spaceship and asteroids. You'll then move on to animating your game, and finally building. You will work step-by-step through the game design process, starting with only what is necessary to complete each step, and refactoring the code as necessary along the way, reflecting the natural progression that code follows in the real world. Each chapter is designed to take your code base to the next level and to add to your skills. After completing the examples in this book you will have the tools necessary to build your own, high-quality games. Make the process of creating object-oriented 2D games more fun and more productive and get started on your game development journey.

Hack and HHVM (Paperback): Owen Yamauchi Hack and HHVM (Paperback)
Owen Yamauchi
R918 R695 Discovery Miles 6 950 Save R223 (24%) Ships in 10 - 15 working days

How can you take advantage of the HipHop Virtual Machine (HHVM) and the Hack programming language, two new technologies that Facebook developed to run their web servers? With this practical guide, Owen Yamauchi-a member of Facebook's core Hack and HHVM teams-shows you how to get started with these battle-tested open-source tools. You'll explore static typechecking and several other features that separate Hack from its PHP origins, and learn how to set up, configure, deploy, and monitor HHVM. Ideal for developers with basic PHP knowledge or experience with other languages, this book also demonstrates how these tools can be used with existing PHP codebases and new projects alike. Learn how Hack provides static typechecking while retaining PHP's flexible, rapid development capability Write typesafe code with Hack's generics feature Explore HHVM, a just-in-time compilation runtime engine with full PHP compatibility Dive into Hack collections, asynchronous functions, and the XHP extension for PHP Understand Hack's design rationale, including why it omits some PHP features Use Hack for multitasking, and for generating HTML securely Learn tools for working with Hack code, including PHP-to-Hack migration

Table Layout in CSS (Paperback): Eric Meyer Table Layout in CSS (Paperback)
Eric Meyer
R183 R150 Discovery Miles 1 500 Save R33 (18%) Ships in 10 - 15 working days

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

Ruby Pocket Reference 2e (Paperback): Michael Fitzgerald Ruby Pocket Reference 2e (Paperback)
Michael Fitzgerald
R338 R279 Discovery Miles 2 790 Save R59 (17%) Ships in 10 - 15 working days

Although Ruby is an easy language to learn, in the heat of action you may find that you can't remember the correct syntax for a conditional or the name of a method. This handy pocket reference offers brief yet clear explanations of Ruby's core components, from operators to reserved words to data structures to method syntax, highlighting those key features that you'll likely use every day when coding Ruby. Whether you've come to Ruby because of the Rails web development framework --Ruby's killer app -- or simply because it's a relatively clean, powerful and expressive language that's useful for a lot of applications, the Ruby Pocket Reference is organized to help you find what you need quickly. This book not only will get you up to speed on how Ruby works, it provides you with a handy reference you can use anywhere, anytime.In this book, you find essential information on: Reserved words, operators, comments, numbers, variables, ranges, and symbols Predefined variables andglobal constants Conditional statements, method use, classes, and modules (mixins) Lists of methods from the Object, String, Array, and Hash classes and the Kernel module sprintf andtime formatting directories Interactive Ruby (irb) and the Ruby debugger Ruby documentation You also get information on the RubyGems package utility and Rake, a build tool similar to make. If you're using Ruby daily and just want the facts-fast-Ruby Pocket Reference is your book.

React Quickly (Paperback): Azat Mardan React Quickly (Paperback)
Azat Mardan
R1,078 Discovery Miles 10 780 Ships in 10 - 15 working days

React is a JavaScript library developed for one main reason-to build reusable UI components that present ever-changing data. The React philosophy is to focus solely on the user interface. In model-viewcontroller (MVC) terminology, React is the view. Because it has to work with models and other libraries, it's designed to play nicely with pretty much any other framework, router, style, and model library. And it's well supported-React emerged from Instagram and is now used by Facebook, Asana, Khan Academy, and Atom among many more. React Quickly is for anyone who wants to learn React.js fast. This handson book teaches needed concepts by using lots of examples, tutorials, and a large main project that gets built throughout. It starts with the basics, including how React fits into applications, JSX, and handling states, and events. Next, it explores core topics like components, forms, and data. Finally, the book dives into React integration topics, like unit testing and isomorphic JavaScript with Express.js, and Gulp. Key Features: * Uses videos to supplement learning * Chock full of examples * Gets readers using React quickly This book is for web developers who have some JavaScript experience. About the Technology: React is a JavaScript library developed for one main reason-to build reusable UI components that present ever-changing data. React emerged from Instagram and is now used by Facebook, Asana, Khan Academy, and Atom among many more.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
DelphiMVCFramework - the official guide…
Daniele Teti Hardcover R1,363 Discovery Miles 13 630
The API-First Transformation
Kin Lane Hardcover R1,297 Discovery Miles 12 970
CSS For Beginners - The Best CSS Guide…
Ethan Hall Hardcover R895 R773 Discovery Miles 7 730
Starting Out with Python, Global Edition
Tony Gaddis Paperback R1,925 R1,559 Discovery Miles 15 590
Coding for Kids Ages 10 and Up - Coding…
Bob Mather Hardcover R866 Discovery Miles 8 660
Introduction Coding - Learn Python With…
Python Accademy Hardcover R696 R616 Discovery Miles 6 160
Java - Java Programming for beginners…
Adam Dodson Hardcover R549 R503 Discovery Miles 5 030
Python for Data Analysis - Learn the…
Robert Campbell Hardcover R758 R667 Discovery Miles 6 670
News Search, Blogs and Feeds - A Toolkit
Lars Vage, Lars Iselid Paperback R1,332 Discovery Miles 13 320
Web Engineering
Carson Thomas Hardcover R3,292 R2,982 Discovery Miles 29 820

 

Partners