|
Written by Beerwin
|
|
Thursday, 24 April 2008 |
|
Problem: PlainHTML: Preview from localhost is code only
Plainhtml's Preview from localhost (as it is implemented in current version) is intended for server-side code debugging and not for visual testing. For visual testing there is the built-in preview function. Why it is in this way? PlainHTML is designed to fit both designers and programmers needs: Programmers do not need much design and vice versa.
Of course, the program still lacks something regarding this featue: to copy server-side dependecies to localhost folder: PHP includes, scripts.
If i will make this work, it will support also image, script and other dependencies too.
|