CSS:
Creation of a section with columns (newspaper style) in css (for ).
Devo fare un folder con tutti questi snippets css che via via uso, magari una pagina con i link a questi vari docs per organizzarli.
Stessa cosa per gli scripts.
Per applicare css a elementi senza classi o id ma per la vicinanza ad altri elementi: elem + elem2{} //applica il css a elem2 se vicino a elem1.
Esempio:
input#EpozViewMode,input#EpozViewMode + span {display:none}
----------
PHP:
include function to include a common html section on each of our web pages through php:
http://www.tizag.com/phpT/include.php
(see Edit and Add.php in rth cms website)
------------
JS:
How to create Javascript documentation:
Put NaturalDoc in a folder i.e. valentinacartei/
In the same folder put the folder u want the code from and create in it
another folder called Docs.
Run from the terminal the following:
./NaturalDocs -i ../Prova -o FramedHTML ../Prova/Docs -p ../Prova/Natural Doc
For more ref.:http://www.naturaldocs.org/documenting.html___##0##___
-----------
