Code:: css-form

I just started a Google Code hosted project since I'm always in need of pretty forms for my HTML things. Let me know if you want/can contribute to it. It's currently licensed under GPL 2.0 Here's the address: http://code.google.com/p/css-form     Why: I want to keep my css/javascript/html 5 knowledge current

LAMP: Installing PECL HTTP

    Enable the pecl command: # apt-get install libmagic-dev Install curl support # apt-get install libcurl3   # pecl install pecl_http   pecl downloads and compiles. Follow the prompts and if any development library is not available, just use apt-get to install it. After pecl is done, just add… Continue reading