<?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 - Eureka</title>
 <link>http://foddrick.com/taxonomy/term/16/all</link>
 <description>Like Archimedies, we all have Eureka moments.  Here are some of mine.</description>
 <language>en</language>
<item>
 <title>Canon Fax Received in Memory</title>
 <link>http://foddrick.com/node/279</link>
 <description>&lt;p&gt;I have never been a fan of printers and less so multifunction printers.  Recently, I&#039;ve been wrestling with my fax because it stopped printing rx reports so I didn&#039;t know whether or not it was successful.  Additionally, it was low on toner, and it was constantly flashing &quot;Received To Memory&quot;.  These problems are all related.  It seems by default when the fax is low on toner, it won&#039;t print any reports or automatically print faxes.  The solution is fairly simple.&lt;/p&gt;&lt;p&gt;If your machine is anything like mine, press menu, find &quot;Fax Settings&quot; -&gt; OK -&gt; Find &quot;RX Settings&quot; -&gt; OK -&gt; Find &quot;Toner Supply Low&quot; -&gt; OK then choose &quot;Keep Printing&quot; and press &quot;OK&quot; again.  If your problem is similar to mine, your printer should spring to life and output the missing reports and faxes.  You will of course use up your toner more quickly.&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Sun, 29 Apr 2007 22:31:30 +1000</pubDate>
</item>
<item>
 <title>Importing data into MYOB</title>
 <link>http://foddrick.com/node/269</link>
 <description>&lt;p&gt;It is bad enough that I am at a point where I need to use MYOB.  I tried to speed up the process by importing some data from another database, but no matter how I formatted it, with CRLF or just LF, every time I tried to open the file, MYOB gave me a helpful &lt;em &gt;I/O Error on put&lt;/em&gt;.  I finally figured out that MYOB wants to be able to open the file in write mode, and I had created a readonly file!&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Fri, 06 Apr 2007 10:33:40 +1000</pubDate>
</item>
<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 08:46:43 +1100</pubDate>
</item>
<item>
 <title>It&#039;s all about the ACKs</title>
 <link>http://foddrick.com/node/247</link>
 <description>&lt;p&gt;I&#039;ve recently set up VOIP (via &lt;a href=&quot;https://www.engin.com.au/public/publicorderentry/startneworder.asp?refID=S563&amp;amp;orderType=neworder&quot;&gt;engin&lt;/a&gt;) and did not want my other net activities to interfere.  I had my download client throttled to 5kps and I was running &lt;a href=&quot;http://lartc.org/wondershaper/&quot;&gt;wondershaper&lt;/a&gt; but it didn&#039;t seem to make a difference.  It finally dawned on me that it was my ACK packets that were flooding my upload link.  Once I added some iptables entries to mark the packets from my download software, and gave them the lowest priority, all was good.&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Sun, 14 Jan 2007 13:56:01 +1100</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>New server</title>
 <link>http://foddrick.com/node/174</link>
 <description>&lt;p&gt;Welcome to the new server.&lt;br /&gt;
After 3 weeks of renovations and procrastination dominated, I&#039;ve finally moved 1 site over to my new dedicated server.  And I discovered the cause of the funky stuff in drupal when you upgrade to php5 is that you shouldn&#039;t be using the xtemplate engine with php5.  Upgrade to 4.7 already anyway!&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Thu, 29 Jun 2006 21:26:06 +1000</pubDate>
</item>
<item>
 <title>Illegal Extension in gmail fixed</title>
 <link>http://foddrick.com/node/165</link>
 <description>&lt;p&gt;Ok, if you are like me, where you have your own domain, and merely forward all email to gmail, make the illegal extension problem go away by filtering your email through this sed script.&lt;br /&gt;
&lt;code &gt;&lt;br /&gt;
/Content-(Disposition|Type):/ {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;/name=/!N&lt;br /&gt;
&amp;nbsp;&amp;nbsp;s/(.*name=&quot;[^\.]*\.)(zip|exe|mdb)(.*)/\1\2\_\3/g&lt;br /&gt;
}&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
I commonly get exe, mdb and zip files with illegal files in them, if there&#039;s others you want to receive insert them into the appropriate place.&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Thu, 27 Apr 2006 21:11:36 +1000</pubDate>
</item>
<item>
 <title>Spamassassin Rule</title>
 <link>http://foddrick.com/node/118</link>
 <description>&lt;p&gt;Do you always get spam sent to some other name at your email address ?  Here&#039;s a great SA rule to stop that.&lt;/p&gt;
&lt;p&gt;header NAMEWRONG To =~ /(?i)(?!.[^&quot;]*&lt;em&gt;your first name&lt;/em&gt;[^&quot;]*)[^\&amp;lt;]*\&amp;lt;&lt;em&gt;your\@email.com&lt;/em&gt;\&amp;gt;/&lt;br&gt;&lt;br /&gt;
score NAMEWRONG 4.0&lt;/p&gt;
&lt;p&gt;Just replace &lt;em&gt;your name&lt;/em&gt; with your first name and &lt;em&gt;your\@email.com&lt;/em&gt; with your email address.  The \ is required.&lt;/p&gt;
&lt;p&gt;I suspect this one rule will slash my spam count.&lt;br /&gt;
You&#039;ll need to write more rules for any regularly spammed addresses.&lt;br&gt;&lt;br /&gt;
&lt;strong&gt;Edit:&lt;/strong&gt;Hmmm.... While useful, it doesn&#039;t look like this traps that much spam.&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Wed, 21 Dec 2005 00:53:38 +1100</pubDate>
</item>
<item>
 <title>A Watershed Night</title>
 <link>http://foddrick.com/node/95</link>
 <description>&lt;p&gt;Last night the kids bathed, dryed put their pyjamas on and went to bed !  I&#039;m still pinching myself ! More of the same improvement to come please !&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <category domain="http://foddrick.com/taxonomy/term/27">kids</category>
 <pubDate>Sat, 12 Nov 2005 09:36:46 +1100</pubDate>
</item>
<item>
 <title>Automatic radar animations</title>
 <link>http://foddrick.com/node/90</link>
 <description>&lt;p&gt;I&#039;m pleased to announce that my radar animations are now completely created without my intervention.  Enjoy the &lt;a href=&quot;http://foddrick.com/taxonomy_menu/6/36&quot;&gt;radar animations&lt;/a&gt; here.&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Wed, 26 Oct 2005 12:28:42 +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>Holy mail loop batman !</title>
 <link>http://foddrick.com/node/55</link>
 <description>&lt;p&gt;I&#039;m a great fan of gmail, and therefore I forward a copy of all my email to there so I can reference it easily online.&lt;br /&gt;
This plan works great until gmail bounces a message with one of it&#039;s 572 illegal attachment messages and leaves the bad attachment attached.  So my auto-forward script forwards the email back and this happens ad infinitum... Of course all of these messages are being scanned by virus scanners and spam scanners.  It really bought the server to it&#039;s knees.  At least now I&#039;ve modified my mailfilter...&lt;/p&gt;
</description>
 <category domain="http://foddrick.com/taxonomy/term/16">Eureka</category>
 <pubDate>Tue, 27 Sep 2005 22:30:54 +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>

