- Table View
- List View
Building Web Applications with Visual Studio 2017: Using .NET Core and Modern JavaScript Frameworks
by Kevin Grossnicklaus Ben Dewey Philip JapikseLearn how to build web applications from three Microsoft MVPs. After building the data application layer using Entity Framework Core and a RESTful service using ASP. NET Core, you will then build the client side web application three ways: first, using ASP. NET Core, then using Angular 2, and, finally, using React. You will be able to compare and contrast these UI frameworks and select the best one for your needs. . NET Core is a complete rewrite of the popular . NET and its related frameworks. While many concepts are similar between . NET Core and the . NET 4. 6 framework, there are revolutionary changes as well, including updates to Entity Framework Core and ASP. NET Core. The first section of this book covers the three main parts of building applications with C#: Entity Framework, ASP. NET Core Services, and ASP. NET Core Web Applications. There is also an explosion in popularity of JavaScript frameworks for client side development, and the authors cover two of the most popular UI frameworks. Start with TypeScript for developing clean JavaScript, along with a client side build tool such as Gulp, Grunt, and WebPack. Using the same data access layer and RESTful service from the . NET Core application, you can rebuild the UI using Angular 2. Then, repeat the process using React, for a true comparison of building client side applications using ASP. NET Core, Angular 2, and React. What You'll Learn Understand the fundamentals of . NET Core and what that means to the traditional . NET developer Build a data access layer with Entity Framework Core, a RESTful service with ASP. NET Core MVC, and a website with ASP. NET Core MVC and Bootstrap Automate many build tasks with client side build utilities Who This Book Is For Intermediate to advanced . NET developers
Building Web Apps for Google TV
by Andres Ferrate Maile Ohye Amanda Surya Daniels Lee Shawn Shen Steven Hines Paul CarffBy integrating the Web with traditional TV, Google TV offers developers an important new channel for content. But creating apps for Google TV requires learning some new skills—in fact, what you may already know about mobile or desktop web apps isn't entirely applicable. Building Web Apps for Google TV will help you make the transition to Google TV as you learn the tools and techniques necessary to build sophisticated web apps for this platform.This book shows you how Google TV works, how it fits into the web ecosystem, and what the opportunities are for delivering rich content to millions of households.Discover the elements of a compelling TV web app, and what comprises TV-friendly navigationLearn the fundamentals for designing the 10-foot user experienceWork with the Google Chrome browser on a TV display, and migrate an existing siteUse examples for developing a TV web app, including the UI, controls, and scrollingUnderstand how to optimize, deliver, and protect video content for Google TVHelp users discover your content by optimizing your site for Search—especially videos
Building Web Apps with Ember.js: Write Ambitious JavaScript
by Jesse Cravens Thomas Q BradyIf you’re a web developer interested in building scalable single-page applications—full-stack, browser-based apps that connect to a backend—this practical guide shows you how to use Ember.js, the popular JavaScript framework based on the model-view-controller (MVC) architectural pattern.Through the course of the book, you’ll learn how to build a prototype Ember application (a musician index called Rock’n’Roll Call), using routers, templates, models, controllers, and views. You’ll also understand how Ember’s convention over configuration approach helps you persist data, build backend technologies, and create widgets for developing production-capable applications that behave like desktop software.Set up workflow management and boilerplate code creationLearn how Ember’s “developer ergonomics” help you use less codeWrite templates for the book’s prototype with Handlebars.jsUse routers to manage application states without reloading the pageConnect controllers and views with events, and sync data with data-bindingBuild an Ember backend with a RESTful API or Ruby on RailsUse the Ember-Data library to persist data and talk to the backendWrite reusable encapsulated widgets to extend your applications
Building Web Apps with WordPress
by Brian Messenlehner Jason ColemanWordPress is much more than a blogging platform. As this practical guide clearly demonstrates, you can use WordPress to build web apps of any type--not mere content sites, but full-blown apps for specific tasks. If you have PHP experience with a smattering of HTML, CSS, and JavaScript, you'll learn how to use WordPress plugins and themes to develop fast, scalable, and secure web apps, native mobile apps, web services, and even a network of multiple WordPress sites.The authors use examples from their recently released SchoolPress app to explain concepts and techniques throughout the book. All code examples are available on GitHub.Compare WordPress with traditional app development frameworksUse themes for views, and plugins for backend functionalityGet suggestions for choosing WordPress plugins--or build your ownManage user accounts and roles, and access user dataBuild asynchronous behaviors in your app with jQueryDevelop native apps for iOS and Android, using wrappersIncorporate PHP libraries, external APIs, and web service pluginsCollect payments through ecommerce and membership pluginsUse techniques to speed up and scale your WordPress app
Building Web Apps with WordPress: WordPress as an Application Framework
by Brian Messenlehner Jason ColemanWordPress is much more than a blogging platform. If you have basic PHP, HTML, CSS, and JavaScript experience you can use WordPress to develop fast, scalable, secure, and highly customized web apps, mobile apps, web services, and multisite networks of websites. Along with core WordPress functions and database schema, you’ll learn how to build custom plugins, themes, and services for just about any kind of web or mobile application.In this updated second edition, Brian Messenlehner and Jason Coleman cover new features and functionality added to WordPress up to version 5.4. All code examples in the book are available on GitHub.Compare WordPress with traditional app development frameworksUse themes for views and plugins for backend functionalityGet suggestions for choosing or building WordPress pluginsRegister custom post types (CPTs) and taxonomiesManage user accounts and roles, and access user dataBuild asynchronous behaviors with jQueryUse WordPress to develop mobile apps for iOS and AndroidIntegrate PHP libraries, external APIs, and web service pluginsCollect payments through ecommerce and membership pluginsLearn how to speed up and scale your WordPress appExtend the WordPress REST API and create custom endpointsLearn about WordPress Gutenberg blocks development
Building Web Apss with Spring 5 and Angular
by Ajitesh Shukla<P><P>A complete guide to build robust and scalable web applications with Spring and Angular <P><P>Key Features <P><P>This hands on guide will teach you how to build an end-to-end modern web application using Spring and Angular. <P><P>It is easy to read and will benefit Java developers who have been used to develop the back-end part of web application while front-end (UI) has been left for UI developers. <P><P>Learn the core aspects involved in developing the backend and the UI, right from designing to integrating and deploying. <P><P>Book Description <P><P>Spring is the most popular application development framework being adopted by millions of developers around the world to create high performing, easily testable, reusable code. Its lightweight nature and extensibility helps you write robust and highly-scalable server-side web applications. Coupled with the power and efficiency of Angular, creating web applications has never been easier. <P><P>If you want build end-to-end modern web application using Spring and Angular, then this book is for you. <P><P>The book directly heads to show you how to create the backend with Spring, showing you how to configure the Spring MVC and handle Web requests. It will take you through the key aspects such as building REST API endpoints, using Hibernate, working with Junit 5 etc. Once you have secured and tested the backend, we will go ahead and start working on the front end with Angular. You will learn about fundamentals of Angular and Typescript and create an SPA using components, routing etc. Finally, you will see how to integrate both the applications with REST protocol and deploy the application using tools such as Jenkins and Docker. <P><P>What you will learn <P><P>Set up development environment for Spring Web App and Angular app. <P><P>Process web request and response and build REST API endpoints. <P><P>Create data access components using Spring Web MVC framework and Hibernate <P><P>Use Junit 5 to test your application <P><P>Learn the fundamental concepts around building Angular <P><P>Configure and use Routes and Components. <P><P>Protect Angular app content from common web vulnerabilities and attacks. <P><P>Integrate Angular apps with Spring Boot Web API endpoints <P><P>Deploy the web application based on CI and CD using Jenkins and Docker containers
Building Web Reputation Systems
by Randy Farmer Bryce GlassWhat do Amazon's product reviews, eBay's feedback score system, Slashdot's Karma System, and Xbox Live's Achievements have in common? They're all examples of successful reputation systems that enable consumer websites to manage and present user contributions most effectively. This book shows you how to design and develop reputation systems for your own sites or web applications, written by experts who have designed web communities for Yahoo! and other prominent sites.Building Web Reputation Systems helps you ask the hard questions about these underlying mechanisms, and why they're critical for any organization that draws from or depends on user-generated content. It's a must-have for system architects, product managers, community support staff, and UI designers.Scale your reputation system to handle an overwhelming inflow of user contributionsDetermine the quality of contributions, and learn why some are more useful than othersBecome familiar with different models that encourage first-class contributionsDiscover tricks of moderation and how to stamp out the worst contributions quickly and efficientlyEngage contributors and reward them in a way that gets them to returnExamine a case study based on actual reputation deployments at industry-leading social sites, including Yahoo!, Flickr, and eBay
Building Web Services with Microsoft Azure
by Alex Belotserkovskiy Stephen KaufmanIf you are a .NET developer who wants to develop end-to-end RESTful applications in the cloud, then this book is for you. A working knowledge of C# will help you get the most out of this book.
Building Web and Mobile ArcGIS Server Applications with JavaScript
by Eric PimplerAn easy to follow tutorial, this book uses a step-by-step approach with exercises designed to give you hands-on experience with this technology. If you are a web or mobile application developer, who wants to create GIS applications in your respective platform, this book is ideal for you. You will need Java Script programming experience to get the most out of this book. Although designed as an introductory to intermediate level book, it will also be useful for more advanced developers who are new to the topic of developing applications with ArcGIS Server.
Building Web and Mobile ArcGIS Server Applications with JavaScript - Second Edition
by Eric Pimpler Mark LewinMaster the ArcGIS API for JavaScript to build web and mobile applications using this practical guide. About This Book • Develop ArcGIS Server applications with JavaScript, both for traditional web browsers as well as the mobile platform • Make your maps informative with intuitive geographic layers, user interface widgets, and more • Integrate ArcGIS content into your custom applications and perform analytics with the ArcGIS Online Who This Book Is For If you are a web or mobile application developer, who wants to create GIS applications in your respective platform, this book is ideal for you. You will need Java Script programming experience to get the most out of this book. Although designed as an introductory to intermediate level book, it will also be useful for more advanced developers who are new to the topic of developing applications with ArcGIS Server. What You Will Learn • To create an application with the ArcGIS API for JavaScript • Build and display a broad range of different geometry types to represent features on the map • The best way to leverage a feature layer and display related attribute data • The functionality of the wide range of widgets and how to use them effectively • Query data to gain new insights into the information it contains • Work with tasks to discover and locate features on the map • Using the geocoder and associated widgets • The ability of the API to provide turn by turn directions and routing capabilities • How to use the Geometry Engine and Geometry Service tasks for common geoprocessing operations • Integrate content on ArcGIS online and add it to your custom web mapping application In Detail The ArcGIS API for JavaScript enables you to quickly build web and mobile mapping applications that include sophisticated GIS capabilities, yet are easy and intuitive for the user. Aimed at both new and experienced web developers, this practical guide gives you everything you need to get started with the API. After a brief introduction to HTML/CSS/JavaScript, you'll embed maps in a web page, add the tiled, dynamic, and streaming data layers that your users will interact with, and mark up the map with graphics. You will learn how to quickly incorporate a broad range of useful user interface elements and GIS functionality to your application with minimal effort using prebuilt widgets. As the book progresses, you will discover and use the task framework to query layers with spatial and attribute criteria, search for and identify features on the map, geocode addresses, perform network analysis and routing, and add custom geoprocessing operations. Along the way, we cover exciting new features such as the client-side geometry engine, learn how to integrate content from ArcGIS.com, and use your new skills to build mobile web mapping applications. We conclude with a look at version 4 of the ArcGIS API for JavaScript (which is being developed in parallel with version 3.x) and what it means for you as a developer. Style and approach Readers will be taken through a series of exercises that will demonstrate how to efficiently build ArcGIS Server applications for the mobile and web.
Building Web and Mobile ArcGIS Server Applications with JavaScript – Second Edition
by Eric Pimpler<P><P>Master the ArcGIS API for JavaScript to build web and mobile applications using this practical guide. <P><P>About This Book <P><P>Develop ArcGIS Server applications with JavaScript, both for traditional web browsers as well as the mobile platform <P><P>Make your maps informative with intuitive geographic layers, user interface widgets, and more <P><P>Integrate ArcGIS content into your custom applications and perform analytics with the ArcGIS Online <P><P>Who This Book Is For <P><P>If you are a web or mobile application developer, who wants to create GIS applications in your respective platform, this book is ideal for you. You will need Java Script programming experience to get the most out of this book. Although designed as an introductory to intermediate level book, it will also be useful for more advanced developers who are new to the topic of developing applications with ArcGIS Server. <P><P>What You Will Learn <P><P>To create an application with the ArcGIS API for JavaScript <P><P>Build and display a broad range of different geometry types to represent features on the map <P><P>The best way to leverage a feature layer and display related attribute data <P><P>The functionality of the wide range of widgets and how to use them effectively <P><P>Query data to gain new insights into the information it contains <P><P>Work with tasks to discover and locate features on the map <P><P>Using the geocoder and associated widgets <P><P>The ability of the API to provide turn by turn directions and routing capabilities <P><P>How to use the Geometry Engine and Geometry Service tasks for common geoprocessing operations <P><P>Integrate content on ArcGIS online and add it to your custom web mapping application <P><P>In Detail <P><P>The ArcGIS API for JavaScript enables you to quickly build web and mobile mapping applications that include sophisticated GIS capabilities, yet are easy and intuitive for the user. <P><P>Aimed at both new and experienced web developers, this practical guide gives you everything you need to get started with the API. After a brief introduction to HTML/CSS/JavaScript, you'll embed maps in a web page, add the tiled, dynamic, and streaming data layers that your users will interact with, and mark up the map with graphics. You will learn how to quickly incorporate a broad range of useful user interface elements and GIS functionality to your application with minimal effort using prebuilt widgets. As the book progresses, you will discover and use the task framework to query layers with spatial and attribute criteria, search for and identify features on the map, geocode addresses, perform network analysis and routing, and add custom geoprocessing operations. Along the way, we cover exciting new features such as the client-side geometry engine, learn how to integrate content from ArcGIS.com, and use your new skills to build mobile web mapping applications. <P><P>We conclude with a look at version 4 of the ArcGIS API for JavaScript (which is being developed in parallel with version 3.x) and what it means for you as a developer. <P><P>Style and approach <P><P>Readers will be taken through a series of exercises that will demonstrate how to efficiently build ArcGIS Server applications for the mobile and web.
Building Web, Cloud, and Mobile Solutions with F#: Create Scalable Apps with ASP.NET MVC 4, Azure, Web Sockets, and More
by Daniel MohlLearn how to build key aspects of web, cloud, and mobile solutions by combining F# with various .NET and open source technologies. With helpful examples, this hands-on book shows you how to tackle concurrency, asynchrony, and other server-side challenges. You’ll quickly learn how to be productive with F#, whether you want to integrate the language into your existing web application or use it to create the next Twitter.If you’re a mid- to senior-level .NET programmer, you’ll discover how this expressive functional-first language helps you write robust, maintainable, and reusable solutions that scale easily and target multiple devices.Use F# with ASP.NET MVC, ASP.NET Web API, WCF, Windows Azure, HTML5, CSS3, jQuery Mobile, and other toolsBuild next-generation ASP.NET MVC 4 web applications, using F# to do the heavy lifting on the serverCreate WCF SOAP and HTTP web servicesDevelop F# web applications and services that run on Windows AzureBuild scalable solutions that allow reuse by mobile and web front-endsUse F# with the WebSharper and Pit frameworks to build end-to-end web stacks
Building Websites All-in-One For Dummies
by David Karlins Doug SahlinTen minibooks in one! The perfect reference for beginning web buildersThis hefty, 800+ page book is your start-to-finish roadmap for building a web site for personal or professional use. Even if you're completely new to the process, this book is packed with everything you need to know to build an attractive, usable, and working site. In addition to being a thorough reference on the basics, this updated new edition also covers the very latest trends and tools, such as HTML5, mobile site planning for smartphones and tablets, connecting with social media, and more. Packs ten minibooks into one hefty reference: Preparation, Site Design, Site Construction, Web Graphics, Multimedia, Interactive Elements, Form Management, Social Media Integration, Site Management, and Case Studies Covers the newest trends and tools, including HTML5, the new Adobe Create Suite, and connecting with social mediaOffers in-depth reviews and case studies of existing sites created for a variety of purposes and audiences, such as blog sites and non-profit sites Walks you through essential technologies, including Dreamweaver, HTML, CSS, JavaScript, PHP, and morePlan, build, and maintain a site that does exactly what you need, with Building Web Sites All-In-One For Dummies, 3rd Edition.
Building Websites with DotNetNuke 5
by Michael Washington Ian LackeyThis book is a practical tutorial with step-by-step instructions and clear, concise explanations. Illustrative screenshots are used for better understanding at every step. You will learn how to set up and administer an example site, stepping through all the tasks to ease your learning. The emphasis is not on becoming a better VB.NET or C# programmer but on taming DotNetNuke. This book has been written both for beginners wanting to set up a website and also for ASP.NET developers with a grasp of VB.NET and C# who want a deeper understanding of how to work with DotNetNuke. To work with the DotNetNuke code, you will need access to Visual Web Developer Express or Visual Studio .NET 2010. No prior knowledge of DotNetNuke is assumed.
Building Websites with ExpressionEngine 1.6
by Leonard MurphyThis book is a clear and enjoyable tutorial packed with carefully explained steps for constructing the example website, and information for applying the skills learned to your everyday ExpressionEngine work. This book is ideal for new users of ExpressionEngine. The book is targeted at people who are responsible for creating and managing a site with ExpressionEngine. It is suitable for web developers, designers, webmasters, content editors, and marketing professionals who want to develop a fully featured web presence in a simple and straightforward process.
Building Websites with ExpressionEngine 2
by Leonard MurphyThis book is a clear and enjoyable tutorial packed with carefully explained steps for constructing a small business website, and information for applying the skills learned to your everyday work with ExpressionEngine. If you have familiarity with building websites using HTML/CSS or with software such as DreamWeaver or other content management systems such as Drupal, WordPress, Joomla!, or Plone, then ExpressionEngine may be what you are looking for. This book is suitable for anyone who wants to develop a fully featured web presence with a simple and straightforward tool. No prior knowledge of content management systems, PHP or ExpressionEngine is assumed. A basic understanding of HTML is necessary to follow the examples.
Building Websites with Joomla!
by Hagen GrafThis book focuses on taking you through the essential tasks to create a Joomla! site as fast as possible. These essential tasks are explained clearly, with well structured step-by-step instructions. The book does not aim to cover every feature of Joomla! nor is it a comprehensive guide to extending Joomla!. Almost everything in the book is accomplished without recourse to the underlying PHP code in which Joomla! is written. The book is very readable and the author has a particularly chatty and engaging writing style. This book is suitable for web developers, designers, webmasters, content editors and marketing professionals who want develop a fully featured web presence in a simple and straightforward process. It does not require any detailed knowledge of programming or web development, and any IT confident individual will be able to use the book to produce an impressive web site.
Building Websites with Joomla! v1.0
by Hagen GrafThis book focuses on taking you through the essential tasks to create a Joomla! site as fast as possible. These essential tasks are explained clearly, with well structured step-by-step instructions. The book does not aim to cover every feature of Joomla! nor is it a comprehensive guide to extending Joomla!. Almost everything in the book is accomplished without recourse to the underlying PHP code in which Joomla! is written. The book is very readable and the author has a particularly chatty and engaging writing style. This book is suitable for web developers, designers, webmasters, content editors and marketing professionals who want develop a fully featured web presence in a simple and straightforward process. It does not require any detailed knowledge of programming or web development, and any IT confident individual will be able to use the book to produce an impressive web site.
Building Websites with Mambo
by Hagen GrafThis book focuses on taking you through the essential tasks to create a Mambo site as fast as possible. These essential tasks are explained clearly, with well structured step by step instructions. The book does not aim to cover every feature of Mambo, nor is it a comprehensive guide to extending Mambo. Almost everything in the book is accomplished without recourse to the underlying PHP code in which Mambo is written. The book is very readable and the author has a particularly chatty and engaging writing style. This book is suitable for web developers, designers, webmasters, content editors and marketing professionals who want develop a fully featured web presence in a simple and straightforward process. It does not require any detailed knowledge of programming or web development, and any IT confident individual will be able to use the book to produce an impressive web site.
Building Websites with Microsoft Content Management Server
by Lim Ying Joel WardYears of active participation in MCMS newsgroups and mailing lists mean that the authors? hard-won experience puts them in the ideal position to tell you what you really need to know to master the system.An example site is developed throughout the book, at every point providing clear and practical demonstrations of the relevant ideas. Once you have mastered the basics, the book leads you onto more advanced and powerful techniques, allowing you to get the most from this awesome system.This book is written for developers who are part of a dynamic organization that has decided to evaluate or deploy MCMS and require the skills to make it happen.The book presumes a working knowledge of the .NET Framework and familiarity with the C# language, but no prior knowledge of MCMS is required. To use this book, you will need access to Visual Studio. NET 2002 or 2003, SQL Server 2000, and an installation of MCMS 2002.This book is not aimed at the specific information needs of administrators or users of MCMS.
Building Websites with OpenCms
by Matt ButcherIf you are a web developer new to OpenCms, or are an experienced OpenCms developer who is looking to get the most from the system, then this is the book for you. A working knowledge of Java, JSP, and XML is required to get the most from OpenCms, and from this book.
Building Websites with PHP-Nuke
by Douglas PatersonWritten in a clear, easy to read style, the book provides a tutorial on setting up a website with PHP-Nuke. Each topic is tackled in a clear, practical way with many examples to consolidate your learning. This book is written to help you create a fully-featured website as quickly as possible. Basic knowledge of HTML will help if you intend to explore customizing your own theme, and a basic knowledge of PHP will help if you want to get the most from the chapters on extending PHP-Nuke.
Building Websites with Plone
by First Middle Last4000 character max. If you are only providing one description, this is the preferred one.
Building Websites with TYPO3
by Michael PeacockWritten in a clear, easy-to-read style, the book provides a tutorial for setting up a TYPO3 website. Each topic is tackled in a practical way with many examples and tasks to develop your skills. This book is aimed at anyone who would like to quickly build a TYPO3 website. This book is written for first-time users of TYPO3 and has been specifically created so that you do not require detailed knowledge of programming or web development.
Building Websites with VB.NET and DotNetNuke 3.0
by Daniel N. EganYou can use this book to help you set up and administer a DotNetNuke portal, even if you have a limited knowledge of ASP.NET. You will learn how to setup and administer an example site, stepping through all the tasks to ease your learning. If you are a developer, this book will help you extend the DotNetNuke portal by first helping you understand how the core framework works and then show you how to create custom modules and skins. A rudimentary knowledge of VB.NET programming is assumed, but the emphasis is not on becoming a better VB.NET programmer but on taming DotNetNuke. This book has been written for both the beginner wanting to set up a website and also ASP.NET developers with a grasp of VB.NET and access to Visual Studio .NET. No prior knowledge of DotNetNuke is assumed. The new features of DotNetNuke 3.0 are discussed extensively, so even if you have worked with previous versions of DotNetNuke, you will find something new.