by Rich Franzmeier | Jan 13, 2015 | From The Field, Web Development
Angular Agility was written by John Culviner and is used in AngularJS websites to reduce the amount of HTML that developers need to write. It also gives nice validation options – like specifying the form validation in the controller instead of on the input tag....
by Rich Franzmeier | Apr 27, 2014 | .NET, ASP.NET, Web Development
Selecting Multiple Items using Select2 in MVC 5 Select2 is honestly one of the nicest jQuery libraries available for web site development. It gives the web developer a lot of power in creating select boxes. You can read about it on the GitHub site. My purpose in...