0
Your cart

Your cart is empty

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

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

React Hooks in Action - With Suspense and Concurrent Mode (Paperback): John Larsen React Hooks in Action - With Suspense and Concurrent Mode (Paperback)
John Larsen
R1,132 R1,031 Discovery Miles 10 310 Save R101 (9%) Ships in 9 - 17 working days

Build stylish, slick, and speedy-to-load user interfaces in React without writing custom classes. React Hooks are a new category of functions that help you to manage state, lifecycle and side effects within functional components. React Hooks in Action teaches you to use pre-built hooks like useState, useReducer and useEffect, and to build your own hooks. Your code will be more reusable, require less boilerplate, and you'll instantly be a more effective React developer. About the technology React Hooks promise to make React programmers even more productive. Hooks are a collection of pre-built and custom functions that give you a simpler API for working with key React functionalities. Hooks cleanly encapsulate side effects, make it easier to reuse components between projects, and result in less code overall. These new features represent a fundamental evolution in how the React library functions, so even experienced React developers will want to get up to speed with Hooks. About the book React Hooks in Action shows you how to use Hooks to make your codebase simpler and more reusable, and your applications faster and more responsive. You'll build a resource booking example application chapter by chapter, learning how to develop components with local, shared, and application states. You'll discover different approaches to data fetching, including using Concurrent Mode and Suspense to improve user experience, and explore third party hooks in the evolving React ecosystem. What's inside Create a Redux store and interact with it via Hooks Use code-splitting to improve the responsiveness of your apps Build functional components that can update their own state Manage component side effects Use the React Suspense API to improve the user experience of page and data loading About the reader For front-end web developers experienced with React. About the author John Larsen is the author of Get Programming with JavaScript. He was a mathematics and computing teacher for 25 years. He has an MA in mathematics and an MSc in information technology, and an ongoing interest in educational research. A web developer since 2000, he uses JavaScript end-to-end for server-side and client-side programming.

Building Flickr Applications with PHP (Paperback, Softcover reprint of the original 1st ed.): Andrew Morton, Rob Kunkle Building Flickr Applications with PHP (Paperback, Softcover reprint of the original 1st ed.)
Andrew Morton, Rob Kunkle
R1,294 Discovery Miles 12 940 Ships in 18 - 22 working days

This is the first book that shows how to take advantage of both your photos and Flickr's enormous cache, to create new and compelling extensions to the Flickr platform. You'll discover how to take advantage of open source tools (like PHP, Apache, and MySQL) and the Flickr architecture to manage, retrieve, and format photos in imaginative ways. You'll also learn how to build upon Flickr's photo collaboration features to create interfaces for working with others on photo album projects. And you will learn how to take advantage of RSS to distribute photo updates with ease.

JavaScript Quick Syntax Reference (Paperback, 1st ed.): Mikael Olsson JavaScript Quick Syntax Reference (Paperback, 1st ed.)
Mikael Olsson
R924 Discovery Miles 9 240 Ships in 18 - 22 working days

JavaScript Quick Syntax Reference is a condensed syntax reference to the JavaScript language. It presents the essentials of JavaScript in a well-organized format that can be used as a handy reference. This includes the latest ECMAScript 5, JSON (JavaScript Object Notation) and DOM (Document Object Model) specifications and implementations. You won't find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a JavaScript reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any JavaScript programmer or Web developer. In JavaScript Quick Syntax Reference, you will find a concise reference to JavaScript programming language syntax; has short, simple and focused code examples; and includes a well laid out table of contents and a comprehensive index allowing easy review.

React Cookbook - Recipes for Mastering the React Framework (Paperback): David Griffiths, Dawn Griffiths React Cookbook - Recipes for Mastering the React Framework (Paperback)
David Griffiths, Dawn Griffiths
R1,108 Discovery Miles 11 080 Ships in 10 - 15 working days

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

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,707 Discovery Miles 27 070 Ships in 18 - 22 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.

Beginning NetBeans IDE - For Java Developers (Paperback, 1st ed.): Geertjan Wielenga Beginning NetBeans IDE - For Java Developers (Paperback, 1st ed.)
Geertjan Wielenga
R1,990 Discovery Miles 19 900 Ships in 18 - 22 working days

Beginning NetBeans IDE is your authoritative tutorial for learning and using the open source NetBeans IDE platform backed by Oracle. Written by a NetBeans product manager at Oracle, Geertjan Wielenga shows you what NetBeans really is all about and how to install and set it up. Then, right away, he shows you how to write your first simple NetBeans Java application. In this book, you get a tour of the various, essential and key NetBeans wizards and plug-ins. Then, you start building a more complex Java-based application using the NetBeans IDE. And, you learn how to improve that application by exploring the NetBeans refactoring, testing/debugging, profiling and distribution tools. After reading and using this tutorial, you'll come away with a working case study that you can re-apply as a template for your own specific needs. You'll have an understanding of the key essentials of the popular NetBeans IDE.

Pro JavaScript Development - Coding, Capabilities, and Tooling (Paperback, 1st ed.): Den Odell Pro JavaScript Development - Coding, Capabilities, and Tooling (Paperback, 1st ed.)
Den Odell
R2,679 Discovery Miles 26 790 Ships in 18 - 22 working days

Pro JavaScript Development is a practical guide for front-end web developers who are experienced at building web pages with HTML, CSS, and JavaScript, and now wish to advance their JavaScript skills to a higher level. You will learn how to build large, well-structured, high quality, mobile-optimized web sites and apps, using the latest supported browser APIs, language features, and tools. This book teaches and shows you in practical hands-on terms how you can: * Master the performance, reliability, stability, and code manageability of your JavaScript * Understand and use efficient object-oriented code, including full understanding of the 'this' keyword * Architect effective testing and error handling, including linting, TDD, BDD, and automation * Managing code dependencies with AMD and RequireJS * Develop for mobile, build games, and set up real-time communication using recent APIs such as WebRTC * Effectively use frameworks such as Knockout.js, Backbone.js, and AngularJS to enhance your apps * Code using JavaScript language abstractions such as CoffeeScript, Dart, and TypeScript * Manage the back-end with Node.js, and build tools such as GruntUsing real-world applications that you'll build yourself, Pro JavaScript Development has unique, practical content that will make you a better JavaScript developer.Become a master of the latest JavaScript coding techniques and tools, and harness its best capabilities today. What you'll learn * To build faster and more efficient apps using the latest techniques * Use the latest libraries and frameworks for the right projects and in the best way * To manage OOJS and the 'this' keyword * To architect effective testing and manage code dependencies with AMD and RequireJS * How to integrate real-time communication, animation and gaming into your apps via the power of the latest APIs, such as WebRTC Who this book is for This book is intended for the front-end web developer who is already using JavaScript but wants to know what tools, and techniques they can use to enhance their development. You want to create better apps, better sites, with the best and latest skills.

Semantic Web Services - Advancement through Evaluation (Paperback, 2012 ed.): Brian Blake, Liliana Cabral, Birgitta... Semantic Web Services - Advancement through Evaluation (Paperback, 2012 ed.)
Brian Blake, Liliana Cabral, Birgitta Koenig-Ries, Ulrich Kuster, David Martin
R2,652 Discovery Miles 26 520 Ships in 18 - 22 working days

Over the last decade, a great amount of effort and resources have been invested in the development of Semantic Web Service (SWS) frameworks. Numerous description languages, frameworks, tools, and matchmaking and composition algorithms have been proposed. Nevertheless, when faced with a real-world problem, it is still very hard to decide which of these different approaches to use. In this book, the editors present an overall overview and comparison of the main current evaluation initiatives for SWS. The presentation is divided into four parts, each referring to one of the evaluation initiatives. Part I covers the long-established first two tracks of the Semantic Service Selection (S3) Contest - the OWL-S matchmaker evaluation and the SAWSDL matchmaker evaluation. Part II introduces the new S3 Jena Geography Dataset (JGD) cross evaluation contest. Part III presents the Semantic Web Service Challenge. Lastly, Part IV reports on the semantic aspects of the Web Service Challenge. The introduction to each part provides an overview of the evaluation initiative and overall results for its latest evaluation workshops. The following chapters in each part, written by the participants, detail their approaches, solutions and lessons learned. This book is aimed at two different types of readers. Researchers on SWS technology receive an overview of existing approaches in SWS with a particular focus on evaluation approaches; potential users of SWS technologies receive a comprehensive summary of the respective strengths and weaknesses of current systems and thus guidance on factors that play a role in evaluation.

Web Programming with PHP and MySQL - A Practical Guide (Paperback, 1st ed. 2015): Max Bramer Web Programming with PHP and MySQL - A Practical Guide (Paperback, 1st ed. 2015)
Max Bramer
R2,541 Discovery Miles 25 410 Ships in 18 - 22 working days

Introductory textbook covering all the main features of the 'web programming' languages PHP and MySQL together with detailed examples that will enable readers (whether students on a taught course or independent learners) to use them to create their own applications or understand existing ones. A particular focus is the use of PHP to generate MySQL commands from a script as it is executed. Each chapter includes aims, a summary and practical exercises (with solutions) to support learning. Chapters are designed to stand alone as far as possible, so that they can be studied independently of the rest of the text by those with some previous knowledge of the languages. There is a comprehensive glossary of technical terms, together with extensive appendices for quick reference of language features.

An Introduction to XML Query Processing and Keyword Search (Paperback, 2013 ed.): Jiaheng Lu An Introduction to XML Query Processing and Keyword Search (Paperback, 2013 ed.)
Jiaheng Lu
R4,066 Discovery Miles 40 660 Ships in 18 - 22 working days

"An Introduction to XML Query Processing and Keyword Search" systematically and comprehensively covers the latest advances in XML data searching. It presents an extensive overview of the current query processing and keyword search techniques on XML data, including XML labeling schemes, indexing, processing on order and un-order XML tree patterns, XML query optimization, results estimation, and XML keyword searches, which are elaborated in separate chapters. Graduate students and researchers in the field of XML data searching will find this book an invaluable resource. Prof. Jiaheng Lu is an associate professor at Renmin University of China's School of Information.

Pro Single Page Application Development - Using Backbone.js and ASP.NET (Paperback, 1st ed.): Gil Fink, Ido Flatow, Sela Group Pro Single Page Application Development - Using Backbone.js and ASP.NET (Paperback, 1st ed.)
Gil Fink, Ido Flatow, Sela Group
R1,323 Discovery Miles 13 230 Ships in 18 - 22 working days

One of the most important and exciting trends in web development in recent years is the move towards single page applications, or SPAs. Instead of clicking through hyperlinks and waiting for each page to load, the user loads a site once and all the interactivity is handled fluidly by a rich JavaScript front end. If you come from a background in ASP.NET development, you'll be used to handling most interactions on the server side. Pro Single Page Application Development will guide you through your transition to this powerful new application type.The book starts in Part I by laying the groundwork for SPA development. You'll master some JavaScript techniques that will come in useful later on, and get to know the building blocks of a single page application, including modules, routing and MV* frameworks. In Part II, you'll build the client for your application. This is where the magic happens, as the authors take you through the process step by step. Backbone.js is the ideal library for demonstrating SPA development in practice, but you can apply the same principles with other frameworks in your future applications. Part III takes you through the process of building the server side of your application using ASP.NET Web API, and hooking up the two parts of your application to create a working whole. SPA development also comes with its own particular challenges, including tracking history, user interface performance, and how to handle search engine optimization. In the final chapters, the authors guide you through some of these issues and advanced techniques and finish by showing you how to deploy your application. As SPAs become the de facto standard of web application development, the in-depth Pro Single Page Application Development will be your one-stop shop for creating fluid, modern applications on the web.

Practical jQuery (Paperback, 1st ed.): Ankur Kumar, Mukund Chaudhary Practical jQuery (Paperback, 1st ed.)
Ankur Kumar, Mukund Chaudhary
R2,192 Discovery Miles 21 920 Ships in 18 - 22 working days

Practical jQuery is your step-by-step guide to using jQuery in the real world, taking you from downloading jQuery all the way to extending it by writing your own plug-ins and testing the DOM using QUnit. jQuery is one of today's most popular JavaScript web application development frameworks and libraries. While getting started with the tool is easy, sometimes it's not as simple to completely realize the power and automation that it can bring to your development work-and that's especially the case when you're in the middle of a project, up against a deadline. Using this book, you will learn how to use jQuery's powerful DOM manipulation tools to dynamically update content on your site. You will be able to extend jQuery's capabilities by writing your own plugins on top of the framework, animate elements, build your own jQuery elements, employ best practices, and avoid common errors. Practical jQuery teaches you how, with jQuery, you can unit test and refactor your code. You'll see how expressive yet concise jQuery's code is and how much quicker and efficient it is to develop with jQuery. Get a fundamental perspective on how jQuery works, how to understand, select, and build your own plug-ins, and how to make sure your projects run at the peak of their potential performance using Practical jQuery today.

Beginning App Development with Parse and PhoneGap (Paperback, 1st ed.): Stephan Alber, Wilkins Fernandez Beginning App Development with Parse and PhoneGap (Paperback, 1st ed.)
Stephan Alber, Wilkins Fernandez
R1,203 Discovery Miles 12 030 Ships in 18 - 22 working days

Beginning App Development with Parse and PhoneGap teaches you how to start app development with Parse and PhoneGap: free and open source software. Using the building block languages of the web--HTML, JavaScript, and CSS--you'll be on your way to creating a fully working product with minimal effort as fast as possible. With over 25 years' of combined experience, the authors make daunting tasks seem trivial. There is no book on the market that can take you from designer to developer faster. Using Facebook's Parse as backend service, and Adobe's PhoneGap (or Cordova) as a mobile development framework, building a highly customizable application is easier than you can imagine. A basic understanding of JavaScript, HTML, and CSS is not required, but it will help you pick up concepts faster. This book is geared toward a designer who wants to explore the world of application development. If you do not know anything about design, that's OK! We will walk you through step by step on how to build your first native iOS or Android app in the fastest and easiest way possible. Using free and open source software, this book will get you up and running quickly and efficiently--start using Parse and PhoneGap today with this key title.

Beginning HTML5 Games with CreateJS (Paperback, 1st ed.): Brad Manderscheid Beginning HTML5 Games with CreateJS (Paperback, 1st ed.)
Brad Manderscheid
R2,723 Discovery Miles 27 230 Ships in 18 - 22 working days

Beginning HTML5 Games with CreateJS provides a hands-on approach to get you up and running with the most comprehensive tools available for HTML5 Canvas game development. Whether you are brand new to making games or an experienced game developer, you'll learn to fully utilize the CreateJS suite to bring your new or existing game techniques to desktop and mobile devices. This book covers everything from creating graphics in HTML5 Canvas to capturing user input (whether from keyboard, mouse, or touch) to using a state machine for efficient game control. There are practical (and fun) examples throughout the book, with four full game projects, including a mobile RPG. The book also covers optimizing your games for mobile and publishing them to app stores. HTML5 games are growing more and more popular, and the demand for HTML5 Canvas skills is on the rise. The CreateJS suite is a powerful toolset that will help you manage Canvas drawing and animations, asset loading, sound management, complex tweening, and much more. Using these robust libraries, you can build powerful and engaging games that reach a wide range of audiences and devices.

Decoupled Django - Understand and Build Decoupled Django Architectures for JavaScript Front-ends (Paperback, 1st ed.):... Decoupled Django - Understand and Build Decoupled Django Architectures for JavaScript Front-ends (Paperback, 1st ed.)
Valentino Gagliardi
R1,327 Discovery Miles 13 270 Ships in 9 - 17 working days

Apply decoupling patterns, properly test a decoupled project, and integrate a Django API with React, and Vue.js. This book covers decoupled architectures in Django, with Django REST framework and GraphQL. With practical and simple examples, you'll see firsthand how, why, and when to decouple a Django project. Starting with an introduction to decoupled architectures versus monoliths, with a strong focus on the modern JavaScript scene, you'll implement REST and GraphQL APIs with Django, add authentication to a decoupled project, and test the backend. You'll then review functional testing for JavaScript frontends with Cypress. You will also learn how to integrate GraphQL in a Django project, with a focus on the benefits and drawbacks of this new query language. By the end of this book, you will be able to discern and apply all the different decoupling strategies to any Django project, regardless of its size. What You'll Learn Choose the right approach for decoupling a Django project Build REST APIs with Django and a Django REST framework Integrate Vue.js and GraphQL in a Django project Consume a Django REST API with Next.js Test decoupled Django projects Who This Book Is For Software developers with basic Django skills keen to learn decoupled architectures with Django. JavaScript developers interested in learning full-stack development and decoupled architectures with Django.

Joomla! 3 SEO and Performance (Paperback, 1st ed.): Simon Kloostra Joomla! 3 SEO and Performance (Paperback, 1st ed.)
Simon Kloostra
R1,291 Discovery Miles 12 910 Ships in 18 - 22 working days

Joomla 3 SEO and Performance is a concise, 150-page book that helps you to build websites that dominate search engine rankings and have super-fast load times, giving your sites an increased audience. The book takes a very practical approach full of real-world examples. It does not just provide instructions, but also teaches you the logic behind what you are doing. It will make you breathe SEO while building your websites, which is the only way to success. Joomla 3 SEO and Performance starts with the Joomla core SEO possibilities. It shows how even if you are a relative newcomer to Joomla you will be able to build sites that rank high in Google without having to install complicated plugins. The remaining chapters dig much deeper, both into Joomla, and into the use of SEO plugins and extensions with a full chapter dedicated to SH404SEF, probably the best SEO extension for Joomla. In order to keep the visitors that you acquire, Joomla 3 SEO and Performance also shows you how to make your website load faster. This is achieved using Joomla core features as well as plugins. You will be stunned how easy it is to achieve massive improvements! Joomla 3 SEO & Performance: * Walks you through the Joomla SEO options, both basic and advanced * Teaches you to breathe SEO while building your websites * Teaches you how to make your websites screaming fast

Current Trends in Web Engineering - ICWE 2013 International Workshops ComposableWeb, QWE, MDWE, DMSSW, EMotions, CSE, SSN, and... Current Trends in Web Engineering - ICWE 2013 International Workshops ComposableWeb, QWE, MDWE, DMSSW, EMotions, CSE, SSN, and PhD Symposium, Aalborg, Denmark, July 8-12, 2013. Revised Selected Papers (Paperback, 2013 ed.)
Quan Z. Sheng, Jesper Kjeldskov
R2,365 Discovery Miles 23 650 Ships in 18 - 22 working days

This book constitutes the thoroughly refereed post-proceedings of the seven workshops and the PhD Symposium that were co-located with the 13th International Conference on Web Engineering, ICWE 2013, held in Aalborg, Denmark, in July 2013. The papers cover research in topics such as social data management; cloud service engineering; agile web development and quality management in web engineering.

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

Create Web Charts with D3 shows how to convert your data into eye-catching, innovative, animated, and highly interactive browser-based charts. This book is suitable for developers of all experience levels and needs: if you want power and control and need to create data visualization beyond traditional charts, then D3 is the JavaScript library for you. By the end of the book, you will have a good knowledge of all the elements needed to manage data from every possible source, from high-end scientific instruments to Arduino boards, from PHP SQL databases queries to simple HTML tables, and from Matlab calculations to reports in Excel. This book contains content previously published in Beginning JavaScript Charts. Create all kinds of charts using the latest technologies available on browsers Full of step-by-step examples, Create Web Charts with D3 introduces you gradually to all aspects of chart development, from the data source to the choice of which solution to apply. This book provides a number of tools that can be the starting point for any project requiring graphical representations of data, whether using commercial libraries or your own

HTML5 & CSS3 For The Real World 2e (Paperback, 2nd Revised edition): Alexis Goldstein, Louis Lazaris, Estelle Weyl HTML5 & CSS3 For The Real World 2e (Paperback, 2nd Revised edition)
Alexis Goldstein, Louis Lazaris, Estelle Weyl
R1,158 Discovery Miles 11 580 Ships in 18 - 22 working days

HTML5 and CSS3 for the Real World is your perfect introduction to the latest generation of web technologies. This easy-to-follow guide covers everything you need to know to get started today. You'll master the semantic markup available in HTML5, as well as how to use CSS3 to create amazing-looking websites without resorting to complex workarounds. You'll learn how to: Lose that pesky Flash habit by embracing native HTML5 video Set type that truly supports your message Build intelligent web forms that users will love! Design modern web apps the shine on mobile devices Create dynamic, efficient graphics on the fly with SVG and canvas Use shiny new APIs to add geolocation and offline functionality Build your own full featured HTML5 website, the HTML5 Herald This easy-to-follow guide is illustrated with lots of examples, and leads readers through the process of creating great websites from start to finish using HTML5 and CSS3.

Pro Grunt.js (Paperback, 1st ed.): James Cryer Pro Grunt.js (Paperback, 1st ed.)
James Cryer
R1,606 Discovery Miles 16 060 Ships in 18 - 22 working days

Pro Grunt.js gets you quickly up-to-speed with this popular JavaScript-based task runner. Author James Cryer takes you from initial installation all the way through to authoring successful plugins. Using hands-on examples you will learn about CSS linting, combination, compilation and minification; JavaScript linting, AMD modules, and templates; image processing and optimizing; and creating a local server. You will then move on to more advanced topics such as LiveReload, Test Automation, Modular configuration, and combining tasks. Finally you will see how to scaffold plugins using Grunt init and Yeoman, how to test them with Mocha and Chai, and how to publish them so others can use them. Start using Grunt.js to improve your workflows by using Pro Grunt.js today.

Business Aspects of Web Services (Paperback, 2011 ed.): Christof Weinhardt, Benjamin Blau, Tobias Conte, Lilia... Business Aspects of Web Services (Paperback, 2011 ed.)
Christof Weinhardt, Benjamin Blau, Tobias Conte, Lilia Filipova-Neumann, Thomas Meinl, …
R1,385 Discovery Miles 13 850 Ships in 18 - 22 working days

Driven by maturing Web service technologies and the wide acceptance of the service-oriented architecture paradigm, the software industry s traditional business models and strategies have begun to change: software vendors are turning into service providers. In addition, in the Web service market, a multitude of small and highly specialized providers offer modular services of almost any kind and economic value is created through the interplay of various distributed service providers that jointly contribute to form individualized and integrated solutions. This trend can be optimally catalyzed by universally accessible service orchestration platforms service value networks (SVNs) which are the underlying organizational form of the coordination mechanisms presented in this book.

Here, the authors focus on providing comprehensive business-oriented insights into today s trends and challenges that stem from the transition to a service-led economy. They investigate current and future Web service business models and provide a framework for Web service value networks. Pricing mechanism basics are introduced and applied to the specific area of SVNs. Strategies for platform providers are analyzed from the viewpoint of a single provider, and so are pricing mechanisms in service value networks which are optimal from a network perspective. The extended concept of pricing Web service derivatives is also illustrated. The presentation concludes with a vision of how Web service markets in the future could be structured and what further developments can be expected to happen.

This book will be of interest to researchers in business development and practitioners such as managers of SMEs in the service sector, as well as computer scientists familiar with Web technologies. The book s comprehensive content provides readers with a thorough understanding of the organizational, economic and technical implications of dealing with Web services as the nucleus of modern business models, which can be applied to Web services in general and Web service value networks specifically.."

The Truth About HTML5 (Paperback, 1st ed.): R.J. Owen, Luke Stevens The Truth About HTML5 (Paperback, 1st ed.)
R.J. Owen, Luke Stevens
R1,011 Discovery Miles 10 110 Ships in 18 - 22 working days

The Truth About HTML5 is for web designers, web developers, and front-end coders who want to get up to speed with HTML5. The book isn't afraid to point out what everyone gets wrong about HTML5's new markup, so you don't make the same mistakes. It will show you what rocks in HTML5 today and what the future holds. Marking up a basic web page shouldn't be a quasi-religious exercise where the high priests of HTML5 must be consulted for their interpretation of the holy texts (the HTML5 spec). Don't waste hours trawling through confusing, poorly researched, and often flat-out wrong information on the Internet. Get the truth on HTML5's markup here. You'll also find out about HTML5's new microdata standard that's being used on major websites, such as eBay and IMDB, right now, and get the low-down on the Canvas object and what it can and can't do for you. The book also covers how HTML5 affects CMSs and web apps, what HTML5 means for mobile, and what the future holds. HTML5 isn't one big blob of technology that will be "finished" at some point in the future. It's a grab bag of cool stuff, much of which has been around for years. Learn what's well supported and ready to go today. Now that the initial wave of hype is over, it's time to learn the truth about HTML5.

REST: From Research to Practice (Paperback, 2011 ed.): Erik Wilde, Cesare Pautasso REST: From Research to Practice (Paperback, 2011 ed.)
Erik Wilde, Cesare Pautasso
R2,719 Discovery Miles 27 190 Ships in 18 - 22 working days

This volume provides an overview and an understanding of REST (Representational State Transfer). Discussing the constraints of REST the book focuses on REST as a type of web architectural style. The focus is on applying REST beyond Web applications (i.e., in enterprise environments), and in reusing established and well-understood design patterns when doing so. The reader will be able to understand how RESTful systems can be designed and deployed, and what the results are in terms of benefits and challenges encountered in the process. Since REST is relatively new as an approach for designing Web Services, the more advanced part of the book collects a number of challenges to some of the assumptions and constraints of REST, and looks at current research work on how REST can be extended and applied to scenarios that often are considered not to be a good match for REST. This work will help readers to reach a deeper understanding of REST on a practical as well as on an advanced level.

Adobe Edge Preview 5 (Paperback): Chris Grover Adobe Edge Preview 5 (Paperback)
Chris Grover
R568 R468 Discovery Miles 4 680 Save R100 (18%) Ships in 10 - 15 working days

Want to create animated graphics for iPhone, iPad and the Web, using familiar Adobe features? You've come to the right guide. Adobe Edge Preview 5: The Missing Manual shows you how to build HTML5 and JavaScript graphics with Adobe multimedia tools. No programming experience? No problem. Adobe Edge writes all the code for you. With this book, you'll be designing great-looking web apps in no time. The important stuff you need to know: Get to know the workspace. Learn how Adobe Edge Preview 5 performs its magic. Create and import graphics. Make drawings with Edge's tools, or use art you designed in other programs. Work with text. Build menus, label buttons, provide instructions, and perform other tasks. Jump into animation. Master Edge's elements, properties, and timeline panels. Make it interactive. Use triggers and actions to give users control over their web experience. Peek behind the curtain. Understand how HTML and CSS documents work. Dig into JavaScript. Customize your projects by tweaking your code.

Pro Drupal as an Enterprise Development Platform (Paperback, 1st ed.): Jamie Kurtz, Thomas Besluau Pro Drupal as an Enterprise Development Platform (Paperback, 1st ed.)
Jamie Kurtz, Thomas Besluau
R1,882 Discovery Miles 18 820 Ships in 18 - 22 working days

In Pro Drupal as an Enterprise Development Platform authors Jamie Kurtz and Thomas Besluau explain how developers can save themselves time and money, and build their applications faster with fewer bugs by using the Drupal CMS as a foundation for their projects. The days when custom client applications were built entirely from scratch are over. Today, it makes business sense to use a flexible, highly scalable framework such as Drupal, Joomla or DotNetNuke as a foundation. This book focuses on why Drupal makes a particularly strong choice for the majority of developers. With an unprecedented level of community support, tens of thousands of well-proven plug-ins and modules available for download, and advanced content management rules and configuration engines Drupal is flexible enough to provide a firm base upon which almost all enterprise application developers can build their own custom solutions. As this book will make clear, it is no longer necessary for developers to write complex applications entirely from scratch for each of their clients.Instead, they should begin by using an enterprise-class CMS like Drupal to provide a robust foundation for them so that they can concentrate their time and skills into solving the business-specific problems of each individual client maximizing the value that they add to each assignment. What you'll learn * Understand how Drupal supports enterprise-grade application development. * Follow a comprehensive walk-through of the common business continuity, regulatory and security concerns that come with using Drupal. * See how to integrate Drupal into new or existing service-oriented architectures (SOA). * Be inspired by the many and varied application build types that Drupal supports. * Get a head-start on your competition Who this book is for This book is targeted at enterprise software developers, architects, and managers looking to increase productivity and reduce time to market on new services, applications, features, and bug fixes. Knowledge of PHP is not required

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Power Maths 2nd Edition Textbook 6C
Tony Staneff, Josh Lury Paperback R316 Discovery Miles 3 160
Computer Crimes and Digital…
Ian Walden Hardcover  (1)
R5,062 Discovery Miles 50 620
Nanoclay Reinforced Polymer Composites…
Mohammad Jawaid, Abou El Kacem Qaiss, … Hardcover R4,804 Discovery Miles 48 040
Serious Games for Enhancing Law…
Babak Akhgar Hardcover R3,803 Discovery Miles 38 030
Unified Plasticity for Engineering…
Sol R. Bodner Hardcover R2,717 Discovery Miles 27 170
A Process Algebraic Approach to Software…
Alessandro Aldini, Marco Bernardo, … Hardcover R1,577 Discovery Miles 15 770
Advances in Engineering Design and…
Chenfeng Li, U. Chandrasekhar, … Hardcover R4,057 Discovery Miles 40 570
Digital Manufacturing - The…
Chandrakant D. Patel, Chun-Hsien Chen Paperback R4,567 Discovery Miles 45 670
Binary Quadratic Forms - An Algorithmic…
Johannes Buchmann, Ulrich Vollmer Hardcover R1,447 Discovery Miles 14 470
Advances in Flowmeter Technology…
Jesse Yoder Hardcover R4,139 Discovery Miles 41 390

 

Partners