<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://foddrick.com">
<channel>
 <title>Foddrick - Code</title>
 <link>http://foddrick.com/taxonomy/term/14/all</link>
 <description>Samples of code in the language du jour</description>
 <language>en</language>
<item>
 <title>Greasemonkey Suncorp Menu Fix </title>
 <link>http://foddrick.com/greasemonkey/suncorpmenu</link>
 <description>&lt;p&gt;A quick script to undo the change that suncorp made to their left menu with all the opening and closing sections.  This makes all the menu items visible all the time as it used to be.&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <category domain="http://foddrick.com/taxonomy/term/24">greasemonkey</category>
 <enclosure url="http://foddrick.com/system/files?file=suncorpmenufixer.user.js" length="811" type="text/plain" />
 <pubDate>Wed, 17 Jan 2007 07:46:43 +1000</pubDate>
</item>
<item>
 <title>Gmail Action Links</title>
 <link>http://foddrick.com/greasemonkey/gmailactionlinks</link>
 <description>&lt;p&gt;Here is a script that I originally found on &lt;a href=&quot;http://www.arantius.com/article/gmail+action+links&quot;&gt;http://www.arantius.com/article/gmail+action+links&lt;/a&gt;.&lt;br /&gt;
Unfortunately, gmail has changed since that script last worked and it doesn&#039;t seem to be actively maintained.  I love this script and keep making changes to keep pace with googles changes to gmail.  Here is my latest version which was working as at 1st August 2006.&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <category domain="http://foddrick.com/taxonomy/term/24">greasemonkey</category>
 <enclosure url="http://foddrick.com/system/files?file=gmailactionlinks.user.js" length="3224" type="text/plain" />
 <pubDate>Thu, 03 Aug 2006 19:02:59 +1000</pubDate>
</item>
<item>
 <title>Unexpected ORA-1406</title>
 <link>http://foddrick.com/node/63</link>
 <description>&lt;p&gt;Today I started getting ORA-1406 errors from VERY well tested code.&lt;br /&gt;
Not tested well enough it seems.  Some OCI library code that I wrote to simplify the task of fetching data was getting ora-1406 errors.&lt;br /&gt;
It turns out that OCI (or the calls that I use) does not take into account the local character set when advising on the maximum size of a column.  My local charset was UTF8 but the databases was USASCII.  I hit an (erroneous) hi bit character and it exceeded the size that I had allocated.  If anyone knows how to ask OCI for how many bytes a field needs taking into account your local characte&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/17">c++</category>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Tue, 04 Oct 2005 21:30:58 +1000</pubDate>
</item>
<item>
 <title>Nifty Corners Gotcha</title>
 <link>http://foddrick.com/node/2</link>
 <description>&lt;p&gt;Just tried out &lt;a href=&quot;http://pro.html.it/esempio/nifty/&quot;&gt;nifty corners&lt;/a&gt; today and I have to say that I am quite impressed.  Though I feel compelled to vent about this gotcha that held me up for a good hour.  &lt;strong &gt;As hard as I tried, I couldn&#039;t make ie6 work if I tried to round a &amp;lt;li&amp;gt;&lt;/strong&gt;.  If anyone can prove me wrong, feel free.&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/20">css</category>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Mon, 19 Sep 2005 22:10:14 +1000</pubDate>
</item>
</channel>
</rss>
