Cheap Web Hosting and Domain Registration - Dayana Host   Cheap Web Hosting with 30 Days Money Back Guarantee by Dayana Host
More than 69,362 web sites hosted. Latest client joined at Jan 5, 2009, 1:29pm PST Cheap Web Hosting with 30 Days Money Back Guarantee by Dayana Host
 
 

Useful Books and Software

Related CGI Books

     
 
Books and Software > Books > CGI > Page 15
 
     
 
Web Hosting and Web Design Related CGI Books Page 15 of 72
Total results: 718
 
     
     
 
11 12 13 14 15 16 17 18 19 
 
     
 
Head First Ajax
Head First Ajax
Ajax is no longer an experimental approach to website development, but the key to building browser-based applications that form the cornerstone of Web 2.0. Head First Ajax gives you an up-to-date perspective that lets you see exactly what you can do -- and has been done -- with Ajax. With it, you get a highly practical, in-depth, and mature view of what is now a mature development approach.

Using the unique and highly effective visual format that has turned Head First titles into runaway bestsellers, this book offers a big picture overview to introduce Ajax, and then explores the use of individual Ajax components -- including the JavaScript event model, DOM, XML, JSON, and more -- as it progresses. You'll find plenty of sample applications that illustrate the concepts, along with exercises, quizzes, and other interactive features to help you retain what you've learned.

Head First Ajax covers:

  • The JavaScript event model
  • Making Ajax requests with XMLHTTPREQUEST objects
  • The asynchronous application model
  • The Document Object Model (DOM)
  • Manipulating the DOM in JavaScript
  • Controlling the browser with the Browser Object Model
  • XHTML Forms
  • POST Requests
  • XML Syntax and the XML DOM tree
  • XML Requests & Responses
  • JSON -- an alternative to XML
  • Ajax architecture & patterns
  • The Prototype Library

The book also discusses the server-side implications of building Ajax applications, and uses a "black box" approach to server-side components.

Head First Ajax is the ideal guide for experienced web developers comfortable with scripting -- particularly those who have completed the exercises in Head First JavaScript -- and for experienced programmers in Java, PHP, and C# who want to learn client-side programming.



Publisher: O'Reilly Media, Inc.
Author: Rebecca Riordan
Release Date: 2008-09-02
ISBN/EAN: 0596515782 / 9780596515782

New Price: $24.69 / Used Price: $24.68

 
 
     
 
How to Program CGI With Perl 5.0
How to Program CGI With Perl 5.0
Readers learn to program fast with this unique, easy-to-read, full-color illustrated format text. Includes step-by-step instructions on programming shopping carts, mailing lists, databases and more.

Publisher: Ziff-Davis Press
Author: Stephen Lines
Release Date: 1997-01
ISBN/EAN: 1562764608 / 9781562764609

New Price: n.a. / Used Price: $0.78

 
 
     
 
HTML & JavaScript for Visual Learners
HTML & JavaScript for Visual Learners
Shows how to build first-rate Web sites using HTML and Javascript. Over 150 screen shots and diagrams guide beginners step-by-step through common tasks.

Learn how to:

-Set up a Web site -Format pages and text -Create links and insert graphics -Lay out pages with tables and frames -Enable interactivity with forms and style sheets -Employ practical Javascript to create rollover graphics and open new windows

Includes a tutorial on uploading sites. Spiral-bound to lay flat on a desktop.

Publisher: Visibooks
Author: Chris Charuhas
Release Date: 2001-03-01
ISBN/EAN: 0970747926 / 9780970747921

New Price: $45.75 / Used Price: $9.94

 
 
     
 
Objective-C Pocket Reference
Objective-C Pocket Reference
Objective-C is an exciting and dynamic approach to C-based object-oriented programming; it's the approach adopted by Apple as the foundation for programming under Mac OS X, a Unix-based operating system gaining wide acceptance among programmers and other technologists. Objective-C is easy to learn and has a simple elegance that is a welcome breath of fresh air after the abstruse and confusing C++. To help you master the fundamentals of this language, you'll want to keep the Objective-C Pocket Reference close at hand. This small book contains a wealth of valuable information to speed you over the learning curve. In this pocket reference, author Andrew Duncan provides a quick and concise introduction to Objective-C for the experienced programmer. In addition to covering the essentials of Objective-C syntax, Andrew also covers important faces of the language such as memory management, the Objective-C runtime, dynamic loading, distributed objects, and exception handling.

Publisher: O'Reilly Media, Inc.
Author: Andrew Duncan
Release Date: 2002-12-01
ISBN/EAN: 0596004230 / 9780596004231

New Price: $5.15 / Used Price: $5.14

 
 
     
 
Perl 6 Now: The Core Ideas Illustrated with Perl 5 (The Expert's Voice in Open Source)
Perl 6 Now: The Core Ideas Illustrated with Perl 5 (The Expert's Voice in Open Source)

The book really shines in its code examples: short, clear and to the point; the author repeatedly shows how something can be done in Perl 5 code and how it's expected to work in Perl 6.

— Joseph Brenner, Slashdot Contributor

The author guides you through creating variables and accessing the data in them. You will find out how to save memory by only using the OO variable types when you need them.

— "Mr. Muskrat," Perl Monks

..after reading Scott Walter's gentle overview, I am actually looking forward to Perl 6 - eagerly anticipating rather than dreading its arrival.

— Anthony Lawrence, http://aplawrence.com

Perl 6 Now: The Core Ideas Illustrated with Perl 5 is perfect for those eager to see where Perl is headed, Perl 5 programmers who want to know that their favorite tricks will still work in some form, and programmers wishing to open their minds to advanced programming topics.

Perl 6 generalizes the language, making it more extensible, eliminating longstanding pitfalls, and adding new concepts. Thanks to some clever people and impressive efforts, many of these new features work in Perl 5, so you can start using them now in production-level code.

The book teaches the basics from a Perl 6 perspective, touching on variable interpolation, datastructure use, object construction, threads, closures, symbol tables, and other core features. It then introduces continuations, coroutines, binding (or aliases), hyper operators that work on lists of data at once, set operators that work on complex datatypes, lightweight multidimensional arrays, strong type checking, autoboxing, precompilation, automatic module dependency installation, and more.

Though Perl 6 changes the fundamental syntax in some areas, Perl 5 code isn't left in the lurch. Thanks to PONIE, code from both versions may coexist in a single program. Youll need to adjust only a few habits and learn a few new things, and this early adopters guide will help you do these things.



Publisher: Apress
Author: Scott Walters
Release Date: 2004-12-17
ISBN/EAN: 1590593952 / 9781590593950

New Price: $1.90 / Used Price: $1.87

 
 
     
 
Perl Medic: Transforming Legacy Code
Perl Medic: Transforming Legacy Code
This book is about taking over Perl code, whether written by someone else or by yourself at an earlier time. Developers regularly estimate that they spend 60 to 80 percent of their time working with existing code. Many problems of code inheritance are common to all languages, but the nature of the language makes Perl especially tricky. The reason why is that Perl is similar to English - bursting with irregular verbs, consistent only when it's convenient, borrowing terms from other languages, and providing many ways to say the same thing. In fact, Perl developers have a motto with the abbreviation TMTOWTDI: There's More Than One Way To Do It. While this flexibility is one of the language's strengths, it also makes it extremely difficult when you are faced with an existing piece of code. There are millions of lines of Perl code being used all over the Web; much of it was built on an ad hoc basis, the creators never imagining that the code would still be in use months or years later. This book will be the resource all Perl programmers need to understand someone else's code, even when it's bad; repair it; convert it to a better style; upgrade it to the latest version of Perl; maintain it; and find and fix its bugs.

Perl ranks among hackers' favorite languages--there's always another approach to a problem, always optimization to be done, and forever new techniques to try. Perl's a hoot. But the culture of tinkering that surrounds Perl has resulted in a large body of hard-to-understand legacy code. That legacy code has to be maintained, extended, and adapted to new conditions--often without the help of the person who originally created it. Perl Medic considers Perl from the perspective of a programmer looking at code written by someone else and trying to answer the ancient question: "What were they thinking?"

It's a creative approach, and one that makes good reading for someone well-versed in Perl programming (author Peter Scott makes the analogy of becoming fluent in a human language, such as French, then studying its various accents and dialects). He shows, for example, a kludgy piece of code that's meant to catch CGI form uploads, then indicates that the obvious replacement is the CGI.pm module. Elsewhere, Scott shows why symbolic references are bad, and how to avoid them by means of hashes. Some of the value in this book is in the form of documentation of the differences among Perl versions; other useful coverage deals with warnings and strictness control as debugging tools. Read this straight through to improve your own code; use the index to help decipher and improve what someone else has written. --David Wall

Topics covered: How to write good Perl code, read bad Perl code, and convert bad Perl code into good in less time that would be required to write an equivalent replacement program from scratch. Testing, debugging, documenting, replacing custom code with CPAN modules, and embracing features that became available in later versions of Perl are all covered. Overall, the author endorses and generally explains the principles of Extreme Programming (XP) for Perl work.

Publisher: Addison-Wesley Professional
Author: Peter J. Scott
Release Date: 2004-03-15
ISBN/EAN: 0201795264 / 9780201795264

New Price: $17.65 / Used Price: $17.42

 
 
     
 
Perl Power!: A JumpStart Guide to Programming with Perl 5
Perl Power!: A JumpStart Guide to Programming with Perl 5
The Web is booming, the majority of CGI applications are coded in Perl. For this reason, there is a huge number of beginners and intermediate developers wanting to get to know Perl in general and Internet applications with Perl in particular.

Learn Perl basics and get up to speed with Internet and Object Oriented programming with just one book. Packed with hints and tips, solutions and exercises, Perl Power! is the perfect jumpstart guide to the hottest features of the latest Perl release. Beginners and intermediate developers an use the intermediate developers can use the introductory chapter to get up and running with Perl 5 fast, and a tutorial on object-oriented programming will supplement knowledge and help to fully exploit the power of Perl.

Since use of freely available modules (included on the CD that comes with the book) dramatically accelerates the development of Perl applications, the book shows how to find the right module for common programming tasks and illustrates the use of many of them in detail.

Publisher: Addison-Wesley Professional
Author: Michael Schilli
Release Date: 1998-12-16
ISBN/EAN: 0201360683 / 9780201360684

New Price: $16.96 / Used Price: $0.46

 
 
     
 
Practical JavaScript for the Usable Web
Practical JavaScript for the Usable Web

This is a new kind of JavaScript book. It's not cut'n'paste, it's not a reference, and it's not an exhaustive investigation of the JavaScript language. It is about client-side, web focused, and task-oriented JavaScript. JavaScript is a core skill for web professionals, and as every web professional knows, client-side JavaScript can produce all sorts of glitches and bugs. 'Practical JavaScript for the Usable Web' takes a two pronged approach to learning the JavaScript that you need to get your work done: teaching the core client-side JavaScript that you need to incorporate usable interactivity into your web applications, including many short functional scripts, and building up a complete application with shopping cart functionality. When you have finished working with this book, you'll have a thorough grounding in Client-side JavaScript, and be able to construct your own client-side functionality quickly, easily, and without falling into any of the usability traps that this technology leaves wide open.

This book covers: DHTML for IE4 and NN4 browsers, and the Dom for the latest browsers Usability techniques Working scripts that can be incorporated into your web applications immediately Step-by-step breakdown of JavaScript shopping cart functionality Advanced Data Validation Techniques Book Info Covers DHTML for IE4 and NN4 browsers, and the Dom for the latest browsers. Discusses working scripts that can be incorporated into your web applications immediately. Provides advanced data validation techniques.

From the Publisher
This is for readers who are either learning JavaScript from scratch, or who have a little experience - perhaps with DreamWeaver behaviors, or incorporating scripts into their pages. It assumes a though understanding of HTML, and a little CSS experience.

About the Author
After an initial stint as a Visual Basic applications programmer at the Ministry of Defence in the UK, Paul Wilton found himself pulled into the Net. He is currently working freelance and is busy trying to piece together the Microsoft .Net jigsaw. Paul's main skills are in developing web front ends using DHTML, JavaScript, VBScript, and Visual Basic, and back-end solutions with ASP, Visual Basic, and SQL Server. Stephen Williams recently co-founded Chimera Digital Ltd, a company that brings together expertise in the fields of education, video production and web technologies, and produces content packages suitable for business in training, promotion, marketing, and more. Prior to this he worked for Edison Interactive, where he was the lead Vignette developer for their Switch2 entertainment portal web site. His interests in artificial life lead him from his PhD in Molecular Microbiology at the University of Birmingham, into object-oriented programming and the Internet. Sing Li is an active author, consultant, and entrepreneur. He has written for popular technical journals and is the creator of the "Internet Global Phone", one of the very first Internet phones available. His wide-ranging consulting expertise spans Internet and Intranet systems design, distributed architectures, web services, embedded systems, real-time technologies, and cross-platform software design. He also participates in the Jini and Jxta communities.



Publisher: A-Press
Authors: Paul Wilton, Stephen Williams, Sing Li
Release Date: 2003-07-11
ISBN/EAN: 1590591895 / 9781590591895

New Price: $1.23 / Used Price: $1.24

 
 
     
 
The Art & Science of JavaScript
The Art & Science of JavaScript
We've assembled seven of the greatest minds in modern JavaScript to teach you the most inspirational techniques you'll ever use. From creating impressive mashups and stunning, dynamic graphics, to more subtle user-experience enhancements, you're about to be amazed by the true potential of this powerful language.

With an all star line-up of authors including James Edwards, Michael Mahemoff, Ara Pehlivanian, Cameron Adams, Dan Webb, Christian Heilmann, and Simon Willison, this superb book will show you how to:

  • Create a slick Google Maps and Flickr mashup.
  • Build your own fully accessible 3D maze.
  • Create stunning vector graphics using the canvas element.
  • Have some fun with draggable and sortable table columns.
  • Give your site some extra personality with client-side badges.
  • Write better code faster using metaprogramming techniques.
  • Become a debugging expert using pro-level Firebug tricks.

    Presented in full color, all of the books solutions are cross-browser and cross-platform compatible. Best of all, all the code used in the book is available for you to download and experiment with.

    Who Should Read This Book?

    This book is targeted at intermediate JavaScript developers who want to take their JavaScript skills to the next level without sacrificing web accessibility or best practice.

    If you have even a small amount of experience with JavaScript, and are comfortable enough programming in another language such as PHP or Java, you'll be just fine - we'll hold your hand along the way, and all of the code is available for you to download and experiment with on your own.

    Publisher: SitePoint
    Authors: Cameron Adams, James Edwards, Christian Heilmann, Michael Mahemoff, Ara Pehlivanian
    Release Date: 2007-12-21
    ISBN/EAN: 0980285844 / 9780980285840

    New Price: $10.25 / Used Price: $10.24

  •  
     
         
     
    Computer Science & Perl Programming: Best of TPJ
    Computer Science & Perl Programming: Best of TPJ
    Computer Science & Perl Programming: Best of The Perl Journal is the first of three volumes from the archives of The Perl Journal that O'Reilly has exclusive rights to distribute. This book is a compilation of the best TPJ has to offer: 71 articles providing a comprehensive tour of how experts implement computer science concepts in the real world, with code walkthroughs, case studies, and explanations of difficult techniques that can't be found in any other book. This insightful volume covers:
      tips for beginnersregular expressionsdata structuresnetworkingdatabasessoftware development processesobject-oriented programmingadvanced Perl programming techniques
    Typically, TPJ articles cover topics that Perl programmers need to know in about 5000 words -- too long for a web page, too short for a book. This compendium constitutes a grab bag of the topics that keep Perl programmers up at night.

    Publisher: O'Reilly Media, Inc.
    Author: Jon Orwant
    Release Date: 2002-11-15
    ISBN/EAN: 0596003102 / 9780596003104

    New Price: $22.00 / Used Price: $13.03

     
     
         
         
     
    11 12 13 14 15 16 17 18 19 
     
         
     

    Home | Process Guide | Affiliate Program | Network Maps | Testimonials | Uptime Monitor | Contact | Table of Contents | phpOnline
    Domain Registration | Personal Web Hosting Plans | Business Web Hosting Plans | Reseller Web Hosting Plans | Sample Clients
    Customer Service | Support Center | Forums | Control Panel Demo | Useful Resources and links | Books and Software
    CPanel and WHM Tutorials | Web Site Design Templates | Upgrade, Renew and Maintenance | Free Counter | NS Lookup | Whois
    Acceptable Use Policy, Anti Spam Policy, Terms of Services | Privacy Policy