install palm mojo sdk into vista 64 bits

I recently purchased my Palm Pre. Awesome phone, powered by WebOS into a Linux environment. What else a developer can ask? Anyways, I wanted to install their SDK so I can play with the phone emulator and see how difficult is to write a program.

php fastcgi process manager is resurrected

I really like the new direction PHP-FPM takes. Andrei decided to take again control of his original work and created a new standalone process manager project.

searchlight 2.1.0 nearly completed

As I posted into a recent forum announcement, the Sphinx Search for vBulletin product changed name for Axivo Searchlight. Many new improvements are added to the 2.1.x branch.

iis: first fastcgi, now seo

The IIS SEO toolkit helps web developers to improve their Web site’s relevance in search results by recommending how to make the site content more search engine-friendly.

php timeout

Redefine those settings:

< ?php

ini_set('memory_limit', 32 * 1024);
ini_set('max_execution_time', '480');

?>

Change the values to whatever is suitable for your application.