0
Your cart

Your cart is empty

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

Books > Computing & IT > Internet > Internet languages

PHP and MySQL Recipes - A Problem-Solution Approach (Paperback, 2nd ed.): Frank M. Kromann PHP and MySQL Recipes - A Problem-Solution Approach (Paperback, 2nd ed.)
Frank M. Kromann
R2,563 R2,341 Discovery Miles 23 410 Save R222 (9%) Ships in 18 - 22 working days

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

Creating Google Chrome Extensions (Paperback, 1st ed.): Prateek Mehta Creating Google Chrome Extensions (Paperback, 1st ed.)
Prateek Mehta
R1,857 Discovery Miles 18 570 Ships in 18 - 22 working days

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

Natural Language Processing for the Semantic Web (Paperback): Diana Maynard, Kalina Bontcheva, Isabelle Augenstein Natural Language Processing for the Semantic Web (Paperback)
Diana Maynard, Kalina Bontcheva, Isabelle Augenstein
R1,621 Discovery Miles 16 210 Ships in 18 - 22 working days

This book introduces core natural language processing (NLP) technologies to non-experts in an easily accessible way, as a series of building blocks that lead the user to understand key technologies, why they are required, and how to integrate them into Semantic Web applications. Natural language processing and Semantic Web technologies have different, but complementary roles in data management. Combining these two technologies enables structured and unstructured data to merge seamlessly. Semantic Web technologies aim to convert unstructured data to meaningful representations, which benefit enormously from the use of NLP technologies, thereby enabling applications such as connecting text to Linked Open Data, connecting texts to each other, semantic searching, information visualization, and modeling of user behavior in online networks. The first half of this book describes the basic NLP processing tools: tokenization, part-of-speech tagging, and morphological analysis, in addition to the main tools required for an information extraction system (named entity recognition and relation extraction) which build on these components. The second half of the book explains how Semantic Web and NLP technologies can enhance each other, for example via semantic annotation, ontology linking, and population. These chapters also discuss sentiment analysis, a key component in making sense of textual data, and the difficulties of performing NLP on social media, as well as some proposed solutions. The book finishes by investigating some applications of these tools, focusing on semantic search and visualization, modeling user behavior, and an outlook on the future.

Pro PHP and jQuery (Paperback, 2nd ed.): Keith Wald, Jason Lengstorf Pro PHP and jQuery (Paperback, 2nd ed.)
Keith Wald, Jason Lengstorf
R2,981 Discovery Miles 29 810 Ships in 18 - 22 working days

Take advantage of the improved performance and reduced memory requirements of PHP version 7, and learn to utilize the new built-in PHP functions and features such as typed variable enforcement with declare(strict_types=1) and the new available data types, scalar type declarations for function arguments and return statements, constant arrays using define(), argument unpacking with the ... operator, integer division with intdiv(), the null coalesce operator, the spaceship operator, new exception types, and improvements to existing features. Pro PHP and jQuery, Second Edition is for intermediate level programmers interested in building web applications using jQuery and PHP. Updated for PHP version 7 and the latest version of jQuery, this book teaches some advanced PHP techniques and it shows you how to take your dynamic applications to the next level by adding a JavaScript layer using the jQuery framework and APIs. After reading and using this book, you'll come away having built a fully functional PHP and jQuery web application that you can reapply as a template for your own particular web application. Pro PHP and jQuery, Second Edition is for intermediate level programmers interested in building web applications using jQuery and PHP. Updated for PHP version 7 and the latest version of jQuery, this book teaches some advanced PHP techniques and it shows you how to take your dynamic applications to the next level by adding a JavaScript layer using the jQuery framework and APIs, considered the most popular JavaScript libraries. After reading and using this book, you'll come away understanding a fully functional PHP using jQuery web application case study that you can reapply as a template for your own particular web application. Moreover, from PHP 7, you'll get uniform variable syntax, the AST-based compilation process, the added Closure::call(), bitwise shift consistency across platforms, the (null coalesce) operator, Unicode codepoint escape syntax, return type declarations, and new and easier extensions development with support for redis, MongoDB and much more.

HTML5 and CSS3, Illustrated Complete (Paperback, 2nd edition): Sasha Vodnik HTML5 and CSS3, Illustrated Complete (Paperback, 2nd edition)
Sasha Vodnik
R1,321 R1,228 Discovery Miles 12 280 Save R93 (7%) Ships in 10 - 15 working days

Master the latest HTML5 and CSS3 skills to create exceptional web design with this practical, user-friendly book from the popular Illustrated Series. HTML5 AND CSS3 ILLUSTRATED COMPLETE, 2E addresses basic to advanced concepts and skills for developing dynamic web pages and websites using the most current versions of HTML5 and CSS3. Learn to create websites that incorporate forms, videos, JavaScript, cutting-edge CSS3, and more. Updates throughout this new edition introduce key principles of responsive design while integrating mobile design and testing. This edition provides the "nuts-and-bolts" for beginner and the flexibility to brush up on the basics and quickly move to more advanced topics for more experienced user. Each two-page spread focuses on a single skill, making information easy to follow and absorb.

PHP Arrays - Single, Multi-dimensional, Associative and Object Arrays in PHP 7 (Paperback, 1st ed.): Steve Prettyman PHP Arrays - Single, Multi-dimensional, Associative and Object Arrays in PHP 7 (Paperback, 1st ed.)
Steve Prettyman
R1,347 Discovery Miles 13 470 Ships in 18 - 22 working days

Gain an in-depth understanding of PHP 7 arrays. After a quick overview of PHP 7, each chapter concentrates on single, multi-dimensional, associative, and object arrays. PHP Arrays is a first of its kind book using PHP 7 that demonstrates inserting, appending, updating, and deleting array data. This book also covers validation methods to insure that the data provided by a user is good before the data is entered into an array. You'll see how PHP 7 try/catch modules are used to capture exceptions and errors that may be caused by invalid data. The code examples demonstrate common real-world scenarios. Moreover, examples of every PHP 7 array function (over 75) are demonstrated. The appendix provides a two-dimensional array case study on the logical design of a checkers game. PHP Arrays answers the following questions: Why do we need arrays? When do we need to use arrays? Are arrays efficient? Can arrays reduce coding time? When do you use multi-dimensional and associative arrays? What is an object array? What You'll Learn Handle array data from an HTML form Manage array data from a text file Deal with array data from a MySQL database Who This Book Is For Experienced PHP programmers or web developers using PHP.

Service-Oriented Architecture - Analysis and Design for Services and Microservices (Hardcover, 2nd edition): Thomas Erl Service-Oriented Architecture - Analysis and Design for Services and Microservices (Hardcover, 2nd edition)
Thomas Erl
R1,182 R992 Discovery Miles 9 920 Save R190 (16%) Ships in 10 - 15 working days

The Top-Selling, De Facto Guide to SOA--Now Updated with New Content and Coverage of Microservices! For more than a decade, Thomas Erl's best-selling Service-Oriented Architecture: Concepts, Technology, and Design has been the definitive end-to-end tutorial on SOA, service-orientation, and service technologies. Now, Erl has thoroughly updated the industry's de facto guide to SOA to reflect new practices, technologies, and strategies that have emerged through hard-won experience and creative innovation. This Second Edition officially introduces microservices and micro task abstraction as part of service-oriented architecture and its associated service layers. Updated case study examples and illustrations further explain and position the microservice model alongside and in relation to more traditional types of services. Coverage includes: * Easy-to-understand, plain English explanations of SOA and service-orientation fundamentals (as compiled from series titles) * Microservices, micro task abstraction, and containerization * Service delivery lifecycle and associated phases * Analysis and conceptualization of services and microservices * Service API design with REST services, web services, and microservices * Modern service API and contract versioning techniques for web services and REST services * Up-to-date appendices with service-orientation principles, REST constraints, and SOA patterns (including three new patterns) Service-Oriented Architecture: Analysis and Design for Services and Microservices, Second Edition, will be indispensable to application architects, enterprise architects, software developers, and any IT professionals interested in learning about or responsible for designing or implementing modern-day, service-oriented solutions. Chapter 1: Introduction Chapter 2: Case Study Backgrounds Part I: Fundamentals Chapter 3: Understanding Service-Orientation Chapter 4: Understanding SOA Chapter 5: Understanding Layers with Services and Microservices Part II: Service-Oriented Analysis and Design Chapter 6: Analysis and Modeling with Web Services and Microservices Chapter 7: Analysis and Modeling with REST Services and Microservices Chapter 8: Service API and Contract Design with Web Services Chapter 9: Service API and Contract Design with REST Services and Microservices Chapter 10: Service API and Contract Versioning with Web Services and REST Services Part III: Appendices Appendix A: Service-Orientation Principles Reference Appendix B: REST Constraints Reference Appendix C: SOA Design Patterns Reference Appendix D: The Annotated SOA Manifesto

Softwareentwicklung Im Offshoring - Erfolgsfaktoren Fur Die Praxis (German, Hardcover, 2007 ed.): Toni Steimle Softwareentwicklung Im Offshoring - Erfolgsfaktoren Fur Die Praxis (German, Hardcover, 2007 ed.)
Toni Steimle
R421 Discovery Miles 4 210 Ships in 10 - 15 working days

Der Mangel an qualifizierten Softwareentwicklern im deutschsprachigen Raum verscharft sich. Die effektive Zusammenarbeit in weltweit verteilten Teams ist daher ein entscheidender Wettbewerbsfaktor und Offshoring wird immer relevanter. Der Autor moechte das Thema auch kleinen und mittleren Unternehmen naher bringen und die Eintrittsbarrieren fur kostengunstige Offshore-Softwareentwicklungen reduzieren. Er zeigt, wie Unternehmen erfolgreich Offshore-Projekte umsetzen koennen: praxisnah, mit konkreten Fallstudien und Hinweisen zur Projektabwicklung. Dem Leser werden Werkzeuge vermittelt, mit denen er die Risiken in der Abwicklung von Offshore-Projekten reduzieren kann, ohne dass Kostenvorteile verloren gehen.

Beginning CSS Preprocessors - With SASS, Compass.js and Less.js (Paperback, 1st ed.): Anirudh Prabhu Beginning CSS Preprocessors - With SASS, Compass.js and Less.js (Paperback, 1st ed.)
Anirudh Prabhu
R1,453 Discovery Miles 14 530 Ships in 18 - 22 working days

Learn how preprocessors can make CSS scalable and easy to maintain. You'll see how to write code in a very clean and scalable manner and use CSS preprocessor features such as variables and looping, which are missing in CSS natively. Reading Beginning CSS Preprocessors will make your life much simpler by showing you how to create reusable chunks of code. In addition to coding enhancements, you'll also learn to automate processes such as generating image sprites and minifying code. Beginning CSS Preprocessors is your guide for getting started with CSS preprocessors. This book shows you how to use CSS in your day-to-day work and thus be smart and efficient at writing CSS. What are preprocessors What are the known preprocessor frameworks What are the features of Sass (Syntactically Awesome Stylesheets) What is Compass (COMPrehensive ASSembler) What is Less (Leaner SS)

Web Development with Go - Building Scalable Web Apps and RESTful Services (Paperback, 1st ed.): Shiju Varghese Web Development with Go - Building Scalable Web Apps and RESTful Services (Paperback, 1st ed.)
Shiju Varghese
R2,174 R1,977 Discovery Miles 19 770 Save R197 (9%) Ships in 18 - 22 working days

Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment of Go web apps to the cloud. Web Development with Go will teach you how to develop scalable real-world web apps, RESTful services, and backend systems with Go. The book starts off by covering Go programming language fundamentals as a prerequisite for web development. After a thorough understanding of the basics, the book delves into web development using the built-in package, net/http. With each chapter you'll be introduced to new concepts for gradually building a real-world web system. The book further shows you how to integrate Go with other technologies. For example, it provides an overview of using MongoDB as a means of persistent storage, and provides an end-to-end REST API sample as well. The book then moves on to demonstrate how to deploy web apps to the cloud using the Google Cloud platform. Web Development with Go provides: Fundamentals for building real-world web apps in Go Thorough coverage of prerequisites and practical code examples Demo web apps for attaining a deeper understanding of web development A reference REST API app which can be used to build scalable real-world backend services in Go A thorough demonstration of deploying web apps to the Cloud using the Google Cloud platform Go is a high-performance language while providing greater level of developer productivity, therefore Web Development with Go equips you with the necessary skills and knowledge required for effectively building robust and efficient web apps by leveraging the features of Go.

Pivotal Certified Spring Enterprise Integration Specialist Exam - A Study Guide (Paperback, 1st ed.): Lubos  Krnac Pivotal Certified Spring Enterprise Integration Specialist Exam - A Study Guide (Paperback, 1st ed.)
Lubos Krnac
R1,858 Discovery Miles 18 580 Ships in 18 - 22 working days

Exam topics covered include tasks and scheduling, remoting, the Spring Web Services framework, RESTful services with Spring MVC, the Spring JMS module, JMS and JTA transactions with Spring, batch processing with Spring Batch and the Spring Integration framework. Prepare with confidence for the Pivotal Enterprise Integration with Spring Exam. One of the important aspects of this book is a focus on new and modern abstractions provided by Spring. Therefore most of the features are shown with Java annotations alongside established XML configurations. Most of the examples in the book are also based on the Spring Boot framework. Spring Boot adoption is exponential because of its capability to significantly simplify Spring configuration using sensible opinionated defaults. But Spring Boot is not the target of the exam, therefore all the features are also covered with plain Spring configuration examples. How to use Spring to create concurrent applications and schedule tasks How to do remoting to implement client-server applications How to work with Spring Web services to create loosely coupled Web services and clients How to use Spring MVC to create RESTful web services and clients How to integrate JMS for asynchronous messaging-based communication How to use local JMS transactions with Spring How to configure global JTA transactions with Spring How to use Spring Integration to create event-driven pipes-and-filters architectures and integrate with external applications How to use Spring Batch for managed, scalable batch processing that is based on both custom and built-in processing components

Pivotal Certified Spring Web Application Developer Exam - A Study Guide (Paperback, 1st ed.): Iuliana Cosmina Pivotal Certified Spring Web Application Developer Exam - A Study Guide (Paperback, 1st ed.)
Iuliana Cosmina
R2,712 Discovery Miles 27 120 Ships in 18 - 22 working days

Prepare for the Pivotal Certified Spring Web Application Developer exam and learn about Spring MVC DispatcherServlet configuration, Spring MVC programming model essentials, Spring MVC views and form processing, Spring Web Flow essentials, and Spring Web Flow actions and configuration. The Pivotal Certified Spring Web Application Developer Exam: A Study Guide is the ideal preparation for the exam and after reading and using it, you'll be able to pass and become a certified Spring Web Developer. When you become a Pivotal Certified Spring Web Application Developer, you'll receive one of the most valuable credentials available in enterprise Java. Achieving this certification demonstrates your ability to apply Spring's web projects to develop real-world Java web applications and validates your familiarity with Spring Web.

Practical Sitecore 8 Configuration and Strategy - A User Guide for Sitecore's Content and Marketing Capabilities... Practical Sitecore 8 Configuration and Strategy - A User Guide for Sitecore's Content and Marketing Capabilities (Paperback, 1st ed.)
Phillip Wicklund
R2,567 R2,295 Discovery Miles 22 950 Save R272 (11%) Ships in 18 - 22 working days

Sitecore was recently recognized as one of the most reputable/reliable web content management solutions (WCMS) in the marketplace. Thousands of companies use Sitecore to help manage their web and mobile digital properties. Sitecore is a very large, complex platform that performs many robust functions and capabilities. As such, marketers and end users often have a hard time coming up to speed on the technology. Practical Sitecore 8 Configuration and Strategy: A User Guide for Sitecore's Content and Marketing Capabilities provides that opportunity. The flow of the book will take newbies step-by-step on how to configure Sitecore content, personalization, and marketing automation capabilities. Sprinkled in through the book will be callouts that highlight strategies and best practices-taking the book beyond just the "how to" step-by-step procedures that can be found elsewhere. Practical Sitecore 8 Configuration and Strategy: Brings you up to speed on Sitecore without requiring a training class. Provides the information in a clear, logical outline that takes users from simple, foundational concepts to more advanced concepts at the end. Rounds out existing sources of documentation with strategies and best practices from real-world experience. What You'll Learn How to manage content in Sitecore How to create web forms and landing pages How to optimize the site through personalization and A/B/N testing How to use Sitecore for your marketing campaigns How to leverage analytics for custom measurement/engagement strategies How to create a robust governance plan for your Sitecore properties Who This Book Is For The key target audience for this book are content administrators (content authoring, forms development, etc.) and digital marketers (campaigns, analytics, marketing automation, experience optimization, etc.) using the Sitecore platform.

Practical Google Analytics and Google Tag Manager for Developers (Paperback, 1st ed.): Jonathan Weber Practical Google Analytics and Google Tag Manager for Developers (Paperback, 1st ed.)
Jonathan Weber
R2,905 Discovery Miles 29 050 Ships in 18 - 22 working days

Whether you're a marketer with development skills or a full-on web developer/analyst, Practical Google Analytics and Google Tag Manager for Developers shows you how to implement Google Analytics using Google Tag Manager to jumpstart your web analytics measurement. There's a reason that so many organizations use Google Analytics. Effective collection of data with Google Analytics can reduce customer acquisition costs, provide priceless feedback on new product initiatives, and offer insights that will grow a customer or client base. So where does Google Tag Manager fit in? Google Tag Manager allows for unprecedented collaboration between marketing and technical teams, lightning fast updates to your site, and standardization of the most common tags for on-site tracking an d marketing efforts. To achieve the rich data you're really after to better serve your users' needs, you'll need the tools Google Tag Manager provides for a best-in-class implementation of Google Analytics measurement on your site. Written by data evangelist and Google Analytics expert Jonathan Weber and the team at LunaMetrics, this book offers foundational knowledge, a collection of practical Google Tag Manager recipes, well-tested best practices, and troubleshooting tips to get your implementation in tip-top condition. It covers topics including: * Google Analytics implementation via Google Tag Manager * How to customize Google Analytics for your unique situation * Using Google Tag Manager to track and analyze interactions across multiple devices and touch points * How to extract data from Google Analytics and use Google BigQuery to analyze Big Data questions What You'll Learn Implementation approaches for Google Analytics, including common pitfalls and troubleshooting strategies. How to use tools like Google Tag Manager and jQuery to jumpstart your Google Analytics implementation. How to track metrics beyond page views to other critical user interactions, such as clicks on outbound links or downloads, scrolling and page engagement, usage of AJAX forms, and much more. How to incorporate additional, customized data into Google Analytics to track individual users or enrich data about their behavior. Who This Book Is For Web developers, data analysts, and marketers with a basic familiarity with Google Analytics from an end-user perspective, as well as some knowledge of HTML and JavaScript.

Web Engineering - 14th International Conference, ICWE 2014, Toulouse, France, July 1-4, 2014, Proceedings (Paperback, 2014... Web Engineering - 14th International Conference, ICWE 2014, Toulouse, France, July 1-4, 2014, Proceedings (Paperback, 2014 ed.)
Sven Casteleyn, Gustavo Rossi, Marco Winckler
R2,957 Discovery Miles 29 570 Ships in 18 - 22 working days

This book constitutes the refereed proceedings of the 14th International Conference on Web Engineering, ICWE 2014, held in Toulouse, France, in July 2014. The 20 full research papers, 13 late breaking result papers, 15 poster papers, and 4 contributions to the PhD symposium presented were carefully reviewed and selected from 100 submissions. Moreover 3 tutorials and 3 workshops are presented. The papers focus on six research tracks, namely cross-media and mobile Web applications, HCI and the Web, Modelling and Engineering Web applications, quality aspects of Web applications, social Web applications, Web applications composition and mashups.

Learn Pixi.js (Paperback, 1st ed.): Rex Van Der Spuy Learn Pixi.js (Paperback, 1st ed.)
Rex Van Der Spuy
R2,221 Discovery Miles 22 210 Ships in 18 - 22 working days

Create and display interactive graphics, build scenes and animated transitions, make cross-platform, responsive games and applications for multiple screen resolutions, and use Pixi.js's spectacular WebGL rendering effects. Learn how to create applications for desktop and touch-screen devices, and how to use the best open-source plugins to extend Pixi.js's capabilities in a myriad of exciting ways. If you've ever wondered what you need to know to start making games, or what technology you need to build high-performance mobile apps, this book will show you the way. Learn Pixi.js is your one-stop shop for everything you need to know to quickly start making spectacular cross-platform interactive games and animations. Take a step-by-step tour of Pixi.js's features by building fun game projects. Learn how to use Pixi.js to make richly interactive graphics and all kind of cross-platform applications. Learn Pixi.js is a fun and practical brief introduction to using the powerful Pixi.js graphics-rendering engine for making websites, games and mobile apps.

Event-Driven Architecture - Softwarearchitektur fur ereignisgesteuerte Geschaftsprozesse (German, Hardcover, 2010 ed.): Ralf... Event-Driven Architecture - Softwarearchitektur fur ereignisgesteuerte Geschaftsprozesse (German, Hardcover, 2010 ed.)
Ralf Bruns, Jurgen Dunkel
R1,572 Discovery Miles 15 720 Ships in 10 - 15 working days

Gesch ftsprozesse in Unternehmen sind h ufig ereignisgesteuert. Denn im Gesch ftsumfeld treten Ereignisse auf, auf die angemessen und m glichst in Echtzeit reagiert werden muss, etwa in Sensornetzwerken oder im automatischen Wertpapierhandel. Event-Driven Architecture (EDA) ist ein neues Paradigma der Softwarearchitektur, das auf der Verarbeitung von Ereignissen beruht. Das Buch diskutiert die Grundprinzipien von EDA, f hrt in die wichtigsten Konzepte der Ereignisverarbeitung ein und veranschaulicht deren Umsetzung anhand einer Fallstudie.

Pro MongoDB Development (Paperback, 1st ed.): Deepak Vohra Pro MongoDB Development (Paperback, 1st ed.)
Deepak Vohra
R2,602 R2,456 Discovery Miles 24 560 Save R146 (6%) Ships in 18 - 22 working days

Pro MongoDB Development is about MongoDB, a NoSQL database based on the BSON (binary JSON) document model. The book discusses all aspects of using MongoDB in web applications: Java, PHP, Ruby, JavaScript are the most commonly used programming/scripting languages and the book discusses accessing MongoDB database with these languages. The book also discusses using Java EE frameworks Kundera and Spring Data with MongoDB. As NoSQL databases are commonly used with the Hadoop ecosystem the book also discusses using MongoDB with Apache Hive. Migration from other NoSQL databases (Apache Cassandra and Couchbase) and from relational databases (Oracle Database) is also discussed. What You'll Learn: How to use a Java client and MongoDB shell How to use MongoDB with PHP, Ruby, and Node.js as well How to migrate Apache Cassandra tables to MongoDB documents; Couchbase to MongoDB; and transferring data between Oracle and MongoDB How to use Kundera, Spring Data, and Spring XD with MongoDB How to load MongoDB data into Oracle Database and integrating MongoDB with Oracle Database in Oracle Data Integrator Audience: The target audience of the book is NoSQL database developers. Target audience includes Java, PHP and Ruby developers. The book is suitable for an intermediate level course in NoSQL database.

Foundations of Joomla! (Paperback, 2nd ed.): Bintu Harwani Foundations of Joomla! (Paperback, 2nd ed.)
Bintu Harwani
R2,407 Discovery Miles 24 070 Ships in 18 - 22 working days

Foundations of Joomla is a step by step practical guide that explains building web sites and blogs using Joomla - a very popular and powerful content management system (CMS). The book takes you through the steps of installing Joomla, configuring your database, creating a blog and a website, followed by instructions on creating new posts and adding content to your site. Even if you are an absolute beginner and don't have any programming experience, you can build responsive, powerful, and fully featured websites quickly. Following clear and easy to understand instructions, you'll master Joomla 3 by building a sample site throughout the book.

Engineering the Web in the Big Data Era - 15th International Conference, ICWE 2015, Rotterdam, The Netherlands, June 23-26,... Engineering the Web in the Big Data Era - 15th International Conference, ICWE 2015, Rotterdam, The Netherlands, June 23-26, 2015, Proceedings (Paperback, 2015 ed.)
Philipp Cimiano, Flavius Frasincar, Geert-Jan Houben, Daniel Schwabe
R1,534 Discovery Miles 15 340 Ships in 18 - 22 working days

This book constitutes the refereed proceedings of the 15th International Conference on Web Engineering, ICWE 2015, held in Rotterdam, The Netherlands, in June 2015. The 26 full research papers, 11 short papers, 7 industry papers, 11 demonstrations, 6 posters and 4 contributions to the PhD symposium presented were carefully reviewed and selected from 100 submissions. Moreover 2 tutorials are presented. The papers focus on eight tracks, namely Web application modeling and engineering; mobile Web applications; social Web applications; semantic Web applications; quality and accessibility aspects of Web applications; Web applications composition and mashups; Web user interfaces; security and privacy in Web applications.

How the Internet Works & the Web Development Process - This book for Web Enthusiasts interested in Learning how the Internet... How the Internet Works & the Web Development Process - This book for Web Enthusiasts interested in Learning how the Internet Works, Students interested in Learning various Internet Protocols such as HTTP, HTTPS, TCP/IP, SMTP, IMAP (Paperback)
Micheal Full
R149 Discovery Miles 1 490 Ships in 18 - 22 working days
Beginning Amazon Web Services with Node.js (Paperback, 1st ed.): Adam Shackelford Beginning Amazon Web Services with Node.js (Paperback, 1st ed.)
Adam Shackelford
R2,108 Discovery Miles 21 080 Ships in 18 - 22 working days

Beginning Amazon Web Services with Node.js teaches any novice Node.js developer to configure, deploy, and maintain scalable small to large scale Node.js applications in Amazon Web Services. Hosting a Node.js application in a production environment usually means turning to PaaS hosting, but this approach brings problems. Deploying Node.js directly to AWS solves the problems you encounter in these situations, enabling you to cut out the middle man. You will begin with a basic RESTful web service in Node.js, using the popular Express.js framework, pre-built and ready to run in your local environment. You will be introduced to the most powerful tools in AWS, and learn how to configure your project to take advantage of them. You will be guided through the steps of getting the various key components to work together on AWS. Through code samples using the AWS JavaScript SDK and tutorials in the AWS console, you will gain the knowledge to incorporate secure user authentication, server auto-scaling, a load balancer, CDN, customized caching behavior, and outage monitoring. Node.js is single-threaded, and designed to run high input / high output applications, making it ideal for the cloud environment. If your main task is handling a high volume of requests over HTTP / the web, it will scale very well in proportion to the computing power you allocate to it. Amazon Web Services offers a broad set of services that help organizations move faster, lower costs, and scale applications. Trusted by the largest enterprises and start-ups alike, AWS powers a wide variety of workloads across a broad spectrum. If leveraged properly, you can build a Node.js app on AWS which can automatically power itself up to handle a massive volume of traffic, and then scale back down to a lighter configuration when user demand has dropped. Amazon Web Services offers a broad set of services that help organizations move faster, lower costs, and scale applications. Get started with Node.js and AWS using this book today.

Beginning JSON (Paperback, 1st ed.): Ben Smith Beginning JSON (Paperback, 1st ed.)
Ben Smith
R2,005 Discovery Miles 20 050 Ships in 18 - 22 working days

Beginning JSON is the definitive guide to JSON - JavaScript Object Notation - today's standard in data formatting for the web. The book starts with the basics, and walks you through all aspects of using the JSON format. Beginning JSON covers all areas of JSON from the basics of data formats to creating your own server to store and retrieve persistent data. Beginning JSON provides you with the skill set required for reading and writing properly validated JSON data. The first two brief chapters of the book contain the foundations of JavaScript as it relates to JSON, and provide the necessary understandings for later chapters. Chapters 3 through 12 reveal what data is, how to convert that data into a transmittable/storable format, how to use AJAX to send and receive JSON, and, lastly, how to reassemble that data back into a proper JavaScript object to be used by your program. The final chapters put everything you learned into practice.

Semantic Web for the Working Ontologist - Effective Modeling for Linked Data, RDFS, and OWL (Paperback, 3rd Revised edition):... Semantic Web for the Working Ontologist - Effective Modeling for Linked Data, RDFS, and OWL (Paperback, 3rd Revised edition)
James Hendler, Fabien Gandon, Dean Allemang
R1,596 Discovery Miles 15 960 Ships in 18 - 22 working days

Enterprises have made amazing advances by taking advantage of data about their business to provide predictions and understanding of their customers, markets, and products. But as the world of business becomes more interconnected and global, enterprise data is no long a monolith; it is just a part of a vast web of data. Managing data on a world-wide scale is a key capability for any business today. The Semantic Web treats data as a distributed resource on the scale of the World Wide Web, and incorporates features to address the challenges of massive data distribution as part of its basic design. The aim of the first two editions was to motivate the Semantic Web technology stack from end-to-end; to describe not only what the Semantic Web standards are and how they work, but also what their goals are and why they were designed as they are. It tells a coherent story from beginning to end of how the standards work to manage a world-wide distributed web of knowledge in a meaningful way. The third edition builds on this foundation to bring Semantic Web practice to enterprise. Fabien Gandon joins Dean Allemang and Jim Hendler, bringing with him years of experience in global linked data, to open up the story to a modern view of global linked data. While the overall story is the same, the examples have been brought up to date and applied in a modern setting, where enterprise and global data come together as a living, linked network of data. Also included with the third edition, all of the data sets and queries are available online for study and experimentation at data.world/swwo.

Pro HTML5 with CSS, JavaScript, and Multimedia - Complete Website Development and Best Practices (Paperback, 1st ed.): Mark J.... Pro HTML5 with CSS, JavaScript, and Multimedia - Complete Website Development and Best Practices (Paperback, 1st ed.)
Mark J. Collins
R1,827 R1,504 Discovery Miles 15 040 Save R323 (18%) Ships in 18 - 22 working days

Get ahead in HTML5, including markup, styling, and scripting, with many practical examples and best practice insights. You'll quickly understand HTML5 markup elements and when to use them, and then apply the latest CSS3 features to create amazing web pages. Pro HTML5 with CSS, JavaScript, and Multimedia teaches the fundamentals of client-side scripting and covers the immense functionality available with HTML5. Learn to use JavaScript to create web applications that are dynamic and interactive, and add advanced features, including audio, video, SVG, and drag and drop capabilities. Using practical hands-on demonstrations you will access a larger set of technologies to create more diverse and powerful websites and applications. What You'll Learn How, and when, to use all the HTML5 markup tags Use CSS3 features to simplify website design Master JavaScript fundamentals and advanced features Leverage the native browser support for Geolocation, IndexedDB, and drag and drop capabilities Who This Book Is For Web developers and designers who want to increase their HTML5 skills to create modern interactive websites

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
News Search, Blogs and Feeds - A Toolkit
Lars Vage, Lars Iselid Paperback R1,332 Discovery Miles 13 320
DelphiMVCFramework - the official guide…
Daniele Teti Hardcover R1,363 Discovery Miles 13 630
Essential Java for Scientists and…
Brian Hahn, Katherine Malan Paperback R1,266 Discovery Miles 12 660
Coding for Kids Ages 9-15 - Simple HTML…
Bob Mather Hardcover R843 Discovery Miles 8 430
Java - The ultimate beginners guide to…
Mark Reed Hardcover R564 R519 Discovery Miles 5 190
Coding for Kids Ages 10 and Up - Coding…
Bob Mather Hardcover R866 Discovery Miles 8 660
CSS For Beginners - The Best CSS Guide…
Ethan Hall Hardcover R895 R773 Discovery Miles 7 730
Python for Beginners - A Programming…
Robert Campbell Hardcover R776 R680 Discovery Miles 6 800
Lean Six Sigma - Simplified - How to…
Greg Caldwell Hardcover R737 R651 Discovery Miles 6 510
Cloud Computing
Sam Revere Hardcover R3,029 R2,745 Discovery Miles 27 450

 

Partners