Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Old 19-04-2009, 03:09 PM posted to uk.rec.gardening
external usenet poster
 
First recorded activity by GardenBanter: Mar 2009
Posts: 41
Default Ping:- Judith and Ophelia

Judith, Opelhia, as promised here is the web page of my GreenHouse.

http://www.cheesesoup.myby.co.uk/GH1.html

Sorry it is so quick and dirty but I do not have an HTML editor on this
machine so this was written in raw HTML in Notepad.
  #2   Report Post  
Old 19-04-2009, 04:03 PM posted to uk.rec.gardening
external usenet poster
 
First recorded activity by GardenBanter: Apr 2009
Posts: 1,093
Default Ping:- Judith and Ophelia

soup wrote:
Judith, Opelhia, as promised here is the web page of my GreenHouse.

http://www.cheesesoup.myby.co.uk/GH1.html

Sorry it is so quick and dirty but I do not have an HTML editor on
this machine so this was written in raw HTML in Notepad.


Oh my!!! I am mega impressed! It all looks very professional!

You must be so proud of your boy and working with him to build this is an
amazing achievement. He is a very lucky had)

I can only hope that, come the day, I can have something half as good as
this)

Well done and thank you for sharing I will be interested as it continues
to grow.

You are a great Dad!!!



  #3   Report Post  
Old 19-04-2009, 05:46 PM posted to uk.rec.gardening
external usenet poster
 
First recorded activity by GardenBanter: Feb 2008
Posts: 1,793
Default Ping:- Judith and Ophelia

On Apr 19, 3:09*pm, soup wrote:
Judith, Opelhia, as promised here is the web page of my GreenHouse.

http://www.cheesesoup.myby.co.uk/GH1.html

Sorry it is so quick and dirty but I do not have an HTML editor on this
machine so this was written in raw HTML in Notepad.


Wow! Thank you, I am more than impressed, fancy a trip to France to
put up mynext one!!! It looks exactly the same size as mine, mine
that was!! Brilliant precision work and preparation, I see where I
went wrong. Thanks Soup for sharing. Where did you get the staging?

Judith
  #4   Report Post  
Old 19-04-2009, 05:47 PM posted to uk.rec.gardening
external usenet poster
 
First recorded activity by GardenBanter: Feb 2008
Posts: 1,793
Default Ping:- Judith and Ophelia

On Apr 19, 4:03*pm, "Ophelia" wrote:
soup wrote:
Judith, Opelhia, as promised here is the web page of my GreenHouse.


http://www.cheesesoup.myby.co.uk/GH1.html


Sorry it is so quick and dirty but I do not have an HTML editor on
this machine so this was written in raw HTML in Notepad.


Oh my!!! *I am mega impressed! *It all looks very professional!

You must be so proud of your boy and working with him to build this is an
amazing achievement. *He is a very lucky had)

*I can only hope that, come the day, I can have something half as good as
this)

Well done and thank you for sharing *I will be interested as it continues
to grow.

You are a great Dad!!!


I'll second that, a brilliant Dad.

Judith
  #5   Report Post  
Old 19-04-2009, 05:56 PM posted to uk.rec.gardening
external usenet poster
 
First recorded activity by GardenBanter: Mar 2009
Posts: 41
Default Ping:- Judith and Ophelia

Judith in France wrote:
Where did you get the staging?


2 Tier stuff same as this. We actually got it from a local garden
centre but they ordered it from these people.

http://www.gardensite.co.uk/Elite_St...ar_Staging.htm


  #6   Report Post  
Old 19-04-2009, 05:59 PM posted to uk.rec.gardening
external usenet poster
 
First recorded activity by GardenBanter: Feb 2008
Posts: 1,793
Default Ping:- Judith and Ophelia

On Apr 19, 5:56*pm, soup wrote:
Judith in France wrote:
*Where did you get the staging?


2 Tier stuff same as this. *We actually got it from a local garden
centre but they ordered it from these people.

http://www.gardensite.co.uk/Elite_St...ar_Staging.htm


Thank Soup, I will have to look at getting something similar in
France.

Judith
  #7   Report Post  
Old 21-04-2009, 08:34 PM posted to uk.rec.gardening
external usenet poster
 
First recorded activity by GardenBanter: Nov 2008
Posts: 1,097
Default Ping:- Judith and Ophelia

The message
from soup contains these words:

Judith, Opelhia, as promised here is the web page of my GreenHouse.


http://www.cheesesoup.myby.co.uk/GH1.html


Sorry it is so quick and dirty but I do not have an HTML editor on this
machine so this was written in raw HTML in Notepad.


OK - here's a template to play with...

I take it you have your browser open as you edit?

__________________________________________________ _____________


!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.1 TRANSITIONAL//EN"

html
head
titleTEXT/title
meta http-equiv="description" content="text"
meta http-equiv="keywords" content="text"
meta http-equiv="generator" content="mps htmlgate free"
meta http-equiv="author" content="Yourname"
/head


body bgcolor="#e1f2f2"

centerfont face="verdana, arial, sans-serif" color="#800080"

script type="text/javascript"writeDateModified (false);
function writeDateModified (time) {

var days = new Array; // Array to hold day names
var months = new Array; // Array to hold up month names

// Load up day names
days[0] = "Last updated Sunday";
days[1] = "Last updated Monday";
days[2] = "Last updated Tuesday";
days[3] = "Last updated Wednesday";
days[4] = "Last updated Thursday";
days[5] = "Last updated Friday";
days[6] = "Last updated Saturday";

// Load up month names
months[0] = "January";
months[1] = "February";
months[2] = "March";
months[3] = "April";
months[4] = "May";
months[5] = "June";
months[6] = "July";
months[7] = "August";
months[8] = "September";
months[9] = "October";
months[10] = "November";
months[11] = "December";

// Assign date variables with document.lastModified
var modDate = new Date(Date.parse(document.lastModified));

// If we have a valid date reformat it.
if (modDate != 0 && modDate != "Invalid Date") {

// Set up day variable to hold the name of the day
var day = days[modDate.getDay()];

// ndate variable holds day of month
var ndate = modDate.getDate();

// Set up month variable to hold the name of the month
var month = months[modDate.getMonth()];

// Get the year and if it is less than 1000 add 1900 to it.
var year = modDate.getYear();
if (year 1000) year = year + 1900;

// Display date and time document was last updated.
document.write(day + " " + ndate + " " + month + " " + year+ " ");
if (time) {
document.write(hour + ":" + minute + ":" + second);
}
}
else document.write("not available");
}
/script



/font
/center
br
br
centerfont face="verdana, arial, sans-serif" size="+1" color="#000000"




h1HEADING/h1

/body
/html

--
Rusty
Growing old is mandatory; growing up is optional.
Direct reply to: horrid dot squeak snailything zetnet point co period uk
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ping Ophelia - tree pruning Spider[_3_] United Kingdom 1 05-03-2015 04:51 PM
Ping Ophelia Spider[_3_] United Kingdom 14 05-09-2014 12:43 PM
Dendrobium Judith - Dendrobium Judith-a.jpg joevan[_3_] Garden Photos 1 11-03-2013 01:42 PM
Ping -- Ophelia .. Red Ants Spider[_2_] United Kingdom 1 24-04-2009 02:10 PM
Ping Judith and Sheila - Agapanthus seeds Spider United Kingdom 9 08-12-2008 08:57 PM


All times are GMT +1. The time now is 01:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 GardenBanter.co.uk.
The comments are property of their posters.
 

About Us

"It's about Gardening"

 

Copyright © 2017