Web application design and implementation : (Record no. 42343)

000 -LEADER
fixed length control field 11891nam a2201309 i 4500
001 - CONTROL NUMBER
control field 5989430
003 - CONTROL NUMBER IDENTIFIER
control field IEEE
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20191218152122.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |n|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 151221s2007 nju ob 001 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9780470083963
Qualifying information electronic
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 0470083964
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 9780471773917
Qualifying information print
024 7# - OTHER STANDARD IDENTIFIER
Standard number or code 10.1109/9780470083963
Source of number or code doi
035 ## - SYSTEM CONTROL NUMBER
System control number (CaBNVSL)mat05989430
035 ## - SYSTEM CONTROL NUMBER
System control number (IDAMS)0b00006481624d19
040 ## - CATALOGING SOURCE
Original cataloging agency CaBNVSL
Language of cataloging eng
Description conventions rda
Transcribing agency CaBNVSL
Modifying agency CaBNVSL
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK5105.888
Item number .G33 2007eb
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Gabbaro, Steven A.,
Relator term author.
245 10 - TITLE STATEMENT
Title Web application design and implementation :
Remainder of title Apache 2, PHP5, MySQL, JavaScript, and Linux/UNIX /
Statement of responsibility, etc. Steven A. Gabarro.
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture [United States] : $bWiley-IEEE Press,
Date of production, publication, distribution, manufacture, or copyright notice c2007
264 #2 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture [Piscataqay, New Jersey] :
Name of producer, publisher, distributor, manufacturer IEEE Xplore,
Date of production, publication, distribution, manufacture, or copyright notice [2007]
300 ## - PHYSICAL DESCRIPTION
Extent 1 PDF (278 pages).
336 ## - CONTENT TYPE
Content type term text
Source rdacontent
337 ## - MEDIA TYPE
Media type term electronic
Source isbdmedia
338 ## - CARRIER TYPE
Carrier type term online resource
Source rdacarrier
490 1# - SERIES STATEMENT
Series statement Quantitative software engineering series ;
Volume/sequential designation 4
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc. note Includes bibliographical references.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note PREFACE -- About the Author -- Before We Get Started -- Who Should Read this book? -- About The Examples -- How to read this book -- Acknowledgments -- Introduction: Web Application Recipe -- Overview -- Step 1 - Understanding the problem and finding the solution -- Step 2 - Designing the database -- Step 3 - Major functionalities -- Step 4 - Back side -- Step 5 - Improvements on functionality -- Step 6 - Improvements on looks -- Step 7 - Thorough testing, hacking attempts -- Step 8 - Presentation -- Step 9 - Publication -- Step 10 - Celebration (and maintenance) -- Chapter 1. Fundamentals -- The origins of the Internet -- The World Wide Web -- The Web Browsers -- The Web Servers -- TCP/IP BASICS -- The Internet Layer -- The Transport Layer -- The Application Layer -- The Toolbox -- Browsers -- FTP -- E-Mail Clients -- Programming Tools -- Other Useful Tools -- Chapter 2. The Different Approaches of Web Programming -- Before We Get Started -- The Basics - HTML -- The Creator - SGML -- Other SGML-based languages - XML / XSL -- The good old Java -- Something different - JavaScript -- The Savior - PHP -- The rival - ASP.NET -- The Myth - CGI -- Another Big Option - Perl -- The Future? - C# -- Client-side versus Server-side - Which side to pick? -- My Choices - PHP, MySQL, JavaScript -- Chapter 3. Introduction To HTML -- What do you need to get started? -- How does HTML work? -- Syntax basics -- File Structure -- Tags Parameters -- Basic Text Formatting -- External References -- Links -- Images -- Organizing Data -- Lists -- Tables -- Frames -- Special Characters -- Chapter 4. Work Environment -- Introduction -- Downloading the Software -- Installing the Apache Server -- Installation Steps -- Checking the Installation -- Possible Errors -- Configuring Apache -- Installing PHP5 -- Testing PHP -- Installing MySQL -- Adding a MySQL user -- How do I know if MySQL is running? -- Installing phpMyAdmin -- Installing a Bulletin Board: phpBB -- Installation Steps -- Basic Security things to consider!.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Conclusion -- Chapter 5. PHP - A server Side Scripting Language -- How does it work? -- Some (3z(Bnew(3y(B words on PHP -- Syntax Generalities -- Instructions -- Operators -- Mathematical Functions -- Data Types -- Constants -- Variables -- Chapter 6. PHP Arrays and Flow of Control -- Arrays -- Basic Arrays -- Associative Arrays -- Multidimensional Arrays -- Arrays Functions -- PHP Program Structure and Flow of control -- Conditions -- Loops -- Functions -- Chapter 7. Using files, folders and Strings in PHP -- Using Files -- Folder Manipulation -- Basic String Manipulation -- Changing a string -- Finding and Comparing -- Formatting Strings -- Manipulating HTML files -- PHP Information Functions -- Closing Remarks -- Writing a basic File Explorer -- Requirements -- HINTS -- Case Study: An Indexer/Searcher STEP 1 -- Overview -- The Indexer - Step 1 -- Chapter 8. PHP5 and Object-Oriented Programming -- Overview -- Classes and Objects -- Classes in PHP -- Constructors and Destructors -- Visibility -- The scope resolution operator -- The Static Keyword -- Class Constants -- Class Abstraction -- Object Interfaces -- Copying and Cloning objects -- Comparing Objects -- Type Hinting -- Exceptions -- Final words -- Chapter 9. Creating Some Interactivity -- Overview -- Forms -- Writing a form in HTML -- GET vs. POST -- Retrieving the form info on a PHP script -- Dynamically creating forms -- Transferring data between PHP scripts -- Cookies -- Sessions -- One last useful function and design techniques -- Assignments -- File explorer step 2 -- Case study: Indexer/Searcher - Step 2 -- Chapter 10: Making Cleaner Code and Output -- Cleaning up your code -- What you need -- How to use it? - HTML side -- How to use it? - PHP side -- Cleaning up your output -- The CSS file -- Useful tools -- Assignment -- Chapter 11. Using Databases -- Overview -- Database Basics -- The entity-relationship model -- More Practical Example -- Typical sources of Errors -- Simplifying the Diagrams -- Using MySQL.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note MySQL Syntax -- Data Types -- MySQL numeric data types -- Date and Time data types -- String Data types -- MySQL Operators -- MySQL Instructions -- Using Functions in MySQL -- Chapter 12. Using PhpMyAdmin -- Overview -- Creating a Database -- Creating tables -- Accessing an existing table -- Exporting/Importing a database structure and content -- Assignment - Final Project -- Chapter 13. Creating Database-Driven Websites with PHP/MySQL -- Overview -- Connecting to your MySQL server with PHP -- Submitting SQL queries -- Processing the results of a query -- Example of login procedure -- Other useful functions -- Grouping our Methods in a class -- Indexer/Searcher - Steps 3 and 4 -- Chapter 14: JavaScript - A client side scripting language -- Introduction -- JavaScript syntax -- Types of Data and Variables -- Operations and calculations -- Arrays -- Decisions -- Loops -- Using Functions -- Using Objects -- The String Objects -- The Math class -- The Array objects -- Chapter 15. Programming the Browser -- Overview -- The Window Object -- The Location Object -- The History Object -- The Navigator Object -- The Screen Object -- The Document Object -- Using Events -- Timers -- Time to practice! -- Chapter 16. Windows and Frames -- Frames and JavaScript -- Windows and JavaScript -- Assignments -- One Last Funny Example -- Chapter 17: String Manipulations Revisited -- Overview -- New Basic String methods -- Regular Expressions in JavaScript -- Regular Expressions in PHP -- The set of PCRE -- Chapter 18. JavaScript and DHTML -- Overview -- Positioning Elements -- Writing dynamic menus in DHTML -- You turn!! -- Chapter 19. Putting it All Together! -- Overview -- Step 1 - Understanding the problem and finding the solution -- Step 2 - Designing the database -- Step 3 - Main functionalities -- Step 4 - Back side -- Step 5 - Improvements on functionality -- Step 6 - Improvements on looks -- Step 7 - Thorough testing, hacking attempts -- Step 8 - Presentation -- Step 9 - Publication.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Step 10 - Celebration :) (and maintenance) -- What language to use? -- Appendix A: Special Characters -- Appendix B: Installing on UNIX -- Overview -- Installing Apache and PHP -- Installing MySQL -- Appendix C: Advanced phpBB -- Appendix D: class.FastTemplate.PHP -- Appendix E - File Upload Script -- Bibliography -- Index.
506 1# - RESTRICTIONS ON ACCESS NOTE
Terms governing access Restricted to subscribers or individual electronic text purchasers.
520 ## - SUMMARY, ETC.
Summary, etc. Learn how to combine different technologies to create sophisticated, database-driven Web sitesThis text allows readers to gain the core programming knowledge needed to build a database-driven Web site using a step-by-step approach. Each stage of Web site development is carefully explained, from installation to production of the site. The book, based on a course developed by the author, features a carefully constructed organization that shows readers how to begin creating Web pages, and then incrementally add greater functionality as they progress through the text.A key strength of this book is its use of multiple programming languages and applications. By selecting among the best options from HTML, JavaScript, MySQL, PHP, Apache, and Linux/UNIX, readers learn to develop Web sites that are specifically tailored to meet their needs. Brief chapters, each focusing on one core theme, are designed to allow readers to learn at their own pace. Among the key chapters is one dedicated to teaching how to install a Web server with all the required modules to run the scripts presented in the book.. Examples are used extensively throughout, illustrating key concepts and techniques. Author draws from his own extensive experience to offer expert tips and point out pitfalls to avoid . Exercises help readers put their knowledge into practice. The examples, as well as sample solutions to the exercises, are posted online to give readers more opportunity to work with the scriptsWith its step-by-step approach, this book is ideally suited for anyone who wants to learn how to create complete Web sites. No previous knowledge of any programming language is needed. For experienced Web designers, the book will bring their programming skills to a higher level by enabling them to create dynamic pages linked to a database.
530 ## - ADDITIONAL PHYSICAL FORM AVAILABLE NOTE
Additional physical form available note Also available in print.
538 ## - SYSTEM DETAILS NOTE
System details note Mode of access: World Wide Web
588 ## - SOURCE OF DESCRIPTION NOTE
Source of description note Description based on PDF viewed 12/21/2015.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Web site development.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Web sites
General subdivision Design.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Application software
General subdivision Development.
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
695 ## -
-- Arrays
695 ## -
-- Benchmark testing
695 ## -
-- Bibliographies
695 ## -
-- Browsers
695 ## -
-- Cascading style sheets
695 ## -
-- Cities and towns
695 ## -
-- Cleaning
695 ## -
-- Colon
695 ## -
-- Color
695 ## -
-- Complexity theory
695 ## -
-- Computational efficiency
695 ## -
-- Computer hacking
695 ## -
-- Computers
695 ## -
-- Credit cards
695 ## -
-- Creep
695 ## -
-- Cryptography
695 ## -
-- Data mining
695 ## -
-- Data models
695 ## -
-- Databases
695 ## -
-- Electronic mail
695 ## -
-- Engines
695 ## -
-- File systems
695 ## -
-- Filling
695 ## -
-- Fingers
695 ## -
-- Finishing
695 ## -
-- Fires
695 ## -
-- Games
695 ## -
-- Guidelines
695 ## -
-- HTML
695 ## -
-- Head
695 ## -
-- History
695 ## -
-- IP networks
695 ## -
-- Image color analysis
695 ## -
-- Indexes
695 ## -
-- Internet
695 ## -
-- Java
695 ## -
-- Layout
695 ## -
-- Libraries
695 ## -
-- Linux
695 ## -
-- Manuals
695 ## -
-- Marine vehicles
695 ## -
-- Mirrors
695 ## -
-- Navigation
695 ## -
-- Object oriented modeling
695 ## -
-- Object oriented programming
695 ## -
-- Open systems
695 ## -
-- Particle separators
695 ## -
-- Pattern matching
695 ## -
-- Programming
695 ## -
-- Protocols
695 ## -
-- Reactive power
695 ## -
-- Reliability
695 ## -
-- SGML
695 ## -
-- Servers
695 ## -
-- Software
695 ## -
-- Syntactics
695 ## -
-- Trademarks
695 ## -
-- Unified modeling language
695 ## -
-- Web servers
695 ## -
-- Web sites
695 ## -
-- White spaces
695 ## -
-- Writing
695 ## -
-- XML
710 2# - ADDED ENTRY--CORPORATE NAME
Corporate name or jurisdiction name as entry element IEEE Xplore (Online Service),
Relator term distributor.
710 2# - ADDED ENTRY--CORPORATE NAME
Corporate name or jurisdiction name as entry element John Wiley & Sons,
Relator term publisher.
730 0# - ADDED ENTRY--UNIFORM TITLE
Uniform title IEEE Xplore (Livres)
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Relationship information Print version:
International Standard Book Number 9780471773917
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Quantitative software engineering series ;
Volume/sequential designation 4
856 42 - ELECTRONIC LOCATION AND ACCESS
Materials specified Abstract with links to resource
Uniform Resource Identifier https://ieeexplore.ieee.org/xpl/bkabstractplus.jsp?bkn=5989430

No items available.


International Institute of Information Technology, Bangalore
26/C, Electronics City, Hosur Road,Bengaluru-560100 Contact Us
Koha & OPAC at IIITB deployed by Bhargav Sridhar & Team.

Powered by Koha