WordPress

WordPress E-Mail SMTP

By default WordPress uses php MAIL function for easy access to sending emails from your site to your users. This is needed for various functions…

FAQ

cache control

This post elaborates on a previous general client side caching, please read: speed-up-your-site-with-client-side-caching PLEASE READ THE URL ABOVE – MOST USERS SHOULD USE THE ABOVE…

Mini Howto

set timezone per site

Advanced method, use php: php.net manualtimezone Easy method, use htaccess. Objective: Set tiemzone Scenarios: How to use a different timezone per site Set your site…

Advanced Admin

Imagick PHP test code

Want to test Imagick in your php scripts?  Save this file as imagick_test.php and upload it to your server: You will need to create a…