EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Optimizing Windows for Games  Graphics and Multimedia

Download or read book Optimizing Windows for Games Graphics and Multimedia written by David L. Farquhar and published by O'Reilly Media. This book was released on 2000 with total page 302 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is for those computer users not ready to upgrade a system, but who still want to play some of the best graphically enhanced games. It provides practical tips and procedures that can help an older computer run more efficiently and faster. Farquhar, a systems analyst and a computer columnist for the Columbia Missourian newspaper, includes simple tricks like optimizing a swap file and taking down wallpaper, as well as practical advise on using utilities, and optimizing DOS. In addition he gives advice about optimizing modems and making Internet exploration faster, and how to do a clean Windows installation. Annotation copyrighted by Book News, Inc., Portland, OR

Book Computer Games

Download or read book Computer Games written by Blair Carter and published by Nova Publishers. This book was released on 2002 with total page 182 pages. Available in PDF, EPUB and Kindle. Book excerpt: Lists the most significant writings on computer games, including works that cover recent advances in gaming and the substantial academic research that goes into devising and improving computer games.

Book Essential SNMP

    Book Details:
  • Author : Douglas R. Mauro
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2001
  • ISBN : 9780596000202
  • Pages : 340 pages

Download or read book Essential SNMP written by Douglas R. Mauro and published by "O'Reilly Media, Inc.". This book was released on 2001 with total page 340 pages. Available in PDF, EPUB and Kindle. Book excerpt: A practical introduction to SNMP for system network administrators. Starts with the basics of SNMP, how it works and provides the technical background to use it effectively.

Book CGI Programming with Perl

Download or read book CGI Programming with Perl written by Scott Guelich and published by "O'Reilly Media, Inc.". This book was released on 2000-06-29 with total page 486 pages. Available in PDF, EPUB and Kindle. Book excerpt: Programming on the Web today can involve any of several technologies, but the Common Gateway Interface (CGI) has held its ground as the most mature method--and one of the most powerful ones--of providing dynamic web content. CGI is a generic interface for calling external programs to crunch numbers, query databases, generate customized graphics, or perform any other server-side task. There was a time when CGI was the only game in town for server-side programming; today, although we have ASP, PHP, Java servlets, and ColdFusion (among others), CGI continues to be the most ubiquitous server-side technology on the Web.CGI programs can be written in any programming language, but Perl is by far the most popular language for CGI. Initially developed over a decade ago for text processing, Perl has evolved into a powerful object-oriented language, while retaining its simplicity of use. CGI programmers appreciate Perl's text manipulation features and its CGI.pm module, which gives a well-integrated object-oriented interface to practically all CGI-related tasks. While other languages might be more elegant or more efficient, Perl is still considered the primary language for CGI.CGI Programming with Perl, Second Edition, offers a comprehensive explanation of using CGI to serve dynamic web content. Based on the best-selling CGI Programming on the World Wide Web, this edition has been completely rewritten to demonstrate current techniques available with the CGI.pm module and the latest versions of Perl. The book starts at the beginning, by explaining how CGI works, and then moves swiftly into the subtle details of developing CGI programs.Topics include: Incorporating JavaScript for form validation Controlling browser caching Making CGI scripts secure in Perl Working with databases Creating simple search engines Maintaining state between multiple sessions Generating graphics dynamically Improving performance of your CGI scripts

Book Exim

    Book Details:
  • Author : Philip Hazel
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2001
  • ISBN : 9780596000981
  • Pages : 644 pages

Download or read book Exim written by Philip Hazel and published by "O'Reilly Media, Inc.". This book was released on 2001 with total page 644 pages. Available in PDF, EPUB and Kindle. Book excerpt: Exim delivers electronic mail, both local and remote. It's the default mail transport agent installed on some Linux systems; it runs on many versions of Unix and is suitable for any TCP/IP network with any combination of hosts and end-user mail software. Exim is growing in popularity because it's open source, scalable, and rich in features. These include compatibility with sendmail options, database lookups, support for regular expressions and many kinds of address parsing, sophisticated error handling, and parameters for improving performance. Best of all, Exim is easy to configure. You never have to deal with ruleset 3 or worry that a misplaced asterisk will cause an inadvertent mail bomb. Philip Hazel, the creator of Exim, is the author of this official guide, designed for access to quick information when you're in a hurry as well as thorough coverage of more advanced material.

Book Optimizing Your Multimedia PC

Download or read book Optimizing Your Multimedia PC written by L. J. Skibbe and published by Wiley Publishing. This book was released on 1995 with total page 390 pages. Available in PDF, EPUB and Kindle. Book excerpt: Turn your computer into a "multimedia monster" with hundreds of tips and techniques from the experts at Compaq Computer Corporation. Learn how to get smoother video, richer audio, and faster load times for maximum performance. The CD is packed with multimedia graphics viewers, troubleshooting utilities, and demo programs.

Book Designing with Javascript

Download or read book Designing with Javascript written by Nick Heinle and published by "O'Reilly Media, Inc.". This book was released on 2002 with total page 256 pages. Available in PDF, EPUB and Kindle. Book excerpt: A guide for beginners offers an overview of JavaScript basics and explains how to create Web pages, identify browsers, and integrate sound, graphics, and animation into Web applications.

Book Python and XML

    Book Details:
  • Author : Christopher A. Jones
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2002
  • ISBN : 9780596001285
  • Pages : 386 pages

Download or read book Python and XML written by Christopher A. Jones and published by "O'Reilly Media, Inc.". This book was released on 2002 with total page 386 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book has two objectives--to provide a comprehensive reference on using XML with Python; and to illustrate the practical applications of these technologies in an enterprise environment with examples.

Book Java Security

    Book Details:
  • Author : Scott Oaks
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2001
  • ISBN : 9780596001575
  • Pages : 630 pages

Download or read book Java Security written by Scott Oaks and published by "O'Reilly Media, Inc.". This book was released on 2001 with total page 630 pages. Available in PDF, EPUB and Kindle. Book excerpt: One of Java's most striking claims is that it provides a secure programming environment. Yet despite endless discussion, few people understand precisely what Java's claims mean and how it backs up those claims. If you're a developer, network administrator or anyone else who must understand or work with Java's security mechanisms, Java Security is the in-depth exploration you need.Java Security, 2nd Edition, focuses on the basic platform features of Java that provide security--the class loader, the bytecode verifier, and the security manager--and recent additions to Java that enhance this security model: digital signatures, security providers, and the access controller. The book covers the security model of Java 2, Version 1.3, which is significantly different from that of Java 1.1. It has extensive coverage of the two new important security APIs: JAAS (Java Authentication and Authorization Service) and JSSE (Java Secure Sockets Extension). Java Security, 2nd Edition, will give you a clear understanding of the architecture of Java's security model and how to use that model in both programming and administration.The book is intended primarily for programmers who want to write secure Java applications. However, it is also an excellent resource for system and network administrators who are interested in Java security, particularly those who are interested in assessing the risk of using Java and need to understand how the security model works in order to assess whether or not Java meets their security needs.

Book Running Weblogs with Slash

Download or read book Running Weblogs with Slash written by Chromatic and published by "O'Reilly Media, Inc.". This book was released on 2002 with total page 292 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is written for system administrators who may not have the time to learn about Slash by reading the source code. It collects all the current Slash knowledge from the code, Website and mailing lists and organizes it into a coherent package.

Book Programming Embedded Systems in C and C

Download or read book Programming Embedded Systems in C and C written by Michael Barr and published by "O'Reilly Media, Inc.". This book was released on 1999 with total page 206 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, and more.

Book ADO ActiveX Data Objects

Download or read book ADO ActiveX Data Objects written by Jason T. Roff and published by "O'Reilly Media, Inc.". This book was released on 2001 with total page 628 pages. Available in PDF, EPUB and Kindle. Book excerpt: The architecture of ADO (ActiveX Data Objects), Microsoft's newest form of database communication, is simple, concise, and efficient. This indispensable reference takes a comprehensive look at every object, collection, method, and property of ADO for developers who want to get a leg up on this technology.

Book Windows Me Annoyances

    Book Details:
  • Author : David Karp
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2001-03-26
  • ISBN : 9780596000608
  • Pages : 486 pages

Download or read book Windows Me Annoyances written by David Karp and published by "O'Reilly Media, Inc.". This book was released on 2001-03-26 with total page 486 pages. Available in PDF, EPUB and Kindle. Book excerpt: In an ideal world, an operating system is a collection of software that handles a computer's "dirty work" invisibly, quickly, and most of all, painlessly. For many of us, however, Microsoft Windows exists outside this ideal world. We are annoyed by "personalized Menus" that keep changing, icons we don't use cluttering up our workspace, periodic crashes, unintelligible error messages, and inadequate documentation to help us figure it all out. Windows Me Annoyances has the insider information you need for overcoming Windows' many annoyances and limitations. Whether you're looking to finally solve a nagging problem, dramatically improve system performance, or customize the interface to better suit your work habits, the Windows Me Annoyances solution-oriented format makes finding information and implementing solutions easy and pain free. Thanks to the thorough and relevant documentation on the registry, Windows Scripting Host, and Windows' built-in networking capabilities, customizing and improving Windows Me is easier than ever. Based on the author's extremely popular Annoyances.org web sites, Windows Me Annoyances delivers an authoritative collection of techniques and tools for customizing Windows Me, including: Several approaches and hidden tools for working with the Windows registry, the database of system- and application-specific configuration information How to bypass Windows roadblocks such as the Home Networking and System Restore wizards, allowing you to take control of the processes quickly and painlessly A tutorial and reference on automation with the Windows Scripting Host as a means of eliminating many Windows Me annoyances Using third-party software and utilities to handle some of the more complex workarounds and customizations Dealing with software that overwrites your file associations and other settings without warning Windows Me Annoyances is the intermediate and advanced Windows user's best resource for turning Windows into the user-friendly, customizable interface it was meant to be, but doesn't always manage to be on its own.

Book Windows Vista Ultimate Bible

Download or read book Windows Vista Ultimate Bible written by Joel Durham, Jr. and published by John Wiley & Sons. This book was released on 2008-02-11 with total page 794 pages. Available in PDF, EPUB and Kindle. Book excerpt: The ultimate book on the ultimate Vista for gamers and digital media buffs. If you're the ultimate gamer and multimedia fan, Windows Vista Ultimate and this information-packed book are for you. Want to launch games with a single click? Share files with your Xbox 360? Try out new audio and media tools? It's all here and then some. You'll find step-by-step tutorials, techniques, and hacks-plus in-depth discussions of games, gaming, performance tips, and much more. Whether you're a veteran Windows gearhead or just getting started, this is the book you need! Try out the new Aero Glass user interface and new desktop features. Set up your graphics card, sound card, and speakers. Keep Vista secure with stronger firewall and family safety settings. Meet the new DirectX with 32-bit floating point audio and high-speed DLLs. Share multimedia across a network with ease. Enrich your audio with crossfade, shuffle, and volume leveling. Get up to speed on the new Media Center and Media Player 11. Use the Universal Controller and WinSAT for gaming. Find out how to run Windows(r) XP games on Vista. Edit video like a pro.

Book PC Mag

    Book Details:
  • Author :
  • Publisher :
  • Release : 1994-11-22
  • ISBN :
  • Pages : 516 pages

Download or read book PC Mag written by and published by . This book was released on 1994-11-22 with total page 516 pages. Available in PDF, EPUB and Kindle. Book excerpt: PCMag.com is a leading authority on technology, delivering Labs-based, independent reviews of the latest products and services. Our expert industry analysis and practical solutions help you make better buying decisions and get more from technology.

Book The Unofficial Guide to Lego Mindstorms Robots

Download or read book The Unofficial Guide to Lego Mindstorms Robots written by Jonathan Knudsen and published by O'Reilly Media. This book was released on 1999 with total page 280 pages. Available in PDF, EPUB and Kindle. Book excerpt: The LEGO MINDSTORMS Robotics Invention System is a wildly popular kit for building mobile robots. Get the most out of the kit for hands-on robot projects, featuring descriptions of advanced mechanical techniques, programming with third-party software, building sensors, working with more than one kits and sources of extra parts.

Book XML in a Nutshell

    Book Details:
  • Author : Elliotte Rusty Harold
  • Publisher : O'Reilly Media
  • Release : 2001
  • ISBN :
  • Pages : 512 pages

Download or read book XML in a Nutshell written by Elliotte Rusty Harold and published by O'Reilly Media. This book was released on 2001 with total page 512 pages. Available in PDF, EPUB and Kindle. Book excerpt: Introduces the basic rules of XML syntax for document markup, the details of document type definition (DTD) creation, and the APIs used to read and write XML documents in a variety of programming languages. A series of quick-reference chapters lists syntax rules for XPath, XSLT, SAX, and DOM. c. Book News Inc.