Jan
29

Is it possible to design a website that has a disscussion/comments section with Adobe Photoshop CS4?

Question by The Curious One: Is it possible to design a website that has a disscussion/comments section with Adobe Photoshop CS4?
Is this possible? Or is there a certain code language I have to learn in order to implement a discussion to my website?

Answer:

Answer by Max
Uh, photoshop is for IMAGES, not websites… you’d need to know HTML & CSS to make the website in the first place, & probably at least PHP to start trying to make your own forum… there are plug-ins you can use (code made by other people) OR you can use wordpress for the comments thing… *shrug*

1 Comment to “Is it possible to design a website that has a disscussion/comments section with Adobe Photoshop CS4?”

  • g36C January 29, 2012 at 3:57 pm

    no its not possible you need Adobe Dreamweaver cs4 or older versions to create that

    but keep in mind that creating a comment section from scratch is called Web Programming and since i guess you don’t know much about it you can use some PHP, CMS or blog systems like wordpress witch you can find all about it at http://wordpress.org/

    if you like to start your own comment section code you need to study a lot about web programming best place to start is to get your Local web server with MySql and PHP running
    Xamp is the best Program ever it means X= any operation system A= Apache M= Mysql P= PHP
    you can download it here
    http://www.apachefriends.org/en/xampp.html
    install it and you will get all of those web applications
    open up the xamp control panel and run Apache (Web server) , Mysql(database system)
    you need to use your browser to point to http://127.0.0.1/ or http://localhost/ to get access to your local web server and will see some examples of what is web programming and what you can do with it
    next step is to get adobe dreamwaver witch is your web development application and start coding PHP some how like Microsoft visual studio

    look for some PHP beginners tutorials
    free ones: http://video.google.com/videoplay?docid=-4400172880618702615
    or buy some on: http://www.Lynda.com//

    oh BTW welcome to web development friend

Post comment