| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2007
Posts: 10
|
Photoshop Question
Hello Everyone, I am currently working on a website with a lot of complicated design additions. I would like to make the site in photoshop. However, there is one section that needs to be updated pretty often, but, the person editing it knows nothing about photoshop and/or html. I am pretty sure that in flash you can have a page load a text file. Can I do this in photoshop as well? Thanks so much for the help and I hope it was clear enough. Kevin |
|
|
|
|
|
#4 (permalink) |
|
Will work for Marmite
Join Date: May 2007
Location: Sapporo, Japan
Posts: 574
|
Photoshop is a tool for editing and manipulating images. While it's a great tool for designing mockups of pages, it's not suitable for implementing the page layout itself. Personally if all you want to do is include a text file I would use a PHP or a similar scripting language. This is largely because it's server-side, so it places minimal browser requirements on the part of the user (e.g. Flash plug-in). In PHP, the method to include a text file is as simple as inserting the following into the HTML wherever you want the text to appear: <?php include("path/to/your/textfile.txt"); ?> Obviously changing the part in " " to whatever your textfile is. You would also need to upload the text file to the server so that it can be read into the page. This is a fairly brief explanation. If you're unfamiliar with scripting or you want any more help, feel free to send me a PM. |
|
|
|
#8 (permalink) |
|
Registered User
Join Date: Mar 2007
Posts: 10
|
Thanks everyone for their comments. I am not making the site in photoshop, i am simply making the graphics for the site, unlike my original plan. I will be using CSS to layout the design. The text needing editing will be a schedule of events. The client, however, does not want a calendar. Snowshiro, I will check to see if their server has PHP, but that seems the best way to go. Thanks again! |
|
![]() |