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 [...]
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 [...]
One of the ideas when setting up the new server was to use subversion for all my flash/flex projects. Since Flex is built on the very versatile platform Eclipse you have a lot of freedom. The idea with this post is that I will share my experience from setting it up and maybe someone else will find this helpful when doing the same thing. It will be a very basic setup without ssl and vhost. The server So first off I'm going t [...]
I got my hands on a fairly old computer today which I thought would be perfect to use as a server. The machine has: 1 Ghz CPU 512 MB RAM 123 GB HDD Which is going to be more than enough to run a Linux server on. I'm really looking forward to having my own development server and setting it all up. This is a great oppurtunity to continue learning to use linux. I started using Linux 6 months ago, just for [...]