Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

X User Tools
  • Language: en
  • Pages: 874

X User Tools

This essential book provides for X users what UNIX Power Tools provided for UNIX users: hundreds of tips, tricks, scripts, techniques, and programs that make the X Windowing System more enjoyable, more powerful, and easier to use. A CD-ROM containing source files for all the programs and binary files for some of the programs is included with the book.

Termcap and Terminfo
  • Language: en
  • Pages: 286

Termcap and Terminfo

Software -- Operating Systems.

When You Can't Find Your UNIX System Administrator
  • Language: en
  • Pages: 164

When You Can't Find Your UNIX System Administrator

This is the only book to look at common UNIX system administator problems from the user perspective. It provides troubleshooting tips, a questionnaire on which users can record the spec-specific information they need, and explains the diagnostic process. A quick reference card summarizes what to try first, second, and third for commonly-encountered problems.

Pick BASIC
  • Language: en
  • Pages: 307

Pick BASIC

None

HTTP: The Definitive Guide
  • Language: en
  • Pages: 660

HTTP: The Definitive Guide

Behind every web transaction lies the Hypertext Transfer Protocol (HTTP) --- the language of web browsers and servers, of portals and search engines, of e-commerce and web services. Understanding HTTP is essential for practically all web-based programming, design, analysis, and administration.While the basics of HTTP are elegantly simple, the protocol's advanced features are notoriously confusing, because they knit together complex technologies and terminology from many disciplines. This book clearly explains HTTP and these interrelated core technologies, in twenty-one logically organized chapters, backed up by hundreds of detailed illustrations and examples, and convenient reference appendi...

Michigan Ensian
  • Language: en
  • Pages: 504

Michigan Ensian

None

Embedding Perl in HTML with Mason
  • Language: en
  • Pages: 322

Embedding Perl in HTML with Mason

Mason doesn't aim to be the one true Perl-based templating system for building web sites, but it's led many programmers to abandon their custom solutions when they've seen how much easier using Mason can be. It's a powerful, open source, Perl-based web site development and delivery engine, with features that make it an ideal backend for high load sites serving dynamic content. Mason uses a concept called components: a mix of HTML, Perl, and special Mason commands. These components can be entire web pages, or bits of HTML that can be embedded in top-level components. Shared and reusable, these components greatly simplify site maintenance: when you change a shared component, you instantly chan...

CGI Programming with Perl
  • Language: en
  • Pages: 486

CGI Programming with Perl

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

AUUGN
  • Language: en
  • Pages: 408

AUUGN

  • Type: Magazine
  • -
  • Published: 1997-09
  • -
  • Publisher: Unknown

None

Learning Perl Objects, References, and Modules
  • Language: en
  • Pages: 225

Learning Perl Objects, References, and Modules

Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation. One slogan of Perl is that it makes easy things easy and hard things possible. This book is about making the leap from the easy things to the hard ones.Learning Perl Objects, References & Modules offers a gentle but thorough introduction to advanced programming in Perl. Written by the authors of the best-selling Learning Perl, this book picks up where that book left off. Topics include: Packages and namespaces References and scoping Manipulating complex data structures Object-oriented programming Writing and using modules Contrib...