Monthly Archive for April, 2009

Programming is a lifestyle

When I read the article on inter-sections.net I just felt like .. wow .. I could almost go back in time to the interview for my current job and recognize many of the questions they asked me. It was so fun to read, to see that I at least fitted three or more of the core points in the article for how to recognize a good programmer. But even more I am glad to see that it is possible to digg for it, because I have some beliefs that not all programmers are able to loosen their jacket and talk freely in an interview.

Continue reading ‘Programming is a lifestyle’

A useful program for dropping mysql tables

I was recently in the need of deleting a set of mysql tables with a shared prefix, and I searched the net to find something that could help me, so that I didnt have to write all the code myself. Yeah programmers are lazy, but its good actually to reuse instead of reinventing.

Continue reading ‘A useful program for dropping mysql tables’

Update chmod on php files only

I am sick and tired of having to search for this every time I need it, so now you’ll get it for free.

Continue reading ‘Update chmod on php files only’