ApexLib APEX Developer Addon

Do you ever wanted to have Syntax Highlighting in the APEX Application Builder?

Or Keyboard Shortcuts for Save, Run, Next and others?

What about efficient and quick Navigation through the Application Builder? e.g. Jump directly from Edit Page to Application Items?

Continue reading

Create better XLIFF Files for Oracle APEX Translations

One of the many good things about Oracle APEX is the builtin capability to create multilingual Applications. It gives you a set of tools to translate your Application and provide it in multiple languages at the same time.

One of the Key Components of this Translation Mechanism is the creation of an XLIFF File. This File contains all text strings of your Application (that is all your UI Strings, not your Data) and from which to which language it should be translated.

Continue reading

Plugin: Address validation and display map

Sometimes you want a user to enter an address which later on can be used to display it on a map. Now you want to make sure, that the user sees what the the map will look like and where his entered address is shown on the map.

This comes in very handy for those users who always seems to forget to enter the whole address.

Continue reading

Plugin: resizeable Textarea (remembers Size)

When that little box on that web form you need to fill in is simply too small to show all your information at once, you wish to make the box bigger.

Some browsers let you change the size of text-boxes (textarea), others don’t. So if the programmer of that page doesn’t give the textarea some javascript to be resizeable you are stuck with the given size.

Continue reading