<?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; tips and tricks</title>
	<atom:link href="http://blucel.co.uk/index.php/tag/tips-and-tricks/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/tag/tips-and-tricks/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 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>Exporting an Oracle schema and uploading to Amazon S3</title>
		<link>http://blucel.co.uk/index.php/2010/02/20/exporting-an-oracle-schema-and-uploading-to-amazon-s3/</link>
		<comments>http://blucel.co.uk/index.php/2010/02/20/exporting-an-oracle-schema-and-uploading-to-amazon-s3/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 12:47:12 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Client logon]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=251</guid>
		<description><![CDATA[Question: How do I upload an oracle database schema file to s3 from linux command prompt Answer: Download s3cmd run ./s3cmd &#8211;configure enter your access key and secret key when prompted run your expdp command as oracle user i.e. expdp sys/password schemas=rivpacs directory=DATA_PUMP_DIR dumpfile=rivpacs100309.dmp logfile=rivpacs100309.log upload to your s3 bucket i.e. ./s3cmd put rivpacs100309.dmp s://mybucketname [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2010/02/20/exporting-an-oracle-schema-and-uploading-to-amazon-s3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tablespace does not exist</title>
		<link>http://blucel.co.uk/index.php/2010/02/20/tablespace-does-not-exist/</link>
		<comments>http://blucel.co.uk/index.php/2010/02/20/tablespace-does-not-exist/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 12:17:19 +0000</pubDate>
		<dc:creator>Mark Caulfield</dc:creator>
				<category><![CDATA[Client logon]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://blucel.co.uk/?p=249</guid>
		<description><![CDATA[Question: I&#8217;m testing an import for one customer and while importing the database dump file with Data Pump I&#8217;m getting the following error: IMP-00017: following statement failed with ORACLE error 959: IMP-00003: ORACLE error 959 encountered ORA-00959: tablespace &#8216;_$deleted$24$0&#8242; does not exist How do I remove the impdp message that the tablespace does not exist? [...]]]></description>
		<wfw:commentRss>http://blucel.co.uk/index.php/2010/02/20/tablespace-does-not-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

