Hessien Sacks

26
Jun
0

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

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

Oh so tired

18
Jun
0

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.

Filed under: Random

Ladybirds

16
Jun
0

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

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

15
Jun
0

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.

Filed under: Random

A potato and bean update

12
Jun
0

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

12
Jun
0

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.

Meditation

11
Jun
0

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

Filed under: Random

Guff

11
Jun
0

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

Filed under: Random

Using different CSS styles in Javascript enabled browsers

9
Jun
0

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

9
Jun
0

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

Praise the gaming gods.

Filed under: Gaming