Help Needed! Dreamweaver and Commenting!

Discussion in 'HTML & Website Design' started by Victoria Lynette, Sep 15, 2011.

  1. #1
    I am currently working with the software program Dreamweaver. I am creating a blogging site, but I want to add a "comment box" and "Blogging area" to add to the website. No one else I talk to is familer with doing this, or even knows what Dreamweaver is! Please help! :DP.s: This is my first time ever posting on here so please understand if this is not "professional". I'm a noobie! :)
     
    Victoria Lynette, Sep 15, 2011 IP
  2. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #2
    Dreamweaver is just creating the code , for commenting you'll need to learn PHP and MySQL or use Wordpress .
     
    ApocalypseXL, Sep 15, 2011 IP
  3. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #3
    Let's forget about Dreamwaver for now.
    - Check that your webhost supports PHP/MySQL (chances that it doesn't are very few anyway).
    - Go to www.wordpress.org and download the latest version, unzip and upload the files to your website, inside a /blog directory, for instance.
    - While upload is in progress, go to your host admin panel, and create a database. Take a note of the hostname, db name, db username, and password as you'll need them during the WordPress setup.
    - When file upload is finished, open a browser and go to yourdomain.com/blog/ and you should see the WordPress setup start page. Follow the instructions to complete the installation, that's it.

    Dreamweaver will now be useful if you wish to edit any of the blog theme files that are located under /blog/wp-content/themes/"current_theme".

    You are most probably talking to the wrong people then.

    Learning PHP/MySQL is a long way for a newbie, I'm sure the deadline for his website to go live isn't years away from now :)
     
    Clive, Sep 16, 2011 IP
  4. Victoria Lynette

    Victoria Lynette Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Oh wow! Thank you so much! I greatly consider you now a Hero to my Dreamweaver world! Lol!
     
    Victoria Lynette, Sep 19, 2011 IP
  5. freezio

    freezio Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    yes in Dreamweaver its all just code, For all that other stuff learn some javascript or some php
     
    freezio, Sep 19, 2011 IP
  6. Victoria Lynette

    Victoria Lynette Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I tried, but I can't find a way for me to concept it all in a way for me to understand. I am currently downloading WordPress though... is PHP code? Or sort of like a installation of how things? I'm clueless.... :(
     
    Victoria Lynette, Sep 20, 2011 IP
  7. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #7
    Yes, WordPress is PHP code. It's also MySql driven. Understand that if it were that easy to start writing PHP code then web developers would be out of jobs. Time and dedication is required there, so good luck!
     
    Clive, Sep 20, 2011 IP