September 4th, 2009 by Floren
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. …
Posted in technology | 11 Comments
August 11th, 2009 by Floren
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. …
Tags: nginx, PHP | Posted in programming | No Comments
July 15th, 2009 by Floren
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. …
Tags: searchlight, sphinx, vbulletin | Posted in programming | 4 Comments
July 15th, 2009 by Floren
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. …
Tags: iis | Posted in technology | No Comments
June 12th, 2009 by Floren
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.
Tags: PHP | Posted in programming | No Comments