<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Blucel Ltd</title>
	<atom:link href="http://blucel.co.uk/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blucel.co.uk</link>
	<description>Tech, Oracle, user experience, coffee,  design standards, and shameless ranting</description>
	<lastBuildDate>Thu, 01 Mar 2012 09:48:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Oracle Apex sticky hide and show regions by Mark Caulfield</title>
		<link>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/comment-page-1/#comment-70</link>
		<dc:creator>Mark Caulfield</dc:creator>
		<pubDate>Thu, 01 Mar 2012 09:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/?p=274#comment-70</guid>
		<description>Download the jquery cookie plug in and upload it to your files/images section in your applications shared components screen.

To edit the page template, go to the design view of one of your applications pages, under the templates section to the right of the page click the page template, in the header definition under the #HEAD# text, paste the following.


&lt;pre lang=&quot;javascript&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;#WORKSPACE_IMAGES#jquery.cookie.js&quot;&gt;&lt;/script&gt;
&lt;/pre&gt;

Of course, if you already have a reference to jquery in your template, ignore the first line.

That&#039;s it. You can now use cookies in your application.</description>
		<content:encoded><![CDATA[<p>Download the jquery cookie plug in and upload it to your files/images section in your applications shared components screen.</p>
<p>To edit the page template, go to the design view of one of your applications pages, under the templates section to the right of the page click the page template, in the header definition under the #HEAD# text, paste the following.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p274code1'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2741"><td class="line_numbers"><pre>1
2
</pre></td><td class="code" id="p274code1"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span> src<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;#WORKSPACE_IMAGES#jquery.cookie.js&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Of course, if you already have a reference to jquery in your template, ignore the first line.</p>
<p>That&#8217;s it. You can now use cookies in your application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Apex sticky hide and show regions by Tony J</title>
		<link>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/comment-page-1/#comment-69</link>
		<dc:creator>Tony J</dc:creator>
		<pubDate>Wed, 29 Feb 2012 19:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/?p=274#comment-69</guid>
		<description>How do I &quot;Add jquery cookie library to page template?&quot;</description>
		<content:encoded><![CDATA[<p>How do I &#8220;Add jquery cookie library to page template?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle APEX radio groups as buttonsets by JqJunky</title>
		<link>http://blucel.co.uk/index.php/2012/02/13/oracle-apex-radio-groups-as-buttonsets/comment-page-1/#comment-67</link>
		<dc:creator>JqJunky</dc:creator>
		<pubDate>Tue, 14 Feb 2012 14:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/?p=331#comment-67</guid>
		<description>Great post, very useful, thanks.</description>
		<content:encoded><![CDATA[<p>Great post, very useful, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Apex sticky hide and show regions by Mark Caulfield</title>
		<link>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/comment-page-1/#comment-56</link>
		<dc:creator>Mark Caulfield</dc:creator>
		<pubDate>Sun, 04 Dec 2011 11:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/?p=274#comment-56</guid>
		<description>Hi.
Sorry, should have been more clear. In my template, I have a region that resides in the footer. But you can add the code anywhere you like. I put all my javascript in the footer region, so the page loads slightly faster, it&#039;s a good habit to get into. Good luck.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Sorry, should have been more clear. In my template, I have a region that resides in the footer. But you can add the code anywhere you like. I put all my javascript in the footer region, so the page loads slightly faster, it&#8217;s a good habit to get into. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Apex sticky hide and show regions by Gleb</title>
		<link>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/comment-page-1/#comment-55</link>
		<dc:creator>Gleb</dc:creator>
		<pubDate>Sat, 03 Dec 2011 17:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/?p=274#comment-55</guid>
		<description>Hi! How do you add this to on page ready function to the footer of page 0? Page Zero does  not seem to offer a footer to begin with... Thank you!</description>
		<content:encoded><![CDATA[<p>Hi! How do you add this to on page ready function to the footer of page 0? Page Zero does  not seem to offer a footer to begin with&#8230; Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: PTS by Barry</title>
		<link>http://blucel.co.uk/index.php/2009/07/21/pts/comment-page-1/#comment-10</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/index.php/2009/07/21/pts/#comment-10</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://blucel.co.uk/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-164">Password: <input name="post_password" id="pwbox-164" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Apex 3.2 released by Mark Caulfield</title>
		<link>http://blucel.co.uk/index.php/2009/03/07/apex-3-2-is-out-there/comment-page-1/#comment-9</link>
		<dc:creator>Mark Caulfield</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/wp/?p=1#comment-9</guid>
		<description>Converted all my current apps to 3.2.
Pretty painless experience. Report handling is better, so are security features.
I&#039;m implementing custom security using MD5 hashes across to a central MYSQL internet server on my most recent app.
This allows web site logon and applicition logons to stay in sync.
More as I get it...</description>
		<content:encoded><![CDATA[<p>Converted all my current apps to 3.2.<br />
Pretty painless experience. Report handling is better, so are security features.<br />
I&#8217;m implementing custom security using MD5 hashes across to a central MYSQL internet server on my most recent app.<br />
This allows web site logon and applicition logons to stay in sync.<br />
More as I get it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: PTS by Mark Caulfield</title>
		<link>http://blucel.co.uk/index.php/2009/07/21/pts/comment-page-1/#comment-8</link>
		<dc:creator>Mark Caulfield</dc:creator>
		<pubDate>Mon, 27 Jul 2009 11:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/index.php/2009/07/21/pts/#comment-8</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://blucel.co.uk/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-164">Password: <input name="post_password" id="pwbox-164" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: PTS by Barry</title>
		<link>http://blucel.co.uk/index.php/2009/07/21/pts/comment-page-1/#comment-6</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Fri, 24 Jul 2009 22:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/index.php/2009/07/21/pts/#comment-6</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://blucel.co.uk/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-164">Password: <input name="post_password" id="pwbox-164" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protected: PTS by Barry</title>
		<link>http://blucel.co.uk/index.php/2009/07/21/pts/comment-page-1/#comment-5</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Fri, 24 Jul 2009 22:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://blucel.co.uk/index.php/2009/07/21/pts/#comment-5</guid>
		<description>Protected Comments: Please enter your password to view comments.</description>
		<content:encoded><![CDATA[<form action="http://blucel.co.uk/wp-pass.php" method="post">
	<p>This post is password protected. To view it please enter your password below:</p>
	<p><label for="pwbox-164">Password: <input name="post_password" id="pwbox-164" type="password" size="20" /></label> <input type="submit" name="Submit" value="Submit" /></p>
	</form>
	]]></content:encoded>
	</item>
</channel>
</rss>

