About

Avatar von Katrin Schneider
  • beyond tellerrand / btconf 2014

    beyond tellerrand / btconf 2014

    It was the month of may – it was btconf time! Lucky me: I was able to attend this years beyond tellerrand conference in Dusseldorf again. It was for the fourth time Marc Thiele hosted this curated web conference and again, he managed to have really famous speakers on stage: Ethan Marcotte: wrote the initial…

  • JavaScript Pitfalls for PHP-Developers

    A couple of years ago, PHP developers only had to have strong knowledge in the language itself and experience in some PHP frameworks and libraries, additionally skills in MySQL were expected. If we take a look at our current job advertisement, these knowledge is still important, but also skills in JavaScript are asked and strongly…

  • YAML – Yet Another Multicolumn Layout

    What is YAML? YAML is a framework to develop flexible layouts based on (X)HTML and CSS. In my opinion the best features of YAML are that it is flexible and easy accessible and not to forget that it is compatible with many browsers. Furthermore, it gives you maximal freedom concerning design. You can work with…

  • Migrationsconsulting PHP 4 zu PHP 5

    München/Würzburg, 3. April 2007: Das Systemhaus Mayflower aus München startet aus aktuellem Anlass ein Consultingpaket zur Migration von PHP 4 Applikationen auf PHP 5. Seit Juli 2004 steht Entwicklern PHP 5 mit seinen erweiterten Funktionen, einer verbesserten Objektorientierung und der kompletten Unterstützung von Webstandards wie XML und SOAP zur Verfügung. Trotz dieses langen Zeitraumes laufen…

  • Methods to reduce the load of your webserver by caching content: using lighttpd, MySQL UDF, LUA and speed everything up.

    von

    in

    The method I would like to describe is based on the webserver lighttpd. Lighttpd is a single process webserver written for high traffic sites. It supports fast-cgi out of the box which makes it ideal for hosting PHP applications. There are lots of nice modules for the daily work like mod_access or mod_rewrite. For more…