ieatpenguin

June 26, 2009

Hessien Sacks

Filed under: Gardening — Russell @ 10:41 am

Delivered this morning.
4776 95973502950 512407950 2031982 5953637 n Hessien Sacks

Lets hope I can fill more then one of them with potatoes!

June 18, 2009

Oh so tired

Filed under: Random — Russell @ 1:08 pm

Waking up at dawn is a great thing. It really is. The sun is coming up, the birds are waking, the dawn chorus breaks. It’s an experience to behold.

It isn’t, however, overly pleasant when you haven’t had a decent nights sleep in a few days.

June 16, 2009

Ladybirds

Filed under: Gardening — Russell @ 11:05 am

My ladybirds arrived today. A couple of my bean plants have started to be attacked by aphids, and hopefully these critters will solve that problem :) .

4982 92368132950 512407950 1978817 1264914 n Ladybirds

June 15, 2009

I’m Sorry I Haven’t A Clue. Again.

Filed under: Random — Russell @ 9:29 am

Fantastic news in that the BBC are bringing back one of the funniest radio shows ever to grace the airwaves. Of course it remains to be seen quite how the show will work without Humphrey Littleton, but it is most welcome news.

June 12, 2009

A potato and bean update

Filed under: Gardening — Russell @ 12:03 pm

My potatoes are doing fantastically well, and my beans are starting to flower. I’m having a problem with aphids now, but hopefully some ladybirds coming next week will sort that.

4662 90993857950 512407950 1956726 2225790 n A potato and bean update

4662 90993862950 512407950 1956727 4563435 n A potato and bean update

4662 90993867950 512407950 1956728 3062658 n A potato and bean update

Sweetcorn, Squash and Tomatoes

Filed under: Gardening — Russell @ 11:52 am

More gardening done, and hopefully more vegetables to grow.

Sweetcorn and Squash

Sweetcorn and Squash

Tomatoes

Tomatoes

The new patch

The new patch

My concern for this particular patch of vegetables is that they won’t get enough sun. I’m cutting back a tree to remove the biggest amount of shade, but I may have planted these in the wrong place. I guess time will tell.

June 11, 2009

Meditation

Filed under: Random — Russell @ 2:02 pm

The world is a mirror of Infinite Beauty, yet no man sees it. It is a Temple of Majesty, yet no man regards it. It is a region of Light and Peace, did not men disquiet it. It is the Paradise of God. It is more to man since he is fallen than it was before. It is the place of Angels and the Gate of Heaven.

-Thomas Traherne

Guff

Filed under: Random — Russell @ 12:56 pm

Yeah, guff. I hate not being brave enough to take the simplest of steps.

June 9, 2009

Using different CSS styles in Javascript enabled browsers

Filed under: Javascript — Russell @ 12:58 pm

This is an easy to implement, yet useful and possibly powerful technique. Using different CSS rules in JavaScript enabled browsers lets you customise your website styles for JS enabled and disabled browsers using only CSS.

Thus: you leave the concerns of styling strictly to CSS, and the business aspect of the website to the javascript.

All you need to do is to add some class or id to body element using JavaScript to specify that JavaScript is available. Then define two rules in your CSS file(s) for JS enabled and disabled browsers.

Here is an example for a JavaScript enabled browser:

document.getElementsByTagName("body")[0].setAttribute("class", "js");

And in your CSS file:

.aClass{
    display:block;
}
.js .aClass{
    display:none;
}

Why do I need to have a different CSS styles for jQuery enabled browser you might ask. Well, consider you have a drop-down menu on your website’s sidebar and you would like to use Javascript to make it drop down on mouse hover. This would render the element not accessible if the user has disabled Javascript on his/her browsers.

Monkey Island

Filed under: Gaming — Russell @ 8:47 am

Lucas arts are revisiting this epic gem of gaming, and there is a new, yes: NEW adventure coming.

Praise the gaming gods.

Older Posts »

Powered by WordPress