Category Archives: PHP

Changing TimeZone in .htaccess file

As you know, the server hosted for your web site's time zone might not the time zone that you want as you might purchased a hosting server hosted somewhere from your location. Hence it is important if you could define … Continue reading

Posted in PHP, Web Site Tips | Tagged , , , , , , , , | View Comments

Calculate PHP Load time

Have you ever load a page with your Broadband just like using a Dial Up connection? Sometimes, it is not because of the ISP connection problem but it's just because the scripting that not fully optimized. If you design PHP … Continue reading

Posted in PHP | Tagged , , , , , , , , , , , | View Comments

All in one redirect scripting

HTML redirect: For most of the webmaster, they will prefer 301 Redirect. With HTML redirect with HTML, I will suggest canonical type. You may use the following script from the HTML with canonical redirection. PLAIN TEXT HTML: ‹link rel="canonical" href="http://www.mickgenie.com/blog/" … Continue reading

Posted in Microsoft IIS, PHP, Ruby on Rails | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | View Comments

Powerful WordPress Plugin – Allow you to add coding to your WordPress Post

I was looking for this plugin for some times and this plugin fulfilled my need of sharing the coding through my post. I will say that this is a powerful WordPress plugin ever for a Technician while posting their coding … Continue reading

Posted in PHP, wordpress | Tagged , , , , , , , , , , , | View Comments

IIS 7.0 Administration Pack

I have not blog for a month . It was a very busy month for January(lazy for me, actually). Today, got to share something with our friend again which known as IIS 7.0.Administration Pack and I will highlight the FastCGI … Continue reading

Posted in Microsoft IIS, PHP | Tagged , , , | View Comments

Faster PHP in IIS

Did you know Microsoft and PHP have came out faster PHP with IIS named wincache(Windows Cache Extension) last week? This means that you will no longer see PHP process keep used up your memory if you are using IIS Web … Continue reading

Posted in Microsoft IIS, PHP | Tagged , , , , , , , , , , , , , , , , , , | View Comments

Enable error_log from IIS PHP

To enable error_log from IIS, it is not hard, but you have to consider the size of log might not easy to manage by Windows Operating System, unless you have installed the Resource tools kit to allow you to tail … Continue reading

Posted in PHP | Tagged , , , , , | View Comments