Category Archives: LAMP and Drupal

LAMP based – Linux Apache MySql PHP Drupal

Web Application Backend by Busybox HTTPD

Busybox has a tiny, simple yet powerful http server. By modifying it a little bit, we can get a very simple and powerful web application with C efficiency. To create a http based application, the good starting point is to … Continue reading

Posted in All, C/C++, LAMP and Drupal | Tagged , , , , , , | Leave a comment

HTTP Server for Embedded Systems with Busybox

Busybox has a built-in httpd server. Just turn it on, enable CGI and authorization etc, enable remote-port in env. Start the httpd. It works!

Posted in All, C/C++, LAMP and Drupal | Tagged , , , , | 1 Comment

Drupal Themes of the 10

Here is a reference to 10 excellent themes for Drupal sites.

Posted in All, LAMP and Drupal | Tagged , , , , , , , , | Leave a comment

Drupal Example Multi-axis Rating

Here is how to do it:

Posted in All, LAMP and Drupal | Tagged , , , , , , , | Leave a comment

Drupal and WordPress

Drupal is more and more like WordPress. It used to be that WordPress is easier to get started and Drupal is better fit for complex sites. The best example from Drupal side is Drupal Gardens. A showcase of the move … Continue reading

Posted in All, LAMP and Drupal, Reading | Tagged , , , , | Leave a comment

User Mode LAMP – Apache, MySQL, PHP in User Land Without Root Permission

It always feels disturbing when a Linux package needs the root permission to install or to run. Most of the times it is possible to get around the root by installing from the source. Sometimes, the vendor does provide you … Continue reading

Posted in All, LAMP and Drupal | Tagged , , , , , , | Leave a comment