HaydnAllbutt.com.au header image 4

Entries Tagged as 'Uncategorized'

World Clocks

January 11th, 2022 · Comments Off on World Clocks

I couldn’t find a good world clock widgit that had both time and date for the world clocks that I needed.  The code for these embeded clocks came from:  Online Digital Clock Widget for your website or blog (24timezones.com)   Sydney Operating Hours: 10:00 am to 4:00 pm Tokyo Operating Hours: 9 a.m. and 3 p.m. […]

[Read more →]

Tags: Uncategorized

Some Arduino Code for Class

September 25th, 2018 · Comments Off on Some Arduino Code for Class

Simple RGB LED Code int redLedPin = 10; int greenLedPin = 9; int blueLedPin = 11; void setup() { pinMode(redLedPin, OUTPUT); pinMode(greenLedPin, OUTPUT); pinMode(blueLedPin, OUTPUT); } void loop() { analogWrite(blueLedPin, 255); analogWrite(greenLedPin, 80); analogWrite(redLedPin, 255); delay(500); }   LED RGB Code with a colour change loop /* Adafruit Arduino – Lesson 3. RGB LED */ […]

[Read more →]

Tags: Uncategorized

Trying to post myself this music to get onto iPad

June 13th, 2018 · Comments Off on Trying to post myself this music to get onto iPad

I need to get a copy of each of these songs: 5_Everything’s Alright 7_Hosanna 8_Simon Zealotes Poor Jerusalem 1_Overture 3_What’s The Buzz

[Read more →]

Tags: Uncategorized

Learning Digital Painting – Part 3

March 13th, 2016 · Comments Off on Learning Digital Painting – Part 3

The other day at work (Discipline of Physiology, University of Sydney), we needed an updated figure for one of our practical classes that we were moving over to a new online format.  The old image that we had I thought could have been portrayed a little bit better, and some of the terms used were […]

[Read more →]

Tags: Uncategorized

Digital Art 104

November 22nd, 2014 · Comments Off on Digital Art 104

Alright, here is my next work sheet from the CTRL Paint Lessons.  In this work sheet we had to use the brush and eraser tool as well as layers to shade the four shapes shown.  the top row was the examples we had to copy and the bottom row was my effort.  Such a fun […]

[Read more →]

Tags: Uncategorized

Next Few Months

November 6th, 2014 · Comments Off on Next Few Months

Well I have just finished performing in Strathfield Musical Society’s production of Phantom of the Opera.  The show went very well and it was a fantastic cast.  I would even say they were better that the Les Mis and the Fiddler on the Roof cast which to date have been the best that I have […]

[Read more →]

Tags: Uncategorized

How to Screen Print

July 9th, 2014 · Comments Off on How to Screen Print

I am looking into learning how to screen print at the moment and so thought I would collect all the information I gathered into one place as an easy reference guide to help me learn. As usual one of my pet hates is when information is hard to find so I will post what I […]

[Read more →]

Tags: Uncategorized

Human Form Photography

May 18th, 2014 · Comments Off on Human Form Photography

Well I am gradually getting the hang of my camera and of course what to do with the photos once you have taken them. I am really enjoying learning the art of photo retouching. I could see my self really getting into it and becoming a specialist retoucher. In particular I would like to take […]

[Read more →]

Tags: Uncategorized

Starting Intermittent Fasting

February 10th, 2014 · 1 Comment

As described in a previous post I am trying the 2 days on 5 days off intermediate fasting protocol. My baseline data before going onto Intermittent fasting is shown below: DEXA Data (as of 5/2/2014 Wed) Total Mass: 92.6615kg Lean Mass: 69.4801kg Fat Mass: 19.9229kg % Fat: 21.5% BMI (as of 4/2/2014 Tue) Height: 186cm […]

[Read more →]

Tags: Uncategorized

Deleting a folder that won’t delete in Windows 7

April 29th, 2013 · 3 Comments

I had another problem with my computer which was harder than it needed to be to sort out so I thought I would post the answer here in the hopes that it will help others. I have Google Drive installed on my home computer. When I couldn’t get Windows 7 to update one of the […]

[Read more →]

Tags: Uncategorized