Creating a Chat region in Oracle APEX

Did you ever needed a chat region for your Oracle APEX application? There is actually a Classic Report Comments template that produces almost that. With few simple steps you can turn Comments template into a real chat. Follow the steps below to create an excellent Chat region in APEX using just built-in components and a … Continue reading Creating a Chat region in Oracle APEX

Customizing Application Icons  in APEX 22.1

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

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

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