Mostrando 29,921 - 29,940 Resultados de 33,201 Para Buscar 'JAXA~', tiempo de consulta: 0.91s Limitar resultados
  1. 29921
    Tabla de Contenidos: “…; About This Book; Who This Book Is For; How This Book Is Organized; Conventions Used in This Book; We'd Like to Hear from You; Safari Enabled; Acknowledgments; Part 1: Planning Your Site; Chapter 1: Stocking Your Technological Toolbox; Choosing Software; Choosing a Code Editor; About HTML; About CSS; About JavaScript; Stocking Up on Web Browsers; Choosing an Image Editor; Choosing Multimedia Software; Comparing Static and Dynamic Sites; Meeting the Demands of Dynamic Sites; Respecting the Limits of Static Sites; Chapter 2: Staking Your Claim…”
    Libro electrónico
  2. 29922
    por Inc, Apple Computer
    Publicado 2002
    Tabla de Contenidos:
    Libro electrónico
  3. 29923
    por Drusinsky, Doron
    Publicado 2006
    Tabla de Contenidos: “…Nonstandard Elements of Statecharts; 2.9. Passing Data to a Statechart Controller; 2.10. JUnit Testing of Statechart Objects; 2.11. …”
    Libro electrónico
  4. 29924
    por Jepson, Brian
    Publicado 2002
    Tabla de Contenidos: “…Tab completionCommand-Line Editing with tcsh; Emacs mode; vi mode; Additional command-line keys; Additional Shell Commands; bindkey; open; Mac OS X's Unix Development Tools; Standard Unix Development Tools; Apple's Command-line Developer Tools; Macintosh Tools; Java Development Tools; Text Editing and Processing; Scripting and Shell Programming; Working with Files and Directories; File Compression and Storage; Searching and Sorting; Miscellaneous Tools; Chapter 2. …”
    Libro electrónico
  5. 29925
    por Brooks-Bilson, Rob
    Publicado 2003
    Tabla de Contenidos: “…Automatically Validating Form-Field DataManually Validating Form-Field Data; Obtaining a List of All Available Form Variables; Dealing with Nonexistent Parameters; Database Basics; Configuring Data Sources; Configuring a Data Source in the ColdFusion Administrator; Additional Resources; Introducing cfquery; A Quick SQL Primer; Retrieving and Displaying Data; Creating the Example Database; Retrieving Data from a Data Source; Outputting Query Results; Obtaining Additional Query Information; Sorting Query Results; Grouping Output; Looping Over a Query Result Set; Formatting Techniques…”
    Libro electrónico
  6. 29926
    por Kartik, Vikram
    Publicado 2009
    Tabla de Contenidos:
    Libro electrónico
  7. 29927
    por Niederst Robbins, Jennifer
    Publicado 2006
    Tabla de Contenidos: “…The Web on TVA Beginner's Guide to the Server; Servers 101; Popular Server Software; Basic Server Functions; Web root directory; Index files; HTTP response header; Server-Side Programming; CGI (Common Gateway Interface); ASP (Active Server Pages); PHP; Java servlets and JSP; Unix Directory Structures; Absolute Pathnames; Relative Pathnames; Using relative pathnames in HTML; File Naming Conventions; Uploading Documents (FTP); The FTP Process; Setting Permissions; File (MIME) Types; Accessibility; Types of Disabilities; Overview of Assistive Technology; Input Devices; Output Devices…”
    Libro electrónico
  8. 29928
    por Clarke, Justin
    Publicado 2009
    Tabla de Contenidos: “…Injecting Strings InlineInjecting Numeric Values Inline; Terminating SQL Injection; Database Comment Syntax; Using Comments; Executing Multiple Statements; Time Delays; Automating SQL Injection Discovery; Tools for Automatically Finding SQL Injection; HP WebInspect; IBM Rational AppScan; HP Scrawlr; SQLiX; Paros Proxy; Summary; Solutions Fast Track; Frequently Asked Questions; Chapter 3: Reviewing Codefor SQL Injection; Introduction; Reviewing Source Code for SQL Injection; Dangerous Coding Behaviors; Dangerous Functions; Following the Data; Following Data in PHP; Following Data in Java…”
    Libro electrónico
  9. 29929
    por Weir, Luis Augusto
    Publicado 2013
    Tabla de Contenidos: “…Critical success factorsA new reference architecture; The new governance process; Improved visibility; Summary; Chapter 3: Introduction to Oracle Enterprise Repository; An overview of Oracle Enterprise Repository; Understanding OER architecture; OER Core Platform; Oracle WebLogic Server 11g and 10.3.3; The JMS server; Database; Java Application Server; OER Functionality; OER Console; OER System; Integration; OER Users; Asset Editor; Type Manager; Navigator applet; The Browse Tree applet; Import/Export utility; Summary; Chapter 4: Initial Configuration; Use case; Preparing the browser…”
    Libro electrónico
  10. 29930
    por Mueller, John, 1958-
    Publicado 2008
    Tabla de Contenidos: “…Understanding Scripting Languages Executing Scripts; Scripting Networking Solutions with the NetSH Utility; Creating a Basic Script; Using the Scripting Objects; Impersonating a User with the Run As Utility; Changing the Environment; Testing Scripts; Managing Windows in a New Way; Chapter 7: Editing and Compiling Batch Files and Scripts; Editing All File Types with WinVi; Obtaining a Better Notepad with Notepad+; Creating Executable Batch Files with Batch File Compiler 5.2; Develop and Compile Batch Files with Quick Batch File Compiler; Understanding JavaScript and VBScript Compilers…”
    Libro electrónico
  11. 29931
    por Hutchison, Thomas W.
    Publicado 2008
    Tabla de Contenidos: “…HTML: The Basics and Why You Need ThemCGI Scripts; Java and Javascript; Web Widgets; Captcha; Flash; RSS Feeds; Testing Across Browsers and Platforms; Glossary; References and Further Reading; Chapter 7 Optimizing and Monitoring Your Web Site to Increase Visitation; Search Engine Optimization; ""Tell a Friend"" and ""BookMark this Page"" Scripts; Contests; Blogs; Visitor Registration; Fan-Generated Content; Monitoring Web Traffic; What to Measure; Where to Find Analytics Tools and How to Apply Them; Conclusion; Glossary; References and Further Reading…”
    Libro electrónico
  12. 29932
    por Tarla, Nicolae
    Publicado 2013
    Tabla de Contenidos: “…Animating form elements with jQueryUsing jQuery UI for user interaction; Using jQuery UI for customizations; Integrating jQuery UI widgets; Using LiveValidation for input validation as you type; Using Datejs for date manipulation; Chapter 10: Light Social Media Integration; Introduction; Integrating with Facebook; Integrating accounts with LinkedIn; Integrating contacts with LinkedIn; Adding Twitter feeds; Working with Del.icio.us data; Index…”
    Libro electrónico
  13. 29933
    Publicado 2012
    Tabla de Contenidos: “…Creating proxy service with a WSDL based interface Using a routing action to statically route to another service; Adding an operational branch to support the different WSDL operations of the proxy service; Using an XQuery transformation to map between the different data models of the services; Chapter 2: Working Efficiently with OSB Artifacts in Eclipse OEPE; Introduction; Setting up an OSB project to work with JCA adapters; Using context menu to add nodes and actions to message flow; Moving nodes/actions in Eclipse OEPE by drag-and-drop; Copying nodes/actions from one place to another…”
    Libro electrónico
  14. 29934
    por Dasnois, Benjamin
    Publicado 2011
    Tabla de Contenidos: “…Field access and function callsConstructing class instance; Conditional branching; If; Switch; Loops; While; For; Break and continue; Time for action - Using the break keyword; Time for action - Using the continue keyword; Return; Exception handling; Anonymous objects; Local functions; Managing a fridge; Time for action - Managing a fridge; Summary; Chapter 3:Being Cross-platform with haXe; What is cross-platform in the library; Object storage; The Std class; The haxe package; The haxe.remoting package; The haxe.rtti package; The haxe.Http class; Regular expressions and XML handling…”
    Libro electrónico
  15. 29935
    Publicado 2010
    Tabla de Contenidos: “…; Time for action - authenticating through the application; A different approach; Time for action - authenticating via JavaScript; Creating a callback webpage; Receiving the access token; What about users who haven't used the application before?…”
    Libro electrónico
  16. 29936
    por Bathurst, Rob
    Publicado 2013
    Tabla de Contenidos: “…Using the Ammo in the WeaponMS08-067 "Old reliable"; Web Exploits; Physical Attacks; Data Gathering and Extraction; Summary; References; 8 Reverse Engineering; Introduction; The Basics; Coding; Decompiling Journey; CPU Registers; Memory Monster; Assembly Time; Ripping It Apart; Taking It Home; Analysis Techniques; Summary; References; 9 Mobile Platforms; Introduction; Apple iOS Security Model and Overview; Insecurity Overview; Jailbreakme.com; ROP and Jailbreakme.com; redsn0w; Charlie Miller and Nitro; Safari JavaScript Vulnerability; Remote Attack Scenario; The Goods…”
    Libro electrónico
  17. 29937
    Publicado 2012
    Tabla de Contenidos: “…Chapter 9: Designing the Task Reminder Application Reviewing the Basic Requirements; Creating the Application's Screens; Completing Your List Fragment; Identifying Your Intent; Chapter 10: Going a la Carte with Your Menu; Understanding Options and Context Menus; Creating Your First Menu; Creating a Context Menu; Chapter 11: Handling User Input; Creating the User Input Interface; Getting Choosy with Dates and Times; Creating an Alert Dialog Box; Validating Input; Chapter 12: Getting Persistent with Data Storage; Finding Places to Put Data; Creating Your Application's SQLite Content Provider…”
    Libro electrónico
  18. 29938
    por Bhmer, Mario
    Publicado 2012
    Tabla de Contenidos: “…; Supported Android Devices; Setting Up the Development Environment; The Java Development Kit; Installing on Windows; Installing on Linux; Installing on Mac OS X; The Android SDK…”
    Libro electrónico
  19. 29939
    Publicado 2015
    Tabla de Contenidos: “…Exploring BeagleBone; About the Author; About the Technical Editors; Credits; Acknowledgments; Contents; Introduction; Part I BeagleBone Basics; JavaScript and Node.js on the BBB 1; Chapter 1 The BeagleBone Hardware; Introduction to the Platform; Who Should Use the BeagleBone; When to Use the BeagleBone; When You Should Not Use the BeagleBone; echo and cat ; BeagleBone Documentation; The BeagleBone Hardware; BeagleBone Versions; The BeagleBone Black Hardware; BeagleBone Accessories; Highly Recommended Accessories; Micro-SD Card (for Flashing the BBB)…”
    Libro electrónico
  20. 29940
    por Lublinsky, Boris
    Publicado 2013
    Tabla de Contenidos:
    Libro electrónico