• How to build a drop-down navigation menu with CSS

    Creating a good-looking navigation menu is a great way to improve the overall look and feel of a web application. A well-designed and attractive menu will increase usability and give your application a polished feel. There are a few ways to go about creating a dropdown menu on a web…

  • Design tips to increase web application user adoption

    It doesn’t matter how powerful a web application is, if it’s poorly designed, users probably won’t use it. A poorly designed user interface is a big reason many users give up on web apps. It might be confusing, overwhelming, or just plain ugly. Whatever the reason, a poor interface can…

  • How to add conditional formatting to your web apps with jQuery

    In this article, I’m going to explain how to make important data in your web reports stand out using conditional formatting. With just a little jQuery, you can make your current web reports easier to read and understand. Implementation Before I begin, here’s some quick background information for those that…

  • HTML Introduction

    HTML 5 is the current version of HTML, which stands for Hyper Text Markup Language. HTML is one of three important web development languages you will encounter on the web: All m-Power applications utilize HTML files, which can be edited from the m-Painter editor. While knowing HTML is not required…

  • Spice up your web apps with CSS

    If your web applications contain tables, here’s an easy way to spice up those applications and make them easier to navigate. Making only a few changes to your style sheet and HTML presentation layer, we can create table rows that change color when scrolled over. For example, click the image…