Skip to main content

4 posts tagged with "jemilio"

View All Tags

· 8 min read
Justin Emilio

Small Changes, Big Impact

In the first part of this blog series, we introduced Frame's new Application Mode, "App Mode 2.0," highlighting its dynamic nature and the possibility of customizing user interfaces for individual remote applications. We walked through Launchpads, defined their purpose, and elaborated on the key differences between them and Application Mode. We also provided an overview of some of the main features of App Mode 2.0 including customization of the Frame taskbar and Start menu.

In this follow-up post, we will delve deeper into the customization process, demonstrating how you can override the default layout and applications list for the Frame taskbar and how you can utilize this feature to significantly enhance end-user experiences.

· 6 min read
Justin Emilio

Small Changes, Big Impact

Frame DaaS provides an array of features and tools to give customers flexibility around customizing end-user experiences. Providing a user interface (UI) for individual remote applications in a controlled manner is essential for many organizations' workflows. Leveraging this approach eliminates the excessive and unnecessary UI/UX elements of a full operating system, which is why Frame provides customers with two distinct “modes” for how an end-user interacts with their remote Windows applications: Desktop Mode, and Application Mode.

In this blog post, we will focus on the newly improved Application Mode feature and how you can customize the user interface while making the experience as tailored and dynamic as possible. This two-part series starts with a brief introduction (this post) and then moves on to a more technical example of how to customize the end-user experience dynamically (part two).

· 7 min read
Justin Emilio

Scripting for Multiple Launchpads with Frame

The Nutanix Frame platform offers customers the option to create multiple user interfaces through the use of Frame Launchpads. These Launchpads allow customers to customize their environment and create custom apps that are tailored to specific end users and workflows. Each account can have multiple Launchpads to cater to different use cases and workloads (Read more about Frame Launchpads here).

We can further customize a user's experience by using PowerShell scripts to modify the remote Windows environment. These scripts can be used to automate tasks and customize the appearance and functionality of the user interface. These scripts are called FGA Scripts (More about FGA Scripts).

· 19 min read
Justin Emilio

Implement a CI/CD Pipeline using Frame APIs

Continuous Deployment (CD) is a software development practice which aims to ensure that code changes or software updates can be safely and quickly deployed to a production environment. CD is only part of a common industry practice called Continuous Integration / Continuous Delivery/Deployment (CI/CD). The goal of CI/CD is to automate the build, test, and deployment of software applications, by using a set of tools and practices.