Browse Results

Showing 1,776 through 1,800 of 55,784 results

Visual Studio Hacks

by James Avery

With start-up templates for projects ranging from Windows applications to web services, and extensive help and on-line documentation, Visual Studio .NET might be mistaken for a tool for unsophisticated users. It's true that most developers soon discover that the basic operation of Visual Studio is fairly self-explanatory; less obvious are some of the suite's more advanced built-in features. Visual Studio .Net includes a wealth of little-used capabilities, is very customizable, has a complete automation model, and much more. On top of its regular feature set, there are hosts of free add-ins, macros, and power toys that can further enhance the functionality of Visual Studio. This book is all about exploring these things, and in doing so, becoming a better and more efficient developer. Developers will learn how to: Get the most out of projects and solutions, including getting down and dirty with the undocumented format of project and solution files Use these editor features to the fullest, and add additional functionality to the editor through the use of third-party add-ins Learn smarter ways to navigate the application and your own source code Customize shortcut keys, toolbars, menus, the toolbox, and much more Use the debugger successfully not only on your source code, but with T-SQL and scripting languages as well Automatically generate code Learn how the server can be used to interface with databases, services, and performance counters, as well as WMI Use and create Visual Studio add-ins to extend its functionality Offering valuable tips, tools, and tricks, Visual Studio Hacks takes you far beyond the suite's usual capabilities. You can read this book from cover to cover or, because each hack stands its own, you can feel free to browse and jump to the different sections that interest you most. If there's a prerequisite you need to know about, a cross-reference will guide you to the right hack. If you want to experience the full spectrum of Visual Studio's functionality and flexibility, you'll find the perfect guide for exploration in Visual Studio Hacks . Once the final page is turned, you can confidently say that you've been exposed to everything that Visual Studio .NET is capable of doing.

Visual Studio Extensibility Development: Extending Visual Studio IDE for Productivity, Quality, Tooling, and Analysis

by Rishabh Verma

Learn the extensibility model of Visual Studio to enhance the Visual Studio integrated development environment (IDE). This book will cover every aspect, starting from developing an extension to publishing it and making it available to the end user. The book begins with an introduction to the basic concepts of Visual Studio including data structures and design patterns and moves forward with the fundamentals of the VS extensibility model. Here you will learn how to work on Roslyn - the .NET compiler platform - and load extensions in VS. Next, you will go through the extensibility model and see how various extensions, such as menus, commands, and tool windows, can be plugged into VS. Moving forward, you’ll cover developing VS extensions and configuring them, along with demonstrations on customizing extension by developing option pages. Further, you will learn to create custom code snippets and use a debugger visualizer. Next, you will go through creation of project and item templates including deployment of VS extensions using continuous integration (CI). Finally, you will learn tips and tricks for Visual Studio and its extensibility and integration with Azure DevOps. After reading Visual Studio Extensibility Development you will be able to develop, deploy, and customize extensions in Visual Studio IDE. What You Will Learn Discover the Visual Studio extensibility and automation model Code Visual Studio extensions from scratchCustomize extensions by developing a tools option page for themCreate project templates, item templates, and code snippets. Work with code generation using T4 templatesCode analysis and refactoring using Roslyn analyzersCreate and deploy a private extension gallery and upload the extensions Upload a VS extension using CIShip your extension to Visual Studio MarketplaceWho This Book Is ForDevelopers in Visual Studio IDE covering C#, Visual Basic (VB), JavaScript, and CSS.

Visual Studio Extensibility Development: Extending Visual Studio IDE for Productivity, Quality, Tooling, Analysis, and Artificial Intelligence

by Rishabh Verma

Master Visual Studio extensibility for an enhanced Visual Studio IDE experience. This book is a comprehensive guide that covers every facet of developing, debugging, and publishing extensions that amplify your productivity, tooling, and analysis within the Visual Studio IDE. This new edition is updated for Visual Studio 2022, which is the latest and greatest version of Visual Studio. Since the last edition, Artificial Intelligence (AI) has taken the world by the storm. This revised edition demonstrates how AI can take your extensions to unparalleled heights using ChatGPT. The book begins with an introduction to the essential concepts of Visual Studio, including data structures and design patterns before diving into the fundamentals of the Visual Studio extensibility model. Here you will learn the anatomy of a VSIX and how extensions are discovered and loaded in Visual Studio. Next, you will explore the extensibility model and see how various extensions, such as menus, commands, and tool windows can be plugged into Visual Studio. Moving forward, you’ll cover developing VS extensions and how they can be made configurable by customizing the UI and options page, and you’ll learn to develop a VS extension that leverages ChatGPT. Next, you will see how to extend the most often used component of Visual Studio, the code editor, before creating your own sample code snippets and templates. This is followed by a demonstration of how to deploy extensions using continuous integration (CI). Finally, you will learn tips and tricks for Visual Studio and its extensibility, along with a few highly valuable extensions. After reading Visual Studio Extensibility Development, you will be able to develop, debug, customize, and deploy extensions in Visual Studio IDE. What You Will Learn Master the art of personalizing extensions through the creation of dedicated tools option pagesExtend commands, editor, and tool window of Visual StudioSeamlessly integrate artificial intelligence in Visual Studio extensionsCreate project templates, item templates, and code snippets to streamline your development processEnhance IntelliSense for your custom project needsPublish your extension in the Visual Studio marketplace Who This Book Is For Developers, Programmers, Engineers, Architects, Instructors, Innovators, Students and Technology enthusiasts leveraging Visual Studio IDE.

Visual Studio Code for Python Programmers

by April Speight

Become proficient and efficient with Visual Studio Code and learn how to integrate all your external tools! Visual Studio Code for Python Programmers helps Python developers become not just familiar, but productive in Visual Studio Code. To start, you’ll find the steps for installing Visual Studio Code on Windows, Mac and Linux platforms, along with an introduction to the editing features of the workspace. Coverage of more advanced functionality includes managing source code, debugging, unit testing, and Jupyter Notebook support. The book finishes with a walk-through of real-world projects which utilize Visual Studio Code features introduced in the book. For developers, the choice of an editor is a very personal one. You have idiosyncratic needs and wants that are unique to you as a developer. This book will help you learn how to customize Visual Studio Code to meet your needs and Python development workflow. Introduces you to the features of the Visual Studio Code workspace and how those features can be customized Demonstrates how Visual Studio Code allows you to choose your structure according to your needs Covers editing code in Python, including syntax highlighting, code completion, object definition, refactoring, and code navigation Describes Git integration and how to perform common Git functions (commits, checkouts, branches, and merges) from within Visual Studio Code Highlights debugging features for Python developers A final section on Real World Applications will step you through several examples (and features integration with Django, Flask, Jupyter Notebook, Docker, and Azure), so you can hit the ground running with Visual Studio Code.

Visual Studio Code Distilled: Evolved Code Editing for Windows, macOS, and Linux

by Alessandro Del Sole

Use Visual Studio Code to write and debug code quickly and efficiently on any platform, for any device, using any programming language, and on the operating system of your choice. Visual Studio Code is an open source and cross-platform development tool that focuses on code editing across a variety of development scenarios, including web, mobile, and cloud development. This second edition of Visual Studio Code Distilled has been updated and expanded with two new chapters on writing apps with Python and building apps for the cloud and deployment to Azure.The book teaches you how to be immediately productive with Visual Studio Code, from the basics to some of the more complex topics. You will learn how to work on individual code files, complete projects, and come away with an understanding of advanced code-editing features that will help you focus on productivity, and source code collaboration with Git.What You Will Learn Get started with practical guidance on Visual Studio Code, including expansive guidance on writing apps with C# and PythonComprehend Visual Studio Code in a way that is not just theory or a list of features, but an approach driven by developer tasks and needsUnderstand integrated support for team collaboration with Git for executing and debugging code, and the many ways you can extend and customize Visual Studio CodeDebug code on multiple platforms through real-world guidance, such as working under corporate networksExpand your coding intelligence from web to mobile to the cloudAcquire valuable tips, tricks, and suggestions from hard-earned, real-world experience to be more productiveWho This Book Is ForAll developers (including JavaScript, Java, NodeJS), not just those with a Microsoft background, who will benefit from learning and using VS code as a cross-platform and cross-language tool

Visual Studio Code Distilled: Evolved Code Editing for Windows, macOS, and Linux

by Alessandro Del Sole

Use Visual Studio Code to write and debug code quickly and efficiently on any platform, for any device, using any programming language, and on the operating system of your choice. Visual Studio Code is an open source and cross-platform development tool that focuses on code editing across a variety of development scenarios, including web, mobile, and cloud development. This third edition has been updated to match the latest releases of the environment. Additional updates relate to .NET 7 and explain how to consume AI services from code you write in Visual Studio Code. This new edition is also refreshed with the latest updates, such as enhanced merge editor, creating extensions, support for the Julia language, and much more.The book teaches you how to be immediately productive with Visual Studio Code, from the basics to some of the more complex topics. You will learn how to work on individual code files, complete projects, and come away with an understanding of advanced code-editing features that will help you focus on productivity, and source code collaboration with Git.What You Will Learn Get started with practical guidance on Visual Studio Code, including expansive guidance on writing apps with C# and PythonUnderstand how to edit individual files and how to work with folders by working on the latest workspace trust and multi-root workspacesDebug code on multiple platforms through real-world guidance, such as working under corporate networksPackage code into Docker containers and deploy these to AzureAcquire valuable tips, tricks, and suggestions from hard-earned, real-world experience to be more productiveWho This Book Is ForAll developers (including JavaScript, Java, NodeJS), not just those with a Microsoft background, who will benefit from learning and using VS code as a cross-platform and cross-language tool

Visual Studio Code Distilled: Evolved Code Editing for Windows, macOS, and Linux

by Alessandro Del Sole

Use Visual Studio Code to write and debug code quickly and efficiently on any platform, for any device, using any programming language, and on the operating system of your choice. Visual Studio Code is an open source and cross-platform development tool that focuses on code editing across a variety of development scenarios, including web, mobile, and cloud development. Visual Studio Code Distilled teaches you how to be immediately productive with Visual Studio Code, from the basics to some of the more complex topics. You will learn how to work on individual code files, complete projects, and come away with an understanding of advanced code-editing features that will help you focus on productivity, and source code collaboration with Git.What You'll Learn Comprehend Visual Studio Code in a way that is not just theory or a list of features, but an approach driven by developer tasks and needsUnderstand integrated support for team collaboration with Git for executing and debugging code, and the many ways you can extend and customize VS CodeDebug code on multiple platforms though real-world guidance, such as working under corporate networksExpand your coding intelligence from web to mobile to the cloud, and even artificial intelligenceAcquire valuable tips, tricks, and suggestions from hard-earned, real-world experience to be more productiveWho This Book Is ForAll developers (including JavaScript, Java, NodeJS), not just those with a Microsoft background, who will benefit from learning and using VS code as a cross-platform and cross-language tool.

Visual Studio Code: End-to-End Editing and Debugging Tools for Web Developers

by Bruce Johnson

Expert guidance on using Visual Studio Code for editing and debugging your web development projects Visual Studio Code, a free, open source, cross-compatible source code editor, is one of the most popular choices for web developers. It is fast, lightweight, customizable, and contains built-in support for JavaScript, Typescript, and Node.js extensions for other languages, including C++, Python, and PHP. Features such as debugging capability, embedded Git control, syntax highlighting, code snippets, and IntelliSense intelligent code completion support—several of which set it apart from the competition—help make Visual Studio Code an impressive, out-of-the-box solution. Visual Studio Code: End-to-End Editing and Debugging Tools for Web Developers helps readers to become familiar with and productive in Visual Studio Code. This up-to-date guide covers all of the essential components of the software, including the editing features of the workspace, advanced functionality such as code refactoring and key binding, and integration with Grunt, Gulp, NPM, and other external tools. New users, experienced developers, and those considering moving from another developer tool will benefit from this book’s detailed, yet easy-to-follow information on Visual Studio Code. This book: Teaches readers how to use Visual Studio Code to do full-stack development Explains the steps to install Visual Studio Code on Windows, Mac and Linux platforms Provides a foundation for non-users considering moving to Visual Studio Code Helps current users expand their knowledge of the tool and its available extensions Describes how to open a .NET Core project and get end-to-end execution and debugging functionality Visual Studio Code: End-to-End Editing and Debugging Tools for Web Developers is an invaluable guide for both professional and hobbyist web developers seeking immediately-useful information on Visual Studio Code.

Visual Studio 2019 Tricks and Techniques: A developer's guide to writing better code and maximizing productivity

by Paul Schroeder Aaron Cure Ed Price

Harness the full power of the Visual Studio IDE to take your coding skills to the next level by learning about IDE productivity practices and exclusive techniquesKey FeaturesIncrease your productivity by leveraging Visual Studio 2019's improvements and featuresExplore powerful editing, code intelligence, and source code control features to increase productivityDelve into VS's powerful, untapped features such as custom project templates and extensionsBook DescriptionVisual Studio 2019 (VS 2019) and Visual Studio Code (VS Code) are powerful professional development tools that help you to develop applications for any platform with ease. Whether you want to create web, mobile, or desktop applications, Microsoft Visual Studio is your one-stop solution. This book demonstrates some of the most sophisticated capabilities of the tooling and shows you how to use the integrated development environment (IDE) more efficiently to be more productive. You'll begin by gradually building on concepts, starting with the basics. The introductory chapters cover shortcuts, snippets, and numerous optimization tricks, along with debugging techniques, source control integration, and other important IDE features that will help you make your time more productive. With that groundwork in place, more advanced concepts such as the inner workings of project and item templates are covered. You will also learn how to write quality, secure code more efficiently as well as discover how certain Visual Studio features work 'under the hood'. By the end of this Visual Studio book, you'll have learned how to write more secure code faster than ever using your knowledge of the extensions and processes that make developing successful solutions more enjoyable and repeatable.What you will learnUnderstand the similarities and differences between VS 2019 and VS CodeGet to grips with numerous keyboard shortcuts to improve efficiencyDiscover IDE tips and tricks that make it easier to write codeExperiment with code snippets that make it easier to write repeating code patternsFind out how to customize project and item templates with the help of hands-on exercisesUse Visual Studio extensions for ease and improved productivityDelve into Visual Studio's behind the scene operationsWho this book is forThis book is for C# and .NET developers who want to become more efficient and take advantage of features they may not be aware of in the IDE. Those looking to increase their productivity and write quality code more quickly by fully utilizing the power of the Visual Studio IDE will also find this book useful.

Visual Studio 2015 Cookbook - Second Edition

by Jeff Martin

Over 50 new and improved recipes to put Visual Studio 2015 to work in your crucial development projects About This Book * Get to grips with all the new Visual Studio 2015 features regardless of your preferred programming language * Apply Visual Studio to all areas of development: writing, debugging, and application lifecycle maintenance * Straightforward and hands-on advice for building both Windows and Android apps Who This Book Is For If you are a developer excited about the new features introduced in Visual Studio 2015, then no matter what your programming language of choice is, Visual Studio 2015 Cookbook is for you. You should have a good knowledge of working with previous versions of Visual Studio to benefit from the recipes in this book. What You Will Learn * Customize the editor's new abilities to fit your development style * Create apps for Windows * Use Visual Studio to debug parallel and concurrent programs * Integrate .NET Framework 4.6 effectively * Put TypeScript to work in your web applications * Develop modern C++11 with Visual Studio 2015 * Protect and manage your source code with Team Foundation Server In Detail Visual Studio 2015 is the premier tool for developers targeting the Microsoft platform. Learning how to effectively use this technology can enhance your productivity while simplifying your most common tasks, allowing you more time to focus on your project. Visual Studio 2015 is packed with improvements that increase productivity, and this book walks you through each one in succession to help you smooth your workflow and get more accomplished. From customization and the interface to code snippets and debugging, the Visual Studio upgrade expands your options -- and this book is your fast-track guide to getting on board quickly. Visual Studio 2015 Cookbook will introduce you to all the new areas of Visual Studio and how they can quickly be put to use to improve your everyday development tasks. With this book, you will learn not only what VS2015 offers, but what it takes to put it to work for your projects. Style and approach This book is a practical guide to using Visual Studio 2015 and will help you become familiar with the improvements made in previous versions. Each recipe provides a hands-on approach to the new features with step-by-step instructions on how to increase your productivity.

Visual Studio 2013 Cookbook

by Richard Banks Jeff Martin

This book is a practical guide to using Visual Studio 2013 that will help you become familiar with the improvements made over previous versions. Each recipe provides a hands-on approach to the new features with step-by-step instructions on how to increase your productivity. If you are a developer excited about the new features introduced in Visual Studio 2013, then no matter what your programming language of choice is, Visual Studio 2013 Cookbook is for you. You should have a good knowledge of working with previous versions of Visual Studio to enjoy the recipes in this book. This book provides practical examples to help you use Visual Studio 2013 more effectively.

Visual Studio 2013 and .NET 4.5 Expert Cookbook

by Abhishek Sur

If you are a Visual Studio 2013 or .NET developer who would like to sharpen your existing skill set and adapt to new .NET technologies, this is the book for you. A basic understanding of .NET and C# is required.

Visual Studio 2012 Cookbook

by Richard Banks

"Visual Studio 2012 Cookbook" is a concise and practical cookbook with recipes which get you up and running straight away with all the new functionality of Visual Studio 2012. If you are a developer excited about the new features introduced in Visual Studio 2012, then no matter what your programming language of choice is, "Visual Studio 2012 Cookbook" is for you. You should have a good knowledge of working with previous versions of Visual Studio to enjoy the recipes in this book.

Visual Studio 2012 and .NET 4.5 Expert Development Cookbook

by Abhishek Sur

This book is written in a cookbook-style format and provides practical, immediately usable task-based recipes that provide solutions to common development problems and help you adapt to the latest .NET technologies.This book is aimed at Visual Studio 2012 and .Net developers who want to gain advanced understanding and sharpen their existing skillsets and adapt to new .NET technologies. Basic understanding of .NET and C# is assumed. The purpose of this book is to give under the hood expertise in .NET and help you to face common problems on latest technologies.

Visual Studio 2010 Best Practices

by Peter Ritchie

It will be a step-by-step tutorial that will discuss best practices. The book is structured in such a way that it can be read both from start to end or can dipped into. .Net developers using Visual Studio for programming will find this book useful. If you are developing your application with C#, you will find better ways to do things with Visual Studio. You should know basics of development with .Net Framework and need working knowledge on VIsual Studio

Visual Studio® 2010 and .NET 4

by István Novák András Velvárt Adam Granicz György Balássy Attila Hajdrik Mitchel Sellers Gastón C. Hillar Ágnes Molnár Joydip Kanjilal

Complete coverage of all key . NET 4 and Visual Studio 2010 languages and technologies . NET 4 is Microsoft's latest version of their core programming platform, and Visual Studio 2010 is the toolset that helps write . NET 4 applications. This comprehensive resource offers one-stop shopping for all you need to know to get productive with . NET 4. Experienced author and . NET guru Mitchel Sellers reviews all the important new features of . NET 4, including . NET charting and ASP. NET charting, ASP. NET dynamic data and jQuery, and the addition of F# as a supported package language. The expansive coverage is divided into six distinctive parts for easy navigation, and addresses: Visual Studio 2010, . NET 4, ASP. NET, the C# language, the VB. NET language, and the new F# language. A practical approach and complete examples round out this much-needed reference. Focuses on the new and important features of the latest version Microsoft's core programming platform-. NET 4-as well as Visual Studio 2010, which allows you to write . NET 4 applications Provides comprehensive coverage divided into six parts: Visual Studio 2010, . NET 4, ASP. NET, the C# language, the VB. NET language, and the new F# language Discusses Visual Studio snippets and templates, . NET charting components, the . NET framework and WPF, LINQ, and the Entity framework Explores various aspects of Visual Basic 2010, such as multi-line lambdas, auto-implemented properties, nullable optional parameters, and more This investigative look at . NET 4 and Visual Studio 2010 will help you identify and isolate key elements that can benefit you immediately.

Visual Studio 2010 All-in-One For Dummies

by Andrew Moore

A comprehensive, easy-to-understand guide to Visual Studio 2010Visual Studio is Microsoft's comprehensive development environment that encompasses the .NET Framework, various programming languages, and ASP.NET. Programmers love it for developing applications for mobile devices and the Web.Because Visual Studio can be complex, the All-in-One For Dummies format makes it easy for beginners to grasp its different parts and get up to speed.Visual Studio is a development environment used with various programming languages to create a variety of applications, including those for the Web and mobile devicesThe updated Visual Studio 2010 features new emphasis on development for Windows 7, cloud computing, and enhanced Web and SilverlightVisual Studio 2010 All-in-One For Dummies shows how to build applications using the enhanced productivity features of Visual Studio 2010Minibooks cover a Visual Studio overview, getting started, building Windows 7 and cloud applications, data access, coding, and other IDE detailsIdeal for new programmers or Java programmers who want to become proficient with Visual StudioVisual Studio 2010 All-in-One For Dummies provides both a great instruction book for new programmers and a valuable reference for the more experienced.

Visual Studio 2008 All-In-One Desk Reference For Dummies

by Vanessa L. Williams Rick Leinecker

Visual Studio 2008 is packed with features that help you create better software and do it with less repetition and drudgery. Visual Studio 2008 All-In-One Desk Reference For Dummies shows you how to make the most of this cool suite of tools! It's all here!This comprehensive, seven-books-in-one guide gets you up and running with Visual Studio 2008 in no time. You'll discover Microsoft's vision for Visual Studio, get familiar with the .Net environment and languages, and learn how to install, browse, and make connections with Visual Studio. Soon, you'll be building applications for Vista, Office 2007, and mobile devices; using AJAX and LINQ; and testing and debugging your programs. Discover how to:Understand Visual Studio's role in software developmentWork with .Net languagesDevelop applications for VistaBuild smart client interfacesUse the visual data designerUse Ajax controlsStreamline application deploymentDebug your applicationsExplore ASP. NET servicesWork with strongly typed data setsAccess data with Visual StudioProgram with Visual Studio 2008Build professional reports with Crystal ReportsFully updated with new information on Vista and .NET Framework 3.0 development, MS Office application development, and more, Visual Studio 2008 All-In-One Desk Reference For Dummies also features a companion Web site packed with sample projects, supplemental podcasts, and a support forum. You'll never find a smarter way to get up to speed with Visual Studio 2008!

Visual SourceSafe 2005 Software Configuration Management in Practice

by Aleksandar Seovic

After introducing the fundamental principles of SCM and the benefits of using SCM to manage the software development lifecycle this book uses a real-world case-study project to build a Service-Oriented Application named Orbital Hotel. You will learn the team cooperation features in Visual SourceSafe with the help of John and Mary, two fictional team members assigned to implement various project components. You can visit Orbital Hotel online and you can download its source code. The appendices deal with SourceSafe administration tasks: database creation and management, how to secure the database and how to assign users and user rights, how to manage projects and project settings, and how to customize SourceSafe to best suit your development style. This book is for .NET developers, testers and configuration managers who: Use Visual Studio .NET 2005 for building software Want to use software configuration to manage their products in day-to-day activities Want to improve their efficiency by learning to use the best practices with SourceSafe Want to install, manage, and configure Visual SourceSafe 2005 for optimal operation The book does not assume previous knowledge of Software Configuration Management or Visual SourceSafe. It takes the reader from the ground up and is a great resource for people starting to learn about this subject. Readers with previous SourceSafe experience will benefit by discovering the improved and new features in Visual SourceSafe 2005.

Visual Saliency: From Pixel-Level to Object-Level Analysis

by Jianming Zhang Filip Malmberg Stan Sclaroff

This book will provide an introduction to recent advances in theory, algorithms and application of Boolean map distance for image processing. Applications include modeling what humans find salient or prominent in an image, and then using this for guiding smart image cropping, selective image filtering, image segmentation, image matting, etc. In this book, the authors present methods for both traditional and emerging saliency computation tasks, ranging from classical low-level tasks like pixel-level saliency detection to object-level tasks such as subitizing and salient object detection. For low-level tasks, the authors focus on pixel-level image processing approaches based on efficient distance transform. For object-level tasks, the authors propose data-driven methods using deep convolutional neural networks. The book includes both empirical and theoretical studies, together with implementation details of the proposed methods. Below are the key features for different types of readers.

Visual Research Methods in Educational Research

by Julianne Moss Barbara Pini

Have you noticed there is a burgeoning take up of visual research in education? Are you considering using visual research as part of your next research project or revitalising your research methods course? For researchers who are new to the field of VRMs in education there is little critical literature on the subject. This book addresses the gap in the literature and brings together some of the leading educational researchers engaging and reflecting on the visual from Australia, the UK and Canada. Encapsulated in a single volume, this book sets out theoretically grounded discussions of the possibilities and challenges of the approach for educational researchers around four key themes: images of schooling, performing pedagogy, power and representation and ethical issues in educational research.

Visual Quickstart Guide: HTML and CSS

by Elizabeth Castro Bruce Hyslop

Need to learn HTML and CSS fast? This best-selling reference's step-by-step, task-based instructions will have you up and running with HTML in no time. In this updated edition author Bruce Hyslop uses crystal-clear instructions and friendly prose to introduce you to all of today's HTML and CSS essentials. The book has been refreshed to feature current web design best practices. You'll learn how to design, structure, and format your website. You'll learn about the new elements and form input types in HTML5. You'll create and use images, links, styles, and forms; and you'll add video, audio, and other multimedia to your site. You'll learn how to add visual effects with CSS3. You'll understand web standards and learn from code examples that reflect today's best practices. Finally, you will test and debug your site, and publish it to the web. Throughout the book, the author covers all of HTML and offers essential coverage of HTML5 and CSS techniques.

Visual Quickstart Guide: Indesign CC (2014 Release for Windows and MacIntosh)

by Sandee Cohen

InDesign CC: Visual QuickStart Guide (2014 release) is your complete guide to the core functions of InDesign as well as all the important new features. New to this edition is coverage of the greatly expanded ebook export capabilities, including Fixed Layout EPUB. With the growth in digital publishing, these new functions will empower designers to create more compelling digital documents than ever before. Other landmark new features in the 2014 release of InDesign CC include: the ability to reformat tables by dragging and dropping; integration with the hot portfolio site, Behance, and improvements to footnotes. Using the task-based, visual approach that is the trademark of the Visual QuickStart Guides readers will learn not only how to create documents, but also to use automation to streamline the process, as well as importing and styling text and objects, managing long documents, exporting files for a wide variety of purposes, and much more.

Visual Question Answering: From Theory to Application (Advances in Computer Vision and Pattern Recognition)

by Qi Wu Peng Wang Xin Wang Xiaodong He Wenwu Zhu

Visual Question Answering (VQA) usually combines visual inputs like image and video with a natural language question concerning the input and generates a natural language answer as the output. This is by nature a multi-disciplinary research problem, involving computer vision (CV), natural language processing (NLP), knowledge representation and reasoning (KR), etc. Further, VQA is an ambitious undertaking, as it must overcome the challenges of general image understanding and the question-answering task, as well as the difficulties entailed by using large-scale databases with mixed-quality inputs. However, with the advent of deep learning (DL) and driven by the existence of advanced techniques in both CV and NLP and the availability of relevant large-scale datasets, we have recently seen enormous strides in VQA, with more systems and promising results emerging. This book provides a comprehensive overview of VQA, covering fundamental theories, models, datasets, and promising future directions. Given its scope, it can be used as a textbook on computer vision and natural language processing, especially for researchers and students in the area of visual question answering. It also highlights the key models used in VQA.

Visual Quality Assessment for Natural and Medical Image

by Yong Ding

Image quality assessment (IQA) is an essential technique in the design of modern, large-scale image and video processing systems. This book introduces and discusses in detail topics related to IQA, including the basic principles of subjective and objective experiments, biological evidence for image quality perception, and recent research developments. In line with recent trends in imaging techniques and to explain the application-specific utilization, it particularly focuses on IQA for stereoscopic (3D) images and medical images, rather than on planar (2D) natural images. In addition, a wealth of vivid, specific figures and formulas help readers deepen their understanding of fundamental and new applications for image quality assessment technology. This book is suitable for researchers, clinicians and engineers as well as students working in related disciplines, including imaging, displaying, image processing, and storage and transmission. By reviewing and presenting the latest advances, and new trends and challenges in the field, it benefits researchers and industrial R&D engineers seeking to implement image quality assessment systems for specific applications or design/optimize image/video processing algorithms.

Refine Search

Showing 1,776 through 1,800 of 55,784 results