Employment

Smalltalk jobs - 02/26/06

February 26, 2006 23:29:12.754

I’m continuing to use Dabble, to publish information about the new open Smalltalk positions I come across.

During the past five days I’ve again added or updated information about 19 different positions.

Please subscribe to or bookmark the following location and date filtered Dabble exports for the most up-to date information on Smalltalk jobs as I find them:

  • This past week: RSS - HTML
  • This past week in Canada: RSS - HTML
  • This past week in European Union: RSS - HTML
  • This past week in United States: RSS - HTML
  • This past month: RSS - HTML
  • This past month in Canada: RSS - HTML
  • This past month in European Union: RSS - HTML
  • This past month in United States: RSS - HTML
  • All open positions: RSS - HTML
  • All open positions in Canada: RSS - HTML
  • All open positions in European Union: RSS - HTML
  • All open positions in United States: RSS - HTML
Good luck with your job hunting,
James T. Savidge

posted by James T. Savidge

Development Tools

Installing PostgreSQL to use with VisualWorks StORE

March 5, 2006 15:27:06.640

During the next few months I will be attempting to create a cross-platform shareware application.

To prepare for that, I installed PostgreSQL on my Mac using the instructions created by Marc Liyanage. To enable my VisualWorks image to connect to my local machine I followed the Setting Up the Database wiki page instructions.

If you want to set up PostgreSQL and StORE on your machine I have a few of words of advice.

  1. If you think that you might be using any international characters in your application, right after you install Postgre PostgreSQL on your machine, create your StORE database using the following: “createdb -E UNICODE store”

  2. If you are connecting your VisualWorks image to the database on your machine, you can use the following Environment string: “127.0.0.1_store”.

  3. Do yourself a favor and save-off your connection setting using the “Save” button on the Connect To Database dialog box.

Update: Corrected misspelling of PostgreSQL. (See comments for details.)

Connecttodatabase

posted by James T. Savidge