With version 22.1 of APEX, along with the many more top features, comes the ability to upload and modify your Application icon. If you have read my blog post Quick Tips: Add favicon and custom Application icon in APEX, I described the way I do it prior to having this new option available. Well, you can … Continue reading Customizing Application Icons in APEX 22.1
Tag: APEX
Create a custom offline page for your APEX PWA in 21.2
With the new version (21.2) of APEX, came the built-in PWA support for your APEX applications. PWA stands for Progressive Web App and is a concept that allows your Web Application (an APEX app) to look like a Native App (an iOS or Android app). This includes local resources caching (like Javascript and CSS files), … Continue reading Create a custom offline page for your APEX PWA in 21.2
5 tips to help you build better APEX user interfaces
To me, the way an APEX application looks, could be the key to making people use it. There are many examples where a great app with great features is unpopular, simply because it doesn't bring the best user experience. A simple fact about APEX and the developers using it is that the majority of us … Continue reading 5 tips to help you build better APEX user interfaces
ORDS, APEX and secure REST APIs (Part 2 – call the API)
Part 2: Accessing your secure REST API In Part 1 of the "ORDS, APEX and secure REST APIs" blog post, we looked at the ways you can secure your REST modules. Now that we have secured the API, let's look at the ways you could access it. There are different implementations and different tools in … Continue reading ORDS, APEX and secure REST APIs (Part 2 – call the API)
ORDS, APEX and secure REST APIs (Part 1 – secure the API)
Part 1: Securing your REST API Some time ago we created a simple REST API using APEX RESTful Services to serve us for some reports. I wouldn't go into details on how to create such, as there are many sources out there describing how to create a REST service in APEX. You could take a … Continue reading ORDS, APEX and secure REST APIs (Part 1 – secure the API)
OKTA authentication for APEX in 5 minutes
Social Sign-in has been around since APEX version 18. And with small differences, the main concepts regarding Single Sign On in APEX using Facebook, Google, Microsoft, OKTA or any other 3rd party authentication provider have been the same. There are numerous blog post I have read and videos watched during the time. If your setup … Continue reading OKTA authentication for APEX in 5 minutes
Redwood theme backgrounds revealed
Redwood theme I am a big fan of Redwood theme from the first minute it was released for the APEX Builder. Luckily for us, the developers and users, it can be now used as an application theme too. The new version of APEX (21.1) even gives the ability to modify it (a little) through the … Continue reading Redwood theme backgrounds revealed
Quick Tips: Add favicon and custom Application icon in APEX
Adding favicon for your application Create a PNG image - with dimensions 256x256 pixels. You can use Photoshop or any other editing software. Go to https://realfavicongenerator.net/ and generate an .ico file. Alternatively, use a tool of your preference and generate .ico files both 32x32 and 16x16 pixels. Download the .zip archive generated to your local … Continue reading Quick Tips: Add favicon and custom Application icon in APEX
Taking your APEX JET charts style to the next level
Introduction & helpful links In the following blog post I will try to explain the options you have to modify your APEX JET powered charts. There are different ways to change certain parts of them, some are easier and straight forward, others require more complex approach and writing some Javascript and CSS. In the first … Continue reading Taking your APEX JET charts style to the next level
APEX & Markdown – the story continues
Present and future of Markdown in APEX In the production version of APEX (20.2), you could benefit of the Markdown language being integrated into different parts of it. I won't go into details how cool is Markdown, what it is and what are the various places you could use it. I will just mention that … Continue reading APEX & Markdown – the story continues