Blogposts tagged with: APEX

Dropzone with improved UX

APEX 20.2: improve Dropzone UX with CSS

Great News: APEX 20.2 is finally out and adds a Dropzone component. For me, it does not look as intuitive as the Plug-In did, so I tried to improve the UX of it with a few lines of CSS.

APEX,User-Interfaces
October 29, 2020
multiple locks chained to a fence

APEX Security: Why Sequential Primary Keys Can Be A Risk

If you use sequences to generate primary key values make sure you use the checksum feature of APEX. Otherwise, users can easily discover data they should not be able to see by raising or lowering the numeric ID in the URL.

APEX,Security
July 30, 2020
Display of status chips

APEX: Highlight important values in tables with chips

Tables make it hard to give hierarchy to data. To underline the importance of certain values in a table you can use chips that highlight the values with colors.

APEX,User-Interfaces
June 08, 2020
multiple polaroid photos

Oracle: Generate DML scripts for images / blobs

I want to share a little script I wrote which generates a DML scripts for blob values like images. The output script can be used in your schema install script with your other master data.

Oracle,APEX
June 01, 2020
Homepage•Other Blogposts
© 2021 Philipp Hartenfeller
Imprint
This website does not use cookies
Privacy Policy
Check out the code on GitHub