<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>get along with Oracle and APEX &#187; APEX 4.0</title>
	<atom:link href="http://www.oracle-and-apex.com/category/apex-4-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracle-and-apex.com</link>
	<description>by Peter Raganitsch</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:23:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Plugin: Month Picker</title>
		<link>http://www.oracle-and-apex.com/plugin-month-picker/</link>
		<comments>http://www.oracle-and-apex.com/plugin-month-picker/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 20:33:27 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[APEX Plugin]]></category>
		<category><![CDATA[Date Picker]]></category>
		<category><![CDATA[Month Picker]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=683</guid>
		<description><![CDATA[Last Week i had a customer requirement for an easy method to enter a date, but only month and year. Using the Date Picker Item it wasn&#8217;t possible to show a popup without the days, so I began a search and found a month picker jQuery Plugin. Using that it was easy to create an [...]]]></description>
			<content:encoded><![CDATA[<p>Last Week i had a customer requirement for an easy method to enter a date, but only month and year.</p>
<p>Using the Date Picker Item it wasn&#8217;t possible to show a popup without the days, so I began a search and found a <a title="jQuery Month Picker" href="http://lucianocosta.info/jquery.mtz.monthpicker/" target="_blank">month picker jQuery Plugin</a>.</p>
<p>Using that it was easy to create an APEX Plugin with simple settings:<span id="more-683"></span></p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/Month-Picker-Settings.png"><img class="alignnone size-full wp-image-684" title="Month Picker Settings" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/Month-Picker-Settings.png" alt="" width="358" height="93" /></a></p>
<p>Download</p>
<p>Get the Plugin at <a title="Month-Picker Plugin at apex-plugin.com" href="http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/month-picker_148.html" target="_blank">apex-plugin.com</a> or <a title="Demo of the APEX Plugin &quot;Month-Picker&quot;" href="http://apex.oracle.com/pls/apex/f?p=PLUGINS:MONTH_PICKER:0" target="_blank">try a demo over here</a> at first.</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=683&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/plugin-month-picker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in Oracle APEX 4.1? &#8211; from the inside</title>
		<link>http://www.oracle-and-apex.com/whats-new-in-oracle-apex-4-1-from-the-inside/</link>
		<comments>http://www.oracle-and-apex.com/whats-new-in-oracle-apex-4-1-from-the-inside/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 19:21:35 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX]]></category>
		<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[APEX 4.1]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[APEX API]]></category>
		<category><![CDATA[APEX Dictionary]]></category>
		<category><![CDATA[APEX Repository]]></category>
		<category><![CDATA[APEX Views]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=662</guid>
		<description><![CDATA[We all read the blogpostings about what features were added in Oracle APEX 4.1, like the ones here, here, here and here. But what does that mean on a more technical level? Which Views have changed, which API&#8217;s have changed? Inspired by the Webinar over here I thought i&#8217;ll give the redgate Schema Compare Tool [...]]]></description>
			<content:encoded><![CDATA[<p>We all read the blogpostings about what features were added in Oracle APEX 4.1, like the ones <a title="Joel Kallman on APEX 4.1" href="http://joelkallman.blogspot.com/2011/08/oracle-application-express-41-released.html" target="_blank">here</a>, <a title="Dimitri Gielis on APEX 4.1" href="http://dgielis.blogspot.com/2011/05/apex-41-chart-improvements.html" target="_blank">here</a>, <a title="Patrick Wolf on APEX 4.1" href="http://www.inside-oracle-apex.com/apex-4-1-error-handling-improvements-part-1/" target="_blank">here</a> and <a title="Dan McGhan on APEX 4.1" href="http://www.danielmcghan.us/2011/08/new-browser-security-attributes-in-apex.html" target="_blank">here</a>.</p>
<p>But what does that mean on a more technical level? Which Views have changed, which API&#8217;s have changed?</p>
<p>Inspired by the Webinar <a title="redgate Webinar on Schema Compare for Oracle" href="http://www.red-gate.com/products/oracle-development/deployment-suite-for-oracle/webinars/webinar-scott-spendolini-oracle-apex-development-tools" target="_blank">over here</a> I thought i&#8217;ll give the <a title="Product Website of Schema Compare for Oracle" href="http://www.red-gate.com/products/oracle-development/schema-compare-for-oracle/" target="_blank">redgate Schema Compare Tool</a> a try.</p>
<p><span id="more-662"></span>The Setup was pretty easy. After installing that tool on a Windows VM i just started it and created a new compare project where i entered the connection details from my 2 databases where APEX 4.0 and APEX 4.1 is installed.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/Compare-Project-Setup.png"><img class="aligncenter size-medium wp-image-663" title="Compare Project Setup" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/Compare-Project-Setup-400x293.png" alt="" width="400" height="293" /></a>On the second Tab of this dialog you can specify some options.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/Compare-Project-Options.png"><img class="aligncenter size-medium wp-image-664" title="Compare Project Options" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/Compare-Project-Options-400x293.png" alt="" width="400" height="293" /></a></p>
<p>Now all you need to do is hit the &#8220;Compare Now&#8221; Button, wait a minute (which i think is pretty quick) and see the Result Overview:</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/Compare-Result.png"><img class="aligncenter size-medium wp-image-665" title="Compare Result" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/Compare-Result-400x307.png" alt="" width="400" height="307" /></a></p>
<p>Now you can zoom in and check the Details of each and every difference found:</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/Compare-Result-Details.png"><img class="aligncenter size-medium wp-image-666" title="Compare Result Details" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/Compare-Result-Details-400x307.png" alt="" width="400" height="307" /></a></p>
<p>As you can see this was just a matter of minutes and a pretty straight forward process.</p>
<p>For now I’m interested in the differences only and don’t want to use Schema Compare to generate a script to update my 4.1 database with the contents of my 4.0 database.<br />
But if you’re about to move an application from dev to test or push it live, the tool can write the upgrade script  and do the upgrade for you too, if you want.</p>
<h2>Changes between APEX 4.0 and 4.1</h2>
<p>After creating the Diff between 4.0 and 4.1 i browsed the Details and found some changes which were interesting to me.</p>
<p>Please note that this is not a complete evaluation of the differences, nor might it be important to anyone (but me).</p>
<p>Also note, that many objects are for internal use only, therefore i&#8217;ll mention names of Public Objects only  (APEX*-Views).</p>
<h3>New / Removed Objects</h3>
<p>At first i compared the objects that were removed (exist only in APEX_040000 Schema) and the objects that were created new with APEX 4.1 (Schema APEX_040100).</p>
<p>Here we can find some objects dropped and more created which refer to the new Authorizations and Authentications, which are new Plugins in APEX 4.1 (read <a title="Christian Neumüller on Oracle APEX 4.1 Authorization Plugins" href="http://chrisonoracle.wordpress.com/2011/05/09/how-to-create-an-apex-4-1-authorization-plugin/" target="_blank">this one</a> for details on those Plugins).</p>
<p>Other created Objects are used for the new <a title="OBE for Oracle APEX Data Load Wizard" href="http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r41/dataload/dataload.htm" target="_blank">Data Upload Wizard</a> you can implement in an APEX Application.</p>
<p>The third new Cluster deals with the changed Errorhandling as described by Patrick over <a title="New Errorhandling in APEX 4.1" href="http://www.inside-oracle-apex.com/apex-4-1-error-handling-improvements-part-1/" target="_blank">here</a>.</p>
<p>But there are also things i didn&#8217;t expect, like new public Views for dynamic Translations and the Translation Table itself.</p>
<p>New Views:</p>
<ul>
<li>APEX_WORKSPACE_GROUP_USERS</li>
<li>APEX_WORKSPACE_GROUPS</li>
<li>APEX_APPLICATION_TRANS_DYNAMIC</li>
<li>APEX_APPLICATION_TRANS_REPOS</li>
<li>APEX_APPL_LOAD_TABLES</li>
<li>APEX_APPL_LOAD_TABLE_LOOKUPS</li>
<li>APEX_APPL_LOAD_TABLE_RULES</li>
</ul>
<p>New API&#8217;s:</p>
<ul>
<li>APEX_AUTHENTICATION</li>
<li>APEX_DATA_LOAD</li>
<li>APEX_ERROR</li>
</ul>
<h3>Changed Objects</h3>
<p>Changes in the previous existing 154 public Views and API&#8217;s can be clustered as:</p>
<ul>
<li>most (if not all) Views got a new column WORKSPACE_DISPLAY_NAME</li>
<li>the security check in all relevant Views got enhanced by also checking the SYS_CONTEXT and the new Build-Status RUN_AND_HIDDEN</li>
<li>Plugins got enhanced by new types (authentication and authorization) and have now up to 15 attributes instead of 10 before</li>
<li>APEX_APPLICATION_AUTH and APEX_APPLICATION_AUTHORIZATION got rewritten to reflect that Authorizations/Authentications are Plugins now</li>
<li>APEX_APPLICATION_LIST_ENTRIES do have a flag indicating if the entry should be translated, or not</li>
<li>APEX_APPLICATION_LISTS can be static or dynamic now, reflected by the new columns LIST_CODE_TYPE and LIST_QUERY</li>
<li>APEX_APPLICATION_PAGE_BUTTONS: Buttons now can be normal or &#8220;hot&#8221;, and both Button types (Region Button and Item Button) now have same functionality.<br />
Another new Button feature is the Button Action &#8220;Defined by Dynamic Action&#8221; which basically does nothing at all (in APEX 4.0 you would use target URL &#8220;#&#8221; to achieve the same)</li>
<li>Dynamic Actions can directly target Buttons which lead to new columns in APEX_APPLICATION_PAGE_DA</li>
<li>new Errorhandling Function can be defined on Application or on Page Level, changes in APEX_APPLICATION_PAGES</li>
<li>Validations for Tabular Form Columns have been enhanced: APEX_APPLICATION_PAGE_VAL</li>
<li>some preperations for mobile Templates have been made, like the &#8220;Render Form Items in Table&#8221; Flag in APEX_APPLICATION_TEMP_REGION or special defaults for mobile templates in APEX_APPLICATION_THEMES</li>
<li>APEX_APPLICATIONS has plenty of new and changed colums</li>
<li>lots of minor changes like new columns in Views that have been missing before (e.g. Condition-Type in APEX_APPLICATION_BC_ENTRIES)</li>
</ul>
<p>Of course there have been numerous changes in several API Packages, but this would be too much for a single blog post.<br />
If you want to digg that deep, feel free to do a Diff or look directly at the Package Specs of interest.</p>
<p>Happy Coding, everyone !</p>
<p>&nbsp;</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=662&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/whats-new-in-oracle-apex-4-1-from-the-inside/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>mobile Oracle APEX on your smartphone</title>
		<link>http://www.oracle-and-apex.com/mobile-oracle-apex-on-your-smartphone/</link>
		<comments>http://www.oracle-and-apex.com/mobile-oracle-apex-on-your-smartphone/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 14:02:59 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[APEX]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=553</guid>
		<description><![CDATA[Going mobile is one of the hot topics at the moment. Everyone has a smartphone with internet connection and a browser. Some prefer brand A against brand B, but that&#8217;s just a personal preference. It doesn&#8217;t really change a thing. You want to join the crowd and provide a mobile interface for your APEX Application? [...]]]></description>
			<content:encoded><![CDATA[<p>Going mobile is one of the hot topics at the moment. Everyone has a smartphone with internet connection and a browser. Some prefer brand A against brand B, but that&#8217;s just a personal preference. It doesn&#8217;t really change a thing.</p>
<p>You want to join the crowd and provide a mobile interface for your APEX Application? Nothing easier than that!</p>
<p><span id="more-553"></span>As pointed out above the variety of mobile phone brands and Operation Systems is wide and our APEX Application should run on any device, regardless if there is a fruit on the back cover or something else (a robot?).</p>
<p>Oracle APEX lets you create a web application and you can influence the HTML Code it creates. That also means you can include a 3rd Party Javascript Library to provide support for mobile devices.</p>
<p>There are several Javascript libraries/frameworks covering mobile support, like: <a href="http://jqtouch.com/" target="_blank">jqTouch</a>, <a href="http://www.sencha.com/products/touch/" target="_blank">Sencha Touch</a>, <a href="http://jquerymobile.com/" target="_blank">jQuery mobile</a>, <a href="http://dhtmlx.com/touch/" target="_blank">dhtmlx touch</a> and many more.</p>
<p>After several tests i decided to use jQuery mobile, as it fits the APEX structure best, covers the <a href="http://jquerymobile.com/gbs/" target="_blank">broadest range</a> of mobile devices and will also be included in APEX 4.1 (or 4.2, whenever they are ready for mobile). See the <a href="http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-sod-087560.html" target="_blank">Statement of direction</a> for more Information.</p>
<p>See what it looks like:</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/login.png"><img class="alignnone size-thumbnail wp-image-557" title="login" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/login-150x150.png" alt="" width="150" height="150" /></a><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/main_menu.png"> <img class="alignnone size-thumbnail wp-image-558" title="main_menu" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/main_menu-150x150.png" alt="" width="150" height="150" /></a> <a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/customers_overview.png"><img class="alignnone size-thumbnail wp-image-556" title="customers_overview" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/customers_overview-150x150.png" alt="" width="150" height="150" /></a> <a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/phone_keyboard.png"><img class="alignnone size-thumbnail wp-image-559" title="phone_keyboard" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/phone_keyboard-150x150.png" alt="" width="150" height="150" /></a></p>
<p><a href="http://www.click-apex.at/apex/f?p=mobile" target="_blank">Here</a> you can see it in a demo Showcase: http://www.click-apex.at/apex/f?p=mobile</p>
<p>The good thing is, everything you see is built using standard APEX components. There is at first a Theme with a small number of Templates to create a HTML Structure that jQuery mobile expects. Then there are a couple of Plugins to render HTML5 compliant input items (the type-attribut of the input item makes the mobile browser decide which onscreen keyboard should be used: number, test, phone, email, url).<br />
In the pictures above you can see a standard login screen, a List for the main menu, a report with a special template and a standard form using the HTML5 Plugin for the phone keyboard.</p>
<p>There will be a very detailed article in one of the next issues of the <a href="http://www.oracle.com/webfolder/technetwork/de/community/apex/index.html" target="_blank">german APEX Community</a> where i describe how this demo Application was built (and provide the Theme source code).<br />
Once this is released i will provide you here with an english version of that.</p>
<p>If you like this and you want to create a mobile APEX Application too, then you have 3 options:</p>
<ol>
<li>create a mobile Theme on your own (that takes some time at the first try&#8230;)</li>
<li>wait for APEX 4.1 where support for mobile will hopefully be included (this might take a while)</li>
<li>wait for my next Blog Posting on this topic (best choice!)</li>
</ol>
<p>Update: the <a title="Second Article on mobile Oracle APEX on your smartphone" href="http://www.oracle-and-apex.com/create-a-mobile-theme-for-oracle-apex/">next Blog Posting</a> was released</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=553&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/mobile-oracle-apex-on-your-smartphone/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Enhance the APEX 4.0 Search Box</title>
		<link>http://www.oracle-and-apex.com/enhance-apex-40-search-box/</link>
		<comments>http://www.oracle-and-apex.com/enhance-apex-40-search-box/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 23:09:35 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=488</guid>
		<description><![CDATA[Oracle APEX 4.0 brought us a &#8220;Search Application&#8221; functionality which helps really a lot. Not only can you search there for strings in your application code, you also can enter an page-id and jump directly to the page. This is so good, that i thought i go a little further and improve it even more. [...]]]></description>
			<content:encoded><![CDATA[<p>Oracle APEX 4.0 brought us a &#8220;Search Application&#8221; functionality which helps really a lot.</p>
<p>Not only can you search there for strings in your application code, you also can enter an page-id and jump directly to the page.</p>
<p>This is so good, that i thought i go a little further and improve it even more.<span id="more-488"></span></p>
<p>With Version 2.1 of the <a href="http://builderplugin.oracleapex.info" target="_blank">ApexLib Builder Plugin</a> the search box is even more enhanced and turned into a quick navigation command and search center.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/enhanced_searchbox.png"><img class="alignnone size-full wp-image-490" title="enhanced_searchbox" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/enhanced_searchbox.png" alt="" width="560" height="307" /></a></p>
<p>To get an Overview what&#8217;s possible just enter a <strong>?</strong> (question mark) into the search field and press enter.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/apex_40_searchbox_help.png"><img class="alignnone size-full wp-image-493" title="apex_40_searchbox_help" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/apex_40_searchbox_help.png" alt="" width="523" height="437" /></a></p>
<p>So if you want to switch from your page item screen to the plugins simply enter &#8220;<strong>g pl</strong>&#8221; into the search box and hit enter.</p>
<p>And it gets even better: with the new ApexLib BuilderPlugin config files we established the Hotkey &#8220;<strong>Ctrl+Shift+F</strong>&#8221; which sets the focus into the search field.</p>
<p>So &#8220;<strong>Ctrl+Shift+F</strong>&#8220;, then &#8220;<strong>g ap</strong>&#8220;, <strong>enter</strong> and you are at the Application Processes.</p>
<p>Great, isn&#8217;t it?</p>
<p>Now go and <a href="http://builderplugin.oracleapex.info" target="_blank">get the new ApexLib BuilderPlugin</a> and start getting even more productive.</p>
<p><strong>Also</strong>: did you know that using the BuilderPlugin you can use the Hotkeys <strong>F10</strong> for save, <strong>F8</strong> for Run, <strong>Ctrl+Shift+E</strong> for Edit Page and much more?</p>
<p><a href="http://www.click-click.at/apex-4-0-suchbox-erweitert" target="_blank">Dieser Artikel liegt auch in deutscher Sprache vor</a>.</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=488&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/enhance-apex-40-search-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin: Item Button with redirect</title>
		<link>http://www.oracle-and-apex.com/plugin-item-button-with-redirect/</link>
		<comments>http://www.oracle-and-apex.com/plugin-item-button-with-redirect/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 13:05:10 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=481</guid>
		<description><![CDATA[Recently i had to create a Button among Page Items which should execute a Javascript function. Sounds easy, but standard Page Item Buttons always submit the Page, which isn&#8217;t what i wanted. So i created this little Plugin&#8230;. This item type plug-in provides a simple Button which can be placed among other Page items and [...]]]></description>
			<content:encoded><![CDATA[<p>Recently i had to create a Button among Page Items which should execute a Javascript function.</p>
<p>Sounds easy, but standard Page Item Buttons always submit the Page, which isn&#8217;t what i wanted.</p>
<p>So i created this little Plugin&#8230;.<span id="more-481"></span></p>
<p>This item type plug-in provides a simple Button which can be placed  among other Page items and can redirect to a Page or URL or even execute  javascript code.</p>
<p>As you can see in the screen-shot, it is really easy to use.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/plugin-item-button-settings.png"><img class="alignnone size-full wp-image-484" title="plugin-item-button-settings" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/plugin-item-button-settings.png" alt="" width="481" height="124" /></a></p>
<h3>Download</h3>
<p>I put that Plugin on <a href="http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/item-button-with-redirect_96.html" target="_blank">www.apex-plugin.com</a>, there is also a <a href="http://apex.oracle.com/pls/apex/f?p=PLUGINS:ITEM_BUTTON" target="_blank">demo over here</a>.</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=481&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/plugin-item-button-with-redirect/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Plugin: Address validation and display map</title>
		<link>http://www.oracle-and-apex.com/plugin-address-validation-and-display-map/</link>
		<comments>http://www.oracle-and-apex.com/plugin-address-validation-and-display-map/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 11:49:36 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=469</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>This comes in very handy for those users who always seems to forget to enter the whole address.</p>
<p><span id="more-469"></span>The new item type Plugin &#8220;Address (validation and display map)&#8221; gives you an easy way to provide a text-field where the user can enter his address and immediately sees a map and a marker for the address.</p>
<p>This Plugin also has some advanced attributes which you can use to get even more information out of the Google Geocoding API.</p>
<p>See <a href="http://gmaps-samples-v3.googlecode.com/svn/trunk/geocoder/v3-geocoder-tool.html" target="_blank">this documentation</a> for examples of what the Google Geocoding API is capable of.</p>
<p>You can find Documentation to that Plugin <a href="http://apexlib.oracleapex.info/plugins.html" target="_blank">over here</a>.</p>
<h3>How does it work?</h3>
<p>The item is a standard input item which takes the entered address, as soon as the user leaves the field, and sends it to the Google Geocoding API.</p>
<p>The first matching address returned by the Geocoding API is displayed in a Google Map.</p>
<h3>Download</h3>
<p>I put that Plugin on <a href="http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/addressvalidate-display-map_88.html" target="_blank">www.apex-plugin.com</a>, there is also a <a href="http://apex.oracle.com/pls/apex/f?p=PLUGINS:ADDRESS_VALIDATION" target="_blank">demo over here</a>.</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=469&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/plugin-address-validation-and-display-map/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Zwei APEX Seminare in Wien</title>
		<link>http://www.oracle-and-apex.com/zwei-apex-seminare-in-wien/</link>
		<comments>http://www.oracle-and-apex.com/zwei-apex-seminare-in-wien/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 14:16:50 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX]]></category>
		<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Workshop]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=462</guid>
		<description><![CDATA[Wer gerade auf der Suche nach einem geeigneten APEX Workshop in Wien ist, hat hier eine wunderbare Gelegenheit gefunden. Meine Firma, click-click IT Solutions, veranstaltet zwei Seminare zu Oracle APEX Anfang März in Wien. Diese Seminare laufen in der Reihe der AOUG Seminare und sind deswegen unfassbar günstig! Für Mitglieder der AOUG kostet so ein [...]]]></description>
			<content:encoded><![CDATA[<p>Wer gerade auf der Suche nach einem geeigneten APEX Workshop in Wien ist, hat hier eine wunderbare Gelegenheit gefunden.</p>
<p>Meine Firma, <a href="http://www.click-click.at" target="_blank">click-click IT Solutions</a>, veranstaltet zwei Seminare zu Oracle APEX Anfang März in Wien.</p>
<p>Diese Seminare laufen in der Reihe der <a href="http://www.aoug.at/Event/Year/2011/Category/Seminar" target="_blank">AOUG Seminare</a> und sind deswegen unfassbar günstig!<br />
Für Mitglieder der <a href="http://www.aoug.at" target="_blank"><strong>AOUG</strong></a> kostet so <strong>ein Tag</strong> gerade mal <strong>EUR 225,-</strong> , Nichtmitglieder auch nur EUR 295,- !</p>
<h3>Seminar 1: 03.03.2011 <a href="http://www.aoug.at/Event/187" target="_blank">APEX Einstieg</a></h3>
<p>Der richtige Einstieg für alle Interessierten, hier bekommen sie einen ganzen Tag lang alles wissenswerte rund um Oracle Application Express vermittelt und &#8220;begreifen&#8221; Applikationsentwicklung mit gezielten Hands-On Übungen.</p>
<p>Egal ob Entwickler, DBA oder Manager. Nach diesem Tag können sie nicht nur ihre eigene Applikationsentwicklung starten, sondern sie haben auch genug Background um zu entscheiden ob/wie/wo Oracle APEX in ihrem Unternehmen eingesetzt werden kann.</p>
<h3>Seminar 2: 04.03.2011 <a href="http://www.aoug.at/Event/188" target="_blank">APEX 4.0 new Features</a></h3>
<p>Wer schon Ahnung von Oracle APEX hat, aber die neuen Features der Release 4.0 noch nicht einsetzt, der ist mit diesem Tag richtig beraten.</p>
<p>An diesem Tag dreht sich alles um Interaktivität mit Dynamic Actions, Plugins und den neuen Tabular Form Features.<br />
Aber auch die anderen neuen Features kommen nicht zu kurz:</p>
<ul>
<li>neue Charts und Maps</li>
<li>interaktive Reports</li>
<li>Team Development</li>
<li>REST Webservices</li>
<li>uvm.</li>
</ul>
<h4>Lassen sie sich diese einmalige Gelegenheit nicht entgehen und buchen noch heute einen der wenigen noch verfügbaren Plätze direkt auf der <a href="http://www.aoug.at/Event/Year/2011/Category/Seminar" target="_blank">AOUG Seminar-Seite</a>.</h4>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=462&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/zwei-apex-seminare-in-wien/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle APEX 4.02 is out</title>
		<link>http://www.oracle-and-apex.com/oracle-apex-4-02-is-out/</link>
		<comments>http://www.oracle-and-apex.com/oracle-apex-4-02-is-out/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 05:53:01 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=429</guid>
		<description><![CDATA[The new Patch for APEX 4.0 with the version number 4.0.2.00.06 was just released. Read all about it at Joels Blog. Thanks to the APEX Development Team! You are doing a great job, hope to see many more releases in the future.]]></description>
			<content:encoded><![CDATA[<p>The new Patch for APEX 4.0 with the version number 4.0.2.00.06 was just released.</p>
<p>Read all about it at <a href="http://joelkallman.blogspot.com/2010/11/oracle-application-express-402-released.html" target="_blank">Joels Blog</a>.</p>
<p>Thanks to the APEX Development Team! You are doing a great job, hope to see many more releases in the future.</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=429&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/oracle-apex-4-02-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize the APEX Workspace Login Page</title>
		<link>http://www.oracle-and-apex.com/customize-the-apex-workspace-login-page/</link>
		<comments>http://www.oracle-and-apex.com/customize-the-apex-workspace-login-page/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 08:26:03 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[APEX]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tipps]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=390</guid>
		<description><![CDATA[One nagging thing about APEX occurs often to me. It&#8217;s the inability to customize the Workspace Login Page. In APEX Instances within corporations you may want to display your own Logo or some custom text explaining your developers what to do and what not. Some lines of javascript and jQuery to the rescue, i build [...]]]></description>
			<content:encoded><![CDATA[<p>One nagging thing about APEX occurs often to me. It&#8217;s the inability to customize the Workspace Login Page.</p>
<p>In APEX Instances within corporations you may want to display your own Logo or some custom text explaining your developers what to do and what not.</p>
<p><span id="more-390"></span>Some lines of javascript and jQuery to the rescue, i build a nice little function which is super easy to call and gives you full flexibility to customize the Workspace Login Page.</p>
<p>Many thanks to <a href="http://unclechrisblog.blogspot.com/" target="_blank">Chris</a> for testing and reviewing the function and some important hints on how to improve my code!</p>
<p>This is what the Login Page per Default looks like:</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_apex_workspace_login_before.png"><img class="alignnone size-medium wp-image-391" title="oaa_apex_workspace_login_before" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_apex_workspace_login_before-400x316.png" alt="" width="400" height="316" /></a></p>
<p>After calling the new function the Login Page looks much nicer (notice the missing 3 regions at the bottom):</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_apex_workspace_login_after.png"><img class="alignnone size-medium wp-image-392" title="oaa_apex_workspace_login_after" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_apex_workspace_login_after-400x247.png" alt="" width="400" height="247" /></a></p>
<p>Looks way better, doesn&#8217;t it?</p>
<p>Now the most important part, here is all the code you need to get it running on your instance, you put this code in the &#8220;Login Message&#8221; which is defined in the Apex Administration panel under &#8220;Manage Instance&#8221;:</p>
<pre class="brush: html">&lt;script type=&quot;text/javascript&quot; src=&quot;http://apexlib.oracleapex.info/ApexLib_Loginpage.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
apexlib.loginpage.customizeLoginPage
( &quot;click-click IT Solutions&quot;
, &quot;1.8em&quot;
, &quot;Welcome to the APEX Hosting Instance of &lt;a href=&#039;http://www.click-click.at&#039; target=&#039;_blank&#039;&gt;click-click IT Solutions&lt;/a&gt;.&lt;br /&gt;If you don&#039;t have a login please contact the Administrator to get one.&lt;br /&gt;&lt;br /&gt;Have a nice day!&quot;
, &quot;http://www.click-click.at/wp-content/themes/click/images/clickclick_logo.gif&quot;
, &quot;http://www.click-click.at&quot;
, false
, false
, false
, false);
&lt;/script&gt;
</pre>
<p>You can hotlink the new ApexLib_Loginpage.js directly from http://apexlib.oracleapex.info, or you <a href="http://apexlib.svn.sourceforge.net/viewvc/apexlib/trunc/Server/Tools/ApexLib_Loginpage.js" target="_blank">download a local copy</a> from the ApexLib Sourceforge SVN.</p>
<p>Taking a look at the function declaration should explain the options:</p>
<pre class="brush: html">
apexlib.loginpage.customizeLoginPage = function
( pLoginRegionTitle          // string to be displayed in the region header
, pLoginRegionTitleFontSize  // font-size for the region title, should include em or px
, pLoginRegionText           // replaces the explanation text inside the login-region, can include HTML
, pLoginRegionLogoImage      // URL pointing to an image with max size 240x200px
, pLinkLogoToHref            // when user clicks the new Logo, this URL will be opened
, pShowLoginMessageRegion    // true/false: show the Login Message Region (the yellow one)
, pShowWorkspaceRegion       // true/false: show the Workspace Region
, pShowGettingStartedRegion  // true/false: show the Getting Started Region
, pShowCommunityRegion       // true/false: show the Community Region
)
</pre>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=390&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/customize-the-apex-workspace-login-page/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>APEX 4.0 Available Updates</title>
		<link>http://www.oracle-and-apex.com/apex-4-0-available-updates/</link>
		<comments>http://www.oracle-and-apex.com/apex-4-0-available-updates/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 10:38:32 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ApexLib]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=384</guid>
		<description><![CDATA[One of the smaller but really helpful and cool features of Oracle APEX 4.0 is the Available Updates Section. Yesterday the Patchset APEX 4.0.1.00.03 was released and today i can see it in my APEX Builder.As you can see on the picture below there is a new small section on the right side which appears [...]]]></description>
			<content:encoded><![CDATA[<p>One of the smaller but really helpful and cool features of Oracle APEX 4.0 is the Available Updates Section.</p>
<p><a href="http://joelkallman.blogspot.com/2010/08/application-express-401-released.html" target="_blank">Yesterday</a> the <a href="http://www.oracle.com/technetwork/developer-tools/apex/401-patch-166923.html" target="_blank">Patchset APEX 4.0.1.00.03</a> was released and today i can see it in my APEX Builder.<span id="more-384"></span>As you can see on the picture below there is a new small section on the right side which appears only if there are any important news.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_available_updates_full.png"><img class="alignnone size-medium wp-image-386" title="oaa_available_updates_full" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_available_updates_full-400x199.png" alt="" width="400" height="199" /></a></p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=384&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/apex-4-0-available-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

