orclapex Customizing Theme Roller I've had the chance to spend time with Shakeeb Rahman [https://twitter.com/shakeeb] at Kscope15 and talk about some of the new APEX UI features. You've all seen it, but here's what Theme Roller looks like as of APEX 5.0.1.00.
orclapex Simple Responsive Table Tweak APEX is excellent at reporting stuff, but sometimes in a small screen reports are hard to read: Words are wrapping. You have to scroll horizontally. It's just awkward. Here's a dead simple CSS tweak that will make your reports mobile-friendly: 1- Add the class .table-responsive to
oracle Oracle Responsive Email Templates Update: This project is no longer maintained. Demo: https://apex.oracle.com/pls/apex/f?p=16371 Source: https://github.com/vincentmorneau/oracle-rwd-email-template-api Update: 1.1.0 * Templates are now parameterized * More code refactoring 1.0.0 * Decoupled the API from the send mail feature. Now returns a CLOB value.
orclapex Reinventing APEX Reporting It's all about changing your reporting state of mind. I used to automatically associate reporting to something like this: You know the drill, a few HTML tags such as <table>, <tr>, <th>, <td>, etc. I wish we could make standard
orclapex APEX Theme Boilerplate UPDATED 2017-06-20: Templates were revisited for APEX 5.1 I love building new APEX themes from scratch. Don't get me wrong, I love the new Universal Theme as well: it's an inspiring user interface that I'll be using a lot in the years to
orclapex APEX 5.0 Dual Screen Trick I am playing a lot with APEX 5 these days, especially building a new theme called Material Design for APEX [https://twitter.com/vincentmorneau/status/577689864524693504]. I am amazed by some of the productivity enhancements it offers, but this particular one is just too good not to share. The following
gulp APEX, Sass & Sourcemaps integration Update April-23-2016: Deprecated this package in favor of APEX Nitro [https://github.com/OraOpenSource/apex-nitro/]. This post is a follow-up to my previous post on how to integrate Gulp to your APEX workflow [https://vmorneau.me/basic-gulpfile/]. This time we'll dig into an advanced Gulpfile that includes Sass
grunt Basic Gulp with APEX Update April-23-2016: Deprecated this package in favor of APEX Nitro [https://github.com/OraOpenSource/apex-nitro/]. Update Feb-28-2015: Added image optimization to the Gulpfile. Note: I have given a more interactive presentation in January 2015 at @InsumSolutions [https://twitter.com/InsumSolutions] office about how to integrate Gulp in your APEX workfow.