0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (97)
  • R250 - R500 (505)
  • R500+ (3,214)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages

Hardcore JFC - Conquering the Swing Architecture (Paperback): Mitch Goldstein Hardcore JFC - Conquering the Swing Architecture (Paperback)
Mitch Goldstein
R1,994 Discovery Miles 19 940 Ships in 12 - 19 working days

Hardcore JFC (previously announced as Mastering the Java Foundation Classes) is a comprehensive guide to the functionality and practical use of the Java Foundation Classes (JFC). It presents intermediate and advanced techniques for exploiting the power and flexibility of JFC and the Swing component set. With a strong focus on fundamentals and pragmatic applications, the author shows how JFC and Swing can add tremendous value to Java applications. Several concrete illustrations reveal how to enhance the JFC architecture, such as leveraging the Model/View/Controller paradigm, customizing and developing new components, and techniques for creating look-and-feel user interface classes. Thousands of lines of effective, well-constructed and reusable example code demonstrate important design and development issues. Any Java professional will find this book to be a vital reference.

JavaScript and DHTML Cookbook 2e (Paperback, 2nd Revised edition): Danny Goodman JavaScript and DHTML Cookbook 2e (Paperback, 2nd Revised edition)
Danny Goodman
R1,103 R844 Discovery Miles 8 440 Save R259 (23%) Ships in 12 - 19 working days

In today's Web 2.0 world, JavaScript and Dynamic HTML are at the center of the hot new approach to designing highly interactive pages on the client side. With this environment in mind, the new edition of this book offers bite-sized solutions to very specific scripting problems that web developers commonly face. Each recipe includes a focused piece of code that you can insert right into your application. Why is "JavaScript & DHTML Cookbook" so popular? After reading thousands of forum threads over the years, author and scripting pioneer Danny Goodman has compiled a list of problems that frequently vex scripters of various experience levels. For every problem he addresses, Goodman not only offers code, but a discussion of how and why the solution works.Recipes range from simple tasks, such as manipulating strings and validating dates in JavaScript, to entire libraries that demonstrate complex tasks, such as cross-browser positioning of HTML elements, sorting tables, and implementing Ajax features on the client. Ideal for novices as well as experienced scripters, this book contains more than 150 recipes for: working with interactive forms and style sheets; presenting user-friendly page navigation; creating dynamic content via Document Object Model scripting; producing visual effects for stationary content; positioning HTML elements; and working with XML data in the browser.Recipes in this Cookbook are compatible with the latest W3C standards and browsers, including Internet Explorer 7, Firefox 2, Safari, and Opera 9. Several new recipes provide client-side Ajax solutions, and many recipes from the previous edition have been revised to help you build extensible user interfaces for Web 2.0 applications. If you want to write your own scripts and understand how they work, rather than rely on a commercial web development framework, the "JavaScript & DHTML Cookbook" is a must.

Python and AWS Cookbook (Paperback): Mitch Garnaat Python and AWS Cookbook (Paperback)
Mitch Garnaat
R656 R537 Discovery Miles 5 370 Save R119 (18%) Ships in 12 - 19 working days

If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal programming language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on the author's boto library.

You'll find detailed recipes for working with the S3 storage service as well as EC2, the service that lets you design and build cloud applications. Each recipe includes a code solution you can use immediately, along with a discussion of why and how the recipe works. You also get detailed advice for using boto with AWS and other cloud services.

This book's recipes include methods to help you: Launch instances on EC2, and keep track of them with tagsAssociate an Elastic IP address with an instanceRestore a failed Elastic Block Store volume from a snapshotStore and monitor your own custom metrics in CloudWatchCreate a bucket in S3 to contain your data objectsReduce the cost of storing noncritical dataPrevent accidental deletion of data in S3

MintDuino - Building an Arduino-compatible Breadboard Microcontroller (Paperback): James Floyd Kelly MintDuino - Building an Arduino-compatible Breadboard Microcontroller (Paperback)
James Floyd Kelly
R122 R101 Discovery Miles 1 010 Save R21 (17%) Ships in 12 - 19 working days

The Mintduino is another wonderful product in the Maker Shed's Mintronics series of kits. It's perfect for anyone interested in learning, or teaching, the fundamentals of how microcontrollers work. This hands-on book shows you how to assemble the Mintduino (no soldering required), teaches you the fundamentals of programming this microcontroller, and gets you going with some cool projects.

Designing for XOOPS (Paperback): Sun Ruoyu Designing for XOOPS (Paperback)
Sun Ruoyu
R478 R392 Discovery Miles 3 920 Save R86 (18%) Ships in 12 - 19 working days

Learn how to customize websites with XOOPS, the open source CMS that helps non-developers build dynamic community websites, intranets, and other applications. This concise book shows you how to use XOOPS themes and modules to design everything from simple blogs to large database-driven CMS portals.

Web designers and current XOOPS users will learn how to create a site theme with CSS and jQuery libraries, including techniques for making additional modules conform to the site's look and feel. Although XOOPS uses the PHP-based Smarty templating system, all you need is a bit of XHTML and CSS experience to get started.Learn the workflow for turning an idea into a full-featured website Become familiar with XOOPS' theme-building tools, and set up PHP and MySQL environments Port an existing XHTML template to XOOPS Create themes with the 960 Grid System to save time and reduce code Use jQuery-based UI libraries to achieve complex effects Blend new modules into your theme with the template override function Go beyond traditional block layouts to customize your homepage

Practical JIRA Plugins (Paperback): Matthew B. Doar Practical JIRA Plugins (Paperback)
Matthew B. Doar
R592 R483 Discovery Miles 4 830 Save R109 (18%) Ships in 12 - 19 working days

One advantage of using JIRA for issue tracking, bug tracking, or project management is the ability to extend this tool with hundreds of plugins from the JIRA community. In this concise book, software toolsmith Matt Doar--the author of "Practical JIRA Administration"--shows you how to create and maintain your own JIRA plugins to meet the specific needs of a project.

This book uses detailed examples to clarify some of the more confusing aspects of JIRA plugins, and serves as an ideal supplement to the extensive documentation already available.Use JIRA's Plugin SDK, and learn several aspects common to all plugins Create your own custom field type, using a JIRA plugin Delve into advanced aspects of custom field plugins, and discover how searching for values in custom fields works Create JIRA plugins to use with workflows, and learn about conditions, validators, and post-functions Store data using the PropertySet interface and the Active Objects plugin Upgrade a plugin and upload it to Atlassian Plugin Exchange (PAC)

Data Science with Java (Paperback): Michael Brzustowicz Data Science with Java (Paperback)
Michael Brzustowicz
R1,412 R1,039 Discovery Miles 10 390 Save R373 (26%) Ships in 12 - 19 working days

Data Science is booming thanks to R and Python, but Java brings the robustness, convenience, and ability to scale critical to today's data science applications. With this practical book, Java software engineers looking to add data science skills will take a logical journey through the data science pipeline. Author Michael Brzustowicz explains the basic math theory behind each step of the data science process, as well as how to apply these concepts with Java. You'll learn the critical roles that data IO, linear algebra, statistics, data operations, learning and prediction, and Hadoop MapReduce play in the process. Throughout this book, you'll find code examples you can use in your applications. Examine methods for obtaining, cleaning, and arranging data into its purest form Understand the matrix structure that your data should take Learn basic concepts for testing the origin and validity of data Transform your data into stable and usable numerical values Understand supervised and unsupervised learning algorithms, and methods for evaluating their success Get up and running with MapReduce, using customized components suitable for data science algorithms

The Elements of Java (TM) Style (Paperback): Allan Vermeulen, Scott W Ambler, Greg Bumgardner, Eldon Metz, Trevor Misfeldt, Jim... The Elements of Java (TM) Style (Paperback)
Allan Vermeulen, Scott W Ambler, Greg Bumgardner, Eldon Metz, Trevor Misfeldt, …
R676 Discovery Miles 6 760 Ships in 12 - 19 working days

The Elements of Java Style, written by renowned author Scott Ambler, Alan Vermeulen, and a team of programmers from Rogue Wave Software, is directed at anyone who writes Java code. Many books explain the syntax and basic use of Java; however, this essential guide explains not only what you can do with the syntax, but what you ought to do. Just as Strunk and White's The Elements of Style provides rules of usage for the English language, this text furnishes a set of rules for Java practitioners. While illustrating these rules with parallel examples of correct and incorrect usage, the authors offer a collection of standards, conventions, and guidelines for writing solid Java code that will be easy to understand, maintain, and enhance. Java developers and programmers who read this book will write better Java code, and become more productive as well. Indeed, anyone who writes Java code or plans to learn how to write Java code should have this book next to his/her computer.

Enterprise JavaBeans 3.1 (Paperback, 6th edition): Andrew Lee Rubinger Enterprise JavaBeans 3.1 (Paperback, 6th edition)
Andrew Lee Rubinger; Contributions by Bill Burke
R1,360 R1,024 Discovery Miles 10 240 Save R336 (25%) Ships in 12 - 19 working days

Learn how to code, package, deploy, and test functional Enterprise JavaBeans with the latest edition of this bestselling guide. Written by the developers of the JBoss EJB 3.1 implementation, this book brings you up to speed on each of the component types and container services in this technology, while the workbook in the second section provides several hands-on examples for putting the concepts into practice. Enterprise JavaBeans 3.0 presented a radical departure from its predecessors with a lightweight alternative that met with enthusiastic response from the Java development community. With version 3.1, EJB's server-side component model for building distributed business applications is simpler yet. And Enterprise JavaBeans 3.1 is the most complete reference you'll find on this specification. * Learn how to encapsulate business logic with Session Beans and Message-Driven Beans * Understand EJB's container services, such as dependency injection, concurrency, and interceptors * Handle persistence through the Entity Bean and EntityManager * Discover how to integrate with other technologies in the Java Enterprise Edition platform

NetBeans - The Definitive Guide (Paperback): Tim Boudreau NetBeans - The Definitive Guide (Paperback)
Tim Boudreau
R1,168 R1,002 Discovery Miles 10 020 Save R166 (14%) Ships in 10 - 15 working days

In NetBeans: The Definitive Guide, you'll find out how to use this IDE to its fullest, making your Java programming more efficient and productive than ever before. You'll understand the basics of the IDE, and quickly be utilizing the various editor and explorer windows. You'll also master many of NetBeans advanced features, and be working with XML documents, CVS repositories, Javadoc trees, and web applications, all within the NetBeans framework.

Internet and World Wide Web How to Program (Paperback, International ed of 5th revised ed): Harvey M. Deitel, Paul J. Deitel,... Internet and World Wide Web How to Program (Paperback, International ed of 5th revised ed)
Harvey M. Deitel, Paul J. Deitel, Abbey Deitel
R2,290 Discovery Miles 22 900 Ships in 12 - 19 working days

For a wide variety of Web Programming, XHTML, and JavaScript courses found in Computer Science, CIS, MIS, IT, Business, Engineering, and Continuing Education departments. Internet and World Wide Web How to Program, 5e introduces students with little or no programming experience to the exciting world of Web-Based applications. The book has been substantially revised to reflect today's Web 2.0 rich Internet application-development methodologies. A comprehensive book that teaches the fundamentals needed to program on the Internet, this text provides in-depth coverage of introductory programming principles, various markup languages (XHTML, Dynamic HTML and XML), several scripting languages (JavaScript, PHP, Ruby/Ruby on Rails and Perl); AJAX, web services, Web Servers (IIS and Apache) and relational databases (MySQL/Apache Derby/Java DB)--all the skills and tools needed to create dynamic Web-based applications. The text contains comprehensive introductions to ASP.NET and JavaServer Faces (JSF). Hundreds of live-code examples of real applications throughout the book available for download allow readers to run the applications and see and hear the outputs. The book provides instruction on building Ajax-enabled rich Internet applications that enhance the presentation of online content and give web applications the look and feel of desktop applications. The chapter on Web 2.0 and Internet business exposes readers to a wide range of other topics associated with Web 2.0 applications and businesses. After mastering the material in this book, students will be well prepared to build real-world, industrial strength, Web-based applications.

Javascript For Kids (Paperback): Nick Morgan Javascript For Kids (Paperback)
Nick Morgan
R1,008 R844 Discovery Miles 8 440 Save R164 (16%) Ships in 9 - 17 working days

JavaScript is the programming language of the Internet, the secret sauce that makes the Web awesome, your favorite sites interactive, and online games fun! JavaScript for Kids is a lighthearted introduction that teaches programming essentials through patient, step-by-step examples paired with funny illustrations. You ll begin with the basics, like working with strings, arrays, and loops, and then move on to more advanced topics, like building interactivity with jQuery and drawing graphics with Canvas. Along the way, you ll write games such as Find the Buried Treasure, Hangman, and Snake. You ll also learn how to: Create functions to organize and reuse your code Write and modify HTML to create dynamic web pages Use the DOM and jQuery to make your web pages react to user input Use the Canvas element to draw and animate graphics Program real user-controlled games with collision detection and score keeping With visual examples like bouncing balls, animated bees, and racing cars, you

XML in a Nutshell - A Desktop Quick Reference (Paperback, 3rd Revised edition): Elliotte Rusty Harold, W. Scott Means XML in a Nutshell - A Desktop Quick Reference (Paperback, 3rd Revised edition)
Elliotte Rusty Harold, W. Scott Means
R1,101 R841 Discovery Miles 8 410 Save R260 (24%) Ships in 12 - 19 working days

If you're a developer working with XML, you know there's a lot to know about XML, and the XML space is evolving almost moment by moment. But you don't need to commit every XML syntax, API, or XSLT transformation to memory; you only need to know where to find it. And if it's a detail that has to do with XML or its companion standards, you'll find it--clear, concise, useful, and well-organized--in the updated third edition of "XML in a Nutshell,"

With "XML in a Nutshell" beside your keyboard, you'll be able to:

Quick-reference syntax rules and usage examples for the core XML technologies, including XML, DTDs, Xpath, XSLT, SAX, and DOM

Develop an understanding of well-formed XML, DTDs, namespaces, Unicode, and W3C XML Schema

Gain a working knowledge of key technologies used for narrative XML documents such as web pages, books, and articles technologies like XSLT, Xpath, Xlink, Xpointer, CSS, and XSL-FO

Build data-intensive XML applications

Understand the tools and APIs necessary to build data-intensive XML applications and process XML documents, including the event-based Simple API for XML (SAX2) and the tree-oriented Document Object Model (DOM)

This powerful new edition is the comprehensive XML reference. Serious users of XML will find coverage on just about everything they need, from fundamental syntax rules, to details of DTD and XML Schema creation, to XSLT transformations, to APIs used for processing XML documents. "XML in a Nutshell" also covers XML 1.1, as well as updates to SAX2 and DOM Level 3 coverage. If you need explanation of how a technology works, or just need to quickly find the precise syntax for a particular piece, "XML in a Nutshell" puts theinformation at your fingertips.

Simply put, "XML in a Nutshell" is the critical, must-have reference for any XML developer.

Isomorphic Web Applications - Universal Development with React (Paperback): Elyse Kolker Gordon Isomorphic Web Applications - Universal Development with React (Paperback)
Elyse Kolker Gordon
R962 R404 Discovery Miles 4 040 Save R558 (58%) Ships in 9 - 17 working days

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

Programming Web Services with XML-RPC (Paperback, Foreword by Dave Winer June 2001): Simon St. Laurent Programming Web Services with XML-RPC (Paperback, Foreword by Dave Winer June 2001)
Simon St. Laurent
R844 R733 Discovery Miles 7 330 Save R111 (13%) Ships in 10 - 15 working days

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

Introducing JavaScript Game Development - Build a 2D Game from the Ground Up (Paperback, 1st ed.): Graeme Stuart Introducing JavaScript Game Development - Build a 2D Game from the Ground Up (Paperback, 1st ed.)
Graeme Stuart
R1,076 R910 Discovery Miles 9 100 Save R166 (15%) Ships in 10 - 15 working days

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

Java Data Objects (Paperback): David Jordan Java Data Objects (Paperback)
David Jordan; Contributions by Craig Russell
R968 R745 Discovery Miles 7 450 Save R223 (23%) Ships in 12 - 19 working days

This book, written by the JDO Specification Lead and one of the key contributors to the JDO Specification, is the definitive work on the JDO API. It gives you a thorough introduction to JDO, starting with a simple application that demonstrates many of JDO's capabilities. It shows you how to make classes persistent, how JDO maps persistent classes to the database, how to configure JDO at runtime, how to perform transactions, and how to make queries. More advanced chapters cover optional features such as nontransactional access and optimistic transactions. The book concludes by discussing the use of JDO in web applications and J2EE environments

Whether you only want to read up on an interesting new technology, or are seriously considering an alternative to JDBC or EJB CMP, you'll find that this book is essential. It provides by far the most authoritative and complete coverage available.

Node.js for Embedded Systems (Paperback): Patrick Mulder, Kelsey Breseman Node.js for Embedded Systems (Paperback)
Patrick Mulder, Kelsey Breseman
R725 R578 Discovery Miles 5 780 Save R147 (20%) Ships in 12 - 19 working days

How can we build bridges from the digital world of the Internet to the analog world that surrounds us? By bringing accessibility to embedded components such as sensors and microcontrollers, JavaScript and Node.js might shape the world of physical computing as they did for web browsers. This practical guide shows hardware and software engineers, makers, and web developers how to talk in JavaScript with a variety of hardware platforms. Authors Patrick Mulder and Kelsey Breseman also delve into the basics of microcontrollers, single-board computers, and other hardware components. Use JavaScript to program microcontrollers with Arduino and Espruino Prototype IoT devices with the Tessel 2 development platform Learn about electronic input and output components, including sensors Connect microcontrollers to the Internet with the Particle Photon toolchain Run Node.js on single-board computers such as Raspberry Pi and Intel Edison Talk to embedded devices with Node.js libraries such as Johnny-Five, and remotely control the devices with Bluetooth Use MQTT as a message broker to connect devices across networks Explore ways to use robots as building blocks for shared experiences

Practical Web Design for Absolute Beginners (Paperback, 1st ed.): Adrian W. West Practical Web Design for Absolute Beginners (Paperback, 1st ed.)
Adrian W. West
R3,425 Discovery Miles 34 250 Ships in 10 - 15 working days

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

React Quickly (Paperback): Azat Mardan React Quickly (Paperback)
Azat Mardan
R1,141 Discovery Miles 11 410 Ships in 12 - 19 working days

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

PHP Beyond the Web (Paperback, 1st ed.): Rob Aley PHP Beyond the Web (Paperback, 1st ed.)
Rob Aley
R1,922 Discovery Miles 19 220 Ships in 10 - 15 working days

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

Tomcat (Paperback, 2nd Revised edition): Jason Brittain Tomcat (Paperback, 2nd Revised edition)
Jason Brittain; Contributions by Ian F. Darwin
R990 R768 Discovery Miles 7 680 Save R222 (22%) Ships in 12 - 19 working days

It takes a book as versatile as its subject to cover Apache Tomcat, the popular open source Servlet and JSP container and high performance web server. Tomcat: The Definitive Guide is a valuable reference for administrators and webmasters, a useful guide for programmers who want to use Tomcat as their web application server during development or in production, and an excellent introduction for anyone interested in Tomcat. Updated for the latest version of Tomcat, this new edition offers a complete guide to installing, configuring, maintaining and securing this servlet container. In fact, with such a wealth of new information, this is essentially a new book rather than a simple revision. You will find details for using Tomcat on all major platforms, including Windows, Linux, OS X, Solaris, and FreeBSD, along with specifics on Tomcat configuration files, and step-by-step advice for deploying and running web applications. This book offers complete information for: * Installation and startup procedures * Configuring Tomcat-including realms, roles, users, servlet sessions, and JNDI resources including JDBC DataSources * Deploying web applications-individual servlets and JSP pages, and web application archive files * Tuning Tomcat to measure and improve performance * Integrating Tomcat with Apache Web Server * Securing Tomcat to keep online thugs at bay * Tomcat configuration files-server.xml and web.xml, and more * Debugging and Troubleshooting-diagnosing problems with Tomcat or a web application * Compiling your own Tomcat, rather than using the pre-built release * Running two or more Tomcat servlet containers in parallel This book also offers an overview of the Tomcat open source project's community resources, including docs, mailing lists, and more. Community interest fueled a strong demand for a Tomcat guide from O'Reilly. The result clearly exceeds expectations.

Hack and HHVM (Paperback): Owen Yamauchi Hack and HHVM (Paperback)
Owen Yamauchi
R977 R734 Discovery Miles 7 340 Save R243 (25%) Ships in 12 - 19 working days

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

Ruby Pocket Reference 2e (Paperback): Michael Fitzgerald Ruby Pocket Reference 2e (Paperback)
Michael Fitzgerald
R360 R296 Discovery Miles 2 960 Save R64 (18%) Ships in 12 - 19 working days

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

Table Layout in CSS (Paperback): Eric Meyer Table Layout in CSS (Paperback)
Eric Meyer
R195 R160 Discovery Miles 1 600 Save R35 (18%) Ships in 12 - 19 working days

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

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Teaching Mathematics in the Foundation…
C. Meier, M Naude Paperback  (1)
R238 Discovery Miles 2 380
Nothing's Impossible - Leadership…
Lorraine Monroe Paperback R425 R398 Discovery Miles 3 980
A C/OS-III for the Renesas RX62N
J Labrosse Jean, Kovalski Fabiano Hardcover R1,927 Discovery Miles 19 270
Cognitive Training - An Overview of…
Tilo Strobach, Julia Karbach Hardcover R4,261 Discovery Miles 42 610
3D Printing in Medicine
Deepak M. Kalaskar Paperback R4,606 Discovery Miles 46 060
Model Predictive Control mit MATLAB und…
Rainer Dittmar Hardcover R3,347 Discovery Miles 33 470
Cellular Mechanotransduction Mechanisms…
Yun Fang Hardcover R6,330 R5,294 Discovery Miles 52 940
Ecosystems and Human Well-Being: Current…
Millennium Ecosystem Assessment Paperback R1,696 R1,572 Discovery Miles 15 720
Dehydroepiandrosterone, Volume 108
Gerald Litwack Hardcover R4,820 Discovery Miles 48 200
Oceans and Human Health - Opportunities…
Lora Fleming, Lota B Alcantara Creencia, … Hardcover R5,217 Discovery Miles 52 170

 

Partners