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?”
Post comment
ABOUT THIS SECTION
Our Sponsors
Categories
- General
- Photoshop 6
- Photoshop 7
- Photoshop CS
- Photoshop CS2
- Photoshop CS3
- Photoshop CS4
- Photoshop CS5
Recent Posts
- Q&A: Why cant I move or transform my shape layers in Photoshop CS4?
- Q&A: Get Adobe Flash Brush tool in Photoshop?
- Does anyone know where I can find handcuff brushes for photoshop?
- Where can I download Classroom in a book Adobe Photoshop cs4 for free?
- How do I get adobe Flash cs4 brushes into Photoshop?
Recent Comments
- Left-T on Q&A: Get Adobe Flash Brush tool in Photoshop?
- Insanity Crescendo on Q&A: If i were to get photoshop cs5, would it automatically delete my cs4?
- Andy on How do you use brushes on photoshop? also… if you can give me a deffinition on it.. thankkss!!!?
- g36C on Is it possible to design a website that has a disscussion/comments section with Adobe Photoshop CS4?
- Naveen on Is the new dell inspiron 15R good enough to run adobe Photoshop cs4?

Riddles
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