Search Results - (( web observed programming. ) OR ((( web serves programming. ) OR ( web names programming. ))))*

Search alternatives:

Refine Results
  1. 1

    WebSphere Development Studio Client for iSeries V5.0 by Nartovich, Aleksandr

    Published 2004
    Table of Contents: “…Under the WebSphere umbrella -- Outline -- Learning objectives -- 1.1 Deploying the Web for e-business -- 1.1.1 What is a Web server -- 1.2 Adding dynamic content to Web sites -- 1.2.1 Non-Java-based applications and database serving standards -- 1.2.2 Java-based technologies -- 1.3 Developing and deploying Web applications -- 1.3.1 What is a Web application -- 1.3.2 The purpose and use of the WebSphere Application Server -- 1.4 iSeries: A flexible application server for the Web -- 1.5 The IBM suite of host and server access products -- 1.5.1 Methods to combine new Web applications with existing applications -- 1.6 Web-to-host integration tools comparison -- 1.6.1 Host On-Demand -- 1.6.2 IBM WebFacing Tool -- 1.6.3 Host Publisher -- 1.6.4 Web Interaction wizard -- 1.6.5 Comparison table -- Summary -- Key terms and concepts -- Other helpful resources -- Questions -- Exercises -- On-going study -- Chapter 2. …”
    Full text (MFA users only)
    Electronic eBook
  2. 2
  3. 3
  4. 4

    D Web Development. by Nacke, Kai

    Published 2016
    Table of Contents: “…Cover -- Copyright -- Credits -- Foreword -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Getting Started with Your First Web Application -- Installing the D compiler and the DUB package manager -- Ubuntu and Debian -- Fedora -- OS X -- Windows -- Building from source -- Verifying your environment -- Creating your first web application -- Using DUB to set up the project structure -- Creating your first template -- Summary -- Chapter 2: Using Templates for Your Web Pages -- Benefits of using templates -- Creating your first template -- Turning the HTML page into a Diet template -- Adding inheritance -- Using includes -- Integrating other languages with blocks and filters -- Solving common tasks -- Configuring the document type -- Comments in a template -- More about tags -- Localizing your website -- Adding D code to your template -- Summary -- Chapter 3: Get Interactive -- Forms and Flow Control -- Introducing the note application -- Creating a template with a simple form -- A closer look at route matching -- Serving static files -- Storing session data -- Authenticating the user -- Using basic authentication -- Using digest authentication -- Form-based authentication -- Enabling TLS/SSL with your application -- Displaying an error page -- Uploading files -- Summary -- Chapter 4: Easy Forms with the Web Framework -- Taking advantage of unique D features -- Converting the note application -- Naming the handler functions -- Passing values of form fields -- Creating sessions and session variables -- Putting everything together -- Validating user input -- Displaying error messages with @errorDisplay -- Refining the validation -- Adding authentication -- Localizing the web content -- Summary -- Chapter 5: Accessing a Database -- Choosing the right database technology.…”
    Full text (MFA users only)
    Electronic eBook
  5. 5

    Introduction to web mapping by Dorman, Michael, 1984-

    Published 2020
    Full text (MFA users only)
    Electronic eBook
  6. 6
  7. 7

    Professional swift by Dippery, Michael

    Published 2015
    Table of Contents: “…-- Designing Concurrent Programs -- Concurrency in iOS and OS X -- Understanding Event Loops -- Understanding Run Loops -- Understanding Asynchronous Methods -- Understanding NSTimer -- Understanding NSThread -- Understanding Grand Central Dispatch -- Summary -- Chapter 5: Interfacing with Web Services -- Understanding Web Services -- Implementing a Web Services Client -- Signing Up for a Firebase Account -- Laying Out the User Interface -- Hooking Up the Add Album View Controller -- Adding the Album Creation View Controller -- Hooking Up the Segue -- Creating the Album Model -- Communicating with Firebase -- Creating the Firebase Connector -- Making Asynchronous Web Requests -- Processing JSON Data -- Creating New Albums -- Deleting Albums -- Wiring Up the View and Data Models -- Wiring Up the Segue -- Run the Application -- Summary -- Chapter 6: Storing Data with Core Data -- What Is Core Data? …”
    Full text (MFA users only)
    Electronic eBook
  8. 8

    Arduino sketches : tools and techniques for programming wizardry by Langbridge, James A.

    Published 2015
    Table of Contents: “…Serving Web Pages --…”
    Full text (MFA users only)
    Electronic eBook
  9. 9

    Node Web Development. by Herron, David, 1820-1900

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  10. 10

    Practical web development : learn CSS, JavaScript, PHP, and more with this vital guide to modern web development by Wellens, Paul

    Published 2015
    Table of Contents: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: The World Wide Web -- World Wide Web -- The Internet -- HTTP and HTML -- HTML -- HTTP -- The World Wide Web Consortium (W3C) -- Mosaic -- The first browser -- Netscape -- Internet Explorer -- The explosion of the Web -- Amazon.com and e-commerce -- Google and Yahoo -- Social networking -- Web development -- HTML -- HTML editors and other tools -- Browsers and web servers -- CSS…”
    Full text (MFA users only)
    Electronic eBook
  11. 11

    Professional Web 2.0 programming

    Published 2007
    Table of Contents: “…Professional Web 2.0 Programming; About the Authors; Contents; Foreword; Acknowledgments; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Hello Web 2.0 World; Introducing BuzzWatch; Charting the Landscape; Exploring Behind the Scene; Making BuzzWatch a Better Web Citizen; Making BuzzWatch More Maintainable; Applying the Final Touch; Conclusion; Chapter 2: Page Presentation; Creating Clean and Simple Pages; From HTML to XHTML; The Document Object Model…”
    Full text (MFA users only)
    Electronic eBook
  12. 12

    Magento 2 developer's guide : harness the power of Magento 2, the most recent version of the world's favorite e-commerce platform, for your online store by Ajzele, Branko

    Published 2015
    Table of Contents: “…The plugin sort orderSummary; Chapter 7: Backend Development ; Cron jobs; Notification messages; Session and cookies; Logging; The profiler; Events and observers; Cache(s); Widgets; Custom variables; i18n; Indexer(s); Summary; Chapter 8: Frontend Development ; Rendering flow; View elements; Ui components; Containers; Blocks; Block architecture and life cycle; Templates; Layouts; Themes; Creating a new theme; JavaScript; Creating a custom JS component; CSS; Summary; Chapter 9: The Web API ; User types; Authentication methods; REST versus SOAP; Hands-on with token-based authentication.…”
    Full text (MFA users only)
    Electronic eBook
  13. 13

    Mobile Prototyping with Axure 7. by Hacker, Will

    Published 2013
    Full text (MFA users only)
    Electronic eBook
  14. 14

    Tomcat 6 Developer's Guide. by Chetty, Damodar

    Published 2009
    Full text (MFA users only)
    Electronic eBook
  15. 15

    Kotlin programming by example : build real-world Android and web applications the Kotlin way by Adelekan, Iyanu

    Published 2018
    Table of Contents: “…The break and continue keywordsThe do ... while loops; Packages; The import keyword; Object-oriented programming concepts; Introduction; Working with classes; Creating objects; Companion objects; Properties; Advantages of Kotlin; Developing Android applications with Kotlin; Setting up Android Studio; Building your first Android application; Creating a user interface; Running the application; Fundamentals of the web; What is the web?…”
    Full text (MFA users only)
    Electronic eBook
  16. 16

    IOS 5 Programming Pushing the Limits : Developing Extraordinary Mobile Apps for Apple IPhone, IPad, and IPod Touch. by Napier, Robert

    Published 2011
    Table of Contents: “…IOS 5 Programming Pushing the Limits: Developing Extraordinary Mobile Apps for Apple iPhone, iPad, and iPod Touch; Dedication; About the Authors; About the Technical Editor; Authors' Acknowledgements; Table of Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Finding Apple Documentation; Source Code; Part I: What's New?…”
    Full text (MFA users only)
    Electronic eBook
  17. 17

    Node.js web development by Herron, David

    Published 2016
    Full text (MFA users only)
    Electronic eBook
  18. 18
  19. 19

    Cocoon 2 programming : web publishing with XML and Java by Brogden, William B.

    Published 2003
    Table of Contents: “…Cocoon 2 Programming: Web Publishing with XML and Java; Contents at a Glance; Contents; Acknowledgments; Introduction; The Amazing Cocoon Project; Support for the Book; Contacting the Authors; Chapter 1: The Cocoon 2 Architecture; The Challenges of Web Publishing; The Challenges of Web Content Management; Content Management Systems to the Rescue; The Original Cocoon Project; Architecture of the Cocoon 2 Framework; Summary; Chapter 2: Uses of Cocoon; Setting Up Cocoon for Application Development; Two Simple Applications; Interfacing with a Database; Site Serving Mobile Devices…”
    Full text (MFA users only)
    Electronic eBook
  20. 20