Articles filed in category 'Bootstrap'

  • Did you know that you can create a simple one-line menu system using two C# classes and a little bit of Razor code in an MVC page to create a hierarchical menu structure for drop-down menus? Paul shows you how.
  • Building mobile apps is a wave you need to catch! Paul shows you that you won’t be left behind just because you use Web Forms.
  • In this article, Paul Sheriff explains how to enhance user experience in MVC web applications by displaying progress messages during server post-backs. He demonstrates multiple techniques, including disabling buttons, changing button text, showing pop-up messages, graying out the background, and adding animated Font Awesome spinners to indicate processing. Sheriff emphasizes the importance of immediate user feedback to prevent repeated clicks and improve usability, and p...See More
  • Paul continues his series on Bootstrap by creating a custom product selection system that keeps a running total of a user’s purchases.
  • Paul teaches us how to use Bootstrap’s accordion features to make easily mobile-adaptable navigation panels.
  • In his second article on the Bootstrap accordion, Paul works with glyphs, jQuery, and using data- attributes.