• Memories of Nan Root

    Taking Nicola to swimming club tonight we were talking about memories of her Nan and that reminded me of my Nan. Two things immediately sprung to mind, the first was going to Nan’s for lunch.

    She’d always lay on a huge spread of food, filling a table that to a 6 year old as as big as I was (so, I imagine, about 1.5m diameter?). It had fresh bloomer bread thick cut and spread with real butter (at home we had margarine so it was always a treat). New potatoes that always tasted unique (I later discovered, it was the salt. Nan always added lots of salt whereas mum didn’t, which is why it always tasted so different at Nan’s). Fine bone china bowls with pastel colour flower patterns spring to mind, though not in any detail. Runner beans and peas, fresh from Granddad’s flower bed. Happy days of childhood.

    305-marsmilkbottle (Custom).jpgI then remembered the ‘Mars Milk’. I guess I was staying at Nan and Granddad’s for a weekend. We’d gone shopping and I asked if we could buy the ‘Mars Milk’. I didn’t understand what Nan was trying to tell me at the time, that the Mars chocolate bar was an advert for Mars and the milk was normal milk. I liked it enough to ask for it again though. Several years later, and Mars flavoured milk appeared on the supermarket shelves.

    I don’t claim that any of the above is of interest to anyone but me, but the memories are wonderfully tasty in my mind.


  • ruby on rails sql_type – A reminder for me

    I treated myself to a rails training course last weekend (with Well House Consultants, rather good, I’ll write about it if I get around to it). Immediately I start to create my first ruby app and I forget all the sqltypes I can use in my Model and where to look them up. As I think I’ll be looking them up quite a lot, I’ve put them here on my blog for my later reference

    :primary_key,
    :string,
    :text,
    :integer,
    :float,
    :decimal,
    :datetime,
    :timestamp
    :time,
    :date,
    :binary,
    :boolean.

    Options that I can use in my migration
    I must remember to specify the decimal precision I need!
    :precision [1..63], :scale [0..30]. Otherwise Mysql Default is (10,0).

    * :limit – Requests a maximum column length. This is number of characters for :string and :text columns and number of bytes for :binary and :integer columns.
    * :default – The column’s default value. Use nil for NULL.
    * :null – Allows or disallows NULL values in the column. This option could have been named :null_allowed.
    * :precision – Specifies the precision for a :decimal column.
    * :scale – Specifies the scale for a :decimal column.

    These came from: http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html


  • View a Multi page tiff file in windows

    I’ve been meaning to write about this for a while. Many people we send images files to don’t know how to view beyond the first page of a multi page tiff file in Windows XP (probably Vista, I haven’t tried).

    300-viewmultipagetifscreenshot.png

    If you open a multi page tif using ‘Windows Picture and Fax viewer’ (the default unless another program you’ve installed has taken over as your preferred tiff viewer) you get an extra little drop down box at the bottom of your screen, that allows you to choose which page you’d like to view. When you go to print, you’re shown a preview of each page and can choose (by tick box) which pages you’d like to print.

    Our fax to email scanner creates these multipage tiff’s.


Search this site


Free apps

  • birthday.sroot.eu – Your birthday or other celebration date based on [years on other planets] / [how many seconds/days] / [how far you’ve travelled around the sun]
  • stampulator.sroot.eu – Calculates the combination and how many 1st, 2nd, large 1st and large 2nd class Royal Mail stamps you need on large envelopes and packets

Recent posts


Archives


Categories