Forget about how great your click through ratio is and how many visitors your managed to get off that one keyword and take a moment to focus on your actual CPA, or Cost per Acquisition (a.k.a. Cost per Lead). This has become somewhat of a buzz word in the South African online advertising industry as [...]
Protected: Articles for Alms test page
There is no excerpt because this is a protected post.
Cache certain areas of your page using PHP
Sometimes it’s necessary to cache only certain elements or areas of your dynamic website to speed up the load times. I recently needed to cache two DIV’s that were being dynamically generated on one of my websites.
Redirect all pages of a domain except for one page with .htaccess
I had a really tough time this morning trying to figure out how to redirect all pages of one domain to another domain, but stop one (or two) of the pages on the old domain from redirecting. The solution is as follows: RewriteEngine on #Note: do not include a "/" in the beginning of [...]