<?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>Warp11 .::. Oracle Apex Knowledge Group &#187; Sergei Martens</title>
	<atom:link href="http://www.warp11.nl/author/smartens/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warp11.nl</link>
	<description></description>
	<lastBuildDate>Tue, 14 May 2013 08:49:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Set value of items by changing select list using Ajax and JSON</title>
		<link>http://www.warp11.nl/2013/01/set-value-of-items-by-changing-select-list-using-ajax-and-json/</link>
		<comments>http://www.warp11.nl/2013/01/set-value-of-items-by-changing-select-list-using-ajax-and-json/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 13:31:26 +0000</pubDate>
		<dc:creator>Sergei Martens</dc:creator>
				<category><![CDATA[Apex]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.warp11.nl/?p=1078</guid>
		<description><![CDATA[For a client I needed to develop an Apex page were some items were set when the user changed the value of a select list. Because of user-experience I did not want to do a post to the server. Instead&#8230;<p class="more-link-p"><a class="more-link" href="http://www.warp11.nl/2013/01/set-value-of-items-by-changing-select-list-using-ajax-and-json/">Read more &#8594;</a></p>]]></description>
		<wfw:commentRss>http://www.warp11.nl/2013/01/set-value-of-items-by-changing-select-list-using-ajax-and-json/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calling a REST webservice with pl/sql</title>
		<link>http://www.warp11.nl/2011/07/calling-a-rest-webservice-with-plsql/</link>
		<comments>http://www.warp11.nl/2011/07/calling-a-rest-webservice-with-plsql/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 12:17:40 +0000</pubDate>
		<dc:creator>Sergei Martens</dc:creator>
				<category><![CDATA[PL/SQL]]></category>
		<category><![CDATA[pl/sql]]></category>
		<category><![CDATA[webservice]]></category>

		<guid isPermaLink="false">http://blog.warp11.nl/?p=656</guid>
		<description><![CDATA[For a customer i needed to call a external REST webservice to update an external database with some specific information.

With the use of the utl_http package Oracle has made this very simple.

I tried to make the procedure i made, self-explaining.<p class="more-link-p"><a class="more-link" href="http://www.warp11.nl/2011/07/calling-a-rest-webservice-with-plsql/">Read more &#8594;</a></p>]]></description>
		<wfw:commentRss>http://www.warp11.nl/2011/07/calling-a-rest-webservice-with-plsql/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Execute Page process with Ajax callback</title>
		<link>http://www.warp11.nl/2011/04/execute-page-process-with-ajax-callback/</link>
		<comments>http://www.warp11.nl/2011/04/execute-page-process-with-ajax-callback/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 23:27:59 +0000</pubDate>
		<dc:creator>Sergei Martens</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.warp11.nl/?p=214</guid>
		<description><![CDATA[Sometimes you want to call a page-proces, but do need to make a compleet refresh of the page by making a request. In my case I made a simple master-detail screen with Tabs (Thank you Richard). In the tabs there&#8230;<p class="more-link-p"><a class="more-link" href="http://www.warp11.nl/2011/04/execute-page-process-with-ajax-callback/">Read more &#8594;</a></p>]]></description>
		<wfw:commentRss>http://www.warp11.nl/2011/04/execute-page-process-with-ajax-callback/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create collapsible list (alternative to apex tree)</title>
		<link>http://www.warp11.nl/2011/04/create-collapsible-list-alternative-to-apex-tree/</link>
		<comments>http://www.warp11.nl/2011/04/create-collapsible-list-alternative-to-apex-tree/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 15:03:40 +0000</pubDate>
		<dc:creator>Sergei Martens</dc:creator>
				<category><![CDATA[Apex Reports]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.warp11.nl/?p=187</guid>
		<description><![CDATA[After some testing en struggling with the Apex-tree item I decided to look for an alternative for an expanding and collapsable html-list. Because of the integration with Jquery in apex, i obviously looked for an apex plug-in and found a&#8230;<p class="more-link-p"><a class="more-link" href="http://www.warp11.nl/2011/04/create-collapsible-list-alternative-to-apex-tree/">Read more &#8594;</a></p>]]></description>
		<wfw:commentRss>http://www.warp11.nl/2011/04/create-collapsible-list-alternative-to-apex-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage HTTP Access in Application Express 3.0</title>
		<link>http://www.warp11.nl/2011/01/manage-http-access-in-application-express-3-0-2/</link>
		<comments>http://www.warp11.nl/2011/01/manage-http-access-in-application-express-3-0-2/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 11:56:42 +0000</pubDate>
		<dc:creator>Sergei Martens</dc:creator>
				<category><![CDATA[Development Tools]]></category>

		<guid isPermaLink="false">http://blog.warp11.nl/?p=85</guid>
		<description><![CDATA[Wow, Richard and I have been strugling with APEX 4 on XE for hours before we came across this port: http://www.emarcel.com/database/143-apexhttpccess It would have saved us hours.. thanks Marcin! &#60;COPIED BLOG&#62; After default installation of Oracle APEX 3.0, remote users&#8230;<p class="more-link-p"><a class="more-link" href="http://www.warp11.nl/2011/01/manage-http-access-in-application-express-3-0-2/">Read more &#8594;</a></p>]]></description>
		<wfw:commentRss>http://www.warp11.nl/2011/01/manage-http-access-in-application-express-3-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.795 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-19 02:50:04 -->

<!-- Compression = gzip -->