0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (103)
  • R250 - R500 (452)
  • R500+ (3,135)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

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.

Numerical Methods in Engineering with Python 3 (Hardcover, 3rd Revised edition): Jaan Kiusalaas Numerical Methods in Engineering with Python 3 (Hardcover, 3rd Revised edition)
Jaan Kiusalaas
R3,180 R2,688 Discovery Miles 26 880 Save R492 (15%) Ships in 10 - 15 working days

This book is an introduction to numerical methods for students in engineering. It covers solution of equations, interpolation and data fitting, solution of differential equations, eigenvalue problems and optimisation. The algorithms are implemented in Python 3, a high-level programming language that rivals MATLAB (R) in readability and ease of use. All methods include programs showing how the computer code is utilised in the solution of problems. The book is based on Numerical Methods in Engineering with Python, which used Python 2. This new edition demonstrates the use of Python 3 and includes an introduction to the Python plotting package Matplotlib. This comprehensive book is enhanced by the addition of numerous examples and problems throughout.

Learn API Testing - Norms, Practices, and Guidelines for Building Effective Test Automation (Paperback, 1st ed.): Jagdeep Jain Learn API Testing - Norms, Practices, and Guidelines for Building Effective Test Automation (Paperback, 1st ed.)
Jagdeep Jain
R1,177 R980 Discovery Miles 9 800 Save R197 (17%) Ships in 18 - 22 working days

Explore software web application architecture, API testing, coding practices, and the standards for better API test automation development and management. This book focuses on aspiring software testing engineers currently working in API testing, and those starting their journey in the field of software testing. You'll begin with an introduction to API testing and software web applications involving APIs. The book then moves on to the authentication standards used in the software industry, and the tools, the frameworks, and the libraries used in API testing. As the book progresses, you'll learn about the test pyramid, how to test an API, what makes a good test script, and various coding guidelines. Finally, you get to write your own API test script. Learn API Testing is your pathway to understanding a typical software web application, its requests and responses, and the properties of a good test script. What You'll learn Examine practices, standards, and guidelines for effective test automation Work with different tools like RestAssured, Curl, and Postman Understand API testing paradigm (internal/external APIs, CDCT) Review a case study on the industrial software API testing process Organize a test framework Who This Book Is For API testing aspirants, developers/architects, project managers, and non-technical team members who may want to understand how APIs are being tested.

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.

Pro PHP-GTK (Paperback, Softcover reprint of the original 1st ed.): Scott Mattocks Pro PHP-GTK (Paperback, Softcover reprint of the original 1st ed.)
Scott Mattocks
R1,572 Discovery Miles 15 720 Ships in 18 - 22 working days

Pro PHP-GTK is the first book to focus upon PHP's rapidly maturing client-side application development capabilities Author Scott Mattocks is an active member of the PHP community and co-author of the official PHP-GTK documentation More than just a reference, Pro PHP-GTK reinforces the introductory concepts by guiding you through development of a real-world project for managing product inventory

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 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.

HTML5 Programmer's Reference (Paperback, 1st ed.): Jonathan Reid HTML5 Programmer's Reference (Paperback, 1st ed.)
Jonathan Reid
R2,994 Discovery Miles 29 940 Ships in 18 - 22 working days

The HTML5 Programmer's Reference aims to provide everything a programmer needs for understanding and using the new HTML5 family of standards. Previous HTML standards were focused on defining tags for marking up documents. The HTML5 family of standards not only includes new semantic tags but also defines exciting new JavaScript APIs that can be used to build rich, interactive web applications for both mobile and desktop platforms. The HTML5 Programmer's Reference focuses on providing real-world non-trivial examples to demonstrate concepts. Chapters include both in-depth discussions and full references for all HTML5 features, as well as extras like how to find the standards, the history of their evolution, and other examples and helpful resources. With this book the reader will learn everything they need to know to build the next generation of web applications.

Java Performance Companion (Paperback): Charlie Hunt, Bengt Rutisson, Poonam Parhar, Monica Beckwith Java Performance Companion (Paperback)
Charlie Hunt, Bengt Rutisson, Poonam Parhar, Monica Beckwith
R1,023 R968 Discovery Miles 9 680 Save R55 (5%) Ships in 10 - 15 working days

Java (R) Performance Companion shows how to systematically and proactively improve Java performance with today's advanced multicore hardware and complex operating system environments. The authors, who are all leading Java performance and Java HotSpot VM experts, help you improve performance by using modern software engineering practices, avoiding common mistakes, and applying tips and tricks gleaned from years of real-world experience. Picking up where Charlie Hunt and Binu John's classic Java Performance left off, this book provides unprecedented detail on two powerful Java platform innovations: the Garbage First (G1) garbage collector and the HotSpot VM Serviceability Agent. Coverage includes Leveraging G1 to overcome limitations in parallel, serial, and CMS garbage collection Understanding each stage of G1 GC collections, both young and old Getting under the hood with G1 and efficiently fine-tuning it for your application Identifying potential optimizations, interpreting experimental results, and taking action Exploring the internals of the HotSpot VM Using HotSpot VM Serviceability Agent to analyze, triage, and resolve diverse HotSpot VM issues Troubleshooting out of memory errors, Java level deadlocks, and HotSpot VM crashes Extending the Serviceability Agent, and using the Plugin for VisualVM Mastering useful HotSpot VM command line options not covered in Java (TM) Performance Java (R) Performance Companion can help you squeeze maximum performance and value from Java with JDK 8 or 9-for any application, in any environment. Register your product at informit.com/register for convenient access to downloads, updates, and corrections as they become available.

Express.js Deep API Reference (Paperback, 1st ed.): Azat Mardan Express.js Deep API Reference (Paperback, 1st ed.)
Azat Mardan
R1,151 Discovery Miles 11 510 Ships in 18 - 22 working days

Express.js Deep API Reference is your short, concise guide to Express.js APIs. This flexible Node.js web application framework provides a robust set of features for building single, multi-page, and hybrid web applications. Through six to-the-point chapters, you will find references for configurations, settings, environments, middleware, templating engines (including Consolidate.js), extract parameters, routing, request handlers, response, and streams. Written by Azat Mardan, the author of Pro Express.js and Practical Node.js, you will find this short, concise guide indispensable for your Express.js work.

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.

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.

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.."

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.

e-Infrastructure and e-Services for Developing Countries - 4th International ICST Conference, AFRICOMM 2012, Yaounde, Cameroon,... e-Infrastructure and e-Services for Developing Countries - 4th International ICST Conference, AFRICOMM 2012, Yaounde, Cameroon, November 12-14, 2012, Revised Selected Papers (Paperback, 2013 ed.)
Karl Jonas, Idris A. Rai, Maurice Tchuente
R2,269 Discovery Miles 22 690 Ships in 18 - 22 working days

This book constitutes the thoroughly refereed post-conference proceedings of the 4th International ICST Conference on e-Infrastructure and e-Services for Developing Countries, AFRICOMM 2012, held in Yaounde, Cameroon, in November 2012. The 24 revised full papers presented were carefully reviewed and selected from numerous submissions. The papers cover a wide range of topics in the field of information and communication infrastructures and are grouped in topical sections on: e-Infrastructure, e-Services, e-Society, e-Health, and e-Security.

Perspectives on Web Services - Applying SOAP, WSDL and UDDI to Real-World Projects (Paperback, Softcover reprint of the... Perspectives on Web Services - Applying SOAP, WSDL and UDDI to Real-World Projects (Paperback, Softcover reprint of the original 1st ed. 2003)
Olaf Zimmermann, Mark Tomlinson, Stefan Peuser
R1,557 Discovery Miles 15 570 Ships in 18 - 22 working days

Contains everything that a project team needs to know about the development and deployment of Web services with the IBM WebSphere product family. Included will be examples for all development artifacts in a format that can be reused in the reader s project. It combines the authors own practical experiences with consolidated information on the latest product capabilities in a unique approach that allows the book to be easily accessible to a broad spectrum of readers. Finding a balance between a euphoric/optimistic and down-to earth/realistic view on the subject, this book will be an essential part of every Web service developer s bookshelf.

"

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.

Foundation ActionScript 3 (Paperback, 2nd ed.): Paul Milbourne, Darren Richardson Foundation ActionScript 3 (Paperback, 2nd ed.)
Paul Milbourne, Darren Richardson
R1,394 Discovery Miles 13 940 Ships in 18 - 22 working days

ActionScript 3 is a full-fledged programming language, with complete object-oriented capabilities, event handling, sound and video support, drawing capabilities, support for regular expressions, and much more. Whether you are just starting out on the road to computer programming and animation or an experienced developer who wants to learn a new language, you'll find all you need to know in Foundation ActionScript 3. Starting with the fundamentals, you'll learn how to add interactivity to your Flash movies by using ActionScript objects, manipulating sound and video, and harnessing the power of regular expressions and XML. The book concludes with two case studies to consolidate what you've learned and introduce some additional advanced techniques. You'll gain a solid understanding of the exciting world of ActionScript 3 and see how everything fits together, so you'll be able to build your own professional applications. The sensible layout of the book makes it easy to find information about specific techniques. It focuses on the essential skills that will enable you to get up and running quickly. With this book as your guide, you'll be creating killer Flash applications before you know it.

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

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

Create Web Charts with jqPlotshows 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: for those who love fast and effective solutions, you can use the jqPlot library to generate charts with amazing effects and animations using only a few lines of code. 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 simple HTML tables to structured JSON files, and from Matlab calculations to reports in Excel. You will be able to provide cutting-edge charts exploiting the growing power of modern browsers. 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 jqPlot 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.

Web Standards - Mastering HTML5, CSS3, and XML (Paperback, 2nd ed.): Leslie Sikos Web Standards - Mastering HTML5, CSS3, and XML (Paperback, 2nd ed.)
Leslie Sikos
R3,414 Discovery Miles 34 140 Ships in 18 - 22 working days

Web Standards: Mastering HTML5, CSS3, and XML provides solutions to the most common web design problems, and gives you a deep understanding of web standards and how they can be implemented to improve your web sites. You will learn how to develop fully standards-compliant, mobile-friendly, and search engine-optimized web sites that are robust, fast, and easy to update while providing excellent user experience and interoperability. The book covers all major web standards for markup, style sheets, web typography, web syndication, semantic annotations, and accessibility. This edition has been fully updated with the latest in web standards, including the finalized HTML5 vocabulary and the full list of CSS3 properties. Web Standards: Mastering HTML5, CSS3, and XML is also a comprehensive guide to current and future standards for the World Wide Web, demonstrating the implementation of new technologies to address the constantly growing user expectations. Web Standards: Mastering HTML5, CSS3, and XML presents step-by-step guides based on solid design principles and best practices, and shows the most common web development tools and web design frameworks. You will master HTML5 and its XML serialization, XHTML5, the new structuring and multimedia elements, the most important HTML5 APIs, and understand the standardization process of HTML 5.1, HTML 5.2, and future HTML5 versions.

Swing for Jython - Graphical Jython UI and Scripts Development using Java Swing and WebSphere Application Server (Paperback,... Swing for Jython - Graphical Jython UI and Scripts Development using Java Swing and WebSphere Application Server (Paperback, 1st ed.)
Robert Gibson
R3,110 Discovery Miles 31 100 Ships in 18 - 22 working days

This book shows you how to use Swing to add a GUI to your Jython scripts, with an emphasis on the WebSphere Application Server wsadmin utility. In fact, we're going to teach you Swing using Jython, and we're going to do it in a way that, hopefully, that makes your scripts easier for people to use, more robust, more understandable, and therefore easier to maintain.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
FORTRAN 90 for Scientists and Engineers
Brian Hahn Paperback R1,359 Discovery Miles 13 590
C Programming For Beginners - The Simple…
Tim Warren Hardcover R550 R505 Discovery Miles 5 050
Object -Oriented Analysis and Design…
K Venugopal Reddy, Sampath Korra Hardcover R2,189 R1,866 Discovery Miles 18 660
Python For Beginners - Learn Python In 5…
James Tudor Hardcover R667 Discovery Miles 6 670
ZX Spectrum Games Code Club - Twenty fun…
Gary Plowman Hardcover R545 R512 Discovery Miles 5 120
Coding for Kids in Python - Python…
Bob Mather Hardcover R851 Discovery Miles 8 510
Finite Difference Computing with Pdes…
Langtangen H P Hardcover R1,757 Discovery Miles 17 570
C Programming - C Programming Language…
Adam Dodson Hardcover R551 R505 Discovery Miles 5 050
Basic Python in Finance - How to…
Bob Mather Hardcover R755 Discovery Miles 7 550
Solving PDEs in Python - The FEniCS…
Hans Petter Langtangen, Anders Logg Hardcover R1,283 Discovery Miles 12 830

 

Partners