Home Developing - Bootstrap Q&A Issues References Notes History Attic
|
Page 5 of 9 |
The Daftari Setup Utility file permissions. Todo: Add some explanation in the page www.htmlite.com/php042.php and the discussion "Security risk with 'chmod 777 files' versus 'chmod 755 files'?" drupal.org/node/39887 . General background information is e.g. at en.wikipedia.org/wiki/Filesystem_permissions .
. For explanations see e.g. the overview article "File Permissions" atIf a page contains Editpoints, the file must have the filename extension php. Otherwise the PHP statements inside it will not work. Check, whether there is a possibility to change this, since we normally want have a html filename extension.
DOM methods available only after onload. This is not an issue, just a fact to remember e.g. before utilizing the getElementBy*() methods.
// id : # 20111225.1231 (wishlist) // function : So far, we had in the HTML file to set the body onload event // handler. We want have this done automatically, so just the script // line in the file header is sufficient, and no body event is needed. // note : Perhaps this is not so easy, because at the time this script runs, // the body tag may not be available yet. // note :
Bye.