Latest scribblings
American pancakes 3 days ago
Short, sweet and simple.
About me 6 months ago
Hello, I'm Stig and I'm a Web developer.
Install XHProf for PHP5 on Centos, Ubuntu and debian 8 months ago
XHProf is a PHP profiling tool that was develop by and for Facebook. It's fast and very efficient. It has a small footprint and can be used in production environments.
Ruby via RVM and missing openssl 8 months ago
I had problem with running capistrano after I switched to RVM (ruby version manager) on Centos 5. It was complaining about missing support of OpenSSL.
How to install capistrano on Centos 5 9 months ago
We had some problems installing capistrano on our centos 5 virtual machines. As I've noted before, centos is a bit slow on getting new version of packages up in the repo.
Musings on HTML5 9 months ago
So what is this? This is me trying to catch up on the HTML5 and CSS3. I have so far explored the pushstate and localstorage.
Upgrading Ruby gems to 1.3.2 on Centos 5 10 months ago
Centos 5 are pretty restrictive when it comes to adding new packages into the repositories. So at times you have to circumvent the yum's and do the builds yourself. That is if you rely on the packages you download and compile.
Mac Essentials 11 months ago
I just got myself a Macbook Pro 13", and to minimize the pain when setting up my awesome-how-I-like-it environment, I'm jotting it down here for future references.
Contact Us 1 year ago
If you would like to contact me there are a few alternatives:.
Vegetarisk Lasagne 1 year ago
Här kommer receptet på en jättegod och mättande vegetarisk lasagne för ungefär 3-4 personer.
Snickerskaka 1 year ago
Detta är en enkel och god kaka som är snabb och enkel att göra utan att behöva använda ugnen. De enda nackdelarna är att den inte är särskilt nyttigt och det är jobbigt att diska choklad och sockersmet från kastruller.
Kladdkaka a la Vanjis 1 year ago
Här kommer den klassiska kladdkakan med glasyr.
Favorit Kladdkaka 1 year ago
Det här är en vanlig basic kladdkaka som jag hittade receptet till för fem år sen. Den innehåller lite mindre fett, men mer socker än den som jag brukade göra.
Curriculum vitae 1 year ago
I am an experienced and thouroughly backend developer with with a passion for capacity, usability and modifiability.
Blog 1 year ago
Hudson and Silverstripe for automated testing 1 year ago
Hudson CI is a continuous integration server software that basically is a glorified build script. With it you can take control over the quality of you code and make sure that every commit you do get measured according to the laws of quality.
Installing drizzle on my mac 1 year ago
Drizzle to my understanding it's like tighter, smaller and less feature rich SQL database developed from some of the MySQL codebase. I did set it up because I like to see and poke at everything new and shiny. This is how I managed to set it up:.
Chili recept 1 year ago
This is a recipe in swedish for a texas chili, without the beans and a lot of tequilas and beers.
Resources 1 year ago
Here are a couple of resources that I often come back to during development and thinking.
Adding table indexes on Silverstripe DataObjects 1 year ago
It's very easy to add indexes on any Silverstripe dataobjects. Even the core dataobjects like SiteTree can be changed without "hacking the core".
Dump and import mysql database oneliner 1 year ago
A very small example how to dump the database on a remote database and import it locally by using ssh as a transport layer.
Silverstripe DBProfiler 1 year ago
-- This module is currently getting rewritten as a SilverStripe 3. 0 module --.
Disk usage in nix environments 1 year ago
This is a small bash one liner to sort folders and files from the smallest to the largest.
Deploying Silverstripe with Capistrano 1 year ago
This is my take on making how to deploy the PHP CMS Silverstripe by Capistrano when using GIT as a versioning system.
PHP Timer 1 year ago
Made a small PHP Timer because I always ended up googling the code instead of writing it.