I have sorted out the new article function for the site. It largely uses the same system and tags as the rest of the site but allows me to add larger articles and more informal content.
read more
I thought I'd start from the beginning with a function I use lot in javascript. This is very simple call with an id to retrieve and object:
function return_by_id(id) {
if (document.getElementById)
var return_var = document.getElementById(id);
else if (document.all)
var return_var = document.all;
else if (document.layers)
var return_var = document.layers;
else return false;
return return_var;
}
read more
welcome
Hello and welcome to my site. Please use the navigation on the left to search the site. The site was developed with Crimson editor using php and mySQL. Pending changes and improvements can be found on Websites.
I have decided to update the website, again so that I can run it more smoothly and update the admin section. So bear with me.
Look at my mini city (industrialise,transport).
WWOOF
Tansy and I have started on our first wwoof farm, some time ago. Anyway we have now settled in and the people are lovely. We have spent a lot of time clearing up but this has been compensated for by all the baby goat feeding we are required to do!
read more
Wanderers Online
Hey, the wanderers files are now online which is great. It is still waiting to have the database set up so nothing there yet but goto wanderers site to see our travel blog.