Practical ASP.NET Web API, Badrinarayanan Lakshmiraghavan
Автор: Rene Rubalcava Название: Introducing ArcGIS API 4 for JavaScript ISBN: 148423281X ISBN-13(EAN): 9781484232811 Издательство: Springer Рейтинг: Цена: 4611.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Teaches you to use the ArcGIS API 4 for JavaScript to build custom web mapping applications. Learn to easily create interactive displays of geographic information that you can use to tell stories and answer questions. Version 4 of the ArcGIS API for JavaScript introduces new patterns and fundamental concepts, including 3D mapping capabilities.
You will learn the fundamentals of using the API in order to get the most out of it. Covering key concepts and how different components work together, you will also learn how to take advantage of the Widget framework built into the API to build your own reusable widgets for your own ArcGIS JSAPI applications.
Including a series of samples you can use to leverage the API for your own applications, use this book to take your existing knowledge of JavaScript to a new level, and add new features to your app libraries.
WHAT READERS WILL LEARN
Readers will have a basic understanding of how to create both 2D and 3D web mapping applications, with interactivity provided with popups and custom widgets. They will also learn how to leverage the ArcGIS platform in their applications and utilize custom visualizations.
AUDIENCE
This book is for developers who need to learn the ArcGIS JSAPI for work or school. The ArcGIS Platform relies heavily on the JavaScript API and a user may want to build custom applications or extend a configurable application. Readers should have some JavaScript experience but no GIS or mapping experience required.
Автор: West Название: Practical Web Design for Absolute Beginners ISBN: 1484219929 ISBN-13(EAN): 9781484219928 Издательство: Springer Рейтинг: Цена: 4890.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Learn the fundamentals of modern web design, rather than relying on CMS programs, such as WordPress or Joomla!. You will be introduced to the essentials of good design and how to optimize for search engines. You will discover how to register a domain name and migrate a website to a remote host. Because you will have built the web pages yourself, you will know exactly how HTML and CSS work. You have will complete control over your websites and their maintenance.Practical Website Design for Absolute Beginners centers around introducing small amounts of new code in short practical chapters and provides many website templates that can be easily adapted for your own websites. Each chapter builds on the templates created in the previous chapter. You are provided with a practical project to complete in most chapters, and taught to produce practical web pages right from the start. In the first chapter you will install and configure a free text editor, then you will produce the structure for your first web page. You will then gradually learn to create more sophisticated and increasingly practical web pages and websites. In this book you will be encouraged by means of a series of achievable goals, and you will be rewarded by the knowledge that you are learning something valuable and really worthwhile. You will not have to plow through daunting chapters of disembodied code theory because the code is described and explained in context within each project. Because each project is fully illustrated, you will see clearly what you are expected to achieve as you create each web page.What You'll Learn Provides instructions for installing a text editor for producing HTML and CSS Shows you step-by-step how to build and test web pages and websitesTeaches you how to ensure that your websites are attractive and useful Describes how to make the most effective use of color and imagesTeaches you the essential features of search engine optimizationShows you how to migrate your website to a remote host
Who This Book Is For
Practical Website Design for Absolute Beginners is for people who want to begin designing their own websites. It uses a highly motivational, easily assimilated step-by-step approach where you will start learning practical skills from the very first chapter. The book is an excellent choice for people who have computer skills but would also like to learn HTML and CSS. For readers who have little or no knowledge of HTML and CSS, the book will teach enough to complete all the projects in the book.
Автор: Vogel Peter Название: ASP.NET Web API Recipes: a Problem-solution Approach ISBN: 1430259809 ISBN-13(EAN): 9781430259800 Издательство: Springer Рейтинг: Цена: 6986.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: ASP.NET Web API 2 Recipes provides you with the code to solve a full range of Web API problems and question marks that you might face when developing line-of-business applications.
Автор: Ugurlu Ali Название: Pro ASP.NET Web API: Http Web Services in ASP.NET ISBN: 1430247258 ISBN-13(EAN): 9781430247258 Издательство: Springer Рейтинг: Цена: 7685.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Pro ASP.NET Web API shows you how to build flexible, extensible web services that run seamlessly on a range of operating systems and devices, from desktops to tablets to smart phones-even the ones we don`t know today. ASP.NET Web API is a new framework designed to simplify web service architecture.
Автор: Azat Mardan Название: Express.js Deep API Reference ISBN: 1484207823 ISBN-13(EAN): 9781484207826 Издательство: Springer Рейтинг: Цена: 3492.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Express.js Deep API Reference is your short, concise guide to Express.js APIs.
Автор: Chris Conlan Название: The Blender Python API ISBN: 1484228014 ISBN-13(EAN): 9781484228012 Издательство: Springer Рейтинг: Цена: 5309.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Blender is a popular open source 3D modeling software. Using the Python API is difficult due to its complex object hierarchy and vast documentation. This book clearly explains the interface, familiarizing data structures and low-level concepts in both modeling and rendering with special attention given to optimizing procedurally generated models.
Автор: Gries Paul Название: Practical Programming ISBN: 1937785459 ISBN-13(EAN): 9781937785451 Издательство: Wiley Рейтинг: Цена: 4831.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book is for anyone who wants to understand computer programming. You`ll learn to program in a language that` s used in millions of smartphones, tablets, and PCs. You`ll code along with the book, writing programs to solve real-world problems as you learn the fundamentals of programming using Python 3.
Автор: Pereira Название: Building APIs with Node.js ISBN: 1484224418 ISBN-13(EAN): 9781484224410 Издательство: Springer Рейтинг: Цена: 2794.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
This quick guide teaches you how to build scalable APIs using the Node.js platform and ES6 (EcmaScript 2015).Developing systems for the wide range of devices available in the modern world requires the construction of APIs designed to work only with data in a centralized manner, allowing client-side applications to be developed separately and have a unique interface for the final user. Node.js has proven itself to be an excellent platform for building REST APIs because of its single-thread architecture. It has a low learning curve and can be understood by anyone who has a basic understanding of the JavaScript language. Use Building APIs with Node.js today to understand how Node.js APIs work, and how you can build your own.
What You Will Learn
How to build scalable APIs using the Node.js platformHow to use ES6, Express, Passport, ApiDoc, Mocha, Helmet and moreHow to integrate an SQL database through Sequelize.js and build a single page application using Vanilla.js
Who This Book Is For
Ideal for developers who have a basic understanding of JavaScript and Node.js.
Автор: Alex Homer Название: Pro ASP.NET Web Forms Techniques ISBN: 1590593170 ISBN-13(EAN): 9781590593172 Издательство: Springer Рейтинг: Цена: 7126.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: ASP.NET MAKES IT EASY to create intemctive and intuitive interfaces for Web applica- tions, and attmctive and exciting Web pages. The server-based postback architecture, combined with the comprehensive army of server controls that are provided as part of the .NET Framework, allow developers to quickly build browser-based interfaces for Web sites and Web applications-using much the same event -driven approach as in "tmdi- tional" executable programs developed in languages like VISual Basic, Delphi, and C++. This is a completely new and different way of working from previous versions of ASP, and the underlying principles and workings of server-based events, which occur in response to actions made by the user in the page, can prove to be difficult to gmsp in their entirety. However, constructing ASP.NET pages, especially with some of the tools that are available or under development now, is very much easier and often less error-prone than in classic ASP. Besides, a completely server-based approach to user interaction does have its downsides. In high-latency scenarios, or over slow network connections, the need to hit the server every time the page content needs to be modified can intrude on the workings of an application or reduce the perceived responsiveness of a Web site.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru