Tag Archives: LAMP and Drupal

Collaboration Applications

Free project collaboration tools that rock Web-based application is a new trend of the software world. The blog talks about a few of the great collaboration tools: Cohuman – a social task-based solution. Asana – a blazingly fast collaborative task … Continue reading

Posted in AJAX and Webapp, All, Reading | Tagged , , , , , , , | Leave a comment

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

Node.js Hosting Service Provider Duostack Was Acquired

Duostack featured 100M free database space for node.js hosting. Unfortunately it was acquired over the weekend. Where the free service is heading is uncertain. Let’s hope the new owner will continue to provide the same service.

Posted in All, node.js | 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