Think Visualizer and expand your options
 
Visualizer Navigator 
   Home | Keep up with the news | The Photo FX tour | Photo FX Bookmark and Share

Go Back   Visualizer Forums > Visualizer Online Learning > Web design and Scripting
User Name
Password
Register FAQ Members List Search Today's Posts Mark Forums Read


Reply
 
Thread Tools Search this Thread Display Modes
Old 11-19-2006, 08:53 AM   #1
steve263
Senior Member
 
steve263's Avatar
 
Join Date: May 2006
Location: Cardiff, Wales, UK
Posts: 192

my photo blog, by steve263
Default Help with Smart FTP

I have my new site up and running now, and several members have been very kind with the comments. British Comedians However, like a lot of people that build sites, I not yet completly happy with the look of it. I have another one built that I would like to use, and I have Smart FTP to upload it. The present site was uploaded using the Terrapin FTP upload system that I had from NTLworld.

I should explain that the web address is just covering my NTL homepage address. This is http://homepage.ntlworld.com/s.burns The trouble is that when I try to load the site via Smart, it will just not accept it. I have viewed their help menu, and tried that, I have tried using different methods, but with no luck. Has anybody got a clue?
__________________
Life is a game, and in the end we all lose it. Just enjoy it while you are playing.

Dragonontheweb.com Check out the site, and let me know what you think.

British Comedians My other site, give it a look and let me know your thoughts

The Burns family web site. Burns and Mantle history

A site about nearly 40 years with the same company
Cardiff Bus
steve263 is offline  Live RSS Feed from my photo blog   Reply With Quote
Old 11-19-2006, 10:00 AM   #2
Paddy
Senior Member
 
Paddy's Avatar
 
Join Date: Jul 2006
Location: Peterborough in the East of England
Posts: 366

my photo blog, by Paddy
Default

Hi Steve, not much help I am afraid as I have never mastered the problems of uploading to NTL and having the domain name link to it. I eventually took web space which costs me just over £4.00 a month so that the domain name Bearsandhouses is the only domain name for it. I use FileZilla, a free ftp program from Mozilla who do Firefox which is the primary browser that I use. Once set up with user name password and the ftp address, it connects and uploads every time.

Sorry I can't help but I am sure someone out there should know. It may be that a bit more info is required as to exactly what you do and what happens when you do it.
__________________

MyDigipics.co.uk


Paddy is offline  Live RSS Feed from my photo blog   Reply With Quote
Old 11-21-2006, 08:45 AM   #3
steve263
Senior Member
 
steve263's Avatar
 
Join Date: May 2006
Location: Cardiff, Wales, UK
Posts: 192

my photo blog, by steve263
Question One for Darren

This one I think is in Darrens expertise. I have managed to find out how to upload via the ftp address, and if anybody is interested in the ntl site version, I can supply it.

However, another problem has now arisen. If you have checked out the site, you would have noticed that the buttons do not work correctly. Well that was not good enough, so I have had a full rebuild. I uploaded it via the ftp address directly, after taking away the old site. Unfortunately, I had forgotten to put a menu in the index page.

No problem I thought, I will add the menu, and just over write the index page. However that did not work, so I deleted the index page, and put in the new one. That did not work either, so I deleted the whole site, and checked it out on the web. The index directory was still there, and when I re-uploaded the site, the old index page without the menu is still there.

So if Darren as the web developer with more knowledge than I will ever have can help in letting me know what is going on, I would be very grateful.
__________________
Life is a game, and in the end we all lose it. Just enjoy it while you are playing.

Dragonontheweb.com Check out the site, and let me know what you think.

British Comedians My other site, give it a look and let me know your thoughts

The Burns family web site. Burns and Mantle history

A site about nearly 40 years with the same company
Cardiff Bus
steve263 is offline  Live RSS Feed from my photo blog   Reply With Quote
Old 11-21-2006, 12:56 PM   #4
Darren
VIG, Project Manager
 
Darren's Avatar
 
Join Date: Aug 2004
Location: US of A
Posts: 1,861

my photo blog, by Darren
Default

Let's see if we can solve this one, I think I have found it already
Looking at your source for the page(s) I noticed a bad script call
Code:
<script Webstyle4 src="../../../../../DOCUME~1/burns/LOCALS~1/Temp/WS3/m_to_w_list.js"></script>
The script is pointing at a path which does not exist on the server. You should upload the WS3 folder inside your root folder and then call the script using the following code
Code:
<script Webstyle4 src="WS3/m_to_w_list.js"></script>


Your JS files are Java Script files, which are included into the HTML page. When using external scripts I recommend adding these to a seperate script folder. This way you will have things more organized and it will make it easier for you to handle. Since you already have the WS3 folder I recommend moving your xaramenu.js script into that folder as well, and replace the script within your HTML source with this
Code:
<script src="WS3/xaramenu.js"></script>
where the original one says
Code:
<script src="xaramenu.js"></script>

I noticed an e-mail script within your subpages which is also linked incorrectly. The script is your email_here.js, which you have currently running as
Code:
<script Webstyle4 src="../../../../../DOCUME~1/burns/LOCALS~1/Temp/WS3/email_here.js"></script>
This code should be replace with
Code:
<script Webstyle4 src="WS3/email_here.js"></script>


Start by making these changes and let me know if you need any help
__________________
Project manager
Visualizer Image Group


"Don't judge yourself on how far you have come,
It's better to get somewhere than nowhere"
Darren is offline  Live RSS Feed from my photo blog   Reply With Quote
Old 11-21-2006, 04:41 PM   #5
steve263
Senior Member
 
steve263's Avatar
 
Join Date: May 2006
Location: Cardiff, Wales, UK
Posts: 192

my photo blog, by steve263
Default Thank you Darren

I guessed that you would find it straight away. I have moved the file into the root folder, and all of the menus have dissappered. I guess that I will have to reinstall them and save the files in the folder in my root folder. I will try that tomorrow. If I have done anything wrong here just let me know.
__________________
Life is a game, and in the end we all lose it. Just enjoy it while you are playing.

Dragonontheweb.com Check out the site, and let me know what you think.

British Comedians My other site, give it a look and let me know your thoughts

The Burns family web site. Burns and Mantle history

A site about nearly 40 years with the same company
Cardiff Bus
steve263 is offline  Live RSS Feed from my photo blog   Reply With Quote
Old 11-21-2006, 04:48 PM   #6
Darren
VIG, Project Manager
 
Darren's Avatar
 
Join Date: Aug 2004
Location: US of A
Posts: 1,861

my photo blog, by Darren
Default

Can you remember if the site was originally built using frames, this can explain why the menu has disappeared.

The Index file could originally have been a container for the frames, where the left part of your site was a menu page and the center part were the indexes and subpages.

If the Index (containing the frames) was accidently replaced with the main page, this will explain why you never see the menu, as visitors will always bypass the menu as it is never called from a frame set.

Just a thought
__________________
Project manager
Visualizer Image Group


"Don't judge yourself on how far you have come,
It's better to get somewhere than nowhere"

Last edited by Darren : 11-21-2006 at 04:51 PM.
Darren is offline  Live RSS Feed from my photo blog   Reply With Quote
Old 11-22-2006, 11:27 AM   #7
steve263
Senior Member
 
steve263's Avatar
 
Join Date: May 2006
Location: Cardiff, Wales, UK
Posts: 192

my photo blog, by steve263
Thumbs up Complete and renewed

Thanks Darren for the ideas, but no I never build sites using frames. When I first started, one of the things I was told was that you should never use them these days. So I have never used them, and quite frankly would not know how.

The Xara menu would not load even after redoing the menus, so in the end I have completly stripped out the old site, and put in one that I have used as a test site. I had built this site to test out new ideas, and different colours etc.

In the end after so much messing around with the old site, I have decided that perhaps the site was corrupted in some way, so I have done a complete renewal of the site, and it now works well.

What I would like is now some critique on the way it looks and feels as a site now it is finished.

Thank you for your help anyway. Steve.
__________________
Life is a game, and in the end we all lose it. Just enjoy it while you are playing.

Dragonontheweb.com Check out the site, and let me know what you think.

British Comedians My other site, give it a look and let me know your thoughts

The Burns family web site. Burns and Mantle history

A site about nearly 40 years with the same company
Cardiff Bus
steve263 is offline  Live RSS Feed from my photo blog   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT. The time now is 12:32 AM.



Copyright © 2002-2006 Visualizer Image Group.