In the today’s meeting we decided to implement Scrum to tap the full potential of strenght of our teamwork. Scrum is a procedure modell with focus on simple and straight working methods especially concerning agile software developement. Some advantages of Scrum are: It controls the process of conflicting needs and interests in the daily workflow [...]
Tuesday, March 25th, 2008 | Posted in Projects | 1 Comment »
finally just solved big problems I had with symfony – to get it running on lighttpd 1.5 with fcgi-sockets. The resulting lighttpd settings are a pure pain in the … – If you have a better solution for this, let me know. I’m pretty unhappy with these kind of hacks… $HTTP["host"] == “###TypeYourUrlHere###” { var.site-root [...]
Monday, March 24th, 2008 | Posted in AJAX, 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 »
Thanks to Arthur: this site was moved from Symfony to Django, from Apache2 to Lighttpd1.5, from MySQL to PostgreSQL within the last Friday. Arthur prepared the Django installation. The data transformation and server configuration was done by Arthur and myself für Sebs support. The result: with using memcached the page load time went down from [...]
Saturday, March 22nd, 2008 | Posted in Django, Symfony | No Comments »
just check here (more basic likes). [Update] see here too
Friday, March 7th, 2008 | Posted in Uncategorized | No Comments »
After repairing and fixing the auto-generated MySQL code to get XPlanner working based on MySQL, we decided to post it here, so you do not have to do the same crappy work again. Feel free to download it: Xplanner MySQL intial structure. The work was done by Seb.
Monday, March 3rd, 2008 | Posted in Uncategorized | 1 Comment »
just use Layouttables in you HTML-Code and put your Analytics-Tracker at the beginning of the site! As this prominent website does: http://www.google.com/analytics
Saturday, March 1st, 2008 | Posted in Uncategorized | No Comments »