Browse Results

Showing 10,876 through 10,900 of 53,595 results

Instant CloudFlare Starter

by Jeff Dickey

Written as a practical guide, CloudFlare Starter will show you all you need to know in order to effectively improve your online presence in a multitude of different ways."CloudFlare Starter" is a practical yet accessible guide for website owners looking to optimize their site for optimum security and maximum performance.

Eclipse 4 Plug-in Development by Example Beginner's Guide

by Dr Alex Blewitt

A Beginner's Guide following the "by Example" approach. There will be 5-8 major examples that will be used in the book to develop advanced plugins with the Eclipse IDE.This book is for Java developers who are familiar with Eclipse as a Java IDE and are interested in learning how to develop plug-ins for Eclipse. No prior knowledge of Eclipse plug-in development or OSGi is necessary, although you are expected to know how to create, run, and debug Java programs in Eclipse.

Deploying OpenStack

by Ken Pepple

OpenStack was created with the audacious goal of being the ubiquitous software choice for building public and private cloud infrastructures. In just over a year, it's become the most talked-about project in open source. This concise book introduces OpenStack's general design and primary software components in detail, and shows you how to start using it to build cloud infrastructures. If you're a developer, technologist, or system administrator familiar with cloud offerings such as Rackspace Cloud or Amazon Web Services, Deploying OpenStack shows you how to obtain and deploy OpenStack software in a few controlled scenarios. Learn about OpenStack Compute (known as "Nova"), OpenStack Object Store ("Swift"), and OpenStack Image Service ("Glance") Understand common pitfalls in architecting, deploying, and implementing your cloud infrastructure with OpenStack Determine which version of the OpenStack code base best suits your deployment needs Define your deployment scenario and finalize key design choices Install Nova on a single node with either the StackOps distro or an Ubuntu package Be familiar with important configuration options and important administrative commands

RELAX NG

by Eric van der Vlist

As developers know, the beauty of XML is that it is extensible, even to the point that you can invent new elements and attributes as you write XML documents. Then, however, you need to define your changes so that applications will be able to make sense of them and this is where XML schema languages come into play. RELAX NG (pronounced relaxing), the Regular Language Description for XML Core--New Generation is quickly gaining momentum as an alternative to other schema languages. Designed to solve a variety of common problems raised in the creation and sharing of XML vocabularies, RELAX NG is less complex than The W3C's XML Schema Recommendation and much more powerful and flexible than DTDs. RELAX NG is a grammar-based schema language that's both easy to learn for schema creators and easy to implement for software developers In RELAX NG, developers are introduced to this unique language and will learn a no-nonsense method for creating XML schemas. This book offers a clear-cut explanation of RELAX NG that enables intermediate and advanced XML developers to focus on XML document structures and content rather than battle the intricacies of yet another convoluted standard. RELAX NG covers the following topics in depth:Introduction to RELAX NG Building RELAX NG schemas using XML syntax Building RELAX NG schemas using compact syntax, an alternative non-XML syntax Flattening schemas to limit depth and provide reusability Using external datatype libraries with RELAX NG W3C XML Schema regular expressions Writing extensible schemas Annotating schemas Generating schemas form different sources Determinism and datatype assignment and much more. If you're looking for a schema language that's easy to use and won't leave you in a labyrinth of obscure limitations, RELAX NG is the language you should be using. And only O'Reilly's RELAX NG gives you the straightforward information and everything else you'll need to take advantage of this powerful and intelligible language.

Redis Cookbook

by Fred Oliveira Tiago Macedo

Two years since its initial release, Redis already has an impressive list of adopters, including Engine Yard, GitHub, Craigslist, and Digg. This open source data structure server is built for speed and flexibility, making it ideal for many applications. If you're using Redis, or considering it, this concise cookbook provides recipes for a variety of issues you're likely to face. Each recipe solves a specific problem, and provides an in-depth discussion of how the solution works. You'll discover that Redis, while simple in nature, offers extensive functionality for manipulating and storing data. Learn when it makes sense to use Redis Explore several methods for installing Redis Connect to Redis in a number of ways, ranging from the command line to popular languages such as Python and Ruby Solve a range of needs, from linked datasets to analytics Handle backups, sharding, datasets larger than available memory, and many other tasks

Boundaries in an Overconnected World

by Anne Katherine

Over the past decade, 24/7 connectivity has given us not only convenience and fun but worries about privacy, interruptions while working or trying to enjoy family or other downtime, and new compulsions -- from shopping to tweeting and cute-cat watching. Anne Katherine, one of the authors who brought boundary setting to a mass audience, has now written a book on how to set healthy boundaries with technology. The first of its kind, this resource doesn't suggest anyone go "cold turkey." Instead, it helps people make social media, smart phones, and other innovations work for, rather than against, them. Readers learn to protect themselves online in every way -- from predators and data mining as well as time-devouring friends and acquaintances -- with an emphasis on preserving and optimizing meaningful personal connections. Anyone who has ever wondered if their cute little gadget was actually an enemy invader will welcome Katherine's strategies for ensuring "that your life is truly your own."

CiviCRM Cookbook

by Tony Horrocks

This book is written in cookbook style with practical, comprehensive recipes expained with the aid of the necessary screenshots.If you have basic CiviCRM skills and want to further enhance your CiviCRM skills, this book is for you.

Instant Android Fragmentation Management How-to

by Gianluca Pacchiella

Written in the easy to understand Packt How-to format, this book offers the solution to the big issues in Android application development. If you want the best possible reviews for your apps, regardless of device or Android operating system, then this book is for you.

FreeSWITCH 1.2

by Anthony Minessale Darren Schreiber Raymond Chandler Michael S Collins

This book is full of practical code examples aimed at a beginner to ease his or her learning curve.This book is written for IT professionals and enthusiasts who are interested in quickly getting a powerful telephony system up and running using the free and open source application, FreeSWITCH.Telephony experience will be helpful, but not required.

ZeroMQ

by Faruk Akgul

A practical, step-by-step example-rich tutorial.If you are a C developer who wants to learn about ZeroMQ, this book is for you. It is assumed that the reader has C experience at some level but prior ZeroMQ knowledge is not expected.

PrestaShop 1.5 Beginner’s Guide

by Jose A. Tizon John Horton

This book is written in a friendly voice with lots of tips, tricks, and screenshots to help you set up, extend, and personalize your own online shop. If you want to start your own e-commerce business, then this book will help you do that.This book is for people who are interested in creating an online shop. Basic HTML and CSS skills would be beneficial but are not required as we will provide you with all the code and know-how you need.

Functional Programming for Java Developers

by Dean Wampler

Software development today is embracing functional programming (FP), whether it's for writing concurrent programs or for managing Big Data. Where does that leave Java developers? This concise book offers a pragmatic, approachable introduction to FP for Java developers or anyone who uses an object-oriented language. Dean Wampler, Java expert and author of Programming Scala (O'Reilly), shows you how to apply FP principles such as immutability, avoidance of side-effects, and higher-order functions to your Java code. Each chapter provides exercises to help you practice what you've learned. Once you grasp the benefits of functional programming, you'll discover that it improves all of the code you write. Learn basic FP principles and apply them to object-oriented programming Discover how FP is more concise and modular than OOP Get useful FP lessons for your Java type design--such as avoiding nulls Design data structures and algorithms using functional programming principles Write concurrent programs using the Actor model and software transactional memory Use functional libraries and frameworks for Java--and learn where to go next to deepen your functional programming skills

Building Data Science Teams

by D. J. Patil

As data science evolves to become a business necessity, the importance of assembling a strong and innovative data teams grows. In this in-depth report, data scientist DJ Patil explains the skills, perspectives, tools and processes that position data science teams for success.

Managing & Using MySQL

by Tim King George Reese Randy Yarger Hugh E. Williams

MySQL is a popular and robust open source database product that supports key subsets of SQL on both Linux and Unix systems. MySQL is free for nonprofit use and costs a small amount for commercial use. Unlike commercial databases, MySQL is affordable and easy to use. This book includes introductions to SQL and to relational database theory. If you plan to use MySQL to build web sites or other Linux or Unix applications, this book teaches you to do that, and it will remain useful as a reference once you understand the basics. Ample tutorial material and examples are included throughout. This book has all you need to take full advantage of this powerful database management system. It takes you through the whole process from installation and configuration to programming interfaces and database administration. This second edition has a greatly enhanced administration chapter that includes information on administrative tools, server configuration, server startup and shutdown, log file management, database backup and restore, and database administration and repair. In addition, a new chapter on security describes data, server, and client-server security, while a chapter on extending MySQL provides an overview of MySQL internals and describes the use of MySQL user-defined functions. If you know C/C++, Java, Perl, PHP, or Python, you can write programs to interact with your MySQL database. In addition, you can embed queries and updates directly in an HTML file so that a web page becomes its own interface to the database. Managing and Using MySQL includes chapters on the programming language interfaces, and it also includes a complete reference section with specific function calls for each language. Also included in the reference section are references to the SQL language, and details of the MySQL system variables, programs, and utilities. New to the second edition is a reference to the internal MySQL tables, which will be of particular interest to those who want to work extensively with MySQL security.

Alfresco 4 Enterprise Content Management Implementation

by Snehal Shah Munwar Shariff

This book distils the hands-on approach of the training courses into a concise, practical book. The emphasis is on getting up and running fast and discovering the scope and power of Alfresco 4 incrementally through practical examples. Though this book is not a developer guide, various examples in the book will help developers to extend Alfresco functionality and to integrate Alfresco with external systems.This book is designed for experienced users, business owners, or system administrators who want to install and use Alfresco in their teams or businesses. Because Alfresco is free, many teams can install and experiment with its ECM features without any upfront cost, often without management approval. You need to have a degree of technical confidence, but you do not require specialist system admin or developer skills to get a basic system up and running.Though this book is not a developer guide, various examples in the book will help you to extend Alfresco functionality and to integrate Alfresco with external systems.

JBoss Weld CDI for Java Platform

by Ken Finnegan

This book is a mini tutorial with plenty of code examples and strategies to give you numerous options when building your own applications."JBoss Weld CDI for Java Platform" is written for developers who are new to dependency injection. A rudimentary knowledge of Java is required.

Getting Started with Eclipse Juno

by Rafael Medeiros Teixeira Vinicius H. Durelli Rodrigo Fraxino Araujo

Written as a concise yet practical guide that details the main features which are usually required by a programmer who makes use of the Eclipse platform, this book covers Eclipse 3.8 in a way that is accessible to the Java novice and expert alike. The reader is guided through a series of hands-on examples that introduce Eclipse and some of its plugins.The primary audience for this book are the Java programmers. This book has been written in a way that it is accessible both to beginners and advanced Java programmers alike. Also, if you are a seasoned Java developer who has been using another IDE and wondering what Eclipse brings to the table, this book will provide you with a hands-on walkthrough of the main IDE features. This book will also be beneficial to any computer science undergraduate or a graduate student who are familiar with Java.

Instant Firebug Starter

by Chandan Luthra

This easy to understand Starter guide will get you up to speed with Firebug quickly and with little effort. Hands-on and practical examples allow you to get a feel for the tool and get used to using it on a day-to-day basis. If you are just starting out with web development and looking to improve your site with Firebug, then this guide is for you. If you have a basic understanding of web development then this guide is easy to follow and will benefit your site no end.

Building E-commerce Sites with Drupal Commerce Cookbook

by Richard Carter

Building eCommerce Sites with Drupal Commerce Cookbook is written in a helpful, practical style with numerous hands-on recipes to help you build attractive eCommerce sites.This book is primarily for store owners and web designers with little or no experience of Drupal and Drupal Commerce who want to build and customise a store in Drupal Commerce. You will have a basic knowledge of websites, but you don't need to be familiar with Drupal or PHP. However, this book would also suit experienced Drupal and Ubercart users who want to migrate to or build a Drupal Commerce store

Computer Security Basics, 2nd Edition

by Rick Lehtinen G. T. Gangemi Sr.

<p>The new edition builds on the well-established principles developed in the original edition and thoroughly updates that core knowledge. For anyone involved with computer security, including security administrators, system administrators, developers, and IT managers, <i>Computer Security Basics</i> 2nd Edition offers a clear overview of the security concepts you need to know, including access controls, malicious software, security policy, cryptography, biometrics, as well as government regulations and standards. </p>

Rules for Revolutionaries: How Big Organizing Can Change Everything

by Zack Exley Becky Bond

Lessons from the groundbreaking grassroots campaign that helped launch a new political revolution Rules for Revolutionaries is a bold challenge to the political establishment and the "rules" that govern campaign strategy. It tells the story of a breakthrough experiment conducted on the fringes of the Bernie Sanders presidential campaign: A technology-driven team empowered volunteers to build and manage the infrastructure to make seventy-five million calls, launch eight million text messages, and hold more than one-hundred thousand public meetings--in an effort to put Bernie Sanders's insurgent campaign over the top. Bond and Exley, digital iconoclasts who have been reshaping the way politics is practiced in America for two decades, have identified twenty-two rules of "Big Organizing" that can be used to drive social change movements of any kind. And they tell the inside story of one of the most amazing grassroots political campaigns ever run. Fast-paced, provocative, and profound, Rules for Revolutionaries stands as a liberating challenge to the low expectations and small thinking that dominates too many advocacy, non-profit, and campaigning organizations--and points the way forward to a future where political revolution is truly possible.

Getting Started with DraftSight

by Joao Santos

Packed with illustrations and step-by-step guidelines, this book will serve as a guide for DraftSight and get you up and running with it!Getting Started withDraftSightis for anyyone who wants to create accurate 2D drawings in the DWG file format. It is also a great resource for architectural, engineering, or design professionals and students. The reader needs to have basic knowledge of CAD.

Implementing Domain-Specific Languages with Xtext and Xtend

by Lorenzo Bettini

A step-by-step guide that enables you to quickly implement a DSL with Xtext and Xtend in a test-driven way with the aid of simplified examples.This book is for programmers who want to learn about Xtext and how to use it to implement a DSL (or a programming language) together with Eclipse IDE tooling. It assumes that the user is familiar with Eclipse and its functionality. Existing basic knowledge of a compiler implementation would be useful, though not strictly required, since the book will explain all the stages of the development of a DSL.

Instant Effective Caching with Ehcache

by Daniel Wind

Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This is a Packt How-to containing hands-on recipes that discuss integrating Ehcache into your Java application.This book is aimed at Java developers who are looking for an Ehcache integration reference guide and want to get a good background in its fundamental core functionality. It is assumed that you have some experience with Java. Prior knowledge in Ehcache is not a requirement.

Android Development Tools for Eclipse

by Sanjay Shah Khirulnizam Abd Rahman

A standard tutorial aimed at developing Android applications in a practical manner.Android Development Tools for Eclipse is aimed at beginners and existing developers who want to learn more about Android development. It is assumed that you have experience in Java programming and that you have used IDE for development.

Refine Search

Showing 10,876 through 10,900 of 53,595 results