Mostrando 2,501 - 2,520 Resultados de 2,781 Para Buscar '"JavaScript"', tiempo de consulta: 0.11s Limitar resultados
  1. 2501
    Publicado 2003
    Tabla de Contenidos: “…Technology options -- 5.1 Web client -- 5.1.1 Web browser -- 5.1.2 HTML -- 5.1.3 Dynamic HTML -- 5.1.4 CSS -- 5.1.5 JavaScript -- 5.1.6 Java applets -- 5.1.7 XML (client side) -- 5.1.8 XHTML 1.1 (HTML 4.01) -- 5.1.9 VoiceXML -- 5.1.10 XForms -- 5.1.11 XSLT -- 5.1.12 Mobile clients -- 5.2 Web application server -- 5.2.1 Java servlets -- 5.2.2 JavaServer Pages (JSPs) -- 5.2.3 JavaBeans -- 5.2.4 XML -- 5.2.5 Enterprise JavaBeans -- 5.2.6 Additional enterprise Java APIs -- 5.3 Integration technologies -- 5.3.1 Web services -- 5.3.2 J2EE Connector Architecture -- 5.3.3 Java Message Service -- 5.3.4 Message Oriented Middleware -- 5.3.5 Others -- 5.4 Where to find more information -- Chapter 6. …”
    Libro electrónico
  2. 2502
    Publicado 2011
    Tabla de Contenidos: “…Selecting a Password -- Components of a Good Password -- Password Aging -- Operating System and Network Operating System Hardening -- Hardening Microsoft Operating Systems -- Hardening UNIX- or Linux-Based Operating Systems -- Network Hardening -- Software Updates -- Device Configuration -- Ports and Services -- Traffic Filtering -- Securing Management Interfaces -- VLAN Management -- IPv4 vsIPv6 -- Application Hardening -- Application Configuration Baseline -- Application Patches -- Patch Management -- Web Servers -- Mail Servers -- FTP Servers -- DNS Servers -- File and Print Services -- Active Directory -- Host Software Baselining -- Group Policies -- Security Templates -- Chapter Review -- Questions -- Answers -- Chapter 13 Types of Attacks and Malicious Software -- Avenues of Attack -- The Steps in an Attack -- Minimizing Possible Avenues of Attack -- Attacking Computer Systems and Networks -- Denial-of-Service Attacks -- Backdoors and Trapdoors -- Null Sessions -- Sniffing -- Spoofing -- Man-in-the-Middle Attacks -- Replay Attacks -- TCP/IP Hijacking -- Attacks on Encryption -- Address System Attacks -- Password Guessing -- Software Exploitation -- Client-Side Attacks -- Malicious Code -- Secure Software Development Lifecycle -- War-Dialing and War-Driving -- Social Engineering -- Auditing -- Chapter Review -- Questions -- Answers -- Chapter 14 E-Mail and Instant Messaging -- Security of E-Mail -- Malicious Code -- Hoax E-Mails -- Unsolicited Commercial E-Mail (Spam) -- Mail Encryption -- Instant Messaging -- Chapter Review -- Questions -- Answers -- Chapter 15 Web Components -- Current Web Components and Concerns -- Protocols -- Encryption (SSL and TLS) -- The Web (HTTP and HTTPS) -- Directory Services (DAP and LDAP) -- File Transfer (FTP and SFTP) -- Vulnerabilities -- Code-Based Vulnerabilities -- Buffer Overflows -- Java and JavaScript…”
    Libro electrónico
  3. 2503
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- Foreword -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Dedication -- Table of Contents -- Preface -- Chapter 1: Introduction -- New demands in enterprise systems -- Modern way of realizing enterprise systems -- Relevance of Java EE in modern systems -- Java EE 8 update and roadmap -- Java Community Process -- What to expect in the book -- Chapter 2: Designing and Structuring Java Enterprise Applications -- The purpose of enterprise applications -- What developers should focus on -- Meeting customer's demands -- Outer enterprise project structure -- Business and team structures -- Software projects contents -- Application source code -- Software structures -- Version control systems -- Binaries -- Build systems -- Single versus multi-module projects -- Illusion of reusability -- Technical dependencies -- Organizational challenges -- Reusability considerations -- Project artifacts -- One project per artifact -- Build systems for Java EE -- Apache Maven -- Gradle -- Structuring for modern frontend technologies -- Enter JavaScript frameworks -- Organizing modern frontends -- Enterprise project code structure -- Situation in enterprise projects -- Horizontal versus vertical layering -- Business-driven structure -- Designing reasonable modules -- Realizing package structures -- Package contents -- Horizontal package layering -- Flat module package -- Entity Control Boundary -- Packages -- Package access -- Don't over-enforce architecture -- Summary -- Chapter 3: Implementing Modern Java Enterprise Applications -- Use case boundaries -- Core domain components of modern Java EE -- EJB and CDI - differentiation and integration -- CDI producers -- Emitting domain events -- Scopes -- Patterns in Java EE -- Design patterns revisited -- Singleton -- Abstract factory…”
    Libro electrónico
  4. 2504
    Publicado 2023
    Tabla de Contenidos: “…Component -- Technical requirements -- Developing a frontend list view for our component -- Coding the list view -- Adding CSS and JS to our component -- Adding our own styles and JavaScript to our component -- Joomla!'s Web Asset Manager -- Loading assets with HtmlHelper -- Developing a frontend item view for our component…”
    Libro electrónico
  5. 2505
    Publicado 2018
    Tabla de Contenidos: “…-- Simple PCI compliance -- Easy integration -- Excellent dashboard -- Getting started with Stripe and client-side validation -- Registering for a Stripe account -- Including the Stripe checkout JavaScript library -- Installing VeeValidate for client-side validation -- Building the checkout components -- Building a cart summary component -- Building a checkout form component -- First look at client-side validation -- Finishing the delivery address form fields -- Capturing payment information -- Initializing Stripe elements -- Validating form input state -- Verifying payment details with Stripe -- Submitting the order to the API -- Adding basic Bootstrap styling to Stripe elements -- Building a checkout success component -- Building a my account page -- Building the OrderList component -- Formatting dates with a reusable date filter -- Linking to the my account page -- Fixing the register form component -- Server-side payment processing -- Adding orders to the data model -- Owned entity types in EF Core 2.0.…”
    Libro electrónico
  6. 2506
    Publicado 2017
    Tabla de Contenidos: “…. -- See also -- Compressing or decompressing JavaScript -- Getting ready -- How to do it... -- How it works... -- See also -- Merging multiple files as columns -- How to do it... -- See also -- Printing the nth word or column in a file or line -- How to do it... -- See also -- Printing text between line numbers or patterns -- Getting ready -- How to do it... -- See also -- Printing lines in the reverse order…”
    Libro electrónico
  7. 2507
    por Schrenk, Michael
    Publicado 2007
    Tabla de Contenidos: “…Familiarizing Yourself with the Default Values -- Using LIB_http -- Learning More About HTTP Headers -- Examining LIB_http's Source Code -- Final Thoughts -- 4: Parsing Techniques -- Parsing Poorly Written HTML -- Standard Parse Routines -- Using LIB_parse -- Splitting a String at a Delimiter: split_string() -- Parsing Text Between Delimiters: return_between() -- Parsing a Data Set into an Array: parse_array() -- Parsing Attribute Values: get_attribute() -- Removing Unwanted Text: remove() -- Useful PHP Functions -- Detecting Whether a String Is Within Another String -- Replacing a Portion of a String with Another String -- Parsing Unformatted Text -- Measuring the Similarity of Strings -- Final Thoughts -- Don't Trust a Poorly Coded Web Page -- Parse in Small Steps -- Don't Render Parsed Text While Debugging -- Use Regular Expressions Sparingly -- 5: Automating Form Submission -- Reverse Engineering Form Interfaces -- Form Handlers, Data Fields, Methods, and Event Triggers -- Form Handlers -- Data Fields -- Methods -- Event Triggers -- Unpredictable Forms -- JavaScript Can Change a Form Just Before Submission -- Form HTML Is Often Unreadable by Humans -- Cookies Aren't Included in the Form, but Can Affect Operation -- Analyzing a Form -- Final Thoughts -- Don't Blow Your Cover -- Correctly Emulate Browsers -- Avoid Form Errors -- 6: Managing Large Amounts of Data -- Organizing Data -- Naming Conventions -- Storing Data in Structured Files -- Storing Text in a Database -- Storing Images in a Database -- Database or File? …”
    Libro electrónico
  8. 2508
    Publicado 2018
    Tabla de Contenidos: “…. -- Chapter 6: Putting Delphi on the Server -- Introduction -- Developing web client JavaScript applications with WebBroker on the server -- Getting ready…”
    Libro electrónico
  9. 2509
    Publicado 2023
    Tabla de Contenidos: “…-- Summary -- Chapter 8: Working with the Arduino IoT Cloud SDK and JavaScript -- Technical requirements -- Demystifying the Arduino IoT Cloud SDK - functionality and operation -- Securing access - unveiling API keys and authentication -- Initial exploration - test drive using Postman -- Diverse platform compatibility - SDKs for various environments -- Step-by-step - installing the Arduino Node.js SDK client -- Interacting with devices - hands-on with the Node.js SDK -- Creating a device -- Updating a device -- Deleting a device…”
    Libro electrónico
  10. 2510
    Publicado 2018
    Tabla de Contenidos: “…-- Summary -- Chapter 2: Content, Objects, and Scale -- Getting started with Unity -- Creating a new Unity project -- The Unity editor -- The default world space -- Creating a simple diorama -- Adding a cube -- Adding a plane -- Adding a sphere and some material -- Changing the scene view -- Adding a photo -- Coloring the ground plane -- Measurement tools -- Keeping a unit cube handy -- Using a Grid Projector -- Measuring the Ethan character -- Using third-party content -- Creating 3D content with Blender -- An introduction to Blender -- A unit cube -- UV Texture image -- Importing into Unity -- A few observations -- Creating 3D content in VR -- Exporting and importing Tilt Brush models -- Publishing and importing using Google Poly -- Editing Unity in VR with EditorXR -- Setting up EditorXR -- Using EditorXR -- Summary -- Chapter 3: VR Build and Run -- Unity VR Support and Toolkits -- Unity's built-in VR support -- Device-specific toolkits -- Application toolkits -- Web and JavaScript-based VR -- 3D worlds -- Enabling Virtual Reality for your platform -- Setting your target platform -- Setting your XR SDK -- Installing your device toolkit -- Creating the MeMyselfEye player prefab -- Building for SteamVR -- Building for Oculus Rift -- Building for Windows Immersive MR -- Setting up Windows 10 Developer mode…”
    Libro electrónico
  11. 2511
    Publicado 2016
    Tabla de Contenidos: “…. -- Using custom data for integration/functional Tests -- Testing against different version of JIRA/Tomcat -- See also -- Chapter 2: Understanding the Plugin Framework -- Introduction -- JIRA architecture -- Third-party components -- Webwork -- Seraph -- Embedded Crowd -- PropertySet -- Active Objects -- OSWorkflow -- OfBiz Entity Engine -- Apache Lucene -- Atlassian Gadget JavaScript Framework -- Shared Access Layer -- Architecture -- Authentication and user management -- Property management -- Presentation -- Database -- Workflows -- Searching -- Scheduled jobs -- Plugins…”
    Libro electrónico
  12. 2512
    Publicado 2024
    Tabla de Contenidos: “…-- Dissecting CSS -- Dissecting JavaScript -- Creating the DOM…”
    Libro electrónico
  13. 2513
    por Bergland, John
    Publicado 2004
    Tabla de Contenidos: “…Customizing Domino Web Access -- 11.1 Customization considerations -- 11.2 Template architecture -- 11.2.1 Additional design elements within inotes6.ntf -- 11.2.2 The forms6.nsf database -- 11.3 Inheriting from another mail template -- 11.4 Customizing the forms6.nsf -- 11.4.1 General process for customization -- 11.4.2 Adding functionality to the user interface -- 11.4.3 Customizing the Welcome page -- 11.4.4 Customizing the banner logo -- 11.4.5 Modifying the banner with a custom logo -- 11.4.6 Customizing styles -- 11.4.7 Obfuscated JavaScript code -- 11.5 Using Redirect to customize the login screen -- 11.5.1 Setting up Domino Web Access redirector database -- 11.5.2 Using Domino Web Access Redirect -- 11.6 Customizing the server side -- 11.6.1 Redirecting users to a Web page after logout -- 11.6.2 NOTES.INI settings for Domino Web Access -- Part 5 Appendixes -- Appendix A. …”
    Libro electrónico
  14. 2514
    Publicado 2023
    Tabla de Contenidos: “…Coding the BDD way -- 8 From executable specifications to automated acceptance tests -- 8.1 Introduction to automating scenarios -- 8.1.1 Step definitions interpret the steps -- 8.2 Setting up your project -- 8.2.1 Setting up a Cucumber project in Java or TypeScript -- 8.2.2 Organizing a Cucumber project in Java -- 8.2.3 Organizing a Cucumber project in TypeScript -- 8.3 Running Cucumber scenarios -- 8.3.1 Cucumber test runner classes in Java -- 8.3.2 Running Cucumber scenarios in JavaScript and TypeScript -- 8.4 Writing glue code -- 8.4.1 Injecting data with step definition parameters…”
    Libro electrónico
  15. 2515
    Publicado 2015
    Tabla de Contenidos: “…-- 5.2.3 Was ist mit JavaScript? -- 5.3 Prototypen zur Datenmodellierung -- Kapitel 6: Singleton…”
    Libro electrónico
  16. 2516
    Publicado 2019
    “…This course uses Node.js 10.8.0, and JavaScript ES8, while not the latest version available, it provides relevant and informative content for legacy users of Node.js, and JavaScript…”
    Video
  17. 2517
    Publicado 2009
    “…Next, they build upon these techniques showing how to create distributable AJAX-enabled controls that include rich browser-independent JavaScript client-side functionality. The authors thoroughly explain both the JavaScript and .NET aspects of control development and how these two distinct environments come together to provide a foundation for building a rich user experience using ASP.NET AJAX. …”
    Libro electrónico
  18. 2518
    Publicado 2018
    “…You'll learn about enhancing Shiny with JavaScript, ranging from adding simple interactivity with JavaScript right through to using JavaScript to enhance the reactivity between your app and the UI. …”
    Libro electrónico
  19. 2519
    Publicado 2017
    “…Understand how Angular is organized and learn best practices for designing Angular applications Quickly build Angular templates with built-in directives that enhance the user experience Bind UI elements to your data model, so changes to your model and UI occur automatically in tandem Define custom Angular directives that extend HTML Implement zoomable images, expandable lists, and other rich UI components Implement client-side services that interact with web servers Build dynamic browser views to provide even richer user interaction Create custom services you can easily reuse Implement rich UI components as custom Angular directives Contents at a Glance Introduction What is Angular Why Use Angular Who this Book is For How to Use this Book Getting the Source Code Chapter 1: Jumping into JavaScript Setting Up a JavaScript Development Environment Defining Variables Understanding JavaScript Data Types Using Operators Implementing Looping Creating Functions Understanding Variable Scope Using JavaScript Objects Manipulating Strings Working with Arrays Adding Error Handling Chapter 2: Jumping into TypeScript Learning the Different Types Understanding Interfaces Implementing Classes Implementing Modules Understanding Functions Chapter 3: Getting Started with Angular Why Angular? …”
    Libro electrónico
  20. 2520
    Publicado 2023
    “…Whether you are a beginner or an experienced developer, this course caters to everyone interested in front-end development and the major JavaScript frameworks. You should have some experience with JavaScript, either regular JavaScript or experience with another framework such as React or Vue 2. …”
    Video