'; $content .= '
blog comments powered by Disqus'; } else { $content .= "

Solutions to problems during other developments

"; $content .= "

During our work on our main products, we have come across generic problems, where the solution may or may not have been apparently obvious, in the nature of sharing, here is a list of articles that we find could be usefull for other developers out there.

"; $content .= ""; } error_reporting(E_ALL); $pagetitle=$title; include_once("inc/header.php"); echo $content ; include_once("inc/footer.php");