Building Your First React Javascript App
Ready to build your first web app with React? React is a javascript library, developed by Facebook, that has been gaining in popularity. It uses a component-based UI development style, combined with s
Ready to build your first web app with React? React is a javascript library, developed by Facebook, that has been gaining in popularity. It uses a component-based UI development style, combined with s
This blog is a collection of static html files sitting on disk. A request to view a page simply transfers the bytes from the static file (via disk or cache) directly to the browser. There is no web ap
Single page web applications are an important part of modern web development. Users expect web applications to function much more closely to their desktop counterparts. This includes both PC and mobil
AngularJs is a front-end web framework for creating highly responsive web pages. It works similar to jQuery, with regard to manipulation of elements on the page, but excels at doing so with very littl
Node.js is a web application platform that has been gaining significant developer popularity. With its focus on server-side javascript and lightweight execution, getting started with it might be easie
Forms authentication is a common feature in many C# MVC .NET web applications. There are a variety of methods for implementing forms authentication in MVC .NET. A key part for each, is the process of
Securing pages of a web application is an important step for many production-ready C# ASP .NET MVC web applications, especially those dealing with security-sensitive or personal data, such as password
Accepting input from users through the use of HTML forms is a common task in almost any web application. When a web application form is lengthy or detailed in nature, it may be a good idea to display
A common task for many MVC3 C# ASP .NET web applications is the creation of a login form. Along with the common login form comes an array of required functionality, including login validation, authent
The navigation menu is a common control on almost every MVC3 C# ASP .NET web site, containing sets of links for navigating to various portions of the web site. Traditionally, menu navigation links are