Browse Results

Showing 16,476 through 16,500 of 58,370 results

Developing Inclusive Mobile Apps: Building Accessible Apps for iOS and Android

by Rob Whitaker

By failing to consider those with needs different to ourselves, we are telling these people they are not welcome in our app, and therefore that technology as a whole, is not for them. This is not hyperbole—23% of people in the US with a registered disability aren't online at all, that's three times more likely than the general population. When asked why they're not online, disabled respondents say their disability prevents them or that using the internet is too hard. To help your apps combat the issue of digital exclusion, this book covers considerations and tools mobile developers, or anyone creating mobile experiences, can use to make mobile work better for those with disabilities—mental or physical—and how to create a better experience for everyone. Software is not made up of cold, unthinking algorithms. Software is a craft in the truest sense of the word, and one of the greatest tools you can have as a craftsperson is empathy for the people who will be using your app. Each one of whom is an individual with different abilities, experiences, knowledge, and circumstances.What You'll LearnCreate mobile experiences that work for as many people as possibleIncorporate a worldview of accessibility and customer service into your design Work with accessibility tools and techniques commonly available for developersWho This Book Is ForMobile developers working solo or as part of a team. UX designers, quality engineers, product owners, and anybody working in mobile.

Developing Informed Intuition for Decision-Making (Data Analytics Applications)

by Jay Liebowitz

This book examines how to develop the main traits that are necessary to become an “informed intuitant”. Case studies and examples of successful “informed intuitants” are a major component of the book. “Intuitant” is someone who has the intuitive awareness to be successful. “Informed intuitant” indicates that the individual/decision maker not only applies his/her intuition but also verifies it through using data-driven approaches (such as data analytics). Some of this work resulted from research examining how well do executives trust their intuition.

Developing iOS Applications with Flex 4.5: Building iOS Applications with ActionScript

by Rich Tretola

Ready to put your ActionScript 3 skills to work on iPhone and iPad apps? This hands-on book walks you through the process of creating an Adobe AIR application for iOS devices from start to finish, using the Flex 4.5 framework. Move quickly from a basic Hello World application to complex interactions with iOS APIs, and get complete code examples for working with device components--including the accelerometer, GPS, camera, gallery, and multitouch display. This is an ideal resource for Flex developers of all levels. Use Flash Builder 4.5 to create and debug a Flex Mobile project Choose a layout option to determine which files Flash Builder autogenerates Explore APIs that enable your app to interact with the camera, accelerometer, and GPS Read and write text files, and create and write to an SQLite database Interact with the browser, place calls, and create emails and text messages Load content into your app with StageWebView Design for iOS with specific UI elements while maintaining one code version for all mobile devices Publish your app to an Apple iOS installer file with Flash Builder

Developing IoT Projects with ESP32: Automate your home or business with inexpensive Wi-Fi devices

by Vedat Ozan Oner

Master the technique of using ESP32 as an edge device in any IoT application where wireless communication can make life easierKey FeaturesGain practical experience in working with ESP32Learn to interface various electronic devices such as sensors, integrated circuits (ICs), and displaysApply your knowledge to build real-world automation projectsBook DescriptionDeveloping IoT Projects with ESP32 provides end-to-end coverage of secure data communication techniques from sensors to cloud platforms that will help you to develop production-grade IoT solutions by using the ESP32 SoC. You'll learn how to employ ESP32 in your IoT projects by interfacing with different sensors and actuators using different types of serial protocols.This book will show you how some projects require immediate output for end-users, and cover different display technologies as well as examples of driving different types of displays. The book features a dedicated chapter on cybersecurity packed with hands-on examples. As you progress, you'll get to grips with BLE technologies and BLE mesh networking and work on a complete smart home project where all nodes communicate over a BLE mesh. Later chapters will show you how IoT requires cloud connectivity most of the time and remote access to smart devices. You'll also see how cloud platforms and third-party integrations enable endless possibilities for your end-users, such as insights with big data analytics and predictive maintenance to minimize costs.By the end of this book, you'll have developed the skills you need to start using ESP32 in your next wireless IoT project and meet the project's requirements by building effective, efficient, and secure solutions.What you will learnExplore advanced use cases like UART communication, sound and camera features, low-energy scenarios, and scheduling with an RTOSAdd different types of displays in your projects where immediate output to users is requiredConnect to Wi-Fi and Bluetooth for local network communicationConnect cloud platforms through different IoT messaging protocolsIntegrate ESP32 with third-party services such as voice assistants and IFTTTDiscover best practices for implementing IoT security features in a production-grade solutionWho this book is forIf you are an embedded software developer, an IoT software architect or developer, a technologist, or anyone who wants to learn how to use ESP32 and its applications, this book is for you. A basic understanding of embedded systems, programming, networking, and cloud computing concepts is necessary to get started with the book.

Developing Java Applications with Spring and Spring Boot: Practical Spring and Spring Boot solutions for building effective applications

by Claudio Eduardo Oliveira Greg L. Turnquist Alex Antonov

An end-to-end software development guide for the Java eco-system using the most advanced frameworks: Spring and Spring Boot. Learn the complete workflow by building projects and solving problems. About This Book • Learn reactive programming by implementing a reactive application with Spring WebFlux • Create a robust and scalable messaging application with Spring messaging support • Get up-to-date with the defining characteristics of Spring Boot 2.0 in Spring Framework 5 • Learn about developer tools, AMQP messaging, WebSockets, security, MongoDB data access, REST, and more • This collection of effective recipes serves as guidelines for Spring Boot application development Who This Book Is For Java developers wanting to build production-grade applications using the newest popular Spring tools for a rich end-to-end application development experience. What You Will Learn • Get to know the Spring Boot and understand how it makes creating robust applications extremely simple • Understand how Spring Data helps us add persistence in MongoDB and SQL databases • Implement a websocket to add interactive behaviors in your applications • Create powerful, production-grade applications and services with minimal fuss • Use custom metrics to track the number of messages published and consumed • Build anything from lightweight unit tests to fully running embedded web container integration tests • Learn effective testing techniques by integrating Cucumber and Spock • Use Hashicorp Consul and Netflix Eureka for dynamic Service Discovery In Detail Spring Framework has become the most popular framework for Java development. It not only simplifies software development but also improves developer productivity. This book covers effective ways to develop robust applications in Java using Spring. The course is up made of three modules, each one having a take-away relating to building end-to-end java applications. The first module takes the approach of learning Spring frameworks by building applications.You will learn to build APIs and integrate them with popular fraemworks suh as AngularJS, Spring WebFlux, and Spring Data. You will also learn to build microservices using Spring's support for Kotlin. You will learn about the Reactive paradigm in the Spring architecture using Project Reactor. In the second module, after getting hands-on with Spring, you will learn about the most popular tool in the Spring ecosystem-Spring Boot. You will learn to build applications with Spring Boot, bundle them, and deploy them on the cloud. After learning to build applications with Spring Boot, you will be able to use various tests that are an important part of application development. We also cover the important developer tools such as AMQP messaging, websockets, security, and more. This will give you a good functional understanding of scalable development in the Spring ecosystem with Spring Boot. In the third and final module, you will tackle the most important challenges in Java application development with Spring Boot using practical recipes. Including recipes for testing, deployment, monitoring, and securing your applications. This module will also address the functional and technical requirements for building enterprise applications. By the end of the course you will be comfortable with using Spring and Spring Boot to develop Java applications and will have mastered the intricacies of production-grade applications. Style and approach A simple step-by-step guide with practical examples to help you develop and deploy Spring and Spring Boot applications in the real-world.

Developing Java Beans

by Robert Englander

Developing Java Beans is a complete introduction to Java's component architecture. It describes how to write Beans, which are software components that can be used in visual programming environments. This book discusses event adapters, serialization, introspection, property editors, and customizers, and shows how to use Beans within ActiveX controls.

Developing Large Web Applications: Producing Code That Can Grow and Thrive

by Kyle Loudon

How do you create a mission-critical site that provides exceptional performance while remaining flexible, adaptable, and reliable 24/7? Written by the manager of a UI group at Yahoo!, Developing Large Web Applications offers practical steps for building rock-solid applications that remain effective even as you add features, functions, and users. You'll learn how to develop large web applications with the extreme precision required for other types of software. Avoid common coding and maintenance headaches as small websites add more pages, more code, and more programmers Get comprehensive solutions for refining HTML, CSS, JavaScript, PHP, and Ajax for large-scale web applications Make changes in one place that ripple through all affected page elements Embrace the virtues of modularity, encapsulation, abstraction, and loosely coupled components Use tried-and-true techniques for managing data exchange, including working with forms and cookies Learn often-overlooked best practices in code management and software engineering Prepare your code to make performance enhancements and testing easier

Developing Medical Apps and mHealth Interventions: A Guide for Researchers, Physicians and Informaticians (Health Informatics)

by Alan Davies Julia Mueller

This book provides a practically applicable guide to designing evidence-based medical apps and mHealth interventions. It features detailed guidance and case studies where applicable on the best practices and available techniques from both technological (platform technologies, toolkits, sensors) and research perspectives. This approach enables the reader to develop a deep understanding of how to collect the appropriate data and work with users to build a user friendly app for their target audience. Information on how researchers and designers can communicate their intentions with a variety of stakeholders including medical practitioners, developers and researchers to ensure the best possible decisions are made during the development process to produce an app of optimal quality that also considers usability. Developing Medical Apps and mHealth Interventions comprehensively covers the development of medical and health apps for researchers, informaticians and physicians, and is a valuable resource for the experienced professional and trainee seeking a text on how to develop user friendly medical apps.

Developing Microservices with Node.js

by David Gonzalez

Node.js developer with basic server-side development knowledge - but no knowledge of implementing microservices in Node.js applications. Also useful for developers in other languages like Java or C#.

Developing Microsoft® ASP.NET Server Controls and Components

by Nikhil Kothari Vandana Datye

Web Forms--the Page and Control Framework at the heart of ASP.NET--makes it easier to develop dynamic Web applications. But you can go beyond the controls that ship with ASP.NET--and power up your Web sites and applications--by creating your own server controls. You can also develop and distribute your own controls for commercial use. This comprehensive guide, direct from key insiders who really know the technology, combines conceptual and architectural details with practical, how-to information and real-world code samples to show exactly how to create custom, reusable, professional-quality server controls with rich design-time functionality. It also provides essential information about configuration and the HTTP runtime, packaging, deployment, debugging, and developing controls that incorporate XML Web services, plus other vital topics. And it introduces the ASP.NET Web Matrix tool for creating Web applications and for using server controls. Topics covered include: OVERVIEW ASP.NET page programming Component programming SERVER CONTROLS User controls Implementing properties View state management Rendering Control life cycle Events and Postback Styles Composite, validator, and data-bound controls Client-side behavior Design-time functionality Localization, licensing, and deployment SERVER COMPONENTS XML Web services HTTP handlers SERVER CONTROL CASE STUDIES Templated data-bound controls DHTML-based server controls "[This book] is a must-have for all serious ASP.NET component developers." -Scott Guthrie, Product Unit Manager, Microsoft ASP.NET Product Team

Developing Microsoft Dynamics GP Business Applications

by Leslie Vail

Written in a hands-on and friendly manner, Developing Microsoft Dynamics GP Business Applications takes a practical approach to teaching you how to develop and customize ERP applications. If you are a Microsoft Dynamics GP developer, consultant, or power user who wants to create and customize applications, then this book is for you. A working knowledge of Microsoft Dynamics GP is required. A basic understanding of business management systems and reporting applications, such as Microsoft Excel and SQL Reporting Services, is highly recommended.

Developing Microsoft® Media Foundation Applications

by Anton Polinger

Create professional-quality media applications and components with Microsoft Media Foundation--and deliver the next generation of high-definition multimedia. With this hands-on book, you'll learn how to build applications to capture video and audio files of different types, process media information, and stream it over the Internet. If you program with C++ and the Component Object Model (COM), this book is ideal--especially for developers looking to transfer their skills from Microsoft DirectShow®. Discover how to: Construct media pipelines with individual Media Foundation components Build a simple video player to see how a basic media session works Create applications that transcode media content from one format to another Process data streams by writing Media Foundation Transform objects Examine the internal architecture of Media Foundation Sources and Sinks Design a custom media session object to learn advanced Media Foundation concepts Create image overlays on top of video and send the result over the network

Developing Microsoft® SharePoint® Applications Using Windows Azure™

by Steve Fox

Your expert guide to building Microsoft® SharePoint® applications in the cloud Deliver custom, cloud-based business solutions using SharePoint 2010 and Windows AzureTM together. By applying hands-on techniques from Microsoft cloud development expert Steve Fox, you'll learn how to increase the reach, resource capability, and reusability of your apps. Get the practical code exercises and solid advice you need--whether you're planning to build complete data-driven applications or hybrid solutions with simple Web parts. Discover how to: Deliver data from Windows Azure Marketplace DataMarket into SharePoint and Microsoft Office applications Use Microsoft Business Connectivity Services to connect to SQL AzureTM data Create advanced web parts to surface SQL Azure data in BingTM Maps, using the SharePoint client object model Manage files in Windows Azure using BLOB storage Deploy Windows Communication Foundation (WCF) services to Windows Azure Build business intelligence solutions, using SQL Azure, Microsoft SQL Server® Reporting Services (SSRS) Get code samples on the web Ready to download at http://go.microsoft.com/FWLink/?Linkid=0 00000. For system requirements, see the Introduction.

Developing Middleware in Java EE 8: Build robust middleware solutions using the latest technologies and trends

by Abdalla Mahmoud

Use Java features such as JAX-RS, EJBs, and JPAs to build powerful middleware for newer architectures such as the cloudKey Features Explore EJBs to build middleware solutions for enterprise and distributed applicationsUnderstand middleware designs such as event-based and message-driven web services Learn to design and maintain large-scale systems and vendor disputesBook DescriptionMiddleware is the infrastructure in software based applications that enables businesses to solve problems, operate more efficiently, and make money. As the use of middleware extends beyond a single application, the importance of having it written by experts increases substantially. This book will help you become an expert in developing middleware for a variety of applications. The book starts off by exploring the latest Java EE 8 APIs with newer features and managing dependencies with CDI 2.0. You will learn to implement object-to-relational mapping using JPA 2.1 and validate data using bean validation. You will also work with different types of EJB to develop business logic, and with design RESTful APIs by utilizing different HTTP methods and activating JAX-RS features in enterprise applications. You will learn to secure your middleware with Java Security 1.0 and implement various authentication techniques, such as OAuth authentication. In the concluding chapters, you will use various test technologies, such as JUnit and Mockito, to test applications, and Docker to deploy your enterprise applications. By the end of the book, you will be proficient in developing robust, effective, and distributed middleware for your business.What you will learn Implement the latest Java EE 8 APIs and manage dependencies with CDI 2.0 Perform CRUD operations and access databases with JPA 2.1 Use bean validation API 2.0 to validate data Develop business logic with EJB 3.2 Incorporate the REST architecture and RESTful API design patterns Perform serialization and deserialization on JSON documents using JSON-B Utilize JMS for messaging and queuing models and securing applications Test applications using JUnit and Mockito and deploy them using DockerWho this book is forEnterprise architects, designers, developers, and programmers who are interested in learning how to build robust middleware solutions for enterprise software will find this book useful. Prior knowledge of Java EE is essential

Developing Mobile Games with Moai SDK

by Francisco Tufro

A normal step-by-step tutorial with two sample games built in, to teach Moai SDK from scratch.This book is for anyone who wants to build games, especially if they want to quickly iterate using a scripting language like Lua, and they're targeting more than one platform. All of this without having to spend your salary on licenses. Moai SDK is aimed to professionals, but it has a great community that will help you learn and be a part of it.

Developing Mobile Web ArcGIS Applications

by Matthew Sheehan

This guide is invaluable to those just starting out with GIS development but will also benefit GIS professionals wishing to expand their development skills to include mobile apps.

Developing Modern Database Applications with PostgreSQL: Use the highly available and object-relational PostgreSQL to build scalable and reliable apps

by Dr. Quan Le

This book is for database developers, database administrators, data architects, or anyone who wants to build end-to-end database projects using Postgres. This book will also appeal to software engineers, IT technicians, computer science researchers, and university students who are interested in database development and administration. Some familiarity with PostgreSQL and Linux is required to grasp the concepts covered in the book effectively.

Developing Multi-Database Mining Applications

by Witold Pedrycz Pralhad Ramachandrarao Animesh Adhikari

Multi-database mining has been recognized recently as an important and strategically essential area of research in data mining. In this book, we discuss various issues regarding the systematic and efficient development of multi-database mining applications. It explains how systematically one could prepare data warehouses at different branches. As appropriate multi-database mining technique is essential to develop better applications. Also, the efficiency of a multi-database mining application could be improved by processing more patterns in the application. A faster algorithm could also play an important role in developing a better application. Thus the efficiency of a multi-database mining application could be enhanced by choosing an appropriate multi-database mining model, an appropriate pattern synthesizing technique, a better pattern representation technique, and an efficient algorithm for solving the problem. This book illustrates each of these issues either in the context of a specific problem, or in general.

Developing Multi-Platform Apps with Visual Studio Code: Get up and running with VS Code by building multi-platform, cloud-native, and microservices-based apps

by Ovais Mehboob Khan Khusro Habib Chris Dias

Redefine your software development experience by understanding the extensive features and rich functionalities offered by Visual Studio Code Key Features Leverage the power of the free, cross-platform, and highly customizable code editor to build modern web and cloud applications Edit, debug and deploy on Microsoft Azure with Visual Studio Code Learn how to customize features and install a wide variety of third-party extensions Book Description Microsoft Visual Studio Code is a powerful, lightweight code editor for modern web and cloud development. It is a source code editor that can be used with a variety of programming languages, which works on multiple platforms such as Linux, Windows, and macOS. This book provides extensive coverage of the tools, functionalities, and extensions available within the VS Code environment that will help you build multi-platform apps with ease. You'll start with the installation of VS Code and learn about various tools and features that are essential for development. Progressing through the chapters, you'll explore the user interface while understanding tips and tricks for increasing productivity. Next, you'll delve into VS Code extensions and discover how they can make life easier for developers. Later, the book shows you how to develop a sample application with different programming languages, tools, and runtimes to display how VS code can be used effectively for development, before helping you get to grips with source code version management and deployment on Azure with VS Code. Finally, you'll build on your skills by focusing on remote development with VS Code. By the end of this book, you'll have the knowledge you need to use Visual Studio Code as your primary tool for software development. What you will learn Explore various editing, formatting, and navigational features of VS Code Understand how to add, delete, and configure extensions in VS Code Develop web APIs using Node.js, Java, and Python in VS Code Develop background service in .NET Core and explore Dapr Delve into debugging techniques such as breakpoints, log points, and data inspection Use Git with Azure DevOps to share and synchronize code with VS Code Create custom extensions in VS Code to increase developer productivity Understand the concepts of remote development using VS Code Who this book is for This book is for software developers, web developers and polyglot programmers, who are working with any language or framework such as Python, Java, Node.js, or .NET and are looking to learn how they can create multi-platform, microservices based, cloud-native applications while effectively using Visual Studio Code for editing, debugging, version management and deployment. Basic software development skills are a must to grasp the concepts covered in this book.

Developing on AWS with C#

by Noah Gift James Charlesworth

Many organizations today have begun to modernize their Windows workloads to take full advantage of cloud economics. If you're a C# developer at one of these companies, you need options for rehosting, replatforming, and refactoring your existing .NET Framework applications. This practical book guides you through the process of converting your monolithic application to microservices on AWS.Authors Noah Gift, founder of Pragmatic AI Labs, and James Charlesworth, engineering manager at Pendo, take you through the depth and breadth of .NET tools on AWS. You'll examine modernization techniques and pathways for incorporating Linux and Windows containers and serverless architecture to build, maintain, and scale modern .NET apps on AWS. With this book, you'll learn how to make your applications more modern, resilient, and cost-effective.Get started building solutions with C# on AWSLearn DevOps best practices for AWSExplore the development tools and services that AWS providesSuccessfully migrate a legacy .NET application to AWSDevelop serverless .NET microservices on AWSContainerize your .NET applications and move into the cloudMonitor and test your AWS .NET applicationsBuild cloud native solutions that combine the best of the .NET platform and AWS

Developing Online Language Teaching

by Regine Hampel

When moving towards teaching online, teachers are confronted every day with issues such as online moderation, establishing social presence online, transitioning learners to online environments, giving feedback online. This book supports language teaching professionals and researchers who are keen to engage in online teaching and learning.

Developing Performance Support for Computer Systems: A Strategy for Maximizing Usability and Learnability

by James R. Williams

Developing Performance Support for Computer Systems: A Strategy for Maximizing Usability and Learnability provides detailed planning, design, and development guidance for generating performance support for new or upgraded computer systems. Performance support includes documentation, online help, coaches and wizards, training, and other materials necessary to enable users to perform their jobs more efficiently and effectively.This volume offers a strategy for maximizing ease-of-use and ease-of-learning through an integrated performance support systems approach. The text provides how-to guidance throughout that developers can apply directly to the design of their performance support tools and products. Rather than cover a few specific topic areas, it examines the entire spectrum of performance support. The book explains how to match performance support methods to task requirements, gives an overview of important user characteristics, and provides general guidance for presentation, layout, formatting, media selection, the use of color and icons, and accessibility. Evaluation checklists are included in the appendices and are also available online.Although this book primarily addresses the development of performance support for large software systems, the principles and approaches are valuable for any systems development environment.

Developing Personal Oracle 7 for Windows 95 Applications

by David Lockman

Here's a complete guide to developing with oracle 7 under Windows 95.

Developing Responsive Web Applications with AJAX and jQuery

by Sandeep Kumar Patel

This book is a standard tutorial for web application developers presented in a comprehensive, step-by-step manner to explain the nuances involved. It has an abundance of code and examples supporting explanations of each feature. This book is intended for Java developers wanting to create rich and responsive applications using AJAX. Basic experience of using jQuery is assumed.

Developing RESTful Services with JAX-RS 2.0, WebSockets, and JSON

by Bhakti Mehta Masoud Kalali

Written as an easy and practical guide, this book is a crash course on using JAX-RS 2.0, JSON, and WebSockets to develop RESTful services.Getting Started with Developing RESTful Web Services using JAX-RS 2.0, JSON, and WebSockets is a perfect reading source for application developers who are familiar with Java EE and are keen to understand the new HTML5-related functionality introduced in Java EE 7 to improve productivity. To take full advantage of this book, you need to be familiar with Java EE and have some basic understanding of using the GlassFish application server.

Refine Search

Showing 16,476 through 16,500 of 58,370 results