Search Results - (((( web serves programming. ) OR ( web observed programming. ))) OR ( web names programming. ))*
Suggested Topics within your search.
Suggested Topics within your search.
- Application software 45
- Web site development 39
- Development 38
- Computer programs 36
- Web sites 31
- JavaScript (Computer program language) 22
- Programming 21
- Design 20
- Authoring programs 15
- Internet programming 15
- Java (Computer program language) 15
- Web servers 15
- Management 14
- Data processing 13
- Computer networks 11
- Computer-assisted instruction 11
- Security measures 11
- Client/server computing 10
- Operating systems (Computers) 9
- Research 9
- Web applications 9
- Computer programming 8
- PHP (Computer program language) 8
- operating systems 8
- Business 7
- Computer software 7
- Python (Computer program language) 7
- computer programming 7
- Computer security 6
- Programming languages (Electronic computers) 6
Search alternatives:
- serves programming »
- names programming »
- observed »
-
1
WebSphere Development Studio Client for iSeries V5.0
Published 2004Table 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
-
3
-
4
D Web Development.
Published 2016Table 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
-
6
Programming Portlets : From JSR 168 to IBM WebSphere Portal Extensions.
Published 2012Full text (MFA users only)
Electronic eBook -
7
Professional swift
Published 2015Table 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
Arduino sketches : tools and techniques for programming wizardry
Published 2015Table of Contents: “…Serving Web Pages --…”
Full text (MFA users only)
Electronic eBook -
9
-
10
Practical web development : learn CSS, JavaScript, PHP, and more with this vital guide to modern web development
Published 2015Table 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
Professional Web 2.0 programming
Published 2007Table 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
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
Published 2015Table 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
-
14
-
15
Kotlin programming by example : build real-world Android and web applications the Kotlin way
Published 2018Table 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
IOS 5 Programming Pushing the Limits : Developing Extraordinary Mobile Apps for Apple IPhone, IPad, and IPod Touch.
Published 2011Table 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
-
18
-
19
Cocoon 2 programming : web publishing with XML and Java
Published 2003Table 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