Webmaster Forum


Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 04-13-2012, 01:52 PM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Webbot includes -DW, front page or FTP?

I may be too green at this to know, but, I need to update an include page (webbot include) in order to show a new link, and when I try to update in DW , the main page has the include commented out. BUT if I update the actual page that is the include, no changes are made when viewing publicly. I have an antiquated version of Front page (2000) and its been so long since I have used it that I actually forget how. I also thought maybe doing it by FTP but the changed didnt show there either. The "include" page is showing my new link in the code, but none of the public pages show the new link? What am I doing wrong? And can you please explain the difference in a webbot include and a SSI include? There are a ton of pages on this site and I do not want to update each page individually?
 
Reply With Quote
  #2 (permalink)  
Old 04-13-2012, 08:46 PM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 18,102
iTrader: 5 / 100%
Because... Webbot is a Microsoft thing. i.e. it only works in FP or another MS product like Expression Web.

webbot include
Is a design time include function of MS products. You update the include, press a button and all pages that use that include are updated on your computer. You then FTP the changed pages to your web space.

SSI include
SSI = Server Side Include
These only work on the server. You can build the rest of your pages around the includes coding but you won't see the page assembled until you upload everything to the web serve.
__________________

HTML Basic Tutor - Learn how to code for better SEO
Basic Computer Information - Computer & internet basics for website owners

SEO troubleshooting and review services available. - Pm me.
 
Reply With Quote
  #3 (permalink)  
Old 04-13-2012, 09:23 PM
Bob Barr's Avatar
Moderator
Latest Blog:
None

 
Join Date: 05-17-08
Location: Morgan Hill, California
Posts: 2,290
iTrader: 0 / 0%
Quote:
Originally Posted by HTMLBasicTutor View Post
SSI include
SSI = Server Side Include
These only work on the server. You can build the rest of your pages around the includes coding but you won't see the page assembled until you upload everything to the web serve.
I always test my SSI includes on my local computer before uploading them. I test them with WAMP. (Other Apache packages for Windows and Mac are available such as Xampp and mamp.)
__________________
South SF Bay Area Carpet Cleaning Cleanway USA Inc. Candy Buffets and Bouquets California Sisterz
 
Reply With Quote
  #4 (permalink)  
Old 04-13-2012, 10:16 PM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 18,102
iTrader: 5 / 100%
Quote:
Originally Posted by Bob Barr View Post
I always test my SSI includes on my local computer before uploading them. I test them with WAMP. (Other Apache packages for Windows and Mac are available such as Xampp and mamp.)
Ya you could to that or upload to a test folder on the web server.

Was trying to point out the difference between MS includes (design time) and server includes.
__________________

HTML Basic Tutor - Learn how to code for better SEO
Basic Computer Information - Computer & internet basics for website owners

SEO troubleshooting and review services available. - Pm me.
 
Reply With Quote
  #5 (permalink)  
Old 04-14-2012, 03:36 PM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Quote:
Originally Posted by HTMLBasicTutor View Post
Because... Webbot is a Microsoft thing. i.e. it only works in FP or another MS product like Expression Web.

Ok, if the server has front page turned off, then can Expression web be used in place of it for updating? Or no?

webbot include
Is a design time include function of MS products. You update the include, press a button and all pages that use that include are updated on your computer. You then FTP the changed pages to your web space.

If I FTP just the updated the include, which is the only page I am changing SHOULD the change show publicly?

SSI include
SSI = Server Side Include
These only work on the server. You can build the rest of your pages around the includes coding but you won't see the page assembled until you upload everything to the web serve.
Thank you for the explanation using terms that I understand, I always wondered the difference.
 
Reply With Quote
  #6 (permalink)  
Old 04-14-2012, 03:39 PM
Bob Barr's Avatar
Moderator
Latest Blog:
None

 
Join Date: 05-17-08
Location: Morgan Hill, California
Posts: 2,290
iTrader: 0 / 0%
Quote:
Originally Posted by HTMLBasicTutor View Post
Ya you could to that or upload to a test folder on the web server.

Was trying to point out the difference between MS includes (design time) and server includes.
No problem, I was just trying to let countingsheep know that uploading to his server wasn't necessarily required to test pages with SSI in them.
__________________
South SF Bay Area Carpet Cleaning Cleanway USA Inc. Candy Buffets and Bouquets California Sisterz
 
Reply With Quote
  #7 (permalink)  
Old 04-14-2012, 03:42 PM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Quote:
Originally Posted by Bob Barr View Post
No problem, I was just trying to let countingsheep know that uploading to his server wasn't necessarily required to test pages with SSI in them.
Thank you, the site is using webbot includes, and it isnt my site, I just make adjustments to the page from time to time, so, I cant change that part, just need to add a link to the "include" page but I am having trouble getting it to publish and show publicly.
 
Reply With Quote
  #8 (permalink)  
Old 04-14-2012, 08:04 PM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 18,102
iTrader: 5 / 100%
Quote:
Originally Posted by countingsheep View Post
Thank you for the explanation using terms that I understand, I always wondered the difference.
Quote:
Originally Posted by countingsheep View Post
Ok, if the server has front page turned off, then can Expression web be used in place of it for updating? Or no?
Yes Expression Web can be used IF you do not use any old FP functions that required FP extensions on the server.
Quote:
Originally Posted by countingsheep View Post
If I FTP just the updated the include, which is the only page I am changing SHOULD the change show publicly?
No that will not work.

You have update the applicable pages via FP or EW on your computer. MS includes are a design time include meaning you get to see the changes as you design, once you tell the program to update the pages including the include. They are not server side includes.
__________________

HTML Basic Tutor - Learn how to code for better SEO
Basic Computer Information - Computer & internet basics for website owners

SEO troubleshooting and review services available. - Pm me.
 
Reply With Quote
  #9 (permalink)  
Old 04-14-2012, 08:09 PM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Quote:
Originally Posted by HTMLBasicTutor View Post
No that will not work.

You have update the applicable pages via FP or EW on your computer. MS includes are a design time include meaning you get to see the changes as you design, once you tell the program to update the pages including the include. They are not server side includes.
I think you tried to explain this to me in the first message, but, its not sinking in. Forgive me while I try to figure this out. So, I can make the change using FP and save it to my pc and then upload via FTP and that will work or am I way over in left field? I dont have EW, just FP and DW..
 
Reply With Quote
  #10 (permalink)  
Old 04-14-2012, 08:21 PM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 18,102
iTrader: 5 / 100%
Open the site in FP.

Make the change to the include.

Make FP update the pages that use that include:
Quote:
To update the included content merely open the include page and edit the contents and save. Next time FrontPage recalculates and refreshes the website all the pages that this include page is inserted on will all have that content updated, saving you hours of time. This is why it is particularly good for customised navigation bars. If you don’t want to wait, go to Tools | Recalculate Hyperlinks and a box will appear. Click Yes and FrontPage proceeds with the recalculation.
FrontPage 2002 Tutorials - Adding functionality to your website with FrontPage 2002 Part III ~ Included Content.

Upload the updated pages to the web server. You do not have to upload the includes folder. It is for internal use within FP.
__________________

HTML Basic Tutor - Learn how to code for better SEO
Basic Computer Information - Computer & internet basics for website owners

SEO troubleshooting and review services available. - Pm me.
 
Reply With Quote
  #11 (permalink)  
Old 04-14-2012, 08:38 PM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Quote:
Originally Posted by HTMLBasicTutor View Post
Open the site in FP.

Make the change to the include.

Make FP update the pages that use that include:

FrontPage 2002 Tutorials - Adding functionality to your website with FrontPage 2002 Part III ~ Included Content.

Upload the updated pages to the web server. You do not have to upload the includes folder. It is for internal use within FP.
This is what I get when I try to publish using FP:
The web server does not appear to have any authentication methods enabled. It asked for user authentication, but did not send a WWW-Authentication header.
 
Reply With Quote
  #12 (permalink)  
Old 04-14-2012, 08:41 PM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 18,102
iTrader: 5 / 100%
Why don't you try using FileZilla instead?

Which ever method you use, you will need:
-the FTP url
-the user name
-the password
__________________

HTML Basic Tutor - Learn how to code for better SEO
Basic Computer Information - Computer & internet basics for website owners

SEO troubleshooting and review services available. - Pm me.
 
Reply With Quote
  #13 (permalink)  
Old 04-15-2012, 07:28 AM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Quote:
Originally Posted by HTMLBasicTutor View Post
Why don't you try using FileZilla instead?

Which ever method you use, you will need:
-the FTP url
-the user name
-the password
I have that info, and have FileZilla, but, what exactly do I upload since the only page that is changed is the "include" page? Do I publish EVERY page that has the include code on it?
 
Reply With Quote
  #14 (permalink)  
Old 04-16-2012, 09:45 AM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 18,102
iTrader: 5 / 100%
Quote:
Originally Posted by countingsheep View Post
Do I publish EVERY page that has the include code on it?
Yes, once you have gotten FP to update all the pages that had that include.

In FileZilla, you can click the date modified a couple of times so it will sort the listing with the most recently updated pages at the top of the list.
__________________

HTML Basic Tutor - Learn how to code for better SEO
Basic Computer Information - Computer & internet basics for website owners

SEO troubleshooting and review services available. - Pm me.
 
Reply With Quote
  #15 (permalink)  
Old 04-16-2012, 06:20 PM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Quote:
Originally Posted by HTMLBasicTutor View Post
Yes, once you have gotten FP to update all the pages that had that include.

In FileZilla, you can click the date modified a couple of times so it will sort the listing with the most recently updated pages at the top of the list.
Ok, I am getting closer to understanding what needs done. Thank you. Please forgive me for being so slow at catching on. How do I get FP to update all pages that has that include other than going through it manually? Is there instructions for that somewhere... if I knew the correct terminology, I may be able to find the answer without pestering you. Just on a time restraint and have someone waiting for this to be updated.
 
Reply With Quote
  #16 (permalink)  
Old 04-16-2012, 08:27 PM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Dont answer this! Shame on me for not reading your instructions correctly. Let me try what you said to do in a previous post and if I have trouble, I may (more than likely WILL) be back.
 
Reply With Quote
  #17 (permalink)  
Old 04-17-2012, 05:59 AM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Quote:
Originally Posted by HTMLBasicTutor View Post
Yes, once you have gotten FP to update all the pages that had that include.

In FileZilla, you can click the date modified a couple of times so it will sort the listing with the most recently updated pages at the top of the list.
Ok, I followed your directions by "pushing the button" in FP but some sub directories didnt update? I checked and it is using the same include as the others? Any ideas of what I didnt do?
 
Reply With Quote
  #18 (permalink)  
Old 04-18-2012, 07:36 AM
Contributing Member
Latest Blog:
None

 
Join Date: 02-04-11
Posts: 96
iTrader: 0 / 0%
Quote:
Originally Posted by HTMLBasicTutor View Post
Yes, once you have gotten FP to update all the pages that had that include.

In FileZilla, you can click the date modified a couple of times so it will sort the listing with the most recently updated pages at the top of the list.
Thank you for your help!! I appreciate it! I have it all fixed now
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
webpronews front page, getting on the main front page? tdd1984 SEO Forum 1 01-25-2007 07:52 PM
Front Page Banjika Web Design Lobby 13 02-23-2005 05:34 AM
Randomising page elements with php includes I, Brian Coding Forum 13 07-08-2004 01:31 AM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 12:02 AM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.