I have recently been upgrading our internal applications to APEX 5 and thought it would be interesting to write a blog about some of the issues that initially came up whilst doing..
The Universal Theme is great – no doubting it awesomeness. However one thing that isn’t my perfect cup of tea is the new Breadcrumb Template. It’s slightly frustrating that there..
I have been developing in APEX 5 since its release and have used the new native modal popup windows in almost every application I have created. While the functionality is inbuilt..
Flex Fields From time to time, the users may wish to be able to extend their application by adding extra fields to tables without contacting IT to perform a change request. For..
As part of our recent redevelopment of our Oracle Forms expenses application into APEX 5.0, I looked into creating a mileage calculator using the Google Maps API. This blog..
Following a day of hard work building APEX applications, I jumped on the train home and started catching up with the latest news & sport.
In a previous blog I outlined how with APEX 5.0 you can now use the APEX_JSON package to parse JSON responses in your APEX application. For this blog I will show you how easy it..
In APEX, the value of the shuttle item is a colon delimited string representing the contents of the right hand side.
I recently had a request to implement a comprehensive UK address search in an APEX application without using a dedicated API such as the Royal Mail PAF. The first place I looked..
Modal dialogs are a useful feature for all kinds of APEX applications and with the release of APEX 5, they are supported natively. You can easily implement one as part of a “Form..