Saturday, November 28, 2009

DrupalORM: As a programmatic ORM interface to nodes and their CCK fields

I have recently put up an initial development version of DrupalORM. This provides a nice OOP-like ORM interface to Drupal nodes. It can handle basic CRUD operations as well as handling recursive nodereference nodes.

The project is located at http://drupal.org/project/orm/.

Thursday, November 26, 2009

Fixing Weak Wireless on Asus EEE PC With Ubuntu 9.10

As a quick google search will show, the wireless signal on the Asus EEE PC for Ubuntu 9.10 is pretty terrible. I found this little trick to work quite well. (Perform at your own risk)


$ sudo apt-get install linux-backports-modules-wireless-karmic-generic

Monday, August 17, 2009

Write to HFSPlus Formatted iPod From Linux (Ubuntu)

If you have an ipod which was formatted in iTunes for OSX, it will most likely be formatted with the HFSPlus filesystem with journalling enabled. Ubuntu, by default can write to HFSPlus, but only if journalling is disabled. To write to your iPod, you will need to issue the following command from within the terminal in OSX...


diskutil disableJournal /Volumes/NAME-OF-IPOD

Monday, August 3, 2009

Enabling Memory Profiling for xDebug 2

XDebug has not had memory profiling for the last couple of years. I am not sure why it was taken out, but it was. The APD memory profiling seems for the last year or so to be completely broken, so that is no good as well.

There is a patch over at http://xdebug.org/archives/xdebug-general/1228.html which works perfectly if you want memory profiling in xdebug.

Have fun.

Friday, July 31, 2009

Using GnuCash With Bank of the West

This is not a tutorial for how to setup GnuCash. There is plenty of documentation out there for that. This, however will give you the settings you need to integrate GnuCash with Bankofthewest etimebanker service. This assumes you live in the USA. Have fun.


* AqBanking Wizard

* Users > General...

* User Name: (your name)

* User ID: (your etimebanker id)

* Customer ID: (your etimebanker id)

* Country: United States of America

* Bank ID: (your bank routing code, found at bottom of your check)

* Users > OFX...

* FID: "5809"

* ORG: "BancWest Corp"

* Server URL: "https://olbp.bankofthewest.com/ofx0002/ofx_isapi.dll"

* Server Options

* Supports account list download

* Supoorts statement download

* Force SSLv3

* Expert Settings...

* APPID: "QWIN"

* APPVER: "1800"

* Header Version: "102"

* Accounts > General...

* Account Settings

* Name: "DIRECT CHOICE CHECKING" or "SAVINGS INTEGRATED - PERSONAL"

* Number: (your account number)

* IBAN: (blank)

* Owner Name: (your name)

* Type: "CHECKING" or "SAVINGS"

* Available Users...

* All users of this backend

* Add user

* Bank Settings

* Code: (bank routing code)

* BIC: (blank)

* Name: "Bank of the West"

Wednesday, July 15, 2009

Enabling Flash Sound, Firefox 3.5, Ubuntu Jaunty

This worked for me... Might not work for everyone...

1) Uninstall all PulseAudio packages

2) Ensure that ALSA is installed

3) Uninstall any flash packages

4) Install mozilla-mplayer package

5) Install package "flahplugin-installer"

6) Restart firefox if it was open

Wednesday, May 13, 2009

RIP Venkman

Well, now that I have discovered that Firebug Alpha has "Break on Next Function Call", I have no need for Venkman anymore. Venkman has served me well for many years, but now it's time is up.