The PHP Benchmark

Robert AndresenProgramming Leave a Comment

Just found a PHP Benchmark page that can be helpful when writing PHP. In most cases you don’t gain much if your writing a while-loop instead of a foreach, but you can gain some in bigger applications. See PHP Benchmark results here: http://www.phpbench.com/ (Be aware that these results are live, so they will change in every refresh).

Kerberos auth with Apache/PHP

Robert AndresenProgramming, Tutorials 6 Comments

We have a portal/intranet-webpage at my work, running with Apache, PHP and MySQL. In 2011, a colleague and me sat 16 hours (without a break) and configured kerberos authentication with the Linux webserver. Now in 2015 we needed kerberos with a new webserver. We did write a doc back in 2011, but when you sit for 16 hours – the …

phpDocumentor

Tutorial: Install phpDocumentor

Robert AndresenProgramming 2 Comments

I followed the tutorial on phpdoc.org: http://phpdoc.org/docs/latest/getting-started/installing.html#system-requirements. The phpdoc.org documentation isn’t exactly a beginners tutorial, so I wrote this tutorial for my self and others benifits 🙂 CentOS Server is used in this tutorial! Requirements are PHP 5.3.3 Intl extension for PHP Graphviz To check for your PHP version, type the following in SSH: To install Intl extension for PHP, type …

Nyttige lenker ved webutvikling

Robert AndresenProgramming Leave a Comment

Starte med webutvikling? Video Treehouse Treehouse har video-kurs med både tekstbaserte- og kode oppgaver. Lenke: https://teamtreehouse.com/ Pris: $25 hver måned Språk: Engelsk W3Cschools Denne siden kan du både bruke som referanse for å finne ut hva ting er for noe, gå gjennom enkle leksjoner, samt prøve kodesnutter. Lenke: http://www.w3schools.com/ Pris: Gratis Språk: Engelsk YouTube, «Hjemmeside» Deler: HTML / CSS Hvordan kode HTML …