web

mod_rewrite is awesome!

Submitted by Emil on Thu, 07/17/2008 - 21:31

mod_rewrite is an amazing module for Apache! First time I came in contact with it was when installing Drupal once a long time ago. Back then, I thought it was extremely awesome and guessed it was really hard to implement myself. Yesterday, I started using it and found that it was in fact quite easy.

Upcoming: KlargodutUpload

Submitted by Emil on Mon, 07/14/2008 - 22:03

As the geekiest soldier in the Central Band of the Royal Swedish Army Band 2008, I am responsible for the band's unofficial website: http://www.amk2008.se.

One thing I and others with me have found problematic is uploading images to the site. Formerly, I used standard html file upload controls to send the files one by one. But as it used to crash when sending large files and the process of uploading many files became quite a pain, I decided to code a client-server java + php & mysql solution.