Browse Results

Showing 54,301 through 54,325 of 54,361 results

Linux Network Administrator's Guide, Second Edition

by Terry Dawson Olaf Kirch

Fully updated, this impressive, comprehensive introduction to networking on Linux now covers firewalls, including the use of ipchains and iptables (netfilter), masquerading, and accounting. Other new topics include Novell (NCP/IPX) support and INN (news administration). Original material on serial connections, UUCP, routing and DNS, mail and News, SLIP and PPP, NFS, and NIS has been thoroughly updated.

Learning Unix for Mac OS X, 2nd Edition

by Brian Jepson Dave Taylor

This compact book provides a user-friendly tour of your Mac's Unix base. As you explore Terminal and familiarize yourself with the command line, you'll also learn about the hundreds of Unix programs that come with your Mac and begin to understand the power and flexibility of Unix. Updated to cover Jaguar (Mac OS X, 10.2), this book will keep you current with the latest features of your Mac.

Learning the vi Editor, Sixth Edition

by Linda Lamb Arnold Robbins

This completely updated guide to editing with vi, the editor available on nearly every Unix system, now covers four popular viclones and includes command summaries for easy reference. It starts with the basics, followed by more advanced editing tools, such as ex commands, global search and replacement, and a new feature, multiscreen editing.

Learning the Unix Operating System, 5th Edition

by Jerry Peek John Strang Grace Todino-Gonguet

If you're new to Unix, this concise book will tell you just what you need to get started and no more. This fifth edition is the most effective introduction to Unix in print, covering Internet usage for email, file transfers, and web browsing. It's an ideal primer for Mac and PC users who need to know a little about Unix on the systems they visit.

Learning Red Hat Linux, 3rd Edition

by Bill Mccarty

The third edition of Learning Red Hat Linuxguides you through the process of installing and running Red Hat Linux on your PC. Written in a friendly, easy-to-understand style, this book contains all you need to get started . With new tutorials covering OpenOffice Tools and the desktop, this book is excellent for first-time Linux users who want to install the operating system on a new PC or convert an existing system to Linux.

JavaServer PagesTM, 2nd Edition

by Hans Bergsten

Filled with useful examples and the depth, clarity, and attention to detail that made the first edition so popular with web developers, JavaServer Pages, 2nd Edition is completely revised and updated to cover the substantial changes in the 1.2 version of the JSP specifications, and includes coverage of the new JSTL Tag libraries-an eagerly anticipated standard set of JSP elements for the tasks needed in most JSP applications, as well as thorough coverage of Custom Tag Libraries.

Web Database Applications with PHP & MySQL

by David Lane Hugh E. Williams

Web Database Applications with PHP and MySQL offers web developers a mixture of theoretical and practical information on creating web database applications. Using PHP, and MySQL, two open source technologies the are often combined to develop web applications, the book offers detailed information on designing relational databases and on web application architecture, both of which will be useful to readers who have never dealt with these issues before.

Building Object Applications That Work: Your Step-by-Step Handbook for Developing Robust Systems with Object Technology

by Scott W. Ambler

A must-have resource for designers and testers of today's OO applications, the book takes you thru the entire process of building object applications.

Twisted Shadows

by Patricia Potter

Romance/suspense

JavaTM Performance Tuning, 2nd Edition

by Jack Shirazi

Java Performance Tuning, 2nd edition provides a comprehensive and indispensable guide to eliminating all types of performance problems. Using many real-life examples to work through the tuning process in detail, JPT shows how tricks such as minimizing object creation and replacing strings with arrays can really pay off in improving your code's performance. Tuning J2EE applications bears many similarities to tuning J2SE apps, but important and specific considerations apply. For this reason, Java Performance Tuning, Second Edition includes four new chapters: a new chapter on J2EE application tuning in general followed by chapters on tuning JDBC, servlets and JSPs, and EJBs.

Dynamic HTML: The Definitive Reference, 2nd Edition

by Danny Goodman

Dynamic HTML: The Definitive Reference, 2nd Edition, is an indispensable compendium for web development. The new edition has been updated to include complete reference material on the latest specifications, including HTML 4.01, CSS Level 2, DOM Level 2, and JavaScript 1.5, as well as the latest browsers, Internet Explorer 6 (Windows), Internet Explorer 5.1 (Mac), Netscape Navigator 6 and 7, and Mozilla 1.0.

.NET Framework Essentials, 2nd Edition

by Hoang Lam Thuan L. Thai

.NET Framework Essentials, 2nd Edition is a concise and technical overview of the Microsoft .NET Framework. Covered here are all of the most important topics--from the underlying Common Language Runtime (CLR) to its specialized packages for ASP.NET, Web Forms, Windows Forms, XML and data access (ADO.NET). The authors survey each of the major .NET languages, including Visual Basic .NET, C# and Managed C++.

IP Routing

by Ravi Malhotra

This concise guide offers the basic concepts of IP routing, free of hype and jargon. It begins with the simplest routing protocol, RIP, and then proceeds in successive chapters to IGRP, EIGRP, RIP2, OSPF, and finally to the most complex, BGP. By the end, you will have mastered not only the fundamentals of all the major routing protocols, but also the underlying principles on which they are based.

JavaTM Extreme Programming Cookbook

by Eric M. Burke Brian M. Coyner

Brimming with over 100 "recipes" for getting down to business and actually doing XP, the Java Extreme Programming Cookbookdoesn't try to "sell" you on XP; it succinctly documents the most important features of popular open source tools for XP in Java-- including Ant, Junit, HttpUnit, Cactus, Tomcat, XDoclet-- and then digs right in, providing recipes for implementing the tools in real-world environments.

Incident Response

by Richard Forno Kenneth R. van Wyk

Are you ready for a computer "incident," such as a security breach? Incident Responseshows you both the technical and administrative aspects of building an effective incident response plan. You'll learn about the different types of incidents and ways to respond to them, how to put together an incident response team, what procedures to use, what tools there are for investigating incidents, and where to find extensive online resources.

Excel 2000 in a Nutshell

by Jinjer Simon

Excel 2000 in a Nutshellis a one-stop reference to every one of Excel's menu options and functions, for both professional and power users of Excel 2000. In typical Nutshell fashion, information is organized for quick and easy access, providing readers with everything they need to know about the premier spreadsheet application.

Essential System Administration Pocket Reference

by 198 Leen Frisch

This pocket reference brings together all the important Unix and Linux system administration information in a single compact volume. Not only are all of the important administrative commands covered, but this reference also includes the locations and formats of important configuration files (including both general system databases like the password and group files as well as the configuration files for major subsystems like DNS, DHCP and sendmail). In addition, variations in command usage and file formats a

Essential Blogging

by Cory Doctorow Rael Dornfest J. E. Johnson Shelley Powers Benjamin Trott Mena G. Trott

With weblogs or "blogs" exploding all over the Web, the only thing lacking for power users and developers is detailed advice on how choose, install, and run blogging software. Written by leading bloggers, Essential Bloggingincludes practical advice and insider tips on the features, requirements, and limitations of applications such as Blogger, Radio Userland, Movable Type, and Blosxom. This book will get you up and blogging in no time.

Database Programming with JDBC and Java, Second Edition

by George Reese

This book describes the standard Java interfaces that make portable object-oriented access to relational databases possible, and offers a robust model for writing applications that are easy to maintain. The second edition has been completely updated for JDBC 2.0, and includes reference listings for JDBC and the most important RMI classes. The book begins with a quick overview of SQL for developers who may be asked to handle a database for the first time, and goes on to explain how to issue database queries

Cisco IOS Access Lists

by Jeff Sedayao

This book focuses on a critical aspect of the Cisco IOS--access lists, which are central to securing routers and networks. Administrators cannot implement access control or traffic routing policies without them. The book covers intranets, firewalls, and the Internet. Unlike other Cisco router titles, it focuses on practical instructions for setting router access policies rather than the details of interfaces and routing protocol settings.

Cascading Style Sheets: The Definitive Guide

by Eric Meyer

Cascading Style Sheets (CSS) is the HTML 4.0-approved method for controlling visual presentation on web pages. This comprehensive guide to CSS and CSS1 explores in detail each property, how individual properties interact, how to avoid common mistakes in interpretation. For both beginning and advanced web authors, this is the first major CSS title to address actual current browser support, rather than the way things work in theory.

COM+ Programming with Visual Basic

by Jose Mojica

COM+ Programming with Visual Basic draws from the author's wide experience as a COM+ developer and instructor. The first part shows you how to create robust, efficient, high-performance COM+ applications. The second focuses on incorporating individual COM+ services, like transaction support, security, and asynchronous operations, into applications. Not for beginners, this book reveals how COM+ really works, as well as how to make COM+ components work with the upcoming Microsoft .NET architecture.

COM and .NET Component Services

by Juval Lowy

COM and .NET Component Services provides both traditional COM programmers and new .NET component developers with the information they need to begin developing applications that take full advantage of COM+ services. This book focuses on COM+ services, including support for transactions, queued components, events, concurrency management, and security.

Building Wireless Community Networks

by Rob Flickenger

Building Wireless Community Networksoffers a compelling case for building wireless networks on a local level: They are inexpensive, and they can be implemented and managed by the community using them, whether it's a school, a neighborhood, or a small business. This book also provides all the necessary information for planning a network, getting the necessary components, and understanding protocols that you need to design and implement your network.

Building Oracle XML Applications

by Steve Muench

This rich and detailed look at the many Oracle tools that support XML development shows Java and PL/SQL developers how to combine the power of XML and XSLT with the speed, functionality, and reliability of the Oracle database. The nearly 800 pages of entertaining text, helpful and time-saving hints, and extensive examples can be put to use immediately to build custom XML applications. Includes a CD-ROM with JDeveloper 3.1, an integrated development environment for Java developers.

Refine Search

Showing 54,301 through 54,325 of 54,361 results