UX in 2032 | Becoming Who We Need To Be
The nature of User Experience (UX) is changing. Complex software is increasingly critical to company revenue and employee retention. Feature parity has changed the definition of value from...
View ArticleHow to Set Up a Usability Study in Indigo Studio
In this post, we’re going to walk you through how to set up a usability study with Indigo Studio, Infragistics’ rapid prototyping solution. Indigo Studio's remote usability testing makes it easy to...
View ArticleLearn How to Make Your SharePoint Implementation Fully Mobile
Your business probably uses SharePoint; Microsoft estimates that more than 250,000 organizations and over 85 percent of Fortune 500 companies have SharePoint as part of Office 365. But is your company...
View ArticleWhat’s New in Test Automation for Windows Forms 2017.1
The primary focus of Infragistics Test Automation for HP UFT and IBM RFT is to offer you peace of mind, so that when you develop with our controls, your teams can seamlessly implement automated testing...
View ArticleEasy JavaScript Part 3: What is a Default Parameter in a Function?
A JavaScript function can have default parameters values. Using default function parameters, you can initialize formal parameters with default values. If you do not initialize a parameter with some...
View ArticleFrom 1,000-Page Reports to Interactive Risk Models
Learn How Battelle Uses Infragistics Ultimate to Analyze Vast Volumes of Security Data in Real TimeBattelle Memorial Labs, the largest non-profit research and development organization in the world,...
View ArticleAnimating Multiple Data Sources in Xamarin.Forms Data Chart
IntroductionHave you ever wanted to create a dashboard application or learn how to visualize large data sets? If so, this blog post will show you how to create an application that will visualize the...
View ArticleHow to Take Part in a Usability Study in Indigo Studio
In this post, we’re going to walk you through how to take part in a usability study with Indigo Studio, Infragistics’ rapid prototyping solution. Not only does Indigo Studio's remote usability testing...
View ArticleEasy JavaScript Part 4: What is the arguments object in a function?
A JavaScript function has array-like objects called arguments which correspond to the arguments passed to the function. All arguments passed to a JavaScript function can be referred using the arguments...
View ArticleUXPA 2017 Conference Recap
This year I spent June 6-8 as a presenter and attendee at the UXPA International Conferencein Toronto, Ontario.Pictured, UXPA International Conference 2017 bannerThe conference was full of interesting...
View ArticleHow to View Usability Study Results in Indigo Studio
In this post, we’re going to walk you through the final step of hosting a usability study in Indigo Studio, Infragistics’ rapid prototyping solution: looking at the results of a usability study and...
View ArticleAEP Connects Thousands of Field Employees Across 11 States with SharePlus...
A utility that has nearly 18,000 employees serving nearly 5.4 million customers across 11 states needs to be able to connect a vast number of field employees to the information and resources they need...
View ArticleReportPlus Desktop Release Notes – Volume Release 1.2.134.0
ReportPlus Desktop Version 1.2.134.0 is now available:Enhancements:Default formatting settingsSorting in view mode for grid visualizationFixed issues:Local filters changes are now tracked so the user...
View ArticleEasy JavaScript Part 5: Simplifying function hoisting
To understand function hoisting, let us start by considering the code listed below:console.log(foo);var foo = 9; What should the output be?In any other programming language, the output here would be a...
View ArticleEasy JavaScript Part 6 : Arrow functions in JavaScript
The JavaScript arrow function is a shorter way of writing a function expression that was introduced in ECMAScript 6. Usually in JavaScript, you can create a function in two ways:Function as...
View ArticleSimplifying Content Projection in Angular
In Angular, content projection is used to project content in a component. Let’s take a closer look at how it works:Content projection allows you to insert a shadow DOM in your component. To put it...
View ArticlePasona Tech Creates More Intuitive Custom Solutions with Ignite UI
Pasona Tech, Inc., provides IT solutions to help businesses in a variety of industries move to the cloud and integrate their disparate systems. The company creates custom solutions on the kintone...
View ArticleIntroducing QR Barcodes and Funnel Charts with Ultimate UI for Xamarin and...
More and more developers and organizations are using continuous integration and continuous delivery with their development process. So, why wouldn't we do the same for you with our controls? Now, we’re...
View ArticleBridging the Gap Between Xamarin and Excel
As many already know, Excel is a fairly common spreadsheet utility offered by Microsoft to organize and manipulate data. If you have previously worked with Excel you may find that maintaining hundreds...
View ArticleEasy JavaScript Part 7 : Object Property Descriptors
In JavaScript, you can create an object literal as shown in the listing below:var cat = { name: 'foo', age: 9 }; At first sight, it looks like the object cat has two properties with a string and...
View Article