Skip to navigation

Archive for the 'Web design' Category

How to run a web server off a usb flash drive

Monday, November 19th, 2007

Actually, turns out to be really easy:

Install Slax on the USB flash drive. Here’s how I did it.
Download the Xampp module for Slax. I got version 1.6.2 from here.
Copy the Xampp_1_*_.mo file that you downloaded to the modules folder on your USB flash drive.
Boot off the USB flash drive.
Open a terminal and type:
/opt/lampp/lampp start

Open Konqueror […]

Drupal form tweaker module

Wednesday, November 14th, 2007

The Drupal Form Tweaker module lets you change the way users can select vocabulary/ category terms when they submit content. By default, this is a dropdown list, which is a bit ugly and especially annoying to use if you want to select multiple terms. With form tweaker, you can set the terms to be presented […]

Round corners using nothing but CSS

Thursday, July 12th, 2007

The titlebar of this blog has round corners thanks to the Spiffy Corners method.