iOS Pull-to-refresh in mobile Safari with native Scrolling
The iOS6 developer kit for native apps is out there for a while and Apple finally added a out of the box pull-to-refresh control called UIRefreshControl. However this feature is nothing new and used by plenty of apps in different…
How to detect DOM manipulations (with jQuery)
Detecting any changes in the current DOM is not an easy task even though some current browsers support to listen to mutation events. These mutation events got recently deprecated in favor of DOM Mutation Observers and for a good reason….
APEX Drag and Drop Fileuploader
Based on my jQuery plugin I created an APEX plugin to upload files the same way. The plugin displays a dropping area and sends the files with AJAX to an APEX PL/SQL process. Try it! Posted from Vienna, Wien, Austria.
APEX Webcam Plugin
This plugin allows you to receive pictures of a webcam in a PL/SQL execution. I used a jquery plugin from xarg.org. After installation, t is pretty simple to handle though you have to grab the BLOB from the collection on…
Camera on APEX
A current client needed a possibility to add a camera frame to an APEX application. So I created a plugin for his need. It still has some bugs but it is so super easy to configure. You can try the…
APEX and JasperServer Tunnel + Plugin
Application Express provides a good integration of the Oracle BI Publisher, not everyone wants to invest in this pretty expensive piece of software. A good open source alternative is JasperReports. I think most of the APEX developer out there use…
Update: Tabular LOV
I updated my tabular LOV plugin because it wasn’t able to select new row entries in the table. Now it is! You get the new Version here: at_nethead_tabular_form_super_lov_1_3_1Posted from Leonding, Upper Austria, Austria.
APEX Plugin: Extendable Shuttle
I needed a solution to add new values to an existing shuttle on user demand. That means that the user should be able to add values in a shuttle with a text input. For that mather I created a plugin…
Update: Tabular Form with Modular LOV
I created a demo for the Modular LOV for Tabular Forms plugin you can find it under http://apex.oracle.com/pls/apex/f?p=11202. Just log in with demo/demo and go on the “Orders” tab and edit an order detail (it’s page 29). If you try…
APEX Plugin Super LOV for Tabular Form
For an actual Application Express project I needed a way to choose a value from a modal dialog for a field in a page. Normally I could use the build in LOV or a simple <select> object but the problem…
Recent Comments