The iPad2 was officially released in South Africa today at some pretty good prices. However there are a lot of people that simply cannot afford these prices and are looking at winning an iPad2 in the hopes of getting their hands on this new toy. If you’re one of those people (like me), then you’ll [...]
Archive | Random RSS for this section
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 [...]