Skip to content


Ecuador Trip Fundraising

As you might know, if you follow a few of the posts on my blog, I’m heading to Ecuador over Easter. In fact, Ecuador is only 70 days away! Myself and another lecturer in my college have started fundraising for the trip, aiming to collect money for the trip, and for the charities that we will be visiting. To this end, I will be making full use of my half term by swimming the equivalent of the channel in the local swimming pools. My calculations make it about 22 miles, which is 1413 lengths. I’m aiming to do this as quick as possible, where swimming times allow!

I have set up a fundraising page, which I’ve linked to below, and I’ve set myself a target of £200 which I hope I can reach, with the kindness of people, which I can put towards the trip and charities we will visit. I’ll be sure to post all about the trip when I return and show photos of the places which the money has contributed to.

If you have some spare change, and would like to donate, please find the link below. Thank you very much!

http://www.gofundme.com/ecuador2012

Posted in Travels.


Initial Volunteering Dates 2012

As the weather is looking rather lovely this week, and we are well into January, I’m turning my thoughts away from indoors and back to the building project looming at the back of my garden. A lot has changed over the Winter – namely my planned trip to Ecuador, which is going to impact the building financially as well as forcing me to delay work on it. Nevertheless, I’m going to crack on with the ground work and see if my immense cutbacks mean I can save up money to continue to work on the building.

Initially, the bulk of work needed on the garden is moving earth and building retaining walls. Tyre ramming will be a part of this. The weather will probably not be great for much of this, so starting volunteering events around March is going to be the plan. Unfortunately, I am a busy person around this time and will be working on the Six Nations games in various stadiums, so the end of that can mark the start of the work!

The garden this morning, under a thin blanket of frost.

Provisionally (and I will send out a newsletter confirming this), We are looking at the following (activities are guesswork at the moment)
24th & 25th March – Groundwork
(break for Ecuador trip)
21st & 22nd April – Digging drainage ditches
28th & 29th April – Retaining wall using rammed tyres
The weather should be pretty excellent by April. Going into May and onwards, the work will contiue to be most weekends pushing to finish the groundwork and start on foundations by the end of May. This is where the financial issues will come into play and affect the progress of the building.

I’m hoping to meet some people this month with regard to the structural frame of the building and what kind of timber to use for the living roof. Feedback on this will allow me to give more thought on the progress planned from May onwards. I’ll be sure to keep you updated. Until then, I’ll draft up a newsletter and send it out to everyone about the volunteering this week. If you miss it, get in touch with me on twitter or email me alun.king[at gmail.com].

Posted in Building.


Happy new year! Time to get cracking…

It’s good to see in the new year, I’ve had a mixed bag in 2011, but achieved some excellent things of which I’m pretty proud of. As most people will no doubt say, I am determined for 2012 to be a better year. It has begun with awful weather and mental winds blowing through the valley, but the forecast for this weekend is looking good so I’m hoping for a opportunity to get gardening again!

Pallets
The bike shed will be finished as soon as I get a hand hanging the doors. The weather boards for the roof will be fitted in no time, and ocne the doors are on, I’ll get some “complete” photos up. Looking forward to ticking that off the list and seeing how the green roof goes! Added to this, I’ve just finished a lovely raised planter bed in the garden, which I need to fill with soil. I’ll put a photo up soon.

Programming
This winter I’ve been working on Java programming, and a website, bhpcomputers.com which I am doing as a job for someone. I’m hoping to launch the website this month, and get the Java project to a finished state before half term, though I can’t go into more details on that yet!

Landscaping
As mentioned, the weather is looking better, and the days are now getting longer, so by the end of January, I expect to be back on track with the preperations for the shed building. I’ve got a few key milestones to reach to stay on track with building, so the more nice weekends we have, the better. I’m hoping by the end of this month to have sent out a newsletter about work parties in the lead up to the summer.

Training
I’m gearing up for a challenge in my February half term. I’ve not decided on what yet, but either way, I am starting to do regular cycling, swimming, circuits and climbing along with giving up chocolate and alcohol for the month. Whatever it is, I am certainly preparing for it better than the Offa’s Dyke walk, and hope to be less of a state at the end of it! A healthy dose of digging in the garden will no doubt help with the preparations.

Posted in Other.


Custom JDialog PIN Entry

Its been a while since I did Java programming, but I occasionally get myself into a weeks programming to keep up with the hobbies. Today is the second day I got back into some programming. I am working on an application which has a settings screen, but I don’t want people to access it, so I had a task of developing a password screen. The application is being designed for a touchscreen, so passwords are out of the question (no keyboard) hence, I wanted to get a keypad on the screen for a 4-digit PIN entry.

I wanted the behaviour of the program to stop everything and only allow user input on the keypad whilst it was on screen – much like the behaviour of a JDialog  when it is on screen – you have to deal with it before you can get back to the parent frame. So I built a class which extends on the JDialog and constructs a JPanel with the JButtons inside to deal with the user input. Not being a Java regular, I couldn’t tell you whether I’ve done something against the rules here, but it works pretty neatly, and the best bit is its a static call, so it can be used in any other scenario (just access the variables inside for the three possible responses, CANCELLED, ACCESS_GRANTED or ACCESS_DENIED)

The keypad looks like this:

To call it, you simply add the Keypad class to your program, and use the code below

//showDialog(jFrame, title, PIN, attemptsAllowed)
int result = Keypad.showDialog(myJFrame, "Please enter PIN", "1234", 3);
//result is one of the following
switch(result){
  case Keypad.ACCESS_GRANTED:
    break;
  case Keypad.ACCESS_DENIED:
    break;
  case Keypad.CANCELLED:
    break;
}

Hope that helps someone. All that is needed to perfect this is to prevent the user closing the window using the X in the top right, but that doesn’t bother me at the moment.
I’ve put the zip file below with the class file and the images used on the buttons.

Keypad.zip

Posted in Programming.


Ecuador Experience build up

It’s been quiet on here recently. With the weather getting colder, and nights darker, there hasn’t been much time to get my bike shed finished, and other woodwork done, though the roof of the bike shed is waterproof, so it will survive until the spring if it needs to!

In college, I have had an interesting time – many months ago, we had a visit from a Phil Williams, who aside from travelling around businesses promoting ecological ideas and living, arranges the occasional trip to Ecuador, which is an opportunity to visit cloud forests, rainforests and travel across the Andes. When I heard about the trip, I was instantly interested. In October, we were asked if we were interested in the trip, and I registered my interest. At fairly short notice, we were told that the trip would be taking place in April, over Easter. Though it came as a bit of a shock, I figured the only way to do trips like this would be to seize the opportunity when they come up! I paid my deposit last week.

I got a newsletter which outlined the trip today, though a full schedule will be on its way in February. In that time, I’m working as much as I can in stadiums to get some money for the trip together, and possibly looking at a fundraiser over February half term! Its a busy time, but the more I do things, the faster Easter will come!

Posted in Travels.


Bike Shed work & Garden planters

An update on the work going on this weekend!

I spent my Saturday working at Twickenham for the Barbarians, so as a result, it was a case of fitting as much as I could into Sunday. I got fairly productive, and managed to get the frame for the bike shed sorted, as well as some raised planter frames built for the garden.

The bike shed is just a frame at the moment, so this week I need to get it waterproofed. Flashing and a membrane should do the job, so I’m going to do that as soon as possible to ensure the wood stays dry.

On the planter front, I had a nice long crate which I could cut in half lengthways. I then took some spare planks from disassembled pallets and boarded it to make a solid board. Combining this with some membrane spare from the bike shed roof, I will be able to line it to prevent rotting and create a raised planting area in the garden to hold some vegetables. Its gone together quite quickly, so I should be able to finish it and get it created very soon!

Posted in Building.


I’m a crafty bugger

A productive Saturday with the father has left me in a good state of affairs with regards to bike shed progress. An abundance of old pallets in my back garden have been taken apart and screwed together into some nice doors where possible. I also had some left over to make myself a nice beer crate for carrying the homebrew around.

The problem when trying to make something out of pallets is the sizes of the pallets. If you know that they are all the same size, you can make your structure accordingly, but if you have pallets of various shapes and sizes, like me, then you have to resort to taking them all apart and using the wood to put it back together into some sort of structure. It requires more thought and more time. Fortunately, with the help of my dad, we had these two resources  available.

We were lucky enough to have two pallets which were the same size, so we used them for the door. A height of 1.2m and a width of 1m per door leaves us with a nicely sized bike shed. We finished the day with the doors finished, and enough offcuts to make a beer crate, as shown in the photos. Next free weekend, I’ll be able to get the frame and roof of the shed done, and the doors attached. It might be a while until I get the green roof on top of the shed, but once its ready, I’ll look forward to finishing it.

Posted in Building.


Time to get creative

With the winter setting in, there is little light in the week to get anything in the garden done. But that doesn’t mean smaller projects can’t be completed! In the last week, in the spirit of environmentally building things, I’ve been reading about pallet craft. It’s a bit of a craze around the world – making use of old pallets and turning them into some beautiful pieces of work. Though I’m not quite ambitious (read: crazy) enough to make an entire shed out of the pallets, with the onslaught of the wet weather, my hallway is getting a little wet and dirty due to my bike being kept there, and I could do with a little bike shed out the back to keep it dry and safe out there. I smell a project coming on!

I’ve started collecting pallets from my college, and stripping them down. A bolster chisel and a hammer does the job, but its not the easiest of things to do – pallets are built to last!

With the wood all ready, I’ve got my dimensions of the shed designed to (in mm) 800 deep, 1200 tall and 2000 wide. This should fit 2, maybe 3 bikes which is perfect for my collection! The width allows for some extra storage space, and I might throw some shelves in the side for accessories. The hope is that if it is strong enough, I’ll use it as a sample project for a living roof. The location of the shed will be ideal for a little herb garden, which I will plant on top. Getting the things right, like lining the roof, layering the soil and getting the drainage right will be good practice for the large scale project which I am planning for the summer.

So I’ll be sure to keep this blog up to date on the build! Next week should be a potential build date, as long as the weather is nice – this weekend is looking a bit too wet :-(

In the meantime, here are some inspirational links to get you thinking about your next pallet build.

Table from pallets

Chair from pallets

Beer crate

Pallet shed (this shows other builds) - Scroll down to the shed built by Kelly Hutchinson, I think thats my favourite :-)

It’s worth pointing out (especially with the pallet sheds) that there are some people who have concerns about using pallets in the house – it’s a good point that you don’t know where the old used pallets have been and what chemicals they have been treated with, so I’m thinking pallets might be best suited for outside use. Most of the ones I have collected are in a pretty good condition (they are used to transport paper on, so they are clean), but I’d be careful if making indoor furniture with anything which has been used outside – the debate remains open I believe.

Posted in Building.


Volunteer Help

I’ve been getting back to college work this week, marking, writing assessments and completing practicals with the pupils. Its good to have a target to finish work before Christmas term comes along and its all going well. In the spare time, I’m working on getting plans for a building frame drawn up, and will be visiting people about possible installations. The lovely weekend allowed me to get a little more done on the garden, so its nearly ready for major digging!

I just want to post a big thank you to two websites who have listed my project on their pages, and helped get word out so that volunteers can register with the site. I have posted on a few forums and had a trickle of sign ups, but posts on websites have really started to gain some interest.

Low Impact Living Initiative
This website is for a non-profit organisation who offer some eco-living products and plenty of advice on improving the way you live your life in a more environmentally friendly way. Its got a great forum to get involved with.

Natural Builders
The guys at natural builders are really positive about eco-development and will happily promote events and builds happening on their website. Its a good stop if you are looking for whats going on in eco-construction in the UK and want to find somewhere to volunteer or train.

Many thanks to both sites for the help :-)

Posted in Other.


Take Precious Time

One of the things that has been forced on me due to the onset of Winter is the fact I have to wait for the worst weather to pass before cracking on with building development. Being the type of person who acts now and thinks later on DIY projects, this has been frustrating, however, given the time I now have to reflect on what I am planning, I begrudgingly accept that it is of great benefit to me to go through this wait.

I have not been idle since returning from my hike. The last week has been taken up by learning 3D modelling software, and reading of many blogs detailing ecological developments in the UK (See the project for links). I now have a good idea of what the building will look like, and how it will fit into the landscape (see photos below)

I also found a very informative PDF today which does a reflective study (part of a dissertation) on the buildings built in some of the blogs I’m reading. Its great, because a lot of the websites seem unfinished, and I’m left thinking “but what are the buildings like now?” Which is answered by the document. One of the closing conclusions is this: plan. Most of the builders agreed they would like more time to plan their buildings should they tackle them again. So I must admit, the timing of Winter’s arrival is a blessing in disguise. I’ve been thinking ahead about foundations, walls, roof fittings and starting to add up the costs of materials alongside a  checklist of items needed for the build. When things begin to kick off, I’ll share it on this blog.

On the subject of planning ahead, this weekend, I’m getting two quotes from builders for the roofing and framework of my building – should the price be too high, I’ll look at load bearing straw bale, and consider DIY methods. Otherwise, I’ll be able to think more about infill methods, and have the relief of knowing shelter during construction won’t be such an issue. Time will tell, and I’ll post up here with progress!

I also just got back from a visit to the planning office – planning permission isn’t needed for what I’m doing because of the size of my garden, but its always worth double checking, and the nice people at the office are even going to provide me with a letter saying I don’t need permission. Always good to have some paper backing up what you are doing if you can, just in case.

Other than that, its time to look at building retaining walls. The tiering of the garden is also on my mind, and I’ve recently been in touch with some people over making use of the sub soil which is being dug out to create a retaining wall using a super adobe method. Its a well known method which is used to create buildings well over 2m high, so creating a 1m retaining wall should be well within its limits. The cost of such a wall? About £20 for 1m high and 10m long. Bliss. More on super adobe here.

Y’know what, the title and nature of this post also prompts me to post a song by the Maccabees. Lovely. (sorry about the adverts, but thats the link.)
Maccabees – Precious Time

Posted in Building.