APEX plugin file drop
It’s already reachable next to my webcam plugin for a couple months. Now I decided to publish the plugin into the wild: filedropPosted from Geneva, Geneva, Switzerland.
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…
No support
The last months I got a lot of mails regarding my plugins (especially for the Tabular LOV). I really appreciate your interest though I have to tell you guys that I give no support for them. Anyways I’d like to…
Update: JasperServer PL/SQL Tunnel
A small update for my JasperServer PL/SQL Tunnel, the new version has a second function to grab a document from jasperserver and handle it as a BLOB (e.g. to store it in the database) without printing any HTTP output. jasperserver_plsql_tunnelPosted…
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.
PL/SQL packages through the APEX Webserver
The integrated web server of Oracle Application Express allows you to access PL/SQL packages through a simple HTTP call, like that: http://my-server/apex/package.procedure . So it is possible to produce output within your package through the Oracle build-in HTP package. First…
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…
Recent Comments