Creating a wordpress project in the webroot is something which is a really static task. And when you have done that task several times you really fed up with it. That's why I thought "Why not automate this task?". Planning I started out thinking about doing a complete solution with django, but decided to just do a quick bash script which gets executed by a php script which is situated in a htpasswd protected folder. Here's [...]
Recently, I have been using the Facebook As3 API in a project involving two banners and a campaign site. And the point of this post is to give you some insight of what it is like to work with this library, and also give you some handy hints and pointers. Introduction First of all I'm going to skip all the beating around the bush and get down to what is interesting. My intentions with this post is that it should push [...]
Something I've always been fascinated by is artifical intelligence. I find it really cool that it's possible to create such a thing. Even for a person who is not educated in the fields of AI. Intelligence is something which can't really be defined by an accurate term or description since we know so little about it. A lot of things computers do now a days, that we define as a mechanical task, was defined as intelligence when [...]
Always when I feel a need to get inspired and motivated I broaden my view. It can be a new tool, a new way of programming, a framework or even a new programming language. It always does the job getting myself inspired and motivated. Django Something I've been really excited about the last couple of weeks are Django. I really like Python but haven't really got a reason to use it lately. But now as I have been looking [...]