58%
Drag `n' Drop CGI: Enhance Your Web Site Without Programming

Drag `n' Drop CGI: Enhance Your Web Site Without Programming

          
5
4
3
2
1

Available


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

I. FOUNDATIONS OF THE HUMAN RESOURCE FUNCTION. 1. The Human Resource Function in Perspective. 2. Strategic Planning and the Human Resource Function. 3. Information Technology and the Human Resource Function. II. HUMAN RESOURCE PROCESSES: RECRUITMENT, SELECTION, INDUCTION, DEVELOPMENT, AND APPRAISAL. 4. Recruitment and Selection. 5. Induction. 6. Development. 7. Performance Appraisal. 8. Compensation. III. EMPLOYMENT CONTINUITY, JUSTICE, AND UNIONISM. 9. Employment Continuity. 10. Employment Justice. 11. Unionism and the Human Resource Function. Appendix: Reaches of the School System Mission. Glossary. Author Index. Subject Index.

Table of Contents:
Acknowledgments. 1. Taking Your Internet or Intranet Web Site to the Next Level. Why You Need This Book. The Three-Year Roller Coaster Ride. How to Turn Circumstances to Your Advantage. Why We Wrote This Book. Our Target Audience. Our Choice of Programs. Gain without Pain: How We’ve Organized This Book. Conventions Used in This Book. Caveats. Some Copyright Stuff. So Let’s Enhance, Already! 2. The Nonprogrammer’s Guide to the Web, CGI, and Programming Languages. How the World Wide Web Works. Protocol Shmotocol. Client versus Server. HTTP: Your Good and Faithful Servant. A Really Short Introduction to Web Programming Languages. Perl. Java. Javascript. Holy Wars: A Word About Operating Systems. 3. The Nonprogrammer’s Toolbox. Getting Down to Business. Your ISP or SA Is Your Friend—Really. The ISP/SA Questionnaire. Editing Script Code. Getting the Files on the Server—FTP to the Rescue. How FTP Works. WS_FTP for Windows-based Computers. Anarchie for MacOS-based Computers. Tell Me About Telnet. Telnet for Windows 95/NT. Tera-Term for Windows 3.1. NCSA Telnet for the MacOS. Using What You’ve Learned—Your First CGI Script. Configuration. Detailed FTP Uploading Procedures. Detailed Telnet Procedures. 4. Giving Your Visitor a Hint (or Two) Using Javascript. Why You Would Want to Use This Script. Introduction to the hint Script. Configuring and Installing the hint Script. Step 1: Configuration. Step 2: Installation. Using the hint Script in Your Pages. 5. Counting Visitors to Your Web Site with Perl. Why You Would Want to Use This Script. Hits versus Visits. Introduction to the vcount.cgi Script. How vcount.cgi Works. Configuring and Installing vcount.cgi. Step 1: Configuration. Step 2: Installation. Using the vcount.cgi Script in Your Pages. 6. Fun with Scrolling Text Using Javascript. Why You Would Want to Use This Script. Introduction to the Scroller Script. How the Scroller Script Works. Configuring and Installing the Scroller Script. Step 1: Configuration. Step 2: Installation. Using the Scroller Script in Your Pages. 7. Automating Graphics Changes on Your Web Site with Perl. Why You Would Want to Use This Script. Introduction to the pid.cgi Script. How pid.cig Works. Configuring and Installing pid.cgi. Step 1: Configuration. Step 2: Installation. Using the pid.cgi Script in Your Pages. Example 1: Roll Them Bones. Example 2: A Timely Greeting. 8. Remote Controls for All Occasions Using Javascript. Why You Would Want to Use This Script. Introduction to the remote Script. How the remote Script Works. Configuring and Installing the remote Script. Step 1: Configuration. Step 2: Installation. Using the remote Script in Your Pages. 9. Processing and Responding to Interactive Forms Using Perl. Why You Would Want to Use This Script. Introduction to the formp.cgi Script. Security Concerns. How the formp.cgi Script Works. Configuring and Installing the formp.cgi Script. Step 1: Configuration. Step 2: Installation. Using the formp.cgi Script in Your Pages. 10. Example Form-Processing Applications Using Perl. Why You Would Want to Use This Script. A Request-for-Information Form. How the Form Works. A Guest Book. How the Form Works. An On-line Test Form. How the Form Works. 11. Client-side Form Validation with Javascript. Why You Would Want to Use This Script. Introduction to the formv Script. How the formv Script Works. Configuring and Installing the formv Script. Step 1: Configuration. Step 2: Installation. Using the formv Script in Your Pages. Checking a Single Field. Checking an Entire Form. Putting It All Together. 12. A Perl-based Web Site Search Engine. Why You Would Want to Use This Script. Introduction to the ICE Scripts. How the ICE Scripts Work. Configuring and Installing the ICE Scripts. Step 1: Configuration. Step 2: Installation. Using the ICE Scripts in Your Pages. Advanced ICE Configuration. 13. A Perl-based On-line Store System—Part 1: Installation. What You Need to Install This Script. Introduction to On-line Store Systems. Overview of the PerlShop System. Configuring and Installing PerlShop. Step 1: Directory Configuration. Step 2: Script Configuration. Step 3: Installation. Secure Server Setup. Up Next. 14. A Perl-based On-line Store System—Part 2: Setting Up the Store. Where We Are Now. How PerlShop Processes Pages. Server-Independence Tags. Entering the Store. Creating the Catalog Pages. Single-item Selection Form. Multi-item Selection Form. Selection Form Tag Order. Navigating the Store. The Built-in Search Engine. “Driving” the Shopping Cart. Customizing the Script. The PerlShop Logo. Page Header. Shopping-Cart Contents. Order Form. Confirmation Message. Shipping Rates Page. Button and Menu Bar. Search Page. Up Next. 15. A Perl-based On-line Store SystemÐPart 3: Processing Orders and Security. Where We Are Now. The Payment and Shipping Process. Ordering Process Outputs. The Customer File. The Order File. The Invoice. Increasing Store Security. Add index.html Files. Relocate the Store Directories. Using cgiwrap. Encryption. Pretty Good Privacy (PGP). Modifying PerlShop to Use PGP. 16. What’s Next. What (We Think) We’ve Given You. Becoming a Script Hacker: Is It for You? Where to Now? Making Sure Your Web Site Makes Sense. Targeting Your Audience. A Solution: Focus Groups and Usability Testing. Visit Our Drag µn’ Drop Web Site. Some Great Books to Look For. Javascript Books. Perl Books. Perl CGI Books. Books on Web Site Design. Books on Internet Marketing. A Short List of Web Resources. Appendix A. Some Notes on Perl for Nonprogrammers. Do I Need to Read This If I Don’t Want to Be a Perl Programmer? A Bit about Perl Programs. Perl Data. Numeric. String. Array. Perl Code. Variables. Operators. Conditionals. Statements. Subroutines and Libraries. Regular Expressions. Functions. Special Variables. Appendix B. A UNIX Command Reference for Non-nerds. Introduction to UNIX. Common Shell Commands. Path Name Conventions. Command Format Conventions. Directory and File Commands. UNIX Permissions. How to Find Things and Get Help. Miscellaneous Commands. Some Useful Programs. Conclusion. Appendix C. What’s on the CD-ROM. The CD-ROM Directories. The Root Directory. The /questionnaire Directory. The /scripts Directory. The /tools Directory. The /nettools Directory. The /commercial Directory. CD Warranty. Index. 0201419661T04062001


Best Sellers


Product Details
  • ISBN-13: 9780201419665
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Addison Wesley
  • Height: 230 mm
  • No of Pages: 384
  • Sub Title: Enhance Your Web Site Without Programming
  • Width: 230 mm
  • ISBN-10: 0201419661
  • Publisher Date: 10 Oct 1997
  • Binding: SA
  • Language: English
  • Spine Width: 17 mm
  • Weight: 679 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Drag `n' Drop CGI: Enhance Your Web Site Without Programming
Pearson Education (US) -
Drag `n' Drop CGI: Enhance Your Web Site Without Programming
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Drag `n' Drop CGI: Enhance Your Web Site Without Programming

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA