Author: Sybex Inc
Publisher: Sybex
ISBN:
Category : Computers
Languages : en
Pages : 872
Book Description
Perl was created as a programming tool for Unix, but it is now being used as a programming language for creating CGI scripts to add interactivity to Web sites. JavaScript is often used in combination with Perl. This text covers all three technologies.
Perl, CGI, and JavaScript Complete
Author: Sybex Inc
Publisher: Sybex
ISBN:
Category : Computers
Languages : en
Pages : 872
Book Description
Perl was created as a programming tool for Unix, but it is now being used as a programming language for creating CGI scripts to add interactivity to Web sites. JavaScript is often used in combination with Perl. This text covers all three technologies.
Publisher: Sybex
ISBN:
Category : Computers
Languages : en
Pages : 872
Book Description
Perl was created as a programming tool for Unix, but it is now being used as a programming language for creating CGI scripts to add interactivity to Web sites. JavaScript is often used in combination with Perl. This text covers all three technologies.
CGI Programming with Perl
Author: Scott Guelich
Publisher: "O'Reilly Media, Inc."
ISBN: 1491904666
Category : Computers
Languages : en
Pages : 472
Book Description
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
Publisher: "O'Reilly Media, Inc."
ISBN: 1491904666
Category : Computers
Languages : en
Pages : 472
Book Description
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
CGI Programming 101
Author: Jacqueline D. Hamilton
Publisher: CGI101.com
ISBN: 9780966942606
Category : Computers
Languages : en
Pages : 228
Book Description
This concise presentation of the key elements of Perl CGI is perfect for programmers who are under the gun. The book includes the basics of where to write scripts; how to upload them and set file permissions; how to run them, and how to decode form data and save it to a file.
Publisher: CGI101.com
ISBN: 9780966942606
Category : Computers
Languages : en
Pages : 228
Book Description
This concise presentation of the key elements of Perl CGI is perfect for programmers who are under the gun. The book includes the basics of where to write scripts; how to upload them and set file permissions; how to run them, and how to decode form data and save it to a file.
CGI Programming on the World Wide Web
Author: Shishir Gundavaram
Publisher: O'Reilly Media
ISBN:
Category : Computers
Languages : en
Pages : 474
Book Description
This text provides an explanation of CGI and related techniques for people who want to provide their own information servers on the Web. It explains the value of CGI and how it works, and looks at the subtle details of programming. The accompanying CD-ROM
Publisher: O'Reilly Media
ISBN:
Category : Computers
Languages : en
Pages : 474
Book Description
This text provides an explanation of CGI and related techniques for people who want to provide their own information servers on the Web. It explains the value of CGI and how it works, and looks at the subtle details of programming. The accompanying CD-ROM
Web Standards Programmer's Reference
Author: Steven M. Schafer
Publisher: John Wiley & Sons
ISBN: 0471757233
Category : Computers
Languages : en
Pages : 843
Book Description
This invaluable resource offers tutorials and real-world examples as well as thorough language references for Web markup languages (HTML/XHTML and CSS), and popular scripting languages (JavaScript, Perl, and PHP) Examines the role of JavaScript, CGI (with examples in Perl and Python), and PHP on the Web and shows how to best use them all Includes a valuable reference section on each technology that can be used for review and consultation
Publisher: John Wiley & Sons
ISBN: 0471757233
Category : Computers
Languages : en
Pages : 843
Book Description
This invaluable resource offers tutorials and real-world examples as well as thorough language references for Web markup languages (HTML/XHTML and CSS), and popular scripting languages (JavaScript, Perl, and PHP) Examines the role of JavaScript, CGI (with examples in Perl and Python), and PHP on the Web and shows how to best use them all Includes a valuable reference section on each technology that can be used for review and consultation
Embedding Perl in HTML with Mason
Author: Dave Rolsky
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002254
Category : Computers
Languages : en
Pages : 318
Book Description
This is the first book to introduce Mason, an open source Perl-based platformwith template elements.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002254
Category : Computers
Languages : en
Pages : 318
Book Description
This is the first book to introduce Mason, an open source Perl-based platformwith template elements.
Sams Teach Yourself CGI in 24 Hours
Author: Rafe Colburn
Publisher: Sams Publishing
ISBN: 0672324040
Category : CGI (Computer network protocol)
Languages : en
Pages : 543
Book Description
A guide to the Web programming technology covers implementation in C and Perl, customizing existing programs, and writing CGI scripts for survey forms, interactive games, order forms, search tools, and guest books.
Publisher: Sams Publishing
ISBN: 0672324040
Category : CGI (Computer network protocol)
Languages : en
Pages : 543
Book Description
A guide to the Web programming technology covers implementation in C and Perl, customizing existing programs, and writing CGI scripts for survey forms, interactive games, order forms, search tools, and guest books.
Perl Medic
Author: Peter Scott
Publisher: Addison-Wesley
ISBN: 0133599957
Category : Computers
Languages : en
Pages : 335
Book Description
Bring new power, performance, and scalability to your existing Perl code! Cure whatever ails your Perl code! Maintain, optimize, and scale any Perl software... whether you wrote it or not Perl software engineering best practices for enterprise environments Includes case studies and code in a fun-to-read format Today's Perl developers spend 60-80% of their time working with existing Perl code. Now, there's a start-to-finish guide to understanding that code, maintaining it, updating it, and refactoring it for maximum performance and reliability. Peter J. Scott, lead author of Perl Debugged, has written the first systematic guide to Perl software engineering. Through extensive examples, he shows how to bring powerful discipline, consistency, and structure to any Perl program-new or old. You'll discover how to: Scale existing Perl code to serve larger network, Web, enterprise, or e-commerce applications Rewrite, restructure, and upgrade any Perl program for improved performance Bring standards and best practices to your entire library of Perl software Organize Perl code into modules and components that are easier to reuse Upgrade code written for earlier versions of Perl Write and execute better tests for your software...or anyone else's Use Perl in team-based, methodology-driven environments Document your Perl code more effectively and efficiently If you've ever inherited Perl code that's hard to maintain, if you write Perl code others will read, if you want to write code that'll be easier for you to maintain, the book that comes to your rescue is Perl Medic. If you code in Perl, you need to read this book.–Adam Turoff, Technical Editor, The Perl Review. Perl Medic is more than a book. It is a well-crafted strategy for approaching, updating, and furthering the cause of inherited Perl programs.–Allen Wyke, co-author of several computer books including JavaScript Unleashed and Pure JavaScript. Scott's explanations of complex material are smooth and deceptively simple. He knows his subject matter and his craft-he makes it look easy. Scott remains relentless practical-even the 'Analysis' chapter is filled with code and tests to run.–Dan Livingston, author of several computer books including Advanced Flash 5: Actionscript in Action
Publisher: Addison-Wesley
ISBN: 0133599957
Category : Computers
Languages : en
Pages : 335
Book Description
Bring new power, performance, and scalability to your existing Perl code! Cure whatever ails your Perl code! Maintain, optimize, and scale any Perl software... whether you wrote it or not Perl software engineering best practices for enterprise environments Includes case studies and code in a fun-to-read format Today's Perl developers spend 60-80% of their time working with existing Perl code. Now, there's a start-to-finish guide to understanding that code, maintaining it, updating it, and refactoring it for maximum performance and reliability. Peter J. Scott, lead author of Perl Debugged, has written the first systematic guide to Perl software engineering. Through extensive examples, he shows how to bring powerful discipline, consistency, and structure to any Perl program-new or old. You'll discover how to: Scale existing Perl code to serve larger network, Web, enterprise, or e-commerce applications Rewrite, restructure, and upgrade any Perl program for improved performance Bring standards and best practices to your entire library of Perl software Organize Perl code into modules and components that are easier to reuse Upgrade code written for earlier versions of Perl Write and execute better tests for your software...or anyone else's Use Perl in team-based, methodology-driven environments Document your Perl code more effectively and efficiently If you've ever inherited Perl code that's hard to maintain, if you write Perl code others will read, if you want to write code that'll be easier for you to maintain, the book that comes to your rescue is Perl Medic. If you code in Perl, you need to read this book.–Adam Turoff, Technical Editor, The Perl Review. Perl Medic is more than a book. It is a well-crafted strategy for approaching, updating, and furthering the cause of inherited Perl programs.–Allen Wyke, co-author of several computer books including JavaScript Unleashed and Pure JavaScript. Scott's explanations of complex material are smooth and deceptively simple. He knows his subject matter and his craft-he makes it look easy. Scott remains relentless practical-even the 'Analysis' chapter is filled with code and tests to run.–Dan Livingston, author of several computer books including Advanced Flash 5: Actionscript in Action
JavaScript Bible
Author: Danny Goodman
Publisher: John Wiley & Sons
ISBN: 0470146230
Category : Computers
Languages : en
Pages : 1203
Book Description
Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you’ll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you’ll need. Whether you’re a veteran programmer or just starting out, this is the JavaScript book Web developers turn to again and again. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Publisher: John Wiley & Sons
ISBN: 0470146230
Category : Computers
Languages : en
Pages : 1203
Book Description
Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you’ll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you’ll need. Whether you’re a veteran programmer or just starting out, this is the JavaScript book Web developers turn to again and again. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Securities Practice and Electronic Technology
Author: John R. Hewitt
Publisher: Law Journal Press
ISBN: 9781588520845
Category : Law
Languages : en
Pages : 874
Book Description
Securities Practice and Electronic Technology provides complete, practical, hands-on guidance to the legal and regulatory developments spurred by the online revolution. You'll get coverage of the impact on all major securities laws and regulations, plus step-by-step advice on electronic delivery of information to investors, establishing corporate and broker-dealer Web sites, the use of electronic advertising and sales literature, and many other issues. Securities Practice and Electronic Technology provides unique advice and perspective on how to use the Internet, extranets and other new media when dealing with clients. Other topics include: corporate disclosure and capital formation; electronic offering circulars; electronic roadshows; exempt offerings; shareholder communications; creating, developing and maintaining a corporate Web site; informed consent; overseas investing; security and encryption; alternative trading systems; intellectual property issues; electronic storage requirements under E-Sign; and uniform electronic communications policy.
Publisher: Law Journal Press
ISBN: 9781588520845
Category : Law
Languages : en
Pages : 874
Book Description
Securities Practice and Electronic Technology provides complete, practical, hands-on guidance to the legal and regulatory developments spurred by the online revolution. You'll get coverage of the impact on all major securities laws and regulations, plus step-by-step advice on electronic delivery of information to investors, establishing corporate and broker-dealer Web sites, the use of electronic advertising and sales literature, and many other issues. Securities Practice and Electronic Technology provides unique advice and perspective on how to use the Internet, extranets and other new media when dealing with clients. Other topics include: corporate disclosure and capital formation; electronic offering circulars; electronic roadshows; exempt offerings; shareholder communications; creating, developing and maintaining a corporate Web site; informed consent; overseas investing; security and encryption; alternative trading systems; intellectual property issues; electronic storage requirements under E-Sign; and uniform electronic communications policy.