Looking for a place to get advice on how to fix a problem with Dreamweaver 8

This is a discussion on "Looking for a place to get advice on how to fix a problem with Dreamweaver 8" within the Scripts and Online Services section. This forum, and the thread "Looking for a place to get advice on how to fix a problem with Dreamweaver 8 are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Scripts and Online Services

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 12th, 2007, 09:44
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Looking for a place to get advice on how to fix a problem with Dreamweaver 8

Hi,

I'm wondering if there is a place here where I can receive advice on how to fix a problem that I'm experiencing in Dreamweaver 8. I cannot seem to get my pages to link to my html documents where I can view them in a browser before I upload them. Is this the place where this question can be answered?

Thanks

Last edited by ICEMINISTRIES; Jul 12th, 2007 at 09:50.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jul 12th, 2007, 10:00
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

Post up the html and we will have a look. This could simply be because its on your hard drive rather than on a server but it could be something else too.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 12th, 2007, 10:06
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

Quote:
Originally Posted by pa007 View Post
Post up the html and we will have a look. This could simply be because its on your hard drive rather than on a server but it could be something else too.

Pete.
Is that a problem with it being on my hard drive rather than on a server? Would that prevent me from being able to link from one page to another in my browser, even though the pages have been linked? Is there a way to fix this or is it something I can only do if the html is on a server?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jul 12th, 2007, 10:12
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

Here are the two html files which will not link to one another in Dreamweaver. By the way, if I used Adobe Photoshop to create the site, can I hyperlink the two pages there before I edit it in Dreamweaver?
Attached Files
File Type: htm Inspired Home Page.htm (37.3 KB, 26 views)
File Type: htm Vision.htm (36.8 KB, 21 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jul 12th, 2007, 10:16
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

I'm not entirely sure. I know that sometimes I can't link to certain pages when I'm working locally, I think it might depend on how you are linking them. You can solve this problem by installing something like xamp which is an installation package of apache, MySQL and php. This would install a server (and other goodies) on you hard drive which just means that a certain folder on your hard drive will behave exactly like an online server would.

If you can then post up the code and I'll make sure there aren't any problems with it.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jul 12th, 2007, 11:05
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

Quote:
Originally Posted by pa007 View Post
You can solve this problem by installing something like xamp which is an installation package of apache, MySQL and php. If you can then post up the code and I'll make sure there aren't any problems with it.

Pete.
Where do I get the install for xamp from? Once I find it what code are you suggesting that I post?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jul 12th, 2007, 11:25
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

Ok, I found the install for XXAMP but now I'm confused as to how this works...can you help me with this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jul 12th, 2007, 12:45
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

It's quite simple you just need to install it. Did you download the installer? Then after it is installed the directory .../xamp/htdocs is your root folder. Create a new folder in here and do all of your development/ testing from here.

It should pretty much work out of the box.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Jul 12th, 2007, 12:47
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

I've jus had a look at your code and to be honest I have no idea what is going on in there, it's insane. It looks as though the links are set ok but there is so much extraneous stuff that I can't navigate it properly. This the main problem with Dreamweaver, if you aren't careful it can create really bloated code. Try it on a server and see what happens there, it might work.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Jul 12th, 2007, 16:41
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

Ok, let's take this step by step....I downloaded the installer and installed it on my computer. I now have a folder called "xampp" and inside this folder I have a bunch of other folders and files that are MS-DOS batch files, then there are 5 files which I do not know what they are. They are red looking files: xampp_restart, xampp_start, xampp_stop, xampp-control and xampp-portcheck. How do I use these files to do development/testing?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Jul 12th, 2007, 16:46
Up'n'Coming Member
Join Date: May 2007
Location: cANADA
Age: 47
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

Quote:
Originally Posted by pa007 View Post
I've jus had a look at your code and to be honest I have no idea what is going on in there, it's insane. It looks as though the links are set ok but there is so much extraneous stuff that I can't navigate it properly. This the main problem with Dreamweaver, if you aren't careful it can create really bloated code. Try it on a server and see what happens there, it might work.

Pete.
What are the steps necessary to "try it on a server"? I created a folder in htdoc called "development-testing", what is next?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Jul 12th, 2007, 17:50
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looking for a place to get advice on how to fix a problem with Dreamweaver 8

Just put all the files in there and open it up in a browser. Then see what happens.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dreamweaver problem shropshirelad Starting Out 4 May 5th, 2008 21:43
adobe dreamweaver Vs. Macromedia dreamweaver jahphill Scripts and Online Services 21 Nov 2nd, 2007 03:19
Dreamweaver MX frames problem bucholtz Starting Out 4 Sep 12th, 2007 09:13
Dreamweaver Email ATT File Problem Flyaheli PHP Forum 7 Aug 4th, 2007 06:47
problem connecting to mysql from dreamweaver steven rowlands PHP Forum 6 Mar 18th, 2007 09:11


All times are GMT. The time now is 03:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42