Sebanyak 2421 item atau buku ditemukan

PHP Pocket Reference

Simple, to the point, and compact--in fact, exactly what you've come to expect in an O'Reilly Pocket Reference--the second edition of PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4.Written by the founder of the PHP Project, Rasmus Lerdorf, PHP Pocket Reference is both a handy introduction to PHP syntax and structure, and a quick reference to the vast array of functions provided by PHP. The quick reference section organizes all the core functions of PHP alphabetically so you can find what you need easily; the slim size means you can keep it handy beside your keyboard for those times when you want to look up a function quickly without closing what you're doing.This valuable little book provides an authoritative overview of PHP packed into a pocket-sized guide that's easy to take anywhere. It is also the ideal companion for O'Reilly's comprehensive book on PHP, Programming PHP.The PHP Pocket Reference an indispensable (and inexpensive) tool for any serious PHP coder.

Simple, to the point, and compact--in fact, exactly what you've come to expect in an O'Reilly Pocket Reference--the second edition of PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4.Written by the founder of the ...

Learning Python

Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It’s an ideal way to begin, whether you’re new to programming or a professional developer versed in other languages. Complete with quizzes, exercises, and helpful illustrations, this easy-to-follow, self-paced tutorial gets you started with both Python 2.7 and 3.3— the latest releases in the 3.X and 2.X lines—plus all other releases in common use today. You’ll also learn some advanced language features that recently have become more common in Python code. Explore Python’s major built-in object types such as numbers, lists, and dictionaries Create and process objects with Python statements, and learn Python’s general syntax model Use functions to avoid code redundancy and package code for reuse Organize statements, functions, and other tools into larger components with modules Dive into classes: Python’s object-oriented programming tool for structuring code Write large programs with Python’s exception-handling model and development tools Learn advanced Python tools, including decorators, descriptors, metaclasses, and Unicode processing

Get a comprehensive, in-depth introduction to the core Python language with this hands-on book.

GarageBand

The Missing Manual

Explains how to install and effectively use GarageBand, digital recording software and MIDI sequencer that creates, records, and edits music on the Macintosh.

Explains how to install and effectively use GarageBand, digital recording software and MIDI sequencer that creates, records, and edits music on the Macintosh.

Digital Photography Pocket Guide

Pocket Guide

Even film diehards have a tough time resisting the instant gratification of the digital camera. Today's digital cameras are more affordable then ever before, and they deliver high quality images that are a snap to share. Plus, you can take risks with a digital camera you never would with a film camera. You waste nothing; there's no film required, and because you only print the pictures you need, digital photography is cost effective and environmentally friendly. But to take full advantage of a digital camera, you need to be an experienced photographer and an expert at digital photography too. With more than 15 years of experience as a photojournalist, author Derrick Story brings you Digital Photography Pocket Guide, 3rd Edition. For everyone who owns or will own a digital camera (and that pretty much means everyone!), this is the perfect on-the-go guide for taking top-notch digital photos. In this third edition of the bestselling pocket guide, Story expands on the basic photography techniques that he introduced in earlier editions, including an explanation of each camera component and what it does, tips for choosing just the right settings for your needs, and much more. This indispensable guide covers everything from how to shoot sports action, close ups, and night shots, to dealing with image resolution, archiving, and memory cards. Affordable and portable, Digital Photography Pocket Guide, 3rd Edition offers full-color photographs, screen shots, and line art illustrating all the topics in the guide's three main sections ("Digital Camera Components," "Standard Camera Functions," and "How Do I?"). Contents are labeled A to Z for quick reference. There's also a comprehensive table of contents and index so you'll waste no time flipping to the specific information you need--whether you want to transfer images, make a QuickTime movie, or just figure out what purpose that mystery setting on your camera serves. There's even a section of easy-to-read reference tables for quick look-up of white balance settings, exposure compensation, camera mode explanations, and plenty more.

In this third edition of the bestselling pocket guide, Story expands on the basic photography techniques that he introduced in earlier editions, including an explanation of each camera component and what it does, tips for choosing just the ...

Automating InDesign with Regular Expressions

If you need to make automated changes to InDesign documents beyond what basic search and replace can handle, you need regular expressions, and a bit of scripting to make them work. This Short Cut explains both how to write regular expressions, so you can find and replace the right things, and how to use them in InDesign specifically.

If you need to make automated changes to InDesign documents beyond what basic search and replace can handle, you need regular expressions, and a bit of scripting to make them work.

Practical PostgreSQL

Arguably the most capable of all the open source databases, PostgreSQL is an object-relational database management system first developed in 1977 by the University of California at Berkeley. In spite of its long history, this robust database suffers from a lack of easy-to-use documentation. Practical PostgreSQL fills that void with a fast-paced guide to installation, configuration, and usage.This comprehensive new volume shows you how to compile PostgreSQL from source, create a database, and configure PostgreSQL to accept client-server connections. It also covers the many advanced features, such as transactions, versioning, replication, and referential integrity that enable developers and DBAs to use PostgreSQL for serious business applications. The thorough introduction to PostgreSQL's PL/pgSQL programming language explains how you can use this very useful but under-documented feature to develop stored procedures and triggers. The book includes a complete command reference, and database administrators will appreciate the chapters on user management, database maintenance, and backup & recovery. With Practical PostgreSQL, you will discover quickly why this open source database is such a great open source alternative to proprietary products from Oracle, IBM, and Microsoft.Also included is a CD-ROM with Command Prompt's PostgreSQL ApplicationServer, LXP. The CD covers LXP version 0.8.0 and PostgreSQL version 7.1.3.

Practical PostgreSQL fills that void with a fast-paced guide to installation, configuration, and usage.This comprehensive new volume shows you how to compile PostgreSQL from source, create a database, and configure PostgreSQL to accept ...

Using Moodle

Teaching with the Popular Open Source Course Management System

Developed by an extremely active open source community, Moodle is a sophisticated course management system that's ideal for creating dynamic online learning communitiesand for supplementing face-to-face learning. Used in more than 115 countries and supporting over 60 languages, Moodle can scale from a single-teacher site to a 40,000-student university. Teachers who use Moodle have access to an array of powerful tools such as assignments, forums, journals, quizzes, surveys, chat rooms, and workshops. Using Moodle is a comprehensive, hands-on guide that explains how the system works, with plenty of examples and best practices for its many features and plug-in modules. Authored by a member of the Moodle community, this authoritative book also exposes little-known but powerful hacks for more technically savvy users. For anyone who is using-or thinking of using-this CMS, Using Moodle is required reading.

Authored by a member of the Moodle community, this authoritative book also exposes little-known but powerful hacks for more technically savvy users. For anyone who is using-or thinking of using-this CMS, Using Moodle is required reading.

An Introduction to Testing Web Applications with Twill and Selenium

This Short Cut is an introduction tobuilding automated web tests using twotools, twill and Selenium. twill is a simpleweb scripting language that can be usedto automate web tests, while Selenium isa web testing framework that runs in anybrowser and can be used to test complexweb sites that make extensive use ofJavaScript. The best way to use this Short Cut is torun through the examples. We expectthat within an hour you can start writingyour own functional tests in either twillor Selenium, and within a day you willunderstand most, if not all, of the possibilitiesand the limitations of these tools.

This Short Cut is an introduction tobuilding automated web tests using twotools, twill and Selenium. twill is a simpleweb scripting language that can be usedto automate web tests, while Selenium isa web testing framework that runs in ...

Managing Infrastructure with Puppet

Get started with Puppet, and learn how this popular configuration management framework helps you automate your servers. This concise introduction shows you how to use Puppet’s tools and templates to organize and execute configuration plans on Linux, Unix, and Windows servers. Through code samples and real-world examples, you’ll learn how to manage pools of servers and virtual instances, and how to administer access control. If you’re new to Puppet, but familiar with systems administration and Ruby language basics, this book is the ideal way to start using this open source framework. Learn Puppet fundamentals, including its manifest syntax and built-in functions Store configurations in a central location with PuppetMaster, and define which configurations apply to which nodes Build a framework to create user accounts in place of LDAP or Kerberos KDC Apply techniques to execute and manage server configurations with MCollective Use Puppet as an auditing tool to ensure that configurations are correct Gather information on the nodes you manage with the Facter library

If you’re new to Puppet, but familiar with systems administration and Ruby language basics, this book is the ideal way to start using this open source framework.

Google Analytics

Web analytics is the process of measuring your web site, analyzing the data, and making changes based on the analysis. Many businesses are just starting to learn how they can increase the performance of their web site by using web analytics. For many people, their first exposure to web analytics is Google Analytics, a free tool available to everyone. Although analysis is vital to web analytics, you can't do analysis without good data. Configuring Google Analytics correctly is the key to collecting good data. This Short Cut provides a thorough description of how the Google Analytics system works, information about many different types of implementations, and ways to avoid common pitfalls. It also shares some best practices to get your setup correct the first time.

Although analysis is vital to web analytics, you can't do analysis without good data. Configuring Google Analytics correctly is the key to collecting good data.