+ Reply to Thread
Results 1 to 10 of 10

Thread: Designed site... Now what??? (Plz Help)

  1. #1

    Default Designed site... Now what??? (Plz Help)

    I've designed a html website using Dreamweaver. (I'm sure that was my first mistake), I've purchased domain name and host (bluehost). Now I'm dumb founded cause I have not a clue how to get my site up. After poking around the net i've noticed I should have used php.. so many questions are:

    Having designed a HTML site, what's the best way to turn it to php and or does it matter if I change it??

    Once I've done that, then what?

    Thanks,
    -Finy

  2. #2
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    There's no reason to use PHP unless your site is actually doing some server-side processing. In other words, if it's just an HTML page (or pages), that's fine. All you need to do now is upload your finished page(s) to the public_html directory on your hosting account.

    Here's a video tutorial about how to set up Dreamweaver to do the uploading for you:

    http://tutorials.bluehost.com/dreamweavercs3/

  3. #3

    Default

    Ok thanks. 2 more questions.

    1) I've added a .swf file to the site that I want to show. But once you go to the site.. it's just a white box where it should be flashing. Any ideas?

    2) How do you make it so when you type in the web address.. it fully loads my index.htm file first?

    www.be-definitive.com

  4. #4
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    When you point your browser to your domain, the server defaults to looking for an index.html or index.htm file to open, and that appears to be what's opening now. Refresh your browser cache if that's not what you're seeing.

    I see the call to banner.swf in your source code, but that file doesn't appear to be present on the server. It needs to be in public_html.

  5. #5

    Default

    Hey,

    Your right. It wasnt in server. But its still not showing up. Any other suggestions? Maybe I have to save them a certain way?

  6. #6
    Join Date
    Jun 2009
    Posts
    163

    Default

    Can you see the flash animation if you reference the SWF file directly?
    Breathe slowly and count to ten. If you still feel like shooting your computer, maybe you should switch to Linux. And then learn to count to twenty.

  7. #7
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    The file banner.swf still isn't on the server. Pointing to www.be-definitive.com/banner.swf produces a "404 - File not found" error.

  8. #8

    Default

    ****Nvm it works. Thanks!

    It works you just have to capitalize the 'B' in the word banner for it it work. With that being said, how do I get it play the swf when you enter the site? This is code I used for it:

    <td valign="top">
    <param name="movie" value="Banner.swf">
    <embed src="Banner.swf" width="800" height="500">
    </embed></td>

    It plays when I run site from my computer but doesnt play when I run it through server? any ideas
    Last edited by Bedefinitive; 07-10-2009 at 10:58 AM.

  9. #9
    Join Date
    Apr 2008
    Location
    Chasing the Holy Grail - Pacific Northwest
    Posts
    670

    Default

    Linux is case sensitive. A file named banner is not the same as one caller Banner.

  10. #10
    Early Out's Avatar
    Early Out is offline Former Moderator, Still Respected
    Join Date
    Mar 2006
    Location
    Sector R
    Posts
    4,650

    Default

    Quote Originally Posted by Bedefinitive View Post
    It plays when I run site from my computer but doesnt play when I run it through server? any ideas
    Works fine for me, both with Firefox 3.0.11 and IE7.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts