How the web site is going on
The new web site is old-school graphically, because I used a standard CSS layout everywhere, and it does
have that taste. To date I missing a WYSIWYG editor, so I need to write everything in HTML. I can't freely
modify margins, because the web site is data-oriented and every article is constrained to be inside a
paragraph. A better solution could be to insert the article into a <div>, but in this case I need of an
editor for better simplicity during the writing.
In theory I can customize every single page, but If I do it I need to freeze its layout, which comprises the
options inside the vertical bars. This makes the site not very customizable. The web site is responsive and
multilingual. Language is set automatically whenever available. Speed is its strong point: static content is
cached from the server and delivered in no time.
In past I've had nicer web sites, but they was too static or based upon template written by somebody else. At
least, this web site has put my hands back on technologies that I havent't used for a long time, like SQLITE
and PHP on command-line. It has been a fun homework than a real necessity.
Jan, 24