<?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>Blucel Ltd &#187; jquery</title>
	<atom:link href="http://blucel.co.uk/index.php/category/jquery/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>Fri, 30 Mar 2012 14:30:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel="next" href="http://blucel.co.uk/index.php/category/jquery/feed/?page=2" />

		<item>
		<title>Vertical text in javascript</title>
		<link>http://blucel.co.uk/index.php/2012/03/30/vertical-text-in-javascript/</link>
		<comments>http://blucel.co.uk/index.php/2012/03/30/vertical-text-in-javascript/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 14:17:09 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=334</guid>
		<description><![CDATA[I&#8217;ve just recently been given a Word document with a mock up of a report that I needed to reproduce in HTML. Well, i looked at various options like using transforms, rotate, DX filters in IE, but none of them worked properly, or without major headaches. Whilst searching around, I found a JS library called [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2012/03/30/vertical-text-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle APEX radio groups as buttonsets</title>
		<link>http://blucel.co.uk/index.php/2012/02/13/oracle-apex-radio-groups-as-buttonsets/</link>
		<comments>http://blucel.co.uk/index.php/2012/02/13/oracle-apex-radio-groups-as-buttonsets/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 14:44:33 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oracle apex]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=331</guid>
		<description><![CDATA[<a href="http://blucel.co.uk/index.php/2012/02/13/oracle-apex-radio-groups-as-buttonsets/" title="Oracle APEX radio groups as buttonsets"><img src="http://blucel.co.uk/wp-content/uploads/yapb_cache/multiyear.4mm3jsqx18yssg48gko0scogs.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="74" alt="Oracle APEX radio groups as buttonsets" style="float:left;padding:0 10px 10px 0;" ></a>Buttonsets are sometimes appropriate to represent a choice of selections instead of radio buttons. I think they look much better &#8211; especially when used for smaller lists. Sub lists can be shown or hidden easily using dynamic actions in APEX 4.]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2012/02/13/oracle-apex-radio-groups-as-buttonsets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle Apex sticky hide and show regions</title>
		<link>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/</link>
		<comments>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 11:45:32 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[apex]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=274</guid>
		<description><![CDATA[Recently had a need for sticky hide/show regions in Oracle Apex 4.1. Here&#8217;s how I done it. Add the jQuery cookie library to your page template Added the following line to the hide and show region template ?View Code HTML1 $.cookie('#REGION_STATIC_ID#',$('##REGION_STATIC_ID# .hide:first:visible').length);return false; So my hide and show region template looks like this: ?View Code [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2011/11/23/oracle-apex-stick-hide-and-show-regions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Oracle Apex, jQuery and GIS intergation</title>
		<link>http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/</link>
		<comments>http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 17:36:26 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Coding samples]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[application express]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[gis]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/</guid>
		<description><![CDATA[<a href="http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/" title="Oracle Apex, jQuery and GIS intergation"><img src="http://blucel.co.uk/wp-content/uploads/yapb_cache/buildings_cog_map1.66r6l1gnz7gg8cs840kggosow.a9sxxja1njksswcs400wcc4cg.th.jpeg" width="180" height="79" alt="Oracle Apex, jQuery and GIS intergation" style="float:left;padding:0 10px 10px 0;" ></a>I recently needed to provide mapping functionality in an APEX app I was developing. In V3+ of Oracle apex, you can create interactive reports like this Now when you click the cog, you geta map icon at the top: I added a &#60;li&#62; element to the interactive report on-the-fly using jQuery (depending if it finds [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2009/11/26/oracle-apex-jquery-and-gis-intergation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

