Browse Results

Showing 52,951 through 52,975 of 54,108 results

Learning Ruby

by Michael James Fitzgerald

You don't have to know everything about a car to drive one, and you don't need to know everything about Ruby to start programming with it. Written for both experienced and new programmers alike, Learning Ruby is a just-get-in-and-drive book -- a hands-on tutorial that offers lots of Ruby programs and lets you know how and why they work, just enough to get you rolling down the road. Interest in Ruby stems from the popularity of Rails, the web development framework that's attracting new devotees and refugees from Java and PHP. But there are plenty of other uses for this versatile language. The best way to learn is to just try the code! You'll find examples on nearly every page of this book that you can imitate and hack. Briefly, this book: * Outlines many of the most important features of Ruby * Demonstrates how to use conditionals, and how to manipulate strings in Ruby. Includes a section on regular expressions * Describes how to use operators, basic math, functions from the Math module, rational numbers, etc. * Talks you through Ruby arrays, and demonstrates hashes in detail * Explains how to process files with Ruby * Discusses Ruby classes and modules (mixins) in detail, including a brief introduction to object-oriented programming (OOP) * Introduces processing XML, the Tk toolkit, RubyGems, reflection, RDoc, embedded Ruby, metaprogramming, exception handling, and other topics * Acquaints you with some of the essentials of Rails, and includes a short Rails tutorial. Each chapter concludes with a set of review questions, and appendices provide you with a glossary of terms related to Ruby programming, plus reference material from the book in one convenient location. If you want to take Ruby out for a drive, Learning Ruby holds the keys.

Learning ActionScript 3.0

by Richard Shupe Zevan Rosser

If you're new to ActionScript 3.0, this is the ideal introductory guide. Flash designers, developers, and programmers alike will find this book invaluable for navigating ActionScript 3.0's steeper learning curve. You'll learn the language and how it works through hands-on exercises that build skills as the book progresses. You will learn how to: * Harness the power and performance of ActionScript 3.0 * Manipulate text, work with sound and video, and draw with code * Animate graphics, create particle systems, and apply simple physics * Avoid common coding mistakes and reuse code for improved productivity * Load SWF, image, text, HTML, CSS, and XML file formats, and more This second edition enhances the text further with improvements to clarity and understanding, tighter code examples, and new material. The skills taught, and majority of code examples, are fully compatible with Flash Professional versions CS3 through the present. Select new features introduced in versions CS4 or CS5 round out the content, including: * Manipulating assets using the basic 3D engine in Flash Player 10 * Significantly improved text control using the new Text Layout Framework * Expanded access to the user's microphone at runtime, and more This acclaimed four-color book features illustrations and screenshots throughout, but also presents all code examples in color. Syntax-colored scripts help you quickly identify key elements of the language and make it easier to compare the printed code to your own. The companion website is an additional resource for source files, short quizzes to test your knowledge of key concepts, and valuable supplemental material. Learning ActionScript 3.0 explains topics using simple examples written in the timeline, but also introduces object-oriented programming over time so you can get the most out of your reading. Or, if you prefer, the companion website includes class-based examples for every chapter, allowing you to choose if and when you immerse yourself in OOP. Written by teachers for students, authors Rich Shupe and Zevan Rosser draw on their vast experience as Flash developers and instructors to give you a solid ActionScript foundation, without losing site of creativity.

Macintosh Troubleshooting Pocket Guide

by David Lerner Aaron Freimark Tekserve Corporation

Tekserve Corporation, the distinctive (and somewhat eccentric but excellent) Macintosh repair store in New York City, has long provided its customers with a free "Frequently Asked Questions" document to cover the most common troubleshooting questions. We recently discovered this FAQ sheet and realized that-like New York itself-it was too good to leave just for the New Yorkers. With the help of Tekserve's owners, we turned this FAQ sheet into the Macintosh Troubleshooting Pocket Guide. This handy little book covers the most common user hardware and software troubles, from disks stuck in drives to lost files-there are software tips going back as far as OS 6! Tekserve updates their FAQ sheet based on the frequency of questions from real users who come into the store every week. This guide is easy to take and use anywhere.

Java and XML

by Brett D. Mclaughlin Justin Edelson

This guide first covers XML basics, including XPath, XSL, DTDs, and XML Schema, then focuses on using XML from Java applications. This third edition covers all major Java XML processing libraries, as well as the latest version of the Java API for XML Processing (JAXP) and Java Architecture for XML Binding (JAXB). The chapters on Web technology have been entirely rewritten to focus on today's most relevant topics: syndicating content with RSS and creating Web 2. 0 applications. The book will be useful to Java developers, those involved in the peer-to-peer movement, messaging, or web services, and people developing software for electronic commerce. McLaughlin is a Java and XML programmer. Edelson is a software developer. Annotation ©2008 Book News, Inc. , Portland, OR (booknews. com)

Java Cookbook, 2nd Edition

by Ian F. Darwin

You have a choice: you can wade your way through lengthy Java tutorials and figure things out by trial and error, or you can pick up Java Cookbook, 2nd Edition and get to the heart of what you need to know when you need to know it. With the completely revised and thoroughly updated Java Cookbook, 2nd Edition, Java developers like you will learn by example, try out new features, and use sample code to understand how new additions to the language and platform work--and how to put them to work for you. This comprehensive collection of problems, solutions, and practical examples will satisfy Java developers at all levels of expertise. Whether you're new to Java programming and need something to bridge the gap between theory-laden reference manuals and real-world programs or you're a seasoned Java programmer looking for a new perspective or a different problem-solving context, this book will help you make the most of your Java knowledge. Packed with hundreds of tried-and-true Java recipes covering all of the major APIs from the 1.4 version of Java, this book also offers significant first-look recipes for the most important features of the new 1.5 version, which is in beta release. You get practical solutions to everyday problems, and each is followed by a detailed, ultimately useful explanation of how and why the technology works. Java Cookbook, 2nd Edition includes code segments covering many specialized APIs--like those for working with Struts, Ant and other new popular Open Source tools. It also includes expanded Mac OS X Panther coverage and serves as a great launching point for Java developers who want to get started in areas outside of their specialization. In this major revision, you'll find succinct pieces of code that can be easily incorporated into other programs. Focusing on what's useful or tricky--or what's useful and tricky--Java Cookbook, 2nd Edition is the most practical Java programming book on the market.

JavaScript & DHTML Cookbook, 2nd Edition

by Danny Goodman

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

JavaScript: The Definitive Guide, 5th Edition

by David Flanagan

This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including: * Scripted HTTP and Ajax * XML processing * Client-side graphics using the canvas tag * Namespaces in JavaScript--essential when writing complex programs * Classes, closures, persistence, Flash, and JavaScript embedded in Java applications Part I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language. Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to: * Generate a table of contents for an HTML document * Display DHTML animations * Automate form validation * Draw dynamic pie charts * Make HTML elements draggable * Define keyboard shortcuts for web applications * Create Ajax-enabled tool tips * Use XPath and XSLT on XML documents loaded with Ajax * And much more Part III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3. Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequest object and the canvas tag. More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications.

Java Network Programming, 3rd Edition

by Elliotte Harold

The new third edition of this highly regarded introduction to Java networking programming has been thoroughly revised to cover all of the 100+ significant updates to Java Developers Kit (JDK) 1.5. It is a clear, complete introduction to developing network programs (both applets and applications) using Java, covering everything from networking fundamentals to remote method invocation (RMI). Java Network Programming, 3rd Edition includes chapters on TCP and UDP sockets, multicasting protocol and content handlers, servlets, multithreaded network programming, I/O, HTML parsing and display, the Java Mail API, and the Java Secure Sockets Extension. There's also significant information on the New I/O API that was developed in large part because of the needs of network programmers. This invaluable book is a complete, single source guide to writing sophisticated network applications. Packed with useful examples, it is the essential resource for any serious Java developer.

Inside Microsoft® SQL Server™ 2005: The Storage Engine

by Kalen Delaney

Understanding the internals of storage in SQL Server helps database developers and administrators to better create, maintain, and mine information from enterprise data. This practical, hands-on book focuses on the SQL Server 2005 Storage Engine and delves deep into the structures used for storing data, including files, tables, indexes, and data types. Topics also include security details, with coverage of the new SQL Server 2005 security model, and data protection through the backup and restore algorithms. With pragmatic advice, best practices, extensive code samples, and table examples, developers and database administrators will find the guidance they need to better understand how to build powerful, efficient databases.

Inside the Microsoft® Build Engine: Using MSBuild and Team Foundation Build

by Sayed Hashimi William Bartholomew

Written for . NET developers, build masters, and anyone else who wants to use MSBuild or Team Build, this reference describes the fundamentals of creating and extending MSBuild project files, then covers the two ways that MSBuild can be extended: custom tasks and custom loggers. It discusses advanced topics such as batching and incremental builds, and offers an MSBuild 'cookbook' with real-world examples (code is available on a web site). The last three chapters of the book focus on installation, configuration, and use of Team Foundation Build 2008 (Team Build), the latest version of the build automation component of the Visual Studio Team System. No background in the build process is assumed. Hashimi is a software developer and trainer. Bartholomew is a software engineer. Annotation ©2009 Book News, Inc. , Portland, OR (booknews. com)

In the Trenches with Microsoft® Office Project 2007

by Elaine Marmel

Marmel is an author and president of a technical writing and software training firm, and she has written this guide to Microsoft Office Project 2007 for users who need develop the tools and techniques for all types of project management scenarios. The author combines expert advice and examples to show how Project 2007 can be used to define and set project goals, determine how dependencies and constraints will affect the project, set budgets, organize information files, communicate with teams, track progress and deal with management objectives. Problem solving approaches are also discussed such as getting back on schedule and managing cross-project conflicts. Annotation c2009 Book News, Inc. , Portland, OR (booknews. com)

iPod: The Missing Manual, Seventh Edition

by David Pogue J. D. Biersdorfer

With the new Shuffle, the Nano, the Classic, and the Touch, Apple's gotten the world hooked on portable music, pictures, videos--and the iPod. One thing they haven't delivered, though, is an easy guide for getting the most from this sleek entertainment center. Enter iPod: The Missing Manual, 8th Edition--a book as breathtaking, satisfying, and reliable as its subject. In a handy, travel-friendly size, this new edition provides a no-nonsense view of iTunes and everything in the latest iPod line, with crystal-clear explanations, easy-to-follow color graphics, and guidance on all the amazing things you can do, including: * Out of the box and into your ears. Find out how to install iTunes and load music on your iPod. And get advice on buying copy-protection-free songs from stores like Amazon and Rhapsody. * Bopping around the iPod. Learn everything from turning it on and off to shaking your iPod Nano to shuffle your tracks. * In tune with iTunes. Choose which parts of your iTunes library load onto your iPod, move your sacred iTunes Folder to a bigger hard drive, and add album covers to your collection. * Picking playlists like a Genius. Let iTunes' new Genius feature whip up smart playlists from your library, and suggest songs from the iTunes Store that fit with what you already own. * The power of the 'Pod. Download movies and TV shows and learn how to start watching them on your iPod and finish viewing them on your TV. Play photo slideshows, find cool podcasts, and more. * Welcome to the App Store. Soup up your iPod Touch, from upgrading to the 2.0 firmware to installing the iTunes Store's nifty new collection of programs -- including games that turn the Touch into a pocket 3-D arcade. Even if you don't buy one of the new iPod models, this Missing Manual has plenty of information on the latest version of iTunes, the App Store, and everything else you want to know about this incredible device.

iPhone SDK Application Development: Building Applications for the Appstore

by Jonathan Zdziarski

This practical book offers the knowledge and code you need to create cutting-edge mobile applications and games for the iPhone and iPod Touch, using Apple's iPhone SDK. iPhone SDK Application Development introduces you to this development paradigm and the Objective-C language it uses with numerous examples, and also walks you through the many SDK frameworks necessary for designing full-featured applications. This book will help you: * Design user interface elements with Interface Builder and the UI Kit framework * Create application controls, such as windows and navigation bars * Build and manage layers and transformations using Core Graphics and Quartz Core * Mix and play sound files using AVFoundation, and record and play back digital sound streams using Audio Toolbox * Handle network programming with the CFNetwork framework * Use the Core Location framework to interact with the iPhone's GPS * Add movie players to your application iPhone SDK Application Development will benefit experienced developers and those just starting out on the iPhone. Important development concepts are explained thoroughly, and enough advanced examples are provided to make this book a great reference once you become an expert.

iPhone Forensics: Recovering Evidence, Personal Data and Corporate Assets

by Jonathan Zdziarski

With iPhone use increasing in business networks, IT and security professionals face a serious challenge: these devices store an enormous amount of information. If your staff conducts business with an iPhone, you need to know how to recover, analyze, and securely destroy sensitive data. iPhone Forensics supplies the knowledge necessary to conduct complete and highly specialized forensic analysis of the iPhone, iPhone 3G, and iPod Touch. This book helps you: * Determine what type of data is stored on the device * Break v1.x and v2.x passcode-protected iPhones to gain access to the device * Build a custom recovery toolkit for the iPhone * Interrupt iPhone 3G's "secure wipe" process * Conduct data recovery of a v1.x and v2.x iPhone user disk partition, and preserve and recover the entire raw user disk partition * Recover deleted voicemail, images, email, and other personal data, using data carving techniques * Recover geotagged metadata from camera photos * Discover Google map lookups, typing cache, and other data stored on the live file system * Extract contact information from the iPhone's database * Use different recovery strategies based on case needs And more. iPhone Forensics includes techniques used by more than 200 law enforcement agencies worldwide, and is a must-have for any corporate compliance and disaster recovery plan.

Internet Information Services (IIS) 6.0

by Microsoft Corporation

Deploy and support Internet Information Services (IIS) 6.0 with tools and technical information straight from the Microsoft IIS product team.

High Performance MySQL, 2nd Edition

by Baron Schwartz Peter Zaitsev Vadim Tkachenko Jeremy Zawodny

High Performance MySQL is the definitive guide to building fast, reliable systems with MySQL. Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity. High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas. Major additions include: * Emphasis throughout on both performance and reliability * Thorough coverage of storage engines, including in-depth tuning and optimizations for the InnoDB storage engine * Effects of new features in MySQL 5.0 and 5.1, including stored procedures, partitioned databases, triggers, and views * A detailed discussion on how to build very large, highly scalable systems with MySQL * New options for backups and replication * Optimization of advanced querying features, such as full-text searches * Four new appendices The book also includes chapters on benchmarking, profiling, backups, security, and tools and techniques to help you measure, monitor, and manage your MySQL installations.

High Performance MySQL

by Derek J. Balling Baron Schwartz Peter Zaitsev Vadim Tkachenko Jeremy Zawodny Arjen Lentz

High Performance MySQL is the definitive guide to building fast, reliable systems with MySQL. Written by noted experts with years of real-world experience building very large systems, this book covers every aspect of MySQL performance in detail, and focuses on robustness, security, and data integrity. High Performance MySQL teaches you advanced techniques in depth so you can bring out MySQL's full power. Learn how to design schemas, indexes, queries and advanced MySQL features for maximum performance, and get detailed guidance for tuning your MySQL server, operating system, and hardware to their fullest potential. You'll also learn practical, safe, high-performance ways to scale your applications with replication, load balancing, high availability, and failover. This second edition is completely revised and greatly expanded, with deeper coverage in all areas. Major additions include: * Emphasis throughout on both performance and reliability * Thorough coverage of storage engines, including in-depth tuning and optimizations for the InnoDB storage engine * Effects of new features in MySQL 5.0 and 5.1, including stored procedures, partitioned databases, triggers, and views * A detailed discussion on how to build very large, highly scalable systems with MySQL * New options for backups and replication * Optimization of advanced querying features, such as full-text searches * Four new appendices The book also includes chapters on benchmarking, profiling, backups, security, and tools and techniques to help you measure, monitor, and manage your MySQL installations.

Harnessing Hibernate

by James Elliot Ryan Fowler Timothy M. O'Brien

Harnessing Hibernate is an ideal introduction to the popular framework that lets Java developers work with information from a relational database easily and efficiently. Databases are a very different world than Java objects, and they often involve people with different skills and specializations. With Hibernate, bridging these two worlds is significantly easier, and with this book, you can get up to speed with Hibernate quickly. Rather than present you with another reference, Harnessing Hibernate lets you explore the system, from download and configuration through a series of projects that demonstrate how to accomplish a variety of practical goals. The new edition of this concise guide walks you through Hibernate's primary features, which include mapping from Java classes to database tables, and from Java data types to SQL data types. You will also learn about Hibernate's data query and retrieval facilities, and much more. By reading and following along with the examples, you can get your own Hibernate environment set up quickly and start using it for real-world tasks right away. Harnessing Hibernate teaches you how to: * Perform Object/Relational mapping * Work with persistent data from Java code * Work with groups and relationships between objects * Extend Hibernate's rich type support for your own needs * Simplify query creation using criteria and examples * Use the Hibernate Query Language (HQL) and understand how it differs from SQL * Use Hibernate in conjunction with Spring * Use Hibernate in conjunction with other packages, such as the Stripes web framework and the Eclipse IDE Once you're past the first few chapters, you can jump to topics that you find particularly interesting or relevant. All background material and explanations of how Hibernate works and why is in the service of a focused task. Source code can be downloaded from the book's website. If using SQL is an uncomfortable chore, Harnessing Hibernate offers you an effective and trouble-free method for working with the information you store in your applications.

Home Theater Hacks

by Brett D. Mclaughlin

It might be the long lines at the theater, the $4.00 for a small bag of popcorn, or the cutting-edge technology that's now so readily available to the home market. Whatever the reason, the home theater market today is booming like the soundtrack to Star Wars! Want proof? A Google search for home theater reveals over three million results. Yikes! It's simply undeniable: More and more people prefer watching their favorite movies, television shows, and videos from the comfort of their own sofas and couches. What's also undeniable is the inexperience of most people who choose to install or upgrade their home theaters. Until now, the knowledge, technique, and experiences of those who've encountered similar conditions to yours could only be accessed through laborious web searches, stacks of magazines, and water cooler conversations. Home Theater Hacks from O'Reilly is the perfect remedy for this group. A smart collection of insider tips and tricks, Home Theater Hacks covers home theater installation from start to finish, purchase to experience. Just imagine: no frustrating trial-and-error process and better yet, no expensive appointments with installation experts. Home Theater Hacks prevents both by imparting down-and-dirty technique not found anywhere else. The book begins with a quick glossary of terms so you can speak the lingo when you go shopping, and then dives right into hush-hush, insider tricks. It's all covered where to find the right audio and video components, how to deal with speakers and wiring, understanding cable connectivity, mastering remote controls, how to fully grasp TiVo, and so much more. And to top it off, each of these insider tips is presented in a concise yet delightfully entertaining style. Bringing the Jurassic Park dinosaurs into your living room has never been so easy! A seasoned veteran with numerous O'Reilly titles under his belt, author Brett McLaughlin leaves no stone unturned in helping you customize your home theater experience to your own personal environment.

How We Test Software at Microsoft®

by Alan Page Ken Johnston B. J. Rollison

Page, director of test excellence for Microsoft, joins two other Microsoft test professionals to share best practices used by the company's 9,000-strong corps of testers. The book begins by familiarizing readers with Microsoft's products, engineers, and testers, and describing general approaches to engineering software. The second and third parts of the book discuss many of the test approaches and tools commonly used at Microsoft. The final section discusses future directions in testing and quality at Microsoft. The book is for general readers and students and professionals in the industry. Annotation ©2009 Book News, Inc. , Portland, OR (booknews. com)

Flash CS3: The Missing Manual

by Christopher Grover E. A. Vander Veer

Flash CS3, the latest version of the premier tool for creating web animations and interactive web sites, can be intimidating to learn. This entertaining reference tutorial provides a reader-friendly animation primer and a guided tour of all the program's tools and capabilities. Beginners will learn to use the software in no time, and experienced users will quickly take their skills to the next level. The book gives Flash users of all levels hands-on instructions to help them master: * Special effects * Morphing * Adding audio and video * Introducing interactivity * And much more With Flash CS3: The Missing Manual you'll be able to turn an idea into a Flash animation, tutorial, or movie. This book will help you create online tutorials, training materials and full-blown presentations. It also teaches design principles throughout and helps you avoid elements that can distract or annoy an audience. This is the first new release of Flash since Adobe bought Macromedia, which means that it's the first version that will integrate easily with other Adobe products. It's a whole new ballgame when it comes to Flash, and Flash CS3: The Missing Manual offers you complete and objective coverage. It's the perfect companion to this powerful software.

Dreamweaver CS3: The Missing Manual, 1st Edition

by David Sawyer Mcfarland

Welcome to Dreamweaver CS3. This new version of the popular web design software offers a rich environment for building professional sites, with drag-and-drop simplicity, clean HTML code, and dynamic database-driven web site creation tools. Moreover, it's now integrated more tightly with Adobe's other products: Photoshop, InDesign, Flash, and their siblings. But with such sophisticated features, the software isn't simple. So say hello to Dreamweaver CS3: The Missing Manual, the fifth edition of this bestselling book by experienced web site trainer and author David McFarland. This book helps both first-time and experienced web designers bring stunning, interactive web sites to life. With jargon-free language and clear descriptions, this new edition addresses both beginners who need step-by-step guidance as well as long-time Dreamweaver users who need a handy reference to address the inner-workings of the program. Dreamweaver CS3: The Missing Manual teaches designers how to construct and manage web sites by examining web-page components and Dreamweaver's capabilities through "live examples". With a complete A-Z guide to designing, organizing, building and deploying a web site for those with no web design experience, this book takes you through the basics to advanced techniques to control the appearance of your web pages with CSS. It shows you how to design dynamic database-driven web sites, from blogs to product catalogs, and from shopping carts to newsletter sign-up forms. It teaches you how to master your web site, and manage thousands of pages effortlessly. Witty and objective, Dreamweaver CS3: The Missing Manual is a must for anyone who uses this highly popular program, from beginners to professionals. Altogether, it's the ultimate atlas for Dreamweaver CS3.

eBay Hacks, 2nd Edition

by David Karp

Whatever you call it--an online auction house, the world's largest flea market, or a vast social experiment--no metaphor completely describes the huge trading community that is eBay. Underneath it all, eBay is also a computer program and a complex socio-economic system, requiring experience, finesse, and the right tools to master. eBay Hacks, 2nd Edition has been completely revised and updated to make use of an array of new tools and features, as well as to reflect the changes in the eBay API, eBay's policies, and general practices of its increasingly sophisticated users. In all, the new edition of eBay Hacks sports 30 brand-new hacks plus dozens of hacks that have been expanded, deepened, or otherwise completely rewritten. eBay Hacks shows you how to become a more efficient buyer and seller with clever tricks and shortcuts that will surprise even the most experienced eBayers. The book's wide range of topics covers all aspects of using eBay, such as advanced searching techniques, sniping tools, selling strategies, photography tips, and even research techniques for PowerSellers. But eBay Hacks doesn't just cover the basics; you'll learn how to write scripts to automate tedious tasks, take better photos, and tap into the eBay API to develop your own custom tools. Unlike any other book, eBay Hacks, 2nd Edition also provides insight into the social aspects of the eBay community, with diplomatic tools to help to get what you want with the least hassle and risk of negative feedback. This bestseller supplies you with the tools you need to master eBay, whether as a buyer or seller, casual surfer or serious collector, novice or seasoned expert. With this guide, you will become a savvy power user who trades smarter and safer, makes more money, enjoys successes, and has fun doing it.

Enterprise JavaBeans 3.0, 5th Edition

by Richard Monson-Haefel Bill Burke

If you're up on the latest Java technologies, then you know that Enterprise JavaBeans (EJB) 3.0 is the hottest news in Java this year. In fact, EJB 3.0 is being hailed as the new standard of server-side business logic programming. And O'Reilly's award-winning book on EJB has been refreshed just in time to capitalize on the technology's latest rise in popularity. This fifth edition, written by Bill Burke and Richard Monson-Haefel, has been updated to capture the very latest need-to-know Java technologies in the same award-winning fashion that drove the success of the previous four strong-selling editions. Bill Burke, Chief Architect at JBoss, Inc., represents the company on the EJB 3.0 and Java EE 5 specification committees. Richard Monson-Haefel is one of the world's leading experts on Enterprise Java. Enterprise JavaBeans 3.0, 5th Edition is organized into two parts: the technical manuscript followed by the JBoss workbook. The technical manuscript explains what EJB is, how it works, and when to use it. The JBoss workbook provides step-by-step instructions for installing, configuring, and running the examples from the manuscript on the JBoss 4.0 Application Server. Although EJB makes application development much simpler, it's still a complex and ambitious technology that requires a great deal of time to study and master. But now, thanks to Enterprise JavaBeans 3.0, 5th Edition, you can overcome the complexities of EJBs and learn from hundreds of practical examples that are large enough to test key concepts but small enough to be taken apart and explained in the detail that you need. Now you can harness the complexity of EJB with just a single resource by your side.

Developing Solutions with Microsoft® InfoPath™

by Patrick Halstead Vani Mandava

Two former and one current engineer at the software behemoth describe how to use its software package that serves both as a designer for creating XML forms and as an editor for displaying them to be filled out. Anyone familiar with a word processor should be able to follow the discussion. Annotation ©2006 Book News, Inc., Portland, OR (booknews.com)

Refine Search

Showing 52,951 through 52,975 of 54,108 results