Archive: ‘Computer Programming.’ Category

How to redirect http to https (ssl) with PHP and htaccess.

No comments March 10th, 2010


Most of ecommerce websites, online shopping websites and secure websites uses SSL or https connection to make the between server and client secure and effective.
Here is solution for you to redirect http to https (ssl) by two ways one by using PHP and one by using .htaccess.

Continue Reading…...

stop or disallow certain IP from displaying adsense ads in your website.

No comments February 23rd, 2010


Do you want to disallow some IP to see adsense ads in your website? For instance do you want your adsense ads not to be shown in your own computer (IP) or IP address of spammers?
You can do this by simply using a PHP code. Continue reading to find more.

Continue Reading…...

How to display or type complex mathematical formulas in your website, wordpress blog or documents using LaTeX.

No comments February 2nd, 2010

Do you have a blog related to mathematics or physics and you need to display complex mathematical formulas in your blog or webpage? Or do you want to prepare documents with complex mathematical formulas in it, which Microsoft and other office doesn’t support? Then here is a solution for you to display complex mathematical formulas in your blog , website or documents using LaTeX.

Continue Reading…...