RootsWeb.com Mailing Lists
Previous Page      Next Page
Total: 1780/10000
    1. Re: [ROOTSWEB-HELP] Populating a program with data from a table
    2. Susan W Pieroth
    3. On http://www.rootsweb.ancestry.com/~palackaw/cemeteries/CemeteriesList.html we just instruct people to past the coordinates into Google maps (link opens in a new window). Susan On 2/14/2010 10:06 PM, Dennis Wolstenholme wrote: > > Thanks for responding to my query. The map is an applcation using google maps. I am not a programmer but rather a seek, cut and paste kind of guy. I don't recreate the wheel. Copy and adapt. I realized I did not provide an enouph information for a good response. I added to my web site the map that I was able to adjust to display one of our cemeteries. It also contains the table with all our cemeteries. I use Kompozer to build most of my web pages. The cemetery list (425 cemeteries) was Excel that I imported into Kompozer and made some adjustments. My object is to allower a user to either click on the cemetery name or an icon near it and have a map appear the shows where the cemetery is located. I have the Lat and Long. in the cemetery table. > > The HTML for the map shows how it is used. I need to figure out how to transfer the info from the table to the map without fat fingeringine it in for each cemetery. > > > > Denny W.

    02/14/2010 03:17:54
    1. Re: [ROOTSWEB-HELP] Populating a program with data from a table
    2. Dennis Wolstenholme
    3. Thanks for responding to my query. The map is an applcation using google maps. I am not a programmer but rather a seek, cut and paste kind of guy. I don't recreate the wheel. Copy and adapt. I realized I did not provide an enouph information for a good response. I added to my web site the map that I was able to adjust to display one of our cemeteries. It also contains the table with all our cemeteries. I use Kompozer to build most of my web pages. The cemetery list (425 cemeteries) was Excel that I imported into Kompozer and made some adjustments. My object is to allower a user to either click on the cemetery name or an icon near it and have a map appear the shows where the cemetery is located. I have the Lat and Long. in the cemetery table. The HTML for the map shows how it is used. I need to figure out how to transfer the info from the table to the map without fat fingeringine it in for each cemetery. Denny W. > From: j3mr2@borisbrooks.com > To: rootsweb-help@rootsweb.com > Date: Sat, 13 Feb 2010 13:20:44 -0600 > Subject: Re: [ROOTSWEB-HELP] Populating a program with data from a table > > Denny, > > What is your map program? Is it a web or a computer application? > > Jim Rickenbacker > > ----- Original Message ----- > From: "Dennis Wolstenholme" <dennywj_8@hotmail.com> > To: <rootsweb-help@rootsweb.com> > Sent: Friday, February 12, 2010 9:33 PM > Subject: [ROOTSWEB-HELP] Populating a program with data from a table > > > > I have a list of cemeteries that contains Latitude and Longitude. I have > another program that takes Lat. and Long. and produces a map marking the > location with the name of the cemetery. I would like to allow a user to > click on the name of the cemetery and have the map appear. Basicallyit > would link the data from the cemetery table and put it in the map program. > I am not a programmer but could struggle through this if someone could give > me some ideas as to how the map program could pull the data from the table. > My site is http://www.rootsweb.ancestry.com/~vapwcgs/. The cemetery table > is under the "Our Projects" tab, then "Cemeteries" then "Prince William > Cemeteries". > > > > Denny W. > > _________________________________________________________________ > Hotmail: Trusted email with Microsoft’s powerful SPAM protection. > http://clk.atdmt.com/GBL/go/201469226/direct/01/ > > ------------------------------- > To unsubscribe from the list, please send an email to > ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the > quotes in the subject and the body of the message > > > ------------------------------- > To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message _________________________________________________________________ Hotmail: Trusted email with powerful SPAM protection. http://clk.atdmt.com/GBL/go/201469227/direct/01/

    02/14/2010 03:06:11
    1. Re: [ROOTSWEB-HELP] Populating a program with data from a table
    2. Jim Rickenbacker(3)
    3. Denny, I don't know of any way to do what you want without fat-fingering the information in to the Google map script. A possible alternative is to use Google Earth (free) to create a .kmz file of locations and descriptions which Google Map can use for display. You should be able to copy and paste the locations and descriptions into Google Earth. Three maps using this approach are here: http://www.borisbrooks.com/genealogy/google/ All other solutions I can think of require programming an active web page (which rootsweb doesn't allow). Jim Rickenbacker ----- Original Message ----- From: "Dennis Wolstenholme" <dennywj_8@hotmail.com> To: <rootsweb-help@rootsweb.com> Sent: Sunday, February 14, 2010 9:06 PM Subject: Re: [ROOTSWEB-HELP] Populating a program with data from a table Thanks for responding to my query. The map is an applcation using google maps. I am not a programmer but rather a seek, cut and paste kind of guy. I don't recreate the wheel. Copy and adapt. I realized I did not provide an enouph information for a good response. I added to my web site the map that I was able to adjust to display one of our cemeteries. It also contains the table with all our cemeteries. I use Kompozer to build most of my web pages. The cemetery list (425 cemeteries) was Excel that I imported into Kompozer and made some adjustments. My object is to allower a user to either click on the cemetery name or an icon near it and have a map appear the shows where the cemetery is located. I have the Lat and Long. in the cemetery table. The HTML for the map shows how it is used. I need to figure out how to transfer the info from the table to the map without fat fingeringine it in for each cemetery. Denny W. > From: j3mr2@borisbrooks.com > To: rootsweb-help@rootsweb.com > Date: Sat, 13 Feb 2010 13:20:44 -0600 > Subject: Re: [ROOTSWEB-HELP] Populating a program with data from a table > > Denny, > > What is your map program? Is it a web or a computer application? > > Jim Rickenbacker > > ----- Original Message ----- > From: "Dennis Wolstenholme" <dennywj_8@hotmail.com> > To: <rootsweb-help@rootsweb.com> > Sent: Friday, February 12, 2010 9:33 PM > Subject: [ROOTSWEB-HELP] Populating a program with data from a table > > > > I have a list of cemeteries that contains Latitude and Longitude. I have > another program that takes Lat. and Long. and produces a map marking the > location with the name of the cemetery. I would like to allow a user to > click on the name of the cemetery and have the map appear. Basicallyit > would link the data from the cemetery table and put it in the map program. > I am not a programmer but could struggle through this if someone could > give > me some ideas as to how the map program could pull the data from the > table. > My site is http://www.rootsweb.ancestry.com/~vapwcgs/. The cemetery table > is under the "Our Projects" tab, then "Cemeteries" then "Prince William > Cemeteries". > > > > Denny W. > > _________________________________________________________________ > Hotmail: Trusted email with Microsoft’s powerful SPAM protection. > http://clk.atdmt.com/GBL/go/201469226/direct/01/ > > ------------------------------- > To unsubscribe from the list, please send an email to > ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the > quotes in the subject and the body of the message > > > ------------------------------- > To unsubscribe from the list, please send an email to > ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the > quotes in the subject and the body of the message _________________________________________________________________ Hotmail: Trusted email with powerful SPAM protection. http://clk.atdmt.com/GBL/go/201469227/direct/01/ ------------------------------- To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message

    02/14/2010 02:57:32
    1. Re: [ROOTSWEB-HELP] ROOTSWEB-HELP Digest,Revamping old website
    2. Pat Geary
    3. At 05:34 PM 2/14/2010, J.A. Florian wrote: >You need to enter the folder. i.e. add it to the URL so the browser goes to >it. But, you'll need to add a page name after the folder name in order to >get there. > >Let's say your new folder is called zebra. Let's say your account name is >~georgia The URL needs changed after the tilda georgia/ So >freepages.rootsweb.ancestry.com/~georgia/zebra/your-page.htm > >Go to your web, look at the URL, stick in the new folder between / / as >in /zebra/ after the dot com slash > >Then, erase the end of the URL and put in a page name. ============ And then to make it easier to find when you want to check it out in your browser, bookmark it. Pat

    02/14/2010 10:59:42
    1. Re: [ROOTSWEB-HELP] ROOTSWEB-HELP Digest,Revamping old website
    2. J.A. Florian
    3. You need to enter the folder. i.e. add it to the URL so the browser goes to it. But, you'll need to add a page name after the folder name in order to get there. Let's say your new folder is called zebra. Let's say your account name is ~georgia The URL needs changed after the tilda georgia/ So freepages.rootsweb.ancestry.com/~georgia/zebra/your-page.htm Go to your web, look at the URL, stick in the new folder between / / as in /zebra/ after the dot com slash Then, erase the end of the URL and put in a page name. Judy Feb 14, 2010 at 1:10 PM, Richard & Pat <richpat@wideopenwest.com> wrote: > Hi, Thanks for your suggestions. > I created a new folder within my Public Folder and put a test file in > it. > (I do not have any other folders as all my files are listed > separately.) I don't know if that makes a difference, > > How can I access the new folder? Only my present website files show > up when I bring up my site. > > It would be helpful if you would give me step by step instructions. > I use Dreamweaver for the Mac and Fetch to access my files. > > thanks again, > pat > > On Feb 14, 2010, at 3:01 AM, rootsweb-help-request@rootsweb.com wrote: > > Message: 1 > Date: Sat, 13 Feb 2010 10:56:54 -0500 > From: Richard & Pat <richpat@wideopenwest.com> > Subject: [ROOTSWEB-HELP] Revamping old website > To: ROOTSWEB-HELP@rootsweb.com > Message-ID: <F7668244-6134-4C4D-A20B-0A6438F28270@wideopenwest.com> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > > > > ------------------------------ > > Message: 2 > Date: Sat, 13 Feb 2010 11:04:07 -0500 > From: Lesley L Shockey <lesshockey@wildblue.net> > Subject: Re: [ROOTSWEB-HELP] Revamping old website > To: rootsweb-help@rootsweb.com > Message-ID: <4B76CD77.1000908@wildblue.net> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi Pat, > > I would create a sub folder that is not linked to your old site and > upload it > there for testing. > > Les > > Richard & Pat wrote: > > Hi, > > I have done a complete overhaul of my website and would like to > > upload it to test it on different operating systems. > > Can I upload the new website outside the Public Folder so it can't be > > seen by anyone but me? > > I don't want to remove the present website and upload the new one in > > case there are problems with it. > > I want to make sure it's ready for prime-time before it goes public. > > > > thanks, > > pat > > > > ------------------------------- > > To unsubscribe from the list, please send an email to ROOTSWEB-HELP- > > request@rootsweb.com with the word 'unsubscribe' without the quotes > > in the subject and the body of the message > > > > > ------------------------------ > > Message: 3 > Date: Sat, 13 Feb 2010 11:54:07 -0500 > From: Pat Geary <pat@the-gearys.com> > Subject: Re: [ROOTSWEB-HELP] Revamping old website > To: rootsweb-help@rootsweb.com > Message-ID: <201002131654.o1DGsHIB013926@mail.rootsweb.com> > Content-Type: text/plain; charset="us-ascii"; format=flowed > > At 11:04 AM 2/13/2010, Lesley L Shockey wrote: > > I would create a sub folder that is not linked to your old site and > > upload it > > there for testing. > > ========== > This is the same thing I normally do when working on a new site > design, stick it in a separate folder or in a test sub domain if it > is not on the rw server. > > You could also create a folder under one of the commutinites you are > not using to test it out. > > Pat > > > > ---------- > Pat Geary, Microsoft MVP - Expression Web > We discuss FrontPage and Expression Web > http://freepages.genealogy.rootsweb.com/~gearyfamily/frontpage/ > http://freepages.genealogy.rootsweb.com/~gearyfamily/expression-web/ > http://www.expression-web-tutorials.com/ > > Migrating from FrontPage to Expression Web EBook > Revised to include EW 3.0 > http://frontpage-to-expression.com/ > > > > ------------------------------- > To unsubscribe from the list, please send an email to > ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the > quotes in the subject and the body of the message > -- -- WASHINGTON COUNTY PA WEBSITES::: http://freepages.misc.rootsweb.com/~florian/ Coordinator of the Washington County PAGenWeb: http://www.rootsweb.com/~pawashin/

    02/14/2010 10:34:18
    1. Re: [ROOTSWEB-HELP] Revamping old website
    2. Tina Clarke
    3. >I also have a question about an old website. How can I get rid of it all >at > once, or must it be taken down page by page? We have approximately 2000 > pages on the old one, and people keep getting to the old site, which > hasn't > been updated in 2 years. > > The new one is working perfectly, and we're updating it at least weekly, > which means people going to the old site are getting cheated out of the > new > additions. > > Nan Dixon > > website <http://jefferson.nygenweb.net> is the new one > > http://www.rootsweb.ancestry.com/~nyjeffer/ is the old one I would wipe each page of content and tempate on the old one and put a link to the new page of the new site using the title of the page its going to.... I don't think rootsweb allows you to make a 301 redirect? Have to ask Pat if you can. If you do not do this you will lose visitors. Do NOT use a meta redirect as the search engines won't like this. Tina http://www.expression-web.net - Expression Blog http://any-expression.com/ - Expression Web Help http://frontpage-to-expression.com/ - Migrating from FrontPage to Expression Web twitter.com/ @tinaclarke @expressionweb

    02/14/2010 08:54:35
    1. Re: [ROOTSWEB-HELP] ROOTSWEB-HELP Digest,Revamping old website
    2. Lesley L Shockey
    3. Hi Pat, Just add the name of the folder and then the file name if it is not index.htm(l) to the path where you stored the file. The first part of the URL will be whatever you normally use. Les Richard & Pat wrote: > Hi, Thanks for your suggestions. > I created a new folder within my Public Folder and put a test file in > it. > (I do not have any other folders as all my files are listed > separately.) I don't know if that makes a difference, > > How can I access the new folder? Only my present website files show > up when I bring up my site. > > It would be helpful if you would give me step by step instructions. > I use Dreamweaver for the Mac and Fetch to access my files. > > thanks again,

    02/14/2010 07:43:38
    1. Re: [ROOTSWEB-HELP] ROOTSWEB-HELP Digest,Revamping old website
    2. Richard & Pat
    3. Hi, Thanks for your suggestions. I created a new folder within my Public Folder and put a test file in it. (I do not have any other folders as all my files are listed separately.) I don't know if that makes a difference, How can I access the new folder? Only my present website files show up when I bring up my site. It would be helpful if you would give me step by step instructions. I use Dreamweaver for the Mac and Fetch to access my files. thanks again, pat On Feb 14, 2010, at 3:01 AM, rootsweb-help-request@rootsweb.com wrote: Message: 1 Date: Sat, 13 Feb 2010 10:56:54 -0500 From: Richard & Pat <richpat@wideopenwest.com> Subject: [ROOTSWEB-HELP] Revamping old website To: ROOTSWEB-HELP@rootsweb.com Message-ID: <F7668244-6134-4C4D-A20B-0A6438F28270@wideopenwest.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed ------------------------------ Message: 2 Date: Sat, 13 Feb 2010 11:04:07 -0500 From: Lesley L Shockey <lesshockey@wildblue.net> Subject: Re: [ROOTSWEB-HELP] Revamping old website To: rootsweb-help@rootsweb.com Message-ID: <4B76CD77.1000908@wildblue.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Pat, I would create a sub folder that is not linked to your old site and upload it there for testing. Les Richard & Pat wrote: > Hi, > I have done a complete overhaul of my website and would like to > upload it to test it on different operating systems. > Can I upload the new website outside the Public Folder so it can't be > seen by anyone but me? > I don't want to remove the present website and upload the new one in > case there are problems with it. > I want to make sure it's ready for prime-time before it goes public. > > thanks, > pat > > ------------------------------- > To unsubscribe from the list, please send an email to ROOTSWEB-HELP- > request@rootsweb.com with the word 'unsubscribe' without the quotes > in the subject and the body of the message > ------------------------------ Message: 3 Date: Sat, 13 Feb 2010 11:54:07 -0500 From: Pat Geary <pat@the-gearys.com> Subject: Re: [ROOTSWEB-HELP] Revamping old website To: rootsweb-help@rootsweb.com Message-ID: <201002131654.o1DGsHIB013926@mail.rootsweb.com> Content-Type: text/plain; charset="us-ascii"; format=flowed At 11:04 AM 2/13/2010, Lesley L Shockey wrote: > I would create a sub folder that is not linked to your old site and > upload it > there for testing. ========== This is the same thing I normally do when working on a new site design, stick it in a separate folder or in a test sub domain if it is not on the rw server. You could also create a folder under one of the commutinites you are not using to test it out. Pat ---------- Pat Geary, Microsoft MVP - Expression Web We discuss FrontPage and Expression Web http://freepages.genealogy.rootsweb.com/~gearyfamily/frontpage/ http://freepages.genealogy.rootsweb.com/~gearyfamily/expression-web/ http://www.expression-web-tutorials.com/ Migrating from FrontPage to Expression Web EBook Revised to include EW 3.0 http://frontpage-to-expression.com/

    02/14/2010 06:10:15
    1. Re: [ROOTSWEB-HELP] Revamping old website
    2. George Waller
    3. Hi Nan, Just write the Rootsweb Help Desk and ask that the ~nyjeffer account be deleted. Worked for me. George On Sat, Feb 13, 2010 at 7:40 PM, Nancy Dixon <nandixon@gisco.net> wrote: > I also have a question about an old website.  How can I get rid of it all at > once, or must it be taken down page by page?  We have approximately 2000 > pages on the old one, and people keep getting to the old site, which hasn't > been updated in 2 years. > > The new one is working perfectly, and we're updating it at least weekly, > which means people going to the old site are getting cheated out of the new > additions. > > Nan Dixon > > website <http://jefferson.nygenweb.net> is the new one > > http://www.rootsweb.ancestry.com/~nyjeffer/  is the old one > > > > ------------------------------- > To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message >

    02/13/2010 12:43:44
    1. Re: [ROOTSWEB-HELP] Revamping old website
    2. Nancy Dixon
    3. I also have a question about an old website. How can I get rid of it all at once, or must it be taken down page by page? We have approximately 2000 pages on the old one, and people keep getting to the old site, which hasn't been updated in 2 years. The new one is working perfectly, and we're updating it at least weekly, which means people going to the old site are getting cheated out of the new additions. Nan Dixon website <http://jefferson.nygenweb.net> is the new one http://www.rootsweb.ancestry.com/~nyjeffer/ is the old one

    02/13/2010 12:40:33
    1. Re: [ROOTSWEB-HELP] Populating a Program with Data - ROOTSWEB-HELP Digest, Vol 5, Issue 28
    2. Hi Dennis, The way that I have done this type of thing in the past was to start the Mapquest program then enter the parameters and after bring it on the screen I would copy the URL and past into the Web Page program. http://www.mapquest.com/maps?city=Milan&state=MI &address=210+E+Michigan+Ave&zipcode=48160-1367&country=US &latitude=42.08938&longitude=-83.67975&geocode=ADDRESS To break this statement down we have: 1. The program to be called = http://www.mapquest.com/maps 2. parameter 1 name is ?city= 3. parameter 1 value is Milan 4. parameter 2 name is &state= 5. parameter 2 value is MI While you create the HTML program using HTML table code the end user does not see fields on the screen. Therefore you will need to hard code the program name and variable names and values in each of your statement. Since I don't know where your mapping program is located (on the Web or on your home computer) I don't know how well this type of code will work. I haven't been keeping up with current HTML coding changes and there may be easier ways but this is the concept of passing variable data between programs. But this should be a starting point for you. If you have any more questions I will try to answer. Ron Morey Moreyatmilan @ comcast.net ----- Original Message ----- ---------------------------------------------------------------------- Message: 1 Date: Fri, 12 Feb 2010 22:33:04 -0500 From: Dennis Wolstenholme <dennywj_8@hotmail.com> Subject: [ROOTSWEB-HELP] Populating a program with data from a table I have a list of cemeteries that contains Latitude and Longitude. I have another program that takes Lat. and Long. and produces a map marking the location with the name of the cemetery. I would like to allow a user to click on the name of the cemetery and have the map appear. Basically it would link the data from the cemetery table and put it in the map program. I am not a programmer but could struggle through this if someone could give me some ideas as to how the map program could pull the data from the table. My site is http://www.rootsweb.ancestry.com/~vapwcgs/. The cemetery table is under the "Our Projects" tab, then "Cemeteries" then "Prince William Cemeteries". Denny W.

    02/13/2010 12:22:33
    1. Re: [ROOTSWEB-HELP] Populating a program with data from a table
    2. Jim Rickenbacker(3)
    3. Denny, What is your map program? Is it a web or a computer application? Jim Rickenbacker ----- Original Message ----- From: "Dennis Wolstenholme" <dennywj_8@hotmail.com> To: <rootsweb-help@rootsweb.com> Sent: Friday, February 12, 2010 9:33 PM Subject: [ROOTSWEB-HELP] Populating a program with data from a table I have a list of cemeteries that contains Latitude and Longitude. I have another program that takes Lat. and Long. and produces a map marking the location with the name of the cemetery. I would like to allow a user to click on the name of the cemetery and have the map appear. Basicallyit would link the data from the cemetery table and put it in the map program. I am not a programmer but could struggle through this if someone could give me some ideas as to how the map program could pull the data from the table. My site is http://www.rootsweb.ancestry.com/~vapwcgs/. The cemetery table is under the "Our Projects" tab, then "Cemeteries" then "Prince William Cemeteries". Denny W. _________________________________________________________________ Hotmail: Trusted email with Microsoft’s powerful SPAM protection. http://clk.atdmt.com/GBL/go/201469226/direct/01/ ------------------------------- To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message

    02/13/2010 06:20:44
    1. Re: [ROOTSWEB-HELP] Populating a program with data from a table
    2. anne-ology
    3. Yours is a nice-looking site ... and, I'd thoroughly enjoy browsing some of your member's sites for possible links to my various lines. Now, I found the table but couldn't locate the map ... if you add <A href="# "> </A> to each of your table listings, could you add <A name=" "></A> to each of the map positions? That's probably the simplest method to jump from one location to another; if the map is a photo. though ;-( On Fri, Feb 12, 2010 at 9:33 PM, Dennis Wolstenholme <dennywj_8@hotmail.com>wrote: > > I have a list of cemeteries that contains Latitude and Longitude. I have > another program that takes Lat. and Long. and produces a map marking the > location with the name of the cemetery. I would like to allow a user to > click on the name of the cemetery and have the map appear. Basicallyit > would link the data from the cemetery table and put it in the map program. > I am not a programmer but could struggle through this if someone could give > me some ideas as to how the map program could pull the data from the table. > My site is http://www.rootsweb.ancestry.com/~vapwcgs/<http://www.rootsweb.ancestry.com/%7Evapwcgs/>. > The cemetery table is under the "Our Projects" tab, then "Cemeteries" then > "Prince William Cemeteries". > > > > Denny W. >

    02/13/2010 04:57:03
    1. Re: [ROOTSWEB-HELP] Revamping old website
    2. Pat Geary
    3. At 11:04 AM 2/13/2010, Lesley L Shockey wrote: >I would create a sub folder that is not linked to your old site and upload it >there for testing. ========== This is the same thing I normally do when working on a new site design, stick it in a separate folder or in a test sub domain if it is not on the rw server. You could also create a folder under one of the commutinites you are not using to test it out. Pat ---------- Pat Geary, Microsoft MVP - Expression Web We discuss FrontPage and Expression Web http://freepages.genealogy.rootsweb.com/~gearyfamily/frontpage/ http://freepages.genealogy.rootsweb.com/~gearyfamily/expression-web/ http://www.expression-web-tutorials.com/ Migrating from FrontPage to Expression Web EBook Revised to include EW 3.0 http://frontpage-to-expression.com/

    02/13/2010 04:54:07
    1. Re: [ROOTSWEB-HELP] Revamping old website
    2. Lesley L Shockey
    3. Hi Pat, I would create a sub folder that is not linked to your old site and upload it there for testing. Les Richard & Pat wrote: > Hi, > I have done a complete overhaul of my website and would like to > upload it to test it on different operating systems. > Can I upload the new website outside the Public Folder so it can't be > seen by anyone but me? > I don't want to remove the present website and upload the new one in > case there are problems with it. > I want to make sure it's ready for prime-time before it goes public. > > thanks, > pat > > ------------------------------- > To unsubscribe from the list, please send an email to ROOTSWEB-HELP-request@rootsweb.com with the word 'unsubscribe' without the quotes in the subject and the body of the message >

    02/13/2010 04:04:07
    1. [ROOTSWEB-HELP] Revamping old website
    2. Richard & Pat
    3. Hi, I have done a complete overhaul of my website and would like to upload it to test it on different operating systems. Can I upload the new website outside the Public Folder so it can't be seen by anyone but me? I don't want to remove the present website and upload the new one in case there are problems with it. I want to make sure it's ready for prime-time before it goes public. thanks, pat

    02/13/2010 03:56:54
    1. [ROOTSWEB-HELP] Populating a program with data from a table
    2. Dennis Wolstenholme
    3. I have a list of cemeteries that contains Latitude and Longitude. I have another program that takes Lat. and Long. and produces a map marking the location with the name of the cemetery. I would like to allow a user to click on the name of the cemetery and have the map appear. Basicallyit would link the data from the cemetery table and put it in the map program. I am not a programmer but could struggle through this if someone could give me some ideas as to how the map program could pull the data from the table. My site is http://www.rootsweb.ancestry.com/~vapwcgs/. The cemetery table is under the "Our Projects" tab, then "Cemeteries" then "Prince William Cemeteries". Denny W. _________________________________________________________________ Hotmail: Trusted email with Microsoft’s powerful SPAM protection. http://clk.atdmt.com/GBL/go/201469226/direct/01/

    02/12/2010 03:33:04
    1. [ROOTSWEB-HELP] Events Calendar??
    2. singhals
    3. Someone tell me /again/ where it is, please? Swear to God, you'd think they put a link to it on the main RW page if they wanted people to use it. Cheryl wbhampsh

    01/29/2010 04:17:12
    1. Re: [ROOTSWEB-HELP] Bad Request
    2. Pat Asher
    3. At 03:43 PM 1/22/2010, Rod Dav4is wrote: >What is wrong with FreePages lately? It will occasionally return this >error (Bad Request) for perfectly legitimate requests, sometimes even >when following a WorldConnect link. A reload will usually clear it, so >it's nothing I'm doing. > >Using FireFox 3.5.7 on Windows (shudder) Vista Home Premium SP2, both >fully patched and updated. When I download mail, I collect mail from 3 different services using my primary one. For the last week or two, one or more of the connections times out, and I have to ask for my mail again, and again and sometimes again -- to get all of it. I wonder if the rain, snow and ice in various parts of the country is affecting phone and cable lines and the neighborhood distribution points. I haven't had any problems with accessing Freepages sites, but images from Ancestry databases vary from instantaneous to literally 2 to 3 minutes. Pat Asher

    01/22/2010 09:26:42
    1. [ROOTSWEB-HELP] Bad Request
    2. Rod Dav4is
    3. What is wrong with FreePages lately? It will occasionally return this error (Bad Request) for perfectly legitimate requests, sometimes even when following a WorldConnect link. A reload will usually clear it, so it's nothing I'm doing. Using FireFox 3.5.7 on Windows (shudder) Vista Home Premium SP2, both fully patched and updated. -- Regards, Rod Dav4is / P.O. Box 118 / Hyde Park, NY 12538 / USA Genealogy, et Cetera: http://freepages.rootsweb.ancestry.com/~dav4is/ 538 ancestral & collateral families, mostly 17°-19° century New England & European roots. Total population: 136,000+ Annex: http://www.gencircles.com/users/dav4is/ email: DAV4IS@YAHOO.COM A Democrat, a Republican and a giraffe walk into a bar. The bartender looks up from his want ads and says, "What is this, a joke?" -unknown

    01/22/2010 08:43:40