Mostrando 4,881 - 4,900 Resultados de 5,988 Para Buscar 'Mutten~', tiempo de consulta: 1.17s Limitar resultados
  1. 4881
    Publicado 2010
    Tabla de Contenidos: “…Chapter 12 Following Users -- 12.1 The Relationship Model -- 12.1.1 A Problem with the Data Model (and a Solution) -- 12.1.2 User/Relationship Associations -- 12.1.3 Validations -- 12.1.4 Following -- 12.1.5 Followers -- 12.2 A Web Interface for Following and Followers -- 12.2.1 Sample Following Data -- 12.2.2 Stats and a Follow Form -- 12.2.3 Following and Followers Pages -- 12.2.4 A Working Follow Button the Standard Way -- 12.2.5 A Working Follow Button with Ajax -- 12.3 The Status Feed -- 12.3.1 Motivation and Strategy -- 12.3.2 A First Feed Implementation -- 12.3.3 Scopes, Subselects, and a Lambda -- 12.3.4 The New Status Feed -- 12.4 Conclusion -- 12.4.1 Extensions to the Sample Application -- 12.4.2 Guide to Further Resources -- 12.5 Exercises -- Index…”
    Libro electrónico
  2. 4882
    Publicado 2021
    Tabla de Contenidos: “…Navigating between pages, flows, and passing parameters between pages -- Navigating between pages -- Navigating between flows -- Passing parameters between pages -- Working with JavaScript -- Creating a new page -- Writing a JavaScript function -- Registering an event on buttons and calling a JS function -- Summary -- Questions -- Chapter 7: Working with Life Cycle Events, Validations, and UI Logic -- Technical requirements -- Exploring life cycle events -- vbBeforeEnter -- vbEnter -- vbBeforeExit -- vbExit -- Loading data on page load -- Creating a type and an ADP variable -- Registering the vbEnter event and loading the Employee Business Object data -- Populating the Employee Business Object data -- Showing a parent-child relationship on a page -- Creating a table to populate the addresses -- Implementing the logic to show the address of the selected employee -- Enabling client-side validation on forms -- Creating a new web form -- Creating JavaScript to validate a form -- Implementing logic to validate a form and insert data into a Business Object -- Working with various UI logic -- Hiding/showing UI components -- Calculating fields -- Enabling a logout feature -- Validating an input component using a regex -- Creating dependent Lists Of Values -- Summary -- Further reading -- Questions -- Section 3: Building Web and Mobile Apps Using Various VB Components -- Chapter 8: Exploring Other Visual Components and Their Advanced Functionalities -- Technical requirements -- Developing an editable table -- Populating the table from the Business Object using the ADP variable -- Registering events on the table -- Implementing the logic to support inline editing in a table -- Adding a button to save all modified records -- Enabling sorting, column resizing, searching, and pagination in a table -- Enabling/disabling sorting on the table…”
    Libro electrónico
  3. 4883
    Android smartphones for seniors
    Android Smartphones For Seniors For Dummies
    Publicado 2022
    Tabla de Contenidos: “…Place Owner Information On the Lock Screen -- Add Emergency Info -- Designating Emergency or ICE contacts -- Providing medical information -- Chapter 5 Personalizing Your Handset -- Hardware Buttons and What They Do -- Power buttons -- Volume buttons -- Find and Sort Your Apps -- Move App Shortcuts to the Home Screen -- Group Apps into Folders -- Deal with Preinstalled Applications (or Bloatware) -- Get the News (and Other Media) You Can Use -- Customize the Home Screen with Widgets -- Chapter 6 Android Typing Tricks with Google's Gboard -- Make the Keyboard Decision -- Selecting a keyboard to use -- Noting keyboard features -- Exploring keyboards you have (or can have) -- Check Out Keyboard Contenders -- Gboard, the official Google keyboard -- Samsung Keyboard -- Microsoft SwiftKey keyboard -- Speak Words with Voice Typing -- Spell-Check as You Type -- Extended Keyboard and Special Characters -- Learn the Emoji Language -- Delete, Copy, and Paste Text -- Print Messages, Documents, and Web Pages -- Chapter 7 Handling Notifications and Google Assistant -- Meet the Android Notifications Window Shade -- Recognizing notification types and settings -- Disabling notifications (or not) -- Controlling notifications via settings -- Having fun with notifications, or not -- Taming Google Discover news feed -- Manage Your Phone with the Window Shade Quick Settings -- The first-up Quick Settings -- The full cast of Quick Settings -- Get the 411 from Google Assistant -- Knowing what you can do with Google Assistant -- Installing or deactivating Google Assistant -- Part 3 Let's Start Communicating -- Chapter 8 Chatting via Voice or Video -- Make a Voice Call -- Making international calls from your phone -- Calling internationally with no contract -- Check Voicemail -- Get Voicemail Transcriptions -- Reply to an Incoming Call by Sending a Text -- Set a New Ringtone…”
    Libro electrónico
  4. 4884
    Publicado 2010
    Tabla de Contenidos: “…Inserting a Form in Dreamweaver -- Using Text Fields -- Providing Checkboxes and Radio Buttons -- Creating Form Lists and Menus -- Navigating with a Jump Menu -- Activating Your Form with Buttons -- Using Hidden and File Fields -- Improving Accessibility -- Styling Forms with CSS -- Summary -- Chapter 14: Creating Lists -- Creating Unordered (Bulleted) Lists -- Mastering Ordered (Numbered) Lists -- Creating Navigation Buttons from Lists -- Making Definition Lists -- Using Nested Lists -- Accessing Special List Types -- Summary -- Chapter 15: Using Frames and Framesets -- Frames and Framesets: The Basics -- Creating a Frameset and Frames -- Adding More Frames -- Selecting, Saving, and Closing Framesets -- Working with the Frameset Property Inspector -- Modifying a Frame -- Targeting Frame Content -- Handling Frameless Browsers -- Investigating Iframes -- Summary -- Chapter 16: Powering Ajax Pages with Spry -- Understanding Ajax and Spry -- Integrating XML or HTML Data with Spry -- Enhancing Your Site with Spry Widgets -- Spry Effects -- Summary -- Chapter 17: Working with JavaScript Frameworks -- Using JavaScript Frameworks -- Integrating Framework Functions -- Implementing a Web Widget -- Summary -- Part IV: Incorporating Dynamic Data -- Chapter 18: Establishing Connections and Recordsets -- Data Source Basics -- Understanding How Active Content Pages Work -- Opening a Connection to a Data Source -- Managing Connections -- Extracting Recordsets -- Summary -- Chapter 19: Making Data Dynamic -- Working with Dynamic Text -- Formatting Dynamic Data -- Making Images Dynamic -- Integrating Flash and Other Dynamic Media -- Summary -- Chapter 20: Managing Data -- Displaying Data Conditionally -- Handling Record Navigation -- Summary -- Chapter 21: Working with Dynamic Live View -- Engaging Live View -- HTTP Request Settings…”
    Libro electrónico
  5. 4885
    Publicado 2023
    Tabla de Contenidos: “…-- Fading animation clips in and out -- Crossfading between animation clips -- Adding multiple animation clips into one clip -- Blending between the binding pose and animation clip -- Enhancing the node class -- Updating the model class -- Adding the blend to the animation clip class -- Implementing animation blending in the OpenGL renderer -- Crossfading animations -- Upgrading the model classes -- Adjusting the OpenGL renderer -- Adding new controls to the user interface -- How to do additive blending -- Splitting the node skeleton - part I -- Splitting the node skeleton - part II -- Updating the animation clip class -- Finalizing additive blending in the OpenGL renderer -- Exposing the additive blending parameters in the user interface -- Summary -- Practical sessions -- Part 4: Advancing Your Code to the Next Level -- Chapter 12: Cleaning Up the User Interface -- Technical requirements -- UI controls are cool -- Creating combo boxes and radio buttons -- Implementing a combo box the C++ way -- Swapping the data types -- Filling the arrays for the combo boxes -- Fine-tuning selections with radio buttons -- Adjusting the renderer code -- Updating the model class -- Switching the control elements in the user interface -- Drawing time series with ImGui -- One ring buffer to rule them all -- Creating plots in ImGui -- Adding plots to the user interface -- Popping up a tooltip with the plot -- The sky is the limit -- Summary -- Practical sessions -- Additional resources -- Chapter 13: Implementing Inverse Kinematics -- Technical requirements -- What is Inverse Kinematics, and why do we need it? …”
    Libro electrónico
  6. 4886
    por Wildi, Ernst
    Publicado 2008
    Tabla de Contenidos: “…Battery OperationAudio Feedback System; Attaching and Removing Lenses; Viewfinders and Focusing Screens; Working with Film Magazines; Camera Operation; Photographing with the H Camera; Focusing the H Camera; Metering and Exposure Controls; Other Operating and Image Creating Controls; Custom Options; New Options on H3DII Camera Models; The User Button Functions; Flash Photography; The Use and Operation of Profiles; The Global Positioning System; 5 Creating the Digital Image; Attaching and Detaching Digital Backs; Sensor Units on Different Cameras; Power Supply…”
    Libro electrónico
  7. 4887
    Publicado 2019
    Tabla de Contenidos: “…a systematic map -- Chapter 13-Understanding the multidimensionality of climate-smartness: examples from agroforestry in Tanzania -- Chapter 14-A participatory approach to assessing the climate-smartness of agricultural interventions: the Lushoto case -- Chapter 15-Household welfare effects of stress: tolerant varieties in Northern Uganda -- Chapter 16-Considering religion and tradition in climate smart agriculture: insights from Namibia -- Chapter 17-The role of farmers’ entrepreneurial orientation on agricultural innovations in Ugandan multi-stakeholder platforms -- Chapter 18-Shea butter: a pro-poor, pro-female route to increased income -- Chapter 19-One size does not fit all: private-sector perspectives on climate change, agriculture and adaptation -- Chapter 20-Climate-smart agricultural value chains: risks and perspectives -- Chapter 21-Nutrition-sensitive value chain development in a changing climate -- Chapter 22-Realising ambitious targets and metrics for private-sector action on climate risks -- Chapter 23-The role of learning alliances for creating an enabling climate-change policy environment in East Africa -- Chapter 24-Farmer-to-farmer extension: a low-cost approach for promoting climate-smart agriculture -- Chapter 25-Innovative partnerships to scale up climate-smart agriculture for smallholder farmers in Southern Africa -- Chapter 26-Rural finance to support climate change adaptation: experiences, lessons and policy perspectives…”
    Libro electrónico
  8. 4888
    por Statler, Stephen. author
    Publicado 2016
    Tabla de Contenidos: “…Crossing the Chasm; Summary; Inputting to the IoT; Outputs from the IoT; Location as Context for Mobile Apps; Automated Retail; Ecommerce Meets Bricks and Mortar; The Help Button and e911; Standards; Chipsets and Beacons; Fleet Management; Payments; Beacon Commerce Networks; Standards Overview…”
    Libro electrónico
  9. 4889
    Publicado 2011
    Tabla de Contenidos: “…6 Bus Mixing Setting Up Submix Busses; Solo Safeing; Sequential Inputs Trick; Reverb Returns; Drum Verb; Setting Good Reverb Levels; 7 Drum Mixing; EQing Kick; Drum Compression; EQing Snare; Tom Processing; Phase-Checking Drums; Capturing Safety Drums; Manual Drum Replacement; Parallel Drum Compression; "All-Buttons-In" Compression; Adding Urgency to the Drums; Multiple Track Output Trick; 8 Vocal Mixing; Vocal Compression Secrets; Vocal EQ Technique; Vocal Delays; Verb versus Delay; Filtering Delays; Make Your Own Presets; Vocal Riding with Automation; Tweaking Your Vocal Ride…”
    Libro electrónico
  10. 4890
    Publicado 2022
    Tabla de Contenidos: “…Legacy -- Who's Pushing Your Buttons? -- Creating Evergreen Intellectual Property -- Who Do You Want to Be? …”
    Libro electrónico
  11. 4891
    por Sweigart, Al
    Publicado 2022
    Tabla de Contenidos: “…Intro -- Inhalt -- Der Autor -- Der Fachgutachter -- Danksagung -- Einleitung -- Wer dieses Buch lesen sollte und warum -- Über dieses Buch -- Ihr Weg zur Programmierung -- 1 Fehlermeldungen und Recherche -- Python-Fehlermeldungen verstehen -- Tracebacks untersuchen -- Fehlermeldungen recherchieren -- Fehler vermeiden mit Lintern -- Um Hilfe bitten -- Geben Sie gleich ausreichend Informationen, um Rückfragen zu vermeiden -- Formulieren Sie Ihre Fragen als Fragen -- Stellen Sie Ihre Fragen auf einer geeigneten Website -- Geben Sie das Problem in der Überschrift an…”
    Libro electrónico
  12. 4892
    por Scheinrock, Jeff
    Publicado 2013
    Tabla de Contenidos: “…; The Right Partner Formula; Hire Slow, Fire Fast; Sharing a Submarine; Chapter 7: Pitching Your Startup; Get Your Story Straight; Get to the Next Step; Half as Long Is Twice as Good; First Rule of Elevator Pitches; Get Used to Rejection; Use the Use Case; Make It Stick; Name It and Frame It; Find the Hot Buttons; Fake It 'Til You Make It…”
    Libro electrónico
  13. 4893
    Publicado 2002
    Tabla de Contenidos: “…Motivation and responsiveness: animated objects in multimediaChanging moves: animation and interaction; Animation:an everyday experience; Early games and hypertext; Animation in iTV (interactive TeleVision); Approaches and working methods; Rollovers,buttons and other responsive objects; GIF animation; Movable objects; Animated worlds; Conclusion; Chapter 5 Creating artwork for computer games: from concept to end product; Introduction; How is a game made?…”
    Libro electrónico
  14. 4894
    Publicado 2015
    Tabla de Contenidos: “…; ""At your service""; ""Let's REST""; ""Getting SOAP""; ""JavaScript buttons jubilee""; ""For your consideration""; ""Pros and cons""; ""Limits""; ""Pitfalls and gotchas""; ""Profile permissions""; ""Code happens""; ""My turn!""…”
    Libro electrónico
  15. 4895
    Publicado 2016
    Tabla de Contenidos: “…Chapter 3: Dynamics NAV - General ConsiderationsThe data model; Master data; Documents; Journals; Entries; Creating ledger entries; Combining all concepts; No save button; The main advantage; When is the data verified?…”
    Libro electrónico
  16. 4896
    Publicado 2015
    Tabla de Contenidos: “…Bike Hacker's Workbench -- The Essential Bike Mechanic's Toolkit -- Bike Stand -- Bottom Bracket Tool -- Cable Cutter -- Cable Puller -- Chain Breaker -- Chainring Nut Wrench -- Chain Wear Indicator -- Chain Whip -- CO2 Inflator -- Cone Wrenches -- Crank Puller -- Freewheel Remover -- Grease -- Hex Wrench -- Key Wrench -- Lockring Remover -- Multitool -- Pedal Wrench -- Pressure Gauge -- Rasp and Patches -- Screwdrivers -- Socket Set -- Spoke Wrench -- Tire Levers…”
    Libro electrónico
  17. 4897
    Publicado 2016
    Tabla de Contenidos: “…Texture Creativity ; Fifty-Fifty Mirrors (Beam-splitters) ; Ghost effects ; Depth of field ; Auto-focus ; Mirrored Effects; Extending the picture ; Changing direction ; Calculating reflecting angles ; Periscopes; Periscope ; Underwater periscope ; Underwater lighting ; Snorkel shots ; Polystyrene Fabrication and Modelling; Cutting and shaping ; Joining ; Finishing ; Plastic Forming Machines; Expanded-polystyrene cutter ; Vacuum-forming machine ; Plaster of Paris; Mixing the plaster ; Release agents ; Miscellaneous ; Plaster Turning; Horizontal method ; Vertical method ; Mould Making…”
    Libro electrónico
  18. 4898
    Publicado 2015
    Tabla de Contenidos:
    Libro electrónico
  19. 4899
    Publicado 2015
    Tabla de Contenidos:
    Libro electrónico
  20. 4900
    Publicado 2015
    Tabla de Contenidos: “…; Comparative Analysis Using Alternate States; Getting Advanced with Straight Tables; Advanced Presentation Features-Buttons, Actions, and Triggers; Chapter 13: Data Modeling for Inventory Analysis; Calculating Running Balances; The Concatenated Fact Table; Advanced Date Handling; Chapter 14: Developing a Data Load Script for Inventory Analysis; Review of the Business Requirements and the Data Sources…”
    Libro electrónico