Delivered this morning.

Lets hope I can fill more then one of them with potatoes!
Delivered this morning.

Lets hope I can fill more then one of them with potatoes!
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.
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
.

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.
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.



More gardening done, and hopefully more vegetables to grow.

Sweetcorn and Squash

Tomatoes

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.
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
Yeah, guff. I hate not being brave enough to take the simplest of steps.
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.
Lucas arts are revisiting this epic gem of gaming, and there is a new, yes: NEW adventure coming.
Praise the gaming gods.