Tag Archives: php

How to Internationalize Your PHP Site

We’ve just soft launched admob.com in Japanese so I figured I’d jot down some thoughts that might useful for people wanting to undertake a similar effort. I’ll cover how to internationalize (i18n) just the language strings on your php site … Continue reading

2 comments

How to Use ignore_user_abort() to Do Processing Out of Band

Fresh from ZendCon, a technique I learned from Eli White… Ever wanted to process things out of band in your php scripts? The ignore_user_abort() function allows you just to do that. Description int ignore_user_abort ( [bool $setting] ) Sets whether … Continue reading

comment

ZendCon 2007 Wrap Up

The past couple days I attend ZendCon 2007. I had low expectations for the event but planned to attend most of the break out sessions. My company, AdMob, also sent me to do some recruiting but with the job market … Continue reading

1 comment