<?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; Uncategorized</title>
	<atom:link href="http://www.oracle-and-apex.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracle-and-apex.com</link>
	<description>by Peter Raganitsch</description>
	<lastBuildDate>Mon, 23 Aug 2010 08:26:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Question: How to refresh an APEX SQL Report from JavaScript</title>
		<link>http://www.oracle-and-apex.com/question-how-to-refresh-an-apex-sql-report-from-javascript/</link>
		<comments>http://www.oracle-and-apex.com/question-how-to-refresh-an-apex-sql-report-from-javascript/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 06:52:24 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[Questions]]></category>
		<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=223</guid>
		<description><![CDATA[Nowadays everything should be interactive and Web2.0 and AJAX, and again the Oracle Application Express Development Team has prepared something for us, that makes it easy to give our APEX Applications that interactive touch.
Imagine a SQL Report Region (&#8220;Classic Report&#8221;) and a button next to it. In front of the computer is a nervous user [...]]]></description>
			<content:encoded><![CDATA[<p>Nowadays everything should be interactive and Web2.0 and AJAX, and again the Oracle Application Express Development Team has prepared something for us, that makes it easy to give our APEX Applications that interactive touch.</p>
<p><span id="more-223"></span>Imagine a SQL Report Region (&#8220;Classic Report&#8221;) and a button next to it. In front of the computer is a nervous user who waits for a certain record to appear in his Report (e.g. this months salary in his bank statement).</p>
<p>So what is he doing? The nervous finger. Clicking the refresh button every 10 seconds. And everytime he clicks the button, the page is submitted and loads the new data. But this Page submitting and reloading takes some time and flickers, which makes our user even more nervous.</p>
<p>Better and faster would be refreshing the report without submitting the Page, looks smooth and totally Web 2.0.</p>
<p>APEX has a JavaScript function <strong>$a_report(pId,pMin,pMax,pFetched,pSort)</strong> which reloads the reports data and displays it without resubmitting the whole page.<br />
pId is the ID of your Report, pMin and pMax are the RowIds to display, pFetched the number of Rows and pSort can hold some sort clause.</p>
<p>e.g. javascript:$a_report(&#8216;15520013154312712&#8242;,&#8217;1&#8242;,&#8217;10&#8242;,&#8217;10&#8242;);</p>
<p>Now all you have to do is put this javascript call into your Buttons Target</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_ajrep_button.png"><img class="alignnone size-full wp-image-244" title="oaa_ajrep_button" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_ajrep_button.png" alt="" width="489" height="270" /></a></p>
<p>And make sure that your Report is set to &#8220;Enable Partial Page Refresh&#8221;, this is needed to make sure that $a_report knows what to do.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_ajrep_report.png"><img class="alignnone size-full wp-image-245" title="oaa_ajrep_report" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_ajrep_report.png" alt="" width="388" height="249" /></a></p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=223&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/question-how-to-refresh-an-apex-sql-report-from-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Eat more fruit or an apple a day&#8230;</title>
		<link>http://www.oracle-and-apex.com/eat-more-fruit-or-an-apple-a-day/</link>
		<comments>http://www.oracle-and-apex.com/eat-more-fruit-or-an-apple-a-day/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 08:11:18 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=249</guid>
		<description><![CDATA[Fruit is healthy and my MacBook Pro is great !
Recently i switched from my old WinXP Notebook to a MacBook Pro and finally managed to set it up for all my working projects and my needs.
When working on ApexLib i often need different Versions of APEX to check the new features, which means multiple databases [...]]]></description>
			<content:encoded><![CDATA[<p>Fruit is healthy and my MacBook Pro is great !</p>
<p>Recently i switched from my old WinXP Notebook to a MacBook Pro and finally managed to set it up for all my working projects and my needs.</p>
<p>When working on <a href="http://apexlib.oracleapex.info" target="_blank">ApexLib</a> i often need different Versions of APEX to check the new features, which means multiple databases with each a different APEX Version on it.<span id="more-249"></span></p>
<p>My Requirement was to have multiple Virtual Machines, each of them with Oracle XE and APEX installed. The System Requirements shouldn&#8217;t be too high, so i decided to go for Linux in my VM&#8217;s and use <a href="http://www.parallels.com/eu/products/desktop/" target="_blank">Parallels Desktop</a> as Virtualization Software.</p>
<p>On Parallels Homepage i found a <a href="http://www.parallels.com/ptn/download/va/?va_id=169" target="_blank">ready prepared VM</a> containing a stripped down linux (without desktop GUI, console only) with a basic Oracle XE installation on it. After downloading it all you have to do is start it.</p>
<p>Another important Requirement was that i needed fixed IP&#8217;s for my VM&#8217;s and my Mac, regardless which network i am currently connected to. Parallels has a networking option called NAT/Shared Networking for this kind of requirement, to set it up you open the Parallels Preferences and switch networking type to Shared and check the box saying &#8220;show in system preferences&#8221; and set the DHCP Range to a startpoint of 10.211.55.100.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_parallels_preference.png"><img class="alignnone size-full wp-image-253" title="oaa_vm_parallels_preference" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_parallels_preference.png" alt="" width="481" height="304" /></a></p>
<p>In the System Preferences under Networking you choose the Parallels Networking Adapter and set its IP address to 10.211.55.101 (or whatever you want, this doesn&#8217;t make any difference).</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_network_options.png"><img class="alignnone size-full wp-image-254" title="oaa_vm_network_options" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_network_options.png" alt="" width="613" height="389" /></a></p>
<p>Now open the Configuration of your Virtual Machine, go to Hardware -&gt; Networking Adapter and set this to Shared Networking too.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_vm_config.png"><img class="alignnone size-full wp-image-255" title="oaa_vm_vm_config" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_vm_config.png" alt="" width="424" height="333" /></a></p>
<p>For the last part start the Virtual Machine, press Alt+F2 to get to the login prompt and log in with root. On the console type &#8220;netconfig&#8221; and give your Virtual Machine a fixed IP-Address from the free Range before .100 which is your Gateway/DNS.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_vm_netconfig.png"><img class="alignnone size-full wp-image-256" title="oaa_vm_vm_netconfig" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_vm_netconfig.png" alt="" width="513" height="313" /></a></p>
<p>I chose 10.211.55.<strong>32</strong> for APEX 3.2, 10.211.55.<strong>31</strong> for APEX 3.1 and so on.<br />
In the file /etc/hosts i added an entry for my Host Mac, so that i don&#8217;t need to remember the IP Addresses.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_vm_hosts.png"><img class="alignnone size-full wp-image-257" title="oaa_vm_vm_hosts" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_vm_hosts.png" alt="" width="540" height="49" /></a></p>
<p>Finally edit the /etc/hosts file on my Mac and add host names for all your Virtual Machines.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_mac_hosts.png"><img class="alignnone size-full wp-image-258" title="oaa_vm_mac_hosts" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_mac_hosts.png" alt="" width="411" height="169" /></a></p>
<p>Now reboot everything (i know, this isn&#8217;t needed but i&#8217;m a long time windows user&#8230;.) and enjoy your little network, to open APEX on a certain machine simply use the before specified host-names, e.g. http://xeapex32:8080/apex</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_xeapex32.png"><img class="alignnone size-full wp-image-259" title="oaa_vm_xeapex32" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_vm_xeapex32.png" alt="" width="536" height="327" /></a></p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=249&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/eat-more-fruit-or-an-apple-a-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Question: apexlib not defined</title>
		<link>http://www.oracle-and-apex.com/question-apexlib-not-defined/</link>
		<comments>http://www.oracle-and-apex.com/question-apexlib-not-defined/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 06:49:22 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=208</guid>
		<description><![CDATA[One of the most common errors, and yet not sufficiently answered&#8230;
After Installation of ApexLib and Integration into your Application you are all eager to get it running, but all you get is an error in Firebug saying &#8220;apexlib not defined&#8221;.

ApexLib not defined? What can cause that?

The main JavaScript File of ApexLib (ApexLib_Full-min.js) can&#8217;t be found, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common errors, and yet not sufficiently answered&#8230;</p>
<p><span id="more-208"></span>After Installation of ApexLib and Integration into your Application you are all eager to get it running, but all you get is an error in Firebug saying &#8220;apexlib not defined&#8221;.</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_firebug.png"><img class="alignnone size-full wp-image-235" title="oaa_and_firebug" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_firebug.png" alt="" width="557" height="142" /></a></p>
<p>ApexLib not defined? What can cause that?</p>
<ul>
<li>The main JavaScript File of ApexLib (ApexLib_Full-min.js) can&#8217;t be found, or</li>
<li>the javascript File wasn&#8217;t included</li>
</ul>
<p>At first we check Firebug&#8217;s Network Tab to see if the Javascript File was found:</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_firebug_net.png"><img class="alignnone size-full wp-image-236" title="oaa_and_firebug_net" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_firebug_net.png" alt="" width="399" height="225" /></a></p>
<p>As we can see in the picture, ApexLib_Full wasn&#8217;t found, but at least we tried to load it ;-)</p>
<p>So lets check the Region &#8220;ApexLib &#8211; Javascript/CSS&#8221; on Page 0 (that&#8217;s the place where we include the ApexLib Files by default).</p>
<p><a href="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_p0_source.png"><img class="alignnone size-full wp-image-237" title="oaa_and_p0_source" src="http://www.oracle-and-apex.com/blog/wp-content/uploads/oaa_and_p0_source.png" alt="" width="615" height="121" /></a></p>
<p>And there we found it: a simple typo in the Filename &#8220;ApexLib_Full .js&#8221; where it should read &#8220;ApexLib_Full-min.js&#8221;.</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=208&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/question-apexlib-not-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Application Express Early Adopter 2 released</title>
		<link>http://www.oracle-and-apex.com/oracle-application-express-early-adopter-2-released/</link>
		<comments>http://www.oracle-and-apex.com/oracle-application-express-early-adopter-2-released/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 08:53:52 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=217</guid>
		<description><![CDATA[After a very successful test phase of APEX 4.0 EA1 over the past weeks Oracle now released EA 2 of APEX 4.0 with a lot of bug fixes and further improvements.
Websheets are available now, a totally new and better debug interface and many more.
Read these posts to get a complete picture:

Joel Kallman &#8211; Application Express [...]]]></description>
			<content:encoded><![CDATA[<p>After a very successful test phase of APEX 4.0 EA1 over the past weeks Oracle now released EA 2 of APEX 4.0 with a lot of bug fixes and further improvements.<span id="more-217"></span></p>
<p>Websheets are available now, a totally new and better debug interface and many more.</p>
<p>Read these posts to get a complete picture:</p>
<ul>
<li><a href="http://joelkallman.blogspot.com" target="_blank">Joel Kallman</a> &#8211; <a href="http://joelkallman.blogspot.com/2010/02/application-express-40-early-adopter.html" target="_blank">Application Express 4.0 Early Adopter Phase II is available</a></li>
<li><a href="http://www.inside-oracle-apex.com" target="_blank">Patrick Wolf</a> &#8211; <a href="http://www.inside-oracle-apex.com/oracle-apex-4-0-early-adopter-release-2-available" target="_blank">Oracle APEX 4.0 Early Adopter Release 2 available!</a></li>
<li><a href="http://jes.blogs.shellprompt.net" target="_blank">John Scott</a> &#8211; <a href="http://jes.blogs.shellprompt.net/2010/02/27/application-express-40-early-adopter-2-now-available/" target="_blank">APPLICATION EXPRESS 4.0 &#8211; EARLY ADOPTER 2 NOW AVAILABLE</a></li>
<li><a href="http://oracleinsights.blogspot.com" target="_blank">Mark Lancaster</a> &#8211; <a href="http://oracleinsights.blogspot.com/2010/02/apex-40-ea2-improved-debugging-my-new.html" target="_self">APEX 4.0 EA2: Improved debugging, my new favorite feature</a></li>
</ul>
<p>Don&#8217;t waste any time, go to <a href="http://tryapexnow.com/">http://tryapexnow.com/</a> and sign yourself up for a workspace. After logging in to your new workspace click the <strong>&#8220;Learn more&#8221;</strong> button to go to a very good introduction documentation.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 34px; width: 1px; height: 1px; overflow: hidden;"><span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="color: #cc6600; font-family: Georgia,serif; font-size: 18px; line-height: 25px; text-align: left;"><a style="color: #333333; text-decoration: none; display: block; font-weight: normal;" href="http://joelkallman.blogspot.com/2010/02/application-express-40-early-adopter.html">Application Express 4.0 Early Adopter Phase II is available</a></span></span></div>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=217&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/oracle-application-express-early-adopter-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ApexLib runs with APEX 4.0</title>
		<link>http://www.oracle-and-apex.com/apexlib-runs-wit-apex-4-0/</link>
		<comments>http://www.oracle-and-apex.com/apexlib-runs-wit-apex-4-0/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 18:14:06 +0000</pubDate>
		<dc:creator>Peter Raganitsch</dc:creator>
				<category><![CDATA[APEX 4.0]]></category>
		<category><![CDATA[ApexLib]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.oracle-and-apex.com/?p=167</guid>
		<description><![CDATA[Just to let you know, ApexLib continues to make Oracle APEX a better product and works with also with APEX 4.0 .

As soon as there is a stable release of APEX 4.0 i&#8217;ll decide if there is any need for a special version of ApexLib for APEX 4.0. At the moment it looks as if [...]]]></description>
			<content:encoded><![CDATA[<p>Just to let you know, <a href="http://apexlib.oracleapex.info" target="_blank">ApexLib</a> continues to make <a href="http://apex.oracle.com" target="_blank">Oracle APEX</a> a better product and works with also with <a href="http://tryapexnow.com" target="_blank">APEX 4.0</a> .</p>
<p><span id="more-167"></span></p>
<p>As soon as there is a stable release of APEX 4.0 i&#8217;ll decide if there is any need for a special version of ApexLib for APEX 4.0. At the moment it looks as if ApexLib works as expected, but some of its features are obsolete due to enhancements of Application Express.</p>
<p>Other Features of ApexLib can be achieved by using new Plugin types.</p>
<p>But: ApexLib development continues, i&#8217;m working on some nice features which even don&#8217;t exist in APEX 4.0 :-)</p>
<p>If you have any special requirements or would like to see a special new feature in ApexLib just drop a comment and i&#8217;ll see what can be done (in my spare time&#8230;).</p>
<img src="http://www.oracle-and-apex.com/blog/?ak_action=api_record_view&id=167&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.oracle-and-apex.com/apexlib-runs-wit-apex-4-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
