By Andrew Leggett / Sr. Application Consultant If you are looking to enhance the appearance of your CM WebClient applications, there are a couple of ways to specify CSS for individual or similar controls. Use the ‘class=’ control name parameter to specify the CSS classes to apply for the control. For example, the Apply button has
Ever since computers first became integral to the business, the next big challenge emerged: communication between IT and the business. IT-business alignment is a critical exercise if you want to deliver on the business requirements, foster revenue growth and maintain a competitive edge. But this alignment is also critical when you are modernizing or simply
CM First technical experts are returning to SHARE San Jose 2017 this March. CM evolveIT Product Owner Roger Hammer will join CM First CTO John Rhodes and Denise Kalm for a talk on “Mining for Gold: Integrating Automated Code Analysis into DevOps” on Monday, March 6 at 3:15PM. CM First will also host an exhibit
CM First Group Recognized as Most Promising Company at Rice Alliance 14th Annual I.T. and Web Venture Forum (Jan. 31, 2017) – CM First Group was recognized as one of the 10 Most Promising I.T. and Web Technology Companies at the Rice Alliance for Technology and Entrepreneurship 14th annual I.T. and Web Venture Forum
All modern browsers have scalable vector graphic (SVG) file support. But there are several display options for these files. The simplest method is to display the file directly as an image: <img src=”test.svg” alt=”My Test SVG File”> However, in so doing, you lose a unique function of SVG files because it is no longer possible
With HTML5/JavaScript applications, item positioning on a screen falls into two categories: relative positioning or absolute positioning. Absolute positioning for mobile applications should be avoided (with few exceptions) since mobile devices vary greatly. Relative positioning can be tricky to get just right, however. Below are a few quick and easy tricks to position items better