Archive for March, 2008
Friday, March 21st, 2008
Just a quickie.
I’m working on some security enhancements for my new website project, and in that progress, I have moved away from Apache2.2.3 and now using Lighttpd instead. Lighttpd does not use the same method of invoking php as apache does (mod_php vs. fast-cgi php).
In my eager to make the ...
Posted in Random, lighttpd | 7 Comments »
Wednesday, March 19th, 2008
Just got an email from Amazon.co.uk - the have shipped my new batch of dev-books :)
This time around it was more an impulze to buy some books, so I hope I will end up as satisfied as last time I purchased some books from them.
Building Scalable Web Sites: Building, scaling, ...
Posted in Random | No Comments »
Tuesday, March 18th, 2008
Hello again,
Preface
This time I have been busy playing with Lighttpd and mod_magnet. I found a blog post where darix mentions a post from sitepoint where they demostrate a technique to speed up the HTTP GET of javascript and CSS files.
Its quite simple really, instead of doing
<link href="/css/styles1.css" rel="stylesheet" ...
Posted in lighttpd, lua | 10 Comments »
Tuesday, March 4th, 2008
Test data
$data = array(
1 => array('Post' => array(
'id' => 1, 'post_comment_count' => 2,
'name' => 'My first title', 'body' => ...
Posted in Cakephp | 4 Comments »
Monday, March 3rd, 2008
Hello again.
I have made a small change to the feeds now. Everybody who has subscribed by Feedburner should not notice anything strange.
The reason for the change is that I want to be able to blog in Danish too once in a while, and to avoid the 'danish pølsesnak' for you ...
Posted in Cakephp | No Comments »
Monday, March 3rd, 2008
Dettte er min første danske post
Posted in Random | 1 Comment »
Monday, March 3rd, 2008
A small note, gwoo's talk from FOSDM 2008 has been made public avilable here together with his slides.
Its actually a quite good presentation, too bad he ran out of time in the end ;)
Posted in Cakephp | 1 Comment »
Monday, March 3rd, 2008
Welcome
Welcome to the second edition of the CakePHP weekly summaries.
Its quite embarrassing that it had to take so long time to get the second editon out. Too long time has passed and the amount of things that has happend during that period is waaay too big to be covered ...
Posted in Cakephp | 3 Comments »