fluffigt.com *poof* said fluff…

10Jul/080

DoxPara Research

5Jun/080

CakePHP: the rapid development php framework. Home

22May/080

Welcome – Bazaar Version Control

12May/080

Testa din webbdesign i en annan webbläsare – Browsershots

1Apr/084

Symfony development with XAMPP on Windows

This is how I set up my windows laptop for development with Apache/MySQL/PHP/Symfony (XAMPP with Symfony).

  1. Download XAMPP Installer package.
  2. Install XAMPP - this is really just a case of next -> next -> okay.
  3. Since I'm not only using my laptop for development I chose not to start any services except for XAMPP when windows starts.
  4. Start (from XAMPP Control Panel) Apache and MySQL (and whatever other services you need).
  5. Add PHP to your PATH.
    1. Right-click "This Computer", choose properties.
    2. Advanced tab -> Systam variables (not sure, my system is in Swedish ;) )
    3. Add C:\xampp\php;C:\xampp\mysql\bin (if installed in default location) to the PATH variable.
  6. Upgrade Pear - pear upgrade pear
  7. Find Symfony - pear channel-discover pear.symfony-project.com
  8. Install Symfony - pear install symfony/symfony
  9. Done! Start playing around...
31Mar/080

exuberant ctags with PHP in Vim – phly, boy, phly

28Feb/080

Autotools nano-HOWTO

28Feb/080

autotut: Using GNU auto{conf,make,header}

27Feb/080

GNU Autoconf, Automake and Libtool

27Feb/080

Jungwoo’s Blog » Blog Archive » GNU Development Tools (autoconf, automake) Mini Howto