php timeout

June 12th, 2009

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.

microsoft likes the sopranos

June 1st, 2009

Microsoft just launched its new (Badda) Bing search engine… What is wrong with the Live one they have in place? I think they don’t want it so family oriented (hmm). You can follow the Bing team on Twitter.

google wave: great collaboration tool

May 28th, 2009

I bumped by accident into Google announcement made this morning. Basically, Google Wave can make you more productive even when you are having fun.

dwoo: interesting smarty alternative

May 26th, 2009

While looking for a template system with a modern approach, I discovered Dwoo. Read the rest of this entry »

sphinx search repo is now public

May 26th, 2009

Andrew Askyonoff emailed me to let me know the Sphinx Search repo is now available online. That is great news for developers.