Tag Archives: Lt

How to embed web page within web page?

It is very useful if you want to insert a website to your own website for some purpose. You may use many ways to embed your site such as using iframe, javascript, etc. To done this, you may easily use … Continue reading

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

Using URLRewrite mappings in separate file

Nowadays, Programmer rarely know that .Net Framework could actually do the rewrite through the .Net URL Rewrite itself without using the third-party application to call the .htaccess rules from Apache and do not need to use APE to run the … Continue reading

Posted in ASP.Net | 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

MySQL Useful Command

If you are the database administrator, today post will help you to mange your server easily. mysqladmin ping -check whether the server is alive mysqladmin status -display a short server status message. mysqladmin variable -display the server system variables and … Continue reading

Posted in Database | Tagged , , , , , , , , , , , , , | View Comments

Lowest Numbered MX Record Points to localhost

If you are using cPanel server and you might get this error from your exim_mainlog very often whenever sending and receiving email. PLAIN TEXT CODE: temporarily rejected RCPT ‹user@domain.com›: lowest numbered MX record points to localhost The reason of this … Continue reading

Posted in Linux, cPanel | 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

Enabling Permalink from WordPress with IIS7.x

This article is applicable for WordPress user who used IIS7.x as their web services and not able to work correctly with the permalink. 1. Log into your WordPress. Select on Setting and click on Permalink Settings. 2. Select any of … Continue reading

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