Category Archives: PHP

Choose the Right Tool (Everything is not a nail)

Picking the right tool for the job is often rather difficult for software developers. As software developers,We tend to find a hammer we like and treat everything like a nail, even if it’s a screw. Sometimes we’re reluctant to learn … Continue reading

Posted in Hacking, Objective-C, PHP, Python | Leave a comment

Detect Language in WordPress in Multi-installs

Problem When using wordpress our theme (or some other component) might want to check a wordpress defined variable. In a regular install of WordPress (single site), you can access them directly because they are defined in wp-config.php. //wp-config.php define(‘WPLANG’,’ja’); //somewhere … Continue reading

Posted in PHP, Wordpress | Leave a comment

Process Paypal IPN Requests Through WordPress

Introduction Paypal is perhaps the easiest way to send/receive money online and WordPress is perhaps the most popular blogging platform out there. Wouldn’t it be great if there was a way we could integrate them together? There are currently a … Continue reading

Posted in Development, Paypal, PHP, Wordpress | 4 Comments