Bei der Zusammenarbeit mit einem Kollegen hat sich in diesem konkreten Fall gezeigt, dass ein nüchternes nur auf Rationalität und Logik basierendes Debugging sehr effizient sein kann. Allerdings dürfte es einem einzelnen Entwickler sehr schwer fallen, jeden Aspekt einer selbst geschriebenen Software ausschliesslich rational zu betrachten und gemäss den Grundsätzen der Logik zu analysieren. Ich [...]
Monday, November 16th, 2009 | Posted in Agile Software Development, Coders best practice, PHP, Python, Rapid Development Frameworks | 2 Comments »
At the weekend I held a presentation at FrOSCon 2009 about the project management perspective on Django. As agreed with the folks attending I attach here the presentation itself. Django – lessons learned from a project management perspective As a conclusion in the work shop we agreed, that Django is in Germany not very well [...]
Monday, August 24th, 2009 | Posted in Django, PHP | 1 Comment »
For using Sphinx with Symfony you got to do the following steps: 1.) Install your Symfony app as well as the Sphinx daemon 2.) Configure your Sphinx with proper indizes and start the daemon 3.) create a mySphinxSearch.class.php in your /lib directory 4.) save the PHP sphinx api providey by Sphinx in your /lib directory [...]
Wednesday, August 13th, 2008 | Posted in PHP, Symfony | No Comments »
after hours of trying, here the final config data for my WordPress/Lighttpd dualism: lighttpd.conf: $HTTP["url"] =~ “\.php$” { proxy-core.balancer = “round-robin” proxy-core.allow-x-sendfile = “enable” proxy-core.protocol = “fastcgi” proxy-core.backends = ( “unix:/tmp/php-fastcgi.sock” ) proxy-core.max-pool-size = 16 } 20-tschitschereengreen.conf # WordPress Blog $HTTP["url"] =~ “^/blog” { proxy-core.rewrite-request = ( “_pathinfo” => ( “^/blog(/.*)” => “$1″ ), “_scriptname” [...]
Saturday, March 22nd, 2008 | Posted in PHP | 2 Comments »
Look at this: somehow reminds me to the Beastie Boys…
Tuesday, October 16th, 2007 | Posted in PHP | 1 Comment »
While reading this very inspiring article in wired magazine, I remembered a British Venture Capitalist Consultant told me once while talking about yoosic and potential future developments: Building up your own community is one of the hardest things you can try to accomplish, why don’t you go simply where the users and communities are and [...]
Wednesday, September 12th, 2007 | Posted in PHP, Projects | No Comments »
Ich bin gerade über einen sehr spannenden Blogeintrag bzgl. MySQL Views gestossen. Dieser endet mit den schönen Worten: MySQL has long way to go getting queries with VIEWs properly optimized. Witzig ist, dass wir gerade heute eben dieses Problem zu spüren bekommen haben. Hintergrund war der, dass das von uns verwendete Propel eine bestimmte Query, [...]
Thursday, August 30th, 2007 | Posted in PHP, Projects, SQL, Symfony | No Comments »
Über das Blog von Chris bin ich heute auf den HTML Purifier gestossen. Der HTMLPurifier erledigt für euch 2 Dinge: » Er entfernt jede Art von schlechten Tags aus dem HTMLCode, den der Server ausspuckt und » Er prüft gleichzeitig die Validität, was “…something only achievable with a comprehensive knowledge of W3C’s specifications…” ist. Leider [...]
Thursday, August 30th, 2007 | Posted in PHP | No Comments »
letzte Woche haben wir für unseren Kunden doktus.de produktiv geschalten. Doktus ist sowas wie ein Youtube für Dokumente. Einfach hochladen, speichern, und anschliessend die URL an alle Freunde weiterschicken.
Das Portal wurde…
Monday, August 20th, 2007 | Posted in Frameworks, PHP, Projects, Symfony | 2 Comments »
Leider gab es nachhaltige Probleme bei der Konvertierung des XT-Commerce Shoppes auf den IIS und MSSQL. Daher haben wir in Abstimmung mit dem Kunden beschlossen, dass Projekt mit Symfony umzusetzen.
Wednesday, April 11th, 2007 | Posted in Frameworks, PHP | No Comments »